/*** Variables ***/
/*** Functions ***/
/* NKTheme Style Overrides */
#nkcookiealert .nkcookiealert__btn {
  background: #000000;
}
#nkcookiealert .nkcookiealert__btn:hover {
  background: #29712A;
}

.nkshare-btn {
  font-size: 14px;
  background: #000000;
}
.nkshare-btn:hover {
  background: #29712A;
}

#nkshare__trigger--main {
  padding: 13px 30px;
}
#nkshare__trigger--main::after {
  margin-top: -3px;
}

#nkshare__overlay form .nkshare__form--content .nkshare__add-recipient:hover {
  background: rgba(41, 113, 42, 0.1);
}
#nkshare__overlay form .nkshare__form--content .nkshare__form--loading-icon svg circle:first-child {
  stroke: #29712A;
}
#nkshare__overlay .nkshare__tab-nav--trigger.active {
  border-color: #000000;
}
#nkshare__overlay .nkshare__social-share--btn .icon {
  background: #000000;
}
#nkshare__overlay .nkshare__social-share--btn:hover .icon {
  background: #29712A;
}

.nkgallery--block {
  margin: 80px -120px 20px;
}
@media (max-width: 768px) {
  .nkgallery--block {
    margin: 40px 0 20px;
  }
}
.nkgallery--block .nkgallery--block__imglist {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.nkgallery--block .nkgallery--block__imglist--item {
  position: relative;
  flex: 0 0 50%;
  margin: 0 0 20px 0;
  width: 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .nkgallery--block .nkgallery--block__imglist--item {
    flex: 0 0 33.3333%;
    margin-bottom: 30px;
    max-width: 33.3333%;
    padding: 0 15px;
  }
}
.nkgallery--block .nkgallery--block__imglist--item::before {
  display: none;
}
.nkgallery--block .nkgallery--block__imglist--itemwrap > a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 90%;
}
.nkgallery--block .nkgallery--block__imglist--itemwrap > a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.nkgallery--block .nkgallery--block__imglist--itemwrap > a:hover > img {
  width: 105%;
  height: 105%;
}
.nkgallery--block .nkgallery--block__imglist--itemwrap > a:not(:hover) .nkgallery--block__imglist--itemcaption {
  visibility: hidden;
  opacity: 0;
}
.nkgallery--block .nkgallery--block__imglist--itemcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
}
.nkgallery--block .nkgallery--block__imglist--itemcaption:empty {
  display: none;
}

.nkform__field-hp {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

/*** Framework ***/
.p-fixed {
  position: fixed;
}

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}

.p-sticky {
  position: sticky;
  top: 100px;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-n1 {
  z-index: -1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-n2 {
  z-index: -2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-n3 {
  z-index: -3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-n4 {
  z-index: -4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-n5 {
  z-index: -5 !important;
}

.abs-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.abs-center-fit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.abs-topleft {
  position: absolute;
  left: 0;
  top: 0;
}

.abs-topleft-fit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.abs-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.abs-topright-fit {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.abs-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}

.abs-bottomleft-fit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.abs-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.abs-bottomright-fit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.flex-1 {
  flex: 1;
}

.fit-size {
  width: 100%;
  height: 100%;
}

.fit-width {
  width: 100%;
}

.fit-height {
  height: 100%;
}

.fit-height-50 {
  height: 50%;
}

.fit-min-height {
  min-height: 100%;
}

.fit-screen-height {
  height: 100vh;
}

.frame, .frame--auto, .frame--5-6, .frame--5-4, .frame--3-4, .frame--4-3, .frame--2-3, .frame--3-2, .frame--16-10, .frame--9-16, .frame--16-9, .frame--1-2, .frame--2-1, .frame--1-1, .frame--thumbnail {
  position: relative;
  overflow: hidden;
}
.frame > img, .frame--auto > img, .frame--5-6 > img, .frame--5-4 > img, .frame--3-4 > img, .frame--4-3 > img, .frame--2-3 > img, .frame--3-2 > img, .frame--16-10 > img, .frame--9-16 > img, .frame--16-9 > img, .frame--1-2 > img, .frame--2-1 > img, .frame--1-1 > img, .frame--thumbnail > img, .frame > video, .frame--auto > video, .frame--5-6 > video, .frame--5-4 > video, .frame--3-4 > video, .frame--4-3 > video, .frame--2-3 > video, .frame--3-2 > video, .frame--16-10 > video, .frame--9-16 > video, .frame--16-9 > video, .frame--1-2 > video, .frame--2-1 > video, .frame--1-1 > video, .frame--thumbnail > video {
  position: absolute;
}

.frame--thumbnail {
  padding-bottom: 63.41%;
}

.frame--1-1 {
  padding-bottom: 100%;
}

.frame--2-1 {
  padding-bottom: 50%;
}

.frame--1-2 {
  padding-bottom: 200%;
}

.frame--16-9 {
  padding-bottom: 56.25%;
}

.frame--9-16 {
  padding-bottom: 177.77%;
}

.frame--16-10 {
  padding-bottom: 62.5%;
}

.frame--3-2 {
  padding-bottom: 66.67%;
}

.frame--2-3 {
  padding-bottom: 150%;
}

.frame--4-3 {
  padding-bottom: 75%;
}

.frame--3-4 {
  padding-bottom: 133.33%;
}

.frame--5-4 {
  padding-bottom: 80%;
}

.frame--5-6 {
  padding-bottom: 120%;
}

.img-cover, .nkgallery--block .nkgallery--block__imglist--itemwrap > a > img, .frame > img, .frame--auto > img, .frame > video, .frame--auto > video, .frame--thumbnail > img, .frame--thumbnail > video, .frame--1-1 > img, .frame--1-1 > video, .frame--2-1 > img, .frame--2-1 > video, .frame--1-2 > img, .frame--1-2 > video, .frame--16-9 > img, .frame--16-9 > video, .frame--9-16 > img, .frame--9-16 > video, .frame--16-10 > img, .frame--16-10 > video, .frame--3-2 > img, .frame--3-2 > video, .frame--2-3 > img, .frame--2-3 > video, .frame--4-3 > img, .frame--4-3 > video, .frame--3-4 > img, .frame--3-4 > video, .frame--5-4 > img, .frame--5-4 > video, .frame--5-6 > img, .frame--5-6 > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.frame--auto {
  height: auto;
}
.frame--auto > img, .frame--auto > video {
  height: auto;
}

.frame--flexible img {
  margin: auto;
  max-width: 100%;
  max-height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1300px) {
  .frame--flexible img {
    max-height: 650px;
  }
}
@media (max-width: 992px) {
  .frame--flexible img {
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .frame--flexible img {
    width: 100%;
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.shape-circle {
  border-radius: 50%;
}

.rounded-corner {
  border-radius: 32px;
}

.bg-blur {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-gray {
  background: #ABA7A7;
}

.bg-dark {
  background: #131415;
}

.bg-background {
  background: #F7F7F7;
}

.bg-background-light {
  background: #F7F4F1;
}

.bg-primary {
  background: #84BD00;
}

.bg-primary-dark {
  background: #6b9900;
}

.bg-secondary {
  background: #29712A;
}

.bg-gradient {
  background: linear-gradient(to right, #84BD00 0%, #84BD00 100%);
}

.bg-side, .bg-side--right, .bg-side--left {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
}

.bg-side--left {
  right: 100%;
}

.bg-side--right {
  left: 100%;
}

.bg-pattern-curve {
  position: relative;
}
.bg-pattern-curve::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 600px;
  background: #F7F7F7;
}
@media (max-width: 768px) {
  .bg-pattern-curve::before {
    display: none;
  }
}

.bg-pattern-tiles, .bg-pattern-tiles--top {
  position: relative;
}
.bg-pattern-tiles::before, .bg-pattern-tiles--top::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 36px;
  background: url(../img/pattern-tile.svg) space center/auto 36px;
  opacity: 0.2;
}
.bg-pattern-tiles--top {
  padding-top: 36px;
}
.bg-pattern-tiles--top::before {
  top: 0;
}

.bg-pattern-stripes, .bg-pattern-stripes--bottom {
  position: relative;
}
.bg-pattern-stripes::before, .bg-pattern-stripes--bottom::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 36px;
  background: repeating-linear-gradient(-45deg, transparent 5px, #ABA7A7 5px, #ABA7A7 6px, transparent 7px, transparent 14px);
}
.bg-pattern-stripes--bottom::before {
  bottom: 0;
}

.pattern-tiles {
  height: 36px;
  background: url(../img/pattern-tile.svg) space center/auto 36px;
  opacity: 0.3;
}

.pattern-stripes {
  background: repeating-linear-gradient(-45deg, transparent 5px, #ABA7A7 5px, #ABA7A7 6px, transparent 7px, transparent 14px);
}
.pattern-stripes--white {
  background: repeating-linear-gradient(-45deg, transparent 5px, #fff 5px, #fff 6px, transparent 7px, transparent 14px);
  opacity: 0.6;
}

.bg-map {
  position: relative;
  min-height: 950px;
  /*&::before
  * z-index: -1
  * content: ''
  * +abs-topleft(true)
  * background: url(../img/bg-map.jpg) no-repeat right top / auto 100%
  *
  * +media('<xl')
  * opacity: .5 */
}
.bg-map img {
  z-index: -1;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .bg-map img {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .bg-map {
    min-height: 0;
  }
  .bg-map::before {
    display: none;
  }
}

.box-shadow {
  box-shadow: 0 24px 50px rgba(19, 20, 21, 0.05);
}

.box-shadow--light {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.box-shadow--heavy {
  box-shadow: 0 50px 40px rgba(0, 0, 0, 0.2);
}

.box-shadow--large {
  box-shadow: 0 120px 100px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.02), 0 10px 8px rgba(0, 0, 0, 0.03), 0 10px 16px rgba(0, 0, 0, 0.08), 0 40px 32px rgba(0, 0, 0, 0.05);
}

.hover-zoom img {
  transition: 0.3s;
}
.hover-zoom:hover img, .hover-zoom:focus img {
  transform: translate(-50%, -50%) scale(1.05);
}

.hover-lift:hover, .hover-lift:focus {
  transform: translate(0, -5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

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

.filter-gray-scale {
  filter: grayscale(100%);
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.rect-default, .rect-right, .rect-bottom {
  position: relative;
}
.rect-default::after, .rect-right::after, .rect-bottom::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .rect-default::after, .rect-right::after, .rect-bottom::after {
    border-width: 40px !important;
  }
}

.rect-bottom::after {
  border-bottom: 90px solid #84BD00;
}

.rect-right::after {
  border-right: 90px solid #84BD00;
}

.divider {
  border-bottom: 1px solid;
}

.divider--double {
  border-bottom: 3px solid;
}
.divider--double::before {
  content: "";
  margin-bottom: 2px;
  display: block;
  border-bottom: 1px solid;
}

.divider--vertical {
  width: 1px;
  height: 100%;
  border-right: 1px solid;
}

.divider--medium {
  border-width: 2px;
}

.divider--thick {
  border-width: 4px;
}

.divider-bar {
  width: 130px;
  height: 40px;
}
@media (max-width: 768px) {
  .divider-bar {
    width: 60px;
  }
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

.color-background {
  color: #F7F7F7;
}

.color-gray {
  color: #ABA7A7;
}

.color-gray-light {
  color: #D7DFE4;
}

.color-dark {
  color: #131415;
}

.color-primary {
  color: #84BD00;
}

.color-secondary {
  color: #29712A;
}

.color-accent {
  color: #F68B1F;
}

.color-red {
  color: red;
}

.color-gradient {
  background: linear-gradient(#84BD00, #F68B1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pre-headline, .project-list h4, .link-cta {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pre-headline-small {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.headline {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .headline {
    font-size: 44px;
    line-height: 1.2;
  }
}
.headline::after {
  content: "";
  margin-top: 15px;
  display: block;
  width: 70px;
  height: 3px;
  background: #F68B1F;
}

.bold-primary strong {
  color: #84BD00;
  font-weight: inherit;
}

.bold-accent strong {
  color: #F68B1F;
  font-weight: inherit;
}

.bold-circle strong {
  position: relative;
  display: inline-block;
  font-weight: inherit;
}
.bold-circle strong::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: 125%;
  background: url(../img/illustrations/illus-circle.svg) no-repeat center/100% 100%;
  pointer-events: none;
}

.bold-underline strong {
  position: relative;
  background: url(../img/illustrations/illus-underline.svg) no-repeat center bottom -5%/100% 40%;
  font-weight: inherit;
  /*&::before
  * content: ''
  * position: absolute
  * left: 50%
  * bottom: -10%
  * transform: translate(-50%, 0)
  * width: 100%
  * height: 35%
  * min-height: 10px
  * background: url(../img/illustrations/illus-underline.svg) no-repeat center / contain
  * pointer-events: none */
}

.divider-to-right, .divider-to-right--primary {
  display: flex;
  align-items: center;
}
.divider-to-right::after, .divider-to-right--primary::after {
  content: "";
  flex: 1;
  margin-left: 10px;
  display: block;
  height: 8px;
  background: #000;
}

.divider-to-right--primary::after {
  background: #84BD00;
}

.text-150 {
  font-size: 150px;
  line-height: 1;
}

.text-135 {
  font-size: 135px;
  line-height: 1;
}

.text-100 {
  font-size: 100px;
  line-height: 1;
}

.text-80 {
  font-size: 80px;
  line-height: 1;
}

.text-72 {
  font-size: 72px;
  line-height: 1;
}

.text-64 {
  font-size: 64px;
  line-height: 1.1;
}

.text-56 {
  font-size: 56px;
  line-height: 1.1;
}

.text-52 {
  font-size: 52px;
  line-height: 1.1;
}

.text-48 {
  font-size: 48px;
  line-height: 1.2;
}

.text-44 {
  font-size: 44px;
  line-height: 1.2;
}

.text-40 {
  font-size: 40px;
  line-height: 1.3;
}

.text-36 {
  font-size: 36px;
  line-height: 1.4;
}

.text-32 {
  font-size: 32px;
  line-height: 1.4;
}

.text-30 {
  font-size: 30px;
  line-height: 1.4;
}

.text-28 {
  font-size: 28px;
  line-height: 1.4;
}

.text-26 {
  font-size: 26px;
  line-height: 1.4;
}

.text-24 {
  font-size: 24px;
  line-height: 1.5;
}

.text-22 {
  font-size: 22px;
  line-height: 1.5;
}

.text-20 {
  font-size: 20px;
  line-height: 1.5;
}

.text-18 {
  font-size: 18px;
  line-height: 1.6;
}

.text-16 {
  font-size: 16px;
  line-height: 1.6;
}

.text-15 {
  font-size: 15px;
}

.text-14 {
  font-size: 14px;
}

.text-13 {
  font-size: 13px;
}

.text-12 {
  font-size: 12px;
}

.text-11 {
  font-size: 11px;
}

.text-10 {
  font-size: 10px;
}

.text-vw-150 {
  font-size: calc(75px + 4.1666666667vw);
  line-height: 1;
}

.text-vw-135 {
  font-size: calc(67.5px + 3.75vw);
  line-height: 1;
}

.text-vw-100 {
  font-size: calc(50px + 2.7777777778vw);
  line-height: 1;
}

.text-vw-80 {
  font-size: calc(40px + 2.2222222222vw);
  line-height: 1;
}

.text-vw-72 {
  font-size: calc(36px + 2vw);
  line-height: 1;
}

.text-vw-64 {
  font-size: calc(32px + 1.7777777778vw);
  line-height: 1.1;
}

.text-vw-56 {
  font-size: calc(28px + 1.5555555556vw);
  line-height: 1.1;
}

.text-vw-52 {
  font-size: calc(26px + 1.4444444444vw);
  line-height: 1.1;
}

.text-vw-48 {
  font-size: calc(24px + 1.3333333333vw);
  line-height: 1.2;
}

.text-vw-44 {
  font-size: calc(22px + 1.2222222222vw);
  line-height: 1.2;
}

.text-vw-40 {
  font-size: calc(20px + 1.1111111111vw);
  line-height: 1.3;
}

.text-vw-36 {
  font-size: calc(18px + 1vw);
  line-height: 1.4;
}

.text-vw-32 {
  font-size: calc(16px + 0.8888888889vw);
  line-height: 1.4;
}

.text-vw-30 {
  font-size: calc(15px + 0.8333333333vw);
  line-height: 1.4;
}

.text-vw-28 {
  font-size: calc(14px + 0.7777777778vw);
  line-height: 1.4;
}

.text-vw-26 {
  font-size: calc(13px + 0.7222222222vw);
  line-height: 1.4;
}

.text-vw-24 {
  font-size: calc(12px + 0.6666666667vw);
  line-height: 1.5;
}

.text-vw-22 {
  font-size: calc(11px + 0.6111111111vw);
  line-height: 1.5;
}

.text-vw-20 {
  font-size: calc(10px + 0.5555555556vw);
  line-height: 1.5;
}

.text-vw-18 {
  font-size: calc(9px + 0.5vw);
  line-height: 1.6;
}

.text-vw-16 {
  font-size: calc(8px + 0.4444444444vw);
  line-height: 1.6;
}

.text-vw-15 {
  font-size: calc(7.5px + 0.4166666667vw);
}

.text-vw-14 {
  font-size: calc(7px + 0.3888888889vw);
}

.text-vw-13 {
  font-size: calc(6.5px + 0.3611111111vw);
}

.text-vw-12 {
  font-size: calc(6px + 0.3333333333vw);
}

.text-vw-11 {
  font-size: calc(5.5px + 0.3055555556vw);
}

.text-vw-10 {
  font-size: calc(5px + 0.2777777778vw);
}

@media (min-width: 576px) {
  .text-sm-150 {
    font-size: 150px;
    line-height: 1;
  }
  .text-sm-135 {
    font-size: 135px;
    line-height: 1;
  }
  .text-sm-100 {
    font-size: 100px;
    line-height: 1;
  }
  .text-sm-80 {
    font-size: 80px;
    line-height: 1;
  }
  .text-sm-72 {
    font-size: 72px;
    line-height: 1;
  }
  .text-sm-64 {
    font-size: 64px;
    line-height: 1.1;
  }
  .text-sm-56 {
    font-size: 56px;
    line-height: 1.1;
  }
  .text-sm-52 {
    font-size: 52px;
    line-height: 1.1;
  }
  .text-sm-48 {
    font-size: 48px;
    line-height: 1.2;
  }
  .text-sm-44 {
    font-size: 44px;
    line-height: 1.2;
  }
  .text-sm-40 {
    font-size: 40px;
    line-height: 1.3;
  }
  .text-sm-36 {
    font-size: 36px;
    line-height: 1.4;
  }
  .text-sm-32 {
    font-size: 32px;
    line-height: 1.4;
  }
  .text-sm-30 {
    font-size: 30px;
    line-height: 1.4;
  }
  .text-sm-28 {
    font-size: 28px;
    line-height: 1.4;
  }
  .text-sm-26 {
    font-size: 26px;
    line-height: 1.4;
  }
  .text-sm-24 {
    font-size: 24px;
    line-height: 1.5;
  }
  .text-sm-22 {
    font-size: 22px;
    line-height: 1.5;
  }
  .text-sm-20 {
    font-size: 20px;
    line-height: 1.5;
  }
  .text-sm-18 {
    font-size: 18px;
    line-height: 1.6;
  }
  .text-sm-16 {
    font-size: 16px;
    line-height: 1.6;
  }
  .text-sm-15 {
    font-size: 15px;
  }
  .text-sm-14 {
    font-size: 14px;
  }
  .text-sm-13 {
    font-size: 13px;
  }
  .text-sm-12 {
    font-size: 12px;
  }
  .text-sm-11 {
    font-size: 11px;
  }
  .text-sm-10 {
    font-size: 10px;
  }
  .text-vw-sm-150 {
    font-size: calc(75px + 4.1666666667vw);
    line-height: 1;
  }
  .text-vw-sm-135 {
    font-size: calc(67.5px + 3.75vw);
    line-height: 1;
  }
  .text-vw-sm-100 {
    font-size: calc(50px + 2.7777777778vw);
    line-height: 1;
  }
  .text-vw-sm-80 {
    font-size: calc(40px + 2.2222222222vw);
    line-height: 1;
  }
  .text-vw-sm-72 {
    font-size: calc(36px + 2vw);
    line-height: 1;
  }
  .text-vw-sm-64 {
    font-size: calc(32px + 1.7777777778vw);
    line-height: 1.1;
  }
  .text-vw-sm-56 {
    font-size: calc(28px + 1.5555555556vw);
    line-height: 1.1;
  }
  .text-vw-sm-52 {
    font-size: calc(26px + 1.4444444444vw);
    line-height: 1.1;
  }
  .text-vw-sm-48 {
    font-size: calc(24px + 1.3333333333vw);
    line-height: 1.2;
  }
  .text-vw-sm-44 {
    font-size: calc(22px + 1.2222222222vw);
    line-height: 1.2;
  }
  .text-vw-sm-40 {
    font-size: calc(20px + 1.1111111111vw);
    line-height: 1.3;
  }
  .text-vw-sm-36 {
    font-size: calc(18px + 1vw);
    line-height: 1.4;
  }
  .text-vw-sm-32 {
    font-size: calc(16px + 0.8888888889vw);
    line-height: 1.4;
  }
  .text-vw-sm-30 {
    font-size: calc(15px + 0.8333333333vw);
    line-height: 1.4;
  }
  .text-vw-sm-28 {
    font-size: calc(14px + 0.7777777778vw);
    line-height: 1.4;
  }
  .text-vw-sm-26 {
    font-size: calc(13px + 0.7222222222vw);
    line-height: 1.4;
  }
  .text-vw-sm-24 {
    font-size: calc(12px + 0.6666666667vw);
    line-height: 1.5;
  }
  .text-vw-sm-22 {
    font-size: calc(11px + 0.6111111111vw);
    line-height: 1.5;
  }
  .text-vw-sm-20 {
    font-size: calc(10px + 0.5555555556vw);
    line-height: 1.5;
  }
  .text-vw-sm-18 {
    font-size: calc(9px + 0.5vw);
    line-height: 1.6;
  }
  .text-vw-sm-16 {
    font-size: calc(8px + 0.4444444444vw);
    line-height: 1.6;
  }
  .text-vw-sm-15 {
    font-size: calc(7.5px + 0.4166666667vw);
  }
  .text-vw-sm-14 {
    font-size: calc(7px + 0.3888888889vw);
  }
  .text-vw-sm-13 {
    font-size: calc(6.5px + 0.3611111111vw);
  }
  .text-vw-sm-12 {
    font-size: calc(6px + 0.3333333333vw);
  }
  .text-vw-sm-11 {
    font-size: calc(5.5px + 0.3055555556vw);
  }
  .text-vw-sm-10 {
    font-size: calc(5px + 0.2777777778vw);
  }
}
@media (min-width: 768px) {
  .text-md-150 {
    font-size: 150px;
    line-height: 1;
  }
  .text-md-135 {
    font-size: 135px;
    line-height: 1;
  }
  .text-md-100 {
    font-size: 100px;
    line-height: 1;
  }
  .text-md-80 {
    font-size: 80px;
    line-height: 1;
  }
  .text-md-72 {
    font-size: 72px;
    line-height: 1;
  }
  .text-md-64 {
    font-size: 64px;
    line-height: 1.1;
  }
  .text-md-56 {
    font-size: 56px;
    line-height: 1.1;
  }
  .text-md-52 {
    font-size: 52px;
    line-height: 1.1;
  }
  .text-md-48 {
    font-size: 48px;
    line-height: 1.2;
  }
  .text-md-44 {
    font-size: 44px;
    line-height: 1.2;
  }
  .text-md-40 {
    font-size: 40px;
    line-height: 1.3;
  }
  .text-md-36 {
    font-size: 36px;
    line-height: 1.4;
  }
  .text-md-32 {
    font-size: 32px;
    line-height: 1.4;
  }
  .text-md-30 {
    font-size: 30px;
    line-height: 1.4;
  }
  .text-md-28 {
    font-size: 28px;
    line-height: 1.4;
  }
  .text-md-26 {
    font-size: 26px;
    line-height: 1.4;
  }
  .text-md-24 {
    font-size: 24px;
    line-height: 1.5;
  }
  .text-md-22 {
    font-size: 22px;
    line-height: 1.5;
  }
  .text-md-20 {
    font-size: 20px;
    line-height: 1.5;
  }
  .text-md-18 {
    font-size: 18px;
    line-height: 1.6;
  }
  .text-md-16 {
    font-size: 16px;
    line-height: 1.6;
  }
  .text-md-15 {
    font-size: 15px;
  }
  .text-md-14 {
    font-size: 14px;
  }
  .text-md-13 {
    font-size: 13px;
  }
  .text-md-12 {
    font-size: 12px;
  }
  .text-md-11 {
    font-size: 11px;
  }
  .text-md-10 {
    font-size: 10px;
  }
  .text-vw-md-150 {
    font-size: calc(75px + 4.1666666667vw);
    line-height: 1;
  }
  .text-vw-md-135 {
    font-size: calc(67.5px + 3.75vw);
    line-height: 1;
  }
  .text-vw-md-100 {
    font-size: calc(50px + 2.7777777778vw);
    line-height: 1;
  }
  .text-vw-md-80 {
    font-size: calc(40px + 2.2222222222vw);
    line-height: 1;
  }
  .text-vw-md-72 {
    font-size: calc(36px + 2vw);
    line-height: 1;
  }
  .text-vw-md-64 {
    font-size: calc(32px + 1.7777777778vw);
    line-height: 1.1;
  }
  .text-vw-md-56 {
    font-size: calc(28px + 1.5555555556vw);
    line-height: 1.1;
  }
  .text-vw-md-52 {
    font-size: calc(26px + 1.4444444444vw);
    line-height: 1.1;
  }
  .text-vw-md-48 {
    font-size: calc(24px + 1.3333333333vw);
    line-height: 1.2;
  }
  .text-vw-md-44 {
    font-size: calc(22px + 1.2222222222vw);
    line-height: 1.2;
  }
  .text-vw-md-40 {
    font-size: calc(20px + 1.1111111111vw);
    line-height: 1.3;
  }
  .text-vw-md-36 {
    font-size: calc(18px + 1vw);
    line-height: 1.4;
  }
  .text-vw-md-32 {
    font-size: calc(16px + 0.8888888889vw);
    line-height: 1.4;
  }
  .text-vw-md-30 {
    font-size: calc(15px + 0.8333333333vw);
    line-height: 1.4;
  }
  .text-vw-md-28 {
    font-size: calc(14px + 0.7777777778vw);
    line-height: 1.4;
  }
  .text-vw-md-26 {
    font-size: calc(13px + 0.7222222222vw);
    line-height: 1.4;
  }
  .text-vw-md-24 {
    font-size: calc(12px + 0.6666666667vw);
    line-height: 1.5;
  }
  .text-vw-md-22 {
    font-size: calc(11px + 0.6111111111vw);
    line-height: 1.5;
  }
  .text-vw-md-20 {
    font-size: calc(10px + 0.5555555556vw);
    line-height: 1.5;
  }
  .text-vw-md-18 {
    font-size: calc(9px + 0.5vw);
    line-height: 1.6;
  }
  .text-vw-md-16 {
    font-size: calc(8px + 0.4444444444vw);
    line-height: 1.6;
  }
  .text-vw-md-15 {
    font-size: calc(7.5px + 0.4166666667vw);
  }
  .text-vw-md-14 {
    font-size: calc(7px + 0.3888888889vw);
  }
  .text-vw-md-13 {
    font-size: calc(6.5px + 0.3611111111vw);
  }
  .text-vw-md-12 {
    font-size: calc(6px + 0.3333333333vw);
  }
  .text-vw-md-11 {
    font-size: calc(5.5px + 0.3055555556vw);
  }
  .text-vw-md-10 {
    font-size: calc(5px + 0.2777777778vw);
  }
}
@media (min-width: 992px) {
  .text-lg-150 {
    font-size: 150px;
    line-height: 1;
  }
  .text-lg-135 {
    font-size: 135px;
    line-height: 1;
  }
  .text-lg-100 {
    font-size: 100px;
    line-height: 1;
  }
  .text-lg-80 {
    font-size: 80px;
    line-height: 1;
  }
  .text-lg-72 {
    font-size: 72px;
    line-height: 1;
  }
  .text-lg-64 {
    font-size: 64px;
    line-height: 1.1;
  }
  .text-lg-56 {
    font-size: 56px;
    line-height: 1.1;
  }
  .text-lg-52 {
    font-size: 52px;
    line-height: 1.1;
  }
  .text-lg-48 {
    font-size: 48px;
    line-height: 1.2;
  }
  .text-lg-44 {
    font-size: 44px;
    line-height: 1.2;
  }
  .text-lg-40 {
    font-size: 40px;
    line-height: 1.3;
  }
  .text-lg-36 {
    font-size: 36px;
    line-height: 1.4;
  }
  .text-lg-32 {
    font-size: 32px;
    line-height: 1.4;
  }
  .text-lg-30 {
    font-size: 30px;
    line-height: 1.4;
  }
  .text-lg-28 {
    font-size: 28px;
    line-height: 1.4;
  }
  .text-lg-26 {
    font-size: 26px;
    line-height: 1.4;
  }
  .text-lg-24 {
    font-size: 24px;
    line-height: 1.5;
  }
  .text-lg-22 {
    font-size: 22px;
    line-height: 1.5;
  }
  .text-lg-20 {
    font-size: 20px;
    line-height: 1.5;
  }
  .text-lg-18 {
    font-size: 18px;
    line-height: 1.6;
  }
  .text-lg-16 {
    font-size: 16px;
    line-height: 1.6;
  }
  .text-lg-15 {
    font-size: 15px;
  }
  .text-lg-14 {
    font-size: 14px;
  }
  .text-lg-13 {
    font-size: 13px;
  }
  .text-lg-12 {
    font-size: 12px;
  }
  .text-lg-11 {
    font-size: 11px;
  }
  .text-lg-10 {
    font-size: 10px;
  }
  .text-vw-lg-150 {
    font-size: calc(75px + 4.1666666667vw);
    line-height: 1;
  }
  .text-vw-lg-135 {
    font-size: calc(67.5px + 3.75vw);
    line-height: 1;
  }
  .text-vw-lg-100 {
    font-size: calc(50px + 2.7777777778vw);
    line-height: 1;
  }
  .text-vw-lg-80 {
    font-size: calc(40px + 2.2222222222vw);
    line-height: 1;
  }
  .text-vw-lg-72 {
    font-size: calc(36px + 2vw);
    line-height: 1;
  }
  .text-vw-lg-64 {
    font-size: calc(32px + 1.7777777778vw);
    line-height: 1.1;
  }
  .text-vw-lg-56 {
    font-size: calc(28px + 1.5555555556vw);
    line-height: 1.1;
  }
  .text-vw-lg-52 {
    font-size: calc(26px + 1.4444444444vw);
    line-height: 1.1;
  }
  .text-vw-lg-48 {
    font-size: calc(24px + 1.3333333333vw);
    line-height: 1.2;
  }
  .text-vw-lg-44 {
    font-size: calc(22px + 1.2222222222vw);
    line-height: 1.2;
  }
  .text-vw-lg-40 {
    font-size: calc(20px + 1.1111111111vw);
    line-height: 1.3;
  }
  .text-vw-lg-36 {
    font-size: calc(18px + 1vw);
    line-height: 1.4;
  }
  .text-vw-lg-32 {
    font-size: calc(16px + 0.8888888889vw);
    line-height: 1.4;
  }
  .text-vw-lg-30 {
    font-size: calc(15px + 0.8333333333vw);
    line-height: 1.4;
  }
  .text-vw-lg-28 {
    font-size: calc(14px + 0.7777777778vw);
    line-height: 1.4;
  }
  .text-vw-lg-26 {
    font-size: calc(13px + 0.7222222222vw);
    line-height: 1.4;
  }
  .text-vw-lg-24 {
    font-size: calc(12px + 0.6666666667vw);
    line-height: 1.5;
  }
  .text-vw-lg-22 {
    font-size: calc(11px + 0.6111111111vw);
    line-height: 1.5;
  }
  .text-vw-lg-20 {
    font-size: calc(10px + 0.5555555556vw);
    line-height: 1.5;
  }
  .text-vw-lg-18 {
    font-size: calc(9px + 0.5vw);
    line-height: 1.6;
  }
  .text-vw-lg-16 {
    font-size: calc(8px + 0.4444444444vw);
    line-height: 1.6;
  }
  .text-vw-lg-15 {
    font-size: calc(7.5px + 0.4166666667vw);
  }
  .text-vw-lg-14 {
    font-size: calc(7px + 0.3888888889vw);
  }
  .text-vw-lg-13 {
    font-size: calc(6.5px + 0.3611111111vw);
  }
  .text-vw-lg-12 {
    font-size: calc(6px + 0.3333333333vw);
  }
  .text-vw-lg-11 {
    font-size: calc(5.5px + 0.3055555556vw);
  }
  .text-vw-lg-10 {
    font-size: calc(5px + 0.2777777778vw);
  }
}
@media (min-width: 1300px) {
  .text-xl-150 {
    font-size: 150px;
    line-height: 1;
  }
  .text-xl-135 {
    font-size: 135px;
    line-height: 1;
  }
  .text-xl-100 {
    font-size: 100px;
    line-height: 1;
  }
  .text-xl-80 {
    font-size: 80px;
    line-height: 1;
  }
  .text-xl-72 {
    font-size: 72px;
    line-height: 1;
  }
  .text-xl-64 {
    font-size: 64px;
    line-height: 1.1;
  }
  .text-xl-56 {
    font-size: 56px;
    line-height: 1.1;
  }
  .text-xl-52 {
    font-size: 52px;
    line-height: 1.1;
  }
  .text-xl-48 {
    font-size: 48px;
    line-height: 1.2;
  }
  .text-xl-44 {
    font-size: 44px;
    line-height: 1.2;
  }
  .text-xl-40 {
    font-size: 40px;
    line-height: 1.3;
  }
  .text-xl-36 {
    font-size: 36px;
    line-height: 1.4;
  }
  .text-xl-32 {
    font-size: 32px;
    line-height: 1.4;
  }
  .text-xl-30 {
    font-size: 30px;
    line-height: 1.4;
  }
  .text-xl-28 {
    font-size: 28px;
    line-height: 1.4;
  }
  .text-xl-26 {
    font-size: 26px;
    line-height: 1.4;
  }
  .text-xl-24 {
    font-size: 24px;
    line-height: 1.5;
  }
  .text-xl-22 {
    font-size: 22px;
    line-height: 1.5;
  }
  .text-xl-20 {
    font-size: 20px;
    line-height: 1.5;
  }
  .text-xl-18 {
    font-size: 18px;
    line-height: 1.6;
  }
  .text-xl-16 {
    font-size: 16px;
    line-height: 1.6;
  }
  .text-xl-15 {
    font-size: 15px;
  }
  .text-xl-14 {
    font-size: 14px;
  }
  .text-xl-13 {
    font-size: 13px;
  }
  .text-xl-12 {
    font-size: 12px;
  }
  .text-xl-11 {
    font-size: 11px;
  }
  .text-xl-10 {
    font-size: 10px;
  }
  .text-vw-xl-150 {
    font-size: calc(75px + 4.1666666667vw);
    line-height: 1;
  }
  .text-vw-xl-135 {
    font-size: calc(67.5px + 3.75vw);
    line-height: 1;
  }
  .text-vw-xl-100 {
    font-size: calc(50px + 2.7777777778vw);
    line-height: 1;
  }
  .text-vw-xl-80 {
    font-size: calc(40px + 2.2222222222vw);
    line-height: 1;
  }
  .text-vw-xl-72 {
    font-size: calc(36px + 2vw);
    line-height: 1;
  }
  .text-vw-xl-64 {
    font-size: calc(32px + 1.7777777778vw);
    line-height: 1.1;
  }
  .text-vw-xl-56 {
    font-size: calc(28px + 1.5555555556vw);
    line-height: 1.1;
  }
  .text-vw-xl-52 {
    font-size: calc(26px + 1.4444444444vw);
    line-height: 1.1;
  }
  .text-vw-xl-48 {
    font-size: calc(24px + 1.3333333333vw);
    line-height: 1.2;
  }
  .text-vw-xl-44 {
    font-size: calc(22px + 1.2222222222vw);
    line-height: 1.2;
  }
  .text-vw-xl-40 {
    font-size: calc(20px + 1.1111111111vw);
    line-height: 1.3;
  }
  .text-vw-xl-36 {
    font-size: calc(18px + 1vw);
    line-height: 1.4;
  }
  .text-vw-xl-32 {
    font-size: calc(16px + 0.8888888889vw);
    line-height: 1.4;
  }
  .text-vw-xl-30 {
    font-size: calc(15px + 0.8333333333vw);
    line-height: 1.4;
  }
  .text-vw-xl-28 {
    font-size: calc(14px + 0.7777777778vw);
    line-height: 1.4;
  }
  .text-vw-xl-26 {
    font-size: calc(13px + 0.7222222222vw);
    line-height: 1.4;
  }
  .text-vw-xl-24 {
    font-size: calc(12px + 0.6666666667vw);
    line-height: 1.5;
  }
  .text-vw-xl-22 {
    font-size: calc(11px + 0.6111111111vw);
    line-height: 1.5;
  }
  .text-vw-xl-20 {
    font-size: calc(10px + 0.5555555556vw);
    line-height: 1.5;
  }
  .text-vw-xl-18 {
    font-size: calc(9px + 0.5vw);
    line-height: 1.6;
  }
  .text-vw-xl-16 {
    font-size: calc(8px + 0.4444444444vw);
    line-height: 1.6;
  }
  .text-vw-xl-15 {
    font-size: calc(7.5px + 0.4166666667vw);
  }
  .text-vw-xl-14 {
    font-size: calc(7px + 0.3888888889vw);
  }
  .text-vw-xl-13 {
    font-size: calc(6.5px + 0.3611111111vw);
  }
  .text-vw-xl-12 {
    font-size: calc(6px + 0.3333333333vw);
  }
  .text-vw-xl-11 {
    font-size: calc(5.5px + 0.3055555556vw);
  }
  .text-vw-xl-10 {
    font-size: calc(5px + 0.2777777778vw);
  }
}
.line-height-1 {
  line-height: 1;
}

.line-height-1-1 {
  line-height: 1.1;
}

.line-height-1-2 {
  line-height: 1.2;
}

.line-height-1-3 {
  line-height: 1.3;
}

.line-height-1-4 {
  line-height: 1.4;
}

.line-height-1-5 {
  line-height: 1.5;
}

.line-height-1-6 {
  line-height: 1.6;
}

.line-height-1-7 {
  line-height: 1.7;
}

.line-height-1-8 {
  line-height: 1.8;
}

.line-height-1-9 {
  line-height: 1.9;
}

.font-primary {
  font-family: "Inter", sans-serif;
}

/*.font-condensed
 * font-family: $font-condensed */
.font-secondary {
  font-family: "DM Mono", monospace;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-spacing {
  letter-spacing: 1px;
}

.text-spacing-2 {
  letter-spacing: 2px;
}

.text-italic {
  font-style: italic;
}

.text-allcaps {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-underline {
  text-decoration: underline;
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1300px) {
  .text-xl-center {
    text-align: center;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
}
.overflow-hidden {
  overflow: hidden;
  -webkit-clip-path: polygon(calc(0% + 1px) calc(0% + 1px), 100% calc(0% + 1px), 100% calc(100% - 1px), calc(0% + 1px) calc(100% - 1px));
          clip-path: polygon(calc(0% + 1px) calc(0% + 1px), 100% calc(0% + 1px), 100% calc(100% - 1px), calc(0% + 1px) calc(100% - 1px));
}

.overflow-y-auto {
  overflow-y: auto;
}

.opacity-1 {
  opacity: .1;
}

.opacity-2 {
  opacity: .2;
}

.opacity-3 {
  opacity: .3;
}

.opacity-4 {
  opacity: .4;
}

.opacity-5 {
  opacity: .5;
}

.opacity-6 {
  opacity: .6;
}

.opacity-7 {
  opacity: .7;
}

.opacity-8 {
  opacity: .8;
}

.opacity-9 {
  opacity: .9;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

/*** Resources ***/
/*** Animations ***/
.reveal {
  display: block;
}
@media (max-width: 992px) {
  .reveal[data-animation=fade-reveal] {
    opacity: 1;
  }
  .reveal[data-animation=slide-reveal-ltr], .reveal[data-animation=slide-reveal-rtl], .reveal[data-animation=slide-reveal-ttb], .reveal[data-animation=slide-reveal-btt] {
    opacity: 1;
    transform: translate(0, 0);
  }
  .reveal[data-animation=mask-reveal-ltr], .reveal[data-animation=mask-reveal-rtl], .reveal[data-animation=mask-reveal-ttb], .reveal[data-animation=mask-reveal-btt], .reveal[data-animation=mask-reveal-cts] {
    opacity: 1;
    -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
            clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
  }
  .reveal[data-animation=zoom-reveal-out] {
    overflow: hidden;
  }
  .reveal[data-animation=zoom-reveal-out] > img:not([aria-hidden=true]), .reveal[data-animation=zoom-reveal-out] > video {
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.001);
  }
}
@media (min-width: 992px) {
  .reveal[data-animation=fade-reveal] {
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.75s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=fade-reveal][data-speed=slow] {
    transition: opacity 1.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=fade-reveal][data-speed=fast] {
    transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=fade-reveal].revealed {
    opacity: 1;
  }
  .reveal[data-animation=slide-reveal-ltr], .reveal[data-animation=slide-reveal-rtl], .reveal[data-animation=slide-reveal-ttb], .reveal[data-animation=slide-reveal-btt] {
    opacity: 0;
    will-change: transform, opacity;
    transition: opacity 0.7s cubic-bezier(0.65, 0, 0.35, 1), transform 0.75s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=slide-reveal-ltr][data-speed=slow], .reveal[data-animation=slide-reveal-rtl][data-speed=slow], .reveal[data-animation=slide-reveal-ttb][data-speed=slow], .reveal[data-animation=slide-reveal-btt][data-speed=slow] {
    transition: opacity 1.4s cubic-bezier(0.65, 0, 0.35, 1), transform 1.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=slide-reveal-ltr][data-speed=fast], .reveal[data-animation=slide-reveal-rtl][data-speed=fast], .reveal[data-animation=slide-reveal-ttb][data-speed=fast], .reveal[data-animation=slide-reveal-btt][data-speed=fast] {
    transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1), transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=slide-reveal-ltr].revealed, .reveal[data-animation=slide-reveal-rtl].revealed, .reveal[data-animation=slide-reveal-ttb].revealed, .reveal[data-animation=slide-reveal-btt].revealed {
    opacity: 1;
    transform: translate(0, 0);
  }
  .reveal[data-animation=slide-reveal-ltr] {
    transform: translateX(-30px);
  }
  .reveal[data-animation=slide-reveal-rtl] {
    transform: translateX(30px);
  }
  .reveal[data-animation=slide-reveal-ttb] {
    transform: translateY(-30px);
  }
  .reveal[data-animation=slide-reveal-btt] {
    transform: translateY(30px);
  }
  .reveal[data-animation=mask-reveal-ltr], .reveal[data-animation=mask-reveal-rtl], .reveal[data-animation=mask-reveal-ttb], .reveal[data-animation=mask-reveal-btt], .reveal[data-animation=mask-reveal-cts] {
    overflow: hidden;
    opacity: 0;
    will-change: clip-path;
    transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 1s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), clip-path 1s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), clip-path 1s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 1s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=mask-reveal-ltr][data-speed=slow], .reveal[data-animation=mask-reveal-rtl][data-speed=slow], .reveal[data-animation=mask-reveal-ttb][data-speed=slow], .reveal[data-animation=mask-reveal-btt][data-speed=slow], .reveal[data-animation=mask-reveal-cts][data-speed=slow] {
    transition: opacity 1.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 1.5s cubic-bezier(0.65, 0, 0.35, 1), clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 1.5s cubic-bezier(0.65, 0, 0.35, 1), clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 1.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=mask-reveal-ltr][data-speed=fast], .reveal[data-animation=mask-reveal-rtl][data-speed=fast], .reveal[data-animation=mask-reveal-ttb][data-speed=fast], .reveal[data-animation=mask-reveal-btt][data-speed=fast], .reveal[data-animation=mask-reveal-cts][data-speed=fast] {
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=mask-reveal-ltr].revealed, .reveal[data-animation=mask-reveal-rtl].revealed, .reveal[data-animation=mask-reveal-ttb].revealed, .reveal[data-animation=mask-reveal-btt].revealed, .reveal[data-animation=mask-reveal-cts].revealed {
    opacity: 1;
    -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
            clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
  }
  .reveal[data-animation=mask-reveal-ltr] {
    -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), calc(0% - 1px) calc(0% - 1px), calc(0% - 1px) calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
            clip-path: polygon(calc(0% - 1px) calc(0% - 1px), calc(0% - 1px) calc(0% - 1px), calc(0% - 1px) calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
  }
  .reveal[data-animation=mask-reveal-rtl] {
    -webkit-clip-path: polygon(100% calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), 100% calc(100% + 1px));
            clip-path: polygon(100% calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), 100% calc(100% + 1px));
  }
  .reveal[data-animation=mask-reveal-ttb] {
    -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(0% - 1px), calc(0% - 1px) 0%);
            clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(0% - 1px), calc(0% - 1px) 0%);
  }
  .reveal[data-animation=mask-reveal-btt] {
    -webkit-clip-path: polygon(calc(0% - 1px) 100%, 100% calc(100% + 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
            clip-path: polygon(calc(0% - 1px) 100%, 100% calc(100% + 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
  }
  .reveal[data-animation=mask-reveal-cts] {
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
            clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  .reveal[data-animation=zoom-reveal-out] {
    overflow: hidden;
  }
  .reveal[data-animation=zoom-reveal-out] > img:not([aria-hidden=true]), .reveal[data-animation=zoom-reveal-out] > video {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
    transition: 0.75s;
  }
  .reveal[data-animation=zoom-reveal-out].revealed > img:not([aria-hidden=true]), .reveal[data-animation=zoom-reveal-out].revealed > video {
    transform: translate(-50%, -50%) scale(1.001);
    opacity: 1;
  }
  .reveal[data-animation=gray-scale-reveal] {
    filter: grayscale(100);
    transition: 1s 1s;
  }
  .reveal[data-animation=gray-scale-reveal].revealed {
    filter: grayscale(0);
  }
  .reveal[data-animation=text-reveal] {
    opacity: 0;
  }
  .reveal[data-animation=text-reveal] .link-wrap {
    transition: 0.3s 0.3s;
  }
  .reveal[data-animation=text-reveal]:not(.revealed) .link-wrap {
    opacity: 0;
  }
  .reveal[data-animation=text-reveal].splitting {
    opacity: 1;
  }
  .reveal[data-animation=text-reveal] .word-wrap {
    -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
            clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
    display: inline-block;
  }
  .reveal[data-animation=text-reveal] .word {
    display: inline-block;
    transform: translate(0, 120%);
    transition: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .reveal[data-animation=text-reveal] .word.revealed {
    transform: translate(0, 0);
  }
  .reveal[data-animation=text-reveal-chars] .char {
    opacity: 0.2;
  }
}

/*** Main style ***/
* {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  position: relative;
  margin: 0;
  background: white;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: black;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.hide-scrollbar {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
}
p:last-child {
  margin-bottom: 0;
}

q {
  display: block;
}

sup {
  vertical-align: top;
}

blockquote {
  margin: 0;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

img {
  display: block;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

svg {
  display: block;
  transition: 0.3s;
}

table, td, th {
  text-align: left;
}

.table {
  width: 100%;
  background: white;
  border-collapse: collapse;
}
.table th, .table td {
  padding: 25px 35px;
  min-width: 180px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .table th, .table td {
    padding: 15px;
  }
}
.table th {
  padding: 35px;
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #84BD00;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.table td {
  border-top: 1px solid #D7DFE4;
}
.table td:not(:last-child) {
  border-right: 1px solid #D7DFE4;
}
.table__inline-heading {
  margin-bottom: 5px;
  color: #84BD00;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .table__inline-heading {
    display: none;
  }
}

@media (max-width: 992px) {
  .table--stack-md tr {
    border-bottom: 1px solid #D7DFE4;
  }
  .table--stack-md th:not(:first-child) {
    display: none;
  }
  .table--stack-md td {
    padding: 8px 20px;
    display: block;
    border: none;
  }
  .table--stack-md td:not(:last-child) {
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
  .table--stack-md td:first-child {
    padding-top: 20px;
  }
  .table--stack-md td:last-child {
    padding-bottom: 20px;
  }
}

.table--internship img {
  width: 160px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .table--internship img {
    margin-bottom: 10px;
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 80px;
  }
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  color: inherit;
}
button:focus-visible, input:focus-visible, optgroup:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 1px solid;
}

button {
  padding: 0;
  background: none;
  border: none;
  font: inherit;
  text-transform: inherit;
  line-height: 1;
  text-align: inherit;
  cursor: pointer;
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: black;
  transition: all 0.3s;
}

.skip-to-content-link {
  opacity: 0;
  z-index: 150;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  padding: 4px 8px 1px;
  background: #F68B1F;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}
.skip-to-content-link:focus {
  opacity: 1;
  transform: translate(-50%, 0);
}

.link-cta {
  display: inline-flex;
  align-items: center;
  color: #F68B1F;
  font-weight: 500;
  font-size: 12px;
}
.link-cta svg {
  margin-right: 10px;
}
.link-cta span {
  padding-bottom: 2px;
}

.link-cta--light {
  color: white;
}

.link-arrow {
  position: relative;
  padding-right: 55px;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
.link-arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 42px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='12' fill='none'%3E%3Cpath fill='%23F68B1F' d='m35.6 11.6 5.7-5c.2-.2.2-.5 0-.7l-5.6-5a.4.4 0 0 0-.7.3v10.2c0 .3.4.4.6.2Z'/%3E%3Cpath stroke='%23F68B1F' stroke-width='2' d='M0 6.3h34'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: 0.3s;
}
.link-arrow:hover span, .link-arrow:focus span, .hover--link-arrow:hover .link-arrow span, .hover--link-arrow:focus .link-arrow span {
  opacity: 1;
}
.link-arrow:hover::before, .link-arrow:focus::before, .hover--link-arrow:hover .link-arrow::before, .hover--link-arrow:focus .link-arrow::before {
  background-position: right 10px center;
}
.link-arrow span {
  opacity: 0.5;
  transition: 0.3s;
}
.link-arrow--light {
  color: white;
}
.link-arrow--back {
  padding-left: 55px;
  padding-right: 0;
}
.link-arrow--back::before {
  left: 0;
  right: auto;
  transform: translate(0, -50%) rotate(180deg);
}
.link-arrow--down::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='14' fill='none'%3E%3Cpath fill='%23F68B1F' d='m44 8-5.2 5.7h-.6l-5-5.6c-.2-.3 0-.7.3-.7h10.2c.3 0 .4.4.2.6Z'/%3E%3Cpath stroke='%23F68B1F' stroke-width='2' d='M0 1.4h38.5v4.8'/%3E%3C/svg%3E");
}

.links--arrow a {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.6;
}
.links--arrow a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M4.47198 0.00537109L3.47724 0.99604L7.77932 5.28051H0V6.68152H7.87984L3.57818 10.9656L4.57292 11.9562L10.5226 6.03093L4.47198 0.00537109Z' fill='%2384BD00'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  transition: 0.3s;
}

.links--arrow--hover a {
  position: relative;
  padding-left: 0;
}
.links--arrow--hover a:hover, .links--arrow--hover a:focus {
  padding-left: 20px;
}
.links--arrow--hover a:hover::before, .links--arrow--hover a:focus::before {
  visibility: visible;
  opacity: 1;
}
.links--arrow--hover a::before {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M4.47198 0.00537109L3.47724 0.99604L7.77932 5.28051H0V6.68152H7.87984L3.57818 10.9656L4.57292 11.9562L10.5226 6.03093L4.47198 0.00537109Z' fill='%2384BD00'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  transition: 0.3s;
}

.links--arrow-reveal a {
  position: relative;
  padding-left: 0;
  display: inline-block;
}
.links--arrow-reveal a:hover, .links--arrow-reveal a:focus {
  transform: translate(15px, 0);
}
.links--arrow-reveal a:hover::before, .links--arrow-reveal a:focus::before {
  visibility: visible;
  opacity: 1;
  left: -15px;
}
.links--arrow-reveal a::before {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #84BD00;
  transition: 0.3s;
}

.link-btn-arrow {
  position: relative;
  padding: 10px 20px 10px 55px;
  display: inline;
  color: #84BD00;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .link-btn-arrow {
    font-size: 18px;
    line-height: 1.6;
  }
}
.link-btn-arrow:hover, .link-btn-arrow:focus, .hover--link-btn-arrow:hover .link-btn-arrow, .hover--link-btn-arrow:focus .link-btn-arrow {
  color: white;
}
.link-btn-arrow:hover .btn-arrow, .link-btn-arrow:focus .btn-arrow, .hover--link-btn-arrow:hover .link-btn-arrow .btn-arrow, .hover--link-btn-arrow:focus .link-btn-arrow .btn-arrow {
  justify-content: flex-start;
  width: calc(100% + 5px);
}
.link-btn-arrow:hover .btn-arrow::before, .link-btn-arrow:focus .btn-arrow::before, .hover--link-btn-arrow:hover .link-btn-arrow .btn-arrow::before, .hover--link-btn-arrow:focus .link-btn-arrow .btn-arrow::before {
  margin-left: 25px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M4.47198 0.00537109L3.47724 0.99604L7.77932 5.28051H0V6.68152H7.87984L3.57818 10.9656L4.57292 11.9562L10.5226 6.03093L4.47198 0.00537109Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.link-btn-arrow .btn-arrow {
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translate(0, -50%);
  justify-content: flex-start;
  border-radius: 100px;
  pointer-events: none;
}
.link-btn-arrow .btn-arrow::before {
  margin-left: 16px;
  transition: 0.2s;
}
.link-btn-arrow span {
  z-index: 1;
  position: relative;
}

.link-btn-arrow--dark {
  color: black;
}
.link-btn-arrow--dark .btn-arrow {
  background: black;
}
.link-btn-arrow--dark .btn-arrow::before {
  background: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2085 11.0002L6.20858 6.00008L1.2085 1' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}

.link-btn-arrow--text-light {
  color: white;
}

.link-external::after {
  content: "";
  margin-left: 8px;
  transform: translateY(2px);
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='none' d='M0 0h12v12H0z'/%3E%3Cpath fill='none' stroke='%2384BD00' stroke-miterlimit='10' d='M11.5 6.846v3.808a.846.846 0 0 1-.846.846H1.346a.846.846 0 0 1-.846-.846V1.346A.846.846 0 0 1 1.346.5h3.808M8.538.5H11.5v2.962M11.5.5 6 6'/%3E%3C/svg%3E") no-repeat center/contain;
}

.link-external2::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.001' height='10'%3E%3Cpath fill='%23F68B1F' d='M9.921 9.658 10 0C7.583.024 2.762.056.343.08l-.02 1.209c2.177-.022 5.064-.039 7.605-.063L0 9.155.845 10l7.929-7.928-.068 7.6 1.216-.014Z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.link-download {
  color: #84BD00;
}
.link-download::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  background: url(../img/icons/icon-download.svg) no-repeat center/contain;
}

.link--stroke--bg, .links--stroke--bg a {
  display: inline-block;
  background: linear-gradient(#F68B1F 0%, #F68B1F 100%) no-repeat left bottom 5%/100% 40%;
  transition: 0.3s;
}
.link--stroke--bg:hover, .links--stroke--bg a:hover, .link--stroke--bg:focus, .links--stroke--bg a:focus {
  background-size: 100% 0%;
}

.link--stroke, .link--stroke--accent, .links--stroke--accent a, .link--stroke--light, .cms-content--light p a, .cms-content--light li a, .cms-content--light .link-wrap a, .links--stroke--light a, .link--stroke--dark, .cms-content--dark p > a, .cms-content--dark li > a, .cms-content p > a, .cms-content li > a, .links--stroke--dark a, .links--stroke a,
.link--stroke--hover,
.link--stroke--accent--hover,
.links--stroke--accent--hover a,
.link--stroke--light--hover,
.links--stroke--light--hover a,
.link--stroke--dark--hover,
.links--stroke--dark--hover a,
.links--stroke--hover a {
  background-image: linear-gradient(transparent calc(100% - 1px), #84BD00 1px);
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: 0.3s;
}

.link--stroke, .link--stroke--accent, .links--stroke--accent a, .link--stroke--light, .cms-content--light p a, .cms-content--light li a, .cms-content--light .link-wrap a, .links--stroke--light a, .link--stroke--dark, .cms-content--dark p > a, .cms-content--dark li > a, .cms-content p > a, .cms-content li > a, .links--stroke--dark a, .links--stroke a,
.link--stroke--hover:hover,
.link--stroke--accent--hover:hover,
.links--stroke--accent--hover a:hover,
.link--stroke--light--hover:hover,
.links--stroke--light--hover a:hover,
.link--stroke--dark--hover:hover,
.links--stroke--dark--hover a:hover,
.links--stroke--hover a:hover,
.link--stroke--hover:focus-visible,
.link--stroke--accent--hover:focus-visible,
.links--stroke--accent--hover a:focus-visible,
.link--stroke--light--hover:focus-visible,
.links--stroke--light--hover a:focus-visible,
.link--stroke--dark--hover:focus-visible,
.links--stroke--dark--hover a:focus-visible,
.links--stroke--hover a:focus-visible {
  background-size: 100% 100%;
}

.link--stroke:hover, .link--stroke--accent:hover, .links--stroke--accent a:hover, .link--stroke--light:hover, .cms-content--light p a:hover, .cms-content--light li a:hover, .cms-content--light .link-wrap a:hover, .links--stroke--light a:hover, .link--stroke--dark:hover, .cms-content--dark p > a:hover, .cms-content--dark li > a:hover, .cms-content p > a:hover, .cms-content li > a:hover, .links--stroke--dark a:hover, .links--stroke a:hover,
.link--stroke:focus-visible,
.link--stroke--accent:focus-visible,
.links--stroke--accent a:focus-visible,
.link--stroke--light:focus-visible,
.cms-content--light p a:focus-visible,
.cms-content--light li a:focus-visible,
.cms-content--light .link-wrap a:focus-visible,
.links--stroke--light a:focus-visible,
.link--stroke--dark:focus-visible,
.cms-content--dark p > a:focus-visible,
.cms-content--dark li > a:focus-visible,
.cms-content p > a:focus-visible,
.cms-content li > a:focus-visible,
.links--stroke--dark a:focus-visible,
.links--stroke a:focus-visible,
.link--stroke--hover,
.link--stroke--accent--hover,
.links--stroke--accent--hover a,
.link--stroke--light--hover,
.links--stroke--light--hover a,
.link--stroke--dark--hover,
.links--stroke--dark--hover a,
.links--stroke--hover a {
  background-size: 0% 100%;
}

.link--stroke--dark, .cms-content--dark p > a, .cms-content--dark li > a, .cms-content p > a, .cms-content li > a, .links--stroke--dark a {
  background-image: linear-gradient(transparent calc(100% - 1px), #131415 1px);
}

.link--stroke--dark--hover, .links--stroke--dark--hover a {
  background-image: linear-gradient(transparent calc(100% - 1px), #131415 1px);
}

.link--stroke--light, .cms-content--light p a, .cms-content--light li a, .cms-content--light .link-wrap a, .links--stroke--light a {
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}

.link--stroke--light--hover, .links--stroke--light--hover a {
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
}

.link--stroke--accent, .links--stroke--accent a {
  background-image: linear-gradient(transparent calc(100% - 1px), #F68B1F 1px);
}

.link--stroke--accent--hover, .links--stroke--accent--hover a {
  background-image: linear-gradient(transparent calc(100% - 1px), #F68B1F 1px);
}

.hover--links--stroke:hover .link--stroke, .hover--links--stroke:hover .links--stroke a, .links--stroke .hover--links--stroke:hover a, .hover--links--stroke:hover .link--stroke--dark, .hover--links--stroke:hover .cms-content--dark p > a, .cms-content--dark .hover--links--stroke:hover p > a, .hover--links--stroke:hover .cms-content--dark li > a, .cms-content--dark .hover--links--stroke:hover li > a, .hover--links--stroke:hover .cms-content p > a, .cms-content .hover--links--stroke:hover p > a, .hover--links--stroke:hover .cms-content li > a, .cms-content .hover--links--stroke:hover li > a, .hover--links--stroke:hover .links--stroke--dark a, .links--stroke--dark .hover--links--stroke:hover a, .hover--links--stroke:hover .link--stroke--light, .hover--links--stroke:hover .cms-content--light p a, .cms-content--light p .hover--links--stroke:hover a, .hover--links--stroke:hover .cms-content--light li a, .cms-content--light li .hover--links--stroke:hover a, .hover--links--stroke:hover .cms-content--light .link-wrap a, .cms-content--light .link-wrap .hover--links--stroke:hover a, .hover--links--stroke:hover .links--stroke--light a, .links--stroke--light .hover--links--stroke:hover a, .hover--links--stroke:hover .link--stroke--accent, .hover--links--stroke:hover .links--stroke--accent a, .links--stroke--accent .hover--links--stroke:hover a, .hover--links--stroke:hover .link--stroke--dark.link--stroke--light.link--stroke--accent, .hover--links--stroke:focus-visible .link--stroke, .hover--links--stroke:focus-visible .links--stroke a, .links--stroke .hover--links--stroke:focus-visible a, .hover--links--stroke:focus-visible .link--stroke--dark, .hover--links--stroke:focus-visible .cms-content--dark p > a, .cms-content--dark .hover--links--stroke:focus-visible p > a, .hover--links--stroke:focus-visible .cms-content--dark li > a, .cms-content--dark .hover--links--stroke:focus-visible li > a, .hover--links--stroke:focus-visible .cms-content p > a, .cms-content .hover--links--stroke:focus-visible p > a, .hover--links--stroke:focus-visible .cms-content li > a, .cms-content .hover--links--stroke:focus-visible li > a, .hover--links--stroke:focus-visible .links--stroke--dark a, .links--stroke--dark .hover--links--stroke:focus-visible a, .hover--links--stroke:focus-visible .link--stroke--light, .hover--links--stroke:focus-visible .cms-content--light p a, .cms-content--light p .hover--links--stroke:focus-visible a, .hover--links--stroke:focus-visible .cms-content--light li a, .cms-content--light li .hover--links--stroke:focus-visible a, .hover--links--stroke:focus-visible .cms-content--light .link-wrap a, .cms-content--light .link-wrap .hover--links--stroke:focus-visible a, .hover--links--stroke:focus-visible .links--stroke--light a, .links--stroke--light .hover--links--stroke:focus-visible a, .hover--links--stroke:focus-visible .link--stroke--accent, .hover--links--stroke:focus-visible .links--stroke--accent a, .links--stroke--accent .hover--links--stroke:focus-visible a, .hover--links--stroke:focus-visible .link--stroke--dark.link--stroke--light.link--stroke--accent {
  background-size: 0% 100%;
}

.hover--links--stroke:hover .link--stroke--hover, .hover--links--stroke:hover .links--stroke--hover a, .links--stroke--hover .hover--links--stroke:hover a, .hover--links--stroke:hover .link--stroke--dark--hover, .hover--links--stroke:hover .links--stroke--dark--hover a, .links--stroke--dark--hover .hover--links--stroke:hover a, .hover--links--stroke:hover .link--stroke--light--hover, .hover--links--stroke:hover .links--stroke--light--hover a, .links--stroke--light--hover .hover--links--stroke:hover a, .hover--links--stroke:hover .link--stroke--accent--hover, .hover--links--stroke:hover .links--stroke--accent--hover a, .links--stroke--accent--hover .hover--links--stroke:hover a, .hover--links--stroke:hover .link--stroke--dark--hover.link--stroke--light--hover.link--stroke--accent--hover, .hover--links--stroke:focus-visible .link--stroke--hover, .hover--links--stroke:focus-visible .links--stroke--hover a, .links--stroke--hover .hover--links--stroke:focus-visible a, .hover--links--stroke:focus-visible .link--stroke--dark--hover, .hover--links--stroke:focus-visible .links--stroke--dark--hover a, .links--stroke--dark--hover .hover--links--stroke:focus-visible a, .hover--links--stroke:focus-visible .link--stroke--light--hover, .hover--links--stroke:focus-visible .links--stroke--light--hover a, .links--stroke--light--hover .hover--links--stroke:focus-visible a, .hover--links--stroke:focus-visible .link--stroke--accent--hover, .hover--links--stroke:focus-visible .links--stroke--accent--hover a, .links--stroke--accent--hover .hover--links--stroke:focus-visible a, .hover--links--stroke:focus-visible .link--stroke--dark--hover.link--stroke--light--hover.link--stroke--accent--hover {
  background-size: 100% 100%;
}

.links--color--primary a {
  color: #84BD00;
}

.links--color--dark a {
  color: #131415;
}

.links--color--light a {
  color: #fff;
}

.links--color--accent a {
  color: #F68B1F;
}

button:focus-visible, a:focus-visible {
  outline: 1px solid;
}

.btn {
  z-index: 1;
  position: relative;
  padding: 20px 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: #84BD00;
  border: 1px solid transparent;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
  -webkit-appearance: none;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .btn {
    white-space: normal;
  }
}
.btn span {
  display: block;
}
.btn svg, .btn img {
  order: -1;
  transform: translateY(-1px);
  margin-right: 12px;
}
.btn svg {
  fill: #fff;
}
.btn img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn:focus-visible {
  outline: 1px solid #F68B1F;
}
.btn:hover .btn__text > span:nth-child(1), .btn:focus .btn__text > span:nth-child(1), .hover--btn:hover .btn .btn__text > span:nth-child(1), .hover--btn:focus .btn .btn__text > span:nth-child(1) {
  visibility: hidden;
  transform: translate(0, -50px);
}
.btn:hover .btn__text > span:nth-child(2), .btn:focus .btn__text > span:nth-child(2), .hover--btn:hover .btn .btn__text > span:nth-child(2), .hover--btn:focus .btn .btn__text > span:nth-child(2) {
  visibility: visible;
  transform: translate(0, 0);
}

.btn__text {
  position: relative;
}
.btn__text > span {
  transition: 0.4s;
}
.btn__text > span:nth-child(1), .btn__text > span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}
.btn__text > span:nth-child(2) {
  visibility: hidden;
  transform: translate(0, 50px);
}
.btn__text > span:nth-child(3) {
  opacity: 0;
}

.btn--external svg {
  stroke: #F68B1F;
}

.btn--dark {
  background: #000;
  color: #fff;
}
.btn--light {
  background: #fff;
  color: #84BD00;
}

.btn--primary {
  background: #84BD00;
  color: white;
}
.btn--primary:focus-visible {
  outline: 1px solid #84BD00;
}

.btn--accent {
  background: #F68B1F;
  color: black;
}

.btn--arrow::before {
  content: "";
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M4.47198 0.00537109L3.47724 0.99604L7.77932 5.28051H0V6.68152H7.87984L3.57818 10.9656L4.57292 11.9562L10.5226 6.03093L4.47198 0.00537109Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.btn--arrow.btn--light::before, .btn--arrow.btn--dark::before {
  background: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M4.47198 0.00537109L3.47724 0.99604L7.77932 5.28051H0V6.68152H7.87984L3.57818 10.9656L4.57292 11.9562L10.5226 6.03093L4.47198 0.00537109Z' fill='%23F68B1F'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}

.btn--video svg {
  fill: #84BD00;
}

.btn--down {
  justify-content: space-between;
}
.btn--down::after {
  transform: rotate(90deg);
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-basics ul > li, ul.list-basic > li, .cms-content ul > li, .list-colors ul > li, ul.list-color > li {
  position: relative;
  margin-bottom: 0.2em;
  padding-bottom: 5px;
  padding-left: 35px;
}
.list-spacing .list-basics ul > li, .list-spacing ul.list-basic > li, .list-spacing .cms-content ul > li, .cms-content .list-spacing ul > li, .list-spacing .list-colors ul > li, .list-colors .list-spacing ul > li, .list-spacing ul.list-color > li {
  margin-bottom: 10px;
}
.list-basics ul > li::before, ul.list-basic > li::before, .cms-content ul > li::before, .list-colors ul > li::before, ul.list-color > li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.list-colors ul > li::before, ul.list-color > li::before {
  width: 7px;
  height: 7px;
  background: #84BD00;
}

.list-checks ul > li, ul.list-checks > li {
  position: relative;
  margin-left: 0;
  margin-bottom: 5px;
  padding-left: 75px;
}
.list-checks ul > li::before, ul.list-checks > li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 26px;
  height: 26px;
  background: url(../img/icons/icon-checkmark.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .list-checks ul > li, ul.list-checks > li {
    padding-left: 50px;
  }
  .list-checks ul > li::before, ul.list-checks > li::before {
    left: 10px;
    top: 0.1em;
    width: 20px;
    height: 20px;
  }
}

.list-arrows ul > li, ul.list-arrows > li {
  position: relative;
  margin-left: 0;
  margin-bottom: 4px;
  padding-left: 35px;
}
.list-arrows ul > li::before, ul.list-arrows > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M4.47198 0.00537109L3.47724 0.99604L7.77932 5.28051H0V6.68152H7.87984L3.57818 10.9656L4.57292 11.9562L10.5226 6.03093L4.47198 0.00537109Z' fill='%23F68B1F'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}

.list-arrows--big ul > li, ul.list-arrows--big > li {
  margin-bottom: 20px;
  padding-left: 50px;
}
.list-arrows--big ul > li::before, ul.list-arrows--big > li::before {
  top: 0.1em;
  width: 30px;
  height: 30px;
}

.list-dividers ul > li::after, ul.list-dividers > li::after {
  content: "";
  margin: 12px 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #D7DFE4;
}

@media (min-width: 768px) {
  .list-2-col ul, ul.list-2-col, ul.list-3-col, ul.list-4-col {
    -moz-columns: 2;
         columns: 2;
  }
  .list-2-col ul > li, ul.list-2-col > li, ul.list-3-col > li, ul.list-4-col > li {
    width: calc(100% - 20px);
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}

@media (min-width: 768px) {
  ul.list-2-col--reflow {
    -moz-columns: unset;
         columns: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.list-2-col--reflow > li {
    width: calc(50% - 20px);
  }
}

@media (min-width: 992px) {
  ul.list-3-col, ul.list-4-col {
    -moz-columns: 3;
         columns: 3;
  }
}

ul.list-3-col--reflow {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  ul.list-3-col--reflow > li {
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  ul.list-3-col--reflow > li {
    width: calc(33% - 30px);
  }
}

@media (min-width: 1300px) {
  ul.list-4-col {
    -moz-columns: 4;
         columns: 4;
  }
}

.list-spacing ul > li, ul.list-spacing > li {
  margin-bottom: 15px;
}

.block-text-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.media-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.media-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(0, 0, 0, 0);
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px !important;
}

.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-thumbnail {
  position: relative;
  padding-bottom: 57.5%;
  overflow: hidden;
}
.post-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pagination .page-numbers {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 768px) {
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.pagination .page-numbers.current::before {
  opacity: 1;
}
.pagination .page-numbers:hover:not(.current):not(.dots), .pagination .page-numbers:focus:not(.current):not(.dots) {
  color: #84BD00;
}
.pagination .page-numbers::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transform: translate(-50%, calc(-50% - 2px));
  background: url(../img/onstate.svg) no-repeat center/contain;
  pointer-events: none;
  transition: 0.3s;
}

.page-numbers-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .page-numbers-wrap {
    width: 100%;
  }
}

.page-prev, .page-next {
  position: relative;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .page-prev, .page-next {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .page-prev, .page-next {
    order: -1;
    margin-bottom: 15px;
  }
}
.page-prev:hover, .page-prev:focus, .page-next:hover, .page-next:focus {
  color: #84BD00;
}
.page-prev::before, .page-next::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='12' fill='none'%3E%3Cpath fill='%2384BD00' d='m35.6 11.6 5.7-5c.2-.2.2-.5 0-.7l-5.6-5a.4.4 0 0 0-.7.3v10.2c0 .3.4.4.6.2Z'/%3E%3Cpath stroke='%2384BD00' stroke-width='2' d='M0 6.3h34'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width: 992px) {
  .page-prev::before, .page-next::before {
    width: 50px;
  }
}

.page-prev {
  padding-left: 70px;
}
@media (max-width: 992px) {
  .page-prev {
    padding-left: 60px;
  }
}
.page-prev::before {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}

.page-next {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .page-next {
    padding-right: 60px;
  }
}
.page-next::before {
  right: 0;
}

.cms-content > *:first-child {
  margin-top: 0;
}
.cms-content > *:last-child {
  margin-bottom: 0;
}
.cms-content > figure {
  position: relative;
  margin: 100px -180px;
}
@media (max-width: 1300px) {
  .cms-content > figure {
    margin: 100px -50px;
  }
}
@media (max-width: 992px) {
  .cms-content > figure {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .cms-content > figure {
    margin: 40px 0;
  }
}
.cms-content > figure img {
  width: 100%;
}
.cms-content > figure:not(:hover) figcaption {
  visibility: hidden;
  opacity: 0;
}
.cms-content > figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cms-content > figure figcaption {
    font-size: 12px;
  }
}
.cms-content p > img {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1300px) {
  .cms-content p > img {
    margin: 100px 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cms-content p > img {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .cms-content p > img {
    margin: 40px 0;
  }
}
.cms-content > h2, .cms-content > h3, .cms-content > h4, .cms-content > h5, .cms-content > h6 {
  font-weight: 400;
}
.cms-content > h2 {
  margin: 100px 0 20px;
  font-size: 36px;
  line-height: 1.4;
}
@media (max-width: 1300px) {
  .cms-content > h2 {
    margin: 80px 0 20px;
    font-size: 32px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .cms-content > h2 {
    margin: 40px 0 15px;
    font-size: 26px;
    line-height: 1.4;
  }
}
.cms-content > h3 {
  margin: 60px 0 15px;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cms-content > h3 {
    margin: 40px 0 15px;
    font-size: 22px;
    line-height: 1.5;
  }
}
.cms-content > h4 {
  margin: 20px 0 10px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cms-content > h4 {
    font-size: 18px;
    line-height: 1.6;
  }
}
.cms-content p {
  margin-top: 0;
  margin-bottom: 1.6em;
}
.cms-content p + ul {
  margin-top: -10px;
}
.cms-content ul {
  margin-bottom: 30px;
}
.cms-content ul:last-child {
  margin-bottom: 0;
}
.cms-content ul li {
  margin-left: 5px;
}
.cms-content ol {
  counter-reset: primary;
  margin-bottom: 30px;
  padding-left: 35px;
}
.cms-content ol:last-child {
  margin-bottom: 0;
}
.cms-content ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}
.cms-content ol p {
  margin-bottom: 10px;
}
.cms-content ol > li > ol {
  counter-reset: secondary;
}
.cms-content ol > li > ol > li > ol {
  counter-reset: tertiary;
}
.cms-content ol > li > ol > li > ol > li > ol {
  counter-reset: quaternary;
}
.cms-content ol > li > ol > li > ol > li > ol > li:before {
  content: counters(primary, ".", decimal) "." counters(secondary, ".", decimal) "." counters(tertiary, ".", decimal) "." counters(quaternary, ".", decimal) ". ";
  counter-increment: quaternary;
}
.cms-content ol > li > ol > li > ol > li:before {
  content: counters(primary, ".", decimal) "." counters(secondary, ".", decimal) "." counters(tertiary, ".", decimal) ". ";
  counter-increment: tertiary;
}
.cms-content ol > li > ol > li:before {
  content: counters(primary, ".", decimal) "." counters(secondary, ".", decimal) ". ";
  counter-increment: secondary;
}
.cms-content ol > li:before {
  content: counters(primary, ".", decimal) ". ";
  counter-increment: primary;
}
.cms-content blockquote {
  max-width: 1340px;
  margin: 100px -180px;
}
@media (max-width: 1300px) {
  .cms-content blockquote {
    margin: 100px -50px;
  }
}
@media (max-width: 992px) {
  .cms-content blockquote {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .cms-content blockquote {
    margin: 40px 0;
  }
}
.cms-content blockquote p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 64px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .cms-content blockquote p {
    font-size: 32px;
    line-height: 1.4;
  }
}
.cms-content blockquote sub {
  display: block;
  font-size: 16px;
  line-height: 1.6;
}
.cms-content blockquote sub strong {
  font-weight: 600;
  letter-spacing: 1px;
}
.cms-content blockquote sub img {
  margin-right: 40px;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .cms-content blockquote sub img {
    margin-right: 20px;
  }
}
.cms-content blockquote::before {
  content: "";
  margin-bottom: 20px;
  display: block;
  width: 72px;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='48' fill='none'%3E%3Cg fill='%2384BD00'%3E%3Cpath d='M35 17.5C35 7.8 27.2 0 17.6 0 7.9 0 .9 7.5 0 17.2-1.2 31.8 10 44 23.5 48a17.4 17.4 0 0 1-8.4-13.3l2.5.2C27.2 35 35 27.1 35 17.5ZM71.9 17.5C71.9 7.8 64.1 0 54.4 0 44.8 0 37.8 7.5 37 17.2 35.7 31.8 46.9 44 60.4 48A17.4 17.4 0 0 1 52 34.7l2.4.2C64.1 35 72 27.1 72 17.5Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width: 768px) {
  .cms-content blockquote::before {
    width: 48px;
    height: 32px;
  }
}
.cms-content iframe {
  margin: 20px 0 40px;
  display: block;
  width: 100%;
  min-height: 500px;
}
@media (max-width: 768px) {
  .cms-content iframe {
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .cms-content iframe {
    min-height: 300px;
  }
}
.cms-content table, .cms-content td, .cms-content th {
  text-align: left;
}
.cms-content table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
}
.cms-content table:last-child {
  margin-bottom: 0;
}
.cms-content table th, .cms-content table td {
  padding: 5px 20px;
}
@media (max-width: 768px) {
  .cms-content table th, .cms-content table td {
    padding: 15px;
  }
}
.cms-content table th {
  padding: 15px 20px 10px;
  background: #131415;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
.cms-content table tr {
  border-bottom: 1px solid #131415;
}

.cms-content--light {
  color: #fff;
}
.cms-content--light p a, .cms-content--light li a, .cms-content--light .link-wrap a {
  color: #fff;
}
.cms-content--light ul li::before {
  background: #fff;
}

.gallery-inline-wrap {
  padding: 20px 0 80px;
}
@media (max-width: 992px) {
  .gallery-inline-wrap {
    padding: 20px 0 60px;
  }
}
@media (max-width: 768px) {
  .gallery-inline-wrap {
    padding: 20px 0 30px;
  }
}

.gallery-inline .flickity-viewport {
  overflow: unset;
}

.gallery-inline__item {
  margin-right: 40px;
  display: flex;
  min-height: 100%;
}
@media (max-width: 768px) {
  .gallery-inline__item {
    margin-right: 20px;
  }
}
.gallery-inline__item:not(:hover):not(:focus) figcaption {
  visibility: hidden;
  opacity: 0;
}
.gallery-inline__item a {
  position: relative;
  display: block;
  height: 600px;
}
@media (max-width: 768px) {
  .gallery-inline__item a {
    height: 450px;
  }
}
.gallery-inline__item figure {
  height: 100%;
}
.gallery-inline__item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.gallery-inline__item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
}
.gallery-inline__item figcaption:empty {
  display: none;
}

.contact-widget-overlay {
  z-index: 99;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate(0, 0);
  padding: 60px;
  width: 100%;
  max-width: 680px;
  height: 100%;
  background: #F7F4F1;
  box-shadow: 0 50px 40px rgba(0, 0, 0, 0.2);
  color: black;
  transition: 0.3s;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .contact-widget-overlay {
    padding: 40px 30px;
  }
}
.contact-widget-overlay:not(.active) {
  visibility: hidden;
  opacity: 0;
  transform: translate(50%, 0);
}

.contact-widget-overlay__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
}
.contact-widget-overlay__close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8,9.06,1.066,16,0,14.933,6.928,8,0,1.067,1.066,0,8,6.94,14.934,0,16,1.067,9.073,8,16,14.933,14.934,16Z' fill='%23000000'/%3E%3C/svg%3E") no-repeat center/contain;
}

.dark-overlay {
  z-index: 95;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.dark-overlay:not(.active) {
  visibility: hidden;
  opacity: 0;
}

.site-alert {
  position: relative;
  background: #84BD00;
  transition: 0.25s;
  overflow: hidden;
}
.site-alert.inactive {
  visibility: hidden;
  margin-bottom: 0;
}
.site-alert__container {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .site-alert__container {
    padding-right: 30px;
    justify-content: flex-start;
    text-align: left;
  }
}
.site-alert__container img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .site-alert__container img {
    margin-right: 15px;
  }
}

.site-alert__close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
}
.site-alert__close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8,9.06,1.066,16,0,14.933,6.928,8,0,1.067,1.066,0,8,6.94,14.934,0,16,1.067,9.073,8,16,14.933,14.934,16Z' fill='%23000000'/%3E%3C/svg%3E") no-repeat center/contain;
}

.site-alert--secondary {
  background: #728FA1;
  color: #84BD00;
}
.site-alert--secondary .site-alert__close::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8,9.06,1.066,16,0,14.933,6.928,8,0,1.067,1.066,0,8,6.94,14.934,0,16,1.067,9.073,8,16,14.933,14.934,16Z' fill='%23131415'/%3E%3C/svg%3E") no-repeat center/contain;
}

.header-reserved-space {
  height: 90px;
  background: black;
}
@media (max-width: 992px) {
  .header-reserved-space {
    height: 80px;
  }
}
.has-header-transparent .header-reserved-space:not(.keep) {
  height: 0;
}

.header-wrap {
  z-index: 90;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.2s, top 0s;
}

.header {
  position: relative;
  width: 100%;
  height: 90px;
  background: black;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.header.disable {
  pointer-events: none;
}
.header a, .header button {
  color: #fff;
}
.has-header-transparent:not(.scrolled):not(.menu-panel-active) .header:not(.search-active):not(:hover):not(.hover) {
  background: transparent;
  border-bottom-color: transparent;
}
.scrolled:not(.no-sticky-header) .header {
  position: fixed;
  top: 0 !important;
  padding: 0;
}
@media (max-width: 992px) {
  .header {
    height: 80px !important;
  }
}

.header__logo-wrap {
  padding: 28px 0;
  height: 100%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header__logo-wrap {
    padding: 24px 0;
  }
}
.header__logo {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
.header__logo img {
  margin: auto;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__logo-img--default {
  transition: 0.2s;
}

.header__logo-img--small {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .header__logo-img--small {
    position: relative;
    display: block;
  }
}
.header__nav {
  z-index: 1;
  margin-left: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  transition: 0.2s;
}
@media (max-width: 1300px) {
  .header__nav {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav:hover .header__nav-item:not(:hover):not(.hover) .header__nav-link, .header__nav.hover .header__nav-item:not(:hover):not(.hover) .header__nav-link {
  background-size: 0% 100%;
}

.header__nav-item {
  position: relative;
  margin-right: 25px;
  padding: 20px 0;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .header__nav-item {
    margin-right: 20px;
  }
}
.header__nav-item:hover .header__submenu, .header__nav-item.hover .header__submenu {
  visibility: visible;
  opacity: 1;
  transition: 0.1s 0.25s;
}
.header__nav-item.has-submenu, .header__nav-item.has-megamenu {
  display: flex;
  align-items: center;
}
.header__nav-item.has-submenu:hover .header__nav-link, .header__nav-item.has-submenu.hover .header__nav-link, .header__nav-item.has-megamenu:hover .header__nav-link, .header__nav-item.has-megamenu.hover .header__nav-link {
  color: #84BD00;
}
.header__nav-item.has-submenu:hover::after, .header__nav-item.has-submenu.hover::after, .header__nav-item.has-megamenu:hover::after, .header__nav-item.has-megamenu.hover::after {
  transform: rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.039' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%23F68B1F' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat center/contain;
}

.header__nav-link {
  z-index: 1;
  position: relative;
  padding: 5px 0;
  display: block;
  background-image: linear-gradient(transparent calc(100% - 2px), #F68B1F 2px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0% 100%;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .header__nav-link {
    font-size: 11px;
  }
}
.header__nav-link:hover, .header__nav-link:focus, .current-menu-item .header__nav-link {
  color: #84BD00;
}
.header__nav-link[href="#"] {
  cursor: default;
}

.header__nav-extra {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .header__nav-extra {
    display: none;
  }
}

.header__nav-extra-item {
  position: relative;
  margin-left: 20px;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .header__nav-extra-item {
    margin-left: 15px;
  }
}
.header__nav-extra-item.has-submenu {
  display: flex;
  align-items: center;
}
.header__nav-extra-item.has-submenu:hover .header__nav-extra-link, .header__nav-extra-item.has-submenu.hover .header__nav-extra-link {
  color: #F68B1F;
}
.header__nav-extra-item.has-submenu:hover .header__submenu, .header__nav-extra-item.has-submenu.hover .header__submenu {
  visibility: visible;
  opacity: 1;
}
.header__nav-extra-item.has-submenu:hover::after, .header__nav-extra-item.has-submenu.hover::after {
  transform: rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.039' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%23F68B1F' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat center/contain;
}
.header__nav-extra-item.has-submenu::after {
  content: "";
  margin-left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.039' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: 0.2s;
}

.header__nav-extra-link {
  z-index: 1;
  position: relative;
  padding: 5px 0;
  display: block;
  background-image: linear-gradient(transparent calc(100% - 2px), #F68B1F 2px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0% 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.header__nav-extra-link:hover, .header__nav-extra-link:focus, .current-menu-item .header__nav-extra-link, .header__nav-item.hover .header__nav-extra-link {
  color: #84BD00;
}

.header__submenu-bg {
  visibility: hidden;
  opacity: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 450px;
  background: black;
  transition: 0.2s;
}
.menu-hover .header__submenu-bg {
  visibility: visible;
  opacity: 1;
}

.header__submenu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: -40px;
  top: calc(100% + 10px);
  padding: 20px 40px 10px;
  color: white;
  white-space: nowrap;
  transition: 0.1s;
}
.header__submenu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 20px;
}

.header__submenu-item {
  position: relative;
}
.header__submenu-item.expandable button {
  width: 100%;
}
.header__submenu-item.expandable::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(-90deg);
  display: block;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2085 11.0002L6.20858 6.00008L1.2085 1' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  pointer-events: none;
  transition: 0.3s;
}
.header__submenu-item.expanded::after {
  transform: rotate(90deg);
}

.header__submenu-link {
  padding: 8px 0;
  display: block;
  color: #fff !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  line-height: 1;
}

.header__submenu-item__sub {
  margin: 5px 0 10px;
  padding-left: 15px;
  border-left: 3px solid rgba(255, 255, 255, 0.25);
}
.header__submenu-item__sub li:not(:last-child) {
  margin-bottom: 5px;
}
.header__submenu-item__sub a {
  padding: 5px 0;
  font-weight: 400;
}

.header__megamenu {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(1px);
  padding: 40px 0 60px;
  width: 100%;
  min-height: 500px;
  background: black;
  color: white;
  transition: 0.2s;
}
.header__megamenu:not(.active) {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s 0.1s;
}
@media (max-width: 768px) {
  .header__megamenu {
    display: none;
  }
}

.header__megamenu__link-box {
  display: block;
}
.search-bar {
  position: relative;
  height: 40px;
}
.search-bar input {
  padding: 10px 20px 10px 45px;
  width: 100%;
  height: 100%;
  line-height: 40px;
  background: transparent;
  color: black;
  font-size: 16px;
  line-height: 1.6;
  transition: 0.5s;
}
.search-bar input:focus {
  outline: 0;
}
.search-bar button {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px;
}
.search-bar button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search-bar--light input {
  color: white;
}
.search-bar--light svg {
  stroke: white;
}
.search-bar--minimal input {
  padding: 10px 0 10px 35px;
}
.search-bar--minimal button {
  left: 0;
}
.search-bar--right input {
  padding: 10px 35px 10px 0;
}
.search-bar--right button {
  left: auto;
  right: 0;
}
.search-bar--big {
  height: auto;
}
.search-bar--big input {
  padding-left: 65px;
  width: 100%;
  height: 64px;
  border-radius: 0;
  background: transparent;
  font-size: 36px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .search-bar--big input {
    padding-left: 45px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.search-bar--big input:focus {
  outline: 0;
}
.search-bar--big button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
}
.search-bar--big button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  stroke: #fff;
}
@media (max-width: 768px) {
  .search-bar--big button {
    left: 0;
    width: 30px;
    height: 30px;
  }
  .search-bar--big button svg {
    width: 24px;
    height: 24px;
  }
}

.header__search {
  z-index: 1;
  position: relative;
  margin-left: 20px;
  width: 32px;
  height: 36px;
}
@media (max-width: 992px) {
  .header__search {
    display: none;
  }
}

.header__search-open {
  z-index: 3;
  padding: 10px;
  width: 32px;
  height: 32px;
  color: #fff;
  transition: 0.2s;
  /*.has-header-transparent:not(.scrolled) .header:not(.search-active):not(:hover):not(.hover) &
  * background: rgba(white, .1)
  * svg
  * stroke: $c-white */
}
.header__search-open:hover svg, .header__search-open:focus svg {
  stroke: #84BD00;
}
.header__search-open:hover::before, .header__search-open:focus::before {
  background-color: #84BD00;
}
.form-revealed .header__search-open svg {
  opacity: 0;
}
.form-revealed .header__search-open::before {
  opacity: 1;
}
.header__search-open svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  stroke: #fff;
  transition: 0.2s;
}
.header__search-open::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8,9.06,1.066,16,0,14.933,6.928,8,0,1.067,1.066,0,8,6.94,14.934,0,16,1.067,9.073,8,16,14.933,14.934,16Z' fill='%23000000'/%3E%3C/svg%3E") no-repeat center/8px, rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}

.header__search-form {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
  background: black;
  transition: 0.2s;
}
.header__search-form input {
  width: 250px;
  color: white;
  font-size: 14px;
}
.header__search-form button svg {
  stroke: white;
}
.form-revealed .header__search-form {
  visibility: visible;
  opacity: 1;
}
.form-revealed .header__search-form input {
  width: 450px;
}
@media (max-width: 992px) {
  .form-revealed .header__search-form input {
    width: 350px;
  }
}

.search-panel {
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  transition: 0.3s;
}
.search-panel.active {
  visibility: visible;
  opacity: 1;
}

.search-panel__form {
  position: relative;
}
.search-panel .search-panel__form {
  margin-top: 40vh;
}
.search-panel__form input {
  padding: 15px 40px 15px 5px;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .search-panel__form input {
    font-size: 24px;
    line-height: 1.5;
  }
}
.search-panel__form input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.search-panel__form input::placeholder {
  color: #fff;
  opacity: 0.5;
}
.search-panel__form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px;
}
.search-panel__form button svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  transition: 0.2s;
}
.search-panel__close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px;
}
@media (max-width: 992px) {
  .search-panel__close svg {
    width: 16px;
    height: 16px;
  }
}

.search-panel__logo {
  height: 47px;
}
@media (max-width: 992px) {
  .search-panel__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.menu-panel-toggle {
  margin-right: -20px;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .menu-panel-toggle {
    display: none;
  }
}

.menu-panel-toggle__icon {
  position: relative;
  width: 22px;
  height: 14px;
}
.menu-panel-toggle__icon span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: white;
  transition: 0.3s;
  /*&:nth-child(2)
  * top: 50% */
}
.menu-panel-toggle__icon span:nth-child(1) {
  top: 2px;
}
.menu-panel-toggle__icon span:nth-child(2) {
  top: calc(100% - 2px);
}
.menu-panel {
  visibility: hidden;
  z-index: 80;
  position: fixed;
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.menu-panel::after {
  opacity: 0;
  z-index: -1;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: black;
  transition: 0.4s ease-out;
}
.menu-panel.submenu-active {
  left: -100%;
}
.menu-panel__wrap {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100vw;
  background: black;
  color: white;
  opacity: 0;
  transform: translate(0, -20px);
  font-size: 14px;
  transition: 0.1s ease-out;
}
@media (min-width: 992px) {
  .menu-panel__wrap {
    top: 90px;
  }
}

.menu-panel__nav {
  padding: 20px 0 0;
}

.menu-panel__nav-item {
  position: relative;
  padding: 5px 0;
}
.menu-panel__nav-item.expanded .menu-panel__nav-link {
  color: #84BD00;
}
.menu-panel__nav-item.expanded .menu-panel__subnav {
  visibility: visible;
}

.menu-panel__nav-link {
  padding: 10px 0;
  display: block;
  color: white;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu-panel__expand-toggle {
  position: relative;
  width: 100%;
}

.menu-panel__expand-icon {
  position: relative;
  transform: translate(2px, -2px);
  display: inline-block;
  width: 10px;
  height: 10px;
}
.menu-panel__expand-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.039' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: 0.3s;
}
.menu-panel__nav-item.expanded .menu-panel__expand-icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.menu-panel__subnav {
  display: none;
  margin: 10px 5px 15px;
  padding-left: 30px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.menu-panel__subnav-item:not(:last-child) {
  margin-bottom: 15px;
}

.menu-panel__subnav-link {
  display: block;
  color: white;
}

.menu-panel__nav-extra {
  margin-top: 15px;
}
.menu-panel__nav-extra li {
  margin-bottom: 20px;
}

.menu-panel__nav-extra-link {
  color: white;
}

.menu-panel-active {
  overflow: hidden;
}
.menu-panel-active .header-wrap {
  top: 0 !important;
}
.menu-panel-active .header__nav, .menu-panel-active .header__search-toggle {
  visibility: hidden;
  opacity: 0;
}
.menu-panel-active .menu-panel-toggle span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-panel-active .menu-panel-toggle span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-panel-active .menu-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}
.menu-panel-active .menu-panel::after {
  opacity: 1;
}
.menu-panel-active .menu-panel .menu-panel__wrap {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.3s ease-out 0.1s;
}
.menu-panel-active .menu-panel__wrap::before {
  opacity: 1;
}

.footer {
  position: relative;
  margin-top: 36px;
  padding: 80px 0;
  background: black;
  color: white;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer {
    padding: 50px 0;
    text-align: center;
  }
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  display: block;
  width: 100%;
  height: 36px;
  background: url(../img/pattern-tile.svg) space center/auto 36px;
  opacity: 0.3;
}
.footer a {
  color: white;
}

.nk-credit {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.nk-credit:hover, .nk-credit:focus {
  opacity: 0.8;
}
.nk-credit svg {
  transform: translate(0, -2px);
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.back-to-top {
  z-index: 9;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 24px;
  height: 24px;
  background: #84BD00;
  color: white;
  transition: 0.4s;
}
.back-to-top:hover, .back-to-top:focus {
  opacity: 0.7;
}
.back-to-top:not(.active) {
  visibility: hidden;
  opacity: 0;
}
.back-to-top::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.995' height='26'%3E%3Cpath fill='%23FFFFFF' d='m16.238 23.283 8.327-8.3H0V11.09h24.633l-8.4-8.372L18.957 0 31.99 13 18.957 26Z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.nkform__ajax-form {
  position: relative;
}
.nkform__ajax-form .nkform__content .nkform__content-inner {
  transition: 0.3s;
}
.nkform__ajax-form .nkform__content .nkform__submit {
  position: relative;
}
.nkform__ajax-form .nkform__content .nkform__loading-icon {
  visibility: hidden;
  display: block;
  margin-left: 20px;
  width: 48px;
  height: 48px;
  background: url(../img/loading.svg) center/contain no-repeat;
  opacity: 0;
}
.nkform__ajax-form.submitting .nkform__loading-icon {
  visibility: visible;
  opacity: 1;
}
.nkform__ajax-form.submitting .nkform__content {
  pointer-events: none;
}
.nkform__ajax-form.submitting .nkform__content .nkform__content-inner {
  opacity: 0.5;
}
.nkform__ajax-form.submitting .nkform__content .nkform__submit > *:not(.nkform__loading-icon) {
  opacity: 0.5;
}
.nkform__ajax-form.signup_form.submitting .nkform__content .nkform__content-inner {
  opacity: 0.3;
}
.nkform__ajax-form.signup_form.submitting .email-signup button {
  opacity: 0;
}
.nkform__ajax-form.signup_form .nkform__loading-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  transform: translate(-42px, -50%);
}

/* Anti-Spam Honeypot Field */
.nkform__field-hp {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.nkform__messages .nkform__message {
  display: block;
  padding: 12px 18px;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  border-radius: 0.3rem;
  font-size: 15px;
}
.nkform__messages .nkform__message.error {
  color: #721c24;
  background-color: #f8d7da;
}
.nkform__messages .nkform__message.success {
  color: #155724;
  background-color: #d4edda;
}
.nkform__messages .nkform__message.info {
  color: #0c5460;
  background-color: #d1ecf1;
}
.nkform__messages .nkform__message p:first-child {
  margin-top: 0;
}
.nkform__messages .nkform__message p:last-child {
  margin-bottom: 0;
}

.email-signup {
  position: relative;
  display: block;
}
.email-signup input {
  padding: 5px 2px;
  display: block;
  width: 100%;
  border-radius: 0;
  border-bottom: 3px solid #84BD00;
  color: black;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .email-signup input {
    min-width: 0;
  }
}
.email-signup button {
  position: absolute;
  right: -5px;
  top: 0;
  padding: 10px;
  color: #F68B1F;
}
.email-signup button::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M4.47198 0.00537109L3.47724 0.99604L7.77932 5.28051H0V6.68152H7.87984L3.57818 10.9656L4.57292 11.9562L10.5226 6.03093L4.47198 0.00537109Z' fill='%23F68B1F'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}

.field {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.6;
}
.field label {
  order: -1;
  margin-bottom: 3px;
  font-weight: 500;
}
.field input {
  padding: 15px;
  width: 100%;
  height: 50px;
  border-radius: 0;
  background: #fff;
  border: 1px solid rgba(215, 223, 228, 0.7);
  color: black;
  transition: 0.3s;
}
.field input[type=date] {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(0.021 0)'%3E%3Cpath d='M2.3,20A2.3,2.3,0,0,1,0,17.7V3.92a2.3,2.3,0,0,1,2.3-2.3H4.321V.654A.654.654,0,0,1,4.974,0h1.77A.655.655,0,0,1,7.4.654v.969h5.184V.654A.654.654,0,0,1,13.235,0h1.77a.655.655,0,0,1,.654.654v.969h2.024a2.3,2.3,0,0,1,2.3,2.3V17.7a2.3,2.3,0,0,1-2.3,2.3Zm-.757-2.276a.76.76,0,0,0,.759.759H17.683a.789.789,0,0,0,.78-.78V5.859H1.539Zm12.245-.758a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.442.443v1.264a.445.445,0,0,1-.442.442Zm-5.121,0a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.432.432,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.442Zm-5.122,0a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.442Zm10.243-3.688a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.446.446,0,0,1,.442.443v1.264a.445.445,0,0,1-.442.443Zm-5.121,0a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.445.445,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.443Zm-5.122,0a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.446.446,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.443ZM13.784,9.611a.445.445,0,0,1-.443-.443V7.9a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.442.443V9.168a.445.445,0,0,1-.442.443Zm-5.121,0a.445.445,0,0,1-.443-.443V7.9a.445.445,0,0,1,.443-.443h2.7A.433.433,0,0,1,11.8,7.9V9.168a.445.445,0,0,1-.443.443Zm-5.122,0A.445.445,0,0,1,3.1,9.168V7.9a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.443.443V9.168a.445.445,0,0,1-.443.443Z' transform='translate(0)' fill='%23d6001c'/%3E%3Cpath d='M2.3,20A2.3,2.3,0,0,1,0,17.7V3.92a2.3,2.3,0,0,1,2.3-2.3H4.321V.654A.654.654,0,0,1,4.974,0h1.77A.655.655,0,0,1,7.4.654v.969h5.184V.654A.654.654,0,0,1,13.235,0h1.77a.655.655,0,0,1,.654.654v.969h2.024a2.3,2.3,0,0,1,2.3,2.3V17.7a2.3,2.3,0,0,1-2.3,2.3Zm-.757-2.276a.76.76,0,0,0,.759.759H17.683a.789.789,0,0,0,.78-.78V5.859H1.539Zm12.245-.758a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.442.443v1.264a.445.445,0,0,1-.442.442Zm-5.121,0a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.432.432,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.442Zm-5.122,0a.445.445,0,0,1-.443-.442V15.26a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.442Zm10.243-3.688a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.446.446,0,0,1,.442.443v1.264a.445.445,0,0,1-.442.443Zm-5.121,0a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.445.445,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.443Zm-5.122,0a.445.445,0,0,1-.443-.443V11.571a.445.445,0,0,1,.443-.443h2.7a.446.446,0,0,1,.443.443v1.264a.445.445,0,0,1-.443.443ZM13.784,9.611a.445.445,0,0,1-.443-.443V7.9a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.442.443V9.168a.445.445,0,0,1-.442.443Zm-5.121,0a.445.445,0,0,1-.443-.443V7.9a.445.445,0,0,1,.443-.443h2.7A.433.433,0,0,1,11.8,7.9V9.168a.445.445,0,0,1-.443.443Zm-5.122,0A.445.445,0,0,1,3.1,9.168V7.9a.445.445,0,0,1,.443-.443h2.7a.433.433,0,0,1,.443.443V9.168a.445.445,0,0,1-.443.443Z' fill='%2384BD00'/%3E%3C/g%3E%3C/svg%3E") no-repeat right 15px center/20px 20px;
  background-color: #fff;
}
.field input[type=date]::-webkit-inner-spin-button, .field input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.field input:required ~ label::after {
  content: "*";
  color: red;
}
.field input:-webkit-autofill::first-line {
  font-family: "Inter", sans-serif;
}
.field input:focus, .field input:not(:placeholder-shown), .field input:-webkit-autofill {
  outline: none !important;
}
.field input:focus:focus, .field input:not(:placeholder-shown):focus, .field input:-webkit-autofill:focus {
  border: 1px solid #ABA7A7;
}
.field textarea {
  padding: 15px;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 170px;
  border: 1px solid rgba(215, 223, 228, 0.7);
  border-radius: 0;
  transition: 0.3s;
}
.field textarea:focus {
  outline: none !important;
  border: 1px solid #ABA7A7;
}
.field textarea::-moz-placeholder {
  color: rgba(171, 167, 167, 0.8);
}
.field textarea::placeholder {
  color: rgba(171, 167, 167, 0.8);
}
.field textarea:required + label::after {
  content: "*";
  color: red;
}

.field--labelless label {
  position: absolute;
  left: 30px;
  top: 17px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  transition: 0.2s;
}
.field--labelless input {
  padding: 16px 30px 10px;
}
.field--labelless input:focus + label, .field--labelless input:not(:placeholder-shown) + label, .field--labelless input:-webkit-autofill + label {
  top: 6px;
  font-size: 11px;
}

.checkbox {
  position: relative;
}
.checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
}
.checkbox input {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.checkbox label {
  padding-left: 35px;
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}
.checkbox label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  background: #131415;
  -webkit-clip-path: polygon(100% 100%, 30% 100%, 30% 70%, 70% 70%, 70% 0, 100% 0);
          clip-path: polygon(100% 100%, 30% 100%, 30% 70%, 70% 70%, 70% 0, 100% 0);
  opacity: 0;
  transition: 0.3s;
}
.checkbox input:checked + label::after {
  opacity: 1;
}

.field-select-wrap {
  width: 100%;
}
.field-select-wrap .select2-container {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
.field-select-wrap .select2-container .select2-selection--single {
  height: 0;
}
.field-select-wrap .select2-dropdown {
  position: relative !important;
  box-shadow: none;
  background: black;
}
.field-select-wrap .select2-results__option:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.field-select {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.6;
}
.field-select label {
  order: -1;
  margin-bottom: 3px;
  font-weight: 500;
}
.field-select select {
  padding: 12px 40px 10px 15px;
  width: 100%;
  height: 50px;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.039' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%23000000' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat right 20px center/12px 12px;
  background-color: #fff;
  border: 1px solid rgba(171, 167, 167, 0.2);
  color: rgba(171, 167, 167, 0.8);
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.field-select select:focus {
  border-color: #ABA7A7;
  outline: 0;
}
.field-select select:required + label::after {
  content: "*";
  color: red;
}
.field-select select option {
  background: white;
  color: black;
  font-size: 16px;
  line-height: 1.6;
}
.field-select .select2-selection--single {
  background: transparent;
  border: none;
}
.field-select .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: inherit;
}
.field-select .select2-selection__arrow {
  display: none;
}
.field-select--checkbox label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.field-select--checkbox label::after {
  content: "";
  margin: 18px 0 20px;
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.field-select--simple label {
  padding: 8px 0;
  height: auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.039' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%23000000' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat right 25px center/12px 12px;
  border-color: transparent;
  background-position-x: right;
  border-bottom: 1px solid #D7DFE4;
  color: #ABA7A7;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.field-select--simple select, .field-select--simple .select2 {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.field-select--simple select:focus + label, .field-select--simple .select2:focus + label {
  border: 1px solid #ABA7A7;
  outline: 0;
}
.field-select--simple select:required + label::after, .field-select--simple .select2:required + label::after {
  content: "*";
  color: red;
}

.field-select--solid select, .field-select--solid .select2 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0,0H10L5,6.25Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 2)'%3E%3Cpath d='M0,0H10L5,6.25Z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E") no-repeat right 15px center/10px 10px;
  background-color: #84BD00;
  color: white;
}

.field-select--inline {
  display: inline;
}
.field-select--inline select, .field-select--inline .select2 {
  padding: 0 20px 0 0;
  width: auto;
  height: auto;
  border: none;
  color: black;
  font-size: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='none'%3E%3Cpath fill='%23000000' d='m.1.6 5 5.7c.2.2.5.2.7 0l5-5.6c.3-.3 0-.7-.3-.7H.3C0 0 0 .4.1.6Z'/%3E%3C/svg%3E") no-repeat right center/10px auto;
}

.field-select-inline {
  position: relative;
  display: inline-flex;
}
.field-select-inline label {
  order: -1;
  margin-right: 8px;
}
.field-select-inline select {
  padding-right: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.039' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%23000000' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat right 40%/12px 12px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.field-select-inline option {
  width: 0;
}

.field-upload .field-upload__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px dashed #CDC5BD;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  background: rgba(247, 247, 247, 0.5);
  transition: 0.3s;
}
.field-upload .upload-icon {
  margin: 0 auto 10px;
  width: 36px;
}
.field-upload input {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.field-upload:hover, .field-upload:focus {
  background: rgba(247, 247, 247, 0.8);
}
.field-upload.has-files .field-upload__trigger {
  padding: 25px 20px;
}
.field-upload.has-files .field-upload__trigger .upload-icon {
  margin-bottom: 8px;
}
.field-upload.has-max-files .field-upload__trigger {
  opacity: 0.4;
  pointer-events: none;
}
.field-upload .field-upload__trigger {
  position: relative;
  padding: 60px 20px;
  text-align: center;
  transition: 0.3s;
}
.field-upload .field-upload__trigger:hover, .field-upload .field-upload__trigger:focus {
  background: rgba(171, 167, 167, 0.08);
}
.field-upload .field-upload__trigger .upload-icon {
  margin: 0 auto 15px;
  width: 32px;
  transition: 0.3s;
}
.field-upload .field-upload__trigger input {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.field-upload .field-upload__files {
  display: none;
  padding: 0 12px 12px 12px;
}
.field-upload .field-upload__files ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  color: #131415;
  list-style: none;
  font-size: 14px;
  text-align: left;
}
.field-upload .field-upload__files ul li {
  position: relative;
  border-top: 1px solid rgba(171, 167, 167, 0.08);
  padding: 12px 40px 12px 18px;
}
.field-upload .field-upload__files ul li p {
  margin: 0;
}
.field-upload .field-upload__files .clear {
  position: absolute;
  display: inline-block;
  right: 18px;
  top: 50%;
  width: 19px;
  height: 19px;
  margin-left: 8px;
  vertical-align: middle;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transform: translateY(-50%);
}
.field-upload .field-upload__files .clear:hover svg {
  fill: #131415;
}
.field-upload .field-upload__files .clear svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  fill: #F68B1F;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

@media (min-width: 992px) {
  .filter-select-wrap:not(:last-child) {
    margin-right: 80px;
  }
}
@media (max-width: 992px) {
  .filter-select-wrap {
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .filter-select-wrap {
    width: 100%;
  }
}

.filter-select {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.filter-select label {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  height: 78px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.039' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%23000000' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat right 25px center/12px 12px;
  background-color: #fff;
  color: black;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .filter-select label {
    padding: 25px 20px;
  }
}
.filter-select select, .filter-select .select2-selection {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.2s;
}
.filter-select select:hover + label, .filter-select select:focus + label, .filter-select .select2-selection:hover + label, .filter-select .select2-selection:focus + label {
  background-color: rgba(0, 0, 0, 0.03);
  border-color: rgba(255, 255, 255, 0.5);
}
.filter-select select:focus + label, .filter-select .select2-selection:focus + label {
  outline: 1px solid;
}
.filter-select select:required + label::after, .filter-select .select2-selection:required + label::after {
  content: "*";
}
.filter-select select option, .filter-select .select2-selection option {
  background: white;
  color: #131415;
  font-size: 16px;
  line-height: 1.6;
}
.filter-select .select2-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.filter-select .select2-selection--single {
  background: transparent;
  border: none;
}
.filter-select .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: inherit;
}
.filter-select .select2-selection__arrow {
  display: none;
}
.filter-select--dark select, .filter-select--dark .select2-selection {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%2384BD00' stroke-width='0.8' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat right 25px center/14px 14px;
  border: 1px solid rgba(132, 189, 0, 0.16);
  color: #84BD00;
}
.filter-select--dark select:hover, .filter-select--dark select:focus, .filter-select--dark .select2-selection:hover, .filter-select--dark .select2-selection:focus {
  border-color: rgba(132, 189, 0, 0.5);
}

.filter-select--dark .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #84BD00;
}

.filter-select--inline {
  display: inline-flex;
}
.filter-select--inline label {
  padding: 20px 25px 20px 0;
  background-position-x: right;
  background-position-y: 45%;
}
.filter-select--inline:hover, .filter-select--inline:focus {
  background-color: none;
}

.select2-search, .select2-selection__clear {
  display: none;
}

.select2-dropdown {
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.select2-results__option {
  position: relative;
  padding-left: 40px;
  background: black;
  color: white;
  font-size: 16px;
  line-height: 1.6;
}
.select2-results__option .wrap {
  padding-top: 3px;
}
.select2-results__option .wrap::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-results__option .wrap::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(2px, -50%);
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='square' stroke-miterlimit='10' stroke-width='48' d='M416 128L192 384l-96-96'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
}
.select2-results__option.select2-results__option--selected .wrap::before {
  background: #F68B1F;
}
.select2-results__option.select2-results__option--selected .wrap::after {
  opacity: 1;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}
.select2-container--default .select2-results__option--selected {
  background-color: black;
}

.filter-select-enhanced {
  position: relative;
}
.filter-select-enhanced:not(.active) .filter-select-enhanced__dropdown {
  visibility: hidden;
  opacity: 0;
}
.filter-select-enhanced .btn {
  width: 100%;
}

.filter-select-enhanced__label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.filter-select-enhanced__open {
  display: block;
  width: 100%;
  height: 74px;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.039' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%23F68B1F' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat right center/12px 12px;
  background-color: transparent;
  border-bottom: 1px solid black;
  font-size: 12px;
}
.filter-select-enhanced__dropdown {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translate(-50%, 0);
  padding: 25px 25px;
  width: calc(100% + 16px);
  border-radius: 4px;
  background: black;
  color: white;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .filter-select-enhanced__dropdown {
    width: 100%;
  }
}

.filter-select-enhanced__close {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
}
.filter-select-enhanced__close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(180deg);
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.039' height='8'%3E%3Cpath fill='none' d='M0 0h8v8H0z'/%3E%3Cpath fill='none' stroke='%23F68B1F' stroke-miterlimit='10' d='m.355 2.191 3.671 3.618 3.662-3.618'/%3E%3C/svg%3E") no-repeat center/contain;
}

.filter-tag {
  position: relative;
  margin-left: 8px;
  padding: 6px 8px;
  padding-left: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  background: rgba(132, 189, 0, 0.3);
  color: #29712A;
  font-size: 14px;
  line-height: 1;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .filter-tag {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.filter-tag:hover, .filter-tag:focus {
  background: rgba(132, 189, 0, 0.6);
}
.filter-tag::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.279' height='6.279'%3E%3Cpath stroke='%2384BD00' d='M5.925.354.354 5.925M.354.354l5.571 5.571'/%3E%3C/svg%3E") no-repeat center/8px, #29712A;
}
.filter-tag.accent {
  color: #502e0d;
  background: rgba(246, 139, 31, 0.6);
}
.filter-tag.accent:hover, .filter-tag.accent:focus {
  background: #f68b1f;
}
.filter-tag.accent::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.279' height='6.279'%3E%3Cpath stroke='%23F68B1F' d='M5.925.354.354 5.925M.354.354l5.571 5.571'/%3E%3C/svg%3E") no-repeat center/8px, #502e0d;
}
.filter-tag.clear {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.filter-tag.clear:hover, .filter-tag.clear:focus {
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.filter-tag.clear:hover::before, .filter-tag.clear:focus::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.279' height='6.279'%3E%3Cpath stroke='%23FFFFFF' d='M5.925.354.354 5.925M.354.354l5.571 5.571'/%3E%3C/svg%3E") no-repeat center/8px, rgba(0, 0, 0, 0.3);
}
.filter-tag.clear::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.279' height='6.279'%3E%3Cpath stroke='%23FFFFFF' d='M5.925.354.354 5.925M.354.354l5.571 5.571'/%3E%3C/svg%3E") no-repeat center/8px, rgba(0, 0, 0, 0.25);
}

.filter-share {
  position: relative;
  margin-left: 8px;
  padding: 6px 8px;
  padding-left: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .filter-share {
    margin-bottom: 5px;
  }
}
.filter-share:hover, .filter-share:focus {
  background: rgba(0, 0, 0, 0.2);
}
.filter-share::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='14' fill='none'%3E%3Cpath fill='%23000000' d='M11.8 5 8.5 1.7a.4.4 0 0 0-.7.3v1.3A7.1 7.1 0 0 0 1.3 12a.4.4 0 0 0 .8 0c.7-2.6 3-4.5 5.6-4.7v1.3L8 9l.5-.1 3.3-3.4c.2-.1.2-.4 0-.6Z'/%3E%3C/svg%3E") no-repeat center/14px;
}

/*.clear-filter
 * position: relative
 * margin: 5px 0
 * padding: 5px
 * padding-right: 20px
 * display: inline-flex
 * align-items: center
 * color: $c-primary
 * font-weight: 500
 * font-size: 14px
 * line-height: 1
 * transition: .3s
 *
 * +media('<md')
 * margin-bottom: 5px
 *
 * &:hover, &:focus
 * text-decoration: underline
 *
 * &::before
 * content: ''
 * position: absolute
 * right: 0
 * top: 50%
 * transform: translate(0, -50%)
 * width: 10px
 * height: 10px
 * background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.279' height='6.279'%3E%3Cpath stroke='%2384BD00' d='M5.925.354.354 5.925M.354.354l5.571 5.571'/%3E%3C/svg%3E") no-repeat center / contain */
@media (min-width: 1300px) {
  .container-xxl, .container-xl, .container {
    padding: 0 60px;
  }
}

.px-10p {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.px-15p {
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.px-20p {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

@media (min-width: 576px) {
  .px-sm-10p {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .px-sm-15p {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
  .px-sm-20p {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
}
@media (min-width: 768px) {
  .px-md-10p {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .px-md-15p {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
  .px-md-20p {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .px-lg-10p {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .px-lg-15p {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
  .px-lg-20p {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
}
@media (min-width: 1300px) {
  .px-xl-10p {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .px-xl-15p {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
  .px-xl-20p {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
}
.social-media-site, .social-media-share {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  width: 32px;
  height: 32px;
  background: #84BD00;
  white-space-collapse: preserve-breaks;
  transition: 0.3s;
}
.social-media-site svg, .social-media-share svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #000;
  transition: 0.3s;
}
a.social-media-site:hover, a.social-media-share:hover, a.social-media-site:focus, a.social-media-share:focus {
  background: #F68B1F;
}

.social-media-site--dark {
  background: black;
}
.social-media-site--dark svg {
  fill: #fff;
}
.social-media-site--dark:hover, .social-media-site--dark:focus {
  background: #84BD00;
}
.social-media-site--light {
  background: white;
}
.social-media-site--light svg {
  fill: #131415;
}

.social-share {
  font-weight: 500;
  font-size: 14px;
}

.social-share-icon {
  position: relative;
  width: 56px;
  height: 56px;
  background: #131415;
  transition: 0.3s;
}
.social-share-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #F7F7F7;
  transition: 0.3s;
}
.social-share:hover .social-share-icon, .social-share:focus .social-share-icon {
  background: #84BD00;
}
.social-share:hover .social-share-icon svg, .social-share:focus .social-share-icon svg {
  fill: #fff;
}

.breadcrumb-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.breadcrumb-wrap::before {
  content: "";
  flex-shrink: 0;
  margin-right: 20px;
  display: block;
  width: 48px;
  height: 40px;
  background: repeating-linear-gradient(-45deg, transparent 5px, #fff 5px, #fff 6px, transparent 7px, transparent 14px);
}
@media (max-width: 768px) {
  .breadcrumb-wrap::before {
    width: 40px;
    height: 32px;
  }
}
.breadcrumb-wrap:hover .breadcrumb-trigger, .breadcrumb-wrap:focus-within .breadcrumb-trigger {
  display: none;
}
.breadcrumb-wrap:hover .breadcrumb, .breadcrumb-wrap:focus-within .breadcrumb {
  visibility: visible;
  opacity: 1;
}
.breadcrumb-wrap.breadcrumb-dark::before {
  background: repeating-linear-gradient(-45deg, transparent 5px, #ABA7A7 5px, #ABA7A7 6px, transparent 7px, transparent 14px);
}

.breadcrumb-trigger {
  width: 0;
  color: #84BD00;
  white-space: nowrap;
}
.breadcrumb-trigger::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  transform: translate(0, -2px);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #84BD00;
}

.breadcrumb {
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  list-style-type: none;
}
@media (max-width: 768px) {
  .breadcrumb {
    flex-wrap: wrap;
  }
}
.breadcrumb-center .breadcrumb {
  justify-content: center;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .breadcrumb__item {
    white-space: normal;
  }
}
.breadcrumb__item svg {
  fill: white;
}
.breadcrumb__item a {
  color: #fff;
}
.breadcrumb__item a:hover, .breadcrumb__item a:focus {
  color: #84BD00 !important;
}
.breadcrumb__item > a, .breadcrumb__item > span {
  line-height: 1.2;
}
.breadcrumb__item:not(:first-child) {
  margin-left: 8px;
}
.breadcrumb__item:not(:first-child)::before {
  flex-shrink: 0;
  content: "";
  margin-right: 8px;
  display: block;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #84BD00;
}
@media (max-width: 768px) {
  .breadcrumb__item:nth-child(n+3) {
    display: none;
  }
}
.breadcrumb__item.current {
  color: #fff;
}
.breadcrumb-dark .breadcrumb__item svg {
  fill: #000;
}
.breadcrumb-dark .breadcrumb__item a {
  color: #000;
}
.breadcrumb-dark .breadcrumb__item.current {
  color: #000;
}
.breadcrumb-dark .breadcrumb__item svg {
  fill: #000;
}
.hero {
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .hero h1.text-md-80 .word-wrap {
    padding-bottom: 8px;
  }
}
@media (min-width: 1300px) {
  .hero h1.text-xl-135 .word-wrap {
    padding-bottom: 12px;
  }
}

.hero--has-bg {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 860px;
  color: #fff;
}
@media (max-width: 992px) {
  .hero--has-bg {
    min-height: 750px;
  }
}
@media (max-width: 768px) {
  .hero--has-bg {
    min-height: 500px;
  }
}
.hero--has-bg::after {
  z-index: -5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero--fullscreen {
  height: calc(100vh - 90px);
  height: calc(var(--vh, 1vh) * 100 - 90px);
  max-height: unset;
}

.has-header-transparent .hero--fullscreen {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-height: unset;
}

.hero--xl {
  min-height: 1460px;
}
@media (max-width: 992px) {
  .hero--xl {
    min-height: 1000px;
  }
}
@media (max-width: 768px) {
  .hero--xl {
    min-height: 800px;
  }
}

.hero--lg {
  min-height: 1050px;
}
@media (max-width: 992px) {
  .hero--lg {
    min-height: 600px;
  }
}

.hero--md2 {
  min-height: 800px;
}
@media (max-width: 992px) {
  .hero--md2 {
    min-height: 500px;
  }
}

.hero--md {
  min-height: 660px;
}
@media (max-width: 992px) {
  .hero--md {
    min-height: 500px;
  }
}

.hero--sm {
  min-height: 450px;
}
@media (max-width: 768px) {
  .hero--sm {
    min-height: 400px;
  }
}

.hero--xs {
  height: 360px;
  min-height: 0;
}
@media (max-width: 768px) {
  .hero--xs {
    height: 250px;
  }
}

.hero__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .hero__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.hero__content-responsive {
  z-index: 1;
  position: relative;
}

.hero__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #131415;
  overflow: hidden;
}
.hero__bg > img, .hero__bg > video {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__bg::before {
  z-index: 5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero__bg::after {
  z-index: 6;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero--has-layer .hero__bg::after {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.5), transparent);
}
.hero--has-layer--2 .hero__bg::after {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.64), transparent);
}
.hero--has-layer--3 .hero__bg::before {
  background: rgba(0, 0, 0, 0.64);
}

.hero__bg--pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern-tile-white.svg);
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center;
  transition: 0.75s;
  pointer-events: none;
}
.hero__bg--pattern.bottom-left {
  -webkit-mask-image: linear-gradient(225deg, transparent 30%, black 100%);
          mask-image: linear-gradient(225deg, transparent 30%, black 100%);
}
.hero__bg--pattern.top-right {
  -webkit-mask-image: linear-gradient(35deg, transparent 30%, black 100%);
          mask-image: linear-gradient(35deg, transparent 30%, black 100%);
}
.hero__bg--pattern.revealed {
  transform: scale(1);
  opacity: 0.1;
}

.hero__scroll {
  position: relative;
  margin-top: 50px;
  padding: 55px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .hero__scroll {
    margin-top: 35px;
    padding: 40px 0;
  }
}
.hero__scroll:hover, .hero__scroll:focus {
  background: rgba(255, 255, 255, 0.1);
}
.hero__scroll::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.hero--curved {
  border-bottom-left-radius: 100px;
  overflow: hidden;
}

.btn-play {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .btn-play {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .btn-play {
    width: 70px;
    height: 70px;
  }
}
.btn-play svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  fill: #fff;
  transition: 0.3s;
}
.btn-play:hover, .btn-play:focus, .hover--btn-play:hover .btn-play, .hover--btn-play:focus .btn-play {
  background: rgba(246, 139, 31, 0.9);
  animation: pulse 0.3s cubic-bezier(0.23, 0.98, 0.62, 1.58);
}
.btn-play:hover.btn-play--accent, .btn-play:focus.btn-play--accent, .hover--btn-play:hover .btn-play.btn-play--accent, .hover--btn-play:focus .btn-play.btn-play--accent {
  background: white;
}
.btn-play--big {
  width: 150px;
  height: 150px;
}
.btn-play--big svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .btn-play--big {
    width: 100px;
    height: 100px;
  }
  .btn-play--big svg {
    width: 16px;
    height: 16px;
  }
}
.btn-play--small {
  width: 64px;
  height: 64px;
}
.btn-play--small svg {
  width: 12px;
  height: 12px;
}
.btn-play--circle {
  border-radius: 50%;
}
.btn-play--primary {
  background: #84BD00;
}
.btn-play--primary svg {
  fill: #000;
}
.btn-play--accent {
  background: #F68B1F;
}
.btn-play--accent svg {
  fill: #84BD00;
}

.btn-play-text {
  padding: 30px 60px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .btn-play-text {
    padding: 20px 30px;
  }
}
.btn-play-text svg {
  margin-right: 20px;
}
.btn-play-text svg path, .btn-play-text svg circle {
  transition: 0.3s;
}
.btn-play-text svg path {
  fill: #ABA7A7;
}
.btn-play-text svg circle {
  stroke: #ABA7A7;
}
.btn-play-text:hover, .btn-play-text:focus {
  background: rgba(132, 189, 0, 0.7);
  color: #fff;
  animation: pulse 0.3s cubic-bezier(0.23, 0.98, 0.62, 1.58);
}
.btn-play-text:hover svg path, .btn-play-text:focus svg path {
  fill: #fff;
}
.btn-play-text:hover svg circle, .btn-play-text:focus svg circle {
  stroke: #fff;
}

.btn-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #84BD00;
  transition: 0.3s;
}
.btn-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2085 11.0002L6.20858 6.00008L1.2085 1' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.btn-arrow.btn-arrow--reverse::before {
  transform: rotate(180deg);
}
.btn-arrow--small {
  width: 60px;
  height: 60px;
}
.btn-arrow--small::before {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .btn-arrow--big {
    width: 90px;
    height: 90px;
  }
  .btn-arrow--big::before {
    width: 20px;
  }
}
.btn-arrow.btn-arrow--outline {
  border: 4px solid #84BD00;
}
.btn-arrow.btn-arrow--outline::before {
  background: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M4.47198 0.00537109L3.47724 0.99604L7.77932 5.28051H0V6.68152H7.87984L3.57818 10.9656L4.57292 11.9562L10.5226 6.03093L4.47198 0.00537109Z' fill='%23F68B1F'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.btn-arrow.btn-arrow--outline--light {
  border: 1px solid #fff;
}
.btn-arrow.btn-arrow--accent {
  background: #F68B1F;
}
.btn-arrow.btn-arrow--accent::before {
  background: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M4.47198 0.00537109L3.47724 0.99604L7.77932 5.28051H0V6.68152H7.87984L3.57818 10.9656L4.57292 11.9562L10.5226 6.03093L4.47198 0.00537109Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.btn-arrow.btn-arrow--light {
  background: #fff;
}
.btn-arrow.btn-arrow--light::before {
  background: url("data:image/svg+xml,%3Csvg width='21' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' stroke='%23131415' stroke-width='1.5' fill='none'%3E%3Cpath d='M20 9.5H0M11 1l9 7.727v1.546L11 18'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
.btn-arrow:not(.disabled):hover, .btn-arrow:not(.disabled):focus-visible, .hover--btn-arrow:hover .btn-arrow:not(.disabled), .hover--btn-arrow:focus .btn-arrow:not(.disabled) {
  background: white;
  border-color: transparent;
  animation: pulse 0.3s cubic-bezier(0.23, 0.98, 0.62, 1.58);
}
.btn-arrow:not(.disabled):hover::before, .btn-arrow:not(.disabled):focus-visible::before, .hover--btn-arrow:hover .btn-arrow:not(.disabled)::before, .hover--btn-arrow:focus .btn-arrow:not(.disabled)::before {
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Arrow' d='M4.47198 0.00537109L3.47724 0.99604L7.77932 5.28051H0V6.68152H7.87984L3.57818 10.9656L4.57292 11.9562L10.5226 6.03093L4.47198 0.00537109Z' fill='%2384BD00'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.btn-arrow--down::before {
  transform: rotate(90deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.btn-angle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #F68B1F;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .btn-angle {
    width: 60px;
    height: 60px;
  }
}
.btn-angle::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2085 11.0002L6.20858 6.00008L1.2085 1' stroke='%2384BD00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.btn-angle:hover, .btn-angle:focus {
  background: white;
}

.btn-angle--down::before {
  transform: rotate(90deg);
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content.fancybox__video, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content.fancybox__video {
  width: auto;
  height: auto;
}

.fancybox__video {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}

.fancybox__heading {
  position: relative;
  padding-top: 20px;
}
.fancybox__logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: auto;
  height: 30px;
}
@media (max-width: 992px) {
  .fancybox__logo {
    display: none;
  }
}

.fancybox__title {
  margin: auto;
  max-width: 600px;
}

.fancybox__toolbar {
  background: none;
}

@media (max-width: 768px) {
  .fancybox__slide {
    padding: 40px 10px;
  }
}

.fancybox__caption {
  font-size: 14px;
  text-align: center;
  opacity: 0.8;
}

.fancybox__thumbs {
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);
}
.fancybox__thumbs .carousel__slide {
  padding: 10px 5px;
}
@media (max-width: 768px) {
  .fancybox__thumbs .carousel__slide {
    width: 80px;
  }
}
@media screen and (max-height: 768px) {
  .fancybox__thumbs .carousel__slide {
    padding: 5px;
    width: 50px;
  }
}
.fancybox__thumbs .carousel__slide.has-inline::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='32' fill='%2384BD00'/%3E%3Cg transform='translate(24.306 22.117)'%3E%3Cpath d='M0,19.877V0L19.748,9.938Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
.fancybox__thumbs .carousel__slide:not(.is-nav-selected) .fancybox__thumb {
  opacity: 0.6;
}
.fancybox__thumbs .carousel__slide:not(.is-nav-selected):hover .fancybox__thumb, .fancybox__thumbs .carousel__slide:not(.is-nav-selected):focus .fancybox__thumb {
  opacity: 1;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb {
  border-radius: 0;
  transition: 0.3s;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-radius: 0;
  border-width: 4px;
  border-color: #84BD00;
}

.fancybox__backdrop::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox__backdrop img {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  filter: blur(40px);
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__content {
  color: black;
}
.fancybox__content *:focus:not(.carousel__button.is-close) {
  outline: none;
}

.gallery-overlay.fancybox__container {
  width: 100vw;
  -webkit-clip-path: polygon(calc(0% - 1px) 100%, 100% calc(100% + 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
          clip-path: polygon(calc(0% - 1px) 100%, 100% calc(100% + 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
  transition: -webkit-clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.gallery-overlay.fancybox__container .fancybox__caption,
.gallery-overlay.fancybox__container .fancybox__heading,
.gallery-overlay.fancybox__container .fancybox__thumbs {
  opacity: 0;
  transition: 0.5s;
}
.gallery-overlay.fancybox__container.is-animated[aria-hidden=false] {
  -webkit-clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
          clip-path: polygon(calc(0% - 1px) calc(0% - 1px), 100% calc(0% - 1px), 100% calc(100% + 1px), calc(0% - 1px) calc(100% + 1px));
}
.gallery-overlay.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.gallery-overlay.fancybox__container.is-animated[aria-hidden=false] .fancybox__heading,
.gallery-overlay.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  opacity: 1;
}
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__caption,
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__nav,
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__carousel,
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__heading,
.gallery-overlay.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  animation: none;
}

.fancybox-fadeOut {
  animation: 0.5s ease both fancybox-fadeOut;
}

.fancybox-zoomOutDown {
  animation: 0.5s ease both fancybox-zoomOutDown;
}

.slider-fade .slider-slide {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.slider-fade .slider-slide.is-selected {
  visibility: visible;
  opacity: 1;
}
.slider-fade .is-selected .slider-slide {
  visibility: visible;
  opacity: 1;
}

.flickity-page-dots .dot {
  position: relative;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6b9900;
  opacity: 1;
  transition: 0.3s;
}
.flickity-page-dots .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.flickity-page-dots .dot:hover, .flickity-page-dots .dot:focus {
  background: rgba(132, 189, 0, 0.7);
}
.flickity-page-dots .dot.is-selected {
  background: #84BD00;
}

.dots-outline .dot {
  background: transparent;
  border: 1px solid;
}
.dots-outline .dot.is-selected {
  background: currentColor;
}

.slider-arrows button, .slider-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 30px;
  transition: 0.3s;
}
.slider-arrows button::before, .slider-arrow::before {
  content: "";
  width: 42px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='12' fill='none'%3E%3Cpath fill='%23000000' d='m35.6 11.6 5.7-5c.2-.2.2-.5 0-.7l-5.6-5a.4.4 0 0 0-.7.3v10.2c0 .3.4.4.6.2Z'/%3E%3Cpath stroke='%23000000' stroke-width='2' d='M0 6.3h34'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: 0.3s;
}
.slider-arrows.slider-arrows--light button::before, .slider-arrows.slider-arrows--light .slider-arrow::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='12' fill='none'%3E%3Cpath fill='%23FFFFFF' d='m35.6 11.6 5.7-5c.2-.2.2-.5 0-.7l-5.6-5a.4.4 0 0 0-.7.3v10.2c0 .3.4.4.6.2Z'/%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' d='M0 6.3h34'/%3E%3C/svg%3E") no-repeat center/contain;
}
.slider-arrows button.slider-prev::before, .slider-prev.slider-arrow::before {
  transform: rotate(180deg);
}
.slider-arrows button:not(.disabled):hover::before, .slider-arrow:not(.disabled):hover::before, .slider-arrows button:not(.disabled):focus::before, .slider-arrow:not(.disabled):focus::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='12' fill='none'%3E%3Cpath fill='%23F68B1F' d='m35.6 11.6 5.7-5c.2-.2.2-.5 0-.7l-5.6-5a.4.4 0 0 0-.7.3v10.2c0 .3.4.4.6.2Z'/%3E%3Cpath stroke='%23F68B1F' stroke-width='2' d='M0 6.3h34'/%3E%3C/svg%3E") no-repeat center/contain;
}
.slider-arrows button.disabled, .disabled.slider-arrow {
  pointer-events: none;
  opacity: 0.2;
}
.slider-dots button {
  position: relative;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #F68B1F;
  opacity: 1;
  transition: 0.3s;
}
.slider-dots button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.slider-dots button:hover, .slider-dots button:focus-visible {
  background: rgba(246, 139, 31, 0.4);
}
.slider-dots button[aria-selected=true] {
  background: #F68B1F;
}
.slider-dots--light button {
  border: 1px solid white;
}
.slider-dots--light button:hover, .slider-dots--light button:focus-visible {
  background: rgba(255, 255, 255, 0.4);
}
.slider-dots--light button[aria-selected=true] {
  background: white;
}
.slider-dots--secondary button {
  border: 1px solid #29712A;
}
.slider-dots--secondary button:hover, .slider-dots--secondary button:focus-visible {
  background: rgba(41, 113, 42, 0.4);
}
.slider-dots--secondary button[aria-selected=true] {
  background: #29712A;
}
.slider-dots--vertical {
  display: flex;
  flex-direction: column;
}
.slider-dots--vertical button {
  margin: 5px 0;
}

.fact-slider-wrap {
  overflow: hidden;
}

.fact-slider {
  position: relative;
  margin-right: -2px;
}
.fact-slider__item {
  padding-right: 30px;
  width: 33.33%;
  min-height: 100%;
}
@media (max-width: 992px) {
  .fact-slider__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .fact-slider__item {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .fact-slider__item .cms-content {
    margin: auto;
  }
}
.fact-slider--1-col .fact-slider__item {
  width: 100%;
  min-height: 0;
  border-right: none;
}
.fact-slider__item .cms-content {
  max-width: 380px;
}

.fact-slider-dots {
  text-align: center;
}

.fact-slider-arrows {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: calc(100% + 60px);
  pointer-events: none;
}
.fact-slider-arrows > * {
  pointer-events: auto;
}
@media (max-width: 768px) {
  .fact-slider-arrows {
    width: calc(100% + 20px);
  }
}

.overflow-slider > .flickity-viewport {
  overflow: unset;
}

.overflow-slider__track {
  display: flex;
}

.overflow-slider__item {
  flex-shrink: 0;
  margin-right: 40px;
  min-height: 100%;
}
@media (max-width: 768px) {
  .overflow-slider__item {
    margin-right: 15px;
  }
}

.overflow-slider-arrows {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .overflow-slider-arrows {
    top: calc(50% - 15px);
  }
}
.overflow-slider-arrows > * {
  pointer-events: auto;
}
.overflow-slider-arrows > *.disabled {
  visibility: hidden;
  opacity: 0 !important;
}
.overflow-slider-arrows .slider-prev {
  transform: translateX(-50%);
}
.overflow-slider-arrows .slider-next {
  transform: translateX(50%);
}

.quote-image-slider-wrap {
  position: relative;
}
.quote-image-slider-wrap::before {
  z-index: -1;
  content: "";
  position: absolute;
  right: 120px;
  top: 0;
  width: calc(100% - 120px + 50px);
  height: 100%;
  background: #84BD00;
}
@media (max-width: 992px) {
  .quote-image-slider-wrap::before {
    right: 0;
    width: 100%;
    height: 180px;
  }
}

.quote-image-slider {
  position: relative;
  height: 480px;
}
@media (max-width: 768px) {
  .quote-image-slider {
    height: 400px;
  }
}
.quote-image-slider .flickity-viewport {
  position: absolute;
  width: 100%;
  overflow: unset;
}

.quote-image-slider__item {
  position: relative;
  width: 100%;
  height: 100%;
}
.quote-image-slider__item .pattern-stripes {
  z-index: -1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: calc(100% + 20px);
  height: 80px;
}

.quote-slider__item {
  width: 100%;
}

@media (max-width: 992px) {
  .quote-slider-tabs {
    display: none;
  }
}
.quote-slider-tabs button {
  display: flex;
  align-items: center;
  width: 100%;
}
.quote-slider-tabs button.active {
  background: #F68B1F;
}
.quote-slider-tabs button:not(.active):not(:hover):not(:focus) img {
  opacity: 0.8;
  filter: grayscale(1);
}
.quote-slider-tabs figure {
  position: relative;
  margin-right: 10px;
  width: 90px;
  height: 90px;
}
.quote-slider-tabs figure img {
  transition: 0.3s;
}

.quote-tab-open__photo {
  position: relative;
  margin-right: 10px;
  width: 90px;
  height: 90px;
}
.quote-tab-open__photo img {
  transition: 0.3s;
}

.fade-slider__item {
  width: 100%;
}

.cms-media {
  position: relative;
}
.cms-media img {
  width: 100%;
}
.cms-media figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  transition: 0.3s;
}
.cms-media:not(:hover) figcaption {
  visibility: hidden;
  opacity: 0;
}

.gallery-slider {
  position: relative;
  height: 670px;
  background: #131415;
}
@media (max-width: 768px) {
  .gallery-slider {
    height: 400px;
  }
}
.gallery-slider .flickity-viewport {
  position: absolute;
  width: 100%;
  overflow: unset;
}
.gallery-slider::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.gallery-slider__item {
  position: relative;
  width: 100%;
  height: 100%;
}

.gallery-thumb-slider .flickity-viewport {
  cursor: pointer !important;
}

.gallery-thumb-slider__item {
  position: relative;
  margin: 0 5px;
  width: calc((100% - 30px) / 4);
  height: 100px;
}
@media (max-width: 576px) {
  .gallery-thumb-slider__item {
    height: 60px;
  }
}
.gallery-thumb-slider__item:not(.is-selected) img {
  opacity: 0.5;
  transition: 0.3s;
}
.gallery-thumb-slider__item:not(.is-selected):hover img {
  opacity: 0.8;
}

.pfp-slider-wrap {
  max-width: 660px;
}

.pfp-slider, .pfp-slider .flickity-viewport {
  overflow: unset;
}
.pfp-slider .flickity-slider {
  display: flex;
  align-items: flex-end;
}
.pfp-slider .flickity-page-dots {
  bottom: -60px;
}

.pfp-slider__item {
  width: 100%;
}

.pfp-box {
  position: relative;
  padding: 45px 55px 55px;
  display: flex;
  flex-direction: column;
  min-height: 375px;
  border-bottom-left-radius: 90px;
  background: black;
  color: white;
}
@media (max-width: 768px) {
  .pfp-box {
    padding: 30px 30px 40px;
    min-height: 0;
  }
}
.pfp-box:hover, .pfp-box:focus {
  background: rgba(0, 0, 0, 0.8);
}

.pfp-pbar {
  position: relative;
  height: 3px;
}
.pfp-pbar span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #84BD00;
}
.pfp-pbar span.animating {
  animation: progress-bar 3s linear;
}
.pfp-pbar span.paused {
  animation-play-state: paused;
}

@keyframes progress-bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.pfp-slider-dots {
  z-index: 2;
  position: absolute;
  right: 50%;
  bottom: 30px;
  transform: translateX(50%);
}
@media (min-width: 768px) {
  .pfp-slider-dots {
    right: 40px;
    bottom: 50%;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
  }
  .pfp-slider-dots button {
    margin: 5px 0;
  }
}

.pfp-image-slider {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pfp-image-slider .flickity-viewport {
  position: absolute;
  width: 100%;
  height: 100%;
}

.pfp-image-slider__item {
  width: 100%;
  min-height: 100%;
}
.pfp-image-slider__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transform-origin: left top;
  -o-object-fit: cover;
     object-fit: cover;
}
.pfp-image-slider__item img.active {
  animation: effect_zoom_out 8s linear forwards;
}
.pfp-image-slider__item img.paused {
  animation-play-state: paused !important;
}

@keyframes effect_zoom_out {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(1.1) translate(-50%, -50%);
  }
}
@media (max-width: 992px) {
  .section-tab-nav.responsive-ready {
    display: none;
  }
}

@media (max-width: 992px) {
  .section-tab-nav--responsive {
    flex-wrap: wrap;
  }
}

.section-tab-nav-btn {
  margin: 0 15px;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  line-height: 1.6;
  white-space: nowrap;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .section-tab-nav-btn {
    margin: 0 15px 20px;
    padding: 10px 0;
    border-bottom-color: rgba(132, 189, 0, 0.1);
    font-size: 14px;
  }
}
.section-tab-nav-btn:hover:not(.active), .section-tab-nav-btn:focus:not(.active) {
  border-bottom-color: rgba(132, 189, 0, 0.4);
}
.section-tab-nav-btn.active {
  border-bottom-color: #84BD00;
}
.section-tab-nav-btn.section-tab-nav-btn--light {
  color: #fff;
}
.section-tab-nav__pipe {
  font-size: 24px;
  color: #84BD00;
}
@media (max-width: 992px) {
  .section-tab-nav__pipe {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section-tab-nav__pipe {
    font-size: 14px;
  }
}

.section-tab-open {
  padding: 0 16px;
  font-size: 36px;
}
@media (max-width: 992px) {
  .section-tab-open {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section-tab-open {
    font-size: 22px;
  }
}
.section-tab-open:not(.active) {
  opacity: 0.3;
}
.section-tab-open:not(.active):hover, .section-tab-open:not(.active):focus {
  opacity: 0.5;
}

.section-tab-content > .flickity-viewport {
  overflow: unset;
}
.section-tab-content::after {
  content: "flickity";
  display: none;
}

.section-tab-content__item {
  width: 100%;
}
.section-tab-content__item:not(.is-selected) {
  visibility: hidden;
}

.section-tab-select {
  display: none;
  padding: 15px 40px 13px 20px;
  width: 100%;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='none' d='M0 0h10v10H0z'/%3E%3Cpath fill='%23fff' d='M0 2h10L5 8.25Z'/%3E%3C/svg%3E") no-repeat right 20px center/10px 10px;
  background-color: #131415;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .section-tab-select.responsive-ready {
    display: block;
  }
}
.section-tab-select:hover, .section-tab-select:focus {
  outline: 0;
  border-color: #84BD00;
}
.section-tab-select option {
  background: #fff;
  color: #131415;
}

.logo-frame {
  position: relative;
  display: block;
  height: 80px;
}
@media (max-width: 768px) {
  .logo-frame {
    height: 60px;
  }
}
.logo-frame img, .logo-frame figure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .logo-frame img, .logo-frame figure {
    max-width: 90px;
    max-height: 50px;
  }
}
.logo-frame figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-frame--invert img, .logo-frame--invert figure {
  filter: invert(1);
}

.logo-frame--big {
  height: 110px;
}
@media (max-width: 768px) {
  .logo-frame--big {
    height: 80px;
  }
}
.logo-frame--big img, .logo-frame--big figure {
  max-width: 110px;
  max-height: 110px;
}
@media (max-width: 768px) {
  .logo-frame--big img, .logo-frame--big figure {
    max-width: 80px;
    max-height: 80px;
  }
}

.logo-frame--inline {
  height: auto;
}
.logo-frame--inline img, .logo-frame--inline figure {
  position: static;
  transform: translate(0, 0);
  width: auto;
  height: auto;
}

.contact-link {
  display: inline-flex;
  align-items: center;
}
.contact-link:hover span, .contact-link:focus span {
  background-size: 0% 100%;
}
.contact-link img {
  margin-right: 20px;
}
.contact-link span {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .contact-link span {
    font-size: 18px;
    line-height: 1.6;
  }
}

.contact-link--light span {
  color: #fff;
}

.leadership-bio__photo {
  position: relative;
  margin-bottom: -100px;
}
.leadership-bio__photo figure {
  position: relative;
  top: 0;
  right: 0;
  padding-top: 118%;
  width: 100%;
}
@media (min-width: 1300px) {
  .leadership-bio__photo figure {
    position: absolute;
    padding-top: 0;
  }
}
@media (min-width: 1300px) and (max-width: 1380px) {
  .leadership-bio__photo figure {
    width: 473px;
    height: 560px;
  }
}
@media (min-width: 1381px) {
  .leadership-bio__photo figure {
    width: 490px;
    height: 580px;
  }
}

.contact-card {
  display: flex;
  align-items: stretch;
}

.contact-card__photo {
  flex-shrink: 0;
  position: relative;
  width: 150px;
  height: 180px;
  border-top-right-radius: 32px;
  background: #131415;
}
@media (max-width: 768px) {
  .contact-card__photo {
    width: 120px;
    min-height: 150px;
  }
}
.contact-card--small .contact-card__photo {
  width: 110px;
  height: 130px;
  border-top-right-radius: 0;
}

.contact-card__main {
  flex: 1;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .contact-card__main {
    padding-left: 30px;
  }
}
.contact-card--small .contact-card__main {
  padding-left: 40px;
}

.post-box {
  display: block;
  transition: 0.3s;
}

a.post-box:hover .post-box__thumbnail img, a.post-box:focus .post-box__thumbnail img {
  width: 105%;
  height: 105%;
}
a.post-box:hover .post-box__title, a.post-box:focus .post-box__title {
  color: #84BD00;
}

.post-box__thumbnail {
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 20px;
  overflow: hidden;
}
a.post-box .post-box__thumbnail::before {
  z-index: 1;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9'%3E%3Cpath fill='%23FFFFFF' d='M4.961 8.439 8.484 4.9H0v-.8h8.484L4.961.562 5.52 0 10 4.5 5.52 9Z'/%3E%3C/svg%3E") no-repeat center/16px, #84BD00;
}
.post-box--external .post-box__thumbnail::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' transform='rotate(-45)'%3E%3Cpath fill='%23FFFFFF' d='M4.961 8.439 8.484 4.9H0v-.8h8.484L4.961.562 5.52 0 10 4.5 5.52 9Z'/%3E%3C/svg%3E") !important;
}
.post-box__thumbnail img {
  transition: 0.3s;
}

.post-box__type {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  line-height: 1;
}

.post-box__title {
  transition: 0.3s;
}

.page-tag {
  padding: 11px 20px 9px;
  display: inline-block;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.share-project-overlay {
  display: none;
  padding: 0;
  width: 100%;
  max-width: 860px;
}
.share-project-overlay .flickity-viewport {
  transition: 0.3s;
}
.share-project-overlay .section-tab-nav-trigger {
  margin: 0 20px;
  padding: 15px 10px;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  line-height: 1.6;
  transition: 0.3s;
}
.share-project-overlay .section-tab-nav-trigger.active {
  border-bottom-color: #131415;
}

.share-project-btn {
  z-index: 90;
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  padding: 16px 30px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .share-project-btn {
    padding: 14px 25px;
    bottom: 20px;
  }
}
.share-project-btn:hover, .share-project-btn:focus-visible {
  background: #84BD00;
}
.share-project-btn::before {
  content: "";
  margin-right: 8px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.714' height='18.464'%3E%3Cpath fill='none' d='M.25 0h18v18h-18z'/%3E%3Cpath fill='%23fff' d='m3.658 12.708.048-.15.01-.029c.016-.048.033-.094.051-.141 0-.008.006-.017.011-.025.017-.045.036-.088.054-.132a.082.082 0 0 1 .006-.012c.019-.046.04-.091.062-.135l.014-.028q.032-.066.066-.129l.011-.019c.021-.04.044-.079.066-.117a.139.139 0 0 0 .011-.019l.074-.121.016-.026c.026-.04.052-.08.079-.118l.008-.011c.026-.037.052-.073.079-.108l.015-.02c.028-.037.057-.074.086-.109l.019-.023q.045-.056.092-.109c.031-.036.063-.07.1-.105l.019-.021c.032-.033.063-.066.1-.1l.019-.019.1-.092.01-.009c.034-.032.069-.063.1-.094l.023-.019.106-.089.017-.014.1-.081.016-.013c.036-.028.074-.056.112-.083l.024-.018c.038-.028.076-.054.115-.08l.013-.008.111-.073.022-.014.118-.074.025-.015c.041-.024.082-.049.124-.072l.124-.068.024-.016.124-.065.024-.012.121-.06.012-.006c.043-.021.086-.04.13-.06l.028-.013c.043-.019.086-.039.13-.057l.021-.009.122-.051.019-.007.132-.052.026-.008.134-.049.015-.006.126-.045.025-.008.134-.045.028-.01.138-.043.137-.04.028-.008.14-.046h.026l.131-.034h.012l.137-.042.029-.006.136-.032h.022l.127-.028h.019l.136-.028.031-.015.136-.027h.015l.127-.023h.024l.134-.023h.028l.136-.032.134-.019h.027l.13-.018h.024l.125-.015h.011l.13-.015h.027l.126-.013h.019l.121-.03h.016l.124-.011h.024l.122-.011h.011l.115-.008h.019l.116-.008h.023l.116-.006.113-.006h1.72V12l5.6-5.627L12.638.75v3.178c-3.215 0-8.98 1.499-8.98 8.781Z'/%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2' d='M17.715 12.108v4.071a1.286 1.286 0 0 1-1.286 1.286H2.286A1.286 1.286 0 0 1 1 16.179V3.858a1.286 1.286 0 0 1 1.286-1.286h4.071'/%3E%3C/svg%3E") no-repeat center/contain;
}

.add-field {
  position: relative;
  padding-left: 28px;
  display: block;
  font-size: 14px;
}
.add-field::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -55%);
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M4.375,3.125H7.5v1.25H4.375V7.5H3.125V4.375H0V3.125H3.125V0h1.25Z' fill='%23606266'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle cx='10' cy='10' r='10' fill='%23FFFFFF'/%3E%3Cg transform='translate(6.307 6.307)'%3E%3Cg transform='translate(0)'%3E%3Cpath d='M4.375,3.125H7.5v1.25H4.375V7.5H3.125V4.375H0V3.125H3.125V0h1.25Z' fill='%23131415'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}

.field-copy input {
  padding-left: 40px;
}
.field-copy::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M10.81,16H0V3.459H10.811V16h0ZM1.73,14.27H9.082V5.189H1.73Zm9.946-1.73v-1.73h.865V1.73H5.189v.865H3.46V0H14.27V12.541Z' transform='translate(1.063)' fill='%23131415'/%3E%3C/svg%3E") no-repeat center/contain;
}

.btn-copy {
  padding: 15px 25px;
  width: 100%;
  background: #131415;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.btn-copy:hover, .btn-copy:focus {
  background: #84BD00;
}

.collapsible-content {
  transition: opacity 0.3s;
  display: none;
}
.collapsible:not(.active) .collapsible-content {
  opacity: 0;
}

.collapsible-trigger {
  display: block;
  width: 100%;
  cursor: pointer;
}
.blockquote {
  max-width: 1340px;
}
.blockquote p {
  margin-bottom: 25px;
  font-size: 64px;
  line-height: 1.1;
}
@media (max-width: 1300px) {
  .blockquote p {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .blockquote p {
    font-size: 26px;
    line-height: 1.4;
  }
}
.blockquote sub {
  display: block;
  font-size: 10px;
}
.blockquote sub strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}
.blockquote sub img {
  margin-right: 40px;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .blockquote sub img {
    margin-right: 20px;
  }
}
.blockquote::before {
  content: "";
  margin-bottom: 20px;
  display: block;
  width: 72px;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='48' fill='none'%3E%3Cg fill='%2384BD00'%3E%3Cpath d='M35 17.5C35 7.8 27.2 0 17.6 0 7.9 0 .9 7.5 0 17.2-1.2 31.8 10 44 23.5 48a17.4 17.4 0 0 1-8.4-13.3l2.5.2C27.2 35 35 27.1 35 17.5ZM71.9 17.5C71.9 7.8 64.1 0 54.4 0 44.8 0 37.8 7.5 37 17.2 35.7 31.8 46.9 44 60.4 48A17.4 17.4 0 0 1 52 34.7l2.4.2C64.1 35 72 27.1 72 17.5Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width: 768px) {
  .blockquote::before {
    width: 48px;
    height: 32px;
  }
}

.page-masthead {
  position: relative;
  width: 100%;
  height: 860px;
  background: #131415;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .page-masthead {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .page-masthead {
    height: 450px;
  }
}
.page-masthead--curved {
  border-bottom-left-radius: 150px;
}
@media (max-width: 768px) {
  .page-masthead--curved {
    border-bottom-left-radius: 100px;
  }
}

.image-box {
  z-index: 1;
  position: relative;
  display: block;
  height: 300px;
  color: white;
  overflow: hidden;
}
.image-box:hover .image-box__bg, .image-box:focus .image-box__bg {
  width: 105%;
  height: 105%;
}
.image-box:hover .image-box__bg::after, .image-box:focus .image-box__bg::after {
  opacity: 0.8;
}

.image-box__bg {
  z-index: -1;
  background: #131415;
  transition: 0.3s;
}
.image-box__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.image-box__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 40px;
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .image-box__text {
    font-size: 24px;
    line-height: 1.5;
  }
}

.filters-wrap {
  z-index: 5;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.filters-wrap__divider {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(19, 20, 21, 0.1);
}

.filters-select {
  display: none;
  position: relative;
  padding: 5px 25px 5px 0;
  height: 45px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cg fill='none'%3E%3Cpath d='M12 0v12H0V0z'/%3E%3Cpath stroke='%2384BD00' stroke-width='2' stroke-miterlimit='10' d='m.5 3.818 5.507 5.427L11.5 3.818'/%3E%3C/g%3E%3C/svg%3E") no-repeat right center/14px 14px;
  border-bottom: 3px solid #84BD00;
  font-size: 18px;
  line-height: 1.6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.filters-select select {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.responsive-ready:not(.search-active) .filters-select {
  display: block;
}

.filter-search-inline {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .filter-search-inline {
    display: none;
  }
}
.filter-search-inline svg {
  transition: 0.3s;
}
.filter-search-inline:hover svg, .filter-search-inline:focus svg {
  stroke: #F68B1F;
}

.filter-search-bar-inline {
  height: 30px;
}
@media (min-width: 992px) {
  .filter-search-bar-inline {
    display: none;
  }
}
.filter-search-bar-inline input {
  padding: 5px 20px 5px 30px;
  background: none;
  border: none;
  font-size: 14px;
}
.filter-search-bar-inline button {
  left: 0;
}

.filter-search-bar-inline__close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.filter-search-bar-inline__close svg {
  fill: #84BD00;
}
@media (max-width: 768px) {
  .filter-search-bar-inline__close {
    display: none;
  }
}

.filter-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #F0ECE8;
}

.filter-panel__box {
  width: 25%;
  border: 1px none #F0ECE8;
  border-right-style: solid;
}
.filter-panel__box:nth-child(1) {
  border-left-style: solid;
}
@media (max-width: 992px) {
  .filter-panel__box {
    width: 50%;
  }
  .filter-panel__box:nth-child(1), .filter-panel__box:nth-child(2) {
    border-bottom-style: solid;
  }
  .filter-panel__box:nth-child(3) {
    border-left-style: solid;
  }
}
@media (max-width: 576px) {
  .filter-panel__box {
    width: 100%;
    border-left-style: solid;
  }
  .filter-panel__box:nth-child(3) {
    border-bottom-style: solid;
  }
}

.filter-views-wrap {
  position: relative;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .filter-views-wrap {
    margin-right: 0;
  }
}
.filter-views-wrap.field-search-active .filter-view {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 768px) {
  .filter-views-wrap.field-search-active .filter-view {
    visibility: visible;
    opacity: 0.3;
  }
}
.filter-views-wrap.field-search-active .filter-search {
  visibility: visible;
  opacity: 1;
}

.filter-search {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  min-width: 350px;
}
@media (max-width: 768px) {
  .filter-search {
    width: 100%;
    min-width: 0;
  }
}
.filter-search .search-bar input {
  padding-left: 35px;
}
.filter-search .search-bar button {
  left: 0;
}
.filter-search .search-bar button:hover svg, .filter-search .search-bar button:focus svg {
  stroke: #84BD00;
}

.filter-search-toggle {
  z-index: 2;
  position: relative;
  margin-right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #F7F7F7;
  transition: 0.2s;
}
.filter-search-toggle:hover, .filter-search-toggle:focus {
  background: #F68B1F;
  /*svg
  * opacity: 0.4
  * &:nth-child(2)
  * stroke: $c-primary */
}
.field-search-active .filter-search-toggle {
  margin-left: auto;
}
.field-search-active .filter-search-toggle svg:nth-child(1) {
  display: none;
}
.field-search-active .filter-search-toggle svg:nth-child(2) {
  opacity: 1;
  display: block;
}
.filter-search-toggle svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  stroke: black;
  stroke-width: 2px;
  transition: 0.2s;
}
.filter-search-toggle svg:nth-child(2) {
  display: none;
  stroke-width: 2px;
}

.filter-view {
  position: relative;
  display: block;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  transition: 0.2s;
}
.filter-view:not(.active) {
  background: #F7F7F7;
}
.filter-view:not(.active):hover, .filter-view:not(.active):focus {
  background: #F68B1F;
}
.filter-view.active {
  background: black;
}
.filter-view.active svg {
  fill: white;
}
.filter-view svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  fill: black;
  transition: 0.2s;
}

.filter-award {
  padding: 8px 15px;
  display: block;
  border-radius: 4px;
  background: #F7F7F7;
  font-size: 14px;
  line-height: 1;
}
.filter-award:hover, .filter-award:focus-visible, .filter-award.active {
  background: #F68B1F;
}

.faq {
  position: relative;
  padding: 20px 10px;
  border-top: 1px solid #ABA7A7;
  transition: 0.3s;
}
.faq:last-child {
  border-bottom: 1px solid #ABA7A7;
}
@media (max-width: 768px) {
  .faq {
    padding-right: 30px;
  }
}
.faq .collapsible-content {
  max-width: 760px;
}

.faq__toggle {
  padding-right: 40px;
  display: block;
  width: 100%;
}

.faq__toggle-icon {
  position: absolute;
  right: 10px;
  top: 28px;
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq__toggle-icon {
    top: 22px;
  }
}
.faq__toggle-icon::before, .faq__toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #84BD00;
  transition: 0.3s;
}
.faq__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq.active .faq__toggle-icon::after {
  width: 0;
}

.faq__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 18px;
    line-height: 1.6;
  }
}
.faq__toggle:hover .faq__title, .faq__toggle:focus-visible .faq__title {
  color: #84BD00;
}

.sortby {
  position: relative;
  margin-right: 30px;
  margin-bottom: -15px;
  padding-bottom: 15px;
}
.sortby button {
  display: flex;
  align-items: center;
}
.sortby button svg {
  order: -1;
  margin-right: 10px;
}

.sortby__tooltip {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  padding: 25px;
  max-width: calc(100vw - 40px);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-weight: 400;
  font-size: 14px;
  text-transform: initial;
  white-space: nowrap;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .sortby__tooltip {
    left: 0;
    transform: translateX(0);
  }
}
.sortby__tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .sortby__tooltip::before {
    left: 30px;
  }
}

.sortby:hover .sortby__tooltip, .sortby:focus .sortby__tooltip {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.sortby__tooltip-check {
  position: relative;
}
.sortby__tooltip-check:not(:last-child) {
  margin-bottom: 8px;
}
.sortby__tooltip-check input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.sortby__tooltip-check label {
  padding-left: 25px;
  padding-top: 1px;
  display: inline-block;
  cursor: pointer;
}
.sortby__tooltip-check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid;
}
.sortby__tooltip-check label::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  opacity: 0;
  transition: 0.2s;
}
.sortby__tooltip-check input:checked + label::after {
  opacity: 1;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.gallery-grid__item {
  aspect-ratio: 1.5;
}
.gallery-grid__item:nth-child(2) {
  aspect-ratio: auto;
  grid-row: span 2;
}
.gallery-grid__item:nth-child(6) {
  aspect-ratio: 1.8;
  grid-column: span 2;
}

.gallery-grid__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #131415;
  overflow: hidden;
}
.gallery-grid__image:hover img, .gallery-grid__image:focus img {
  width: 105%;
  height: 105%;
}
.gallery-grid__image img {
  transition: 0.3s;
}
.gallery-grid__image:not(:hover):not(:focus)::before, .gallery-grid__image:not(:hover):not(:focus) figcaption {
  visibility: hidden;
  opacity: 0;
}
.gallery-grid__image figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
}

.single-curve {
  border-bottom-left-radius: 90px;
}

.single-curve-box {
  padding: 60px 50px 60px 60px;
  border-bottom-left-radius: 90px;
}
@media (max-width: 768px) {
  .single-curve-box {
    padding: 40px 30px 40px 45px;
  }
}

.pathway {
  position: relative;
  display: block;
  height: 340px;
  color: white;
}
@media (max-width: 576px) {
  .pathway {
    height: 240px;
  }
}
.pathway:hover .pathway__bg img, .pathway:focus .pathway__bg img {
  width: 105%;
  height: 105%;
  opacity: 0.4;
}

.pathway__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #131415;
  overflow: hidden;
}
.pathway__bg::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.64), transparent);
}
.pathway__bg img {
  transition: 0.3s;
}

.pathway__text {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
  width: 100%;
}

.latest {
  display: block;
}
.latest:hover .latest__thumbnail img, .latest:focus .latest__thumbnail img {
  width: 105%;
  height: 105%;
}
.latest:hover .latest__text, .latest:focus .latest__text {
  background: #29712A;
  color: white;
}
.latest:hover .latest__cta, .latest:focus .latest__cta {
  opacity: 1;
}
.latest--fixed {
  width: 680px;
}
@media (max-width: 1300px) {
  .latest--fixed {
    width: 550px;
  }
}
@media (max-width: 768px) {
  .latest--fixed {
    width: 330px;
  }
}
.latest--small .latest__text {
  margin: 0;
  padding: 30px;
}
@media (max-width: 576px) {
  .latest--small .latest__text {
    padding: 20px;
  }
}
.latest--secondary {
  color: white;
}
.latest--secondary .latest__text {
  background: #29712A;
}
.latest--secondary:hover .latest__text, .latest--secondary:focus .latest__text {
  background: black;
}

.latest__thumbnail {
  position: relative;
  padding-bottom: 70%;
  background: #131415;
  overflow: hidden;
}
.latest__thumbnail img {
  transition: 0.3s;
}

.latest__text {
  z-index: 1;
  position: relative;
  margin-top: -70px;
  margin-right: 50px;
  padding: 40px 60px 40px;
  border-bottom-left-radius: 100px;
  background: white;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .latest__text {
    padding: 25px 20px 30px 25px;
  }
}
@media (max-width: 768px) {
  .latest__text {
    margin: -40px 20px 0 -1px;
  }
}

.latest__title {
  max-width: 500px;
}

.latest__cta {
  opacity: 0;
  text-align: right;
}

.callout-section {
  position: relative;
  height: 1080px;
  color: white;
}
@media (max-width: 992px) {
  .callout-section {
    height: 900px;
  }
}
@media (max-width: 768px) {
  .callout-section {
    height: 580px;
  }
}

.callout-section__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #131415;
  overflow: hidden;
}
.callout-section__bg > img, .callout-section__bg > video {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.callout-section__bg::before {
  z-index: 5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black, transparent 50%);
}

.quote-tab-open {
  display: flex;
  align-items: center;
  width: 100%;
}
.quote-tab-open.active {
  background: #F68B1F;
}
.quote-tab-open:not(.active):not(:hover):not(:focus) img {
  opacity: 0.8;
  filter: grayscale(1);
}

.quote-tab-open__photo {
  position: relative;
  margin-right: 10px;
  width: 90px;
  height: 90px;
}
.quote-tab-open__photo img {
  transition: 0.3s;
}

.quote-tab-content__photo {
  position: relative;
  height: 480px;
}
.quote-tab-content__photo .pattern-stripes {
  z-index: -1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: calc(100% + 20px);
  height: 80px;
}

.project-ft {
  position: relative;
  display: block;
  padding-bottom: 80%;
  min-height: 600px;
  color: white;
  overflow: hidden;
}
@media (max-width: 992px) {
  .project-ft {
    min-height: 0;
  }
}
.project-ft:hover .project-ft__thumbnail::before, .project-ft:focus .project-ft__thumbnail::before {
  opacity: 0.64;
}
.project-ft:hover .project-ft__thumbnail img, .project-ft:focus .project-ft__thumbnail img {
  width: 105%;
  height: 105%;
}
.project-ft:hover .project-ft__text, .project-ft:focus .project-ft__text {
  visibility: hidden;
  opacity: 0;
}
.project-ft:hover .project-ft__details, .project-ft:focus .project-ft__details {
  visibility: visible;
  opacity: 1;
}

.project-ft__thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #131415;
}
.project-ft__thumbnail::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  transition: 0.3s;
}
.project-ft__thumbnail img {
  transition: 0.3s;
}

.project-ft__label {
  position: absolute;
  left: 25px;
  top: 25px;
  padding: 8px 10px;
  border-radius: 100px;
  background: black;
  color: white;
  font-size: 14px;
}

.project-ft__text {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 25px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .project-ft__text {
    padding: 25px;
  }
}

.project-ft__details {
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 25px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .project-ft__details {
    padding: 25px;
  }
}

@media (min-width: 1300px) {
  .project-ft__details-title {
    padding-right: 120px;
  }
}

.project-ft__details-badge {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .project-ft__details-badge {
    width: 80px;
    height: 80px;
  }
}

.mobile-show-more.collapsed {
  overflow: hidden;
}
.mobile-show-more.collapsed::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, white 70px, transparent);
}
.mobile-show-more.collapsed .mobile-show-more__toggle {
  display: block;
}

.mobile-show-more__toggle {
  display: none;
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  opacity: 0.5;
}

.quick-fact {
  display: flex;
}
.quick-fact img {
  flex-shrink: 0;
  margin-right: 50px;
  width: 60px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .quick-fact img {
    margin-right: 30px;
  }
}

.photo-collage {
  position: relative;
  padding-bottom: 95%;
}

.photo-collage__item {
  position: absolute;
  background: #131415;
}
.photo-collage__item:nth-child(1) {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(50% - 8px);
  height: 60%;
  border-bottom-left-radius: 100px;
}
.photo-collage__item:nth-child(2) {
  right: 0;
  top: 0;
  width: calc(50% - 8px);
  height: calc(33% - 8px);
}
.photo-collage__item:nth-child(3) {
  right: 0;
  bottom: 0;
  width: calc(50% - 8px);
  height: calc(67% - 8px);
}
.photo-collage__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .photo-collage-big {
    position: relative;
    padding-bottom: 95%;
  }
}

.photo-collage-big__item {
  overflow: hidden;
}
@media (min-width: 768px) {
  .photo-collage-big__item {
    position: absolute;
    background: #131415;
  }
  .photo-collage-big__item:nth-child(1) {
    right: calc(50% + 15px);
    top: 0;
    width: calc(50% - 15px);
    height: 32%;
    border-bottom-left-radius: 100px;
  }
  .photo-collage-big__item:nth-child(2) {
    right: calc(50% + 15px);
    top: calc(32% + 30px);
    width: 25.5%;
    height: 30.5%;
  }
  .photo-collage-big__item:nth-child(3) {
    right: calc(50% + 15px);
    top: calc(62.5% + 60px);
    width: 39%;
    height: 26%;
    border-bottom-left-radius: 100px;
  }
  .photo-collage-big__item:nth-child(4) {
    left: calc(50% + 15px);
    top: 11%;
    width: calc(50% - 15px);
    height: 35%;
  }
  .photo-collage-big__item:nth-child(5) {
    left: calc(50% + 15px);
    top: calc(46% + 30px);
    width: 39%;
    height: 51.5%;
    border-bottom-right-radius: 100px;
  }
  .photo-collage-big__item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .photo-collage-big__item {
    margin-bottom: 30px;
  }
  .photo-collage-big__item img {
    width: 100%;
  }
}

.value-card {
  position: relative;
  display: block;
  height: 680px;
  color: white;
}
@media (max-width: 1300px) {
  .value-card {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .value-card {
    height: 400px;
  }
}
.value-card:hover .value-card__title, .value-card:focus-visible .value-card__title {
  top: calc(50% - 40px);
}
.value-card:hover .value-card__title img, .value-card:focus-visible .value-card__title img {
  filter: invert(1) brightness(100);
}
.value-card:hover .value-card__bg::before, .value-card:focus-visible .value-card__bg::before {
  background: black;
}
.value-card:hover .value-card__details, .value-card:focus-visible .value-card__details {
  visibility: visible;
  opacity: 1;
}
a.value-card:hover .value-card__details, .value-card:focus-visible .value-card__details {
  height: calc(100% - 60px);
}

.value-card:hover .value-card__details::before, .value-card:focus-visible .value-card__details::before {
  top: -8px;
  height: calc(100% + 8px);
}
.value-card:hover .value-card__snippet, .value-card:focus-visible .value-card__snippet {
  bottom: 20px;
}
@media (max-width: 768px) {
  .value-card:hover .value-card__snippet, .value-card:focus-visible .value-card__snippet {
    bottom: 0;
  }
}
.value-card:hover .value-card__cta, .value-card:focus-visible .value-card__cta {
  visibility: visible;
  opacity: 1;
  background-size: 100% 100%;
}

.value-card__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #131415;
  overflow: hidden;
}
.value-card__bg::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  transition: 0.3s;
}

.value-card__title {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  width: 100%;
  transition: 0.3s;
}
.value-card__title img {
  margin: auto;
  width: 100%;
  max-width: 350px;
}

.value-card__details {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.3s;
}
a.value-card .value-card__details {
  height: calc(100% - 40px);
}
.value-card__details::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #84BD00;
  transition: 0.3s;
}

.value-card__snippet {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, 0);
  padding: 30px;
  width: 100%;
  max-width: 380px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .value-card__snippet {
    padding: 20px;
  }
}

.value-card__cta {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 50%);
  background: linear-gradient(transparent calc(100% - 2px), #84BD00 2px) no-repeat center bottom/0% 100%;
  transition: 0.3s;
}

.modal-value-container .fancybox__nav {
  display: none;
}
.modal-value-container .fancybox__slide {
  padding: 60px 30px;
  display: flex;
}
@media (max-width: 768px) {
  .modal-value-container .fancybox__slide {
    padding: 0;
  }
}

.modal-value {
  display: none;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  border-radius: 16px;
  background: white;
  overflow: hidden;
}
@media (max-width: 768px) {
  .modal-value {
    border-radius: 0;
    min-height: 100%;
  }
}
.modal-value .carousel__button.is-close {
  top: 10px;
  right: 10px;
  width: 56px;
  height: 56px;
  background: white;
  color: black;
}
.modal-value .carousel__button.is-close:hover, .modal-value .carousel__button.is-close:focus {
  color: #84BD00;
}
@media (max-width: 768px) {
  .modal-value .carousel__button.is-close {
    width: 40px;
    height: 40px;
  }
}
.modal-value .carousel__button.is-close svg {
  width: 22px;
  height: 22px;
  filter: none;
}

.modal-value__wrap {
  padding: 60px 8% 100px;
}
@media (max-width: 768px) {
  .modal-value__wrap {
    min-height: 100%;
  }
}
.modal-value__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 100%;
  background: repeating-linear-gradient(-45deg, transparent 5px, #ABA7A7 5px, #ABA7A7 6px, transparent 7px, transparent 14px);
}
@media (max-width: 768px) {
  .modal-value__wrap::before {
    width: 100%;
    height: 45px;
  }
}
.modal-value__wrap img {
  margin: auto;
  max-height: 72px;
}

.org-card {
  display: block;
  width: 370px;
}
@media (max-width: 992px) {
  .org-card {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .org-card {
    width: 200px;
  }
}

.org-card__logo {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  height: 260px;
  background: white;
}
@media (max-width: 992px) {
  .org-card__logo {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .org-card__logo {
    height: 120px;
  }
}
.org-card__logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  max-width: 200px;
  max-height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .org-card__logo img {
    width: 60%;
    height: 60%;
  }
}

.org-card__text {
  max-width: 320px;
}

.page-filters--1 {
  display: flex;
  flex-wrap: wrap;
  font-size: 36px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .page-filters--1 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.page-filters--1 li {
  margin-right: 25px;
}
.page-filters--1 a {
  padding: 2px 0;
  display: inline-block;
  color: #84BD00;
}
.page-filters--1 a:not(.active) {
  opacity: 0.4;
}
.page-filters--1 a:not(.active):hover, .page-filters--1 a:not(.active):focus-visible {
  opacity: 0.8;
}
.page-filters--1--light a {
  color: white;
}
.page-filters--2 {
  display: flex;
  flex-wrap: wrap;
}
.page-filters--2 li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.page-filters--2 a {
  padding: 8px 16px;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 576px) {
  .page-filters--2 a {
    padding: 6px 10px;
  }
}
.page-filters--2 a.active {
  background: black;
  color: white;
}
.page-filters--2 a:not(.active):hover, .page-filters--2 a:not(.active):focus-visible {
  background: #F68B1F;
}

.profile {
  display: block;
}
.profile:hover .profile__photo, .profile:focus .profile__photo {
  border-bottom-left-radius: 100px;
}
.profile:hover .profile__photo img, .profile:focus .profile__photo img {
  width: 105%;
  height: 105%;
}
.profile:hover .profile__plus, .profile:focus .profile__plus {
  visibility: visible;
  opacity: 1;
}

.profile__photo {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 120%;
  background: #131415;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .profile__photo {
    margin-bottom: 20px;
  }
}
.profile__photo img {
  transition: 0.3s;
}

.profile__sm {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
}
.profile__sm > * {
  position: relative;
  margin-left: 20px;
  width: 34px;
  height: 34px;
  transition: 0.3s;
}
.profile__sm > *::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.profile__linkedin {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.profile__linkedin:hover, .profile__linkedin:focus {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.profile__linkedin:hover::before, .profile__linkedin:focus::before {
  opacity: 1;
}
.profile__linkedin::before {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 14.7 14.4' fill='%23FFFFFF'%3E%3Cpath d='M8.3 14.4H5.2V4.9h3v1.3A3.3 3.3 0 0 1 11 4.6c2.3 0 3.7 1.6 3.7 4.3v5.5h-3V9.2C11.6 7.8 11 7 9.8 7A1.7 1.7 0 0 0 8.2 9v5.5Zm-5 0h-3V4.9h3v9.5Zm-1.5-11a1.7 1.7 0 1 1 0-3.4 1.7 1.7 0 1 1 0 3.4Z'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0.5;
  transition: 0.3s;
}

.profile__plus {
  visibility: hidden;
  opacity: 0;
  background: #84BD00;
}
.profile__plus::before {
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M9.5 0v17.5M6.3 8.8H.8m17.2 0H8.5'/%3E%3C/svg%3E") no-repeat center/contain;
}

.profile__text {
  display: block;
}

.detail-box {
  padding: 25px;
  border-radius: 16px;
  background: rgba(132, 189, 0, 0.1);
}

.bio-qa-box {
  position: relative;
  padding: 40px 50px;
  border-radius: 16px;
  background: rgba(132, 189, 0, 0.1);
  font-size: 36px;
  line-height: 1.4;
}
@media (max-width: 1300px) {
  .bio-qa-box {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .bio-qa-box {
    padding: 30px;
    font-size: 22px;
    line-height: 1.5;
  }
}
.bio-qa-box::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 100%;
  border-bottom: 25px solid transparent;
  border-right: 30px solid rgba(132, 189, 0, 0.1);
}

.history-container {
  position: sticky;
  top: 90px;
  padding: 0 8%;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 90px);
  color: #fff;
}
@media (max-width: 992px) {
  .history-container {
    height: auto;
    min-height: 500px;
    overflow: hidden;
  }
}
.history-bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100vh - 90px);
  background: #131415;
  overflow: hidden;
}
@media (max-width: 768px) {
  .history-bg {
    height: 100%;
  }
}
.history-bg img {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history-bg::before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black, transparent 40%), rgba(0, 0, 0, 0.64);
}

.milestone {
  display: block;
}
.milestone:hover, .milestone:focus-within {
  /*.milestone__image
  * img
  * width: 105%
  * height: 105% */
  /*.milestone__text
  * background: black */
}
.milestone:hover .milestone__title, .milestone:focus-within .milestone__title {
  color: white;
}
a.milestone:hover .milestone__cta, a.milestone:focus .milestone__cta {
  visibility: visible;
  opacity: 1;
}
a.milestone:hover .milestone__image img, a.milestone:focus .milestone__image img {
  width: 105%;
  height: 105%;
}

.milestone__image {
  position: relative;
  padding-bottom: 66.66%;
  overflow: hidden;
}
.milestone__image img {
  transition: 0.3s;
}

.milestone__text {
  padding: 30px;
  border-bottom-left-radius: 100px;
  transition: 0.3s;
  background: black;
}
@media (max-width: 992px) {
  .milestone__text {
    padding: 25px 10px 30px 25px;
  }
}

.milestone__cta {
  visibility: hidden;
  opacity: 0;
  text-align: right;
}

.info-box {
  padding: 75px 10% 60px 9%;
  border-bottom-left-radius: 100px;
  color: white;
}
@media (max-width: 768px) {
  .info-box {
    padding: 60px 30px 40px;
    border-bottom-left-radius: 60px;
  }
}

.info-box__title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.info-box__title > * {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .info-box__title > * {
    font-size: 20px;
    line-height: 1.5;
  }
}
.info-box__title img {
  margin-right: 25px;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1300px) {
  .info-box__title img {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .info-box__title img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
}

.approaches {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.approach {
  margin: 8px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 440px;
  border-radius: 20px;
  background: rgba(171, 167, 167, 0.25);
  overflow: hidden;
  transition: 0.3s;
}
@media (min-width: 1300px) {
  .approach {
    flex: 6%;
  }
  .approach.active {
    flex: 35%;
  }
  .approach.active .approach__reveal {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1300px) {
  .approach {
    width: calc((100% - 32px) / 2);
  }
}
@media (max-width: 768px) {
  .approach {
    width: 100%;
    min-height: 300px;
  }
}
.approach:not(.active) {
  cursor: pointer;
}

.approach__reveal {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
@media (min-width: 1300px) {
  .approach__reveal {
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 1300px) {
  .approach__reveal-text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.accordion {
  padding: 35px 0 0;
  border-top: 1px solid white;
  overflow: hidden;
}
@media (max-width: 768px) {
  .accordion {
    padding: 20px 0 10px;
  }
}
.accordion.active {
  padding: 35px 0;
}
@media (max-width: 768px) {
  .accordion.active {
    padding: 20px 0 25px;
  }
}
.accordion.active .accordion__reveal {
  visibility: visible;
  opacity: 1;
  padding-bottom: 40px;
}
.accordion:not(.active) {
  cursor: pointer;
}
.accordion:not(.active) .accordion__thumbnail {
  height: 70px;
}
.accordion:not(.active) .cms-content {
  max-height: 0 !important;
}

.accordion__thumbnail {
  position: relative;
  margin-right: 40px;
  width: 370px;
  height: 255px;
  background: #131415;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .accordion__thumbnail {
    margin-right: 30px;
    width: 260px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .accordion__thumbnail {
    margin-bottom: 15px;
    width: 280px;
  }
}

.accordion__text {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}

.accordion__reveal {
  visibility: hidden;
  opacity: 0;
  flex: 1;
  position: relative;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.accordion__reveal .cms-content {
  max-width: 750px;
  transition: 0.3s;
}

.accordion__cta {
  position: absolute;
  left: 0;
  bottom: 0;
}

.accordion__toggle-icon {
  position: absolute;
  right: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .accordion__toggle-icon {
    top: 5px;
  }
}
.accordion__toggle-icon::before, .accordion__toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #131415;
  transition: 0.3s;
}
.accordion__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion.active .accordion__toggle-icon {
  opacity: 0;
  /*&::after
  * width: 0 */
}

.market-sector {
  display: flex;
}
@media (max-width: 768px) {
  .market-sector {
    flex-direction: column;
  }
}
.market-sector:hover .market-sector__thumbnail img, .market-sector:focus .market-sector__thumbnail img {
  width: 105%;
  height: 105%;
}
@media (min-width: 768px) {
  .market-sector:hover .link-arrow, .market-sector:focus .link-arrow {
    visibility: visible;
    opacity: 1;
  }
}

.market-sector__thumbnail-wrap {
  margin-right: 30px;
  width: 45%;
}
@media (max-width: 768px) {
  .market-sector__thumbnail-wrap {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    max-width: 400px;
  }
}

.market-sector__thumbnail {
  position: relative;
  padding-bottom: 70%;
  background: #131415;
  overflow: hidden;
}
.market-sector__thumbnail img {
  transition: 0.3s;
}

.market-sector__text {
  flex: 1;
  position: relative;
}
@media (min-width: 768px) {
  .market-sector__text > * {
    max-width: 250px;
  }
}
.market-sector__text .link-arrow {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 10px;
  transition: 0.3s;
}

.project {
  display: block;
}
.project:hover .project__thumbnail, .project:focus .project__thumbnail {
  border-bottom-left-radius: 80px;
}
.project:hover .project__thumbnail img, .project:focus .project__thumbnail img {
  width: 105%;
  height: 105%;
}

.project__thumbnail {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 66.66%;
  background: #131415;
  overflow: hidden;
  transition: 0.3s;
}
.project__thumbnail img {
  transition: 0.3s;
}

.project-list {
  padding: 15px 0;
  display: block;
  border-top: 1px solid rgba(171, 167, 167, 0.2);
  font-size: 14px;
}
.project-list:hover, .project-list:focus {
  background: rgba(0, 0, 0, 0.03);
}
.project-list h4 {
  margin-bottom: 10px;
  font-size: 12px;
}
@media (max-width: 1300px) {
  .project-list h4 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .project-list h4 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.project-list__thumbnail {
  flex-shrink: 0;
  position: relative;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .project-list__thumbnail {
    margin-right: 0;
  }
}
.project-list__thumbnail img {
  width: 220px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .project-list__thumbnail img {
    position: static;
    width: 120px;
    height: 90px;
  }
}

.project-list__title {
  line-height: 1.3;
  transition: 0.3s;
}

.sp-metadata {
  padding: 20px 25px;
  height: 100%;
  border-left: 1px solid rgba(171, 167, 167, 0.3);
}
@media (max-width: 768px) {
  .sp-metadata {
    padding: 10px 20px;
  }
}

.gallery-single-image {
  position: relative;
  padding-bottom: 60%;
  display: block;
  background: #131415;
  overflow: hidden;
}
.gallery-single-image--2 {
  padding-bottom: 66.66%;
}
@media (min-width: 768px) {
  .gallery-single-image--2 {
    border-bottom-left-radius: 100px;
  }
}
.gallery-single-image:hover img, .gallery-single-image:focus img {
  width: 105%;
  height: 105%;
}
.gallery-single-image img {
  transition: 0.3s;
}
.gallery-single-image:not(:hover) figcaption {
  visibility: hidden;
  opacity: 0;
}
.gallery-single-image figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  text-align: center;
  transition: 0.3s;
}

.dot-content:not(.ddd-truncated):not(.expanded) + .dot-toggle {
  display: none;
}
.dot-content.expanded + .dot-toggle {
  display: none;
}
.dot-toggle {
  margin-top: 20px;
  cursor: pointer;
}
.dot-toggle::before {
  content: "Read More";
}

.benefit {
  padding: 25px;
  height: 100%;
  min-height: 320px;
  background: #29712A;
  color: #84BD00;
}
@media (max-width: 768px) {
  .benefit {
    min-height: 200px;
  }
}
.benefit:hover, .benefit:focus-within {
  color: white;
}
.benefit:hover .benefit__snippet, .benefit:focus-within .benefit__snippet {
  visibility: visible;
  opacity: 1;
}

.benefit__title {
  transition: 0.3s;
}

.benefit__snippet {
  visibility: hidden;
  opacity: 0;
  margin-top: 15px;
  transition: 0.3s;
}

.view-gallery {
  z-index: 5;
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 13px;
}
@media (max-width: 768px) {
  .view-gallery {
    left: 20px;
    bottom: 20px;
  }
}
.view-gallery:hover::before, .view-gallery:focus::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' fill='none'%3E%3Cpath stroke='%23FFFFFF' stroke-linecap='square' stroke-linejoin='round' stroke-width='1.5' d='m20.7 20.7 6.7 6.7M21.3 27.8h6.5v-6.5M11.2 11.2 4.6 4.6M4.2 10.6V4.2h6.4M20.7 11.2l6.7-6.6M27.8 10.6V4.2h-6.5M11.2 20.7l-6.6 6.7M10.6 27.8H4.2v-6.5'/%3E%3C/svg%3E") no-repeat center/30px, #F68B1F;
}
.view-gallery::before {
  content: "";
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' fill='none'%3E%3Cpath stroke='%23000000' stroke-linecap='square' stroke-linejoin='round' stroke-width='1.5' d='m20.7 20.7 6.7 6.7M21.3 27.8h6.5v-6.5M11.2 11.2 4.6 4.6M4.2 10.6V4.2h6.4M20.7 11.2l6.7-6.6M27.8 10.6V4.2h-6.5M11.2 20.7l-6.6 6.7M10.6 27.8H4.2v-6.5'/%3E%3C/svg%3E") no-repeat center/30px, white;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .view-gallery::before {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}

.sp-badges {
  z-index: 3;
  position: absolute;
  right: 40px;
  top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .sp-badges {
    right: 20px;
    top: 20px;
  }
}
.sp-badges img {
  margin-left: 20px;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .sp-badges img {
    width: 80px;
    height: 80px;
  }
}

.quote-headshot img {
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .quote-headshot img {
    min-height: 350px;
    max-width: 350px;
  }
}

.logo-circle {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(80%, -30%);
  width: 130px;
  height: 130px;
}
@media (max-width: 768px) {
  .logo-circle {
    width: 100px;
    height: 100px;
    opacity: 0.3;
  }
}
.logo-circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.logo-circle img.logo-circle__spin {
  width: 90%;
  height: 90%;
  animation: logo-circle-spin 15s linear infinite;
}

@keyframes logo-circle-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.page-nav {
  padding: 30px 0;
}
.page-nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .page-nav ul {
    justify-content: center;
  }
}
.page-nav li {
  margin-right: 30px;
}
.page-nav a {
  padding: 10px 0;
  display: block;
  color: white;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-nav a:not(:hover):not(:focus) {
  opacity: 0.5;
}

.modal-recognition-container .fancybox__nav {
  display: none;
}
.modal-recognition-container .fancybox__slide {
  padding: 0;
}

.modal-recognition {
  display: none;
  margin-left: auto;
  padding: 0;
  padding-left: 45px;
  width: 100%;
  max-width: 1050px;
  background: white;
}
.modal-recognition .carousel__button.is-close {
  top: 10px;
  right: 10px;
  color: white;
}
.modal-recognition .carousel__button.is-close svg {
  width: 22px;
  height: 22px;
  filter: none;
}
.modal-recognition::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 100%;
  background: repeating-linear-gradient(-45deg, transparent 5px, #ABA7A7 5px, #ABA7A7 6px, transparent 7px, transparent 14px);
}
@media (max-width: 768px) {
  .modal-recognition {
    padding-left: 0;
    padding-bottom: 45px;
  }
  .modal-recognition::before {
    width: 100%;
    height: 45px;
  }
}

.modal-recognition__thumbnail {
  position: relative;
  padding-bottom: 52.5%;
  min-height: 300px;
  background: #131415;
}
.modal-recognition__thumbnail::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
}

.modal-recognition__thumbnail-text {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px 60px;
  color: white;
}
@media (max-width: 768px) {
  .modal-recognition__thumbnail-text {
    padding: 40px 30px;
  }
}

.modal-recognition__text {
  display: flex;
  flex-wrap: wrap;
}

.modal-recognition__left {
  padding: 50px 60px;
  width: 55%;
}
@media (max-width: 768px) {
  .modal-recognition__left {
    padding: 40px 30px;
    width: 100%;
  }
}

.modal-recognition__right {
  padding: 50px;
  width: 45%;
  background: #F7F7F7;
}
@media (max-width: 768px) {
  .modal-recognition__right {
    padding: 40px 30px;
    width: 100%;
  }
}

#post-listing-results .loading,
#post-listing-results .no-results,
#posts-container .loading,
#posts-container .no-results {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
}
#post-listing-results .no-results,
#posts-container .no-results {
  display: none;
}
#post-listing-results .loading,
#posts-container .loading {
  margin-top: 100px;
}
#post-listing-results .loading img,
#posts-container .loading img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
}

#post-listing-results-map {
  position: relative;
  display: none;
  height: 80vh;
  max-height: 900px;
  min-height: 400px;
}
#post-listing-results-map .marker {
  position: absolute;
  z-index: 1;
  width: 19px;
  height: 24px;
  background: url(/wp-content/themes/markthomas/assets/img/map/marker-location.png) bottom center/contain no-repeat;
  cursor: default;
}
#post-listing-results-map .marker:hover {
  z-index: 100001;
}
#post-listing-results-map .marker:hover .map-marker__details {
  visibility: visible;
  opacity: 1;
}
#post-listing-results-map .marker:not(.active) .map-marker__details {
  pointer-events: none;
}
#post-listing-results-map .marker.active {
  z-index: 2;
}
#post-listing-results-map .marker.active .map-marker__details {
  pointer-events: auto;
}
#post-listing-results-map .marker .map-marker__details {
  position: absolute;
  visibility: hidden;
  width: 320px;
  opacity: 0;
  color: #fff;
  background: #000;
  box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.2);
  transition: visibility 0.3s, opacity 0.3s, bottom 0.3s;
}
@media (max-width: 768px) {
  #post-listing-results-map .marker .map-marker__details {
    width: 240px;
  }
}
#post-listing-results-map .marker .map-marker__details.vert-above.horz-left {
  left: 6px;
  bottom: 0;
  transform: translate(-100%, 0%);
}
#post-listing-results-map .marker .map-marker__details.vert-above.horz-right {
  left: 0;
  bottom: 0;
  transform: translate(0%, 0%);
}
#post-listing-results-map .marker .map-marker__details.vert-below.horz-left {
  left: 6px;
  bottom: 5px;
  transform: translate(-100%, 100%);
}
#post-listing-results-map .marker .map-marker__details.vert-below.horz-right {
  left: -3px;
  bottom: 7px;
  transform: translate(0%, 100%);
}
#post-listing-results-map .marker .map-marker__details .map-marker__details-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 50%;
}
#post-listing-results-map .marker .map-marker__details .map-marker__details-thumb .project-link:hover .project-thumb {
  transform: scale(1.03);
}
#post-listing-results-map .marker .map-marker__details .map-marker__details-thumb .project-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s;
}
#post-listing-results-map .marker .map-marker__details .project-link {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
#post-listing-results-map .marker .map-marker__details .project-link .project__thumbnail {
  padding-bottom: 60%;
}
#post-listing-results-map .marker .map-marker__details .project-link .project__thumbnail .page-tag {
  left: 10px;
  top: 10px;
}
@media (max-width: 768px) {
  #post-listing-results-map .marker .map-marker__details .project-link .project__thumbnail .page-tag {
    left: 6px;
    top: 6px;
    padding: 4px 7px;
    font-size: 11px;
  }
}
#post-listing-results-map .marker .map-marker__details .project-link .post-box__title {
  line-height: 1.4;
}
@media (max-width: 768px) {
  #post-listing-results-map .marker .map-marker__details .project-link .project-cta {
    display: none;
  }
}
#post-listing-results-map .marker .map-marker__details .map-marker__details-content {
  padding: 16px 20px;
}
#post-listing-results-map .marker .map-marker__details .map-marker__details-content .title {
  line-height: 1.3;
}
#post-listing-results-map .marker .map-marker__details .map-marker__details-content .title .project-link {
  display: block;
  color: #fff;
}
#post-listing-results-map .marker .map-marker__details .map-marker__details-content .title .project-link .project-title {
  background-image: linear-gradient(transparent calc(100% - 2px), #84BD00 calc(100% - 1px), transparent 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 100%;
  transition: 0.3s;
}
#post-listing-results-map .marker .map-marker__details .map-marker__details-content .title .project-link:hover .project-title {
  background-size: 100% 100%;
}
#post-listing-results-map .marker .map-marker__details .map-marker__details-content .location {
  display: flex;
  align-items: center;
  line-height: 1.1;
}
#post-listing-results-map .marker .map-marker__details .map-marker__details-content .location::before {
  content: "";
  display: block;
  margin-right: 6px;
  width: 7px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath d='M.636 10.429l5.622-4.775a.4.4 0 000-.61L.663.29a.4.4 0 00-.659.305L0 10.206c0 .282.402.422.636.223z' fill='%23f68b1f'/%3E%3C/svg%3E") top left/contain no-repeat;
}
#post-listing-results-map .cluster {
  background: url(/wp-content/themes/markthomas/assets/img/map/marker-location.png) top left/cover no-repeat;
}

.nkshare__overlay--toolbar {
  position: absolute;
  width: 100%;
  padding-right: 10px !important;
}
.nkshare__overlay--toolbar svg > path {
  stroke: #000;
}

.fancybox__slide:not(.has-video) .carousel__button.is-close {
  top: 10px !important;
  right: 10px !important;
}
.fancybox__slide:not(.has-video) .carousel__button.is-close svg {
  margin: 5px;
}
.fancybox__slide:not(.has-video) .carousel__button.is-close svg path {
  stroke: #000;
}

[data-no-dots] .flickity-viewport {
  cursor: default !important;
}

[data-no-dots].slider-dots {
  display: none !important;
}

.contact-map__container {
  position: relative;
  height: 850px;
}
@media (max-width: 992px) {
  .contact-map__container {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .contact-map__container {
    height: 650px;
  }
}
@media (max-width: 576px) {
  .contact-map__container {
    height: 550px;
  }
}
.contact-map__container .contact-map__embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-map__container .contact-map__marker {
  position: absolute;
  z-index: 1;
  width: 39px;
  height: 50px;
  background: url(/wp-content/themes/markthomas/assets/img/map/marker-contact.png) bottom center/contain no-repeat;
  cursor: default;
}
.contact-map__container .contact-map__marker:hover {
  z-index: 100001;
}
.contact-map__container .contact-map__marker:hover .map-marker__details {
  visibility: visible;
  opacity: 1;
}
.contact-map__container .contact-map__marker:not(.active) .map-marker__details {
  pointer-events: none;
}
.contact-map__container .contact-map__marker.active {
  z-index: 2;
}
.contact-map__container .contact-map__marker.active .map-marker__details {
  pointer-events: auto;
}
.contact-map__container .contact-map__marker .map-marker__details {
  position: absolute;
  visibility: hidden;
  left: 0;
  bottom: 10px;
  transform: translateX(-50%);
  margin-left: 20px;
  width: 250px;
  opacity: 0;
  color: #fff;
  background: #000;
  box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.2);
  transition: visibility 0.3s, opacity 0.3s, bottom 0.3s;
}
.contact-map__container .contact-map__marker .map-marker__details a {
  color: #fff;
}
.contact-map__container .contact-map__marker .map-marker__details .map-marker__details-content {
  padding: 16px 20px;
  line-height: 1.4;
}
.contact-map__container .contact-map__marker .map-marker__details .map-marker__details-content .title {
  margin-bottom: 5px;
}/*# sourceMappingURL=main.css.map */