/*!
Theme Name: Murphy Group
Theme URI: http://underscores.me/
Author: Hydra Creative
Author URI: https://www.hydracreative.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme-name
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Murphy Group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Structure
    - Header
    - Sections
    - Footer
# Slides
# Plugins
    - Swiper JS
# Utilities
	- Accessibility
	- Colors
	- Display
	- Grid
	- Spacing
	- Text

--------------------------------------------------------------*/
/*
 * Margins
 */
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-2 {
  margin: 1.5rem !important;
}

.m-3 {
  margin: 2rem !important;
}

.m-4 {
  margin: 2.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 3.5rem !important;
}

.m-7 {
  margin: 4rem !important;
}

.m-8 {
  margin: 4.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.mt-2 {
  margin-top: 1.5rem !important;
}

.mt-3 {
  margin-top: 2rem !important;
}

.mt-4 {
  margin-top: 2.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 3.5rem !important;
}

.mt-7 {
  margin-top: 4rem !important;
}

.mt-8 {
  margin-top: 4.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 2rem !important;
}

.mb-4 {
  margin-bottom: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 4.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.ml-3 {
  margin-left: 2rem !important;
}

.ml-4 {
  margin-left: 2.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-6 {
  margin-left: 3.5rem !important;
}

.ml-7 {
  margin-left: 4rem !important;
}

.ml-8 {
  margin-left: 4.5rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mr-3 {
  margin-right: 2rem !important;
}

.mr-4 {
  margin-right: 2.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-6 {
  margin-right: 3.5rem !important;
}

.mr-7 {
  margin-right: 4rem !important;
}

.mr-8 {
  margin-right: 4.5rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-2 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-3 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-4 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-6 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-8 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-3 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-4 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 36rem) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 1rem !important;
  }
  .m-xs-2 {
    margin: 1.5rem !important;
  }
  .m-xs-3 {
    margin: 2rem !important;
  }
  .m-xs-4 {
    margin: 2.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-6 {
    margin: 3.5rem !important;
  }
  .m-xs-7 {
    margin: 4rem !important;
  }
  .m-xs-8 {
    margin: 4.5rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 1rem !important;
  }
  .mt-xs-2 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 2rem !important;
  }
  .mt-xs-4 {
    margin-top: 2.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xs-7 {
    margin-top: 4rem !important;
  }
  .mt-xs-8 {
    margin-top: 4.5rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .ml-xs-1 {
    margin-left: 1rem !important;
  }
  .ml-xs-2 {
    margin-left: 1.5rem !important;
  }
  .ml-xs-3 {
    margin-left: 2rem !important;
  }
  .ml-xs-4 {
    margin-left: 2.5rem !important;
  }
  .ml-xs-5 {
    margin-left: 3rem !important;
  }
  .ml-xs-6 {
    margin-left: 3.5rem !important;
  }
  .ml-xs-7 {
    margin-left: 4rem !important;
  }
  .ml-xs-8 {
    margin-left: 4.5rem !important;
  }
  .ml-xs-auto {
    margin-left: auto !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mr-xs-1 {
    margin-right: 1rem !important;
  }
  .mr-xs-2 {
    margin-right: 1.5rem !important;
  }
  .mr-xs-3 {
    margin-right: 2rem !important;
  }
  .mr-xs-4 {
    margin-right: 2.5rem !important;
  }
  .mr-xs-5 {
    margin-right: 3rem !important;
  }
  .mr-xs-6 {
    margin-right: 3.5rem !important;
  }
  .mr-xs-7 {
    margin-right: 4rem !important;
  }
  .mr-xs-8 {
    margin-right: 4.5rem !important;
  }
  .mr-xs-auto {
    margin-right: auto !important;
  }
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xs-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xs-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xs-3 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xs-4 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xs-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-xs-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xs-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xs-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xs-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xs-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 48rem) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-2 {
    margin: 1.5rem !important;
  }
  .m-sm-3 {
    margin: 2rem !important;
  }
  .m-sm-4 {
    margin: 2.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 3.5rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .m-sm-8 {
    margin: 4.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 2rem !important;
  }
  .mt-sm-4 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 4rem !important;
  }
  .mt-sm-8 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 1rem !important;
  }
  .ml-sm-2 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 2rem !important;
  }
  .ml-sm-4 {
    margin-left: 2.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-6 {
    margin-left: 3.5rem !important;
  }
  .ml-sm-7 {
    margin-left: 4rem !important;
  }
  .ml-sm-8 {
    margin-left: 4.5rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
  .mr-sm-2 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 2rem !important;
  }
  .mr-sm-4 {
    margin-right: 2.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-6 {
    margin-right: 3.5rem !important;
  }
  .mr-sm-7 {
    margin-right: 4rem !important;
  }
  .mr-sm-8 {
    margin-right: 4.5rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-4 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-sm-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 64rem) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-2 {
    margin: 1.5rem !important;
  }
  .m-md-3 {
    margin: 2rem !important;
  }
  .m-md-4 {
    margin: 2.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 3.5rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .m-md-8 {
    margin: 4.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 1.5rem !important;
  }
  .mt-md-3 {
    margin-top: 2rem !important;
  }
  .mt-md-4 {
    margin-top: 2.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 3.5rem !important;
  }
  .mt-md-7 {
    margin-top: 4rem !important;
  }
  .mt-md-8 {
    margin-top: 4.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 2rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .ml-md-2 {
    margin-left: 1.5rem !important;
  }
  .ml-md-3 {
    margin-left: 2rem !important;
  }
  .ml-md-4 {
    margin-left: 2.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-6 {
    margin-left: 3.5rem !important;
  }
  .ml-md-7 {
    margin-left: 4rem !important;
  }
  .ml-md-8 {
    margin-left: 4.5rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .mr-md-2 {
    margin-right: 1.5rem !important;
  }
  .mr-md-3 {
    margin-right: 2rem !important;
  }
  .mr-md-4 {
    margin-right: 2.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-6 {
    margin-right: 3.5rem !important;
  }
  .mr-md-7 {
    margin-right: 4rem !important;
  }
  .mr-md-8 {
    margin-right: 4.5rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-3 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-4 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-md-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 75rem) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-2 {
    margin: 1.5rem !important;
  }
  .m-lg-3 {
    margin: 2rem !important;
  }
  .m-lg-4 {
    margin: 2.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 3.5rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .m-lg-8 {
    margin: 4.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 2rem !important;
  }
  .mt-lg-4 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 4rem !important;
  }
  .mt-lg-8 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
  .ml-lg-2 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 2rem !important;
  }
  .ml-lg-4 {
    margin-left: 2.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-6 {
    margin-left: 3.5rem !important;
  }
  .ml-lg-7 {
    margin-left: 4rem !important;
  }
  .ml-lg-8 {
    margin-left: 4.5rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
  .mr-lg-2 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 2rem !important;
  }
  .mr-lg-4 {
    margin-right: 2.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-6 {
    margin-right: 3.5rem !important;
  }
  .mr-lg-7 {
    margin-right: 4rem !important;
  }
  .mr-lg-8 {
    margin-right: 4.5rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-4 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-lg-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 90rem) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-2 {
    margin: 1.5rem !important;
  }
  .m-xl-3 {
    margin: 2rem !important;
  }
  .m-xl-4 {
    margin: 2.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 3.5rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .m-xl-8 {
    margin: 4.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 2rem !important;
  }
  .mt-xl-4 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 4rem !important;
  }
  .mt-xl-8 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 1rem !important;
  }
  .ml-xl-2 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 2rem !important;
  }
  .ml-xl-4 {
    margin-left: 2.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-xl-6 {
    margin-left: 3.5rem !important;
  }
  .ml-xl-7 {
    margin-left: 4rem !important;
  }
  .ml-xl-8 {
    margin-left: 4.5rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 1rem !important;
  }
  .mr-xl-2 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 2rem !important;
  }
  .mr-xl-4 {
    margin-right: 2.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-xl-6 {
    margin-right: 3.5rem !important;
  }
  .mr-xl-7 {
    margin-right: 4rem !important;
  }
  .mr-xl-8 {
    margin-right: 4.5rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xl-4 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-xl-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xl-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 105rem) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .m-xxl-2 {
    margin: 1.5rem !important;
  }
  .m-xxl-3 {
    margin: 2rem !important;
  }
  .m-xxl-4 {
    margin: 2.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 3.5rem !important;
  }
  .m-xxl-7 {
    margin: 4rem !important;
  }
  .m-xxl-8 {
    margin: 4.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 2rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 4rem !important;
  }
  .mt-xxl-8 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 1rem !important;
  }
  .ml-xxl-2 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 2rem !important;
  }
  .ml-xxl-4 {
    margin-left: 2.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .ml-xxl-6 {
    margin-left: 3.5rem !important;
  }
  .ml-xxl-7 {
    margin-left: 4rem !important;
  }
  .ml-xxl-8 {
    margin-left: 4.5rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 1rem !important;
  }
  .mr-xxl-2 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 2rem !important;
  }
  .mr-xxl-4 {
    margin-right: 2.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mr-xxl-6 {
    margin-right: 3.5rem !important;
  }
  .mr-xxl-7 {
    margin-right: 4rem !important;
  }
  .mr-xxl-8 {
    margin-right: 4.5rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-2 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xxl-4 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-xxl-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xxl-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
/*
 * Padding
 */
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 1.5rem !important;
}

.p-3 {
  padding: 2rem !important;
}

.p-4 {
  padding: 2.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 3.5rem !important;
}

.p-7 {
  padding: 4rem !important;
}

.p-8 {
  padding: 4.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pt-3 {
  padding-top: 2rem !important;
}

.pt-4 {
  padding-top: 2.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 3.5rem !important;
}

.pt-7 {
  padding-top: 4rem !important;
}

.pt-8 {
  padding-top: 4.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pb-3 {
  padding-bottom: 2rem !important;
}

.pb-4 {
  padding-bottom: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 4.5rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.pl-3 {
  padding-left: 2rem !important;
}

.pl-4 {
  padding-left: 2.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pl-6 {
  padding-left: 3.5rem !important;
}

.pl-7 {
  padding-left: 4rem !important;
}

.pl-8 {
  padding-left: 4.5rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pr-3 {
  padding-right: 2rem !important;
}

.pr-4 {
  padding-right: 2.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pr-6 {
  padding-right: 3.5rem !important;
}

.pr-7 {
  padding-right: 4rem !important;
}

.pr-8 {
  padding-right: 4.5rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-2 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-3 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-4 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-6 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-8 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-3 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-4 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

@media (min-width: 36rem) {
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 1rem !important;
  }
  .p-xs-2 {
    padding: 1.5rem !important;
  }
  .p-xs-3 {
    padding: 2rem !important;
  }
  .p-xs-4 {
    padding: 2.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .p-xs-6 {
    padding: 3.5rem !important;
  }
  .p-xs-7 {
    padding: 4rem !important;
  }
  .p-xs-8 {
    padding: 4.5rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 1rem !important;
  }
  .pt-xs-2 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 2rem !important;
  }
  .pt-xs-4 {
    padding-top: 2.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pt-xs-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xs-7 {
    padding-top: 4rem !important;
  }
  .pt-xs-8 {
    padding-top: 4.5rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pl-xs-1 {
    padding-left: 1rem !important;
  }
  .pl-xs-2 {
    padding-left: 1.5rem !important;
  }
  .pl-xs-3 {
    padding-left: 2rem !important;
  }
  .pl-xs-4 {
    padding-left: 2.5rem !important;
  }
  .pl-xs-5 {
    padding-left: 3rem !important;
  }
  .pl-xs-6 {
    padding-left: 3.5rem !important;
  }
  .pl-xs-7 {
    padding-left: 4rem !important;
  }
  .pl-xs-8 {
    padding-left: 4.5rem !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pr-xs-1 {
    padding-right: 1rem !important;
  }
  .pr-xs-2 {
    padding-right: 1.5rem !important;
  }
  .pr-xs-3 {
    padding-right: 2rem !important;
  }
  .pr-xs-4 {
    padding-right: 2.5rem !important;
  }
  .pr-xs-5 {
    padding-right: 3rem !important;
  }
  .pr-xs-6 {
    padding-right: 3.5rem !important;
  }
  .pr-xs-7 {
    padding-right: 4rem !important;
  }
  .pr-xs-8 {
    padding-right: 4.5rem !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xs-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xs-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xs-3 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xs-4 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xs-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-xs-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xs-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xs-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xs-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xs-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xs-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 48rem) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-2 {
    padding: 1.5rem !important;
  }
  .p-sm-3 {
    padding: 2rem !important;
  }
  .p-sm-4 {
    padding: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 3.5rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .p-sm-8 {
    padding: 4.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 2rem !important;
  }
  .pt-sm-4 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 4rem !important;
  }
  .pt-sm-8 {
    padding-top: 4.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 1rem !important;
  }
  .pl-sm-2 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 2rem !important;
  }
  .pl-sm-4 {
    padding-left: 2.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .pl-sm-6 {
    padding-left: 3.5rem !important;
  }
  .pl-sm-7 {
    padding-left: 4rem !important;
  }
  .pl-sm-8 {
    padding-left: 4.5rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 1rem !important;
  }
  .pr-sm-2 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 2rem !important;
  }
  .pr-sm-4 {
    padding-right: 2.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pr-sm-6 {
    padding-right: 3.5rem !important;
  }
  .pr-sm-7 {
    padding-right: 4rem !important;
  }
  .pr-sm-8 {
    padding-right: 4.5rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-3 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-4 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-sm-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 64rem) {
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-2 {
    padding: 1.5rem !important;
  }
  .p-md-3 {
    padding: 2rem !important;
  }
  .p-md-4 {
    padding: 2.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 3.5rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .p-md-8 {
    padding: 4.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 1.5rem !important;
  }
  .pt-md-3 {
    padding-top: 2rem !important;
  }
  .pt-md-4 {
    padding-top: 2.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 3.5rem !important;
  }
  .pt-md-7 {
    padding-top: 4rem !important;
  }
  .pt-md-8 {
    padding-top: 4.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 2rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pl-md-2 {
    padding-left: 1.5rem !important;
  }
  .pl-md-3 {
    padding-left: 2rem !important;
  }
  .pl-md-4 {
    padding-left: 2.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .pl-md-6 {
    padding-left: 3.5rem !important;
  }
  .pl-md-7 {
    padding-left: 4rem !important;
  }
  .pl-md-8 {
    padding-left: 4.5rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .pr-md-2 {
    padding-right: 1.5rem !important;
  }
  .pr-md-3 {
    padding-right: 2rem !important;
  }
  .pr-md-4 {
    padding-right: 2.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pr-md-6 {
    padding-right: 3.5rem !important;
  }
  .pr-md-7 {
    padding-right: 4rem !important;
  }
  .pr-md-8 {
    padding-right: 4.5rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-3 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-4 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-md-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 75rem) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-2 {
    padding: 1.5rem !important;
  }
  .p-lg-3 {
    padding: 2rem !important;
  }
  .p-lg-4 {
    padding: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 3.5rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .p-lg-8 {
    padding: 4.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 2rem !important;
  }
  .pt-lg-4 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 4rem !important;
  }
  .pt-lg-8 {
    padding-top: 4.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 1rem !important;
  }
  .pl-lg-2 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 2rem !important;
  }
  .pl-lg-4 {
    padding-left: 2.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .pl-lg-6 {
    padding-left: 3.5rem !important;
  }
  .pl-lg-7 {
    padding-left: 4rem !important;
  }
  .pl-lg-8 {
    padding-left: 4.5rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 1rem !important;
  }
  .pr-lg-2 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 2rem !important;
  }
  .pr-lg-4 {
    padding-right: 2.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pr-lg-6 {
    padding-right: 3.5rem !important;
  }
  .pr-lg-7 {
    padding-right: 4rem !important;
  }
  .pr-lg-8 {
    padding-right: 4.5rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-3 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-4 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-lg-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 90rem) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-2 {
    padding: 1.5rem !important;
  }
  .p-xl-3 {
    padding: 2rem !important;
  }
  .p-xl-4 {
    padding: 2.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 3.5rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .p-xl-8 {
    padding: 4.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-2 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 2rem !important;
  }
  .pt-xl-4 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 4rem !important;
  }
  .pt-xl-8 {
    padding-top: 4.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 1rem !important;
  }
  .pl-xl-2 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 2rem !important;
  }
  .pl-xl-4 {
    padding-left: 2.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .pl-xl-6 {
    padding-left: 3.5rem !important;
  }
  .pl-xl-7 {
    padding-left: 4rem !important;
  }
  .pl-xl-8 {
    padding-left: 4.5rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 1rem !important;
  }
  .pr-xl-2 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 2rem !important;
  }
  .pr-xl-4 {
    padding-right: 2.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pr-xl-6 {
    padding-right: 3.5rem !important;
  }
  .pr-xl-7 {
    padding-right: 4rem !important;
  }
  .pr-xl-8 {
    padding-right: 4.5rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-3 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xl-4 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-xl-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xl-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 105rem) {
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .p-xxl-2 {
    padding: 1.5rem !important;
  }
  .p-xxl-3 {
    padding: 2rem !important;
  }
  .p-xxl-4 {
    padding: 2.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 3.5rem !important;
  }
  .p-xxl-7 {
    padding: 4rem !important;
  }
  .p-xxl-8 {
    padding: 4.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 2rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 4rem !important;
  }
  .pt-xxl-8 {
    padding-top: 4.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 1rem !important;
  }
  .pl-xxl-2 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 2rem !important;
  }
  .pl-xxl-4 {
    padding-left: 2.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
  .pl-xxl-6 {
    padding-left: 3.5rem !important;
  }
  .pl-xxl-7 {
    padding-left: 4rem !important;
  }
  .pl-xxl-8 {
    padding-left: 4.5rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 1rem !important;
  }
  .pr-xxl-2 {
    padding-right: 1.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 2rem !important;
  }
  .pr-xxl-4 {
    padding-right: 2.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .pr-xxl-6 {
    padding-right: 3.5rem !important;
  }
  .pr-xxl-7 {
    padding-right: 4rem !important;
  }
  .pr-xxl-8 {
    padding-right: 4.5rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-2 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xxl-4 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .px-xxl-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xxl-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
/*
 * Variables - Fonts
 */
/*
 * Font Sizes
 */
:root {
  --sm-font-size: .875rem;
  --base-font-size: 1rem;
  --lg-font-size: 1rem;
  --xl-font-size: 1.125rem;
  --sm-header-font-size: 1.375rem;
  --md-header-font-size: 2rem;
  --lg-header-font-size: 1.75rem;
  --xl-header-font-size: 2.375rem;
  --page-header-font-size: 2.375rem;
  --xxl-header-font-size: 2.5rem;
  --xxxl-header-font-size: 8.75rem;
}
@media screen and (min-width: 48rem) {
  :root {
    --xxl-header-font-size: 4.5rem;
    --xxxl-header-font-size: 16rem;
  }
}
@media screen and (min-width: 64rem) {
  :root {
    --sm-font-size: 1rem;
    --base-font-size: 1rem;
    --lg-font-size: 1.125rem;
    --xl-font-size: 1.375rem;
    --sm-header-font-size: 1.625rem;
    --md-header-font-size: 2.5rem;
    --lg-header-font-size: 2.25rem;
    --xl-header-font-size: 2.75rem;
    --page-header-font-size: 2.75rem;
    --xxl-header-font-size: 6.5rem;
  }
}
@media screen and (min-width: 90rem) {
  :root {
    --sm-font-size: 1rem;
    --base-font-size: 1.125rem;
    --lg-font-size: 1.25rem;
    --xl-font-size: 1.5rem;
    --sm-header-font-size: 2rem;
    --md-header-font-size: 2.875rem;
    --lg-header-font-size: 3.125rem;
    --xl-header-font-size: 4rem;
    --page-header-font-size: 3.75rem;
    --xxl-header-font-size: 7.5rem;
    --xxxl-header-font-size: 22rem;
  }
}
@media screen and (min-width: 105rem) {
  :root {
    --page-header-font-size: 4.6875rem;
  }
}

/*
 * Font Line Height
 */
:root {
  --sm-line-height: .875rem;
  --base-line-height: 1.375rem;
  --lg-line-height: 1.625rem;
  --xl-line-height: 1.875rem;
  --sm-header-line-height: 2rem;
  --md-header-line-height: 2.125rem;
  --lg-header-line-height: 2.375rem;
  --xl-header-line-height: 2.625rem;
}
@media screen and (min-width: 64rem) {
  :root {
    --sm-line-height: 1.375rem;
    --base-line-height: 1.625rem;
    --lg-line-height: 1.75rem;
    --xl-line-height: 2rem;
    --sm-header-line-height: 2.25rem;
    --md-header-line-height: 2.625rem;
    --lg-header-line-height: 2.875rem;
    --xl-header-line-height: 3.375rem;
  }
}
@media screen and (min-width: 90rem) {
  :root {
    --sm-line-height: 1.375rem;
    --base-line-height: 1.75rem;
    --lg-line-height: 1.875rem;
    --xl-line-height: 2.125rem;
    --sm-header-line-height: 2.5rem;
    --md-header-line-height: 3.125rem;
    --lg-header-line-height: 3.75rem;
    --xl-header-line-height: 4.375rem;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  display: block;
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1, h2 {
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  font-size: var(--page-header-font-size);
  line-height: 1.15;
}

h2 {
  color: #ffffff;
  font-size: var(--xl-header-font-size);
  line-height: 1;
}

h3 {
  font-size: 2.125rem;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
p strong {
  font-weight: 500;
}
p:last-child {
  margin-bottom: 0;
}

/* Elements
--------------------------------------------- */
body {
  font-family: "gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: var(--sm-font-size);
  font-weight: 400;
  line-height: 1.6;
  color: #424546;
}
@media screen and (min-width: 64rem) {
  body {
    font-size: 18px;
  }
}

.notch--top {
  clip-path: polygon(calc(100% - 3rem) 0, 100% 3rem, 100% 100%, 0 100%, 0 0);
}
.notch--bottom {
  clip-path: polygon(100% 0, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 0 100%, 0 0);
}
.notch--small.notch--top {
  clip-path: polygon(100% 0, 100% calc(100% - 2.25rem), calc(100% - 2.25rem) 100%, 0 100%, 0 0);
}
.notch--small.notch--bottom {
  clip-path: polygon(100% 0, 100% calc(100% - 2.25rem), calc(100% - 2.25rem) 100%, 0 100%, 0 0);
}
@media screen and (min-width: 64rem) {
  .notch--top {
    clip-path: polygon(calc(100% - 4rem) 0, 100% 4rem, 100% 100%, 0 100%, 0 0);
  }
  .notch--top.notch--large {
    clip-path: polygon(calc(100% - 8rem) 0, 100% 8rem, 100% 100%, 0 100%, 0 0);
  }
  .notch--bottom {
    clip-path: polygon(100% 0, 100% calc(100% - 4rem), calc(100% - 4rem) 100%, 0 100%, 0 0);
  }
  .notch--bottom.notch--large {
    clip-path: polygon(100% 0, 100% calc(100% - 8rem), calc(100% - 8rem) 100%, 0 100%, 0 0);
  }
}

.card-grid {
  display: grid;
  gap: 2.25rem;
}
@media screen and (min-width: 64rem) {
  .card-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 90rem) {
  .card-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 48rem) {
  .card-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 90rem) {
  .card-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card-grid .card {
  padding: 1.5rem;
  background: #E3E3E3;
  overflow-x: hidden;
}
@media screen and (min-width: 90rem) {
  .card-grid {
    gap: 3rem;
  }
}

.project-card, .project-card--instagram,
.linked-card,
.team-card {
  position: relative;
  display: grid;
  transition: 400ms ease-in-out;
}
.project-card a, .project-card--instagram a,
.linked-card a,
.team-card a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.project-card hr, .project-card--instagram hr,
.linked-card hr,
.team-card hr {
  margin: 1rem 0;
}
.project-card__image,
.linked-card__image,
.team-card__image {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  transition: 400ms ease-in-out;
  transform-origin: bottom;
}
.project-card__title,
.linked-card__title,
.team-card__title {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}
.project-card__title i,
.linked-card__title i,
.team-card__title i {
  margin-top: -1rem;
  color: #95C11F;
  font-size: 2.5rem;
  transition: 400ms ease-in-out;
}
.project-card__content,
.linked-card__content,
.team-card__content {
  background-color: #E3E3E3;
}
.project-card:hover, .project-card--instagram:hover,
.linked-card:hover,
.team-card:hover {
  transform: translateY(-0.75rem);
}
.project-card:hover hr::after, .project-card--instagram:hover hr::after,
.linked-card:hover hr::after,
.team-card:hover hr::after {
  width: 100%;
}
.project-card:hover .project-card__image, .project-card--instagram:hover .project-card__image, .project-card:hover .linked-card__image, .project-card--instagram:hover .linked-card__image, .project-card:hover .team-card__image, .project-card--instagram:hover .team-card__image,
.linked-card:hover .project-card__image,
.linked-card:hover .linked-card__image,
.linked-card:hover .team-card__image,
.team-card:hover .project-card__image,
.team-card:hover .linked-card__image,
.team-card:hover .team-card__image {
  transform: scale(1.05);
}
.project-card:hover .project-card__title i, .project-card--instagram:hover .project-card__title i,
.linked-card:hover .project-card__title i,
.team-card:hover .project-card__title i {
  color: var(--card-color);
}
@media screen and (min-width: 64rem) {
  .project-card hr, .project-card--instagram hr,
  .linked-card hr,
  .team-card hr {
    margin: 1.75rem 0;
  }
}

.project-card__content,
.linked-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #E3E3E3;
}

.bg-grey .project-card__content,
.linked-card__content {
  background-color: #ffffff;
}

.project-card, .project-card--instagram {
  grid-template-rows: auto 1fr;
}
.project-card--instagram .project-card__image {
  aspect-ratio: 3/2;
}
.project-card--instagram .project-card__content {
  padding: 1.75rem 2rem 2rem;
}
.project-card .icon, .project-card--instagram .icon {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  height: 4rem;
}
.project-card hr, .project-card--instagram hr {
  position: relative;
}
.project-card hr::after, .project-card--instagram hr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--card-color);
  transition: 400ms ease-in-out;
}
.project-card__content {
  padding: 1.5rem 1.5rem 1.75rem 1.5rem;
}
.project-card__content h3 {
  font-size: var(--xl-font-size);
  font-weight: 400;
}
.project-card__content .customer {
  font-size: var(--sm-font-size);
}
@media screen and (min-width: 64rem) {
  .project-card .icon, .project-card--instagram .icon {
    top: 2rem;
    left: 2rem;
    height: 5rem;
  }
  .project-card__content {
    padding: 2.25rem 2rem 3.5rem 2rem;
  }
}

.linked-card {
  grid-template-rows: 1fr auto;
}
.linked-card:nth-of-type(even) .linked-card__content {
  background-color: #535557;
}
.linked-card:nth-of-type(even) .linked-card__content h3 {
  color: #ffffff;
}
.linked-card:nth-of-type(even) .linked-card__content .linked-card__title i {
  color: #95C11F !important;
}
.linked-card hr {
  margin-bottom: 0 !important;
}
.linked-card__title i {
  color: #205C42 !important;
}
.linked-card__content {
  padding: 3.5rem 2rem 2rem;
}
.linked-card__content h3 {
  font-size: var(--sm-header-font-size);
  font-weight: 900;
  text-transform: uppercase;
}
.linked-card:hover .linked-card__title i {
  color: #95C11F !important;
}

.team-card {
  grid-template-rows: auto 1fr;
}
.team-card__image {
  aspect-ratio: 4.25/3;
}
.team-card__content {
  padding: 2.5rem 2rem 3rem;
}
.team-card__title i {
  color: #205C42;
}
.team-card h3 {
  font-size: var(--xl-font-size);
  font-weight: 400;
}
.team-card .position {
  color: #87898A;
  font-size: var(--sm-font-size);
  font-weight: 700;
  text-transform: uppercase;
}

.horizontal-card {
  position: relative;
  display: flex;
  align-items: start;
  gap: 0.75rem;
  padding: 1.5rem;
}
.horizontal-card a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.horizontal-card__image {
  width: 5rem;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 300ms ease-in-out;
}
.horizontal-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.horizontal-card h3 {
  margin-bottom: 0.75rem;
  font-size: var(--xl-font-size);
  font-weight: 400;
}
.horizontal-card p {
  font-size: 0.875rem;
}
.horizontal-card i {
  display: block;
  margin: 0.5rem 0 0 auto;
  width: fit-content;
  color: #205C42;
  font-size: 2.5rem;
  line-height: 1;
  transition: 300ms ease-in-out;
}
.horizontal-card:hover .horizontal-card__image {
  transform: scale(1.1);
}
.horizontal-card:hover i {
  color: #95C11F;
}
@media screen and (min-width: 75rem) {
  .horizontal-card {
    gap: 1.625rem;
    padding: 1.625rem;
  }
  .horizontal-card__image {
    width: 10rem;
  }
  .horizontal-card p {
    font-size: 1rem;
  }
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #95C11F;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1.5rem 0 0;
}
figure figcaption {
  margin-top: 0.75rem;
  font-size: 0.75rem;
}

iframe {
  aspect-ratio: 5/3;
  border: none;
}
iframe.portrait {
  display: block;
  margin: 0 auto;
  aspect-ratio: 9/16;
  max-height: 75vh;
  width: auto !important;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/*
 * Links & Anchors
 */
a {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 0.175rem;
}

/* Forms
--------------------------------------------- */
.btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  border: none;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 500;
  transition: 300ms;
}
.btn:hover, .btn:focus {
  background-color: #009E45;
}
.btn:hover {
  text-decoration: none;
  transform: translateY(-0.25rem);
}
.btn--green {
  background-color: #205C42;
}
.btn--grey {
  background-color: #5C6F75;
}

.btn-container {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.btn-container .btn:not(:last-child) {
  margin-bottom: 1rem;
}

/*
 * Form Elements
 */
label {
  display: inline-block;
  margin-bottom: 0.625rem;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
select,
textarea {
  width: 100%;
  background-clip: padding-box;
  appearance: none;
  font-size: inherit;
  line-height: inherit;
  background-color: #fff;
  resize: vertical;
  padding: 0.75rem 1.5rem;
  border: 1px solid #ccc;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  outline: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #F3F3F4;
  opacity: 60%;
}

select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px;
}
select[multiple], select[size]:not([size="1"]) {
  background-image: none;
}

textarea {
  min-height: 6rem;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Search Bar */
.search-form {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1.25rem;
  height: fit-content;
  width: 100%;
  max-width: 32rem;
  border-bottom: solid 1px #87898A;
}
.search-form label {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.search-form label input.search-field {
  padding: 0;
  background: none;
  border: none;
  font-size: var(--sm-header-font-size);
  color: #535557;
}
.search-form label input.search-field::placeholder {
  color: #535557;
}
.search-form input.search-submit {
  width: 22px;
  height: 22px;
  background: url("../core-images/icons/search-green.svg") no-repeat scroll 0 0;
  border: none;
  color: transparent;
  transition: 300ms;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
ul.menu, ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

li > ul.sub-menu, .submenu-container {
  display: none;
}

#menu-header-menu {
  display: none;
  height: 100%;
}
#menu-header-menu a:hover, #menu-header-menu a:focus {
  text-decoration: none;
}
#menu-header-menu > li {
  color: #535557;
  line-height: 1;
  transition: 200ms ease-in-out;
}
#menu-header-menu > li:focus > a, #menu-header-menu > li.active > a, #menu-header-menu > li.current_page_item > a, #menu-header-menu > li.current-menu-ancestor > a {
  background-color: #205C42 !important;
  color: #ffffff !important;
}
#menu-header-menu > li.menu-item-has-children > a::after {
  content: "\ea4e";
  font-size: 1.25rem;
  font-family: "remixicon";
  transform: rotate(-90deg);
  transition: 200ms;
}
#menu-header-menu > li.menu-item-has-children.active > a::after {
  transform: none;
}
#menu-header-menu > li > a { /* Top-level link */
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 1.25rem 7.5vw;
  height: 100%;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  transition: 200ms;
}
#menu-header-menu > li > a i {
  font-size: 1.5rem;
  font-weight: 400;
}
#menu-header-menu > li .submenu-container {
  overflow: hidden;
}
#menu-header-menu > li .submenu-container .submenu-image {
  display: none;
}
#menu-header-menu > li .submenu-container > ul.sub-menu { /* Child menu */
  position: relative;
  padding: 0 7.5vw 0 12vw;
}
#menu-header-menu > li .submenu-container > ul.sub-menu li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
}
#menu-header-menu > li .submenu-container > ul.sub-menu li.menu-item-has-children > a::after {
  content: "\ea6c";
  font-family: "remixicon";
  transition: 200ms;
}
#menu-header-menu > li .submenu-container > ul.sub-menu li a {
  padding-bottom: 2rem;
  width: 100%;
  font-size: var(--sm-header-font-size);
}
#menu-header-menu > li .submenu-container > ul.sub-menu li.active > a,
#menu-header-menu > li .submenu-container > ul.sub-menu li:hover > a {
  font-weight: 500;
}
#menu-header-menu > li .submenu-container > ul.sub-menu li.active > a::after,
#menu-header-menu > li .submenu-container > ul.sub-menu li:hover > a::after {
  color: #95C11F;
  transform: rotate(90deg);
}
#menu-header-menu > li .submenu-container > ul.sub-menu .sub-menu { /* Grandchild menu */
  margin-bottom: 2rem;
  border-left: solid 2px #95C11F;
}
#menu-header-menu > li .submenu-container > ul.sub-menu .sub-menu a {
  padding: 1rem 0 1rem 1.5rem;
  font-size: var(--lg-font-size);
}
#menu-header-menu li.active > .submenu-container, #menu-header-menu li.active > .sub-menu {
  display: block;
}
#menu-header-menu .menu-search-trigger > a {
  display: none;
}
#menu-header-menu .menu-search-trigger .submenu-container {
  display: block;
}
#menu-header-menu .menu-search-trigger .submenu-container .sub-menu {
  padding: 1rem 7.5vw 0;
}
#menu-header-menu.menu--open {
  position: absolute;
  top: 4.5rem;
  left: 0;
  display: block;
  padding: 1.5rem 0;
  height: calc(100vh - 4.5rem);
  width: 100%;
  background: #205C42;
  overflow-y: auto;
}
#menu-header-menu.menu--open li {
  color: #ffffff;
}
@media screen and (min-width: 64rem) {
  #menu-header-menu.menu--open {
    top: 6rem;
    height: calc(100vh - 6rem);
  }
}
@media screen and (min-width: 82.5rem) {
  #menu-header-menu .menu-search-trigger a {
    display: flex;
  }
  #menu-header-menu .menu-search-trigger .submenu-container {
    display: none;
  }
  #menu-header-menu > li > a { /* Top-level link */
    padding: 0 1rem;
  }
  #menu-header-menu > li .submenu-container {
    position: absolute;
    top: 6.5rem;
    left: 0;
    height: calc(100vh - 6.5rem);
    width: 100%;
    background: #205C42;
    color: #ffffff;
  }
  #menu-header-menu > li .submenu-container .submenu-image {
    display: block;
    aspect-ratio: 3/5;
    object-fit: cover;
  }
  #menu-header-menu > li .submenu-container > ul.sub-menu { /* Child menu */
    margin: 5.25rem 0 5.25rem 5rem;
    padding: 0 4.25rem 0 0;
    width: 100%;
  }
  #menu-header-menu > li .submenu-container > ul.sub-menu:not(.has-search-form) {
    width: 500px;
    border-right: solid 2px #95C11F;
  }
  #menu-header-menu > li .submenu-container > ul.sub-menu li a {
    padding: 1rem 0 3rem;
  }
  #menu-header-menu > li .submenu-container > ul.sub-menu li.active > a::after,
  #menu-header-menu > li .submenu-container > ul.sub-menu li:hover > a::after {
    transform: none;
  }
  #menu-header-menu li.active > .submenu-container {
    display: flex;
  }
}
@media screen and (min-width: 90rem) {
  #menu-header-menu > li .submenu-container > ul.sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: calc(100% + 2.5rem);
    margin: 0;
    width: 100%;
    border-left: none;
  }
  #menu-header-menu > li .submenu-container > ul.sub-menu .sub-menu a {
    padding: 1.5rem 0;
    width: 20rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1600px) {
  #menu-header-menu > li > a {
    padding: 0 2rem;
  }
  #menu-header-menu > li .submenu-container > ul.sub-menu {
    margin: 5.25rem 0 5.25rem 8.75rem;
  }
  #menu-header-menu > li .submenu-container > ul.sub-menu .sub-menu {
    left: calc(100% + 8.5rem);
  }
}

.menu-toggle {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  z-index: 1;
}
.menu-toggle .hamburger {
  position: relative;
  width: 24px;
  height: 19px;
}
.menu-toggle .line {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background: #205C42;
  transition: margin 100ms 150ms, transform 200ms;
}
.menu-toggle .line1 {
  top: 0;
}
.menu-toggle .line2 {
  top: 50%;
  transform: translateY(-50%);
}
.menu-toggle .line3 {
  bottom: 0;
}
.menu-toggle--open .line {
  transition: margin 200ms, transform 100ms 150ms;
}
.menu-toggle--open .line1 {
  margin-top: 8px;
  transform: rotate(45deg);
}
.menu-toggle--open .line2 {
  transform: rotateY(90deg);
}
.menu-toggle--open .line3 {
  margin-bottom: 9px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 82.5rem) {
  .menu-toggle {
    display: none;
  }
}

@media screen and (min-width: 82.5rem) {
  #menu-header-menu {
    display: flex;
  }
  #menu-header-menu > li.menu-item-has-children > a::after {
    padding-left: 0.25rem;
    transform: unset;
  }
  #menu-header-menu > li > a {
    text-align: center;
  }
  #menu-header-menu > li > a:hover {
    padding-bottom: 0.5rem;
    background-color: #ffffff;
    color: #205C42;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-content header h3 {
  margin-top: 1.5rem;
  font-size: var(--sm-header-font-size);
  line-height: 1.5;
  font-weight: 400;
}
.entry-content .text-content {
  padding: 0;
}
.entry-content .text-content:not(:last-child) {
  margin-bottom: 4rem;
}
.entry-content .text-content h2 {
  line-height: 1.5;
}
.entry-content .text-content__content h3 {
  margin-bottom: 0.5rem;
  color: #205C42;
  font-size: var(--xl-font-size);
  font-weight: 900;
  text-transform: uppercase;
}
.entry-content iframe {
  max-height: 36rem;
}
.entry-content iframe:not(:first-child) {
  margin: 1rem 0;
}
@media screen and (min-width: 75rem) {
  .entry-content .text-content:not(:last-child) {
    margin-bottom: 5.5rem;
  }
}

.wp-block-columns {
  column-gap: 1rem;
}
.wp-block-columns:not(:last-of-type) {
  margin-bottom: 2rem;
}
.wp-block-columns figure:first-child {
  margin: 0;
}
.wp-block-columns .wp-block-embed {
  height: 100%;
}
.wp-block-columns .wp-block-column {
  flex-basis: 50%;
}
.wp-block-columns .wp-block-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #205C42;
}
.wp-block-columns .wp-block-column ul li:not(:last-child) {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #87898A;
}
@media screen and (max-width: calc(56rem - 0.01rem)) {
  .wp-block-columns {
    flex-direction: column;
  }
}

.article--project .text-content {
  margin: 0 !important;
  padding: 4rem 0;
}
.article--project .text-content:nth-of-type(2n) {
  position: relative;
}
.article--project .text-content:nth-of-type(2n) h2 {
  color: #95C11F;
}
.article--project .text-content:nth-of-type(2n) * {
  color: #ffffff;
}
.article--project .text-content:nth-of-type(2n)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7.5vw;
  height: 100%;
  width: calc(100vw - 17px);
  background-color: #205C42;
  z-index: -1;
}
@media screen and (min-width: 75rem) {
  .article--project .text-content {
    padding: 5.5rem 0;
  }
}
@media screen and (min-width: 82.5rem) {
  .article--project .text-content--1-col {
    grid-template-columns: 21rem 1fr;
  }
}
@media screen and (min-width: 97.5rem) {
  .article--project {
    gap: 3rem !important;
  }
}

.article--highlights {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.article--highlights .text-content {
  column-gap: 3rem;
}
@media screen and (min-width: 82.5rem) {
  .article--highlights .text-content__content {
    padding-left: 3rem;
  }
}
.article--highlights .article__highlights {
  display: none;
  position: sticky;
  top: 9rem;
  padding: 2.5rem 2rem 2rem;
  width: 21rem;
  background-color: #535557;
}
.article--highlights .article__highlights h2 {
  color: #95C11F;
  font-size: 1.125rem;
  font-weight: 900;
}
.article--highlights .article__highlights ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
  font-size: 1rem;
}
.article--highlights .article__highlights ul li {
  padding: 2rem 0;
}
.article--highlights .article__highlights ul li:not(:last-child) {
  border-bottom: solid 1px #87898A;
}
@media screen and (min-width: 64rem) {
  .article--highlights {
    gap: 4rem;
  }
  .article--highlights .article__highlights {
    display: block;
  }
}
@media screen and (min-width: 82.5rem) {
  .article--highlights {
    padding-right: 0;
  }
}
@media screen and (min-width: 97.5rem) {
  .article--highlights {
    gap: 7.5rem;
    padding-right: 7.5vw;
  }
  .article--highlights .article__highlights {
    padding: 2.5rem 3rem 3rem;
    width: 23.25rem;
  }
}

.tab-container {
  padding-bottom: 0;
}
.tab-container .tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 1.5rem;
}
.tab-container .tab h3, .tab-container .tab p {
  font-weight: 900;
  text-transform: uppercase;
}
.tab-container .tab h3 {
  font-size: var(--base-font-size);
}
.tab-container .tab p {
  color: #205C42;
  font-size: var(--xl-font-size);
}
.tab-container .tab:first-child {
  padding-top: 2.5rem;
  clip-path: polygon(calc(100% - 3rem) 0, 100% 3rem, 100% 100%, 0 100%, 0 0);
}
.tab-container .tab:last-child {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 82.5rem) {
  .tab-container {
    display: flex;
    gap: 3rem;
    clip-path: none;
  }
  .tab-container .tab {
    flex: 1 0;
    display: block;
    padding: 3rem 3rem 2.25rem;
    clip-path: polygon(calc(100% - 3rem) 0, 100% 3rem, 100% 100%, 0 100%, 0 0);
  }
  .tab-container .tab h3 {
    margin-bottom: 0.5rem;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Misc.
--------------------------------------------- */
.dropdown-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem 4rem;
}

.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-size: var(--xl-font-size);
  font-weight: 500;
}
.dropdown p i {
  display: inline-block;
  font-size: 1.5rem;
  transition: 300ms;
}
.dropdown {
  /* Firefox */
}
.dropdown * {
  scrollbar-width: thin;
  scrollbar-color: #95C11F #ffffff;
}
.dropdown {
  /* Chrome, Edge, and Safari */
}
.dropdown *::-webkit-scrollbar {
  width: 12px;
}
.dropdown *::-webkit-scrollbar-track {
  background: #ffffff;
}
.dropdown *::-webkit-scrollbar-thumb {
  background-color: #95C11F;
  border-radius: 20px;
  border: 3px solid #ffffff;
}
.dropdown ul {
  display: none;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  padding-left: 1rem;
  padding: 0;
  max-height: 360px;
  border-left: 1px solid #95C11F;
  list-style: none;
  overflow-y: auto;
  z-index: 5;
}
.dropdown ul li {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: 300ms;
}
.dropdown ul li:not(:last-child) {
  border-bottom: solid 1px #EFEFEF;
}
.dropdown ul li:hover, .dropdown ul li.active {
  background-color: #205C42;
  color: #ffffff;
}
.dropdown:hover p i {
  color: #009E45;
  transform: rotate(-90deg);
}
.dropdown.open p i {
  color: #009E45;
  transform: rotate(-180deg);
}
.dropdown.open ul {
  display: block;
}

@media screen and (min-width: 56rem) {
  .dropdown-container {
    flex-direction: unset;
  }
  .dropdown p {
    display: block;
  }
  .dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: none;
  }
  .dropdown ul li {
    padding: 0.75rem 1.25rem;
    width: 19rem;
    color: #205C42;
  }
}
.pagination {
  margin-top: 3rem;
  margin-left: auto;
  width: fit-content;
  color: #205C42;
}
.pagination .page-numbers:not(:last-child) {
  margin-right: 0.75rem;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:focus {
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 48rem) {
  .pagination {
    grid-column: span 2;
  }
}
@media screen and (min-width: 90rem) {
  .pagination {
    margin-top: 2rem;
    grid-column: span 3;
  }
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 0 7.5vw;
  width: 100%;
  background-color: #F3F3F4;
  border-bottom: solid 0.25rem #205C42;
  z-index: 99;
}
.site-header .site-branding {
  flex-shrink: 0;
}
.site-header .site-branding a {
  padding: 1.25rem 0 0.75rem;
}
.site-header .site-branding a img {
  height: 2rem;
  width: auto;
}
.site-header .search-form {
  max-width: calc(100% + 4.25rem - 7.5vw);
  border: none;
}
.site-header .search-form label input.search-field {
  padding: 0 0 0.75rem;
  border-bottom: solid 1px #95C11F;
  color: #ffffff;
}
.site-header .search-form label input.search-field::placeholder {
  color: #ffffff;
}
.site-header .search-form input.search-submit {
  padding-bottom: 2rem;
  background: url("../core-images/icons/search-white.svg") no-repeat scroll 0 0;
}
@media screen and (min-width: 64rem) {
  .site-header {
    border-bottom-width: 0.5rem;
  }
  .site-header .site-branding a img {
    height: 3.5rem;
  }
}
@media screen and (min-width: 82.5rem) {
  .site-header {
    align-items: stretch;
  }
}

/* Sections
--------------------------------------------- */
section {
  padding: 3rem 7.5vw;
}
section.section--thick {
  padding: 4rem 7.5vw;
}
@media screen and (min-width: 75rem) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  section.section--thick {
    padding-top: 9.25rem;
    padding-bottom: 9.25rem;
  }
}

article {
  padding: 3rem 7.5vw;
}
@media screen and (min-width: 75rem) {
  article {
    padding-top: 5rem;
  }
}

/* Footer
--------------------------------------------- */
.site-footer {
  padding: 3rem 7.5vw;
  background-color: #205C42;
  color: #ffffff;
}
.site-footer__upper {
  padding-bottom: 2.5rem;
}
.site-footer__upper .site-branding a {
  margin-bottom: 3rem;
  width: 50%;
  max-width: 372px;
}
.site-footer__upper .site-branding a img {
  width: 100%;
}
.site-footer__upper .footer-content {
  display: grid;
  gap: 0 4.5rem;
}
.site-footer__upper .footer-content .column {
  max-width: 320px;
}
.site-footer__upper .footer-content .accordion__item .accordion__header i {
  display: inline-block;
  transition: 300ms;
}
.site-footer__upper .footer-content .accordion__item.open .accordion__header i {
  transform: rotate(90deg);
}
.site-footer__upper .footer-content .accordion__item .accordion__content {
  margin-bottom: 2rem;
}
.site-footer__upper .footer-content h3 {
  margin-bottom: 1.25rem;
  color: #95C11F;
  font-size: 14pt;
  font-weight: 900;
}
.site-footer__upper .footer-content p, .site-footer__upper .footer-content a {
  margin: 0;
  font-size: var(--sm-font-size);
}
.site-footer__upper .footer-content .office-name {
  font-weight: 500;
}
.site-footer__upper .footer-content .address {
  margin-bottom: 1rem;
}
.site-footer__upper .footer-content a {
  font-weight: 500;
}
.site-footer__upper .footer-content a i {
  margin-right: 0.75rem;
  font-size: var(--base-font-size);
  color: #95C11F;
}
.site-footer__upper .footer-content a.contact:first-of-type {
  margin-bottom: 1rem;
}
.site-footer__upper .footer-content a.contact:hover {
  text-decoration: none;
}
.site-footer__upper .footer-content ul.menu li {
  margin-bottom: 0.25rem;
}
.site-footer__lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  padding-top: 2.5rem;
  border-top: solid 1px #95C11F;
}
.site-footer__lower .socials a {
  line-height: 1;
  transition: 300ms;
}
.site-footer__lower .socials a i {
  margin-right: 1.125rem;
  font-size: 1.75rem;
}
.site-footer__lower .socials a:hover {
  transform: translateY(-0.25rem);
  color: #95C11F;
  text-decoration: none;
}
.site-footer__lower p {
  font-size: var(--sm-font-size);
}
@media screen and (min-width: 48rem) {
  .site-footer {
    padding: 6rem 7.5vw 5.5rem;
  }
  .site-footer__upper {
    padding-bottom: 5rem;
  }
  .site-footer__upper .footer-content {
    grid-template-columns: repeat(2, auto);
    row-gap: 3rem;
  }
  .site-footer__upper .footer-content .accordion__header {
    cursor: unset !important;
  }
  .site-footer__upper .footer-content .accordion__header i {
    display: none !important;
  }
  .site-footer__upper .footer-content .accordion__content {
    margin-bottom: 0 !important;
    display: block !important;
    height: 100% !important;
  }
  .site-footer__upper .footer-content h3 {
    margin-bottom: 1.5rem;
  }
  .site-footer__upper .footer-content .address {
    margin-bottom: 1.5rem;
  }
  .site-footer__upper .footer-content a.contact:first-of-type {
    margin: 0;
  }
  .site-footer__lower {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .site-footer__upper {
    display: flex;
    justify-content: space-between;
    column-gap: 4rem;
  }
  .site-footer__upper .site-branding a {
    width: 100%;
  }
  .site-footer__upper .footer-content .column {
    max-width: 284px;
  }
  .site-footer__upper .footer-content h3 {
    white-space: nowrap;
  }
}
@media screen and (min-width: 105rem) {
  .site-footer__upper .footer-content {
    grid-template-columns: repeat(4, auto);
  }
}

/*--------------------------------------------------------------
# Slides
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  padding: 8.5rem 7.5vw;
  height: calc(100vh - 4.5rem);
  background-color: #424546;
}
.error-404::before, .error-404::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 4rem;
}
.error-404::before {
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #4B7057, #404F48);
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
}
.error-404::after {
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, #424546, #6B8332);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}
.error-404__title, .error-404__content {
  z-index: 1;
}
.error-404 h1 {
  color: #ffffff;
  font-size: var(--xxxl-header-font-size);
  line-height: 1;
}
.error-404 h2 {
  color: #95C11F;
  font-size: 1.125rem;
}
.error-404 p {
  margin: 1.5rem 0;
  max-width: 27rem;
  color: #ffffff;
  font-size: var(--xl-font-size);
}
@media screen and (min-width: 64rem) {
  .error-404 {
    height: calc(100vh - 6.5rem);
  }
  .error-404::before, .error-404::after {
    height: 100%;
    width: 17.5rem;
  }
  .error-404::before {
    clip-path: polygon(0 0, 100% 0, 5.75rem 100%, 0 100%);
  }
  .error-404::after {
    clip-path: polygon(calc(100% - 5.75rem) 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 105rem) {
  .error-404 {
    padding: 0 5.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .error-404__title {
    display: grid;
    place-content: center;
    padding: 0 11.75rem;
    height: 100%;
    background: linear-gradient(to right, #424546, #205C42);
    clip-path: polygon(11.75rem 0, 100% 0, calc(100% - 11.75rem) 100%, 0 100%);
  }
}

.banner {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}
.banner #breadcrumbs {
  margin: 0 0 2rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  font-size: 0.75rem;
}
.banner #breadcrumbs li {
  color: #ffffff;
  font-weight: 500;
}
.banner #breadcrumbs li:not(:last-of-type) {
  opacity: 50%;
}
.banner #breadcrumbs li:not(:first-of-type) {
  position: relative;
  padding-left: 1rem;
}
.banner #breadcrumbs li:not(:first-of-type)::before {
  content: "/";
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  line-height: 1rem;
  color: #95C11F;
}
.banner.bg-grey h1 {
  color: #205C42;
}
.banner.bg-grey .content {
  color: #535557;
}
.banner.bg-grey #breadcrumbs li {
  color: #205C42;
}
.banner h1 {
  color: #ffffff;
}
.banner .content {
  color: #ffffff;
  font-size: var(--xl-font-size);
}
.banner .m-icon {
  position: absolute;
  bottom: 0;
  right: -5rem;
  height: 70%;
  max-width: none;
  user-drag: none;
  user-select: none;
}
@media screen and (min-width: 48rem) {
  .banner .m-icon {
    right: -12.5rem;
    height: 90vh;
  }
}
.banner .certificate {
  display: none;
}
.banner--55-45 .banner__content .container {
  max-width: 40rem;
}
@media screen and (min-width: 64rem) {
  .banner--55-45 {
    grid-template-columns: 55% 45% !important;
  }
}
.banner--m {
  display: flex;
  height: 64vh;
  max-height: 56rem;
  overflow-x: hidden;
}
.banner--m::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(#000000, rgba(0, 0, 0, 0));
  opacity: 60%;
}
.banner--m .banner__grid {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 3rem;
  width: 100%;
  z-index: 1;
}
.banner--m h1 {
  max-width: 1000px;
  font-size: var(--xxl-header-font-size);
  line-height: 1;
}
.banner--m .content {
  margin-left: auto;
  max-width: 15rem;
  text-align: right;
}
.banner--m .content p {
  margin: 0;
}
.banner--m .content .scroll-indicator {
  display: inline-block;
  font-size: 3rem;
  color: #95C11F;
  animation: bounce ease 2s infinite;
}
@media screen and (min-width: 48rem) {
  .banner--m {
    height: 76vh;
  }
  .banner--m .banner__grid {
    grid-template-rows: auto 1fr;
  }
  .banner--m .content {
    max-width: 22rem;
  }
}
@media screen and (min-width: 105rem) {
  .banner--m {
    height: 84vh;
  }
  .banner--m .banner__grid {
    grid-template-columns: 1fr auto;
    row-gap: 0;
  }
  .banner--m .content {
    grid-area: 2/2/3/3;
    text-align: left;
  }
}
.banner--full-image {
  display: grid;
  gap: 2rem;
}
.banner--full-image .banner__logo {
  width: 100%;
  max-width: 420px;
}
.banner--full-image .banner__content {
  max-width: 60rem;
  font-size: var(--sm-header-font-size);
}
.banner--full-image .banner__image {
  max-height: 34rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}
@media screen and (min-width: 75rem) {
  .banner--full-image {
    gap: 4rem 5rem;
    grid-template-columns: auto 1fr;
  }
  .banner--full-image .banner__image {
    grid-area: 2/1/3/3;
  }
}
.banner--text-image, .banner--text-only {
  display: grid;
  padding: 0;
}
.banner--text-image.bg-green .banner__content::before, .banner--text-only.bg-green .banner__content::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 142px;
  background: linear-gradient(82deg, #549667 0, rgba(84, 150, 103, 0) 88%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 142px) 100%, 0% 100%);
}
.banner--text-image .banner__content, .banner--text-only .banner__content {
  position: relative;
  display: grid;
  padding: 2rem 7.5vw 4rem 7.5vw;
  overflow: hidden;
}
.banner--text-image .banner__content .container, .banner--text-only .banner__content .container {
  margin: 0;
  padding: 0;
  z-index: 1;
}
@media screen and (min-width: 64rem) {
  .banner--text-image, .banner--text-only {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner--text-image.bg-green .banner__content::before, .banner--text-only.bg-green .banner__content::before {
    height: 200%;
    width: 236px;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 16.25rem) 100%, 0% 100%);
  }
}
@media screen and (min-width: 82.5rem) {
  .banner--text-image .banner__content, .banner--text-only .banner__content {
    padding-left: 15vw !important;
  }
}
.banner--text-image {
  align-items: stretch;
}
.banner--text-image h1 {
  margin-bottom: 1.5rem;
}
.banner--text-image .icon {
  margin-bottom: 1.75rem;
  height: 4rem;
}
.banner--text-image .cover-image {
  grid-row-start: 1;
  height: 15rem;
  max-height: 50vh;
  width: 100%;
  object-fit: cover;
  user-drag: none;
  user-select: none;
}
.banner--text-image .banner__content {
  align-items: center;
}
@media screen and (min-width: 36rem) {
  .banner--text-image .cover-image {
    height: auto;
  }
}
@media screen and (min-width: 64rem) {
  .banner--text-image h1 {
    margin-bottom: 3rem;
  }
  .banner--text-image .icon {
    margin: -1rem 0 3rem;
    height: 5rem;
  }
  .banner--text-image .cover-image {
    grid-row-start: unset;
    max-height: unset;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .banner--text-image .banner__content {
    margin-right: -8.125rem;
    padding: 10rem 0 7.5rem 10vw;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 8.125rem) 100%, 0% 100%);
  }
  .banner--text-image .banner__content .container {
    max-width: 26rem;
  }
}
@media screen and (min-width: 90rem) {
  .banner--text-image .banner__content .container {
    max-width: 34rem;
  }
}
.banner--text-only {
  gap: 1.5rem 5rem;
  padding-bottom: 4rem;
}
.banner--text-only .banner__content {
  padding-bottom: 0;
}
.banner--text-only .content {
  padding: 0 7.5vw;
  max-width: 36rem;
  box-sizing: content-box;
}
@media screen and (min-width: 64rem) {
  .banner--text-only {
    padding-bottom: 0;
  }
  .banner--text-only .banner__content {
    padding: 10rem 0 4rem 7.5vw;
  }
  .banner--text-only .content {
    padding: 10rem 7.5vw 5rem 0;
  }
}
@media screen and (min-width: 82.5rem) {
  .banner--text-only {
    grid-template-columns: 55% 45%;
  }
}
.banner--single h1 {
  margin-bottom: 2.25rem;
  font-size: var(--md-header-font-size);
}
.banner--single .date {
  color: #ffffff;
}
@media screen and (min-width: 64rem) {
  .banner #breadcrumbs {
    position: absolute;
    top: 4rem;
  }
  .banner .content.has-certificate {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 1rem 3rem;
  }
  .banner .content.has-certificate .certificate {
    display: block;
    margin-top: 0.75rem;
    width: 8.75rem;
    border-radius: 1rem;
  }
  .banner .content.has-certificate div * {
    max-width: 32rem;
  }
}
@media screen and (min-width: 90rem) {
  .banner .content.has-certificate {
    flex-wrap: nowrap;
  }
  .banner .content.has-certificate .certificate {
    margin-top: 0.75rem;
  }
  .banner .content.has-certificate div * {
    width: 22rem;
    max-width: unset;
  }
}
@media screen and (min-width: 1580px) {
  .banner .content.has-certificate div * {
    width: 25rem;
  }
}

@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-1rem);
  }
  50% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.carousel {
  display: grid;
}
.carousel.has-subtitle .carousel__header {
  row-gap: 0;
}
.carousel.has-subtitle .carousel__header div:first-of-type {
  grid-column: 1/3;
}
.carousel.has-subtitle .carousel__header .swiper-button-container {
  grid-column: 2/3;
  grid-row: 2/3;
}
.carousel.has-subtitle .carousel__header .swiper-scrollbar {
  margin-top: 1rem;
}
.carousel--images .carousel__header, .carousel--videos .carousel__header, .carousel--linked .carousel__header, .carousel--projects .carousel__header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  row-gap: 1rem;
}
@media screen and (min-width: 90rem) {
  .carousel--images .swiper-slide, .carousel--videos .swiper-slide, .carousel--linked .swiper-slide, .carousel--projects .swiper-slide {
    margin-right: 3rem;
    width: 25vw;
  }
}
.carousel--images, .carousel--videos {
  row-gap: 1.25rem;
}
.carousel--images .carousel__header div:first-child, .carousel--videos .carousel__header div:first-child {
  grid-column: 1/3;
  width: 80vw;
}
.carousel--images .subtitle, .carousel--videos .subtitle {
  font-size: var(--sm-header-font-size) !important;
}
.carousel--images .swiper-slide img, .carousel--videos .swiper-slide img {
  aspect-ratio: 8/5;
  object-fit: cover;
}
.carousel--images .swiper-slide iframe, .carousel--videos .swiper-slide iframe {
  width: 100%;
}
.carousel--images .swiper-button-container, .carousel--images .swiper-dots, .carousel--videos .swiper-button-container, .carousel--videos .swiper-dots {
  grid-row-start: 2;
}
.carousel--images .swiper-button-container, .carousel--videos .swiper-button-container {
  grid-column-start: 2;
}
.carousel--linked, .carousel--projects {
  gap: 2.25rem 3rem;
}
.carousel--linked .swiper-scrollbar, .carousel--projects .swiper-scrollbar {
  grid-column: 1/3;
}
.carousel--values, .carousel--text-only {
  row-gap: 1.5rem;
}
.carousel--values .carousel__header, .carousel--text-only .carousel__header {
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #95C11F;
}
.carousel--values .subtitle, .carousel--text-only .subtitle {
  font-size: var(--xl-font-size) !important;
}
.carousel--values .swiper-slide h3, .carousel--text-only .swiper-slide h3 {
  margin-bottom: 2rem;
  color: #205C42;
  font-size: var(--xl-header-font-size);
  font-weight: 900;
  text-transform: uppercase;
}
.carousel--values .swiper-slide .slide__content, .carousel--text-only .swiper-slide .slide__content {
  padding-left: 0.75rem;
  border-left: 0.5rem solid #95C11F;
}
.carousel--values .swiper-controls-container, .carousel--text-only .swiper-controls-container {
  grid-row: 2/3;
  flex-direction: row-reverse;
}
.carousel h2 {
  margin-bottom: 2.5rem;
}
.carousel .subtitle {
  margin-top: 1rem;
  font-size: var(--md-header-font-size);
  line-height: 1.2;
}
@media screen and (min-width: 75rem) {
  .carousel.has-subtitle {
    grid-template-columns: 19rem 1fr !important;
  }
  .carousel.has-subtitle .swiper-button-container {
    grid-area: unset !important;
  }
  .carousel--images .carousel__header div:first-child, .carousel--videos .carousel__header div:first-child {
    grid-column: unset;
    width: 26.5rem;
  }
  .carousel--images .swiper-button-container, .carousel--images .swiper-dots, .carousel--videos .swiper-button-container, .carousel--videos .swiper-dots {
    grid-row-start: unset;
  }
  .carousel--images .swiper-button-container, .carousel--videos .swiper-button-container {
    grid-column-start: unset;
  }
  .carousel--images .carousel__header, .carousel--videos .carousel__header, .carousel--linked .carousel__header, .carousel--projects .carousel__header {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto;
    align-items: start;
    row-gap: 4rem !important;
  }
  .carousel--images .carousel__header .swiper-scrollbar, .carousel--videos .carousel__header .swiper-scrollbar, .carousel--linked .carousel__header .swiper-scrollbar, .carousel--projects .carousel__header .swiper-scrollbar {
    margin-bottom: 1.5rem;
    grid-column-end: 2;
  }
  .carousel--linked, .carousel--projects {
    grid-template-columns: 17.5rem 1fr;
    padding-right: 0;
  }
  .carousel--linked .swiper, .carousel--projects .swiper {
    padding-right: 7.5vw;
  }
  .carousel--images, .carousel--videos {
    grid-template-columns: 26.5rem 1fr;
    column-gap: 8.75rem;
  }
  .carousel .subtitle {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 82.5rem) {
  .carousel--values, .carousel--text-only {
    grid-template-columns: 45% 55%;
    gap: 3rem 5.75rem;
    padding-left: 12vw !important;
    padding-right: calc(12vw + 5.75rem) !important;
  }
  .carousel--values .carousel__header, .carousel--text-only .carousel__header {
    grid-row: 1/3;
    padding-right: 5.75rem;
    border-bottom: none;
    border-right: solid 1px #95C11F;
  }
}
@media screen and (min-width: 105rem) {
  .carousel--values .swiper-slide, .carousel--text-only .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .carousel--values .swiper-slide .slide__content, .carousel--text-only .swiper-slide .slide__content {
    padding-left: 1.75rem;
  }
}

.faqs {
  display: grid;
  gap: 3rem;
}
.faqs h2 {
  margin-bottom: 1.25rem;
  color: #205C42;
  line-height: 1.3;
}
.faqs__intro {
  max-width: 42rem;
}
.faqs .accordion {
  gap: 1.5rem;
}
.faqs .faq {
  padding-bottom: 1rem;
  border-bottom: solid 1px #95C11F;
}
.faqs .faq.open .accordion__header {
  color: #205C42;
  font-weight: 500;
}
.faqs .faq.open .accordion__icon {
  transform: rotate(135deg);
}
.faqs .faq .accordion__header {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: var(--sm-font-size);
  line-height: 1.6;
  font-weight: 400;
}
.faqs .faq .accordion__icon {
  margin-top: -0.125rem;
  height: fit-content;
  color: #205C42;
  font-size: 2rem;
  line-height: 1;
  transition: 300ms ease-in-out;
}
.faqs .faq .accordion__content {
  margin-top: 0.5rem;
  font-size: var(--sm-font-size);
}
@media screen and (min-width: 75rem) {
  .faqs .accordion {
    gap: 2.5rem;
  }
  .faqs .faq {
    padding-bottom: 0.5rem;
  }
  .faqs .faq .accordion__header {
    gap: 3rem;
  }
  .faqs .faq .accordion__content {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 90rem) {
  .faqs {
    grid-template-columns: repeat(2, 1fr);
  }
  .faqs h2 {
    margin-bottom: 2rem;
  }
}

.featured-media {
  display: grid;
  align-items: center;
  row-gap: 1.5rem;
}
.featured-media--subtitle-caption .subtitle {
  margin-bottom: 1rem;
  color: #205C42;
  font-size: var(--xl-font-size);
  font-weight: 900;
  text-transform: uppercase;
}
.featured-media--subtitle-caption h2 {
  margin-bottom: 2rem;
  color: #424546;
  font-size: var(--md-header-font-size) !important;
  line-height: 1.3;
  font-weight: 400;
  text-transform: unset;
}
.featured-media--image {
  row-gap: 1.5rem;
}
@media screen and (min-width: 75rem) {
  .featured-media--image h2 {
    margin-bottom: 3rem;
  }
}
.featured-media .featured-media__caption a {
  color: #205C42;
  font-weight: 700;
}
.featured-media h2 {
  margin-bottom: 1.5rem;
  color: #205C42;
}
.featured-media iframe {
  width: 100%;
}
.featured-media.video--portrait .featured-media__media {
  height: 100%;
}
.featured-media.video--portrait .featured-media__media iframe.portrait {
  height: 100%;
}
@media screen and (min-width: 75rem) {
  .featured-media {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-media:not(.video--portrait).media-left .featured-media__caption {
    padding-left: 5.75rem;
  }
  .featured-media:not(.video--portrait).media-right .featured-media__caption {
    padding-right: 5.75rem;
  }
  .featured-media.media-left .featured-media__caption {
    order: 2;
  }
}
@media screen and (min-width: 90rem) {
  .featured-media--video {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
@media screen and (min-width: 105rem) {
  .featured-media:not(.video--portrait).media-left .featured-media__caption {
    padding-left: 8.75rem;
  }
  .featured-media:not(.video--portrait).media-right .featured-media__caption {
    padding-right: 8.75rem;
  }
  .featured-media.media-left {
    grid-template-columns: 55% 45%;
  }
  .featured-media.media-right {
    grid-template-columns: 45% 55%;
  }
}

.folgate {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.folgate h2 {
  margin-bottom: 2rem;
}
.folgate a {
  color: #009E45;
  font-weight: 700;
}

#gated-content {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  backdrop-filter: blur(5px);
  z-index: 99;
}
#gated-content .password-prompt {
  position: relative;
  padding: 8rem 5rem;
  width: 700px;
  max-width: 100%;
  transition: 300ms ease-in-out;
}
#gated-content .password-prompt a.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  line-height: 1;
}
#gated-content .password-prompt a.close i {
  color: #87898A;
  font-size: 2rem;
  transition: 200ms;
}
#gated-content .password-prompt a.close:hover {
  text-decoration: none;
}
#gated-content .password-prompt a.close:hover i {
  color: #95C11F;
}
#gated-content .password-prompt h2 {
  margin-bottom: 1.5rem;
  color: #535557;
  font-size: var(--xl-font-size);
  font-weight: 400;
  text-transform: none;
}
#gated-content .password-prompt #document-form label {
  margin-bottom: 0.75rem;
  color: #205C42;
  font-size: 1rem;
  font-weight: 900;
}
#gated-content .password-prompt #document-form input[type=password] {
  width: 100%;
  border-color: #205C42;
}
#gated-content .password-prompt #document-form input[type=password]:focus {
  border-color: #95C11F;
}
#gated-content .password-prompt #document-form #error-message {
  margin: 0.25rem 0 1rem;
  display: block;
  color: red;
  font-size: 1rem;
}
#gated-content .password-prompt #document-form input[type=submit] {
  display: block;
  padding: 1.5rem;
  width: 100%;
  font-weight: 400;
}
@media screen and (min-width: 75rem) {
  #gated-content .password-prompt h2 {
    margin-bottom: 3rem;
  }
}

.leadership-team {
  display: grid;
  gap: 2rem;
}
.leadership-team__inner {
  position: relative;
  display: grid;
}
.leadership-team__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5rem;
  width: 100%;
  background: transparent linear-gradient(0deg, #F3F3F4 25%, rgba(0, 0, 0, 0) 100%);
}
.leadership-team__inner .leadership-team__image {
  height: 100%;
  max-height: 360px;
  width: 100%;
  object-fit: cover;
}
.leadership-team__inner .leadership-team__content {
  padding: 2rem 1.5rem 4rem;
  background-color: #F3F3F4;
  font-size: var(--sm-font-size);
  overflow-y: auto;
}
.leadership-team__inner .leadership-team__content header {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  border-bottom: solid 1px #95C11F;
}
.leadership-team__inner .leadership-team__content header h3 {
  font-size: var(--xl-font-size);
  font-weight: 400;
}
.leadership-team__inner .leadership-team__content header .position {
  color: #205C42;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 48rem) {
  .leadership-team__inner .leadership-team__content {
    padding: 2.5rem;
  }
  .leadership-team__inner .leadership-team__content header {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 75rem) {
  .leadership-team__inner {
    grid-template-columns: 40% 60%;
  }
  .leadership-team__inner::after {
    content: none;
  }
  .leadership-team__inner .leadership-team__image {
    max-height: unset;
  }
  .leadership-team__inner .leadership-team__content {
    padding: 4.5rem 5.75rem;
  }
}
@media screen and (min-width: 48rem) {
  .leadership-team {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 90rem) {
  .leadership-team {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

.tabbed-content__head .tab-heading {
  padding: 1.125rem 0;
  background-color: #E3E3E3;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.tabbed-content__head .tab-heading h2 {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
.tabbed-content__head .tab-heading.active, .tabbed-content__head .tab-heading:hover {
  background-color: #205C42;
}
.tabbed-content__head .tab-heading.active h2, .tabbed-content__head .tab-heading:hover h2 {
  color: #ffffff !important;
  border: none !important;
}
@media screen and (min-width: 48rem) {
  .tabbed-content__head {
    display: flex;
    width: 100%;
  }
  .tabbed-content__head .tab-heading {
    flex: 1 0;
    display: grid;
    align-items: center;
  }
  .tabbed-content__head .tab-heading:not(:last-child) h2 {
    border-right: 1px solid #95C11F;
  }
}
.tabbed-content__body {
  display: grid;
  gap: 2rem 5rem;
}
.tabbed-content__body .tab-item {
  display: grid;
  column-gap: 5rem;
}
.tabbed-content__body .tab-item .tabbed-content__head {
  margin-top: 1rem;
  flex-direction: column;
}
.tabbed-content__body .tab-item .tabbed-content__head .tab-heading {
  flex: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background: none !important;
  border-bottom: solid 1px #95C11F;
}
.tabbed-content__body .tab-item .tabbed-content__head .tab-heading.active h3, .tabbed-content__body .tab-item .tabbed-content__head .tab-heading:hover h3 {
  font-weight: 700;
}
.tabbed-content__body .tab-item .tabbed-content__head .tab-heading.active h3 i, .tabbed-content__body .tab-item .tabbed-content__head .tab-heading:hover h3 i {
  color: #95C11F;
}
.tabbed-content__body .tab-item .tabbed-content__head .tab-heading h3 {
  color: #205C42;
  font-size: var(--base-font-size);
  font-weight: 400;
}
.tabbed-content__body .tab-item .tabbed-content__head .tab-heading i {
  color: #205C42;
  font-size: 2rem;
  transition: 200ms;
}
@media screen and (min-width: 75rem) {
  .tabbed-content__body .tab-item .tabbed-content__head {
    margin-top: 4rem;
  }
}
.tabbed-content__body .tab-item .tabbed-content__body {
  display: block;
}
.tabbed-content__body .tab-item .tabbed-content__body .tab-item {
  display: block;
  margin-top: 2rem;
}
.tabbed-content__body .tab-item .tabbed-content__body .tab-item .address p {
  margin: 0;
}
.tabbed-content__body .tab-item .tabbed-content__body .tab-item h4 {
  color: #205C42;
  font-size: var(--base-font-size);
}
.tabbed-content__body .tab-item .tabbed-content__body .tab-item .address, .tabbed-content__body .tab-item .tabbed-content__body .tab-item p, .tabbed-content__body .tab-item .tabbed-content__body .tab-item a {
  margin-bottom: 1.5rem;
}
.tabbed-content__body .tab-item .tabbed-content__body .tab-item a {
  display: block;
  color: #205C42;
  font-weight: 500;
}
.tabbed-content__body .tab-item .tabbed-content__body .tab-item a i {
  margin-right: 0.75rem;
  font-size: var(--base-font-size);
  color: #95C11F;
}
.tabbed-content__body .tab-item .tabbed-content__body .tab-item a:hover {
  text-decoration: none;
}
.tabbed-content__body .tab-item:not(.active) {
  display: none !important;
}
@media screen and (min-width: 48rem) {
  .tabbed-content__body .tab-item .tabbed-content__body .tab-item {
    column-count: 2;
  }
  .tabbed-content__body .tab-item .tabbed-content__body .tab-item p {
    break-before: avoid;
  }
}
@media screen and (min-width: 56rem) {
  .tabbed-content__body .tab-item {
    grid-template-columns: 20rem 1fr;
  }
  .tabbed-content__body .tab-item .tabbed-content__body .tab-item {
    column-count: 1;
  }
}
@media screen and (min-width: 64rem) {
  .tabbed-content__body .tab-item {
    grid-template-columns: 26rem 1fr;
  }
}
@media screen and (min-width: 75rem) {
  .tabbed-content__body .tab-item .tabbed-content__body .tab-item {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 97.5rem) {
  .tabbed-content__body .tab-item .tabbed-content__body .tab-item .adddress, .tabbed-content__body .tab-item .tabbed-content__body .tab-item p {
    margin-bottom: 2.5rem;
  }
  .tabbed-content__body .tab-item .tabbed-content__body .tab-item a {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 97.5rem) {
  .tabbed-content__body {
    grid-template-columns: auto 1fr;
  }
}

.media-contact {
  display: grid;
  gap: 1.5rem 3rem;
  box-sizing: content-box;
}
.media-contact h2 {
  white-space: nowrap;
}
.media-contact__info {
  padding-left: 1.5rem;
  border-left: solid 1px #95C11F;
  color: #535557;
}
.media-contact__info h3 {
  font-weight: 500;
}
.media-contact__info p {
  margin: 0.75rem 0;
  font-weight: 500;
}
.media-contact__info a {
  color: #205C42;
  font-size: 1rem;
  font-weight: 700;
}
.media-contact__info a i {
  margin-right: 0.75rem;
  font-size: var(--base-font-size);
}
.media-contact__info a:hover {
  text-decoration: none;
}
.media-contact__info img {
  margin-top: 2.25rem;
  aspect-ratio: 1;
  object-fit: cover;
}
@media screen and (min-width: 48rem) {
  .media-contact__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
  }
  .media-contact__info img {
    margin: 0;
    max-width: 200px;
  }
}
@media screen and (min-width: 64rem) {
  .media-contact {
    grid-template-columns: auto 1fr;
  }
  .media-contact h2 {
    margin-top: 3.75rem;
  }
  .media-contact__info {
    padding-left: 3rem;
  }
  .media-contact__info img {
    max-width: 14.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .media-contact {
    gap: 1.5rem 5rem;
  }
  .media-contact__info {
    padding-left: 5rem;
    gap: 5rem;
  }
}
@media screen and (min-width: 90rem) {
  .media-contact {
    margin-left: auto;
    padding-left: 0;
    max-width: 70vw;
  }
}
@media screen and (min-width: 97.5rem) {
  .media-contact {
    max-width: 58vw;
  }
}

.featured-story__title {
  margin-bottom: 1.75rem;
}

.featured-card {
  display: grid;
  gap: 1.25rem 3rem;
}
.featured-card__image {
  height: 100%;
  max-height: 360px;
  width: 100%;
  object-fit: cover;
}
.featured-card__content {
  position: relative;
  padding: 2rem 1.5rem;
  background: #E3E3E3;
  transition: 400ms ease-in-out;
}
.featured-card__content:hover {
  transform: translateY(-0.75rem);
}
.featured-card__content:hover footer i {
  color: #95C11F;
}
.featured-card__content a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.featured-card__content h3 {
  margin-bottom: 2rem;
  font-size: var(--sm-header-font-size);
  font-weight: 400;
}
.featured-card__content hr {
  margin: 2.25rem 0;
}
.featured-card__content footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-card__content footer i {
  color: #205C42;
  font-size: 2.5rem;
  line-height: 1;
  transition: 400ms ease-in-out;
}
@media screen and (min-width: 64rem) {
  .featured-card__content {
    padding: 4rem 5.5rem 3rem;
  }
}
@media screen and (min-width: 90rem) {
  .featured-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-card__image {
    max-height: unset;
  }
}

.date {
  font-size: var(--sm-font-size);
  font-weight: 700;
  text-transform: uppercase;
}
.date .post-type {
  color: #87898A;
  margin-left: 1rem;
  font-weight: 400;
}

.news-grid {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 48rem) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 90rem) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

.news-filters {
  padding-bottom: 0;
}
.news-filters:has(.accordion__item.open) {
  background-color: #F3F3F4;
}
.news-filters .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: solid 1px #95C11F;
}
.news-filters .accordion__header i {
  color: #205C42;
  font-size: 1.5rem;
  line-height: 1;
}
.news-filters .accordion__content {
  margin: 0;
}
.news-filters .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  margin: 2.25rem 0 0;
  padding: 0;
}
.news-filters .selected-filters {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.news-filters .selected-filters div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.news-filters .selected-filters div .filter-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  padding: 0.375rem 0.75rem;
  width: fit-content;
  background: #205C42;
  border-radius: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
}
.news-filters .selected-filters div .filter-item i {
  font-size: 1.25rem;
}
.news-filters .search-form {
  display: block;
  max-width: 32rem;
}
.news-filters .search-form label {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 0.25rem;
  width: 100%;
  border-bottom: solid 1px #87898A;
}
.news-filters .search-form i {
  color: #95C11F;
  font-size: 1.25rem;
}
.news-filters .search-form input[type=search] {
  padding: 0;
  color: #87898A !important;
  font-size: 1rem !important;
  border: none;
}
.news-filters .search-form input[type=search]::placeholder {
  color: #87898A;
  opacity: 100%;
}
@media screen and (min-width: 56rem) {
  .news-filters {
    background: none !important;
  }
  .news-filters .accordion__header {
    padding: 0;
    border: none;
    cursor: unset !important;
  }
  .news-filters .accordion__header i {
    display: none;
  }
  .news-filters .accordion__content {
    display: block !important;
    height: 100% !important;
  }
  .news-filters .container {
    flex-direction: row;
    align-items: center;
  }
  .news-filters .search-form i {
    font-size: 1.375rem;
  }
  .news-filters .search-form input[type=search] {
    font-size: var(--xl-font-size) !important;
  }
}

.quotes {
  position: relative;
}
.quotes .swiper-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 3rem;
  margin-top: 1.25rem;
  z-index: 1;
}
.quotes .swiper-controls .swiper-button-container {
  gap: 2rem;
}
.quotes .swiper-controls .swiper-button-next i, .quotes .swiper-controls .swiper-button-prev i {
  font-size: 2.25rem !important;
}
.quotes .swiper-controls .swiper-dots .swiper-pagination-bullet-active {
  background: #95C11F;
}
@media screen and (min-width: 64rem) {
  .quotes .swiper-controls {
    position: absolute;
    bottom: 3rem;
    left: calc(45vw + 6rem);
    flex-direction: row;
    margin: 0;
  }
}
@media screen and (min-width: 97.5rem) {
  .quotes .swiper-controls {
    left: calc(45vw + 8.5rem);
  }
}
.quotes .quote.swiper-slide {
  height: auto;
}
@media screen and (min-width: 64rem) {
  .quotes .quote.swiper-slide .quote__content {
    padding-bottom: 8.5rem;
  }
}
.quotes .quote {
  display: grid;
  gap: 1.25rem 3rem;
}
.quotes .quote__icon {
  margin-bottom: 1rem;
  height: 3rem;
}
.quotes .quote__content {
  padding: 1.5rem;
  background: #E3E3E3;
}
.quotes .quote__text {
  font-size: var(--xl-font-size);
}
.quotes .quote__author {
  margin-top: 1.5rem;
  color: #205C42;
  font-size: 1.125rem;
  font-weight: 900;
  text-transform: uppercase;
}
.quotes .quote__author .job-title {
  display: block;
  font-weight: 500;
  text-transform: none;
}
@media screen and (min-width: 64rem) {
  .quotes .quote {
    grid-template-columns: auto 1fr;
  }
  .quotes .quote__media {
    max-width: 45vw;
  }
  .quotes .quote__media img, .quotes .quote__media iframe {
    height: 100%;
    object-fit: cover;
  }
  .quotes .quote__media iframe {
    width: 45vw;
  }
  .quotes .quote__content {
    padding: 3rem;
  }
  .quotes .quote__author .job-title {
    display: inline;
  }
}
@media screen and (min-width: 90rem) {
  .quotes .quote__icon {
    height: 4.75rem;
  }
}
@media screen and (min-width: 97.5rem) {
  .quotes .quote__content {
    padding: 5.5rem;
  }
  .quotes .quote:not(.swiper-slide) .quote__author {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 64rem) {
  .quotes {
    padding-left: 0 !important;
  }
}

.search-results .search-results-header, .search-no-results .search-results-header {
  display: flex;
  align-items: center;
  gap: 2rem 3rem;
  padding: 3rem 7.5vw 4rem;
}
.search-results .search-results-header h1, .search-no-results .search-results-header h1 {
  font-size: var(--base-font-size);
  font-weight: 400;
  text-transform: none;
}
.search-results .search-results-header h1 .search-term, .search-no-results .search-results-header h1 .search-term {
  color: #205C42;
  font-weight: 700;
}
@media screen and (min-width: 75rem) {
  .search-results .search-results-header, .search-no-results .search-results-header {
    padding: 5rem 7.5vw 7.5rem;
  }
}
.search-results section, .search-no-results section {
  padding-top: 0;
}
.search-results section h2, .search-no-results section h2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 75rem) {
  .search-results section h2, .search-no-results section h2 {
    margin-bottom: 2.5rem;
  }
}

section.sectors {
  background-size: cover;
}
section.sectors h2 {
  margin-bottom: 3rem;
}
section.sectors .card {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  color: #424546;
}
section.sectors .card a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.sectors .card .icon {
  height: 4rem;
  width: auto;
}
section.sectors .card h3 {
  margin: 1.25rem 0 0.75rem;
  font-size: var(--xl-font-size);
  text-transform: uppercase;
}
section.sectors .card p {
  margin: 0;
  font-size: var(--sm-font-size);
  font-size: 0.875rem;
}
section.sectors .card i {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  transition: transform 400ms ease-in-out;
}
section.sectors .card:hover {
  background: var(--card-color);
}
section.sectors .card:hover * {
  color: #ffffff !important;
}
section.sectors .card:hover i {
  transform: translateX(calc(100% - 3rem));
}
@media screen and (min-width: 64rem) {
  section.sectors .card .icon {
    height: 5rem;
  }
}
@media screen and (min-width: 90rem) {
  section.sectors h2 {
    margin-bottom: 4rem;
  }
}

.stats-grid {
  display: grid;
  gap: 5.5rem 4rem;
}
@media screen and (min-width: 64rem) {
  .stats-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 90rem) {
  .stats-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 48rem) {
  .stats-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 75rem) {
  .stats-grid--4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 90rem) {
  .stats-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.statistics {
  padding: 5rem 15vw;
}
.statistics h2 {
  margin-bottom: 3rem;
}
.statistics.bg-green {
  position: relative;
  background: linear-gradient(to top right, #205C42, #49803D);
}
.statistics.bg-green * {
  color: #ffffff !important;
}
.statistics.bg-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  background: linear-gradient(to top right, #357351, #3F7941);
  clip-path: polygon(0 0, 100% 0, 0% 100%);
}
@media screen and (min-width: 90rem) {
  .statistics.bg-green {
    background: linear-gradient(96deg, #384C45 50%, #5E9130);
  }
  .statistics.bg-green::before {
    content: none;
  }
}
.statistics.show-icons {
  overflow: hidden;
}
.statistics.show-icons h2 {
  position: relative;
  padding-bottom: 3rem;
}
.statistics.show-icons .stat {
  position: relative;
}
.statistics.show-icons .stat div {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 90rem) {
  .statistics.show-icons {
    padding: 0 6vw !important;
  }
  .statistics.show-icons h2 {
    display: none;
  }
  .statistics.show-icons .stats-grid {
    column-gap: 0;
  }
  .statistics.show-icons .stat {
    margin: 0 -3vw;
    padding: 9.5rem 6vw;
  }
  .statistics.show-icons .stat::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    height: 140%;
    width: 80%;
    transform: translateY(-50%) rotate(13deg);
  }
  .statistics.show-icons .stat:nth-of-type(1)::before {
    background: linear-gradient(142deg, #384C45 60%, #205C42 80%);
  }
  .statistics.show-icons .stat:nth-of-type(2)::before {
    background: linear-gradient(to top right, #205C42 30%, #347250 85%);
  }
  .statistics.show-icons .stat:nth-of-type(3)::before {
    background: linear-gradient(20deg, #4B8C61 20%, #347250 50%);
  }
  .statistics.show-icons .stat:nth-of-type(4)::before {
    background: linear-gradient(45deg, #205C42 15%, #38723d 50%, #7aaa27);
  }
}
@media screen and (min-width: 105rem) {
  .statistics.show-icons {
    padding: 0 7.5vw !important;
  }
  .statistics.show-icons .stat {
    margin: 0 -3.75vw;
    padding: 9.5rem 7.5vw;
  }
}
.statistics.no-icons .stat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
.statistics.no-icons .icon {
  margin-top: 0.5rem;
  height: 4.5rem;
}
.statistics.no-icons h3 {
  color: #205C42;
}
@media screen and (min-width: 36rem) {
  .statistics.no-icons .stat {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 64rem) {
  .statistics.no-icons .icon {
    height: 5.75rem;
  }
}
.statistics .stat h3 {
  margin-bottom: 1.5rem;
  font-size: 4.75rem;
  line-height: 1;
  font-weight: 900;
}
.statistics .stat p {
  margin: 0;
  padding-left: 1.5rem;
  max-width: 360px;
  border-left: solid 0.5rem #95C11F;
  font-size: var(--sm-font-size);
}
@media screen and (min-width: 105rem) {
  .statistics .stat h3 {
    white-space: nowrap;
  }
}
@media screen and (min-width: 64rem) {
  .statistics h2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 90rem) {
  .statistics {
    padding-left: 7.5vw !important;
    padding-right: 7.5vw !important;
  }
}

main > .statistics.show-icons:last-child {
  margin-bottom: 1rem;
}

.text-content {
  display: grid;
  gap: 1.5rem 5.75rem;
}
.text-content a:not(.btn) {
  color: #009E45;
  font-weight: 700;
}
.text-content .columns {
  display: grid;
  gap: 1.5rem;
  margin-left: -1.5rem;
}
@media screen and (min-width: 48rem) {
  .text-content .columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 90rem) {
  .text-content .columns {
    grid-template-columns: repeat(3, 1fr);
  }
  .text-content .columns .column:not(:first-child) {
    border-left: solid 1px #87898A;
  }
}
.text-content .columns .column {
  padding-left: 1.5rem;
}
.text-content .columns .column h3 {
  margin-bottom: 1rem;
  font-size: var(--xl-font-size);
  font-weight: 900;
  text-transform: uppercase;
}
.text-content.bg-green * {
  color: #ffffff;
}
.text-content--2-col {
  padding-left: 7.5vw !important;
  padding-right: 7.5vw !important;
  column-gap: 3rem;
}
@media screen and (min-width: 90rem) {
  .text-content--2-col .text-content__content {
    padding-left: 3rem;
    column-count: 2;
    column-gap: 3rem;
  }
  .text-content--2-col .text-content__content p {
    break-inside: avoid;
  }
}
.text-content--3-col.has-icon-list {
  align-items: start;
  row-gap: 4rem;
}
@media screen and (min-width: 75rem) {
  .text-content--3-col.has-icon-list:not(.stacked) {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 75rem) and (max-width: calc(90rem - 0.01rem)) {
  .text-content--3-col.has-icon-list .columns {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 75rem) {
  .text-content--3-col.stacked .icon-container {
    grid-template-columns: repeat(5, 1fr);
  }
  .text-content--3-col.stacked .icon-container p {
    max-width: unset !important;
  }
}
@media screen and (min-width: 90rem) {
  .text-content--3-col.stacked .text-content__content {
    padding-left: 1.5rem !important;
  }
}
.text-content--3-col .icon-header {
  margin-bottom: 2.5rem;
  color: #205C42;
  font-size: var(--sm-header-font-size);
  font-weight: 900;
  text-transform: uppercase;
}
.text-content--3-col .icon-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2.5rem;
}
.text-content--3-col .icon-container .icon__item img {
  height: 3rem;
}
.text-content--3-col .icon-container .icon__item p {
  margin: 0.75rem 0 0;
  max-width: 12rem;
  font-size: var(--base-font-size);
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 36rem) {
  .text-content--3-col .icon-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64rem) {
  .text-content--3-col .icon-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 75rem) {
  .text-content--3-col .icon-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 3.75rem;
  }
  .text-content--3-col .icon-container .text-content__content {
    border-color: #424546;
  }
}
.text-content--3-col h2 {
  margin: 0 0 2.75rem !important;
  font-size: var(--xl-header-font-size) !important;
}
.text-content--50-50 {
  background-color: #205C42 !important;
}
.text-content--50-50 * {
  color: #ffffff !important;
}
.text-content--50-50 h2 {
  color: #ffffff;
  font-size: var(--xl-header-font-size) !important;
}
.text-content--50-50 .text-content__content {
  padding: 0;
  border: none;
}
@media screen and (min-width: 75rem) {
  .text-content--50-50 {
    grid-template-columns: 45% 55%;
  }
  .text-content--50-50 .text-content__content {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 105rem) {
  .text-content--50-50 .text-content__content {
    column-count: 2;
    column-gap: 3rem;
  }
  .text-content--50-50 .text-content__content p {
    break-inside: avoid;
  }
}
.text-content--full-title {
  display: block;
}
.text-content--full-title .subtitle {
  margin-bottom: 1.5rem;
  color: #205C42;
  font-size: var(--xl-font-size);
  font-weight: 900;
  text-transform: uppercase;
}
.text-content--full-title h2 {
  margin-bottom: 1.5rem;
  max-width: 86rem;
  font-size: var(--md-header-font-size) !important;
  line-height: 1.3;
  font-weight: 400;
  text-transform: unset;
}
.text-content--full-title .content-container {
  display: grid;
  gap: 2rem 3rem;
}
.text-content--full-title .supporting-media {
  width: 100%;
}
.text-content--full-title .text-content__content h3 {
  margin: 2rem 0 1.5rem;
  color: #205C42;
  font-size: var(--xl-font-size);
  font-weight: 900;
  text-transform: uppercase;
}
.text-content--full-title .text-content__content h3:first-of-type {
  margin-top: 0 !important;
}
@media screen and (min-width: 75rem) {
  .text-content--full-title h2 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 75rem) {
  .text-content--full-title .content-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .text-content--full-title .text-content__content {
    padding-left: 0;
    border: none;
  }
}
@media screen and (min-width: 105rem) {
  .text-content--full-title .text-content__content {
    column-count: 2;
    column-gap: 3rem;
  }
  .text-content--full-title .text-content__content p {
    break-inside: avoid;
  }
}
.text-content--title-2-col {
  gap: 3rem 5.75rem;
}
.text-content--title-2-col .subtitle {
  margin-bottom: 1.5rem;
  color: #95C11F !important;
  font-size: var(--xl-font-size);
  font-weight: 900;
  text-transform: uppercase;
}
.text-content--title-2-col h2 {
  font-size: var(--md-header-font-size) !important;
  line-height: 1.3;
  font-weight: 400;
  text-transform: unset;
}
.text-content--title-2-col .text-content__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
  border: none;
}
.text-content--title-2-col .text-content__content h3 {
  margin: 2rem 0 1.5rem;
  color: #205C42;
  font-size: var(--xl-font-size);
  font-weight: 900;
  text-transform: uppercase;
}
.text-content--title-2-col .text-content__content h3:first-of-type {
  margin-top: 0 !important;
}
@media screen and (min-width: 64rem) {
  .text-content--title-2-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .text-content--title-2-col div:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 105rem) {
  .text-content--title-2-col {
    grid-template-columns: 22rem 1fr 1fr;
  }
  .text-content--title-2-col div:first-child {
    grid-column-end: 2;
  }
}
.text-content--featured-image {
  column-gap: 0;
  align-items: center;
}
.text-content--featured-image h2 {
  width: 105%;
  margin-bottom: 1.5rem;
}
.text-content--featured-image h2 {
  font-size: var(--sm-header-font-size) !important;
}
.text-content--featured-image .text-content__content {
  padding-left: 0;
  border: none;
}
.text-content--featured-image .supporting-media {
  width: 100%;
  order: 2;
}
@media screen and (min-width: 75rem) {
  .text-content--featured-image {
    grid-template-columns: repeat(2, 1fr);
  }
  .text-content--featured-image.image-left .supporting-media {
    order: 0;
  }
  .text-content--featured-image.image-left .text-content__content {
    padding-left: 5.75rem;
  }
  .text-content--featured-image.image-right .text-content__content {
    padding-right: 5.75rem;
  }
}
@media screen and (min-width: 105rem) {
  .text-content--featured-image.image-left {
    grid-template-columns: 55% 45%;
  }
  .text-content--featured-image.image-left .text-content__content {
    padding-left: 8.75rem;
  }
  .text-content--featured-image.image-right {
    grid-template-columns: 45% 55%;
  }
  .text-content--featured-image.image-right .text-content__content {
    padding-right: 8.75rem;
  }
}
.text-content--text-cards h2 {
  color: #535557 !important;
  font-size: var(--md-header-font-size) !important;
  text-transform: none;
}
.text-content--text-cards .text-content__content {
  padding: 0 0 4rem 0;
  border: none;
  font-size: var(--sm-header-font-size);
}
.text-content--text-cards .text-content__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}
.text-content--text-cards .text-content__cards .content-card {
  position: relative;
  flex: 1 0 360px;
  padding: 4rem 2.25rem 5rem;
  border-radius: 0.5rem;
  transition: 400ms ease-in-out;
}
.text-content--text-cards .text-content__cards .content-card.has-link:hover {
  transform: translateY(-0.75rem);
}
.text-content--text-cards .text-content__cards .content-card.has-link:hover i {
  color: #205C42;
}
.text-content--text-cards .text-content__cards .content-card a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.text-content--text-cards .text-content__cards .content-card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.text-content--text-cards .text-content__cards .content-card__icon {
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  height: 3.5rem;
  background: white;
  border-radius: 50%;
}
.text-content--text-cards .text-content__cards .content-card i {
  margin-top: -1rem;
  color: #95C11F;
  font-size: 2.5rem;
  transition: 400ms ease-in-out;
}
.text-content--text-cards .text-content__cards .content-card h3 {
  margin-bottom: 1rem;
  font-size: var(--sm-header-font-size);
}
.text-content--text-cards .text-content__cards .content-card p {
  font-size: 1rem;
}
@media screen and (min-width: 64rem) {
  .text-content--text-cards .text-content__cards {
    gap: 3rem;
  }
}
@media screen and (min-width: 75rem) {
  .text-content--text-cards .text-content__content {
    padding: 0 0 5rem 0;
  }
}
.text-content h2 {
  color: #205C42;
  font-size: var(--xl-font-size);
}
.text-content__content {
  padding-left: 1.5rem;
  border-left: solid 1px #95C11F;
  font-size: var(--sm-font-size);
}
@media screen and (min-width: 82.5rem) {
  .text-content--1-col, .text-content--2-col {
    grid-template-columns: 14.5rem 1fr;
  }
  .text-content h2 {
    margin-top: 0.25rem;
  }
  .text-content__content {
    padding-left: 5.75rem;
  }
}
@media screen and (min-width: 90rem) {
  .text-content--1-col {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}

.text-content__content .linked-card {
  grid-template-rows: auto 1fr !important;
  margin-top: 2rem;
}
.text-content__content .linked-card__content {
  background-color: #F3F3F4 !important;
}
.text-content__content .linked-card h3 {
  color: #535557 !important;
}

.timeline__item {
  display: grid;
  grid-template-columns: calc(85vw - 2.5rem);
  gap: 0 1.5rem;
  height: auto;
}
.timeline__item h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #535557 !important;
  font-size: 1.125rem !important;
  opacity: 80%;
}
.timeline__item__summary {
  margin-bottom: 1.5rem;
  font-size: var(--xl-font-size);
}
.timeline .swiper-links {
  display: none;
}
.timeline .accordion {
  gap: 0;
}
.timeline .accordion__item {
  padding-left: 1.5rem;
  width: auto;
  border-left: solid 2px rgba(135, 137, 138, 0.2509803922);
}
.timeline .accordion__item.open {
  border-left-color: #95C11F;
}
.timeline .accordion__item.open h2 {
  color: #205C42 !important;
  font-size: var(--md-header-font-size) !important;
  opacity: 100%;
}
.timeline .accordion__item.open h2 i {
  transform: rotate(180deg);
}
.timeline .accordion__header h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.timeline .accordion__header h2 i {
  font-size: 1.5rem;
  transition: 300ms;
}
.timeline .accordion__content {
  margin: 0;
}
.timeline .scroll-indicator {
  margin-bottom: 2rem;
  color: #87898A;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 82.5rem) {
  .timeline__item {
    grid-template-columns: 24rem 1fr;
  }
  .timeline__item h2 {
    margin-top: 2rem;
    margin-bottom: 3rem;
    color: #205C42 !important;
    font-size: var(--md-header-font-size) !important;
    opacity: 100%;
  }
  .timeline__item h2 i {
    display: none !important;
  }
  .timeline__item__summary {
    margin-bottom: 0;
  }
  .timeline .swiper-links {
    display: flex;
  }
  .timeline {
    /* Override/disable accordion styles on desktop */
  }
  .timeline .accordion {
    flex-direction: unset;
  }
  .timeline .accordion__item {
    padding-left: 0;
    border-left: none;
  }
  .timeline .accordion__header {
    cursor: unset !important;
  }
  .timeline .accordion__content {
    height: 100% !important;
  }
  .timeline .scroll-indicator {
    display: none;
  }
}

.timeline__inner .event {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timeline__inner .event h3 {
  margin-bottom: 1.5rem;
}
.timeline__inner {
  /* Override/disable accordion styles on desktop */
}
@media screen and (min-width: 82.5rem) {
  .timeline__inner {
    display: flex !important;
  }
  .timeline__inner .swiper-wrapper {
    flex-direction: column;
    height: fit-content !important;
  }
  .timeline__inner .event {
    flex: 1 0;
    flex-direction: row;
    gap: 0 1.5rem;
    padding: 2rem 0 0 1.5rem;
    border-left: solid 1px #95C11F;
    font-size: 1rem;
  }
  .timeline__inner .event figure {
    min-width: 20rem;
    max-width: 20rem;
  }
  .timeline__inner .event img {
    height: 16rem;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 97.5rem) {
  .timeline__inner {
    flex-direction: row;
  }
  .timeline__inner .swiper-wrapper {
    flex-direction: row;
    height: auto !important;
  }
  .timeline__inner .event {
    padding: 2rem 1.5rem 1.5rem;
    flex-direction: column;
  }
  .timeline__inner .event figure {
    min-width: unset;
    max-width: unset;
  }
}

.post-type-archive-employee-documents {
  overflow: hidden;
}

.document-card {
  cursor: pointer;
}
.document-card > * {
  width: 100%;
}
.document-card a {
  font-size: var(--xl-font-size);
}
.document-card a:hover {
  text-decoration: none;
}
.document-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.document-card div {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.document-card i {
  color: #205C42;
  font-size: 2.5rem;
  transform-origin: left center;
  transition: 300ms ease-in-out;
}
.document-card:hover {
  transition: 300ms ease-out;
}
.document-card:hover i {
  transform: scaleX(120%);
  color: #95C11F;
}
@media screen and (min-width: 48rem) {
  .document-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    transition: 300ms ease-in;
  }
  .document-card div {
    flex-direction: column;
    justify-content: space-around;
    gap: unset;
  }
  .document-card a {
    font-size: var(--base-font-size);
  }
  .document-card:hover {
    transform: translateY(-1rem);
  }
}

@media screen and (min-width: 90rem) {
  .linked-cards .swiper--cards .swiper-wrapper {
    display: grid;
    gap: 3rem;
  }
  .linked-cards .swiper--cards .swiper-button-container {
    display: none;
  }
}
.linked-cards p:first-child {
  font-size: var(--xl-font-size);
}
.linked-cards p:last-child {
  font-size: var(--md-header-font-size);
}
@media screen and (min-width: 64rem) {
  .linked-cards .linked-info {
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 105rem) {
  .linked-cards .linked-info {
    grid-column: 1;
  }
}
.linked-cards .linked-card__content.bg-green h3 {
  color: white;
}
.linked-cards .linked-card__content.bg-green i.ri-arrow-right-line {
  color: white !important;
}
.linked-cards .linked-card__content.bg-green-bright h3 {
  color: #205C42;
}
.linked-cards .linked-card__content.bg-green-bright hr {
  background-color: white;
}
.linked-cards .linked-card__content.bg-green-bright i.ri-arrow-right-line {
  color: #205C42 !important;
}
.linked-cards .linked-card__content.bg-grey h3 {
  color: #535557;
}
.linked-cards .linked-card__content.bg-grey i.ri-arrow-right-line {
  color: #205C42 !important;
}
.linked-cards .linked-card__content.bg-grey-dark h3 {
  color: white;
}
.linked-cards .linked-card__content.bg-grey-dark i.ri-arrow-right-line {
  color: white !important;
}

.our-values {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 64rem) {
  .our-values {
    gap: 80px;
  }
}
@media screen and (min-width: 105rem) {
  .our-values {
    flex-direction: row;
    gap: 140px;
  }
}

.our-values__intro {
  flex-shrink: 0;
}
.our-values__intro .section-title {
  color: #205C42;
  font-size: 18px !important;
  margin-bottom: 12px !important;
}
@media screen and (min-width: 64rem) {
  .our-values__intro {
    width: 100%;
  }
}
@media screen and (min-width: 105rem) {
  .our-values__intro {
    width: 30%;
  }
}

.our-values__swiper-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .our-values__swiper-wrapper {
    overflow: visible;
  }
}

.our-values__swiper {
  overflow: visible;
}

@media (min-width: 768px) {
  .our-values__items {
    display: flex;
    transform: none !important;
    height: 505px;
  }
}

.our-values__slide {
  height: auto;
}
@media (min-width: 768px) {
  .our-values__slide {
    flex: 1 1 0;
    width: auto !important;
    margin-right: 0 !important;
    transition: flex 0.35s ease;
  }
}

@media (min-width: 768px) {
  .our-values__slide:has(.value-card.is-active) {
    flex: 4 1 0;
  }
}

.our-values__slide {
  min-width: 0;
}
@media (min-width: 768px) {
  .our-values__slide {
    overflow: hidden;
  }
}

.value-card {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.value-card {
  --value-color: #1E5D42;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 28rem;
  padding: 1.5rem;
  border: 0;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  appearance: none;
  background-color: transparent;
  color: #000;
}
.value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--value-color);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s ease;
}
.value-card:hover::before, .value-card.is-active::before {
  transform: scaleY(1);
}
.value-card:hover .value-card__letter,
.value-card:hover .value-card__title,
.value-card:hover .value-card__description, .value-card.is-active .value-card__letter,
.value-card.is-active .value-card__title,
.value-card.is-active .value-card__description {
  color: white;
}
.value-card:hover .value-card__image-white, .value-card.is-active .value-card__image-white {
  opacity: 1;
  visibility: visible;
}
.value-card:hover .value-card__image-color, .value-card.is-active .value-card__image-color {
  opacity: 0;
  visibility: hidden;
}
.value-card--green {
  --value-color: #1E5D42;
  border-left: 1px solid #1E5D42;
}
.value-card--green .value-card__letter {
  color: #1E5D42;
}
.value-card--yellow {
  --value-color: #F4B11E;
  border-left: 1px solid #F4B11E;
}
.value-card--yellow .value-card__letter {
  color: #F4B11E;
}
.value-card--red {
  --value-color: #C23142;
  border-left: 1px solid #C23142;
}
.value-card--red .value-card__letter {
  color: #C23142;
}
.value-card--blue {
  --value-color: #0E77B9;
  border-left: 1px solid #0E77B9;
}
.value-card--blue .value-card__letter {
  color: #0E77B9;
}
.value-card--grey {
  --value-color: #535556;
  border-left: 1px solid #535556;
}
.value-card--grey .value-card__letter {
  color: #535556;
}
@media (min-width: 768px) {
  .value-card {
    min-height: 32rem;
  }
}

.value-card__letter,
.value-card__title,
.value-card__description,
.value-card__image-white,
.value-card__image-color {
  position: relative;
  z-index: 1;
  transition: color 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.value-card__letter {
  margin: 0;
  font-size: 75px !important;
  font-weight: 425;
}

.value-card__content {
  display: grid;
  gap: 1rem;
}

.value-card__title,
.value-card__description {
  color: #000;
  opacity: 0;
  visibility: hidden;
}

.value-card.is-active .value-card__title,
.value-card.is-active .value-card__description {
  opacity: 1;
  visibility: visible;
  color: white;
}

.value-card .value-card__content {
  display: none;
  width: 100%;
  max-width: 360px;
  min-width: 0;
  display: grid;
  gap: 1rem;
}

.value-card.is-active .value-card__content {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.value-card__image-white {
  display: none;
}

.value-card__image-color {
  opacity: 1;
  display: block;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.value-card.is-active .value-card__title,
.value-card.is-active .value-card__description,
.value-card.is-active .value-card__image-white {
  opacity: 1;
  display: block;
  visibility: visible;
}

.value-card:hover .value-card__image-white,
.value-card.is-active .value-card__image-white {
  opacity: 1;
  display: block;
  visibility: visible;
}

.value-card:hover .value-card__image-color,
.value-card.is-active .value-card__image-color {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.value-card__image-white,
.value-card__image-color {
  max-width: 6.5rem;
  height: auto;
}

.value-card__image {
  position: relative;
  z-index: 1;
  width: 8rem;
  height: 8rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.value-card__image-color,
.value-card__image-white {
  grid-area: 1/1;
  max-width: 6.5rem;
  max-height: 6.5rem;
  height: auto;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.value-card__image-white {
  opacity: 0;
  visibility: hidden;
}

.value-card__image-color {
  opacity: 1;
  visibility: visible;
}

.value-card:hover .value-card__image-white,
.value-card.is-active .value-card__image-white {
  opacity: 1;
  visibility: visible;
}

.value-card:hover .value-card__image-color,
.value-card.is-active .value-card__image-color {
  opacity: 0;
  visibility: hidden;
}

.our-values__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .our-values__controls {
    display: none;
  }
}

.our-values__dots {
  position: static;
  width: auto;
  text-align: left;
}

.our-values__arrows {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.our-values__button-prev,
.our-values__button-next {
  position: static;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
}

.our-values__button-prev::after,
.our-values__button-next::after {
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.fancybox__slide {
  margin: 0;
  padding: 0 !important;
}
.fancybox__viewport {
  margin: 2rem auto 0;
  max-height: 95vh;
  max-width: 85vw;
}
@media screen and (min-width: 97.5rem) {
  .fancybox__viewport {
    max-width: 75vw;
  }
}
.fancybox__content {
  padding: 0;
  overflow: hidden;
}

.f-button.is-close-btn {
  top: 1.25rem !important;
  right: 1.25rem !important;
  height: fit-content;
  width: fit-content;
  color: #87898A;
  opacity: 100% !important;
}
.f-button.is-close-btn:hover {
  color: #95C11F;
}

.swiper {
  width: 100%;
}

.swiper-wrapper, .swiper-slide {
  height: auto !important;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-controls-container, .swiper-button-container {
  display: flex;
  gap: 3rem;
}

.swiper-controls-container {
  justify-content: space-between;
  align-items: center;
}

.swiper-button-container .swiper-button-next, .swiper-button-container .swiper-button-prev {
  position: relative;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  height: fit-content;
  color: #205C42;
}
.swiper-button-container .swiper-button-next i, .swiper-button-container .swiper-button-prev i {
  font-size: 3rem;
  transition: 300ms;
}
.swiper-button-container .swiper-button-next::after, .swiper-button-container .swiper-button-prev::after {
  content: "";
}
.swiper-button-container .swiper-button-next:hover i, .swiper-button-container .swiper-button-prev:hover i {
  color: #95C11F;
}

.swiper-scrollbar {
  position: relative !important;
  left: 0 !important;
  height: 3px !important;
  width: 100% !important;
  border-radius: 0;
}
.swiper-scrollbar-drag {
  background: #95C11F;
}
@media screen and (min-width: 75rem) {
  .swiper-scrollbar {
    max-width: 17rem;
  }
}

.swiper-dots {
  display: flex;
  gap: 0.75rem;
  width: fit-content !important;
}
.swiper-dots .swiper-pagination-bullet {
  margin: 0 !important;
  height: 0.5rem;
  width: 0.5rem;
  background: #009E45;
  border-radius: 0;
}
.swiper-dots .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #87898A;
  opacity: 50%;
}
@media screen and (min-width: 48rem) {
  .swiper-dots {
    gap: 1rem;
  }
  .swiper-dots .swiper-pagination-bullet {
    height: 0.75rem;
    width: 0.75rem;
  }
}

.swiper-links {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 2px rgba(135, 137, 138, 0.2509803922);
  font-weight: 900;
  text-transform: uppercase;
}
.swiper-links a {
  position: relative;
  line-height: 1;
  opacity: 80%;
}
.swiper-links a:hover {
  text-decoration: none;
}
.swiper-links a:hover, .swiper-links a.active {
  opacity: 100%;
}
.swiper-links a::before {
  content: "";
  position: absolute;
  bottom: calc(-1.5rem - 2px);
  left: 0;
  height: 2px;
  width: 100%;
  background: #95C11F;
  transform: scaleX(0);
  transition: 250ms ease-in-out;
}
.swiper-links a.active::before {
  transform: scaleX(100%);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Colors
--------------------------------------------- */
.bg-green {
  background-color: #205C42 !important;
}
.bg-green-bright {
  background-color: #95C11F !important;
}
.bg-grey {
  background-color: #E3E3E3 !important;
}
.bg-grey-dark {
  background-color: #535557 !important;
}
.bg-pale-green {
  background-color: rgba(149, 193, 31, 0.0509803922) !important;
}
.bg-pastel-green {
  background-color: rgba(84, 150, 103, 0.2) !important;
}
.bg-white {
  background-color: #ffffff !important;
}

.col-green {
  color: #205C42 !important;
}
.col-green-bright {
  color: #95C11F !important;
}
.col-grey {
  color: #E3E3E3 !important;
}
.col-grey-dark {
  color: #535557 !important;
}
.col-pale-green {
  color: rgba(149, 193, 31, 0.0509803922) !important;
}
.col-pastel-green {
  color: #549667 !important;
}
.col-white {
  color: #ffffff !important;
}

.fill-green {
  fill: #205C42 !important;
}
.fill-green-bright {
  fill: #95C11F !important;
}
.fill-grey {
  fill: #E3E3E3 !important;
}
.fill-grey-dark {
  fill: #535557 !important;
}
.fill-pale-green {
  fill: rgba(149, 193, 31, 0.0509803922) !important;
}
.fill-pastel-green {
  fill: #549667 !important;
}
.fill-white {
  fill: #ffffff !important;
}

/* Display
--------------------------------------------- */
.overflow-hidden {
  overflow: hidden;
}

/*
 * Display
 */
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}

.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-6 {
  order: 6 !important;
}
@media screen and (min-width: 75rem) {
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-6 {
    order: 6 !important;
  }
}

.align-start {
  align-items: flex-start !important;
}
.align-end {
  align-items: flex-start !important;
}
.align-center {
  align-items: center !important;
}

.justify-center {
  justify-content: center !important;
}
.justify-space-between {
  justify-content: space-between !important;
}

/* Grid
--------------------------------------------- */
:root {
  --gutter-x: 1.5rem;
}
@media screen and (min-width: 389px) {
  :root {
    --gutter-x: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --gutter-x: 2.5rem;
  }
}

.gutter-0 {
  --gutter-x: 0;
}

.gutter-1 {
  --gutter-x: 1.875rem;
}

.gutter-2 {
  --gutter-x: 3.6rem;
}

.gutter-3 {
  --gutter-x: 5rem;
}

.gutter-4 {
  --gutter-x: 6rem;
}

.container,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-full,
[class*=-narrow] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--gutter-x);
  padding-left: var(--gutter-x);
}

.container-narrow {
  width: 80%;
}

@media screen and (min-width: 36rem) {
  .container,
  .container-xs {
    max-width: calc(36rem - 10px);
  }
  .container-xs-narrow {
    width: 80%;
  }
}
@media screen and (min-width: 48rem) {
  .container,
  .container-xs,
  .container-sm {
    max-width: calc(48rem - 10px);
  }
  .container-sm-narrow {
    width: 80%;
  }
}
@media screen and (min-width: 64rem) {
  .container,
  .container-xs,
  .container-sm,
  .container-md {
    max-width: calc(64rem - 10px);
  }
  .container-md-narrow {
    width: 80%;
  }
}
@media screen and (min-width: 75rem) {
  .container,
  .container-xs,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: calc(75rem - 10px);
  }
  .container-lg-narrow {
    width: 70%;
  }
}
@media screen and (min-width: 90rem) {
  .container,
  .container-xs,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: calc(90rem - 10px);
  }
  .container-xl-narrow {
    width: 70%;
  }
}
@media screen and (min-width: 105rem) {
  .container,
  .container-xs,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: calc(105rem - 10px);
  }
  .container-xxl-narrow {
    width: 70%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter-x) / -2);
  margin-right: calc(var(--gutter-x) / -2);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) / 2);
  padding-left: calc(var(--gutter-x) / 2);
}

.col {
  flex: 1 0 0;
}

.col-auto {
  flex: none;
  width: auto;
}

.col-1 {
  flex: none;
  width: calc(100% / 12 * 1);
}

.col-2 {
  flex: none;
  width: calc(100% / 12 * 2);
}

.col-3 {
  flex: none;
  width: calc(100% / 12 * 3);
}

.col-4 {
  flex: none;
  width: calc(100% / 12 * 4);
}

.col-5 {
  flex: none;
  width: calc(100% / 12 * 5);
}

.col-6 {
  flex: none;
  width: calc(100% / 12 * 6);
}

.col-7 {
  flex: none;
  width: calc(100% / 12 * 7);
}

.col-8 {
  flex: none;
  width: calc(100% / 12 * 8);
}

.col-9 {
  flex: none;
  width: calc(100% / 12 * 9);
}

.col-10 {
  flex: none;
  width: calc(100% / 12 * 10);
}

.col-11 {
  flex: none;
  width: calc(100% / 12 * 11);
}

.col-12 {
  flex: none;
  width: calc(100% / 12 * 12);
}

.offset-1 {
  margin-left: calc(100% / 12 * 1);
}

.offset-2 {
  margin-left: calc(100% / 12 * 2);
}

.offset-3 {
  margin-left: calc(100% / 12 * 3);
}

.offset-4 {
  margin-left: calc(100% / 12 * 4);
}

.offset-5 {
  margin-left: calc(100% / 12 * 5);
}

.offset-6 {
  margin-left: calc(100% / 12 * 6);
}

.offset-7 {
  margin-left: calc(100% / 12 * 7);
}

.offset-8 {
  margin-left: calc(100% / 12 * 8);
}

.offset-9 {
  margin-left: calc(100% / 12 * 9);
}

.offset-10 {
  margin-left: calc(100% / 12 * 10);
}

.offset-11 {
  margin-left: calc(100% / 12 * 11);
}

.offset-12 {
  margin-left: calc(100% / 12 * 12);
}

@media screen and (min-width: 36rem) {
  .col-xs {
    flex: 1 0 0;
  }
  .col-xs-auto {
    flex: none;
    width: auto;
  }
  .col-xs-1 {
    flex: none;
    width: calc(100% / 12 * 1);
  }
  .col-xs-2 {
    flex: none;
    width: calc(100% / 12 * 2);
  }
  .col-xs-3 {
    flex: none;
    width: calc(100% / 12 * 3);
  }
  .col-xs-4 {
    flex: none;
    width: calc(100% / 12 * 4);
  }
  .col-xs-5 {
    flex: none;
    width: calc(100% / 12 * 5);
  }
  .col-xs-6 {
    flex: none;
    width: calc(100% / 12 * 6);
  }
  .col-xs-7 {
    flex: none;
    width: calc(100% / 12 * 7);
  }
  .col-xs-8 {
    flex: none;
    width: calc(100% / 12 * 8);
  }
  .col-xs-9 {
    flex: none;
    width: calc(100% / 12 * 9);
  }
  .col-xs-10 {
    flex: none;
    width: calc(100% / 12 * 10);
  }
  .col-xs-11 {
    flex: none;
    width: calc(100% / 12 * 11);
  }
  .col-xs-12 {
    flex: none;
    width: calc(100% / 12 * 12);
  }
  .offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-xs-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media screen and (min-width: 48rem) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: none;
    width: auto;
  }
  .col-sm-1 {
    flex: none;
    width: calc(100% / 12 * 1);
  }
  .col-sm-2 {
    flex: none;
    width: calc(100% / 12 * 2);
  }
  .col-sm-3 {
    flex: none;
    width: calc(100% / 12 * 3);
  }
  .col-sm-4 {
    flex: none;
    width: calc(100% / 12 * 4);
  }
  .col-sm-5 {
    flex: none;
    width: calc(100% / 12 * 5);
  }
  .col-sm-6 {
    flex: none;
    width: calc(100% / 12 * 6);
  }
  .col-sm-7 {
    flex: none;
    width: calc(100% / 12 * 7);
  }
  .col-sm-8 {
    flex: none;
    width: calc(100% / 12 * 8);
  }
  .col-sm-9 {
    flex: none;
    width: calc(100% / 12 * 9);
  }
  .col-sm-10 {
    flex: none;
    width: calc(100% / 12 * 10);
  }
  .col-sm-11 {
    flex: none;
    width: calc(100% / 12 * 11);
  }
  .col-sm-12 {
    flex: none;
    width: calc(100% / 12 * 12);
  }
  .offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-sm-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media screen and (min-width: 64rem) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: none;
    width: auto;
  }
  .col-md-1 {
    flex: none;
    width: calc(100% / 12 * 1);
  }
  .col-md-2 {
    flex: none;
    width: calc(100% / 12 * 2);
  }
  .col-md-3 {
    flex: none;
    width: calc(100% / 12 * 3);
  }
  .col-md-4 {
    flex: none;
    width: calc(100% / 12 * 4);
  }
  .col-md-5 {
    flex: none;
    width: calc(100% / 12 * 5);
  }
  .col-md-6 {
    flex: none;
    width: calc(100% / 12 * 6);
  }
  .col-md-7 {
    flex: none;
    width: calc(100% / 12 * 7);
  }
  .col-md-8 {
    flex: none;
    width: calc(100% / 12 * 8);
  }
  .col-md-9 {
    flex: none;
    width: calc(100% / 12 * 9);
  }
  .col-md-10 {
    flex: none;
    width: calc(100% / 12 * 10);
  }
  .col-md-11 {
    flex: none;
    width: calc(100% / 12 * 11);
  }
  .col-md-12 {
    flex: none;
    width: calc(100% / 12 * 12);
  }
  .offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-md-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media screen and (min-width: 75rem) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: none;
    width: auto;
  }
  .col-lg-1 {
    flex: none;
    width: calc(100% / 12 * 1);
  }
  .col-lg-2 {
    flex: none;
    width: calc(100% / 12 * 2);
  }
  .col-lg-3 {
    flex: none;
    width: calc(100% / 12 * 3);
  }
  .col-lg-4 {
    flex: none;
    width: calc(100% / 12 * 4);
  }
  .col-lg-5 {
    flex: none;
    width: calc(100% / 12 * 5);
  }
  .col-lg-6 {
    flex: none;
    width: calc(100% / 12 * 6);
  }
  .col-lg-7 {
    flex: none;
    width: calc(100% / 12 * 7);
  }
  .col-lg-8 {
    flex: none;
    width: calc(100% / 12 * 8);
  }
  .col-lg-9 {
    flex: none;
    width: calc(100% / 12 * 9);
  }
  .col-lg-10 {
    flex: none;
    width: calc(100% / 12 * 10);
  }
  .col-lg-11 {
    flex: none;
    width: calc(100% / 12 * 11);
  }
  .col-lg-12 {
    flex: none;
    width: calc(100% / 12 * 12);
  }
  .offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-lg-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media screen and (min-width: 90rem) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: none;
    width: auto;
  }
  .col-xl-1 {
    flex: none;
    width: calc(100% / 12 * 1);
  }
  .col-xl-2 {
    flex: none;
    width: calc(100% / 12 * 2);
  }
  .col-xl-3 {
    flex: none;
    width: calc(100% / 12 * 3);
  }
  .col-xl-4 {
    flex: none;
    width: calc(100% / 12 * 4);
  }
  .col-xl-5 {
    flex: none;
    width: calc(100% / 12 * 5);
  }
  .col-xl-6 {
    flex: none;
    width: calc(100% / 12 * 6);
  }
  .col-xl-7 {
    flex: none;
    width: calc(100% / 12 * 7);
  }
  .col-xl-8 {
    flex: none;
    width: calc(100% / 12 * 8);
  }
  .col-xl-9 {
    flex: none;
    width: calc(100% / 12 * 9);
  }
  .col-xl-10 {
    flex: none;
    width: calc(100% / 12 * 10);
  }
  .col-xl-11 {
    flex: none;
    width: calc(100% / 12 * 11);
  }
  .col-xl-12 {
    flex: none;
    width: calc(100% / 12 * 12);
  }
  .offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-xl-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media screen and (min-width: 105rem) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: none;
    width: auto;
  }
  .col-xxl-1 {
    flex: none;
    width: calc(100% / 12 * 1);
  }
  .col-xxl-2 {
    flex: none;
    width: calc(100% / 12 * 2);
  }
  .col-xxl-3 {
    flex: none;
    width: calc(100% / 12 * 3);
  }
  .col-xxl-4 {
    flex: none;
    width: calc(100% / 12 * 4);
  }
  .col-xxl-5 {
    flex: none;
    width: calc(100% / 12 * 5);
  }
  .col-xxl-6 {
    flex: none;
    width: calc(100% / 12 * 6);
  }
  .col-xxl-7 {
    flex: none;
    width: calc(100% / 12 * 7);
  }
  .col-xxl-8 {
    flex: none;
    width: calc(100% / 12 * 8);
  }
  .col-xxl-9 {
    flex: none;
    width: calc(100% / 12 * 9);
  }
  .col-xxl-10 {
    flex: none;
    width: calc(100% / 12 * 10);
  }
  .col-xxl-11 {
    flex: none;
    width: calc(100% / 12 * 11);
  }
  .col-xxl-12 {
    flex: none;
    width: calc(100% / 12 * 12);
  }
  .offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
  .offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
  .offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
  .offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
  .offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
  .offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
  .offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
  .offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
  .offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
  .offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
  .offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
  .offset-xxl-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
/* Spacing
--------------------------------------------- */
.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}

/* Text
--------------------------------------------- */
.text-uppercase {
  text-transform: uppercase !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-underline {
  text-decoration: underline;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media screen and (min-width: 48rem) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 64rem) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 75rem) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.text-regular {
  font-weight: 400 !important;
}
.text-medium {
  font-weight: 500 !important;
}
.text-bold {
  font-weight: 700 !important;
}
.text-green {
  color: #95C11F !important;
}

h2.h2--small, h3.h3--small {
  color: #205C42;
}

h2.h2--small {
  font-size: var(--xl-font-size);
}

h3.h3--small {
  font-size: var(--lg-font-size);
  font-weight: 900;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */
