@charset "UTF-8";
/*!
Theme Name: ASPEN
Theme URI: http://underscores.me/
Author: Pixelstorm
Author URI: http://pixelstorm.com.au
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: bde
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.

APNA 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
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;700;900&display=swap");
/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          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: bold;
}

/**
 * 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 {
  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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #525252;
  font-family: "Yantramanav", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
.product-block__title,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1, h2, .product-block__title, h3, h4, h5, h6, .single-post .intro__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.2px;
  margin: 0;
  margin-bottom: 0.75em;
}

h1 {
  font-size: 36px;
}

@media only screen and (min-width: 48em) {
  h1 {
    font-size: 53.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: -webkit-calc(4.1666666667vw - 0px);
    font-size: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 60px;
  }
}


h2,
.product-block__title {
  font-size: 40px;
}

@media screen and (min-width: 1280px) {
  
  h2,
  .product-block__title {
    font-size: -webkit-calc(3.125vw + 0px);
    font-size: calc(3.125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  
  h2,
  .product-block__title {
    font-size: 45px;
  }
}

h3 {
  font-size: 29.3333333333px;
}

@media screen and (min-width: 1280px) {
  h3 {
    font-size: -webkit-calc(2.2916666667vw - 0px);
    font-size: calc(2.2916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  h3 {
    font-size: 33px;
  }
}

h4 {
  font-size: 24px;
}

@media screen and (min-width: 1280px) {
  h4 {
    font-size: -webkit-calc(1.875vw + 0px);
    font-size: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  h4 {
    font-size: 27px;
  }
}

h5 {
  font-size: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  h5 {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  h6 {
    font-size: -webkit-calc(1.4583333333vw - 0px);
    font-size: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  h6 {
    font-size: 21px;
  }
}

p, li, .product-project__subtitle, .product-block__subtitle, .video__subtitle, .intro__subtitle, .testimonial-slider__author, .project-archive-intro__subtitle, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper span.gform_description {
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #525252;
  margin-top: 0;
  margin-bottom: 1.5em;
}

p, li, .product-project__subtitle, .product-block__subtitle, .video__subtitle, .intro__subtitle, .testimonial-slider__author, .project-archive-intro__subtitle, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper span.gform_description {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  p, li, .product-project__subtitle, .product-block__subtitle, .video__subtitle, .intro__subtitle, .testimonial-slider__author, .project-archive-intro__subtitle, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper span.gform_description {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  p, li, .product-project__subtitle, .product-block__subtitle, .video__subtitle, .intro__subtitle, .testimonial-slider__author, .project-archive-intro__subtitle, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper span.gform_description {
    font-size: 18px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

body.post, body.page {
  margin-bottom: 0;
}

.arrow {
  border: solid #525252;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
}

.arrow_right {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow_left {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.arrow_up {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.arrow_down {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

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;
}

li {
  line-height: 1.75;
  margin-bottom: 0em;
}

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

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

figure {
  margin: 1em 0;
}

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

table, th, td {
  border: 1px solid #f4f4f4;
}

td {
  padding: 15px;
}

/* Links
--------------------------------------------- */
a {
  color: #9EB73B;
  text-decoration: none;
}

a:visited {
  color: #9EB73B;
}

a:focus, a:active {
  color: #9EB73B;
}

a:focus {
  outline: thin dotted;
}

a:hover {
  color: #9EB73B;
}

a:hover, a:active {
  outline: 0;
}

.aspen-blog__back-link {
  position: relative;
}

.aspen-blog__back-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -3px;
  background-color: #9EB73B;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.aspen-blog__back-link:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.product-info__content a, .product-block__subtitle a, .video__subtitle a, .product-archive__item .entry-title a, .intro__subtitle a, .content-image__text-wrapper a:not(.content-image__button), .project-info__intro a, .project-info__content a, .project-archive-intro__subtitle a, .standard-text__wrapper a, .aspen-blog__content-wrapper .entry-content a, .aspen-post__title a, .aspen-post__readmore, .main-footer__widget .widget_nav_menu ul li a, .main-footer__copy-left a, .main-footer__copy-right a {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#9EB73B));
  background-image: linear-gradient(transparent, #9EB73B);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: background-size .3s;
          transition: background-size .3s;
}

.product-info__content a:hover, .product-block__subtitle a:hover, .video__subtitle a:hover, .product-archive__item .entry-title a:hover, .intro__subtitle a:hover, .content-image__text-wrapper a:hover:not(.content-image__button), .project-info__intro a:hover, .project-info__content a:hover, .project-archive-intro__subtitle a:hover, .standard-text__wrapper a:hover, .aspen-blog__content-wrapper .entry-content a:hover, .aspen-post__title a:hover, .aspen-post__readmore:hover, .main-footer__widget .widget_nav_menu ul li a:hover, .main-footer__copy-left a:hover, .main-footer__copy-right a:hover, .product-info__content a:focus, .product-block__subtitle a:focus, .video__subtitle a:focus, .product-archive__item .entry-title a:focus, .intro__subtitle a:focus, .content-image__text-wrapper a:focus:not(.content-image__button), .project-info__intro a:focus, .project-info__content a:focus, .project-archive-intro__subtitle a:focus, .standard-text__wrapper a:focus, .aspen-blog__content-wrapper .entry-content a:focus, .aspen-post__title a:focus, .aspen-post__readmore:focus, .main-footer__widget .widget_nav_menu ul li a:focus, .main-footer__copy-left a:focus, .main-footer__copy-right a:focus {
  background-size: 100% 2px;
}

a:not(.social-top__icon):not(.socmed-icon__link):not(.social-mobile__icon):not(.card-grid__link):not(.card-grid__box-link).ext-link:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: transparent;
  background-image: url(images/external-link_teal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 6px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.product-project__button, .product-block__button, .two-boxes__white-content .outline-button-teal, .contact-locations__button.white, .resources-video__button, .woocommerce .product-visit__button,
.woocommerce-page .product-visit__button,
.page .product-visit__button, .contact-info__right-button, .resources-download__button, .project-archive-filter__clear, .footer-cta__button, .product-info__enquiry-button, .contact-locations__button.green, .error-404__button, .map-location__button.green, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button,
.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input[type="submit"], .project-archive-filter__button, .contact-info__right-form .gform_wrapper .gform_footer input.button, .contact-info__right-form .gform_wrapper .gform_footer input[type="submit"], .map-location__button.white {
  display: inline-block;
  font-weight: 600;
  font-size: 9.3333333333px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 17px 29.3333333333px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 26.6666666667px;
          border-radius: 26.6666666667px;
}

@media only screen and (min-width: 80em) {
  .product-project__button, .product-block__button, .two-boxes__white-content .outline-button-teal, .contact-locations__button.white, .resources-video__button, .woocommerce .product-visit__button,
  .woocommerce-page .product-visit__button,
  .page .product-visit__button, .contact-info__right-button, .resources-download__button, .project-archive-filter__clear, .footer-cta__button, .product-info__enquiry-button, .contact-locations__button.green, .error-404__button, .map-location__button.green, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button,
  .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input[type="submit"], .project-archive-filter__button, .contact-info__right-form .gform_wrapper .gform_footer input.button, .contact-info__right-form .gform_wrapper .gform_footer input[type="submit"], .map-location__button.white {
    font-size: 14.000025px;
    line-height: 18px;
    padding: 17px 33px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
    min-width: 196.7475px;
    min-height: 56.0025px;
  }
}

.product-project__button, .product-block__button, .two-boxes__white-content .outline-button-teal, .contact-locations__button.white, .resources-video__button {
  color: #9EB73B;
  border: 2px solid #9EB73B;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.product-project__button:hover, .product-block__button:hover, .two-boxes__white-content .outline-button-teal:hover, .contact-locations__button.white:hover, .resources-video__button:hover {
  background-position: left bottom;
}

.product-project__button:active, .product-block__button:active, .two-boxes__white-content .outline-button-teal:active, .contact-locations__button.white:active, .resources-video__button:active, .product-project__button:visited, .product-block__button:visited, .two-boxes__white-content .outline-button-teal:visited, .contact-locations__button.white:visited, .resources-video__button:visited {
  color: #9EB73B;
}

.product-project__button:hover, .product-block__button:hover, .two-boxes__white-content .outline-button-teal:hover, .contact-locations__button.white:hover, .resources-video__button:hover {
  color: #fff;
}

.woocommerce .product-visit__button,
.woocommerce-page .product-visit__button,
.page .product-visit__button, .contact-info__right-button, .resources-download__button, .project-archive-filter__clear, .footer-cta__button {
  color: #fff;
  border: 2px solid #fff;
  background: linear-gradient(90deg, #525252 0%, #525252 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.woocommerce .product-visit__button:hover,
.woocommerce-page .product-visit__button:hover,
.page .product-visit__button:hover, .contact-info__right-button:hover, .resources-download__button:hover, .project-archive-filter__clear:hover, .footer-cta__button:hover {
  background-position: left bottom;
}

.woocommerce .product-visit__button:hover,
.woocommerce-page .product-visit__button:hover,
.page .product-visit__button:hover, .contact-info__right-button:hover, .resources-download__button:hover, .project-archive-filter__clear:hover, .footer-cta__button:hover, .woocommerce .product-visit__button:focus,
.woocommerce-page .product-visit__button:focus,
.page .product-visit__button:focus, .contact-info__right-button:focus, .resources-download__button:focus, .project-archive-filter__clear:focus, .footer-cta__button:focus, .woocommerce .product-visit__button:active,
.woocommerce-page .product-visit__button:active,
.page .product-visit__button:active, .contact-info__right-button:active, .resources-download__button:active, .project-archive-filter__clear:active, .footer-cta__button:active, .woocommerce .product-visit__button:visited,
.woocommerce-page .product-visit__button:visited,
.page .product-visit__button:visited, .contact-info__right-button:visited, .resources-download__button:visited, .project-archive-filter__clear:visited, .footer-cta__button:visited {
  color: #fff;
}

.woocommerce .product-visit__button:hover,
.woocommerce-page .product-visit__button:hover,
.page .product-visit__button:hover, .contact-info__right-button:hover, .resources-download__button:hover, .project-archive-filter__clear:hover, .footer-cta__button:hover {
  border-color: #525252;
}

.product-info__enquiry-button, .contact-locations__button.green, .error-404__button, .map-location__button.green, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button,
.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input[type="submit"] {
  color: #fff;
  border: 2px solid #9EB73B;
  background: linear-gradient(90deg, #525252 0%, #525252 50%, #9EB73B 50%, #9EB73B 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.product-info__enquiry-button:hover, .contact-locations__button.green:hover, .error-404__button:hover, .map-location__button.green:hover, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button:hover,
.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input:hover[type="submit"] {
  background-position: left bottom;
}

.product-info__enquiry-button:hover, .contact-locations__button.green:hover, .error-404__button:hover, .map-location__button.green:hover, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button:hover,
.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input:hover[type="submit"], .product-info__enquiry-button:focus, .contact-locations__button.green:focus, .error-404__button:focus, .map-location__button.green:focus, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button:focus,
.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input:focus[type="submit"], .product-info__enquiry-button:active, .contact-locations__button.green:active, .error-404__button:active, .map-location__button.green:active, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button:active,
.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input:active[type="submit"], .product-info__enquiry-button:visited, .contact-locations__button.green:visited, .error-404__button:visited, .map-location__button.green:visited, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button:visited,
.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input:visited[type="submit"] {
  color: #fff;
}

.product-info__enquiry-button:hover, .contact-locations__button.green:hover, .error-404__button:hover, .map-location__button.green:hover, .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button:hover,
.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input:hover[type="submit"] {
  border-color: #525252;
}

.project-archive-filter__button {
  color: #fff;
  border: 2px solid #525252;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #525252 50%, #525252 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.project-archive-filter__button:hover {
  background-position: left bottom;
}

.project-archive-filter__button:focus, .project-archive-filter__button:active, .project-archive-filter__button:visited {
  color: #fff;
}

.project-archive-filter__button:hover {
  color: #525252;
  border-color: #fff;
}

.contact-info__right-form .gform_wrapper .gform_footer input.button, .contact-info__right-form .gform_wrapper .gform_footer input[type="submit"] {
  color: #525252;
  border: 2px solid #fff;
  background: linear-gradient(90deg, #525252 0%, #525252 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.contact-info__right-form .gform_wrapper .gform_footer input.button:hover, .contact-info__right-form .gform_wrapper .gform_footer input:hover[type="submit"] {
  background-position: left bottom;
}

.contact-info__right-form .gform_wrapper .gform_footer input.button:active, .contact-info__right-form .gform_wrapper .gform_footer input:active[type="submit"], .contact-info__right-form .gform_wrapper .gform_footer input.button:visited, .contact-info__right-form .gform_wrapper .gform_footer input:visited[type="submit"], .contact-info__right-form .gform_wrapper .gform_footer input.button:focus, .contact-info__right-form .gform_wrapper .gform_footer input:focus[type="submit"] {
  color: #525252;
}

.contact-info__right-form .gform_wrapper .gform_footer input.button:hover, .contact-info__right-form .gform_wrapper .gform_footer input:hover[type="submit"] {
  color: #fff;
  border-color: #525252;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  width: 100%;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify-content;
  -webkit-justify-content: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 45px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 64em) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    padding-left: 0;
    padding-right: 0;
  }
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    margin-bottom: -webkit-calc(3.125vw + 0px);
    margin-bottom: calc(3.125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 120em) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    max-width: 1540px;
  }
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  width: 56px;
  height: 56px;
  opacity: 0.75;
  border: 1px solid #9EB73B;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  display: block;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  width: 49.7777777778px;
  height: 49.7777777778px;
}

@media screen and (min-width: 1280px) {
  .comment-navigation .nav-previous a,
  .comment-navigation .nav-next a,
  .posts-navigation .nav-previous a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    width: -webkit-calc(3.8888888889vw - 0px);
    width: calc(3.8888888889vw - 0px);
    height: -webkit-calc(3.8888888889vw - 0px);
    height: calc(3.8888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .comment-navigation .nav-previous a,
  .comment-navigation .nav-next a,
  .posts-navigation .nav-previous a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    width: 56px;
    height: 56px;
  }
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  -webkit-border-radius: 26.6666666667px;
          border-radius: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .comment-navigation .nav-previous a,
  .comment-navigation .nav-next a,
  .posts-navigation .nav-previous a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    -webkit-border-radius: -webkit-calc(2.0833333333vw - 0px);
            border-radius: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .comment-navigation .nav-previous a,
  .comment-navigation .nav-next a,
  .posts-navigation .nav-previous a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background-position: left bottom;
}

.comment-navigation .nav-previous a:after,
.comment-navigation .nav-next a:after,
.posts-navigation .nav-previous a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent url(images/arrow_green.svg) center no-repeat;
  background-size: contain;
}

.comment-navigation .nav-previous a:after,
.comment-navigation .nav-next a:after,
.posts-navigation .nav-previous a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
  width: 8.8888888889px;
}

@media screen and (min-width: 1280px) {
  .comment-navigation .nav-previous a:after,
  .comment-navigation .nav-next a:after,
  .posts-navigation .nav-previous a:after,
  .posts-navigation .nav-next a:after,
  .post-navigation .nav-previous a:after,
  .post-navigation .nav-next a:after {
    width: -webkit-calc(0.6944444444vw + 0px);
    width: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .comment-navigation .nav-previous a:after,
  .comment-navigation .nav-next a:after,
  .posts-navigation .nav-previous a:after,
  .posts-navigation .nav-next a:after,
  .post-navigation .nav-previous a:after,
  .post-navigation .nav-next a:after {
    width: 10px;
  }
}

.comment-navigation .nav-previous a:after,
.comment-navigation .nav-next a:after,
.posts-navigation .nav-previous a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
  height: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .comment-navigation .nav-previous a:after,
  .comment-navigation .nav-next a:after,
  .posts-navigation .nav-previous a:after,
  .posts-navigation .nav-next a:after,
  .post-navigation .nav-previous a:after,
  .post-navigation .nav-next a:after {
    height: -webkit-calc(1.3888888889vw + 0px);
    height: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .comment-navigation .nav-previous a:after,
  .comment-navigation .nav-next a:after,
  .posts-navigation .nav-previous a:after,
  .posts-navigation .nav-next a:after,
  .post-navigation .nav-previous a:after,
  .post-navigation .nav-next a:after {
    height: 20px;
  }
}

.comment-navigation .nav-previous a:hover:after,
.comment-navigation .nav-next a:hover:after,
.posts-navigation .nav-previous a:hover:after,
.posts-navigation .nav-next a:hover:after,
.post-navigation .nav-previous a:hover:after,
.post-navigation .nav-next a:hover:after {
  background: transparent url(images/arrow_white.svg) center no-repeat;
  background-size: contain;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pxs-number-navigation {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.pxs-number-navigation .page-numbers {
  display: inline-block;
  color: #fff;
  padding: 10px 17.5px;
  font-weight: bold;
  margin-right: 5px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background: linear-gradient(90deg, #525252 0%, #525252 50%, #9EB73B 50%, #9EB73B 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.pxs-number-navigation .page-numbers:hover {
  background-position: left bottom;
}

.pxs-number-navigation .page-numbers.current {
  background: transparent;
  border: 1px solid #9EB73B;
  color: #9EB73B;
}

.pxs-number-navigation .page-numbers:last-child {
  margin-right: 0;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

/* 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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  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;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
*:focus {
  outline: none !important;
}

*:not(.slick-track):not(.slick-list):not(.slick-slide):not(.slick-slider) {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.mCustomScrollbar {
  -webkit-transition: none;
          transition: none;
}

.mCustomScrollbar * {
  -webkit-transition: none !important;
          transition: none !important;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
}

.container {
  padding: 0 25px;
  max-width: 90em;
  margin: 0 auto;
}

@media only screen and (min-width: 80em) {
  .container {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 90em) {
  .container {
    max-width: 100vw;
    padding: 0 60px;
  }
}

@media only screen and (min-width: 120em) {
  .container {
    max-width: 120em;
    padding: 0 80px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {
  .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 80em) {
  .row {
    max-width: 1080px;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  -webkit-border-radius: 0px 0px 40px 40px;
          border-radius: 0px 0px 40px 40px;
  z-index: 99;
  position: relative;
}

.site-header {
  -webkit-border-bottom-left-radius: 26.6666666667px;
          border-bottom-left-radius: 26.6666666667px;
  -webkit-border-bottom-right-radius: 26.6666666667px;
          border-bottom-right-radius: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header {
    -webkit-border-bottom-left-radius: -webkit-calc(2.0833333333vw - 0px);
            border-bottom-left-radius: calc(2.0833333333vw - 0px);
    -webkit-border-bottom-right-radius: -webkit-calc(2.0833333333vw - 0px);
            border-bottom-right-radius: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header {
    -webkit-border-bottom-left-radius: 40px;
            border-bottom-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
            border-bottom-right-radius: 40px;
  }
}

.site-header__container {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1280px) {
  .site-header__container {
    padding-left: -webkit-calc(4.1666666667vw - 0px);
    padding-left: calc(4.1666666667vw - 0px);
    padding-right: -webkit-calc(4.1666666667vw - 0px);
    padding-right: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.site-header__row {
  max-width: 100%;
}

.site-header .site-branding {
  min-width: 250px;
}

.site-header .site-branding {
  min-width: 166.666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .site-branding {
    min-width: -webkit-calc(13.0208333333vw - 0px);
    min-width: calc(13.0208333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .site-branding {
    min-width: 250px;
  }
}

.site-header .custom-logo-link {
  line-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 48em) {
  .site-header .custom-logo-link {
    padding-top: 22.2222222222px;
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .site-header .custom-logo-link {
    padding-top: -webkit-calc(1.3020833333vw - 0px);
    padding-top: calc(1.3020833333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .custom-logo-link {
    padding-top: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .site-header .custom-logo-link {
    padding-bottom: -webkit-calc(1.40625vw + 0px);
    padding-bottom: calc(1.40625vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .custom-logo-link {
    padding-bottom: 27px;
  }
}

.site-header .custom-logo {
  width: 150px;
  height: auto;
}

@media only screen and (min-width: 48em) {
  .site-header .custom-logo {
    width: 222.222222222px;
  }
}

@media screen and (min-width: 1280px) {
  .site-header .custom-logo {
    width: -webkit-calc(13.0208333333vw - 0px);
    width: calc(13.0208333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .custom-logo {
    width: 250px;
  }
}

.site-header .site-navigation {
  width: 25%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

@media only screen and (min-width: 80em) {
  .site-header .site-navigation {
    width: 100%;
    display: block;
  }
}

.site-header .main-navigation {
  display: none;
}

@media only screen and (min-width: 80em) {
  .site-header .main-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-header .menu-main-menu-container {
  width: 100%;
  height: 100%;
}

.site-header .main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .main-menu > li {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.site-header .main-menu > li:first-child {
  margin-left: auto;
}

.site-header .main-menu > li:not(:first-child) {
  margin-left: 53.3333px;
}

.site-header .main-menu > li:not(:first-child) {
  margin-left: 35.5555333333px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li:not(:first-child) {
    margin-left: -webkit-calc(2.7777760417vw - 0px);
    margin-left: calc(2.7777760417vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li:not(:first-child) {
    margin-left: 53.3333px;
  }
}

.site-header .main-menu > li.current-menu-item a, .site-header .main-menu > li.current-menu-parent a, .site-header .main-menu > li:hover a {
  color: #9EB73B;
}

.site-header .main-menu > li.current-menu-item a:after, .site-header .main-menu > li.current-menu-parent a:after, .site-header .main-menu > li:hover a:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.site-header .main-menu > li.contact {
  margin-left: 76px;
  font-size: 18.6667px;
  line-height: 24px;
}

.site-header .main-menu > li.contact {
  font-size: 12.4444666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.contact {
    font-size: -webkit-calc(0.9722239583vw - 0px);
    font-size: calc(0.9722239583vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.contact {
    font-size: 18.6667px;
  }
}

.site-header .main-menu > li.contact {
  line-height: 16px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.contact {
    line-height: -webkit-calc(1.25vw + 0px);
    line-height: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.contact {
    line-height: 24px;
  }
}

.site-header .main-menu > li.contact {
  margin-left: 50.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.contact {
    margin-left: -webkit-calc(3.9583333333vw - 0px);
    margin-left: calc(3.9583333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.contact {
    margin-left: 76px;
  }
}

.site-header .main-menu > li.contact a {
  background: linear-gradient(90deg, #424242 0%, #424242 50%, #9EB73B 50%, #9EB73B 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
  color: #fff;
  padding: 25.3333px 58.6667px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-weight: 900;
}

.site-header .main-menu > li.contact a:hover {
  background-position: left bottom;
}

.site-header .main-menu > li.contact a {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.contact a {
    padding-top: -webkit-calc(0.9375vw + 0px);
    padding-top: calc(0.9375vw + 0px);
    padding-bottom: -webkit-calc(0.9375vw + 0px);
    padding-bottom: calc(0.9375vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.contact a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.site-header .main-menu > li.contact a {
  padding-left: 39.1111333333px;
  padding-right: 39.1111333333px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.contact a {
    padding-left: -webkit-calc(3.0555572917vw - 0px);
    padding-left: calc(3.0555572917vw - 0px);
    padding-right: -webkit-calc(3.0555572917vw - 0px);
    padding-right: calc(3.0555572917vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.contact a {
    padding-left: 58.6667px;
    padding-right: 58.6667px;
  }
}

.site-header .main-menu > li.contact a {
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.contact a {
    -webkit-border-radius: -webkit-calc(1.5625vw + 0px);
            border-radius: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.contact a {
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
}

.site-header .main-menu > li.contact a:hover {
  color: #fff;
}

.site-header .main-menu > li.contact a:after {
  display: none;
}

.site-header .main-menu > li.telp {
  margin-left: auto;
}

.site-header .main-menu > li.telp a {
  color: #9EB73B;
  padding-left: 51px;
  font-size: 27px;
  line-height: 27px;
}

.site-header .main-menu > li.telp a {
  font-size: 18px;
  line-height: 18px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.telp a {
    font-size: -webkit-calc(1.40625vw + 0px);
    font-size: calc(1.40625vw + 0px);
    line-height: -webkit-calc(1.40625vw + 0px);
    line-height: calc(1.40625vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.telp a {
    font-size: 27px;
    line-height: 27px;
  }
}

.site-header .main-menu > li.telp a {
  padding-left: 34px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.telp a {
    padding-left: -webkit-calc(2.65625vw + 0px);
    padding-left: calc(2.65625vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.telp a {
    padding-left: 51px;
  }
}

.site-header .main-menu > li.telp a:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  background: transparent url(images/icon_phone_circle.svg) center no-repeat;
  background-size: contain;
}

.site-header .main-menu > li.telp a:before {
  width: 22.6666666667px;
  height: 22.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.telp a:before {
    width: -webkit-calc(1.7708333333vw - 0px);
    width: calc(1.7708333333vw - 0px);
    height: -webkit-calc(1.7708333333vw - 0px);
    height: calc(1.7708333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.telp a:before {
    width: 34px;
    height: 34px;
  }
}

.site-header .main-menu > li.telp a:after {
  display: none;
}

.site-header .main-menu > li.telp:hover a {
  color: #424242;
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu):hover > ul.sub-menu {
  display: block;
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
  width: 400px;
  z-index: 10;
  background-color: #fff;
  display: none;
  padding: 25px 35px 25px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
  width: 266.666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
    width: -webkit-calc(20.8333333333vw - 0px);
    width: calc(20.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
    width: 400px;
  }
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
  padding-top: 16.6666666667px;
  padding-bottom: 16.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
    padding-top: -webkit-calc(1.3020833333vw - 0px);
    padding-top: calc(1.3020833333vw - 0px);
    padding-bottom: -webkit-calc(1.3020833333vw - 0px);
    padding-bottom: calc(1.3020833333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
  padding-left: 23.3333333333px;
  padding-right: 23.3333333333px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
    padding-left: -webkit-calc(1.8229166667vw - 0px);
    padding-left: calc(1.8229166667vw - 0px);
    padding-right: -webkit-calc(1.8229166667vw - 0px);
    padding-right: calc(1.8229166667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li {
  margin-bottom: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li {
    margin-bottom: -webkit-calc(0.8333333333vw - 0px);
    margin-bottom: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li {
    margin-bottom: 16px;
  }
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li a {
  display: block;
  padding: 10px 0px;
  text-transform: none;
  color: #000;
  opacity: 0.81;
  font-size: 18.6667px;
  line-height: 1;
  letter-spacing: 1px;
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li a {
  padding-top: 6.6666666667px;
  padding-bottom: 6.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li a {
    padding-top: -webkit-calc(0.5208333333vw - 0px);
    padding-top: calc(0.5208333333vw - 0px);
    padding-bottom: -webkit-calc(0.5208333333vw - 0px);
    padding-bottom: calc(0.5208333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li a {
  font-size: 12.4444666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li a {
    font-size: -webkit-calc(0.9722239583vw - 0px);
    font-size: calc(0.9722239583vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li a {
    font-size: 18.6667px;
  }
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li:after {
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  background: transparent url(images/arrow-line-right-1.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li:after {
  width: 15.3333333333px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li:after {
    width: -webkit-calc(1.1979166667vw - 0px);
    width: calc(1.1979166667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li:after {
    width: 23px;
  }
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li:after {
  height: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li:after {
    height: -webkit-calc(0.8333333333vw - 0px);
    height: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li:after {
    height: 16px;
  }
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li:before {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #9EB73B;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.site-header .main-menu > li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li:hover:before {
  width: 100%;
}

.site-header .main-menu > li > a {
  display: block;
  opacity: 0.81;
  font-weight: 700;
  font-size: 18.6667px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.site-header .main-menu > li > a {
  font-size: 12.4444666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li > a {
    font-size: -webkit-calc(0.9722239583vw - 0px);
    font-size: calc(0.9722239583vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li > a {
    font-size: 18.6667px;
  }
}

.site-header .main-menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #9EB73B;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  bottom: -5px;
}

.site-header .main-menu > li > a:after {
  height: 1.3333333333px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu > li > a:after {
    height: -webkit-calc(0.1041666667vw - 0px);
    height: calc(0.1041666667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu > li > a:after {
    height: 2px;
  }
}

.site-header .main-menu li.mega-menu.menu-item-has-children:hover > ul.sub-menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
  width: 923px;
  z-index: 10;
  background-color: #fff;
  display: none;
  padding: 25px 35px 25px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu {
  width: 615.333333333px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu {
    width: -webkit-calc(48.0729166667vw - 0px);
    width: calc(48.0729166667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu {
    width: 923px;
  }
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu {
  padding-top: 16.6666666667px;
  padding-bottom: 16.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu {
    padding-top: -webkit-calc(1.3020833333vw - 0px);
    padding-top: calc(1.3020833333vw - 0px);
    padding-bottom: -webkit-calc(1.3020833333vw - 0px);
    padding-bottom: calc(1.3020833333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu {
  padding-left: 23.3333333333px;
  padding-right: 23.3333333333px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu {
    padding-left: -webkit-calc(1.8229166667vw - 0px);
    padding-left: calc(1.8229166667vw - 0px);
    padding-right: -webkit-calc(1.8229166667vw - 0px);
    padding-right: calc(1.8229166667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column {
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column:first-child {
  margin-right: 50px;
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column:first-child {
  margin-right: 33.3333333333px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column:first-child {
    margin-right: -webkit-calc(2.6041666667vw - 0px);
    margin-right: calc(2.6041666667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column:first-child {
    margin-right: 50px;
  }
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column > a,
.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column .sub-menu-arrow {
  display: none;
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li {
  margin-bottom: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li {
    margin-bottom: -webkit-calc(0.8333333333vw - 0px);
    margin-bottom: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li {
    margin-bottom: 16px;
  }
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li a {
  display: block;
  padding: 10px 0px;
  text-transform: none;
  color: #000;
  opacity: 0.81;
  font-size: 20.6667px;
  line-height: 1;
  letter-spacing: 1px;
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li a {
  padding-top: 6.6666666667px;
  padding-bottom: 6.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li a {
    padding-top: -webkit-calc(0.5208333333vw - 0px);
    padding-top: calc(0.5208333333vw - 0px);
    padding-bottom: -webkit-calc(0.5208333333vw - 0px);
    padding-bottom: calc(0.5208333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li a {
  font-size: 13.7778px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li a {
    font-size: -webkit-calc(1.076390625vw + 0px);
    font-size: calc(1.076390625vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li a {
    font-size: 20.6667px;
  }
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li:after {
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  background: transparent url(images/arrow-line-right-1.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li:after {
  width: 15.3333333333px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li:after {
    width: -webkit-calc(1.1979166667vw - 0px);
    width: calc(1.1979166667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li:after {
    width: 23px;
  }
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li:after {
  height: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li:after {
    height: -webkit-calc(0.8333333333vw - 0px);
    height: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li:after {
    height: 16px;
  }
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li:before {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #9EB73B;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.site-header .main-menu li.mega-menu.menu-item-has-children > ul.sub-menu > li.mega-menu-column ul.sub-menu > li:hover:before {
  width: 100%;
}

.site-header__contact-mobile {
  display: block;
  background-color: #9EB73B;
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index: 99999;
}

@media only screen and (min-width: 80em) {
  .site-header__contact-mobile {
    display: none;
  }
}

.site-header__contact-mobile-link {
  color: #fff;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-left: 26px;
  letter-spacing: 1px;
}

.site-header__contact-mobile-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent url(images/icon_phone_circle_rev.svg) center no-repeat;
  background-size: contain;
}

.site-header__contact-mobile-link:before {
  width: 17.3333333333px;
  height: 17.3333333333px;
}

@media screen and (min-width: 1280px) {
  .site-header__contact-mobile-link:before {
    width: -webkit-calc(1.3541666667vw - 0px);
    width: calc(1.3541666667vw - 0px);
    height: -webkit-calc(1.3541666667vw - 0px);
    height: calc(1.3541666667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header__contact-mobile-link:before {
    width: 26px;
    height: 26px;
  }
}

.site-header .mobile-button__wrapper {
  display: block;
}

@media only screen and (min-width: 80em) {
  .site-header .mobile-button__wrapper {
    display: none;
  }
}

.site-header .mobile-button,
.site-header .mobile-button-close {
  width: 22px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out, background-color 0s linear;
          transition: 0.5s ease-in-out, background-color 0s linear;
}

.site-header .mobile-button__wrapper,
.site-header .mobile-button-close__wrapper {
  display: block;
  position: relative;
  width: 70px;
  height: 16px;
  cursor: pointer;
}

@media only screen and (min-width: 80em) {
  .site-header .mobile-button__wrapper,
  .site-header .mobile-button-close__wrapper {
    display: none;
  }
}

.site-header .mobile-button__wrapper:hover .mobile-button__text,
.site-header .mobile-button__wrapper:hover .mobile-button-close__text,
.site-header .mobile-button-close__wrapper:hover .mobile-button__text,
.site-header .mobile-button-close__wrapper:hover .mobile-button-close__text {
  color: #424242;
  -webkit-transition: none;
          transition: none;
}

.site-header .mobile-button__wrapper:hover .mobile-button span,
.site-header .mobile-button__wrapper:hover .mobile-button-close span,
.site-header .mobile-button-close__wrapper:hover .mobile-button span,
.site-header .mobile-button-close__wrapper:hover .mobile-button-close span {
  background-color: #424242;
}

.site-header .mobile-button span,
.site-header .mobile-button-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  background: #9EB73B;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.site-header .mobile-button span:nth-child(1),
.site-header .mobile-button-close span:nth-child(1) {
  top: 0;
}

.site-header .mobile-button span:nth-child(2),
.site-header .mobile-button-close span:nth-child(2) {
  top: 6px;
}

.site-header .mobile-button span:nth-child(3),
.site-header .mobile-button-close span:nth-child(3) {
  top: 12px;
}

.site-header .mobile-button__text,
.site-header .mobile-button-close__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.7px;
  color: #9EB73B;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-header .mobile-button.open span,
.site-header .mobile-button-close.open span {
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
  background-color: #9EB73B;
}

.site-header .mobile-button.open span:nth-child(1),
.site-header .mobile-button-close.open span:nth-child(1) {
  width: 22px;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.site-header .mobile-button.open span:nth-child(2),
.site-header .mobile-button-close.open span:nth-child(2) {
  width: 0;
  left: 0;
}

.site-header .mobile-button.open span:nth-child(3),
.site-header .mobile-button-close.open span:nth-child(3) {
  width: 22px;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.site-header .mobile-button.open .mobile-button-close__text,
.site-header .mobile-button.open .mobile-button__text,
.site-header .mobile-button-close.open .mobile-button-close__text,
.site-header .mobile-button-close.open .mobile-button__text {
  color: #9EB73B;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.site-header .mobile-menu__wrapper {
  display: block;
  position: absolute;
  top: 44px;
  right: 100vw;
  left: -100vw;
  background: #525252;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  overflow: hidden;
  z-index: 999;
  min-height: -webkit-calc(100vh - 48px);
  min-height: calc(100vh - 48px);
}

.site-header .mobile-menu__wrapper:after {
  content: '';
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #525252;
  z-index: -1;
  -webkit-animation: fadeOut .2s ease-in;
          animation: fadeOut .2s ease-in;
}

.site-header .mobile-menu__wrapper.open {
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

.site-header .mobile-menu__wrapper.open:after {
  display: block;
  -webkit-animation: fadeIn .5s ease-out;
          animation: fadeIn .5s ease-out;
}

@media only screen and (min-width: 80em) {
  .site-header .mobile-menu__wrapper {
    display: none;
  }
}

.site-header .mobile-menu__top-wrapper {
  background-color: #fff;
}

.site-header .mobile-menu__bottom-wrapper {
  padding: 40px 20px 120px;
}

.main-mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-mobile-menu li {
  margin-bottom: 24px;
}

.main-mobile-menu li a {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.main-mobile-menu li a:before {
  content: '';
  display: block;
  height: 2px;
  width: 24px;
  background-color: #fff;
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu li a:after {
  content: '';
  display: block;
  position: absolute;
  right: -47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 15px;
  background: transparent url("images/arrow-line-right-1.svg") center no-repeat;
  background-size: contain;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu li.contact a {
  background-color: #9EB73B;
  color: #fff;
  padding: 19px 44px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}

.main-mobile-menu li.contact a:after {
  display: none;
}

.main-mobile-menu li.contact a:hover {
  color: #9EB73B;
  background-color: #fff;
}

.main-mobile-menu li.telp {
  display: none;
  margin-left: auto;
}

.main-mobile-menu li.telp a {
  color: #9EB73B;
  padding-left: 51px;
}

.main-mobile-menu li.telp a:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent url(images/phone-icon.svg) center no-repeat;
  background-size: contain;
  opacity: 1;
  left: 0;
}

.main-mobile-menu li.telp a:hover:before {
  left: 0;
}

.main-mobile-menu li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  display: none;
  padding-left: 15px;
}

.main-mobile-menu li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li {
  margin-bottom: 10px;
}

.main-mobile-menu li.menu-item-has-children.mega-menu > ul.sub-menu {
  list-style: none;
  margin-top: 10px;
  display: none;
}

.main-mobile-menu li.menu-item-has-children.mega-menu > ul.sub-menu > li.mega-menu-column {
  margin-bottom: 0;
}

.main-mobile-menu li.menu-item-has-children.mega-menu > ul.sub-menu > li.mega-menu-column > a {
  display: none;
}

.main-mobile-menu li.menu-item-has-children.mega-menu > ul.sub-menu > li.mega-menu-column > ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.main-mobile-menu li.menu-item-has-children.mega-menu > ul.sub-menu > li.mega-menu-column > ul.sub-menu li {
  margin-bottom: 10px;
}

.main-mobile-menu li ul {
  margin-left: 15px;
  padding: 0;
}

.main-mobile-menu li ul > li:hover > a {
  color: #9EB73B;
}

.main-mobile-menu li ul > li:hover > a:before {
  left: -36px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu li ul > li:hover > a:after {
  right: 200px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu > li:hover > a {
  color: #9EB73B;
}

.main-mobile-menu > li:hover > a:before {
  left: -36px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu > li:hover > a:after {
  right: 200px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu .menu-btn-contact {
  position: absolute;
  bottom: 50px;
  margin-bottom: 0;
}

.main-mobile-menu .menu-btn-contact a {
  background-color: #fff;
  padding: 12px 30px;
  color: #00aeef;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu .menu-btn-contact a:after, .main-mobile-menu .menu-btn-contact a:before {
  display: none;
}

.main-mobile-menu .menu-btn-contact:hover a {
  background-color: #fff;
  color: #00aeef;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu .menu-btn-call a {
  position: relative;
  padding-left: 50px !important;
}

.main-mobile-menu .menu-btn-call a:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 45%;
  width: 35px;
  height: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent url("images/phone-call_black.svg") center no-repeat;
  background-size: contain;
  opacity: 1;
}

.main-mobile-menu .menu-btn-call a:before {
  width: 25px;
}

@media screen and (min-width: 768px) {
  .main-mobile-menu .menu-btn-call a:before {
    width: -webkit-calc(0.744047619vw + 19.2857142857px);
    width: calc(0.744047619vw + 19.2857142857px);
  }
}

@media screen and (min-width: 1440px) {
  .main-mobile-menu .menu-btn-call a:before {
    width: 30px;
  }
}

.main-mobile-menu .menu-btn-call a:before {
  height: 25px;
}

@media screen and (min-width: 768px) {
  .main-mobile-menu .menu-btn-call a:before {
    height: -webkit-calc(0.744047619vw + 19.2857142857px);
    height: calc(0.744047619vw + 19.2857142857px);
  }
}

@media screen and (min-width: 1440px) {
  .main-mobile-menu .menu-btn-call a:before {
    height: 30px;
  }
}

.mobile-only {
  display: block;
}

@media only screen and (min-width: 80em) {
  .mobile-only {
    display: none;
  }
}

.admin-bar .mobile-menu__wrapper {
  top: 44px;
  min-height: -webkit-calc(100vh - 94px);
  min-height: calc(100vh - 94px);
}

@media only screen and (min-width: 782px) {
  .admin-bar .mobile-menu__wrapper {
    top: 30px;
    min-height: -webkit-calc(100vh - 80px);
    min-height: calc(100vh - 80px);
  }
}

.page-id-376 .site-header .main-menu > li.current-menu-parent.menu-item-1829 > a {
  color: #000;
}

.page-id-376 .site-header .main-menu > li.current-menu-parent.menu-item-1829 > a:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.page-id-376 .site-header .main-menu > li.current-menu-parent.menu-item-1829:hover > a {
  color: #9EB73B;
}

.page-id-376 .site-header .main-menu > li.current-menu-parent.menu-item-1829:hover > a:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

#is-popup-wrapper .is-popup-search-form form {
  max-width: 768px;
}

#is-popup-wrapper .is-form-style.is-form-style-3 label {
  width: -webkit-calc(100% - 60px) !important;
  width: calc(100% - 60px) !important;
}

#is-popup-wrapper .is-form-style.is-form-style-3 input.is-search-input {
  -webkit-border-radius: 30px 0 0 30px;
          border-radius: 30px 0 0 30px;
  height: 60px;
  padding: 10px 20px;
}

#is-popup-wrapper .is-form-style button.is-search-submit {
  -webkit-border-radius: 0 30px 30px 0;
          border-radius: 0 30px 30px 0;
  height: 60px;
  width: 60px;
  background: linear-gradient(90deg, #525252 0%, #525252 50%, #9EB73B 50%, #9EB73B 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
  cursor: pointer;
}

#is-popup-wrapper .is-form-style button.is-search-submit:hover {
  background-position: left bottom;
}

#is-popup-wrapper .is-form-style button.is-search-submit .is-search-icon {
  background-color: transparent !important;
  border: none;
}

#is-popup-wrapper .is-form-style button.is-search-submit .is-search-icon svg {
  width: 26px;
}

#is-popup-wrapper .is-form-style button.is-search-submit .is-search-icon svg path {
  fill: #fff;
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
.home-banner {
  background-color: #fff;
}

.home-banner {
  margin-top: -81.7777777778px;
}

@media screen and (min-width: 1280px) {
  .home-banner {
    margin-top: -webkit-calc(-6.3888888889vw + 0px);
    margin-top: calc(-6.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner {
    margin-top: -92px;
  }
}

.home-banner__row {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
  .home-banner__row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.home-banner__left, .home-banner__right {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 48em) {
  .home-banner__left, .home-banner__right {
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px);
  }
}

.home-banner__left:hover .home-banner__image-wrapper img, .home-banner__right:hover .home-banner__image-wrapper img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.home-banner__left:hover .underline:after, .home-banner__right:hover .underline:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
}

.home-banner__left:hover .underline + .underline:after, .home-banner__right:hover .underline + .underline:after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.home-banner__image-wrapper {
  width: 100%;
  height: 874px;
  overflow: hidden;
  position: relative;
}

.home-banner__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.home-banner__image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: .95;
}

.home-banner__text-wrapper {
  width: 441px;
  position: absolute;
  bottom: 120px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

.home-banner__text-wrapper {
  width: 294px;
}

@media screen and (min-width: 1280px) {
  .home-banner__text-wrapper {
    width: -webkit-calc(22.96875vw + 0px);
    width: calc(22.96875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__text-wrapper {
    width: 330.75px;
  }
}

.home-banner__text-wrapper {
  bottom: 80px;
}

@media screen and (min-width: 1280px) {
  .home-banner__text-wrapper {
    bottom: -webkit-calc(6.25vw + 0px);
    bottom: calc(6.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__text-wrapper {
    bottom: 90px;
  }
}

.home-banner__text {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 155%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.home-banner__text {
  font-size: 29.3333333333px;
}

@media screen and (min-width: 1280px) {
  .home-banner__text {
    font-size: -webkit-calc(2.2916666667vw - 0px);
    font-size: calc(2.2916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__text {
    font-size: 33px;
  }
}

.home-banner__text span.underline {
  display: inline-block;
  position: relative;
  font-weight: normal;
}

.home-banner__text span.underline:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #9EB73B;
  bottom: -5px;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
}

.home-banner__text span.underline:after {
  height: 2.6666666667px;
}

@media screen and (min-width: 1280px) {
  .home-banner__text span.underline:after {
    height: -webkit-calc(0.2083333333vw - 0px);
    height: calc(0.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__text span.underline:after {
    height: 3px;
  }
}

.home-banner__text span.underline:after {
  bottom: -4.4444444444px;
}

@media screen and (min-width: 1280px) {
  .home-banner__text span.underline:after {
    bottom: -webkit-calc(-0.3472222222vw - 0px);
    bottom: calc(-0.3472222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__text span.underline:after {
    bottom: -5px;
  }
}

.home-banner__text span.underline + .underline:after {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}

.home-banner__link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.home-banner + .breadcrumbs .breadcrumbs__wrapper {
  margin-top: -26.25px;
}

@media only screen and (min-width: 48em) {
  .home-banner + .breadcrumbs .breadcrumbs__wrapper {
    margin-top: -58.6666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .home-banner + .breadcrumbs .breadcrumbs__wrapper {
    margin-top: -webkit-calc(-4.5833333333vw + 0px);
    margin-top: calc(-4.5833333333vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner + .breadcrumbs .breadcrumbs__wrapper {
    margin-top: -66px;
  }
}

.home-banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-banner .slick-dotted.slick-slider .slick-dots {
  bottom: 45px;
}

.home-banner .slick-dotted.slick-slider .slick-dots li {
  margin: 0;
}

.home-banner .slick-dotted.slick-slider .slick-dots li button:before {
  font-size: 10px;
  color: #fff;
}

.product-inner-banner,
.project-inner-banner,
.project-archive-banner {
  background-color: transparent;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  margin-top: -37px;
  line-height: 1;
  overflow: hidden;
  height: 300px;
}

@media only screen and (min-width: 64em) {
  .product-inner-banner,
  .project-inner-banner,
  .project-archive-banner {
    height: 573.333333333px;
  }
}

.product-inner-banner,
.project-inner-banner,
.project-archive-banner {
  margin-top: -24.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-inner-banner,
  .project-inner-banner,
  .project-archive-banner {
    margin-top: -webkit-calc(-1.9270833333vw + 0px);
    margin-top: calc(-1.9270833333vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-inner-banner,
  .project-inner-banner,
  .project-archive-banner {
    margin-top: -27.75px;
  }
}

@media screen and (min-width: 1280px) {
  .product-inner-banner,
  .project-inner-banner,
  .project-archive-banner {
    height: -webkit-calc(44.7916666667vw - 0px);
    height: calc(44.7916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-inner-banner,
  .project-inner-banner,
  .project-archive-banner {
    height: 645px;
  }
}

.project-archive-banner .container {
  height: 100%;
}

.project-archive-banner .row {
  max-width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

.project-archive-banner__heading-wrapper {
  padding-bottom: 70px;
}

@media only screen and (min-width: 64em) {
  .project-archive-banner__heading-wrapper {
    padding-left: 71.1111111111px;
    padding-bottom: 154.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .project-archive-banner__heading-wrapper {
    padding-left: -webkit-calc(4.1666666667vw - 0px);
    padding-left: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-banner__heading-wrapper {
    padding-left: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .project-archive-banner__heading-wrapper {
    padding-bottom: -webkit-calc(9.0625vw + 0px);
    padding-bottom: calc(9.0625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-banner__heading-wrapper {
    padding-bottom: 130.5px;
  }
}

.project-archive-banner__pretitle {
  font-weight: 900;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.project-archive-banner__pretitle {
  font-size: 9.3333333333px;
}

@media screen and (min-width: 1280px) {
  .project-archive-banner__pretitle {
    font-size: -webkit-calc(0.7291666667vw - 0px);
    font-size: calc(0.7291666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-banner__pretitle {
    font-size: 10.5px;
  }
}

@media only screen and (min-width: 64em) {
  .project-archive-banner__pretitle {
    margin-bottom: 21.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .project-archive-banner__pretitle {
    margin-bottom: -webkit-calc(1.25vw + 0px);
    margin-bottom: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-banner__pretitle {
    margin-bottom: 18px;
  }
}

.project-archive-banner__title {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

@media only screen and (min-width: 48em) {
  .project-archive-banner__title {
    margin-bottom: 17.3333333333px;
  }
}

@media only screen and (min-width: 64em) {
  .project-archive-banner__title {
    font-size: 40px;
    line-height: 93.75%;
  }
}

@media screen and (min-width: 1280px) {
  .project-archive-banner__title {
    font-size: -webkit-calc(3.125vw + 0px);
    font-size: calc(3.125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-banner__title {
    font-size: 45px;
  }
}

@media screen and (min-width: 1280px) {
  .project-archive-banner__title {
    margin-bottom: -webkit-calc(1.3541666667vw - 0px);
    margin-bottom: calc(1.3541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-banner__title {
    margin-bottom: 19.5px;
  }
}

.project-archive-banner__title br {
  display: none;
}

@media only screen and (min-width: 48em) {
  .project-archive-banner__title br {
    display: block;
  }
}

.project-archive-banner__link {
  display: inline-block;
  font-weight: 900;
  font-size: 18.2518px;
  line-height: 23px;
  letter-spacing: 0.521481px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.project-archive-banner__link {
  font-size: 12.1678666667px;
}

@media screen and (min-width: 1280px) {
  .project-archive-banner__link {
    font-size: -webkit-calc(0.9506145833vw - 0px);
    font-size: calc(0.9506145833vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-banner__link {
    font-size: 13.68885px;
  }
}

.project-archive-banner__link:active, .project-archive-banner__link:visited {
  color: #fff;
}

.project-archive-banner__link:hover {
  color: #9EB73B;
}

.project-archive-banner__link:hover .arrow {
  border-color: #9EB73B;
}

.project-archive-banner__link .arrow {
  padding: 4px;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  margin-left: 12px;
}

.project-archive-banner__link .arrow {
  padding: 2.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-archive-banner__link .arrow {
    padding: -webkit-calc(0.2083333333vw - 0px);
    padding: calc(0.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-banner__link .arrow {
    padding: 3px;
  }
}

.project-archive-banner__link .arrow {
  margin-left: 8px;
}

@media screen and (min-width: 1280px) {
  .project-archive-banner__link .arrow {
    margin-left: -webkit-calc(0.625vw + 0px);
    margin-left: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-banner__link .arrow {
    margin-left: 9px;
  }
}

.breadcrumbs__container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1370px;
}

@media screen and (min-width: 1280px) {
  .breadcrumbs__container {
    padding-left: -webkit-calc(5.5555555556vw + 0px);
    padding-left: calc(5.5555555556vw + 0px);
    padding-right: -webkit-calc(5.5555555556vw + 0px);
    padding-right: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumbs__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.breadcrumbs__wrapper {
  margin-top: -88px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 40px 40px 0 0;
          border-radius: 40px 40px 0 0;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 48em) {
  .breadcrumbs__wrapper {
    padding-top: 36.4444666667px;
    padding-bottom: 31.5555333333px;
    -webkit-border-radius: 58.6666666667px 58.6666666667px 0 0;
            border-radius: 58.6666666667px 58.6666666667px 0 0;
    min-height: 117.333333333px;
  }
}

.breadcrumbs__wrapper {
  margin-top: -58.6666666667px;
}

@media screen and (min-width: 1280px) {
  .breadcrumbs__wrapper {
    margin-top: -webkit-calc(-4.5833333333vw + 0px);
    margin-top: calc(-4.5833333333vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumbs__wrapper {
    margin-top: -66px;
  }
}

@media screen and (min-width: 1280px) {
  .breadcrumbs__wrapper {
    padding-top: -webkit-calc(2.8472239583vw - 0px);
    padding-top: calc(2.8472239583vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumbs__wrapper {
    padding-top: 41.000025px;
  }
}

@media screen and (min-width: 1280px) {
  .breadcrumbs__wrapper {
    padding-bottom: -webkit-calc(2.4652760417vw - 0px);
    padding-bottom: calc(2.4652760417vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumbs__wrapper {
    padding-bottom: 35.499975px;
  }
}

@media screen and (min-width: 1280px) {
  .breadcrumbs__wrapper {
    min-height: -webkit-calc(9.1666666667vw - 0px);
    min-height: calc(9.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumbs__wrapper {
    min-height: 132px;
  }
}

@media screen and (min-width: 1280px) {
  .breadcrumbs__wrapper {
    -webkit-border-top-left-radius: -webkit-calc(4.5833333333vw - 0px);
            border-top-left-radius: calc(4.5833333333vw - 0px);
    -webkit-border-top-right-radius: -webkit-calc(4.5833333333vw - 0px);
            border-top-right-radius: calc(4.5833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumbs__wrapper {
    -webkit-border-top-left-radius: 66px;
            border-top-left-radius: 66px;
    -webkit-border-top-right-radius: 66px;
            border-top-right-radius: 66px;
  }
}

.breadcrumbs .row {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 80em) {
  .breadcrumbs .row {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.breadcrumbs + .intro {
  position: relative;
  z-index: 95;
}

@media only screen and (min-width: 64em) {
  .breadcrumbs + .intro {
    margin-top: -22.5px;
  }
}

.breadcrumb {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 11px;
  border-bottom: 1px solid #E0E0E0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 80em) {
  .breadcrumb {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.breadcrumb {
  padding-bottom: 7.3333333333px;
}

@media screen and (min-width: 1280px) {
  .breadcrumb {
    padding-bottom: -webkit-calc(0.5729166667vw - 0px);
    padding-bottom: calc(0.5729166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumb {
    padding-bottom: 8.25px;
  }
}

.breadcrumb li {
  font-size: 14.6667px;
  line-height: 21px;
  color: #525252;
  position: relative;
  padding-right: 22px;
  margin-bottom: 0;
}

.breadcrumb li {
  line-height: 14px;
}

@media screen and (min-width: 1280px) {
  .breadcrumb li {
    line-height: -webkit-calc(1.09375vw + 0px);
    line-height: calc(1.09375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumb li {
    line-height: 15.75px;
  }
}

.breadcrumb li {
  padding-right: 14.6666666667px;
}

@media screen and (min-width: 1280px) {
  .breadcrumb li {
    padding-right: -webkit-calc(1.1458333333vw - 0px);
    padding-right: calc(1.1458333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumb li {
    padding-right: 16.5px;
  }
}

.breadcrumb li .home {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .breadcrumb li .home {
    padding-left: 0;
  }
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  background: transparent url(images/arrow_grey.svg) center no-repeat;
  background-size: contain;
}

.breadcrumb li:after {
  width: 4px;
}

@media screen and (min-width: 1280px) {
  .breadcrumb li:after {
    width: -webkit-calc(0.3125vw + 0px);
    width: calc(0.3125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumb li:after {
    width: 4.5px;
  }
}

.breadcrumb li:after {
  height: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .breadcrumb li:after {
    height: -webkit-calc(0.8333333333vw - 0px);
    height: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumb li:after {
    height: 12px;
  }
}

.breadcrumb li:after {
  right: 5.3333333333px;
}

@media screen and (min-width: 1280px) {
  .breadcrumb li:after {
    right: -webkit-calc(0.4166666667vw - 0px);
    right: calc(0.4166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumb li:after {
    right: 6px;
  }
}

.breadcrumb li a {
  font-size: 14.6667px;
  line-height: 21px;
  color: #525252;
}

.breadcrumb li a {
  line-height: 14px;
}

@media screen and (min-width: 1280px) {
  .breadcrumb li a {
    line-height: -webkit-calc(1.09375vw + 0px);
    line-height: calc(1.09375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .breadcrumb li a {
    line-height: 15.75px;
  }
}

.breadcrumb li a:active, .breadcrumb li a:visited {
  color: #525252;
}

.breadcrumb li a:hover {
  color: #9EB73B;
}

.product-info {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-info {
  padding-top: 35.5555555556px;
  padding-bottom: 35.5555555556px;
}

@media screen and (min-width: 1280px) {
  .product-info {
    padding-top: -webkit-calc(2.7777777778vw + 0px);
    padding-top: calc(2.7777777778vw + 0px);
    padding-bottom: -webkit-calc(2.7777777778vw + 0px);
    padding-bottom: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.product-info .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
  .product-info .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.product-info__left {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 48em) {
  .product-info__left {
    margin-bottom: 0;
    width: 56.9444444444%;
  }
}

.product-info__right {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .product-info__right {
    width: 31.1111111111%;
  }
}

.product-info__subtitle {
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  color: #525252;
  margin: 0;
  margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
  .product-info__subtitle {
    font-size: 12.4444666667px;
    line-height: 19.5555555556px;
    margin-bottom: 22.2222px;
  }
}

@media screen and (min-width: 1280px) {
  .product-info__subtitle {
    font-size: -webkit-calc(0.9722239583vw - 0px);
    font-size: calc(0.9722239583vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__subtitle {
    font-size: 14.000025px;
  }
}

@media screen and (min-width: 1280px) {
  .product-info__subtitle {
    line-height: -webkit-calc(1.5277777778vw - 0px);
    line-height: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__subtitle {
    line-height: 22px;
  }
}

.product-info__subtitle {
  letter-spacing: 1.1851822222px;
}

@media screen and (min-width: 1280px) {
  .product-info__subtitle {
    letter-spacing: -webkit-calc(0.0925923611vw + 0px);
    letter-spacing: calc(0.0925923611vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__subtitle {
    letter-spacing: 1.33333px;
  }
}

@media screen and (min-width: 1280px) {
  .product-info__subtitle {
    margin-bottom: -webkit-calc(1.7361109375vw - 0px);
    margin-bottom: calc(1.7361109375vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__subtitle {
    margin-bottom: 24.9999975px;
  }
}

.product-info__title {
  margin-bottom: 10px;
}

@media only screen and (min-width: 48em) {
  .product-info__title {
    margin-bottom: 30.2222222222px;
  }
}

@media screen and (min-width: 1280px) {
  .product-info__title {
    margin-bottom: -webkit-calc(2.3611111111vw - 0px);
    margin-bottom: calc(2.3611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__title {
    margin-bottom: 34px;
  }
}

.product-info__intro p {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  font-weight: 400;
  color: #212121;
}

@media only screen and (min-width: 48em) {
  .product-info__intro p {
    font-size: 21.3333333333px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .product-info__intro p {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__intro p {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .product-info__intro p {
    line-height: -webkit-calc(2.65625vw + 0px);
    line-height: calc(2.65625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__intro p {
    line-height: 38.25px;
  }
}

@media screen and (min-width: 1280px) {
  .product-info__intro p {
    margin-bottom: -webkit-calc(1.875vw + 0px);
    margin-bottom: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__intro p {
    margin-bottom: 27px;
  }
}

.product-info__content p {
  margin-bottom: 24px;
}

.product-info__content p {
  margin-bottom: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-info__content p {
    margin-bottom: -webkit-calc(1.6666666667vw - 0px);
    margin-bottom: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__content p {
    margin-bottom: 24px;
  }
}

.product-info__content p:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.product-info__content p:not(:nth-child(1)):not(:nth-child(2)).show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.product-info__content > *:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.product-info__content > *:not(:nth-child(1)):not(:nth-child(2)).show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.product-info__content-showmore-wrapper {
  display: block;
  margin-top: 32px;
  text-align: center;
  position: relative;
}

.product-info__content-showmore-wrapper {
  margin-top: 28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .product-info__content-showmore-wrapper {
    margin-top: -webkit-calc(2.2222222222vw - 0px);
    margin-top: calc(2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__content-showmore-wrapper {
    margin-top: 32px;
  }
}

.product-info__content-showmore-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #E5E5E5;
}

.product-info__content-showmore-button {
  display: inline-block;
  line-height: 1;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  color: #979797;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.product-info__content-showmore-button {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .product-info__content-showmore-button {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__content-showmore-button {
    font-size: 16px;
  }
}

.product-info__content-showmore-button {
  letter-spacing: 1.1851822222px;
}

@media screen and (min-width: 1280px) {
  .product-info__content-showmore-button {
    letter-spacing: -webkit-calc(0.0925923611vw + 0px);
    letter-spacing: calc(0.0925923611vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__content-showmore-button {
    letter-spacing: 1.33333px;
  }
}

.product-info__content-showmore-button {
  margin-bottom: 9.7777777778px;
}

@media screen and (min-width: 1280px) {
  .product-info__content-showmore-button {
    margin-bottom: -webkit-calc(0.7638888889vw - 0px);
    margin-bottom: calc(0.7638888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__content-showmore-button {
    margin-bottom: 11px;
  }
}

.product-info__content-showmore-button {
  padding-left: 21.3333333333px;
  padding-right: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-info__content-showmore-button {
    padding-left: -webkit-calc(1.6666666667vw - 0px);
    padding-left: calc(1.6666666667vw - 0px);
    padding-right: -webkit-calc(1.6666666667vw - 0px);
    padding-right: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__content-showmore-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.product-info__content-showmore-button:active, .product-info__content-showmore-button:visited {
  color: #979797;
}

.product-info__content-showmore-button:hover {
  color: #9EB73B;
}

.product-info__right-content {
  background-color: #6BA194;
  padding: 48px 48px 52px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

.product-info__right-content {
  -webkit-border-radius: 10.6666666667px;
          border-radius: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-info__right-content {
    -webkit-border-radius: -webkit-calc(0.8333333333vw - 0px);
            border-radius: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__right-content {
    -webkit-border-radius: 12px;
            border-radius: 12px;
  }
}

.product-info__right-content {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (min-width: 1280px) {
  .product-info__right-content {
    padding-top: -webkit-calc(2.5vw + 0px);
    padding-top: calc(2.5vw + 0px);
    padding-left: -webkit-calc(2.5vw + 0px);
    padding-left: calc(2.5vw + 0px);
    padding-right: -webkit-calc(2.5vw + 0px);
    padding-right: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__right-content {
    padding-top: 36px;
    padding-left: 36px;
    padding-right: 36px;
  }
}

.product-info__right-content {
  padding-bottom: 34.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-info__right-content {
    padding-bottom: -webkit-calc(2.7083333333vw - 0px);
    padding-bottom: calc(2.7083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__right-content {
    padding-bottom: 39px;
  }
}

.product-info__share-title {
  color: #fff;
  margin-bottom: 16px;
}

.product-info__share-title {
  margin-bottom: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-title {
    margin-bottom: -webkit-calc(1.1111111111vw - 0px);
    margin-bottom: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-title {
    margin-bottom: 16px;
  }
}

.product-info__share {
  margin-bottom: 50px;
}

.product-info__share {
  margin-bottom: 44.4444444444px;
}

@media screen and (min-width: 1280px) {
  .product-info__share {
    margin-bottom: -webkit-calc(3.4722222222vw - 0px);
    margin-bottom: calc(3.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share {
    margin-bottom: 50px;
  }
}

.product-info__share-icons {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-info__share-icons:hover .product-info__share-icon:not(:hover) {
  text-indent: -999px;
  background-position: center center;
}

.product-info__share-icons:hover .product-info__share-icon:not(:hover) {
  width: 30.2222px;
  height: 30.2222px;
  line-height: 30.2222px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-icons:hover .product-info__share-icon:not(:hover) {
    width: -webkit-calc(2.361109375vw - 0px);
    width: calc(2.361109375vw - 0px);
    height: -webkit-calc(2.361109375vw - 0px);
    height: calc(2.361109375vw - 0px);
    line-height: -webkit-calc(2.361109375vw - 0px);
    line-height: calc(2.361109375vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-icons:hover .product-info__share-icon:not(:hover) {
    width: 33.999975px;
    height: 33.999975px;
    line-height: 33.999975px;
  }
}

.product-info__share-icons:hover .product-info__share-icon:not(:hover) .code {
  width: 0;
  text-indent: -999px;
}

.product-info__share-icon {
  -webkit-border-radius: 22.6667px;
          border-radius: 22.6667px;
  width: 45.3333px;
  height: 45.3333px;
  background-position: center center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 16px;
  color: #525252;
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  line-height: 45.3333px;
}

.product-info__share-icon {
  margin-bottom: 16px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-icon {
    margin-bottom: -webkit-calc(1.25vw + 0px);
    margin-bottom: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-icon {
    margin-bottom: 18px;
  }
}

.product-info__share-icon {
  width: 30.2222px;
  height: 30.2222px;
  line-height: 30.2222px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-icon {
    width: -webkit-calc(2.361109375vw - 0px);
    width: calc(2.361109375vw - 0px);
    height: -webkit-calc(2.361109375vw - 0px);
    height: calc(2.361109375vw - 0px);
    line-height: -webkit-calc(2.361109375vw - 0px);
    line-height: calc(2.361109375vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-icon {
    width: 33.999975px;
    height: 33.999975px;
    line-height: 33.999975px;
  }
}

.product-info__share-icon {
  -webkit-border-radius: 20.1481777778px;
          border-radius: 20.1481777778px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-icon {
    -webkit-border-radius: -webkit-calc(1.5740763889vw - 0px);
            border-radius: calc(1.5740763889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-icon {
    -webkit-border-radius: 22.6667px;
            border-radius: 22.6667px;
  }
}

.product-info__share-icon {
  background-size: 10.6666666667px;
  margin-right: 10.6666666667px;
  font-size: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-icon {
    background-size: -webkit-calc(0.8333333333vw - 0px);
    background-size: calc(0.8333333333vw - 0px);
    margin-right: -webkit-calc(0.8333333333vw - 0px);
    margin-right: calc(0.8333333333vw - 0px);
    font-size: -webkit-calc(0.8333333333vw - 0px);
    font-size: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-icon {
    background-size: 12px;
    margin-right: 12px;
    font-size: 12px;
  }
}

.product-info__share-icon {
  letter-spacing: 0.8888666667px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-icon {
    letter-spacing: -webkit-calc(0.0694427083vw - 0px);
    letter-spacing: calc(0.0694427083vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-icon {
    letter-spacing: 0.999975px;
  }
}

.product-info__share-icon.ext-link:after {
  display: none !important;
}

.product-info__share-icon:last-child {
  margin-right: 0;
}

.product-info__share-icon.facebook {
  background-image: url(images/icon_facebook.svg);
}

.product-info__share-icon.facebook {
  background-size: 8.8888888889px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-icon.facebook {
    background-size: -webkit-calc(0.6944444444vw + 0px);
    background-size: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-icon.facebook {
    background-size: 10px;
  }
}

.product-info__share-icon.twitter {
  background-image: url(images/icon_twitter.svg);
}

.product-info__share-icon.linkedin {
  background-image: url(images/icon_linkedin.svg);
}

.product-info__share-icon.google {
  background-image: url(images/icon_google.svg);
}

.product-info__share-icon.google {
  background-size: 16px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-icon.google {
    background-size: -webkit-calc(1.25vw + 0px);
    background-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-icon.google {
    background-size: 18px;
  }
}

.product-info__share-icon.pinterest {
  background-image: url(images/icon_pinterest.svg);
}

.product-info__share-icon.pinterest {
  background-size: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-icon.pinterest {
    background-size: -webkit-calc(0.8333333333vw - 0px);
    background-size: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-icon.pinterest {
    background-size: 12px;
  }
}

.product-info__share-icon:last-child {
  margin-right: 0;
}

.product-info__share-icon.asp {
  width: 170px;
  background-position-x: 85%;
  text-indent: 16px;
  background-image: url(images/icon_doc.svg);
  position: relative;
  overflow: visible;
  text-indent: 16px;
}

.product-info__share-icon.asp {
  width: 151.111111111px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-icon.asp {
    width: -webkit-calc(11.8055555556vw + 0px);
    width: calc(11.8055555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-icon.asp {
    width: 170px;
  }
}

.product-info__share-icon.asp .code {
  display: inline-block;
  overflow: hidden;
  text-indent: 0;
}

.product-info__share-icon.asp .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  font-size: 12px;
  line-height: 1.25;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-indent: 0;
}

.product-info__share-icon.asp .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.product-info__share-icon.asp:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.product-info__share-icon.share {
  background-image: url(images/icon_share.svg);
}

.product-info__share-icon.share:hover {
  width: 82.5px;
}

.product-info__share-icon.messenger {
  background-image: url(images/icon_messenger.svg);
}

.product-info__share-icon.love {
  background-image: url(images/icon_love.svg);
}

.product-info__share-icon:hover {
  width: 170px;
  background-position-x: 85%;
  text-indent: 12px;
}

.product-info__share-icon:hover {
  width: 106.666666667px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-icon:hover {
    width: -webkit-calc(8.3333333333vw - 0px);
    width: calc(8.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-icon:hover {
    width: 120px;
  }
}

.product-info__share-code-title {
  font-size: 13.3333px;
  line-height: 16px;
  margin: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}

.product-info__share-code-title {
  font-size: 11.8518222222px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-code-title {
    font-size: -webkit-calc(0.9259236111vw - 0px);
    font-size: calc(0.9259236111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-code-title {
    font-size: 13.3333px;
  }
}

.product-info__share-code-title {
  line-height: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-code-title {
    line-height: -webkit-calc(1.1111111111vw - 0px);
    line-height: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-code-title {
    line-height: 16px;
  }
}

.product-info__share-code-title {
  margin-top: 16px;
}

@media screen and (min-width: 1280px) {
  .product-info__share-code-title {
    margin-top: -webkit-calc(1.25vw + 0px);
    margin-top: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__share-code-title {
    margin-top: 18px;
  }
}

.product-info__features-title {
  color: #fff;
}

.product-info__features-title {
  margin-bottom: 16px;
}

@media screen and (min-width: 1280px) {
  .product-info__features-title {
    margin-bottom: -webkit-calc(1.25vw + 0px);
    margin-bottom: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__features-title {
    margin-bottom: 18px;
  }
}

.product-info__features-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-info__features-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  min-height: 85.33px;
  color: #fff;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.product-info__features-item {
  font-size: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .product-info__features-item {
    font-size: -webkit-calc(1.3888888889vw + 0px);
    font-size: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__features-item {
    font-size: 20px;
  }
}

.product-info__features-item {
  line-height: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-info__features-item {
    line-height: -webkit-calc(2.0833333333vw - 0px);
    line-height: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__features-item {
    line-height: 30px;
  }
}

.product-info__features-item {
  min-height: 75.8518222222px;
}

@media screen and (min-width: 1280px) {
  .product-info__features-item {
    min-height: -webkit-calc(5.9259236111vw - 0px);
    min-height: calc(5.9259236111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__features-item {
    min-height: 85.3333px;
  }
}

.product-info__features-item {
  padding-top: 17.7777777778px;
  padding-bottom: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .product-info__features-item {
    padding-top: -webkit-calc(1.3888888889vw + 0px);
    padding-top: calc(1.3888888889vw + 0px);
    padding-bottom: -webkit-calc(1.3888888889vw + 0px);
    padding-bottom: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__features-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.product-info__features-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.product-info__features-item-number {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 37.3333px;
  line-height: 160%;
  margin-right: 16px;
}

.product-info__features-item-number {
  font-size: 33.1851555556px;
}

@media screen and (min-width: 1280px) {
  .product-info__features-item-number {
    font-size: -webkit-calc(2.5925902778vw - 0px);
    font-size: calc(2.5925902778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__features-item-number {
    font-size: 37.3333px;
  }
}

.product-info__features-item-number {
  margin-right: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .product-info__features-item-number {
    margin-right: -webkit-calc(1.1111111111vw - 0px);
    margin-right: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__features-item-number {
    margin-right: 16px;
  }
}

.product-info__enquiry {
  margin-top: 57px;
  text-align: center;
}

.product-info__enquiry {
  margin-top: 50.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-info__enquiry {
    margin-top: -webkit-calc(3.9583333333vw - 0px);
    margin-top: calc(3.9583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-info__enquiry {
    margin-top: 57px;
  }
}

.product-gallery {
  padding-top: 96px;
  padding-bottom: 144px;
}

.product-gallery {
  padding-top: 85.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-gallery {
    padding-top: -webkit-calc(6.6666666667vw - 0px);
    padding-top: calc(6.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery {
    padding-top: 96px;
  }
}

.product-gallery {
  padding-bottom: 128px;
}

@media screen and (min-width: 1280px) {
  .product-gallery {
    padding-bottom: -webkit-calc(10vw + 0px);
    padding-bottom: calc(10vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery {
    padding-bottom: 144px;
  }
}

.product-gallery .row {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-gallery__wrapper {
  width: 100%;
  height: auto;
}

.product-gallery__row {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 80em) {
  .product-gallery__row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.product-gallery__row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product-gallery__row.reverse .product-gallery__column:first-child {
  margin-right: 0;
  margin-left: 24px;
}

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

@media only screen and (min-width: 80em) {
  .product-gallery__column {
    width: 50%;
    text-align: left;
  }
}

.product-gallery__column:first-child {
  margin-right: 0;
}

@media only screen and (min-width: 64em) {
  .product-gallery__column:first-child {
    margin-right: 21.3333333333px;
  }
}

@media only screen and (min-width: 80em) {
  .product-gallery__column:first-child {
    text-align: right;
  }
}

@media screen and (min-width: 1280px) {
  .product-gallery__column:first-child {
    margin-right: -webkit-calc(1.25vw + 0px);
    margin-right: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .product-gallery__column:first-child {
    margin-right: 24px;
  }
}

.product-gallery__image-wrapper {
  display: inline-block;
  width: 100%;
  height: 279.111111111px;
  margin-bottom: 24px;
  position: relative;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (min-width: 48em) {
  .product-gallery__image-wrapper {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    max-width: 372.444444444px;
    height: 279.111111111px;
  }
}

@media only screen and (min-width: 80em) {
  .product-gallery__image-wrapper {
    max-width: initial;
  }
}

@media screen and (min-width: 1280px) {
  .product-gallery__image-wrapper {
    width: -webkit-calc(21.8229166667vw - 0px);
    width: calc(21.8229166667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .product-gallery__image-wrapper {
    width: 419px;
  }
}

.product-gallery__image-wrapper {
  height: 209.333333333px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__image-wrapper {
    height: -webkit-calc(16.3541666667vw - 0px);
    height: calc(16.3541666667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .product-gallery__image-wrapper {
    height: 314px;
  }
}

.product-gallery__image-wrapper {
  margin-bottom: 16px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__image-wrapper {
    margin-bottom: -webkit-calc(1.25vw + 0px);
    margin-bottom: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .product-gallery__image-wrapper {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 48em) {
  .product-gallery__image-wrapper:first-child {
    margin-right: 21.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .product-gallery__image-wrapper:first-child {
    margin-right: -webkit-calc(1.25vw + 0px);
    margin-right: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .product-gallery__image-wrapper:first-child {
    margin-right: 24px;
  }
}

.product-gallery__image-wrapper.wide {
  margin-right: 0;
}

@media only screen and (min-width: 48em) {
  .product-gallery__image-wrapper.wide {
    width: 100%;
    max-width: 766.222222222px;
    height: 279.111111111px;
  }
}

@media only screen and (min-width: 80em) {
  .product-gallery__image-wrapper.wide {
    max-width: initial;
  }
}

@media screen and (min-width: 1280px) {
  .product-gallery__image-wrapper.wide {
    width: -webkit-calc(44.8958333333vw - 0px);
    width: calc(44.8958333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .product-gallery__image-wrapper.wide {
    width: 862px;
  }
}

@media screen and (min-width: 1280px) {
  .product-gallery__image-wrapper.wide {
    height: -webkit-calc(16.3541666667vw - 0px);
    height: calc(16.3541666667vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .product-gallery__image-wrapper.wide {
    height: 314px;
  }
}

@media only screen and (min-width: 48em) {
  .product-gallery__image-wrapper.big {
    height: 584px;
  }
}

@media screen and (min-width: 1280px) {
  .product-gallery__image-wrapper.big {
    height: -webkit-calc(34.21875vw + 0px);
    height: calc(34.21875vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .product-gallery__image-wrapper.big {
    height: 657px;
  }
}

.product-gallery__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.product-gallery__image-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.product-gallery__image-link img {
  -webkit-border-radius: 17.7777777778px;
          border-radius: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__image-link img {
    -webkit-border-radius: -webkit-calc(1.3888888889vw + 0px);
            border-radius: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery__image-link img {
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}

.product-gallery__image-download {
  position: absolute;
  width: 30.26px;
  height: 31.69px;
  bottom: 22px;
  right: 22px;
  background: transparent url(images/icon_download.svg) center no-repeat;
  background-size: contain;
  display: block;
  opacity: 0.75;
}

.product-gallery__image-download {
  width: 26.8977777778px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__image-download {
    width: -webkit-calc(2.1013888889vw - 0px);
    width: calc(2.1013888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery__image-download {
    width: 30.26px;
  }
}

.product-gallery__image-download {
  height: 28.1688888889px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__image-download {
    height: -webkit-calc(2.2006944444vw - 0px);
    height: calc(2.2006944444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery__image-download {
    height: 31.69px;
  }
}

.product-gallery__image-download {
  bottom: 19.5555555556px;
  right: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__image-download {
    bottom: -webkit-calc(1.5277777778vw - 0px);
    bottom: calc(1.5277777778vw - 0px);
    right: -webkit-calc(1.5277777778vw - 0px);
    right: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery__image-download {
    bottom: 22px;
    right: 22px;
  }
}

.product-gallery__image-download:hover {
  opacity: 1;
}

.product-gallery__showmore {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 262.33px;
  height: 74.67px;
  background: #FFFFFF;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
  border: 2.66667px solid #9EB73B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  color: #9EB73B;
  padding: 19px;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18.6667px;
  line-height: 24px;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-gallery__showmore:hover {
  background-position: left bottom;
}

.product-gallery__showmore {
  margin-top: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__showmore {
    margin-top: -webkit-calc(1.9444444444vw - 0px);
    margin-top: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery__showmore {
    margin-top: 28px;
  }
}

.product-gallery__showmore {
  width: 174.886666667px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__showmore {
    width: -webkit-calc(13.6630208333vw - 0px);
    width: calc(13.6630208333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery__showmore {
    width: 196.7475px;
  }
}

.product-gallery__showmore {
  height: 49.78px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__showmore {
    height: -webkit-calc(3.8890625vw - 0px);
    height: calc(3.8890625vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery__showmore {
    height: 56.0025px;
  }
}

.product-gallery__showmore {
  border-width: 2.3703733333px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__showmore {
    border-width: -webkit-calc(0.1851854167vw + 0px);
    border-width: calc(0.1851854167vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery__showmore {
    border-width: 2.66667px;
  }
}

.product-gallery__showmore {
  -webkit-border-radius: 35.5555555556px;
          border-radius: 35.5555555556px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__showmore {
    -webkit-border-radius: -webkit-calc(2.7777777778vw + 0px);
            border-radius: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery__showmore {
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}

.product-gallery__showmore {
  font-size: 12.4444666667px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__showmore {
    font-size: -webkit-calc(0.9722239583vw - 0px);
    font-size: calc(0.9722239583vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery__showmore {
    font-size: 14.000025px;
  }
}

.product-gallery__showmore {
  line-height: 16px;
}

@media screen and (min-width: 1280px) {
  .product-gallery__showmore {
    line-height: -webkit-calc(1.25vw + 0px);
    line-height: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-gallery__showmore {
    line-height: 18px;
  }
}

.product-gallery__showmore:visited, .product-gallery__showmore:active {
  color: #9EB73B;
}

.product-gallery__showmore:hover {
  color: #fff;
}

.fancybox-toolbar .fancybox-button--zoom {
  background: rgba(30, 30, 30, 0.6) url(images/zoom.svg) center no-repeat;
  background-size: 75%;
}

.fancybox-toolbar .fancybox-button--zoom svg {
  display: none;
}

.product-specifications {
  padding-top: 130px;
  padding-bottom: 163px;
  background-color: #f6f6f6;
}

.product-specifications {
  padding-top: 115.555555556px;
}

@media screen and (min-width: 1280px) {
  .product-specifications {
    padding-top: -webkit-calc(9.0277777778vw - 0px);
    padding-top: calc(9.0277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications {
    padding-top: 130px;
  }
}

.product-specifications {
  padding-bottom: 144.888888889px;
}

@media screen and (min-width: 1280px) {
  .product-specifications {
    padding-bottom: -webkit-calc(11.3194444444vw - 0px);
    padding-bottom: calc(11.3194444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications {
    padding-bottom: 163px;
  }
}

.product-specifications .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 80em) {
  .product-specifications .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.product-specifications__left {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 48em) {
  .product-specifications__left {
    margin-bottom: 0;
    width: 56.9444444444%;
  }
}

.product-specifications__title {
  margin-bottom: 55px;
}

.product-specifications__title {
  margin-bottom: 48.8888888889px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__title {
    margin-bottom: -webkit-calc(3.8194444444vw - 0px);
    margin-bottom: calc(3.8194444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__title {
    margin-bottom: 55px;
  }
}

.product-specifications__list-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-specifications__list-wrapper ul li {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #212121;
  border-top: 1px solid #E5E5E5;
  padding: 14px 0;
}

.product-specifications__list-wrapper ul li {
  font-size: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__list-wrapper ul li {
    font-size: -webkit-calc(1.5277777778vw - 0px);
    font-size: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__list-wrapper ul li {
    font-size: 22px;
  }
}

.product-specifications__list-wrapper ul li {
  line-height: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__list-wrapper ul li {
    line-height: -webkit-calc(2.0833333333vw - 0px);
    line-height: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__list-wrapper ul li {
    line-height: 30px;
  }
}

.product-specifications__list-wrapper ul li {
  padding-top: 15.1111111111px;
  padding-bottom: 15.1111111111px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__list-wrapper ul li {
    padding-top: -webkit-calc(1.1805555556vw - 0px);
    padding-top: calc(1.1805555556vw - 0px);
    padding-bottom: -webkit-calc(1.1805555556vw - 0px);
    padding-bottom: calc(1.1805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__list-wrapper ul li {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.product-specifications__list-wrapper ul li:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.product-specifications__right {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .product-specifications__right {
    width: 31.1111111111%;
  }
}

.product-specifications__right-content {
  background-color: #6BA194;
  padding: 48px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

.product-specifications__right-content {
  padding: 32px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__right-content {
    padding: -webkit-calc(2.5vw + 0px);
    padding: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__right-content {
    padding: 36px;
  }
}

.product-specifications__right-content {
  -webkit-border-radius: 10.6666666667px;
          border-radius: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__right-content {
    -webkit-border-radius: -webkit-calc(0.8333333333vw - 0px);
            border-radius: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__right-content {
    -webkit-border-radius: 12px;
            border-radius: 12px;
  }
}

.product-specifications__lead {
  margin-bottom: 50px;
}

.product-specifications__lead {
  margin-bottom: 44.4444444444px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__lead {
    margin-bottom: -webkit-calc(3.4722222222vw - 0px);
    margin-bottom: calc(3.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__lead {
    margin-bottom: 50px;
  }
}

.product-specifications__lead-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 48px;
  letter-spacing: 0.133333px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
}

.product-specifications__lead-title {
  font-size: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__lead-title {
    font-size: -webkit-calc(1.4583333333vw - 0px);
    font-size: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__lead-title {
    font-size: 21px;
  }
}

.product-specifications__lead-title {
  line-height: 42.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__lead-title {
    line-height: -webkit-calc(3.3333333333vw - 0px);
    line-height: calc(3.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__lead-title {
    line-height: 48px;
  }
}

.product-specifications__lead-title {
  margin-bottom: 7.1111111111px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__lead-title {
    margin-bottom: -webkit-calc(0.5555555556vw - 0px);
    margin-bottom: calc(0.5555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__lead-title {
    margin-bottom: 8px;
  }
}

.product-specifications__lead-content {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

.product-specifications__lead-content {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__lead-content {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__lead-content {
    font-size: 16px;
  }
}

.product-specifications__lead-content {
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__lead-content {
    line-height: -webkit-calc(1.875vw + 0px);
    line-height: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__lead-content {
    line-height: 27px;
  }
}

.product-specifications__categories, .product-specifications__tag {
  margin-bottom: 30px;
}

.product-specifications__categories, .product-specifications__tag {
  margin-bottom: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__categories, .product-specifications__tag {
    margin-bottom: -webkit-calc(2.0833333333vw - 0px);
    margin-bottom: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__categories, .product-specifications__tag {
    margin-bottom: 30px;
  }
}

.product-specifications__categories-title, .product-specifications__tag-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 38px;
  letter-spacing: 0.133333px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
}

.product-specifications__categories-title, .product-specifications__tag-title {
  font-size: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__categories-title, .product-specifications__tag-title {
    font-size: -webkit-calc(1.4583333333vw - 0px);
    font-size: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__categories-title, .product-specifications__tag-title {
    font-size: 21px;
  }
}

.product-specifications__categories-title, .product-specifications__tag-title {
  line-height: 42.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__categories-title, .product-specifications__tag-title {
    line-height: -webkit-calc(3.3333333333vw - 0px);
    line-height: calc(3.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__categories-title, .product-specifications__tag-title {
    line-height: 48px;
  }
}

.product-specifications__categories-title, .product-specifications__tag-title {
  margin-bottom: 7.1111111111px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__categories-title, .product-specifications__tag-title {
    margin-bottom: -webkit-calc(0.5555555556vw - 0px);
    margin-bottom: calc(0.5555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__categories-title, .product-specifications__tag-title {
    margin-bottom: 8px;
  }
}

.product-specifications__categories-lists, .product-specifications__tag-lists {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-specifications__categories-item, .product-specifications__tag-item {
  margin-right: 10.6667px;
  margin-bottom: 10.6667px;
}

.product-specifications__categories-item, .product-specifications__tag-item {
  margin-bottom: 9.4815111111px;
  margin-right: 9.4815111111px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__categories-item, .product-specifications__tag-item {
    margin-bottom: -webkit-calc(0.7407430556vw - 0px);
    margin-bottom: calc(0.7407430556vw - 0px);
    margin-right: -webkit-calc(0.7407430556vw - 0px);
    margin-right: calc(0.7407430556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__categories-item, .product-specifications__tag-item {
    margin-bottom: 10.6667px;
    margin-right: 10.6667px;
  }
}

.product-specifications__categories-item a, .product-specifications__tag-item a {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.33333px;
  display: inline-block;
  color: #fff;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  padding: 12px 22.6667px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.product-specifications__categories-item a, .product-specifications__tag-item a {
  font-size: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__categories-item a, .product-specifications__tag-item a {
    font-size: -webkit-calc(0.8333333333vw - 0px);
    font-size: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__categories-item a, .product-specifications__tag-item a {
    font-size: 12px;
  }
}

.product-specifications__categories-item a, .product-specifications__tag-item a {
  padding-top: 10.6666666667px;
  padding-bottom: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__categories-item a, .product-specifications__tag-item a {
    padding-top: -webkit-calc(0.8333333333vw - 0px);
    padding-top: calc(0.8333333333vw - 0px);
    padding-bottom: -webkit-calc(0.8333333333vw - 0px);
    padding-bottom: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__categories-item a, .product-specifications__tag-item a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.product-specifications__categories-item a, .product-specifications__tag-item a {
  padding-left: 20.1481777778px;
  padding-left: 20.1481777778px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__categories-item a, .product-specifications__tag-item a {
    padding-left: -webkit-calc(1.5740763889vw - 0px);
    padding-left: calc(1.5740763889vw - 0px);
    padding-left: calc(1.5740763889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__categories-item a, .product-specifications__tag-item a {
    padding-left: 22.6667px;
    padding-left: 22.6667px;
  }
}

.product-specifications__categories-item a, .product-specifications__tag-item a {
  -webkit-border-radius: 35.5555555556px;
          border-radius: 35.5555555556px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__categories-item a, .product-specifications__tag-item a {
    -webkit-border-radius: -webkit-calc(2.7777777778vw + 0px);
            border-radius: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__categories-item a, .product-specifications__tag-item a {
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}

.product-specifications__categories-item a:hover, .product-specifications__tag-item a:hover {
  background-position: left bottom;
}

.product-specifications__categories-item a:hover, .product-specifications__tag-item a:hover {
  color: #525252;
}

.product-specifications__tag-item a {
  color: #525252;
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.product-specifications__tag-item a:hover {
  background-position: left bottom;
}

.product-specifications__tag-item a:hover {
  color: #fff;
}

.product-specifications__download-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 38px;
  letter-spacing: 0.133333px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
}

.product-specifications__download-title {
  font-size: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__download-title {
    font-size: -webkit-calc(1.4583333333vw - 0px);
    font-size: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__download-title {
    font-size: 21px;
  }
}

.product-specifications__download-title {
  line-height: 33.7777777778px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__download-title {
    line-height: -webkit-calc(2.6388888889vw + 0px);
    line-height: calc(2.6388888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__download-title {
    line-height: 38px;
  }
}

.product-specifications__download-title {
  margin-bottom: 7.1111111111px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__download-title {
    margin-bottom: -webkit-calc(0.5555555556vw - 0px);
    margin-bottom: calc(0.5555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__download-title {
    margin-bottom: 8px;
  }
}

.product-specifications__download-lists {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-specifications__download-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0;
  min-height: 60px;
}

.product-specifications__download-item {
  padding-top: 14.2222222222px;
  padding-bottom: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__download-item {
    padding-top: -webkit-calc(1.1111111111vw - 0px);
    padding-top: calc(1.1111111111vw - 0px);
    padding-bottom: -webkit-calc(1.1111111111vw - 0px);
    padding-bottom: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__download-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.product-specifications__download-item {
  min-height: 44.4444444444px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__download-item {
    min-height: -webkit-calc(3.4722222222vw - 0px);
    min-height: calc(3.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__download-item {
    min-height: 50px;
  }
}

.product-specifications__download-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-specifications__download-link {
  display: inline-block;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-size: 21.3333px;
  line-height: 120%;
  color: #fff;
  position: relative;
  padding-left: 30px;
}

.product-specifications__download-link {
  font-size: 14.2222px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__download-link {
    font-size: -webkit-calc(1.111109375vw + 0px);
    font-size: calc(1.111109375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__download-link {
    font-size: 15.999975px;
  }
}

.product-specifications__download-link {
  padding-left: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__download-link {
    padding-left: -webkit-calc(2.0833333333vw - 0px);
    padding-left: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__download-link {
    padding-left: 30px;
  }
}

.product-specifications__download-link span {
  position: relative;
}

.product-specifications__download-link span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  width: 100%;
  bottom: 0px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.product-specifications__download-link:visited, .product-specifications__download-link:active {
  color: #fff;
}

.product-specifications__download-link:visited span, .product-specifications__download-link:active span {
  color: #fff;
}

.product-specifications__download-link:hover, .product-specifications__download-link:focus {
  color: #fff;
}

.product-specifications__download-link:hover span, .product-specifications__download-link:focus span {
  color: #fff;
}

.product-specifications__download-link:hover span:after, .product-specifications__download-link:focus span:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.product-specifications__download-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent url(images/icon_pdf.svg) center no-repeat;
  background-size: contain;
}

.product-specifications__download-link:before {
  width: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__download-link:before {
    width: -webkit-calc(0.8333333333vw - 0px);
    width: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__download-link:before {
    width: 12px;
  }
}

.product-specifications__download-link:before {
  height: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__download-link:before {
    height: -webkit-calc(1.0416666667vw - 0px);
    height: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__download-link:before {
    height: 15px;
  }
}

.product-specifications__download-size {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21.3333px;
  line-height: 120%;
  text-align: right;
  color: #FFFFFF;
}

.product-specifications__download-size {
  font-size: 14.2222px;
}

@media screen and (min-width: 1280px) {
  .product-specifications__download-size {
    font-size: -webkit-calc(1.111109375vw + 0px);
    font-size: calc(1.111109375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-specifications__download-size {
    font-size: 15.999975px;
  }
}

.product-project {
  margin-top: 156px;
  margin-bottom: 145px;
}

.product-project {
  margin-top: 104px;
}

@media screen and (min-width: 1280px) {
  .product-project {
    margin-top: -webkit-calc(8.125vw + 0px);
    margin-top: calc(8.125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project {
    margin-top: 117px;
  }
}

.product-project {
  margin-bottom: 128.888888889px;
}

@media screen and (min-width: 1280px) {
  .product-project {
    margin-bottom: -webkit-calc(10.0694444444vw - 0px);
    margin-bottom: calc(10.0694444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project {
    margin-bottom: 145px;
  }
}

.product-project.grey {
  background-color: #F6F6F6;
  -webkit-border-radius: 100px 100px 0px 0px;
          border-radius: 100px 100px 0px 0px;
  padding-top: 132px;
  margin-top: 98px;
  padding-bottom: 240px;
  margin-bottom: 0;
}

.product-project.grey {
  margin-top: 65.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-project.grey {
    margin-top: -webkit-calc(5.1041666667vw - 0px);
    margin-top: calc(5.1041666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project.grey {
    margin-top: 73.5px;
  }
}

.product-project.grey {
  padding-top: 88px;
}

@media screen and (min-width: 1280px) {
  .product-project.grey {
    padding-top: -webkit-calc(6.875vw + 0px);
    padding-top: calc(6.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project.grey {
    padding-top: 99px;
  }
}

.product-project.grey {
  padding-bottom: 160px;
}

@media screen and (min-width: 1280px) {
  .product-project.grey {
    padding-bottom: -webkit-calc(12.5vw + 0px);
    padding-bottom: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project.grey {
    padding-bottom: 180px;
  }
}

.product-project.grey {
  -webkit-border-top-right-radius: 66.6666666667px;
          border-top-right-radius: 66.6666666667px;
  -webkit-border-top-left-radius: 66.6666666667px;
          border-top-left-radius: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-project.grey {
    -webkit-border-top-right-radius: -webkit-calc(5.2083333333vw - 0px);
            border-top-right-radius: calc(5.2083333333vw - 0px);
    -webkit-border-top-left-radius: -webkit-calc(5.2083333333vw - 0px);
            border-top-left-radius: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project.grey {
    -webkit-border-top-right-radius: 75px;
            border-top-right-radius: 75px;
    -webkit-border-top-left-radius: 75px;
            border-top-left-radius: 75px;
  }
}

.product-project.hide-category .product-project__item-subtitle {
  display: none;
}

.product-project.hide-type .product-project__item-after-title-category {
  display: none;
}

.product-project.hide-location .product-project__item-after-title {
  display: none;
}

.product-project.desktop .product-project__button-wrapper {
  display: none;
}

@media only screen and (min-width: 64em) {
  .product-project.desktop .product-project__button-wrapper {
    display: block;
  }
}

.product-project.mobile .product-project__button-wrapper {
  display: block;
}

@media only screen and (min-width: 64em) {
  .product-project.mobile .product-project__button-wrapper {
    display: none;
  }
}

.product-project .container {
  padding: 0;
}

.product-project .row {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-project__title-wrapper {
  width: 100%;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media only screen and (min-width: 48em) {
  .product-project__title-wrapper {
    width: 526.666666667px;
    margin-bottom: -20px;
  }
}

.product-project__title-wrapper {
  padding-left: 26.6666666667px;
  padding-right: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-project__title-wrapper {
    padding-left: -webkit-calc(2.0833333333vw - 0px);
    padding-left: calc(2.0833333333vw - 0px);
    padding-right: -webkit-calc(2.0833333333vw - 0px);
    padding-right: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__title-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .product-project__title-wrapper {
    margin-bottom: -webkit-calc(-1.5625vw + 0px);
    margin-bottom: calc(-1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__title-wrapper {
    margin-bottom: -22.5px;
  }
}

@media screen and (min-width: 1280px) {
  .product-project__title-wrapper {
    width: -webkit-calc(41.1458333333vw - 0px);
    width: calc(41.1458333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__title-wrapper {
    width: 592.5px;
  }
}

.product-project__title {
  text-align: center;
  margin-bottom: 26px;
}

.product-project__title {
  margin-bottom: 17.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-project__title {
    margin-bottom: -webkit-calc(1.3541666667vw - 0px);
    margin-bottom: calc(1.3541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__title {
    margin-bottom: 19.5px;
  }
}

.product-project__subtitle {
  text-align: center;
  color: #212121;
}

.product-project__arrow-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 45px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 64em) {
  .product-project__arrow-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.product-project__arrow-wrapper {
  margin-bottom: 30px;
}

@media screen and (min-width: 1280px) {
  .product-project__arrow-wrapper {
    margin-bottom: -webkit-calc(2.34375vw + 0px);
    margin-bottom: calc(2.34375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__arrow-wrapper {
    margin-bottom: 33.75px;
  }
}

@media only screen and (min-width: 120em) {
  .product-project__arrow-wrapper {
    max-width: 1155px;
  }
}

.product-project__arrow {
  width: 56px;
  height: 56px;
  opacity: 0.75;
  border: 1px solid #9EB73B;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  display: block;
  position: relative;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.product-project__arrow {
  width: 37.3333333333px;
  height: 37.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-project__arrow {
    width: -webkit-calc(2.9166666667vw - 0px);
    width: calc(2.9166666667vw - 0px);
    height: -webkit-calc(2.9166666667vw - 0px);
    height: calc(2.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__arrow {
    width: 42px;
    height: 42px;
  }
}

.product-project__arrow {
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

@media screen and (min-width: 1280px) {
  .product-project__arrow {
    -webkit-border-radius: -webkit-calc(1.5625vw + 0px);
            border-radius: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__arrow {
    -webkit-border-radius: 22.5px;
            border-radius: 22.5px;
  }
}

.product-project__arrow:hover {
  background-position: left bottom;
}

.product-project__arrow:first-child {
  margin-right: 15px;
}

.product-project__arrow:first-child {
  margin-right: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-project__arrow:first-child {
    margin-right: -webkit-calc(1.0416666667vw - 0px);
    margin-right: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__arrow:first-child {
    margin-right: 15px;
  }
}

.product-project__arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 7.5px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent url(images/arrow_green.svg) center no-repeat;
  background-size: contain;
}

.product-project__arrow:after {
  width: 6.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-project__arrow:after {
    width: -webkit-calc(0.5208333333vw - 0px);
    width: calc(0.5208333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__arrow:after {
    width: 7.5px;
  }
}

.product-project__arrow:after {
  height: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-project__arrow:after {
    height: -webkit-calc(1.0416666667vw - 0px);
    height: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__arrow:after {
    height: 15px;
  }
}

.product-project__arrow.prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.product-project__arrow:hover:after {
  background: transparent url(images/arrow_white.svg) center no-repeat;
  background-size: contain;
}

.product-project__item-wrapper {
  width: 100%;
  max-width: 100vw;
}

.product-project__item-wrapper.slick-dotted.slick-slider {
  margin-bottom: 52px;
}

.product-project__item-wrapper.slick-dotted.slick-slider {
  margin-bottom: 34.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-wrapper.slick-dotted.slick-slider {
    margin-bottom: -webkit-calc(2.7083333333vw - 0px);
    margin-bottom: calc(2.7083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-wrapper.slick-dotted.slick-slider {
    margin-bottom: 39px;
  }
}

.product-project__item-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 41.7778px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: -webkit-calc(3.263890625vw - 0px);
    margin-bottom: calc(3.263890625vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 47.000025px;
  }
}

.product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 64em) {
  .product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    margin-left: 53.3333333333px;
    margin-right: 53.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    margin-left: -webkit-calc(4.1666666667vw - 0px);
    margin-left: calc(4.1666666667vw - 0px);
    margin-right: -webkit-calc(4.1666666667vw - 0px);
    margin-right: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    margin-left: 60px;
    margin-right: 60px;
  }
}

.product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 20%;
  margin: 0;
  bottom: 0;
}

.product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  height: 7.1111333333px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    height: -webkit-calc(0.5555572917vw - 0px);
    height: calc(0.5555572917vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    height: 8.000025px;
  }
}

.product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 0;
  background: #9EB73B;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 7.1111333333px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: -webkit-calc(0.5555572917vw - 0px);
    height: calc(0.5555572917vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 8.000025px;
  }
}

.product-project__item-wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  margin: 0;
  position: absolute;
  height: 2px;
  bottom: 0px;
  background: #E5E5E5;
}

.product-project__item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 330px;
  height: 355px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 6px rgba(33, 33, 33, 0);
          box-shadow: 0px 4px 6px rgba(33, 33, 33, 0);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  float: left;
}

.product-project__item {
  margin-bottom: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-project__item {
    margin-bottom: -webkit-calc(1.0416666667vw - 0px);
    margin-bottom: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .product-project__item {
    width: 464px;
    height: 355.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .product-project__item {
    width: -webkit-calc(36.25vw + 0px);
    width: calc(36.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item {
    width: 522px;
  }
}

@media screen and (min-width: 1280px) {
  .product-project__item {
    height: -webkit-calc(27.7604166667vw - 0px);
    height: calc(27.7604166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item {
    height: 399.75px;
  }
}

.product-project__item {
  -webkit-border-radius: 17.7777777778px;
          border-radius: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .product-project__item {
    -webkit-border-radius: -webkit-calc(1.3888888889vw + 0px);
            border-radius: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item {
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}

.product-project__item:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.product-project__item:hover .product-project__item-title:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.product-project__item:not(:last-child) {
  margin-right: 48px;
}

.product-project__item:not(:last-child) {
  margin-right: 32px;
}

@media screen and (min-width: 1280px) {
  .product-project__item:not(:last-child) {
    margin-right: -webkit-calc(2.5vw + 0px);
    margin-right: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item:not(:last-child) {
    margin-right: 36px;
  }
}

.product-project__item:first-child {
  margin-left: 20px;
}

@media only screen and (min-width: 64em) {
  .product-project__item:first-child {
    margin-left: 53.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .product-project__item:first-child {
    margin-left: -webkit-calc(4.1666666667vw - 0px);
    margin-left: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item:first-child {
    margin-left: 60px;
  }
}

.product-project__item:last-child {
  margin-right: 20px;
}

@media only screen and (min-width: 64em) {
  .product-project__item:last-child {
    margin-right: 53.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .product-project__item:last-child {
    margin-right: -webkit-calc(4.1666666667vw - 0px);
    margin-right: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item:last-child {
    margin-right: 60px;
  }
}

.product-project__item-image-wrapper {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .product-project__item-image-wrapper {
    width: 616.888888889px;
  }
}

@media screen and (min-width: 1280px) {
  .product-project__item-image-wrapper {
    width: -webkit-calc(36.1458333333vw - 0px);
    width: calc(36.1458333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-image-wrapper {
    width: 520.5px;
  }
}

.product-project__item-image-wrapper {
  height: 266.666666667px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-image-wrapper {
    height: -webkit-calc(20.8333333333vw - 0px);
    height: calc(20.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-image-wrapper {
    height: 300px;
  }
}

.product-project__item-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-project__item-content {
  padding: 29px 41px 30px;
}

.product-project__item-content {
  padding-left: 27.3333333333px;
  padding-right: 27.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-content {
    padding-left: -webkit-calc(2.1354166667vw - 0px);
    padding-left: calc(2.1354166667vw - 0px);
    padding-right: -webkit-calc(2.1354166667vw - 0px);
    padding-right: calc(2.1354166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-content {
    padding-left: 30.75px;
    padding-right: 30.75px;
  }
}

.product-project__item-content {
  padding-top: 19.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-content {
    padding-top: -webkit-calc(1.5104166667vw - 0px);
    padding-top: calc(1.5104166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-content {
    padding-top: 21.75px;
  }
}

.product-project__item-content {
  padding-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-content {
    padding-bottom: -webkit-calc(1.5625vw + 0px);
    padding-bottom: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-content {
    padding-bottom: 22.5px;
  }
}

.product-project__item-subtitle {
  font-weight: 900;
  font-size: 14.6667px;
  line-height: 19px;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
}

.product-project__item-subtitle {
  font-size: 9.7778px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-subtitle {
    font-size: -webkit-calc(0.763890625vw + 0px);
    font-size: calc(0.763890625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-subtitle {
    font-size: 11.000025px;
  }
}

.product-project__item-subtitle {
  line-height: 12.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-subtitle {
    line-height: -webkit-calc(0.9895833333vw - 0px);
    line-height: calc(0.9895833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-subtitle {
    line-height: 14.25px;
  }
}

.product-project__item-title {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26.6667px;
  line-height: 180%;
  letter-spacing: 0.133333px;
  color: #525252;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.product-project__item-title {
  font-size: 17.7778px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-title {
    font-size: -webkit-calc(1.388890625vw - 0px);
    font-size: calc(1.388890625vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-title {
    font-size: 20.000025px;
  }
}

.product-project__item-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 5px;
  background-color: #9EB73B;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.product-project__item-title:after {
  bottom: 2.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-title:after {
    bottom: -webkit-calc(0.2083333333vw - 0px);
    bottom: calc(0.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-title:after {
    bottom: 3px;
  }
}

.product-project__item-after-title-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-project__item-after-title, .product-project__item-after-title-category {
  margin: 0;
  margin-top: 7px;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-project__item-after-title, .product-project__item-after-title-category {
  margin-top: 4.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-after-title, .product-project__item-after-title-category {
    margin-top: -webkit-calc(0.3645833333vw - 0px);
    margin-top: calc(0.3645833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-after-title, .product-project__item-after-title-category {
    margin-top: 5.25px;
  }
}

.product-project__item-after-title, .product-project__item-after-title-category {
  line-height: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-project__item-after-title, .product-project__item-after-title-category {
    line-height: -webkit-calc(0.8333333333vw - 0px);
    line-height: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__item-after-title, .product-project__item-after-title-category {
    line-height: 12px;
  }
}

.product-project__item-after-title-category {
  color: #9EB73B;
}

.product-project__item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-project__indicator-wrapper {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 64em) {
  .product-project__indicator-wrapper {
    padding-left: 53.3333333333px;
    padding-right: 53.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .product-project__indicator-wrapper {
    padding-left: -webkit-calc(4.1666666667vw - 0px);
    padding-left: calc(4.1666666667vw - 0px);
    padding-right: -webkit-calc(4.1666666667vw - 0px);
    padding-right: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__indicator-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.product-project__indicator-wrapper .slick-dots {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  position: relative;
}

.product-project__indicator-wrapper .slick-dots:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  background: #E5E5E5;
}

.product-project__indicator-wrapper .slick-dots li {
  width: 100%;
  margin: 0;
  height: 10.67px;
  background: #9EB73B;
  opacity: 0;
}

.product-project__indicator-wrapper .slick-dots li {
  height: 7.1111333333px;
}

@media screen and (min-width: 1280px) {
  .product-project__indicator-wrapper .slick-dots li {
    height: -webkit-calc(0.5555572917vw - 0px);
    height: calc(0.5555572917vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__indicator-wrapper .slick-dots li {
    height: 8.000025px;
  }
}

.product-project__indicator-wrapper .slick-dots li button {
  display: none;
}

.product-project__indicator-wrapper .slick-dots li.slick-active {
  opacity: 1;
}

.product-project__button-wrapper {
  width: 100%;
  margin-top: 73px;
  text-align: center;
  padding: 0 80px;
  margin-left: auto;
  margin-right: auto;
}

.product-project__button-wrapper {
  margin-top: 48.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-project__button-wrapper {
    margin-top: -webkit-calc(3.8020833333vw - 0px);
    margin-top: calc(3.8020833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__button-wrapper {
    margin-top: 54.75px;
  }
}

.product-project__button-wrapper {
  padding-left: 53.3333333333px;
  padding-right: 53.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-project__button-wrapper {
    padding-left: -webkit-calc(4.1666666667vw - 0px);
    padding-left: calc(4.1666666667vw - 0px);
    padding-right: -webkit-calc(4.1666666667vw - 0px);
    padding-right: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-project__button-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.product-contact {
  background-color: #f6f6f6;
  padding-top: 240px;
  padding-bottom: 240px;
}

.product-contact {
  padding-top: 93.3333333333px;
  padding-bottom: 93.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-contact {
    padding-top: -webkit-calc(7.2916666667vw - 0px);
    padding-top: calc(7.2916666667vw - 0px);
    padding-bottom: -webkit-calc(7.2916666667vw - 0px);
    padding-bottom: calc(7.2916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}

.product-contact.white {
  background-color: #fff;
}

.product-contact .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {
  .product-contact .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.product-contact__title-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 65px;
  border-bottom: 1px solid #DCDEE2;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-contact__title-wrapper {
  padding-bottom: 43.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-contact__title-wrapper {
    padding-bottom: -webkit-calc(3.3854166667vw - 0px);
    padding-bottom: calc(3.3854166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__title-wrapper {
    padding-bottom: 48.75px;
  }
}

@media only screen and (min-width: 64em) {
  .product-contact__title-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product-contact__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 58.6667px;
  line-height: 125%;
  letter-spacing: 0.266667px;
  color: #525252;
  margin: 0;
  margin-bottom: 30px;
  max-width: 981px;
}

@media only screen and (min-width: 64em) {
  .product-contact__title {
    margin-bottom: 0;
  }
}

.product-contact__title {
  font-size: 39.1111333333px;
}

@media screen and (min-width: 1280px) {
  .product-contact__title {
    font-size: -webkit-calc(3.0555572917vw + 0px);
    font-size: calc(3.0555572917vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__title {
    font-size: 44.000025px;
  }
}

.product-contact__title {
  max-width: 654px;
}

@media screen and (min-width: 1280px) {
  .product-contact__title {
    max-width: -webkit-calc(51.09375vw + 0px);
    max-width: calc(51.09375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__title {
    max-width: 735.75px;
  }
}

.product-contact__title br {
  display: none;
}

@media only screen and (min-width: 64em) {
  .product-contact__title br {
    display: inline;
  }
}

.product-contact__telp {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 58.6667px;
  line-height: 125%;
  letter-spacing: 0.266667px;
  color: #9EB73B;
  position: relative;
  padding-left: 67px;
}

.product-contact__telp {
  font-size: 39.1111333333px;
}

@media screen and (min-width: 1280px) {
  .product-contact__telp {
    font-size: -webkit-calc(3.0555572917vw + 0px);
    font-size: calc(3.0555572917vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__telp {
    font-size: 44.000025px;
  }
}

.product-contact__telp {
  padding-left: 44.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-contact__telp {
    padding-left: -webkit-calc(3.4895833333vw - 0px);
    padding-left: calc(3.4895833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__telp {
    padding-left: 50.25px;
  }
}

.product-contact__telp:visited, .product-contact__telp:active {
  color: #9EB73B;
}

.product-contact__telp:before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent url(images/icon_phone_circle.svg) center no-repeat;
  background-size: contain;
}

.product-contact__telp:before {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1280px) {
  .product-contact__telp:before {
    width: -webkit-calc(2.34375vw + 0px);
    width: calc(2.34375vw + 0px);
    height: -webkit-calc(2.34375vw + 0px);
    height: calc(2.34375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__telp:before {
    width: 33.75px;
    height: 33.75px;
  }
}

.product-contact__telp:hover {
  color: #525252;
}

.product-contact__email {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 180%;
  color: #9EB73B;
  position: relative;
  padding-left: 67px;
}

.product-contact__email {
  font-size: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-contact__email {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__email {
    font-size: 24px;
  }
}

.product-contact__email {
  padding-left: 44.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-contact__email {
    padding-left: -webkit-calc(3.4895833333vw - 0px);
    padding-left: calc(3.4895833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__email {
    padding-left: 50.25px;
  }
}

.product-contact__email:visited, .product-contact__email:active {
  color: #9EB73B;
}

.product-contact__email:before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent url(images/icon_mail_circle.svg) center no-repeat;
  background-size: contain;
}

.product-contact__email:before {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1280px) {
  .product-contact__email:before {
    width: -webkit-calc(2.34375vw + 0px);
    width: calc(2.34375vw + 0px);
    height: -webkit-calc(2.34375vw + 0px);
    height: calc(2.34375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__email:before {
    width: 33.75px;
    height: 33.75px;
  }
}

.product-contact__email:hover {
  color: #525252;
}

.product-contact__form-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-contact__form-wrapper {
  margin-top: 60px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form-wrapper {
    margin-top: -webkit-calc(4.6875vw + 0px);
    margin-top: calc(4.6875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form-wrapper {
    margin-top: 67.5px;
  }
}

@media only screen and (min-width: 64em) {
  .product-contact__form-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.product-contact__form-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26.6667px;
  line-height: 180%;
  letter-spacing: 0.133333px;
  margin: 0;
}

.product-contact__form-title {
  font-size: 17.7778px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form-title {
    font-size: -webkit-calc(1.388890625vw - 0px);
    font-size: calc(1.388890625vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form-title {
    font-size: 20.000025px;
  }
}

.product-contact__form {
  width: 944px;
}

.product-contact__form {
  width: 629.333333333px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form {
    width: -webkit-calc(49.1666666667vw - 0px);
    width: calc(49.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form {
    width: 708px;
  }
}

.product-contact__form .gform_wrapper .top_label .gfield_label {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18.6667px;
  line-height: 120%;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  color: #212121;
}

.product-contact__form .gform_wrapper .top_label .gfield_label {
  font-size: 12.4444666667px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .top_label .gfield_label {
    font-size: -webkit-calc(0.9722239583vw - 0px);
    font-size: calc(0.9722239583vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .top_label .gfield_label {
    font-size: 14.000025px;
  }
}

.product-contact__form .gform_wrapper .top_label li.gfield {
  margin-top: 57px;
  padding-right: 0;
}

.product-contact__form .gform_wrapper .top_label li.gfield {
  margin-top: 38px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .top_label li.gfield {
    margin-top: -webkit-calc(2.96875vw + 0px);
    margin-top: calc(2.96875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .top_label li.gfield {
    margin-top: 42.75px;
  }
}

.product-contact__form .gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 0;
}

.product-contact__form .gform_wrapper .top_label li.gfield.gf_right_half:nth-child(2) {
  margin-top: 0;
}

.product-contact__form .gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 46px;
}

.product-contact__form .gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 30.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: -webkit-calc(2.3958333333vw - 0px);
    padding-right: calc(2.3958333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 34.5px;
  }
}

.product-contact__form .gform_wrapper .top_label li.gfield.gf_left_half.gfield_error {
  margin-right: 0;
}

.product-contact__form .gform_wrapper .top_label li.gfield.gf_left_half:first-child {
  margin-top: 0;
}

.product-contact__form .gform_wrapper .top_label li.gfield.hidden_label {
  margin-top: 48px;
}

.product-contact__form .gform_wrapper .top_label li.gfield.hidden_label {
  margin-top: 32px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .top_label li.gfield.hidden_label {
    margin-top: -webkit-calc(2.5vw + 0px);
    margin-top: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .top_label li.gfield.hidden_label {
    margin-top: 36px;
  }
}

.product-contact__form .gform_wrapper .top_label li.gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.product-contact__form .gform_wrapper .top_label li.gfield textarea {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 1.33333px;
  color: #979797;
  border-bottom: 1px solid #424242;
  padding-left: 0;
  padding-right: 0;
}

.product-contact__form .gform_wrapper .top_label li.gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.product-contact__form .gform_wrapper .top_label li.gfield textarea {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .top_label li.gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .product-contact__form .gform_wrapper .top_label li.gfield textarea {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .top_label li.gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .product-contact__form .gform_wrapper .top_label li.gfield textarea {
    font-size: 18px;
  }
}

.product-contact__form .gform_wrapper .top_label li.gfield .gfield_consent_label {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14.6667px;
  line-height: 21px;
  color: #212121;
}

.product-contact__form .gform_wrapper .top_label li.gfield .gfield_consent_label {
  font-size: 9.7778px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .top_label li.gfield .gfield_consent_label {
    font-size: -webkit-calc(0.763890625vw + 0px);
    font-size: calc(0.763890625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .top_label li.gfield .gfield_consent_label {
    font-size: 11.000025px;
  }
}

.product-contact__form .gform_wrapper .top_label li.gfield .gfield_consent_label {
  line-height: 14px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .top_label li.gfield .gfield_consent_label {
    line-height: -webkit-calc(1.09375vw + 0px);
    line-height: calc(1.09375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .top_label li.gfield .gfield_consent_label {
    line-height: 15.75px;
  }
}

.product-contact__form .gform_wrapper .top_label .ginput_container.ginput_container_consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-contact__form .gform_wrapper .top_label .ginput_container.ginput_container_consent input {
  margin-top: 0;
  margin-right: 10px;
}

.product-contact__form .gform_wrapper .top_label .ginput_container.ginput_container_consent .gfield_required {
  font-size: 13.0370666667px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .top_label .ginput_container.ginput_container_consent .gfield_required {
    font-size: -webkit-calc(1.0185208333vw - 0px);
    font-size: calc(1.0185208333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .top_label .ginput_container.ginput_container_consent .gfield_required {
    font-size: 14.6667px;
  }
}

.product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  line-height: 1;
  min-height: initial;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  background: linear-gradient(90deg, #525252 0%, #525252 50%, #9EB73B 50%, #9EB73B 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

@media only screen and (min-width: 64em) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 16px;
    margin-left: 0;
  }
}

.product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  font-size: 12.4444666667px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    font-size: -webkit-calc(0.9722239583vw - 0px);
    font-size: calc(0.9722239583vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    font-size: 14.000025px;
  }
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: -webkit-calc(1.25vw + 0px);
    line-height: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 18px;
  }
}

.product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  padding-top: 16.8888666667px;
  padding-bottom: 16.8888666667px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    padding-top: -webkit-calc(1.3194427083vw - 0px);
    padding-top: calc(1.3194427083vw - 0px);
    padding-bottom: -webkit-calc(1.3194427083vw - 0px);
    padding-bottom: calc(1.3194427083vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    padding-top: 18.999975px;
    padding-bottom: 18.999975px;
  }
}

.product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  padding-left: 39.1111333333px;
  padding-right: 39.1111333333px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    padding-left: -webkit-calc(3.0555572917vw + 0px);
    padding-left: calc(3.0555572917vw + 0px);
    padding-right: -webkit-calc(3.0555572917vw + 0px);
    padding-right: calc(3.0555572917vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    padding-left: 44.000025px;
    padding-right: 44.000025px;
  }
}

.product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  height: 49.78px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    height: -webkit-calc(3.8890625vw - 0px);
    height: calc(3.8890625vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    height: 56.0025px;
  }
}

.product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  -webkit-border-radius: 26.6666666667px;
          border-radius: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    -webkit-border-radius: -webkit-calc(2.0833333333vw - 0px);
            border-radius: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
}

.product-contact__form .gform_wrapper .gform_footer input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):hover {
  background-position: left bottom;
}

.woocommerce .product-visit,
.woocommerce-page .product-visit,
.page .product-visit {
  background-color: #fff;
  position: relative;
}

.woocommerce .product-visit .container,
.woocommerce-page .product-visit .container,
.page .product-visit .container {
  padding: 0;
}

.woocommerce .product-visit .row,
.woocommerce-page .product-visit .row,
.page .product-visit .row {
  max-width: 100%;
}

.woocommerce .product-visit:before,
.woocommerce-page .product-visit:before,
.page .product-visit:before {
  content: "";
  display: block;
  position: absolute;
  width: 1305px;
  height: auto;
  top: -68px;
  bottom: -68px;
  left: 0;
  background: #6BA194;
  -webkit-border-radius: 0px 0px 200px 0px;
          border-radius: 0px 0px 200px 0px;
  width: 100%;
}

@media only screen and (min-width: 30em) {
  .woocommerce .product-visit:before,
  .woocommerce-page .product-visit:before,
  .page .product-visit:before {
    width: 90%;
  }
}

@media only screen and (min-width: 64em) {
  .woocommerce .product-visit:before,
  .woocommerce-page .product-visit:before,
  .page .product-visit:before {
    width: 1160px;
  }
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit:before,
  .woocommerce-page .product-visit:before,
  .page .product-visit:before {
    width: -webkit-calc(90.625vw + 0px);
    width: calc(90.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit:before,
  .woocommerce-page .product-visit:before,
  .page .product-visit:before {
    width: 1305px;
  }
}

.woocommerce .product-visit:before,
.woocommerce-page .product-visit:before,
.page .product-visit:before {
  top: -60.4444444444px;
  bottom: -60.4444444444px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit:before,
  .woocommerce-page .product-visit:before,
  .page .product-visit:before {
    top: -webkit-calc(-4.7222222222vw + 0px);
    top: calc(-4.7222222222vw + 0px);
    bottom: -webkit-calc(-4.7222222222vw + 0px);
    bottom: calc(-4.7222222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit:before,
  .woocommerce-page .product-visit:before,
  .page .product-visit:before {
    top: -68px;
    bottom: -68px;
  }
}

.woocommerce .product-visit:before,
.woocommerce-page .product-visit:before,
.page .product-visit:before {
  -webkit-border-bottom-right-radius: 177.777777778px;
          border-bottom-right-radius: 177.777777778px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit:before,
  .woocommerce-page .product-visit:before,
  .page .product-visit:before {
    -webkit-border-bottom-right-radius: -webkit-calc(13.8888888889vw - 0px);
            border-bottom-right-radius: calc(13.8888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit:before,
  .woocommerce-page .product-visit:before,
  .page .product-visit:before {
    -webkit-border-bottom-right-radius: 200px;
            border-bottom-right-radius: 200px;
  }
}

.woocommerce .product-visit__info,
.woocommerce-page .product-visit__info,
.page .product-visit__info {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
  .woocommerce .product-visit__info,
  .woocommerce-page .product-visit__info,
  .page .product-visit__info {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.woocommerce .product-visit__info-text,
.woocommerce-page .product-visit__info-text,
.page .product-visit__info-text {
  padding-top: 59px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  width: 100%;
}

@media only screen and (min-width: 64em) {
  .woocommerce .product-visit__info-text,
  .woocommerce-page .product-visit__info-text,
  .page .product-visit__info-text {
    padding-left: 106.666666667px;
    padding-right: 0;
    margin-right: 80px;
    width: auto;
  }
}

.woocommerce .product-visit__info-text,
.woocommerce-page .product-visit__info-text,
.page .product-visit__info-text {
  padding-top: 52.4444444444px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-text,
  .woocommerce-page .product-visit__info-text,
  .page .product-visit__info-text {
    padding-top: -webkit-calc(4.0972222222vw - 0px);
    padding-top: calc(4.0972222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-text,
  .woocommerce-page .product-visit__info-text,
  .page .product-visit__info-text {
    padding-top: 59px;
  }
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-text,
  .woocommerce-page .product-visit__info-text,
  .page .product-visit__info-text {
    padding-left: -webkit-calc(8.3333333333vw - 0px);
    padding-left: calc(8.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-text,
  .woocommerce-page .product-visit__info-text,
  .page .product-visit__info-text {
    padding-left: 120px;
  }
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-text,
  .woocommerce-page .product-visit__info-text,
  .page .product-visit__info-text {
    margin-right: -webkit-calc(6.25vw + 0px);
    margin-right: calc(6.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-text,
  .woocommerce-page .product-visit__info-text,
  .page .product-visit__info-text {
    margin-right: 90px;
  }
}

.woocommerce .product-visit__info-subtitle,
.woocommerce-page .product-visit__info-subtitle,
.page .product-visit__info-subtitle {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 9px;
}

.woocommerce .product-visit__info-subtitle,
.woocommerce-page .product-visit__info-subtitle,
.page .product-visit__info-subtitle {
  font-size: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-subtitle,
  .woocommerce-page .product-visit__info-subtitle,
  .page .product-visit__info-subtitle {
    font-size: -webkit-calc(0.8333333333vw - 0px);
    font-size: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-subtitle,
  .woocommerce-page .product-visit__info-subtitle,
  .page .product-visit__info-subtitle {
    font-size: 12px;
  }
}

.woocommerce .product-visit__info-subtitle,
.woocommerce-page .product-visit__info-subtitle,
.page .product-visit__info-subtitle {
  margin-bottom: 8px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-subtitle,
  .woocommerce-page .product-visit__info-subtitle,
  .page .product-visit__info-subtitle {
    margin-bottom: -webkit-calc(0.625vw + 0px);
    margin-bottom: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-subtitle,
  .woocommerce-page .product-visit__info-subtitle,
  .page .product-visit__info-subtitle {
    margin-bottom: 9px;
  }
}

.woocommerce .product-visit__info-title,
.woocommerce-page .product-visit__info-title,
.page .product-visit__info-title {
  color: #fff;
  margin-bottom: 16px;
}

.woocommerce .product-visit__info-title,
.woocommerce-page .product-visit__info-title,
.page .product-visit__info-title {
  margin-bottom: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-title,
  .woocommerce-page .product-visit__info-title,
  .page .product-visit__info-title {
    margin-bottom: -webkit-calc(1.1111111111vw - 0px);
    margin-bottom: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-title,
  .woocommerce-page .product-visit__info-title,
  .page .product-visit__info-title {
    margin-bottom: 16px;
  }
}

.woocommerce .product-visit__info-address,
.woocommerce-page .product-visit__info-address,
.page .product-visit__info-address {
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 51px;
}

.woocommerce .product-visit__info-address,
.woocommerce-page .product-visit__info-address,
.page .product-visit__info-address {
  font-size: 12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-address,
  .woocommerce-page .product-visit__info-address,
  .page .product-visit__info-address {
    font-size: -webkit-calc(0.9722222222vw - 0px);
    font-size: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-address,
  .woocommerce-page .product-visit__info-address,
  .page .product-visit__info-address {
    font-size: 14px;
  }
}

.woocommerce .product-visit__info-address,
.woocommerce-page .product-visit__info-address,
.page .product-visit__info-address {
  margin-bottom: 45.3333333333px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-address,
  .woocommerce-page .product-visit__info-address,
  .page .product-visit__info-address {
    margin-bottom: -webkit-calc(3.5416666667vw - 0px);
    margin-bottom: calc(3.5416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-address,
  .woocommerce-page .product-visit__info-address,
  .page .product-visit__info-address {
    margin-bottom: 51px;
  }
}

.woocommerce .product-visit__info-points,
.woocommerce-page .product-visit__info-points,
.page .product-visit__info-points {
  padding: 0;
  margin: 0;
  margin-bottom: 45px;
  list-style: none;
}

.woocommerce .product-visit__info-points,
.woocommerce-page .product-visit__info-points,
.page .product-visit__info-points {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-points,
  .woocommerce-page .product-visit__info-points,
  .page .product-visit__info-points {
    margin-bottom: -webkit-calc(3.125vw + 0px);
    margin-bottom: calc(3.125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-points,
  .woocommerce-page .product-visit__info-points,
  .page .product-visit__info-points {
    margin-bottom: 45px;
  }
}

.woocommerce .product-visit__info-points li,
.woocommerce-page .product-visit__info-points li,
.page .product-visit__info-points li {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.5px;
  color: #fff;
}

.woocommerce .product-visit__info-points li,
.woocommerce-page .product-visit__info-points li,
.page .product-visit__info-points li {
  font-size: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-points li,
  .woocommerce-page .product-visit__info-points li,
  .page .product-visit__info-points li {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-points li,
  .woocommerce-page .product-visit__info-points li,
  .page .product-visit__info-points li {
    font-size: 24px;
  }
}

.woocommerce .product-visit__info-points li:not(:last-child),
.woocommerce-page .product-visit__info-points li:not(:last-child),
.page .product-visit__info-points li:not(:last-child) {
  margin-bottom: 31px;
}

.woocommerce .product-visit__info-points li:not(:last-child),
.woocommerce-page .product-visit__info-points li:not(:last-child),
.page .product-visit__info-points li:not(:last-child) {
  margin-bottom: 27.5555555556px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-points li:not(:last-child),
  .woocommerce-page .product-visit__info-points li:not(:last-child),
  .page .product-visit__info-points li:not(:last-child) {
    margin-bottom: -webkit-calc(2.1527777778vw - 0px);
    margin-bottom: calc(2.1527777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-points li:not(:last-child),
  .woocommerce-page .product-visit__info-points li:not(:last-child),
  .page .product-visit__info-points li:not(:last-child) {
    margin-bottom: 31px;
  }
}

.woocommerce .product-visit__info-content,
.woocommerce-page .product-visit__info-content,
.page .product-visit__info-content {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media only screen and (min-width: 64em) {
  .woocommerce .product-visit__info-content,
  .woocommerce-page .product-visit__info-content,
  .page .product-visit__info-content {
    width: 457.777777778px;
  }
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-content,
  .woocommerce-page .product-visit__info-content,
  .page .product-visit__info-content {
    width: -webkit-calc(35.7638888889vw - 0px);
    width: calc(35.7638888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-content,
  .woocommerce-page .product-visit__info-content,
  .page .product-visit__info-content {
    width: 515px;
  }
}

.woocommerce .product-visit__info-content p,
.woocommerce-page .product-visit__info-content p,
.page .product-visit__info-content p {
  color: #fff;
  margin-bottom: 18px;
}

.woocommerce .product-visit__info-content p,
.woocommerce-page .product-visit__info-content p,
.page .product-visit__info-content p {
  font-size: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-content p,
  .woocommerce-page .product-visit__info-content p,
  .page .product-visit__info-content p {
    font-size: -webkit-calc(1.5277777778vw - 0px);
    font-size: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-content p,
  .woocommerce-page .product-visit__info-content p,
  .page .product-visit__info-content p {
    font-size: 22px;
  }
}

.woocommerce .product-visit__info-content p,
.woocommerce-page .product-visit__info-content p,
.page .product-visit__info-content p {
  margin-bottom: 16px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-content p,
  .woocommerce-page .product-visit__info-content p,
  .page .product-visit__info-content p {
    margin-bottom: -webkit-calc(1.25vw + 0px);
    margin-bottom: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-content p,
  .woocommerce-page .product-visit__info-content p,
  .page .product-visit__info-content p {
    margin-bottom: 18px;
  }
}

.woocommerce .product-visit__info-images,
.woocommerce-page .product-visit__info-images,
.page .product-visit__info-images {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  padding-left: 0px;
  width: 100%;
  overflow: hidden;
}

.woocommerce .product-visit__info-image-wrapper,
.woocommerce-page .product-visit__info-image-wrapper,
.page .product-visit__info-image-wrapper {
  width: 100%;
  max-width: 1183px;
}

.woocommerce .product-visit__info-image-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container,
.woocommerce-page .product-visit__info-image-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container,
.page .product-visit__info-image-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}

.woocommerce .product-visit__info-image-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.woocommerce-page .product-visit__info-image-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.page .product-visit__info-image-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  opacity: 0 !important;
}

.woocommerce .product-visit__info-image,
.woocommerce-page .product-visit__info-image,
.page .product-visit__info-image {
  height: 522px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: auto;
  float: left;
}

.woocommerce .product-visit__info-image,
.woocommerce-page .product-visit__info-image,
.page .product-visit__info-image {
  -webkit-border-radius: 8.8888888889px;
          border-radius: 8.8888888889px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-image,
  .woocommerce-page .product-visit__info-image,
  .page .product-visit__info-image {
    -webkit-border-radius: -webkit-calc(0.6944444444vw + 0px);
            border-radius: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-image,
  .woocommerce-page .product-visit__info-image,
  .page .product-visit__info-image {
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }
}

.woocommerce .product-visit__info-image,
.woocommerce-page .product-visit__info-image,
.page .product-visit__info-image {
  height: 464px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-image,
  .woocommerce-page .product-visit__info-image,
  .page .product-visit__info-image {
    height: -webkit-calc(36.25vw + 0px);
    height: calc(36.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-image,
  .woocommerce-page .product-visit__info-image,
  .page .product-visit__info-image {
    height: 522px;
  }
}

.woocommerce .product-visit__info-image:first-child,
.woocommerce-page .product-visit__info-image:first-child,
.page .product-visit__info-image:first-child {
  padding-left: 20px;
}

@media only screen and (min-width: 48em) {
  .woocommerce .product-visit__info-image:first-child,
  .woocommerce-page .product-visit__info-image:first-child,
  .page .product-visit__info-image:first-child {
    padding-left: 0;
  }
}

.woocommerce .product-visit__info-image:not(:last-child),
.woocommerce-page .product-visit__info-image:not(:last-child),
.page .product-visit__info-image:not(:last-child) {
  margin-right: 36px;
}

.woocommerce .product-visit__info-image:not(:last-child),
.woocommerce-page .product-visit__info-image:not(:last-child),
.page .product-visit__info-image:not(:last-child) {
  margin-right: 32px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-image:not(:last-child),
  .woocommerce-page .product-visit__info-image:not(:last-child),
  .page .product-visit__info-image:not(:last-child) {
    margin-right: -webkit-calc(2.5vw + 0px);
    margin-right: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-image:not(:last-child),
  .woocommerce-page .product-visit__info-image:not(:last-child),
  .page .product-visit__info-image:not(:last-child) {
    margin-right: 36px;
  }
}

.woocommerce .product-visit__info-image:last-child,
.woocommerce-page .product-visit__info-image:last-child,
.page .product-visit__info-image:last-child {
  margin-right: 20px;
}

@media only screen and (min-width: 64em) {
  .woocommerce .product-visit__info-image:last-child,
  .woocommerce-page .product-visit__info-image:last-child,
  .page .product-visit__info-image:last-child {
    margin-right: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-image:last-child,
  .woocommerce-page .product-visit__info-image:last-child,
  .page .product-visit__info-image:last-child {
    margin-right: -webkit-calc(2.5vw + 0px);
    margin-right: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-image:last-child,
  .woocommerce-page .product-visit__info-image:last-child,
  .page .product-visit__info-image:last-child {
    margin-right: 36px;
  }
}

.woocommerce .product-visit__info-image-arrow-wrapper,
.woocommerce-page .product-visit__info-image-arrow-wrapper,
.page .product-visit__info-image-arrow-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 28px;
  padding-left: 20px;
}

.woocommerce .product-visit__info-image-arrow-wrapper,
.woocommerce-page .product-visit__info-image-arrow-wrapper,
.page .product-visit__info-image-arrow-wrapper {
  margin-top: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-image-arrow-wrapper,
  .woocommerce-page .product-visit__info-image-arrow-wrapper,
  .page .product-visit__info-image-arrow-wrapper {
    margin-top: -webkit-calc(1.9444444444vw - 0px);
    margin-top: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-image-arrow-wrapper,
  .woocommerce-page .product-visit__info-image-arrow-wrapper,
  .page .product-visit__info-image-arrow-wrapper {
    margin-top: 28px;
  }
}

@media only screen and (min-width: 48em) {
  .woocommerce .product-visit__info-image-arrow-wrapper,
  .woocommerce-page .product-visit__info-image-arrow-wrapper,
  .page .product-visit__info-image-arrow-wrapper {
    padding-left: 0;
  }
}

.woocommerce .product-visit__info-image-arrow,
.woocommerce-page .product-visit__info-image-arrow,
.page .product-visit__info-image-arrow {
  width: 56px;
  height: 56px;
  opacity: 0.75;
  border: 1px solid #fff;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  display: block;
  position: relative;
  background: linear-gradient(90deg, #525252 0%, #525252 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.woocommerce .product-visit__info-image-arrow,
.woocommerce-page .product-visit__info-image-arrow,
.page .product-visit__info-image-arrow {
  -webkit-border-radius: 26.6666666667px;
          border-radius: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-image-arrow,
  .woocommerce-page .product-visit__info-image-arrow,
  .page .product-visit__info-image-arrow {
    -webkit-border-radius: -webkit-calc(2.0833333333vw - 0px);
            border-radius: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-image-arrow,
  .woocommerce-page .product-visit__info-image-arrow,
  .page .product-visit__info-image-arrow {
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
}

.woocommerce .product-visit__info-image-arrow,
.woocommerce-page .product-visit__info-image-arrow,
.page .product-visit__info-image-arrow {
  width: 37.3333333333px;
  height: 37.3333333333px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-image-arrow,
  .woocommerce-page .product-visit__info-image-arrow,
  .page .product-visit__info-image-arrow {
    width: -webkit-calc(2.9166666667vw - 0px);
    width: calc(2.9166666667vw - 0px);
    height: -webkit-calc(2.9166666667vw - 0px);
    height: calc(2.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-image-arrow,
  .woocommerce-page .product-visit__info-image-arrow,
  .page .product-visit__info-image-arrow {
    width: 42px;
    height: 42px;
  }
}

.woocommerce .product-visit__info-image-arrow:hover,
.woocommerce-page .product-visit__info-image-arrow:hover,
.page .product-visit__info-image-arrow:hover {
  background-position: left bottom;
}

.woocommerce .product-visit__info-image-arrow:first-child,
.woocommerce-page .product-visit__info-image-arrow:first-child,
.page .product-visit__info-image-arrow:first-child {
  margin-right: 20px;
}

.woocommerce .product-visit__info-image-arrow:first-child,
.woocommerce-page .product-visit__info-image-arrow:first-child,
.page .product-visit__info-image-arrow:first-child {
  margin-right: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-image-arrow:first-child,
  .woocommerce-page .product-visit__info-image-arrow:first-child,
  .page .product-visit__info-image-arrow:first-child {
    margin-right: -webkit-calc(1.0416666667vw - 0px);
    margin-right: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-image-arrow:first-child,
  .woocommerce-page .product-visit__info-image-arrow:first-child,
  .page .product-visit__info-image-arrow:first-child {
    margin-right: 15px;
  }
}

.woocommerce .product-visit__info-image-arrow:after,
.woocommerce-page .product-visit__info-image-arrow:after,
.page .product-visit__info-image-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent url(images/arrow_white.svg) center no-repeat;
  background-size: contain;
}

.woocommerce .product-visit__info-image-arrow:after,
.woocommerce-page .product-visit__info-image-arrow:after,
.page .product-visit__info-image-arrow:after {
  width: 6.6666666667px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-image-arrow:after,
  .woocommerce-page .product-visit__info-image-arrow:after,
  .page .product-visit__info-image-arrow:after {
    width: -webkit-calc(0.5208333333vw - 0px);
    width: calc(0.5208333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-image-arrow:after,
  .woocommerce-page .product-visit__info-image-arrow:after,
  .page .product-visit__info-image-arrow:after {
    width: 7.5px;
  }
}

.woocommerce .product-visit__info-image-arrow:after,
.woocommerce-page .product-visit__info-image-arrow:after,
.page .product-visit__info-image-arrow:after {
  height: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__info-image-arrow:after,
  .woocommerce-page .product-visit__info-image-arrow:after,
  .page .product-visit__info-image-arrow:after {
    height: -webkit-calc(1.0416666667vw - 0px);
    height: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__info-image-arrow:after,
  .woocommerce-page .product-visit__info-image-arrow:after,
  .page .product-visit__info-image-arrow:after {
    height: 15px;
  }
}

.woocommerce .product-visit__info-image-arrow.prev,
.woocommerce-page .product-visit__info-image-arrow.prev,
.page .product-visit__info-image-arrow.prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.woocommerce .product-visit__button,
.woocommerce-page .product-visit__button,
.page .product-visit__button {
  margin-top: 30px;
  margin-bottom: 84px;
}

.woocommerce .product-visit__button,
.woocommerce-page .product-visit__button,
.page .product-visit__button {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__button,
  .woocommerce-page .product-visit__button,
  .page .product-visit__button {
    margin-top: -webkit-calc(1.5625vw + 0px);
    margin-top: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__button,
  .woocommerce-page .product-visit__button,
  .page .product-visit__button {
    margin-top: 22.5px;
  }
}

.woocommerce .product-visit__button,
.woocommerce-page .product-visit__button,
.page .product-visit__button {
  margin-bottom: 56px;
}

@media screen and (min-width: 1280px) {
  .woocommerce .product-visit__button,
  .woocommerce-page .product-visit__button,
  .page .product-visit__button {
    margin-bottom: -webkit-calc(4.375vw + 0px);
    margin-bottom: calc(4.375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .woocommerce .product-visit__button,
  .woocommerce-page .product-visit__button,
  .page .product-visit__button {
    margin-bottom: 63px;
  }
}

.product-other {
  background-color: #f6f6f6;
  padding-top: 250px;
  padding-bottom: 254px;
}

.product-other {
  padding-top: 222.222222222px;
}

@media screen and (min-width: 1280px) {
  .product-other {
    padding-top: -webkit-calc(17.3611111111vw - 0px);
    padding-top: calc(17.3611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other {
    padding-top: 250px;
  }
}

.product-other {
  padding-bottom: 225.777777778px;
}

@media screen and (min-width: 1280px) {
  .product-other {
    padding-bottom: -webkit-calc(17.6388888889vw - 0px);
    padding-bottom: calc(17.6388888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other {
    padding-bottom: 254px;
  }
}

.product-other .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

.product-other__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 58.6667px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.266667px;
  width: 100%;
  margin: 0;
  margin-bottom: 98px;
}

.product-other__title {
  font-size: 52.1481777778px;
}

@media screen and (min-width: 1280px) {
  .product-other__title {
    font-size: -webkit-calc(4.0740763889vw - 0px);
    font-size: calc(4.0740763889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__title {
    font-size: 58.6667px;
  }
}

.product-other__title {
  margin-bottom: 87.1111111111px;
}

@media screen and (min-width: 1280px) {
  .product-other__title {
    margin-bottom: -webkit-calc(6.8055555556vw - 0px);
    margin-bottom: calc(6.8055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__title {
    margin-bottom: 98px;
  }
}

.product-other__product-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media only screen and (min-width: 80em) {
  .product-other__product-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.product-other__item {
  width: 404px;
  height: 560px;
  background: #FFFFFF;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  position: relative;
  max-width: 404px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.product-other__item {
  width: 359.111111111px;
}

@media screen and (min-width: 1280px) {
  .product-other__item {
    width: -webkit-calc(28.0555555556vw - 0px);
    width: calc(28.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item {
    width: 404px;
  }
}

.product-other__item {
  height: 497.777777778px;
}

@media screen and (min-width: 1280px) {
  .product-other__item {
    height: -webkit-calc(38.8888888889vw - 0px);
    height: calc(38.8888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item {
    height: 560px;
  }
}

.product-other__item {
  -webkit-border-radius: 10.6666666667px;
          border-radius: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-other__item {
    -webkit-border-radius: -webkit-calc(0.8333333333vw - 0px);
            border-radius: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item {
    -webkit-border-radius: 12px;
            border-radius: 12px;
  }
}

@media only screen and (min-width: 80em) {
  .product-other__item {
    margin: 0;
  }
}

.product-other__item:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.product-other__item:hover .underline {
  background-size: 100% 100%;
}

.product-other__item:hover .product-other__item-button {
  background-position: left bottom;
}

.product-other__item:hover .product-other__item-button img {
  -webkit-filter: grayscale(100) contrast(100);
          filter: grayscale(100) contrast(100);
}

@media only screen and (min-width: 80em) {
  .product-other__item:not(:last-child) {
    margin-right: 39.1111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .product-other__item:not(:last-child) {
    margin-right: -webkit-calc(3.0555555556vw - 0px);
    margin-right: calc(3.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item:not(:last-child) {
    margin-right: 44px;
  }
}

.product-other__item-image-wrapper {
  width: 404px;
  height: 480px;
}

.product-other__item-image-wrapper {
  width: 359.111111111px;
}

@media screen and (min-width: 1280px) {
  .product-other__item-image-wrapper {
    width: -webkit-calc(28.0555555556vw - 0px);
    width: calc(28.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item-image-wrapper {
    width: 404px;
  }
}

.product-other__item-image-wrapper {
  height: 426.666666667px;
}

@media screen and (min-width: 1280px) {
  .product-other__item-image-wrapper {
    height: -webkit-calc(33.3333333333vw - 0px);
    height: calc(33.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item-image-wrapper {
    height: 480px;
  }
}

.product-other__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-other__item-subtitle-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 36px;
  padding-right: 36px;
}

.product-other__item-subtitle-wrapper {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (min-width: 1280px) {
  .product-other__item-subtitle-wrapper {
    padding-left: -webkit-calc(2.5vw + 0px);
    padding-left: calc(2.5vw + 0px);
    padding-right: -webkit-calc(2.5vw + 0px);
    padding-right: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item-subtitle-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.product-other__item-subtitle {
  margin: 0;
  color: #979797;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
}

.product-other__item-subtitle {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .product-other__item-subtitle {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item-subtitle {
    font-size: 16px;
  }
}

.product-other__item-date {
  margin: 0;
  color: #979797;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
}

.product-other__item-date {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .product-other__item-date {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item-date {
    font-size: 16px;
  }
}

.product-other__item-title-wrapper {
  padding-left: 36px;
  padding-right: 36px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-other__item-title-wrapper {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (min-width: 1280px) {
  .product-other__item-title-wrapper {
    padding-left: -webkit-calc(2.5vw + 0px);
    padding-left: calc(2.5vw + 0px);
    padding-right: -webkit-calc(2.5vw + 0px);
    padding-right: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item-title-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.product-other__item-title {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #424242;
  margin: 0;
  display: inline-block;
}

.product-other__item-title {
  font-size: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-other__item-title {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item-title {
    font-size: 24px;
  }
}

.product-other__item-title .underline {
  width: -webkit-calc(100%);
  width: calc(100%);
  background-image: linear-gradient(transparent -webkit-calc(100% - 3px), #9EB73B 3px);
  background-image: linear-gradient(transparent calc(100% - 3px), #9EB73B 3px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 1s;
          transition: background-size 1s;
}

.product-other__item-button {
  opacity: 0.75;
  border: 1px solid #9EB73B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.product-other__item-button {
  width: 24.8888888889px;
  height: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .product-other__item-button {
    width: -webkit-calc(1.9444444444vw - 0px);
    width: calc(1.9444444444vw - 0px);
    height: -webkit-calc(1.9444444444vw - 0px);
    height: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item-button {
    width: 28px;
    height: 28px;
  }
}

.product-other__item-button {
  -webkit-border-radius: 24.8888888889px;
          border-radius: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .product-other__item-button {
    -webkit-border-radius: -webkit-calc(1.9444444444vw - 0px);
            border-radius: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-other__item-button {
    -webkit-border-radius: 28px;
            border-radius: 28px;
  }
}

.product-other__item-button:hover {
  background-position: left bottom;
}

.product-other__item-button img {
  width: 12px;
  height: 12px;
}

.product-other__item-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.product-block {
  margin-bottom: 98px;
}

.product-block {
  margin-bottom: 65.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-block {
    margin-bottom: -webkit-calc(5.1041666667vw - 0px);
    margin-bottom: calc(5.1041666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block {
    margin-bottom: 73.5px;
  }
}

.product-block .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-block__heading-wrapper {
  z-index: 9;
  position: relative;
}

.product-block__title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.5px;
  margin-bottom: 21.75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .product-block__title {
    margin-top: -24.6666666667px;
    width: 600px;
  }
}

@media screen and (min-width: 1280px) {
  .product-block__title {
    width: -webkit-calc(46.875vw + 0px);
    width: calc(46.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__title {
    width: 675px;
  }
}

@media screen and (min-width: 1280px) {
  .product-block__title {
    margin-top: -webkit-calc(-1.9270833333vw + 0px);
    margin-top: calc(-1.9270833333vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__title {
    margin-top: -27.75px;
  }
}

.product-block__title {
  margin-bottom: 19.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-block__title {
    margin-bottom: -webkit-calc(1.5104166667vw - 0px);
    margin-bottom: calc(1.5104166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__title {
    margin-bottom: 21.75px;
  }
}

.product-block__subtitle {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .product-block__subtitle {
    width: 491.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .product-block__subtitle {
    width: -webkit-calc(38.3854166667vw - 0px);
    width: calc(38.3854166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__subtitle {
    width: 552.75px;
  }
}

.product-block__box-wrapper {
  margin-top: 56.25px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-block__box-wrapper {
  margin-top: 50px;
}

@media screen and (min-width: 1280px) {
  .product-block__box-wrapper {
    margin-top: -webkit-calc(3.90625vw + 0px);
    margin-top: calc(3.90625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box-wrapper {
    margin-top: 56.25px;
  }
}

@media only screen and (min-width: 80em) {
  .product-block__box-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.product-block__box {
  position: relative;
  margin-bottom: 48px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  overflow: hidden;
}

.product-block__box {
  margin-bottom: 28px;
}

@media screen and (min-width: 1280px) {
  .product-block__box {
    margin-bottom: -webkit-calc(2.1875vw + 0px);
    margin-bottom: calc(2.1875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box {
    margin-bottom: 31.5px;
  }
}

.product-block__box {
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

@media screen and (min-width: 1280px) {
  .product-block__box {
    -webkit-border-radius: -webkit-calc(0.625vw + 0px);
            border-radius: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box {
    -webkit-border-radius: 9px;
            border-radius: 9px;
  }
}

.product-block__box:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.product-block__box:hover .product-block__box-button {
  background-position: left bottom;
}

.product-block__box:hover .product-block__box-button img {
  -webkit-filter: grayscale(100) contrast(100);
          filter: grayscale(100) contrast(100);
}

.product-block__box:hover .product-block__box-title:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.product-block__box-column:first-child {
  width: 100%;
}

@media only screen and (min-width: 64em) {
  .product-block__box-column:first-child {
    margin-right: 32px;
    width: 629.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .product-block__box-column:first-child {
    width: -webkit-calc(49.1666666667vw - 0px);
    width: calc(49.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box-column:first-child {
    width: 708px;
  }
}

@media screen and (min-width: 1280px) {
  .product-block__box-column:first-child {
    margin-right: -webkit-calc(2.5vw + 0px);
    margin-right: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box-column:first-child {
    margin-right: 36px;
  }
}

.product-block__box-column:first-child .product-block__box-image-wrapper {
  height: 198px;
}

@media only screen and (min-width: 48em) {
  .product-block__box-column:first-child .product-block__box-image-wrapper {
    height: 502.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .product-block__box-column:first-child .product-block__box-image-wrapper {
    height: -webkit-calc(39.2708333333vw - 0px);
    height: calc(39.2708333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box-column:first-child .product-block__box-image-wrapper {
    height: 565.5px;
  }
}

.product-block__box-column:last-child {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .product-block__box-column:last-child {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 64em) {
  .product-block__box-column:last-child {
    width: 298.666666667px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1280px) {
  .product-block__box-column:last-child {
    width: -webkit-calc(23.3333333333vw - 0px);
    width: calc(23.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box-column:last-child {
    width: 336px;
  }
}

@media only screen and (min-width: 48em) {
  .product-block__box-column:last-child > div {
    width: 48%;
  }
}

@media only screen and (min-width: 64em) {
  .product-block__box-column:last-child > div {
    width: 100%;
  }
}

.product-block__box-image-wrapper {
  line-height: 0;
}

.product-block__box-image-wrapper {
  height: 198px;
}

@media screen and (min-width: 1280px) {
  .product-block__box-image-wrapper {
    height: -webkit-calc(15.46875vw + 0px);
    height: calc(15.46875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box-image-wrapper {
    height: 222.75px;
  }
}

.product-block__box-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-block__box-title-wrapper {
  padding: 25px 26px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-block__box-title-wrapper {
  padding-top: 16.6666666667px;
  padding-bottom: 16.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-block__box-title-wrapper {
    padding-top: -webkit-calc(1.3020833333vw - 0px);
    padding-top: calc(1.3020833333vw - 0px);
    padding-bottom: -webkit-calc(1.3020833333vw - 0px);
    padding-bottom: calc(1.3020833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box-title-wrapper {
    padding-top: 18.75px;
    padding-bottom: 18.75px;
  }
}

.product-block__box-title-wrapper {
  padding-left: 17.3333333333px;
  padding-right: 17.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-block__box-title-wrapper {
    padding-left: -webkit-calc(1.3541666667vw - 0px);
    padding-left: calc(1.3541666667vw - 0px);
    padding-right: -webkit-calc(1.3541666667vw - 0px);
    padding-right: calc(1.3541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box-title-wrapper {
    padding-left: 19.5px;
    padding-right: 19.5px;
  }
}

.product-block__box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0;
}

.product-block__box-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  background-color: #9EB73B;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.product-block__box-title:after {
  bottom: 4.4444444444px;
}

@media screen and (min-width: 1280px) {
  .product-block__box-title:after {
    bottom: -webkit-calc(0.3472222222vw + 0px);
    bottom: calc(0.3472222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box-title:after {
    bottom: 5px;
  }
}

.product-block__box-button {
  opacity: 0.75;
  border: 1px solid #9EB73B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.product-block__box-button {
  width: 37.3333333333px;
  height: 37.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-block__box-button {
    width: -webkit-calc(2.9166666667vw - 0px);
    width: calc(2.9166666667vw - 0px);
    height: -webkit-calc(2.9166666667vw - 0px);
    height: calc(2.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box-button {
    width: 42px;
    height: 42px;
  }
}

.product-block__box-button {
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

@media screen and (min-width: 1280px) {
  .product-block__box-button {
    -webkit-border-radius: -webkit-calc(1.5625vw + 0px);
            border-radius: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-block__box-button {
    -webkit-border-radius: 22.5px;
            border-radius: 22.5px;
  }
}

.product-block__box-button:hover {
  background-position: left bottom;
}

.product-block__box-button img {
  width: 12px;
  height: 12px;
}

.product-block__box-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.product-block__button-wrapper {
  text-align: center;
}

.video {
  background-color: #f6f6f6;
  padding-top: 240px;
  padding-bottom: 217px;
}

.video {
  padding-top: 160px;
}

@media screen and (min-width: 1280px) {
  .video {
    padding-top: -webkit-calc(12.5vw + 0px);
    padding-top: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video {
    padding-top: 180px;
  }
}

.video {
  padding-bottom: 144.666666667px;
}

@media screen and (min-width: 1280px) {
  .video {
    padding-bottom: -webkit-calc(11.3020833333vw - 0px);
    padding-bottom: calc(11.3020833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video {
    padding-bottom: 162.75px;
  }
}

.video.white {
  background-color: #fff;
}

.video.white {
  padding-top: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .video.white {
    padding-top: -webkit-calc(1.6666666667vw - 0px);
    padding-top: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video.white {
    padding-top: 24px;
  }
}

.video.white {
  padding-bottom: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .video.white {
    padding-bottom: -webkit-calc(1.3888888889vw + 0px);
    padding-bottom: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video.white {
    padding-bottom: 20px;
  }
}

.video .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video__title {
  text-align: center;
  margin-bottom: 30px;
  max-width: 640px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.video__title {
  max-width: 426.666666667px;
}

@media screen and (min-width: 1280px) {
  .video__title {
    max-width: -webkit-calc(33.3333333333vw - 0px);
    max-width: calc(33.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video__title {
    max-width: 480px;
  }
}

.video__title {
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .video__title {
    margin-bottom: -webkit-calc(1.5625vw + 0px);
    margin-bottom: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video__title {
    margin-bottom: 22.5px;
  }
}

.video__subtitle {
  text-align: center;
  margin-bottom: 63px;
  max-width: 640px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.video__subtitle {
  max-width: 426.666666667px;
}

@media screen and (min-width: 1280px) {
  .video__subtitle {
    max-width: -webkit-calc(33.3333333333vw - 0px);
    max-width: calc(33.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video__subtitle {
    max-width: 480px;
  }
}

.video__subtitle {
  margin-bottom: 42px;
}

@media screen and (min-width: 1280px) {
  .video__subtitle {
    margin-bottom: -webkit-calc(3.28125vw + 0px);
    margin-bottom: calc(3.28125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video__subtitle {
    margin-bottom: 47.25px;
  }
}

.video__frame-wrapper iframe {
  display: block;
  width: 100%;
  height: 250px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 48em) {
  .video__frame-wrapper iframe {
    width: 792.666666667px;
    height: 446.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .video__frame-wrapper iframe {
    width: -webkit-calc(61.9270833333vw - 0px);
    width: calc(61.9270833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video__frame-wrapper iframe {
    width: 891.75px;
  }
}

@media screen and (min-width: 1280px) {
  .video__frame-wrapper iframe {
    height: -webkit-calc(34.8958333333vw - 0px);
    height: calc(34.8958333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video__frame-wrapper iframe {
    height: 502.5px;
  }
}

.video__frame-wrapper iframe {
  -webkit-border-radius: 10.6666666667px;
          border-radius: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .video__frame-wrapper iframe {
    -webkit-border-radius: -webkit-calc(0.8333333333vw - 0px);
            border-radius: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video__frame-wrapper iframe {
    -webkit-border-radius: 12px;
            border-radius: 12px;
  }
}

.video + .two-boxes {
  margin-top: -13px;
}

.video + .two-boxes {
  margin-top: -11.5555555556px;
}

@media screen and (min-width: 1280px) {
  .video + .two-boxes {
    margin-top: -webkit-calc(-0.9027777778vw + 0px);
    margin-top: calc(-0.9027777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .video + .two-boxes {
    margin-top: -13px;
  }
}

.two-boxes {
  margin-top: 68px;
  padding-top: 56px;
  margin-bottom: -88px;
  position: relative;
  z-index: 9;
}

.two-boxes {
  margin-top: 45.3333333333px;
}

@media screen and (min-width: 1280px) {
  .two-boxes {
    margin-top: -webkit-calc(3.5416666667vw - 0px);
    margin-top: calc(3.5416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes {
    margin-top: 51px;
  }
}

.two-boxes {
  padding-top: 56.6666666667px;
}

@media screen and (min-width: 1280px) {
  .two-boxes {
    padding-top: -webkit-calc(4.4270833333vw - 0px);
    padding-top: calc(4.4270833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes {
    padding-top: 63.75px;
  }
}

.two-boxes {
  margin-bottom: -58.6666666667px;
}

@media screen and (min-width: 1280px) {
  .two-boxes {
    margin-bottom: -webkit-calc(-4.5833333333vw + 0px);
    margin-bottom: calc(-4.5833333333vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes {
    margin-bottom: -66px;
  }
}

.two-boxes .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.two-boxes__box-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #FFFFFF;
}

@media only screen and (min-width: 48em) {
  .two-boxes__box-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-top: 86.6666666667px;
    padding-bottom: 86.6666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper {
    padding-top: -webkit-calc(6.7708333333vw - 0px);
    padding-top: calc(6.7708333333vw - 0px);
    padding-bottom: -webkit-calc(6.7708333333vw - 0px);
    padding-bottom: calc(6.7708333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper {
    padding-top: 97.5px;
    padding-bottom: 97.5px;
  }
}

.two-boxes__box-wrapper.left {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-border-radius: 0px 0px 100px 0;
          border-radius: 0px 0px 100px 0;
}

@media only screen and (min-width: 48em) {
  .two-boxes__box-wrapper.left {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.two-boxes__box-wrapper.left.mobile-only {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 48em) {
  .two-boxes__box-wrapper.left.mobile-only {
    display: none;
  }
}

.two-boxes__box-wrapper.left {
  -webkit-border-bottom-right-radius: 66.6666666667px;
          border-bottom-right-radius: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.left {
    -webkit-border-bottom-right-radius: -webkit-calc(5.2083333333vw - 0px);
            border-bottom-right-radius: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.left {
    -webkit-border-bottom-right-radius: 75px;
            border-bottom-right-radius: 75px;
  }
}

.two-boxes__box-wrapper.left .two-boxes__white {
  -webkit-border-radius: 0px 0px 75px 0;
          border-radius: 0px 0px 75px 0;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 80em) {
  .two-boxes__box-wrapper.left .two-boxes__white {
    padding-right: 160px;
    padding-left: 113.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.left .two-boxes__white {
    padding-left: -webkit-calc(12.5vw + 0px);
    padding-left: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.left .two-boxes__white {
    padding-left: 180px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.left .two-boxes__white {
    padding-right: -webkit-calc(8.8541666667vw - 0px);
    padding-right: calc(8.8541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.left .two-boxes__white {
    padding-right: 127.5px;
  }
}

.two-boxes__box-wrapper.left .two-boxes__white {
  -webkit-border-bottom-right-radius: 66.6666666667px;
          border-bottom-right-radius: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.left .two-boxes__white {
    -webkit-border-bottom-right-radius: -webkit-calc(5.2083333333vw - 0px);
            border-bottom-right-radius: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.left .two-boxes__white {
    -webkit-border-bottom-right-radius: 75px;
            border-bottom-right-radius: 75px;
  }
}

.two-boxes__box-wrapper.left .two-boxes__teal {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  -webkit-border-radius: 0 100px 100px 0;
          border-radius: 0 100px 100px 0;
}

@media only screen and (min-width: 48em) {
  .two-boxes__box-wrapper.left .two-boxes__teal {
    margin-top: -57.7777777778px;
    margin-bottom: -73.7777777778px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.left .two-boxes__teal {
    margin-top: -webkit-calc(-3.3854166667vw + 0px);
    margin-top: calc(-3.3854166667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.left .two-boxes__teal {
    margin-top: -48.75px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.left .two-boxes__teal {
    margin-bottom: -webkit-calc(-3.3854166667vw + 0px);
    margin-bottom: calc(-3.3854166667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.left .two-boxes__teal {
    margin-bottom: -48.75px;
  }
}

.two-boxes__box-wrapper.left .two-boxes__teal {
  -webkit-border-top-right-radius: 66.6666666667px;
          border-top-right-radius: 66.6666666667px;
  -webkit-border-bottom-right-radius: 66.6666666667px;
          border-bottom-right-radius: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.left .two-boxes__teal {
    -webkit-border-top-right-radius: -webkit-calc(5.2083333333vw - 0px);
            border-top-right-radius: calc(5.2083333333vw - 0px);
    -webkit-border-bottom-right-radius: -webkit-calc(5.2083333333vw - 0px);
            border-bottom-right-radius: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.left .two-boxes__teal {
    -webkit-border-top-right-radius: 75px;
            border-top-right-radius: 75px;
    -webkit-border-bottom-right-radius: 75px;
            border-bottom-right-radius: 75px;
  }
}

.two-boxes__box-wrapper.right {
  -webkit-border-radius: 0px 0px 0px 100px;
          border-radius: 0px 0px 0px 100px;
}

.two-boxes__box-wrapper.right {
  -webkit-border-bottom-left-radius: 66.6666666667px;
          border-bottom-left-radius: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.right {
    -webkit-border-bottom-left-radius: -webkit-calc(5.2083333333vw - 0px);
            border-bottom-left-radius: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.right {
    -webkit-border-bottom-left-radius: 75px;
            border-bottom-left-radius: 75px;
  }
}

.two-boxes__box-wrapper.right .two-boxes__white {
  -webkit-border-radius: 0px 0px 0px 75px;
          border-radius: 0px 0px 0px 75px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 80em) {
  .two-boxes__box-wrapper.right .two-boxes__white {
    padding-left: 160px;
    padding-right: 114.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.right .two-boxes__white {
    padding-right: -webkit-calc(12.5vw + 0px);
    padding-right: calc(12.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.right .two-boxes__white {
    padding-right: 180px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.right .two-boxes__white {
    padding-left: -webkit-calc(8.8541666667vw - 0px);
    padding-left: calc(8.8541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.right .two-boxes__white {
    padding-left: 127.5px;
  }
}

.two-boxes__box-wrapper.right .two-boxes__white {
  -webkit-border-bottom-left-radius: 66.6666666667px;
          border-bottom-left-radius: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.right .two-boxes__white {
    -webkit-border-bottom-left-radius: -webkit-calc(5.2083333333vw - 0px);
            border-bottom-left-radius: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.right .two-boxes__white {
    -webkit-border-bottom-left-radius: 75px;
            border-bottom-left-radius: 75px;
  }
}

.two-boxes__box-wrapper.right .two-boxes__teal {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-border-radius: 75px 0 0 75px;
          border-radius: 75px 0 0 75px;
  margin-left: auto;
}

@media only screen and (min-width: 48em) {
  .two-boxes__box-wrapper.right .two-boxes__teal {
    margin-top: -43.3333333333px;
    margin-bottom: -43.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.right .two-boxes__teal {
    margin-top: -webkit-calc(-3.3854166667vw + 0px);
    margin-top: calc(-3.3854166667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.right .two-boxes__teal {
    margin-top: -48.75px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.right .two-boxes__teal {
    margin-bottom: -webkit-calc(-3.3854166667vw + 0px);
    margin-bottom: calc(-3.3854166667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.right .two-boxes__teal {
    margin-bottom: -48.75px;
  }
}

.two-boxes__box-wrapper.right .two-boxes__teal {
  -webkit-border-top-left-radius: 66.6666666667px;
          border-top-left-radius: 66.6666666667px;
  -webkit-border-bottom-left-radius: 66.6666666667px;
          border-bottom-left-radius: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__box-wrapper.right .two-boxes__teal {
    -webkit-border-top-left-radius: -webkit-calc(5.2083333333vw - 0px);
            border-top-left-radius: calc(5.2083333333vw - 0px);
    -webkit-border-bottom-left-radius: -webkit-calc(5.2083333333vw - 0px);
            border-bottom-left-radius: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__box-wrapper.right .two-boxes__teal {
    -webkit-border-top-left-radius: 75px;
            border-top-left-radius: 75px;
    -webkit-border-bottom-left-radius: 75px;
            border-bottom-left-radius: 75px;
  }
}

.two-boxes__box-wrapper:last-child {
  padding-bottom: 0;
}

.two-boxes__white {
  min-height: 502px;
  background: #FFFFFF;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 60px;
}

.two-boxes__white {
  min-height: 334.666666667px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__white {
    min-height: -webkit-calc(26.1458333333vw - 0px);
    min-height: calc(26.1458333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__white {
    min-height: 376.5px;
  }
}

@media only screen and (min-width: 48em) {
  .two-boxes__white {
    width: 51.25%;
    margin-bottom: 0;
  }
}

.two-boxes__white-content {
  max-width: 250px;
}

@media only screen and (min-width: 48em) {
  .two-boxes__white-content {
    max-width: 440.888888889px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__white-content {
    max-width: -webkit-calc(34.4444444444vw - 0px);
    max-width: calc(34.4444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__white-content {
    max-width: 496px;
  }
}

.two-boxes__white-content h3 {
  margin-bottom: 23px;
  line-height: 3rem;
}

.two-boxes__white-content h3 {
  margin-bottom: 20.4444444444px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__white-content h3 {
    margin-bottom: -webkit-calc(1.5972222222vw - 0px);
    margin-bottom: calc(1.5972222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__white-content h3 {
    margin-bottom: 23px;
  }
}

.two-boxes__white-content strong {
  position: relative;
  font-weight: normal;
}

.two-boxes__white-content strong:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #9EB73B;
  bottom: -5px;
  left: 0;
  right: 0;
}

.two-boxes__white-content strong:after {
  height: 1.7777777778px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__white-content strong:after {
    height: -webkit-calc(0.1388888889vw - 0px);
    height: calc(0.1388888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__white-content strong:after {
    height: 2px;
  }
}

.two-boxes__white-content strong:after {
  bottom: -4.4444444444px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__white-content strong:after {
    bottom: -webkit-calc(-0.3472222222vw - 0px);
    bottom: calc(-0.3472222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__white-content strong:after {
    bottom: -5px;
  }
}

.two-boxes__white-content p {
  margin: 0;
  margin-bottom: 1em;
  line-height: 160%;
}

@media only screen and (min-width: 48em) {
  .two-boxes__white-content p:last-child {
    margin-bottom: 30px;
  }
}

.two-boxes__white-content blockquote {
  margin: 0;
}

.two-boxes__white-content blockquote p {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #212121;
}

@media only screen and (min-width: 48em) {
  .two-boxes__white-content blockquote p {
    font-size: 21.3333333333px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__white-content blockquote p {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__white-content blockquote p {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__white-content blockquote p {
    line-height: -webkit-calc(2.65625vw + 0px);
    line-height: calc(2.65625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__white-content blockquote p {
    line-height: 38.25px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__white-content blockquote p {
    margin-bottom: -webkit-calc(1.5625vw + 0px);
    margin-bottom: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__white-content blockquote p {
    margin-bottom: 22.5px;
  }
}

.two-boxes__white-content blockquote p:last-child {
  margin-bottom: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__white-content blockquote p:last-child {
    margin-bottom: -webkit-calc(0.8333333333vw - 0px);
    margin-bottom: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__white-content blockquote p:last-child {
    margin-bottom: 12px;
  }
}

.two-boxes__white-content .outline-button-teal {
  margin-top: 12px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__white-content .outline-button-teal {
    margin-top: -webkit-calc(0.9375vw + 0px);
    margin-top: calc(0.9375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__white-content .outline-button-teal {
    margin-top: 13.5px;
  }
}

.two-boxes__teal {
  min-height: 650px;
  background: #6BA194;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

.two-boxes__teal {
  min-height: 433.333333333px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__teal {
    min-height: -webkit-calc(33.8541666667vw - 0px);
    min-height: calc(33.8541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__teal {
    min-height: 487.5px;
  }
}

@media only screen and (min-width: 48em) {
  .two-boxes__teal {
    width: 48.75%;
  }
}

.two-boxes__teal.image {
  max-height: 711px;
  position: relative;
  overflow: hidden;
}

.two-boxes__teal.image {
  max-height: 474px;
}

@media screen and (min-width: 1280px) {
  .two-boxes__teal.image {
    max-height: -webkit-calc(37.03125vw + 0px);
    max-height: calc(37.03125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__teal.image {
    max-height: 533.25px;
  }
}

.two-boxes__teal-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.two-boxes__teal-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-boxes__teal-content {
  max-width: 250px;
}

@media only screen and (min-width: 48em) {
  .two-boxes__teal-content {
    max-width: 440.888888889px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes__teal-content {
    max-width: -webkit-calc(34.4444444444vw - 0px);
    max-width: calc(34.4444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes__teal-content {
    max-width: 496px;
  }
}

.two-boxes__teal-content h2, .two-boxes__teal-content .product-block__title {
  text-align: center;
  color: #fff;
}

.two-boxes__teal-content h3 {
  text-align: center;
  line-height: 3rem;
  color: #fff;
}

.two-boxes__teal-content h4 {
  text-align: center;
  color: #fff;
}

.two-boxes__teal-content p {
  margin-top: 24px;
  color: #fff;
}

.two-boxes + .video,
.two-boxes + .content-image,
.two-boxes + section {
  padding-top: 60px;
}

@media only screen and (min-width: 48em) {
  .two-boxes + .video,
  .two-boxes + .content-image,
  .two-boxes + section {
    padding-top: 177.777777778px;
  }
}

@media screen and (min-width: 1280px) {
  .two-boxes + .video,
  .two-boxes + .content-image,
  .two-boxes + section {
    padding-top: -webkit-calc(13.8888888889vw - 0px);
    padding-top: calc(13.8888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes + .video,
  .two-boxes + .content-image,
  .two-boxes + section {
    padding-top: 200px;
  }
}

.two-boxes + .product-project.grey {
  padding-top: 232px;
  margin-top: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.two-boxes + .product-project.grey {
  padding-top: 206.222222222px;
}

@media screen and (min-width: 1280px) {
  .two-boxes + .product-project.grey {
    padding-top: -webkit-calc(16.1111111111vw - 0px);
    padding-top: calc(16.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-boxes + .product-project.grey {
    padding-top: 232px;
  }
}

.product-archive {
  padding-bottom: 150px;
}

.product-archive {
  padding-bottom: 133.333333333px;
}

@media screen and (min-width: 1280px) {
  .product-archive {
    padding-bottom: -webkit-calc(10.4166666667vw - 0px);
    padding-bottom: calc(10.4166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive {
    padding-bottom: 150px;
  }
}

.product-archive .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 80em) {
  .product-archive .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.product-archive__header-wrapper {
  position: relative;
  z-index: 9;
  margin-top: 7.5px;
  margin-bottom: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 48em) {
  .product-archive__header-wrapper {
    margin-top: -24.6666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .product-archive__header-wrapper {
    margin-top: -webkit-calc(-1.9270833333vw + 0px);
    margin-top: calc(-1.9270833333vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__header-wrapper {
    margin-top: -27.75px;
  }
}

.product-archive__header-wrapper {
  margin-bottom: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-archive__header-wrapper {
    margin-bottom: -webkit-calc(2.0833333333vw - 0px);
    margin-bottom: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__header-wrapper {
    margin-bottom: 30px;
  }
}

.product-archive__title-row {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {
  .product-archive__title-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 17.7777777778px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1280px) {
  .product-archive__title-row {
    margin-bottom: -webkit-calc(1.0416666667vw - 0px);
    margin-bottom: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__title-row {
    margin-bottom: 15px;
  }
}

.product-archive__dropdown-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (min-width: 64em) {
  .product-archive__dropdown-wrapper {
    text-align: right;
    margin-top: 0;
  }
}

.product-archive__dropdown-wrapper * {
  -webkit-transition: none !important;
          transition: none !important;
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
  height: 42px;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
  -webkit-border-radius: 34px;
          border-radius: 34px;
  padding: 17.25px 24px;
  color: #525252;
  font-weight: bold;
  font-size: 14.000025px;
  line-height: 90%;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: background-position 0.5s ease !important;
          transition: background-position 0.5s ease !important;
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single:hover {
  background-position: left bottom;
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
  -webkit-border-radius: 18.5454545455px;
          border-radius: 18.5454545455px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
    -webkit-border-radius: -webkit-calc(1.4488636364vw - 0px);
            border-radius: calc(1.4488636364vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
    -webkit-border-radius: 20.8636363636px;
            border-radius: 20.8636363636px;
  }
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
  padding-top: 12.5454545455px;
  padding-bottom: 12.5454545455px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
    padding-top: -webkit-calc(0.9801136364vw + 0px);
    padding-top: calc(0.9801136364vw + 0px);
    padding-bottom: -webkit-calc(0.9801136364vw + 0px);
    padding-bottom: calc(0.9801136364vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
    padding-top: 14.1136363636px;
    padding-bottom: 14.1136363636px;
  }
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
  padding-left: 17.4545454545px;
  padding-right: 17.4545454545px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
    padding-left: -webkit-calc(1.3636363636vw - 0px);
    padding-left: calc(1.3636363636vw - 0px);
    padding-right: -webkit-calc(1.3636363636vw - 0px);
    padding-right: calc(1.3636363636vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
    padding-left: 19.6363636364px;
    padding-right: 19.6363636364px;
  }
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
    font-size: -webkit-calc(0.9375vw + 0px);
    font-size: calc(0.9375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
    font-size: 13.5px;
  }
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
  height: 37.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
    height: -webkit-calc(2.9166666667vw - 0px);
    height: calc(2.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single {
    height: 42px;
  }
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single:hover {
  -webkit-transition: background-position 0.5s ease !important;
          transition: background-position 0.5s ease !important;
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single:hover .select2-selection__rendered {
  color: #fff;
}

.product-archive__dropdown-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  position: relative;
  background: transparent url(images/arrow_down_black.svg) center no-repeat;
  background-size: contain;
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 13.3333333333px;
  height: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: -webkit-calc(1.0416666667vw - 0px);
    width: calc(1.0416666667vw - 0px);
    height: -webkit-calc(1.0416666667vw - 0px);
    height: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 15px;
    height: 15px;
  }
}

.product-archive__dropdown-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.product-archive__dropdown-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-search {
  display: none;
}

.product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
  font-size: 13.5px;
  line-height: 16.5px;
  letter-spacing: 1px;
  color: #525252;
  text-align: left;
}

.product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
    font-size: -webkit-calc(0.9375vw + 0px);
    font-size: calc(0.9375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
    font-size: 13.5px;
  }
}

.product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
  line-height: 14.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
    line-height: -webkit-calc(1.1458333333vw - 0px);
    line-height: calc(1.1458333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
    line-height: 16.5px;
  }
}

.product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
    padding-top: -webkit-calc(0.625vw + 0px);
    padding-top: calc(0.625vw + 0px);
    padding-bottom: -webkit-calc(0.625vw + 0px);
    padding-bottom: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
  padding-left: 17.4545454545px;
  padding-right: 17.4545454545px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
    padding-left: -webkit-calc(1.3636363636vw - 0px);
    padding-left: calc(1.3636363636vw - 0px);
    padding-right: -webkit-calc(1.3636363636vw - 0px);
    padding-right: calc(1.3636363636vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option {
    padding-left: 19.6363636364px;
    padding-right: 19.6363636364px;
  }
}

.product-archive__dropdown-wrapper span.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9EB73B;
  color: #fff;
}

.product-archive__dropdown-wrapper span.select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
  -webkit-transition: all 0.5s ease 0.4s !important;
          transition: all 0.5s ease 0.4s !important;
  -webkit-box-shadow: 0px 8px 10px rgba(33, 33, 33, 0.1);
          box-shadow: 0px 8px 10px rgba(33, 33, 33, 0.1);
}

.product-archive__dropdown-wrapper span.select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
  padding-bottom: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
    padding-bottom: -webkit-calc(0.8333333333vw - 0px);
    padding-bottom: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
    padding-bottom: 12px;
  }
}

.product-archive__dropdown-wrapper span.select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
  -webkit-border-bottom-left-radius: 18.5454545455px;
          border-bottom-left-radius: 18.5454545455px;
  -webkit-border-bottom-right-radius: 18.5454545455px;
          border-bottom-right-radius: 18.5454545455px;
}

@media screen and (min-width: 1280px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
    -webkit-border-bottom-left-radius: -webkit-calc(1.4488636364vw - 0px);
            border-bottom-left-radius: calc(1.4488636364vw - 0px);
    -webkit-border-bottom-right-radius: -webkit-calc(1.4488636364vw - 0px);
            border-bottom-right-radius: calc(1.4488636364vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__dropdown-wrapper span.select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
    -webkit-border-bottom-left-radius: 20.8636363636px;
            border-bottom-left-radius: 20.8636363636px;
    -webkit-border-bottom-right-radius: 20.8636363636px;
            border-bottom-right-radius: 20.8636363636px;
  }
}

.product-archive .page-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  line-height: 93.75%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #525252;
  margin-top: 0px;
  margin-bottom: 0;
  letter-spacing: -1px;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 64em) {
  .product-archive .page-title {
    text-align: left;
  }
}

.product-archive .page-title {
  font-size: 53.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-archive .page-title {
    font-size: -webkit-calc(4.1666666667vw - 0px);
    font-size: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive .page-title {
    font-size: 60px;
  }
}

.product-archive .archive-description {
  width: 48.75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .product-archive .archive-description {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.product-archive__product-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.product-archive__item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 10px rgba(33, 33, 33, 0);
          box-shadow: 0px 8px 10px rgba(33, 33, 33, 0);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24.5454545455px;
  float: left;
}

@media only screen and (min-width: 48em) {
  .product-archive__item {
    width: -webkit-calc(50% - 0.75*16px);
    width: calc(50% - 0.75*16px);
  }
}

@media only screen and (min-width: 80em) {
  .product-archive__item {
    width: 345px;
    min-height: 288.409090909;
  }
}

.product-archive__item {
  -webkit-border-radius: 6.5454545455px;
          border-radius: 6.5454545455px;
}

@media screen and (min-width: 1280px) {
  .product-archive__item {
    -webkit-border-radius: -webkit-calc(0.5113636364vw - 0px);
            border-radius: calc(0.5113636364vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__item {
    -webkit-border-radius: 7.3636363636px;
            border-radius: 7.3636363636px;
  }
}

.product-archive__item:hover {
  -webkit-box-shadow: 0px 8px 10px rgba(33, 33, 33, 0.1);
          box-shadow: 0px 8px 10px rgba(33, 33, 33, 0.1);
}

.product-archive__item:hover .entry-title a {
  background-size: 100% 2px;
}

.product-archive__item:hover .product-archive__learnmore-button {
  background-position: left bottom;
}

.product-archive__item:hover .product-archive__learnmore-button img {
  -webkit-filter: grayscale(100) contrast(100);
          filter: grayscale(100) contrast(100);
}

.product-archive__item .post-thumbnail {
  display: block;
  width: 100%;
  position: relative;
  height: 201.818181818px;
}

@media only screen and (min-width: 80em) {
  .product-archive__item .post-thumbnail {
    width: 345px;
  }
}

@media screen and (min-width: 1280px) {
  .product-archive__item .post-thumbnail {
    height: -webkit-calc(15.7670454545vw - 0px);
    height: calc(15.7670454545vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__item .post-thumbnail {
    height: 227.045454545px;
  }
}

.product-archive__item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-archive__item .entry-header {
  padding: 20px 20px 20px;
}

.product-archive__item .entry-header {
  padding-top: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .product-archive__item .entry-header {
    padding-top: -webkit-calc(1.3888888889vw + 0px);
    padding-top: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__item .entry-header {
    padding-top: 20px;
  }
}

.product-archive__item .entry-header {
  padding-bottom: 17.7777777778px;
  padding-left: 17.7777777778px;
  padding-right: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .product-archive__item .entry-header {
    padding-bottom: -webkit-calc(1.3888888889vw + 0px);
    padding-bottom: calc(1.3888888889vw + 0px);
    padding-left: -webkit-calc(1.3888888889vw + 0px);
    padding-left: calc(1.3888888889vw + 0px);
    padding-right: -webkit-calc(1.3888888889vw + 0px);
    padding-right: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__item .entry-header {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-archive__item .entry-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  text-align: left;
  letter-spacing: 0.2px;
  color: #525252;
  margin: 0;
  position: relative;
}

.product-archive__item .entry-title {
  font-size: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .product-archive__item .entry-title {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__item .entry-title {
    font-size: 24px;
  }
}

.product-archive__item .entry-title a {
  color: #525252;
  position: relative;
}

.product-archive__item .entry-title a:visited, .product-archive__item .entry-title a:active {
  color: #525252;
}

.product-archive__item.placeholder {
  min-height: 0;
  height: 0;
  opacity: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.product-archive__item-header {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-archive__item-left {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}

.product-archive__learnmore {
  display: block;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 10.5px;
  line-height: 125%;
  text-align: left;
  letter-spacing: 0.2px;
  color: #9EB73B;
  text-transform: uppercase;
  margin: 0;
  margin-top: 10px;
}

.product-archive__learnmore {
  font-size: 12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .product-archive__learnmore {
    font-size: -webkit-calc(0.9722222222vw - 0px);
    font-size: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__learnmore {
    font-size: 14px;
  }
}

.product-archive__learnmore {
  margin-top: 8.8888888889px;
}

@media screen and (min-width: 1280px) {
  .product-archive__learnmore {
    margin-top: -webkit-calc(0.6944444444vw + 0px);
    margin-top: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__learnmore {
    margin-top: 10px;
  }
}

.product-archive__learnmore:visited, .product-archive__learnmore:active {
  color: #9EB73B;
}

.product-archive__learnmore:hover {
  color: #525252;
}

.product-archive__learnmore-button {
  opacity: 0.75;
  border: 1px solid #9EB73B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.product-archive__learnmore-button {
  width: 35.5555555556px;
  height: 35.5555555556px;
}

@media screen and (min-width: 1280px) {
  .product-archive__learnmore-button {
    width: -webkit-calc(2.7777777778vw + 0px);
    width: calc(2.7777777778vw + 0px);
    height: -webkit-calc(2.7777777778vw + 0px);
    height: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__learnmore-button {
    width: 40px;
    height: 40px;
  }
}

.product-archive__learnmore-button {
  -webkit-border-radius: 26.6666666667px;
          border-radius: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .product-archive__learnmore-button {
    -webkit-border-radius: -webkit-calc(2.0833333333vw - 0px);
            border-radius: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .product-archive__learnmore-button {
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
}

.product-archive__learnmore-button:hover {
  background-position: left bottom;
}

.product-archive__learnmore-button img {
  width: 12px;
  height: 12px;
}

.inner-banner {
  background-color: transparent;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -37px;
  line-height: 1;
  overflow: hidden;
  height: 300px;
}

@media only screen and (min-width: 64em) {
  .inner-banner {
    height: 573.333333333px;
  }
}

.inner-banner {
  margin-top: -32.8888888889px;
}

@media screen and (min-width: 1280px) {
  .inner-banner {
    margin-top: -webkit-calc(-2.5694444444vw + 0px);
    margin-top: calc(-2.5694444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner {
    margin-top: -37px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner {
    height: -webkit-calc(44.7916666667vw - 0px);
    height: calc(44.7916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner {
    height: 645px;
  }
}

.inner-banner .container {
  height: 100%;
}

.inner-banner .row {
  height: 100%;
  max-width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.inner-banner__text-wrapper {
  padding-bottom: 70px;
}

@media only screen and (min-width: 64em) {
  .inner-banner__text-wrapper {
    padding-left: 71.1111111111px;
    padding-bottom: 154.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner__text-wrapper {
    padding-left: -webkit-calc(5.5555555556vw + 0px);
    padding-left: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__text-wrapper {
    padding-left: 80px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner__text-wrapper {
    padding-bottom: -webkit-calc(12.0833333333vw - 0px);
    padding-bottom: calc(12.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__text-wrapper {
    padding-bottom: 174px;
  }
}

.inner-banner__before-title {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
  .inner-banner__before-title {
    font-size: 16.5926222222px;
    line-height: 19.5555555556px;
    margin-bottom: 11.5555555556px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner__before-title {
    font-size: -webkit-calc(1.2962986111vw + 0px);
    font-size: calc(1.2962986111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__before-title {
    font-size: 18.6667px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner__before-title {
    line-height: -webkit-calc(1.5277777778vw - 0px);
    line-height: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__before-title {
    line-height: 22px;
  }
}

.inner-banner__before-title {
  letter-spacing: 1.1851822222px;
}

@media screen and (min-width: 1280px) {
  .inner-banner__before-title {
    letter-spacing: -webkit-calc(0.0925923611vw + 0px);
    letter-spacing: calc(0.0925923611vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__before-title {
    letter-spacing: 1.33333px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner__before-title {
    margin-bottom: -webkit-calc(0.9027777778vw - 0px);
    margin-bottom: calc(0.9027777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__before-title {
    margin-bottom: 13px;
  }
}

.inner-banner__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.266667px;
  color: #fff;
  margin: 0;
  font-size: 48px;
  line-height: 1;
}

@media only screen and (min-width: 48em) {
  .inner-banner__title {
    font-size: 71.1111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner__title {
    font-size: -webkit-calc(5.5555555556vw + 0px);
    font-size: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__title {
    font-size: 80px;
  }
}

.intro {
  margin-bottom: 53.3333333333px;
}

@media screen and (min-width: 1280px) {
  .intro {
    margin-bottom: -webkit-calc(4.1666666667vw - 0px);
    margin-bottom: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro {
    margin-bottom: 60px;
  }
}

.intro.with-button {
  margin-bottom: 136px;
}

.intro.with-button {
  margin-bottom: 120.888888889px;
}

@media screen and (min-width: 1280px) {
  .intro.with-button {
    margin-bottom: -webkit-calc(9.4444444444vw - 0px);
    margin-bottom: calc(9.4444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro.with-button {
    margin-bottom: 136px;
  }
}

.intro.with-button .intro__text-wrapper {
  margin-bottom: 30px;
}

@media only screen and (min-width: 48em) {
  .intro.with-button .intro__text-wrapper {
    margin-bottom: -26.6666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .intro.with-button .intro__text-wrapper {
    margin-bottom: -webkit-calc(-2.0833333333vw + 0px);
    margin-bottom: calc(-2.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro.with-button .intro__text-wrapper {
    margin-bottom: -30px;
  }
}

.intro__text-wrapper {
  width: 100%;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media only screen and (min-width: 48em) {
  .intro__text-wrapper {
    width: 773.333333333px;
    margin-bottom: 0;
  }
}

.intro__text-wrapper {
  padding-left: 35.5555555556px;
  padding-right: 35.5555555556px;
}

@media screen and (min-width: 1280px) {
  .intro__text-wrapper {
    padding-left: -webkit-calc(2.7777777778vw + 0px);
    padding-left: calc(2.7777777778vw + 0px);
    padding-right: -webkit-calc(2.7777777778vw + 0px);
    padding-right: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__text-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .intro__text-wrapper {
    width: -webkit-calc(60.4166666667vw - 0px);
    width: calc(60.4166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__text-wrapper {
    width: 870px;
  }
}

.intro__title {
  text-align: center;
  color: #000;
  margin-top: 0;
  margin-bottom: 26px;
}

.intro__title {
  margin-bottom: 23.1111111111px;
}

@media screen and (min-width: 1280px) {
  .intro__title {
    margin-bottom: -webkit-calc(1.8055555556vw - 0px);
    margin-bottom: calc(1.8055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__title {
    margin-bottom: 26px;
  }
}

.intro__title .underline {
  position: relative;
}

.intro__title .underline:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  width: 100%;
  bottom: 0px;
  left: 0;
  background-color: #9EB73B;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.intro__subtitle {
  text-align: center;
  margin-bottom: 63px;
  max-width: 640px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.intro__subtitle {
  max-width: 631.111111111px;
}

@media screen and (min-width: 1280px) {
  .intro__subtitle {
    max-width: -webkit-calc(49.3055555556vw - 0px);
    max-width: calc(49.3055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__subtitle {
    max-width: 710px;
  }
}

.intro__subtitle {
  margin-bottom: 56px;
}

@media screen and (min-width: 1280px) {
  .intro__subtitle {
    margin-bottom: -webkit-calc(4.375vw + 0px);
    margin-bottom: calc(4.375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__subtitle {
    margin-bottom: 63px;
  }
}

.intro__button-wrapper {
  text-align: center;
  margin-top: 50px;
}

.intro__button {
  display: inline-block;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 19px 44px;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
  color: #9EB73B;
  border: 2px solid #9EB73B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}

.intro__button:hover {
  background-position: left bottom;
}

.intro__button {
  font-size: 12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .intro__button {
    font-size: -webkit-calc(0.9722222222vw - 0px);
    font-size: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__button {
    font-size: 14px;
  }
}

.intro__button {
  line-height: 16px;
}

@media screen and (min-width: 1280px) {
  .intro__button {
    line-height: -webkit-calc(1.25vw + 0px);
    line-height: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__button {
    line-height: 18px;
  }
}

.intro__button {
  padding-top: 16.8888888889px;
  padding-bottom: 16.8888888889px;
}

@media screen and (min-width: 1280px) {
  .intro__button {
    padding-top: -webkit-calc(1.3194444444vw + 0px);
    padding-top: calc(1.3194444444vw + 0px);
    padding-bottom: -webkit-calc(1.3194444444vw + 0px);
    padding-bottom: calc(1.3194444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__button {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

.intro__button {
  padding-left: 64px;
  padding-right: 64px;
}

@media screen and (min-width: 1280px) {
  .intro__button {
    padding-left: -webkit-calc(5vw + 0px);
    padding-left: calc(5vw + 0px);
    padding-right: -webkit-calc(5vw + 0px);
    padding-right: calc(5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__button {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.intro__button {
  -webkit-border-radius: 26.6666666667px;
          border-radius: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .intro__button {
    -webkit-border-radius: -webkit-calc(2.0833333333vw - 0px);
            border-radius: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__button {
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
}

.intro__button:active, .intro__button:visited {
  color: #9EB73B;
}

.intro__button:hover {
  color: white;
}

.intro + .contact-locations {
  padding-top: 30px;
}

.content-image.grey {
  background: #f6f6f6;
}

.content-image.grey .content-image__panel-row:last-child {
  margin-bottom: 82.6666666667px;
}

@media screen and (min-width: 1280px) {
  .content-image.grey .content-image__panel-row:last-child {
    margin-bottom: -webkit-calc(6.4583333333vw - 0px);
    margin-bottom: calc(6.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image.grey .content-image__panel-row:last-child {
    margin-bottom: 93px;
  }
}

.content-image .container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1370px;
}

@media screen and (min-width: 1280px) {
  .content-image .container {
    padding-left: -webkit-calc(5.5555555556vw + 0px);
    padding-left: calc(5.5555555556vw + 0px);
    padding-right: -webkit-calc(5.5555555556vw + 0px);
    padding-right: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.content-image .row {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 120em) {
  .content-image .row {
    max-width: 1440px;
  }
}

.content-image__panel-row {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 48em) {
  .content-image__panel-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 80em) {
  .content-image__panel-row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 71.1111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .content-image__panel-row {
    margin-bottom: -webkit-calc(5.5555555556vw + 0px);
    margin-bottom: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__panel-row {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 80em) {
  .content-image__panel-row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.content-image__panel-row:last-child {
  margin-bottom: 0;
}

.content-image__image-wrapper {
  width: 100%;
  margin-bottom: 1.5em;
  height: 250px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 13.7243px;
          border-radius: 13.7243px;
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 48em) {
  .content-image__image-wrapper {
    width: 652.666666667px;
    height: 408.68px;
  }
}

@media only screen and (min-width: 80em) {
  .content-image__image-wrapper {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .content-image__image-wrapper {
    width: -webkit-calc(50.9895833333vw - 0px);
    width: calc(50.9895833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__image-wrapper {
    width: 734.25px;
  }
}

@media screen and (min-width: 1280px) {
  .content-image__image-wrapper {
    height: -webkit-calc(31.928125vw - 0px);
    height: calc(31.928125vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__image-wrapper {
    height: 459.765px;
  }
}

.reverse .content-image__image-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content-image__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 13.7243px;
          border-radius: 13.7243px;
}

.content-image__image-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 48em) {
  .content-image__text-wrapper {
    width: 652.666666667px;
  }
}

@media only screen and (min-width: 80em) {
  .content-image__text-wrapper {
    width: auto;
    padding-left: 6%;
    padding-right: 6%;
  }
}

.content-image__title {
  margin-bottom: 19px;
}

.content-image__title {
  margin-bottom: 12.6666666667px;
}

@media screen and (min-width: 1280px) {
  .content-image__title {
    margin-bottom: -webkit-calc(0.9895833333vw - 0px);
    margin-bottom: calc(0.9895833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__title {
    margin-bottom: 14.25px;
  }
}

.content-image__title {
  max-width: 298.666666667px;
}

@media screen and (min-width: 1280px) {
  .content-image__title {
    max-width: -webkit-calc(23.3333333333vw - 0px);
    max-width: calc(23.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__title {
    max-width: 336px;
  }
}

.content-image__title br {
  display: none;
}

@media only screen and (min-width: 80em) {
  .content-image__title br {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  .content-image__text {
    max-width: 80%;
  }
}

@media screen and (min-width: 1280px) {
  .content-image__text {
    max-width: -webkit-calc(23.3333333333vw - 0px);
    max-width: calc(23.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__text {
    max-width: 336px;
  }
}

.content-image__button-wrapper {
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 80em) {
  .content-image__button-wrapper {
    margin-bottom: 0;
  }
}

.content-image__button {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: white;
  padding: 19px 44px;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #9EB73B 50%, #9EB73B 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
  border: 2px solid #9EB73B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}

.content-image__button:hover {
  background-position: left bottom;
}

.content-image__button {
  font-size: 12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .content-image__button {
    font-size: -webkit-calc(0.9722222222vw - 0px);
    font-size: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__button {
    font-size: 14px;
  }
}

.content-image__button {
  line-height: 16px;
}

@media screen and (min-width: 1280px) {
  .content-image__button {
    line-height: -webkit-calc(1.25vw + 0px);
    line-height: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__button {
    line-height: 18px;
  }
}

.content-image__button {
  padding-top: 16.8888888889px;
  padding-bottom: 16.8888888889px;
}

@media screen and (min-width: 1280px) {
  .content-image__button {
    padding-top: -webkit-calc(1.3194444444vw + 0px);
    padding-top: calc(1.3194444444vw + 0px);
    padding-bottom: -webkit-calc(1.3194444444vw + 0px);
    padding-bottom: calc(1.3194444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__button {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

.content-image__button {
  padding-left: 39.1111111111px;
  padding-right: 39.1111111111px;
}

@media screen and (min-width: 1280px) {
  .content-image__button {
    padding-left: -webkit-calc(3.0555555556vw - 0px);
    padding-left: calc(3.0555555556vw - 0px);
    padding-right: -webkit-calc(3.0555555556vw - 0px);
    padding-right: calc(3.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__button {
    padding-left: 44px;
    padding-right: 44px;
  }
}

.content-image__button {
  -webkit-border-radius: 26.6666666667px;
          border-radius: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .content-image__button {
    -webkit-border-radius: -webkit-calc(2.0833333333vw - 0px);
            border-radius: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__button {
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
}

.content-image__button:active, .content-image__button:visited {
  color: #fff;
}

.content-image__button:hover {
  color: #9EB73B;
}

.project-info {
  padding-top: 40px;
  padding-bottom: 40px;
}

.project-info {
  padding-top: 35.5555555556px;
  padding-bottom: 35.5555555556px;
}

@media screen and (min-width: 1280px) {
  .project-info {
    padding-top: -webkit-calc(2.7777777778vw + 0px);
    padding-top: calc(2.7777777778vw + 0px);
    padding-bottom: -webkit-calc(2.7777777778vw + 0px);
    padding-bottom: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.project-info .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
  .project-info .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.project-info__left {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 48em) {
  .project-info__left {
    margin-bottom: 0;
    width: 60.2777777778%;
    padding-right: 88.8888888889px;
  }
}

@media screen and (min-width: 1280px) {
  .project-info__left {
    padding-right: -webkit-calc(6.9444444444vw - 0px);
    padding-right: calc(6.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__left {
    padding-right: 100px;
  }
}

.project-info__right {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .project-info__right {
    width: 39.7222222222%;
  }
}

.project-info__subtitle {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  color: #525252;
  margin: 0;
  margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
  .project-info__subtitle {
    font-size: 16.5926222222px;
    line-height: 19.5555555556px;
    margin-bottom: 11.8518222222px;
  }
}

@media screen and (min-width: 1280px) {
  .project-info__subtitle {
    font-size: -webkit-calc(1.2962986111vw + 0px);
    font-size: calc(1.2962986111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__subtitle {
    font-size: 18.6667px;
  }
}

@media screen and (min-width: 1280px) {
  .project-info__subtitle {
    line-height: -webkit-calc(1.5277777778vw - 0px);
    line-height: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__subtitle {
    line-height: 22px;
  }
}

.project-info__subtitle {
  letter-spacing: 1.1851822222px;
}

@media screen and (min-width: 1280px) {
  .project-info__subtitle {
    letter-spacing: -webkit-calc(0.0925923611vw + 0px);
    letter-spacing: calc(0.0925923611vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__subtitle {
    letter-spacing: 1.33333px;
  }
}

@media screen and (min-width: 1280px) {
  .project-info__subtitle {
    margin-bottom: -webkit-calc(0.9259256944vw - 0px);
    margin-bottom: calc(0.9259256944vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__subtitle {
    margin-bottom: 13.33333px;
  }
}

.project-info__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.266667px;
  color: #525252;
  margin: 0;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 48em) {
  .project-info__title {
    font-size: 53.3333333333px;
    line-height: 66.6666666667px;
    margin-bottom: 28.6666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .project-info__title {
    font-size: -webkit-calc(4.1666666667vw - 0px);
    font-size: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__title {
    font-size: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .project-info__title {
    line-height: -webkit-calc(5.2083333333vw - 0px);
    line-height: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__title {
    line-height: 75px;
  }
}

@media screen and (min-width: 1280px) {
  .project-info__title {
    margin-bottom: -webkit-calc(2.2395833333vw - 0px);
    margin-bottom: calc(2.2395833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__title {
    margin-bottom: 32.25px;
  }
}

.project-info__intro {
  max-width: 605px;
}

.project-info__intro {
  max-width: 537.777777778px;
}

@media screen and (min-width: 1280px) {
  .project-info__intro {
    max-width: -webkit-calc(42.0138888889vw - 0px);
    max-width: calc(42.0138888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__intro {
    max-width: 605px;
  }
}

.project-info__intro p {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  font-weight: 400;
  color: #212121;
}

.project-info__intro p:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.project-info__intro p:not(:nth-child(1)):not(:nth-child(2)).show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

@media only screen and (min-width: 48em) {
  .project-info__intro p {
    font-size: 21.3333333333px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .project-info__intro p {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__intro p {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .project-info__intro p {
    line-height: -webkit-calc(2.65625vw + 0px);
    line-height: calc(2.65625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__intro p {
    line-height: 38.25px;
  }
}

@media screen and (min-width: 1280px) {
  .project-info__intro p {
    margin-bottom: -webkit-calc(1.875vw + 0px);
    margin-bottom: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__intro p {
    margin-bottom: 27px;
  }
}

.project-info__intro > *:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.project-info__intro > *:not(:nth-child(1)):not(:nth-child(2)).show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.project-info__content-showmore-wrapper {
  display: block;
  margin-top: 32px;
  text-align: center;
  position: relative;
}

.project-info__content-showmore-wrapper {
  margin-top: 28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .project-info__content-showmore-wrapper {
    margin-top: -webkit-calc(2.2222222222vw - 0px);
    margin-top: calc(2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__content-showmore-wrapper {
    margin-top: 32px;
  }
}

.project-info__content-showmore-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #E5E5E5;
}

.project-info__content-showmore-button {
  display: inline-block;
  line-height: 1;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  color: #979797;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.project-info__content-showmore-button {
  font-size: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-info__content-showmore-button {
    font-size: -webkit-calc(0.8333333333vw - 0px);
    font-size: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__content-showmore-button {
    font-size: 12px;
  }
}

.project-info__content-showmore-button {
  letter-spacing: 1.1851822222px;
}

@media screen and (min-width: 1280px) {
  .project-info__content-showmore-button {
    letter-spacing: -webkit-calc(0.0925923611vw + 0px);
    letter-spacing: calc(0.0925923611vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__content-showmore-button {
    letter-spacing: 1.33333px;
  }
}

.project-info__content-showmore-button {
  margin-bottom: 9.7777777778px;
}

@media screen and (min-width: 1280px) {
  .project-info__content-showmore-button {
    margin-bottom: -webkit-calc(0.7638888889vw - 0px);
    margin-bottom: calc(0.7638888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__content-showmore-button {
    margin-bottom: 11px;
  }
}

.project-info__content-showmore-button {
  padding-left: 28.4444444444px;
  padding-right: 28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .project-info__content-showmore-button {
    padding-left: -webkit-calc(2.2222222222vw - 0px);
    padding-left: calc(2.2222222222vw - 0px);
    padding-right: -webkit-calc(2.2222222222vw - 0px);
    padding-right: calc(2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__content-showmore-button {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.project-info__content-showmore-button:active, .project-info__content-showmore-button:visited {
  color: #979797;
}

.project-info__content-showmore-button:hover {
  color: #9EB73B;
}

.project-info__content p {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  color: #212121;
  margin-bottom: 24px;
}

.project-info__content p {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .project-info__content p {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__content p {
    font-size: 18px;
  }
}

.project-info__content p {
  line-height: 25.3333333333px;
}

@media screen and (min-width: 1280px) {
  .project-info__content p {
    line-height: -webkit-calc(1.9791666667vw - 0px);
    line-height: calc(1.9791666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__content p {
    line-height: 28.5px;
  }
}

.project-info__content p {
  margin-bottom: 16px;
}

@media screen and (min-width: 1280px) {
  .project-info__content p {
    margin-bottom: -webkit-calc(1.25vw + 0px);
    margin-bottom: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__content p {
    margin-bottom: 18px;
  }
}

.project-info__content p:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.project-info__content p:not(:nth-child(1)):not(:nth-child(2)).show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.project-info__right-content {
  background-color: #6BA194;
  padding: 48px 48px 52px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

.project-info__right-content {
  -webkit-border-radius: 10.6666666667px;
          border-radius: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-info__right-content {
    -webkit-border-radius: -webkit-calc(0.8333333333vw - 0px);
            border-radius: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__right-content {
    -webkit-border-radius: 12px;
            border-radius: 12px;
  }
}

.project-info__right-content {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (min-width: 1280px) {
  .project-info__right-content {
    padding-top: -webkit-calc(2.5vw + 0px);
    padding-top: calc(2.5vw + 0px);
    padding-left: -webkit-calc(2.5vw + 0px);
    padding-left: calc(2.5vw + 0px);
    padding-right: -webkit-calc(2.5vw + 0px);
    padding-right: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__right-content {
    padding-top: 36px;
    padding-left: 36px;
    padding-right: 36px;
  }
}

.project-info__right-content {
  padding-bottom: 34.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-info__right-content {
    padding-bottom: -webkit-calc(2.7083333333vw - 0px);
    padding-bottom: calc(2.7083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__right-content {
    padding-bottom: 39px;
  }
}

.project-info__share-title {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  font-size: 26.6667px;
  line-height: 48px;
  letter-spacing: 0.133333px;
}

.project-info__share-title {
  font-size: 17.7778px;
}

@media screen and (min-width: 1280px) {
  .project-info__share-title {
    font-size: -webkit-calc(1.388890625vw - 0px);
    font-size: calc(1.388890625vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share-title {
    font-size: 20.000025px;
  }
}

.project-info__share-title {
  line-height: 32px;
}

@media screen and (min-width: 1280px) {
  .project-info__share-title {
    line-height: -webkit-calc(2.5vw + 0px);
    line-height: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share-title {
    line-height: 36px;
  }
}

.project-info__share {
  margin-bottom: 50px;
}

.project-info__share {
  margin-bottom: 33.3333333333px;
}

@media screen and (min-width: 1280px) {
  .project-info__share {
    margin-bottom: -webkit-calc(2.6041666667vw - 0px);
    margin-bottom: calc(2.6041666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share {
    margin-bottom: 37.5px;
  }
}

.project-info__share-icons {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-info__share-icons:hover .product-info__share-icon:not(:hover) {
  text-indent: -999px;
  background-position: center center;
}

.project-info__share-icons:hover .product-info__share-icon:not(:hover) {
  width: 30.2222px;
  height: 30.2222px;
  line-height: 30.2222px;
}

@media screen and (min-width: 1280px) {
  .project-info__share-icons:hover .product-info__share-icon:not(:hover) {
    width: -webkit-calc(2.361109375vw - 0px);
    width: calc(2.361109375vw - 0px);
    height: -webkit-calc(2.361109375vw - 0px);
    height: calc(2.361109375vw - 0px);
    line-height: -webkit-calc(2.361109375vw - 0px);
    line-height: calc(2.361109375vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share-icons:hover .product-info__share-icon:not(:hover) {
    width: 33.999975px;
    height: 33.999975px;
    line-height: 33.999975px;
  }
}

.project-info__share-icon {
  -webkit-border-radius: 22.6667px;
          border-radius: 22.6667px;
  width: 45.3333px;
  height: 45.3333px;
  background-position: center center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 16px;
  color: #525252;
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  line-height: 45.3333px;
}

.project-info__share-icon {
  width: 30.2222px;
  height: 30.2222px;
  line-height: 30.2222px;
}

@media screen and (min-width: 1280px) {
  .project-info__share-icon {
    width: -webkit-calc(2.361109375vw - 0px);
    width: calc(2.361109375vw - 0px);
    height: -webkit-calc(2.361109375vw - 0px);
    height: calc(2.361109375vw - 0px);
    line-height: -webkit-calc(2.361109375vw - 0px);
    line-height: calc(2.361109375vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share-icon {
    width: 33.999975px;
    height: 33.999975px;
    line-height: 33.999975px;
  }
}

.project-info__share-icon {
  -webkit-border-radius: 15.1111333333px;
          border-radius: 15.1111333333px;
}

@media screen and (min-width: 1280px) {
  .project-info__share-icon {
    -webkit-border-radius: -webkit-calc(1.1805572917vw - 0px);
            border-radius: calc(1.1805572917vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share-icon {
    -webkit-border-radius: 17.000025px;
            border-radius: 17.000025px;
  }
}

.project-info__share-icon {
  background-size: 10.6666666667px;
  margin-right: 10.6666666667px;
  font-size: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-info__share-icon {
    background-size: -webkit-calc(0.8333333333vw - 0px);
    background-size: calc(0.8333333333vw - 0px);
    margin-right: -webkit-calc(0.8333333333vw - 0px);
    margin-right: calc(0.8333333333vw - 0px);
    font-size: -webkit-calc(0.8333333333vw - 0px);
    font-size: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share-icon {
    background-size: 12px;
    margin-right: 12px;
    font-size: 12px;
  }
}

.project-info__share-icon {
  letter-spacing: 0.8888666667px;
}

@media screen and (min-width: 1280px) {
  .project-info__share-icon {
    letter-spacing: -webkit-calc(0.0694427083vw - 0px);
    letter-spacing: calc(0.0694427083vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share-icon {
    letter-spacing: 0.999975px;
  }
}

.project-info__share-icon.ext-link:after {
  display: none !important;
}

.project-info__share-icon:last-child {
  margin-right: 0;
}

.project-info__share-icon.facebook {
  background-image: url(images/icon_facebook.svg);
}

.project-info__share-icon.facebook {
  background-size: 8.8888888889px;
}

@media screen and (min-width: 1280px) {
  .project-info__share-icon.facebook {
    background-size: -webkit-calc(0.6944444444vw + 0px);
    background-size: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share-icon.facebook {
    background-size: 10px;
  }
}

.project-info__share-icon.twitter {
  background-image: url(images/icon_twitter.svg);
}

.project-info__share-icon.linkedin {
  background-image: url(images/icon_linkedin.svg);
}

.project-info__share-icon.google {
  background-image: url(images/icon_google.svg);
}

.project-info__share-icon.google {
  background-size: 16px;
}

@media screen and (min-width: 1280px) {
  .project-info__share-icon.google {
    background-size: -webkit-calc(1.25vw + 0px);
    background-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share-icon.google {
    background-size: 18px;
  }
}

.project-info__share-icon.pinterest {
  background-image: url(images/icon_pinterest.svg);
}

.project-info__share-icon.pinterest {
  background-size: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-info__share-icon.pinterest {
    background-size: -webkit-calc(0.8333333333vw - 0px);
    background-size: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share-icon.pinterest {
    background-size: 12px;
  }
}

.project-info__share-icon:hover {
  width: 170px;
  background-position-x: 85%;
  text-indent: 16px;
}

.project-info__share-icon:hover {
  width: 113.333333333px;
}

@media screen and (min-width: 1280px) {
  .project-info__share-icon:hover {
    width: -webkit-calc(8.8541666667vw - 0px);
    width: calc(8.8541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__share-icon:hover {
    width: 127.5px;
  }
}

.project-info__details {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.project-info__detail-item {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .project-info__detail-item {
    margin-bottom: -webkit-calc(1.5625vw + 0px);
    margin-bottom: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__detail-item {
    margin-bottom: 22.5px;
  }
}

.project-info__detail-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: 0.133333px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
}

.project-info__detail-title {
  font-size: 17.7778px;
}

@media screen and (min-width: 1280px) {
  .project-info__detail-title {
    font-size: -webkit-calc(1.388890625vw - 0px);
    font-size: calc(1.388890625vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__detail-title {
    font-size: 20.000025px;
  }
}

.project-info__detail-title {
  margin-bottom: 2.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-info__detail-title {
    margin-bottom: -webkit-calc(0.2083333333vw - 0px);
    margin-bottom: calc(0.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__detail-title {
    margin-bottom: 3px;
  }
}

.project-info__detail-content {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #fff;
  padding-right: 20px;
}

.project-info__detail-content {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .project-info__detail-content {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__detail-content {
    font-size: 18px;
  }
}

.project-info__detail-content {
  padding-right: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .project-info__detail-content {
    padding-right: -webkit-calc(1.0416666667vw - 0px);
    padding-right: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__detail-content {
    padding-right: 15px;
  }
}

.project-info__detail-content a {
  margin-top: 10px;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1.33333px;
  display: inline-block;
  color: #fff;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  padding: 12px 22.6667px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.project-info__detail-content a {
  font-size: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-info__detail-content a {
    font-size: -webkit-calc(0.8333333333vw - 0px);
    font-size: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__detail-content a {
    font-size: 12px;
  }
}

.project-info__detail-content a {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (min-width: 1280px) {
  .project-info__detail-content a {
    padding-top: -webkit-calc(0.625vw + 0px);
    padding-top: calc(0.625vw + 0px);
    padding-bottom: -webkit-calc(0.625vw + 0px);
    padding-bottom: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__detail-content a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.project-info__detail-content a {
  padding-left: 15.1111333333px;
  padding-left: 15.1111333333px;
}

@media screen and (min-width: 1280px) {
  .project-info__detail-content a {
    padding-left: -webkit-calc(1.1805572917vw - 0px);
    padding-left: calc(1.1805572917vw - 0px);
    padding-left: calc(1.1805572917vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__detail-content a {
    padding-left: 17.000025px;
    padding-left: 17.000025px;
  }
}

.project-info__detail-content a {
  -webkit-border-radius: 26.6666666667px;
          border-radius: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-info__detail-content a {
    -webkit-border-radius: -webkit-calc(2.0833333333vw - 0px);
            border-radius: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__detail-content a {
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
}

.project-info__detail-content a:hover {
  background-position: left bottom;
}

.project-info__detail-content a:hover {
  color: #525252;
}

.project-info__download {
  margin-top: 11px;
}

.project-info__download {
  margin-top: 9.7777777778px;
}

@media screen and (min-width: 1280px) {
  .project-info__download {
    margin-top: -webkit-calc(0.7638888889vw - 0px);
    margin-top: calc(0.7638888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__download {
    margin-top: 11px;
  }
}

.project-info__download-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26.6667px;
  line-height: 48px;
  letter-spacing: 0.133333px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
}

.project-info__download-title {
  font-size: 17.7778px;
}

@media screen and (min-width: 1280px) {
  .project-info__download-title {
    font-size: -webkit-calc(1.388890625vw - 0px);
    font-size: calc(1.388890625vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__download-title {
    font-size: 20.000025px;
  }
}

.project-info__download-title {
  line-height: 32px;
}

@media screen and (min-width: 1280px) {
  .project-info__download-title {
    line-height: -webkit-calc(2.5vw + 0px);
    line-height: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__download-title {
    line-height: 36px;
  }
}

.project-info__download-title {
  margin-bottom: 5.3333333333px;
}

@media screen and (min-width: 1280px) {
  .project-info__download-title {
    margin-bottom: -webkit-calc(0.4166666667vw - 0px);
    margin-bottom: calc(0.4166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__download-title {
    margin-bottom: 6px;
  }
}

.project-info__download-lists {
  padding: 0;
  margin: 0;
  list-style: none;
}

.project-info__download-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0;
  min-height: 60px;
}

.project-info__download-item {
  padding-top: 10.6666666667px;
  padding-bottom: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-info__download-item {
    padding-top: -webkit-calc(0.8333333333vw - 0px);
    padding-top: calc(0.8333333333vw - 0px);
    padding-bottom: -webkit-calc(0.8333333333vw - 0px);
    padding-bottom: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__download-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.project-info__download-item {
  min-height: 40px;
}

@media screen and (min-width: 1280px) {
  .project-info__download-item {
    min-height: -webkit-calc(3.125vw + 0px);
    min-height: calc(3.125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__download-item {
    min-height: 45px;
  }
}

.project-info__download-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.project-info__download-link {
  display: inline-block;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-size: 21.3333px;
  line-height: 120%;
  color: #fff;
  position: relative;
  padding-left: 30px;
}

.project-info__download-link {
  font-size: 14.2222px;
}

@media screen and (min-width: 1280px) {
  .project-info__download-link {
    font-size: -webkit-calc(1.111109375vw + 0px);
    font-size: calc(1.111109375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__download-link {
    font-size: 15.999975px;
  }
}

.project-info__download-link {
  padding-left: 20px;
}

@media screen and (min-width: 1280px) {
  .project-info__download-link {
    padding-left: -webkit-calc(1.5625vw + 0px);
    padding-left: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__download-link {
    padding-left: 22.5px;
  }
}

.project-info__download-link span {
  position: relative;
}

.project-info__download-link span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  width: 100%;
  bottom: 0px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.project-info__download-link:visited, .project-info__download-link:active {
  color: #fff;
}

.project-info__download-link:hover, .project-info__download-link:focus {
  color: #fff;
}

.project-info__download-link:hover span, .project-info__download-link:focus span {
  color: #fff;
}

.project-info__download-link:hover span:after, .project-info__download-link:focus span:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.project-info__download-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent url(images/icon_pdf.svg) center no-repeat;
  background-size: contain;
}

.project-info__download-link:before {
  width: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-info__download-link:before {
    width: -webkit-calc(0.8333333333vw - 0px);
    width: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__download-link:before {
    width: 12px;
  }
}

.project-info__download-link:before {
  height: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .project-info__download-link:before {
    height: -webkit-calc(1.0416666667vw - 0px);
    height: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__download-link:before {
    height: 15px;
  }
}

.project-info__download-size {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21.3333px;
  line-height: 120%;
  text-align: right;
  color: #FFFFFF;
}

.project-info__download-size {
  font-size: 14.2222px;
}

@media screen and (min-width: 1280px) {
  .project-info__download-size {
    font-size: -webkit-calc(1.111109375vw + 0px);
    font-size: calc(1.111109375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info__download-size {
    font-size: 15.999975px;
  }
}

.project-info + .image-carousel {
  margin-top: 100px;
}

.project-info + .image-carousel {
  margin-top: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-info + .image-carousel {
    margin-top: -webkit-calc(5.2083333333vw - 0px);
    margin-top: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-info + .image-carousel {
    margin-top: 75px;
  }
}

.two-images .row {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.two-images__title-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .two-images__title-wrapper {
    margin-top: 64.8888888889px;
  }
}

@media screen and (min-width: 1280px) {
  .two-images__title-wrapper {
    margin-top: -webkit-calc(5.0694444444vw - 0px);
    margin-top: calc(5.0694444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__title-wrapper {
    margin-top: 73px;
  }
}

.two-images__title-wrapper {
  max-width: 618.666666667px;
}

@media screen and (min-width: 1280px) {
  .two-images__title-wrapper {
    max-width: -webkit-calc(48.3333333333vw - 0px);
    max-width: calc(48.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__title-wrapper {
    max-width: 696px;
  }
}

.two-images__title-wrapper p {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #212121;
}

.two-images__title-wrapper p {
  font-size: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .two-images__title-wrapper p {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__title-wrapper p {
    font-size: 24px;
  }
}

.two-images__title-wrapper p:last-child {
  margin-bottom: 0;
}

.two-images__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #525252;
  margin: 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 64em) {
  .two-images__title {
    margin-bottom: 53.3333333333px;
  }
}

.two-images__title {
  font-size: 39.1111111111px;
}

@media screen and (min-width: 1280px) {
  .two-images__title {
    font-size: -webkit-calc(3.0555555556vw - 0px);
    font-size: calc(3.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__title {
    font-size: 44px;
  }
}

@media screen and (min-width: 1280px) {
  .two-images__title {
    margin-bottom: -webkit-calc(4.1666666667vw - 0px);
    margin-bottom: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__title {
    margin-bottom: 60px;
  }
}

.two-images__subtitle p {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #212121;
}

.two-images__subtitle p {
  font-size: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .two-images__subtitle p {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__subtitle p {
    font-size: 24px;
  }
}

.two-images__subtitle p:last-child {
  margin-bottom: 0;
}

.two-images__images {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 30em) {
  .two-images__images {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 64em) {
  .two-images__images {
    margin-top: 88.8888888889px;
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1280px) {
  .two-images__images {
    margin-top: -webkit-calc(6.9444444444vw - 0px);
    margin-top: calc(6.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__images {
    margin-top: 100px;
  }
}

.two-images__images {
  margin-bottom: 56px;
}

@media screen and (min-width: 1280px) {
  .two-images__images {
    margin-bottom: -webkit-calc(4.375vw + 0px);
    margin-bottom: calc(4.375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__images {
    margin-bottom: 63px;
  }
}

.two-images__images.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.two-images__images.reverse > div:first-child {
  margin-left: 0px;
  margin-right: 0;
}

@media only screen and (min-width: 30em) {
  .two-images__images.reverse > div:first-child {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 64em) {
  .two-images__images.reverse > div:first-child {
    margin-left: 42.6666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .two-images__images.reverse > div:first-child {
    margin-left: -webkit-calc(3.3333333333vw - 0px);
    margin-left: calc(3.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__images.reverse > div:first-child {
    margin-left: 48px;
  }
}

.two-images__image-wrapper {
  position: relative;
}

.two-images__image-wrapper:first-child {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media only screen and (min-width: 30em) {
  .two-images__image-wrapper:first-child {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    height: 250px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 64em) {
  .two-images__image-wrapper:first-child {
    width: 870.222222222px;
    height: 544.906666667px;
    margin-right: 42.6666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .two-images__image-wrapper:first-child {
    width: -webkit-calc(67.9861111111vw - 0px);
    width: calc(67.9861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__image-wrapper:first-child {
    width: 979px;
  }
}

@media screen and (min-width: 1280px) {
  .two-images__image-wrapper:first-child {
    height: -webkit-calc(42.5708333333vw - 0px);
    height: calc(42.5708333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__image-wrapper:first-child {
    height: 613.02px;
  }
}

@media screen and (min-width: 1280px) {
  .two-images__image-wrapper:first-child {
    margin-right: -webkit-calc(3.3333333333vw - 0px);
    margin-right: calc(3.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__image-wrapper:first-child {
    margin-right: 48px;
  }
}

.two-images__image-wrapper:last-child {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 30em) {
  .two-images__image-wrapper:last-child {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    height: 250px;
  }
}

@media only screen and (min-width: 64em) {
  .two-images__image-wrapper:last-child {
    width: 650.666666667px;
    height: 544.888888889px;
  }
}

@media screen and (min-width: 1280px) {
  .two-images__image-wrapper:last-child {
    width: -webkit-calc(50.8333333333vw - 0px);
    width: calc(50.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__image-wrapper:last-child {
    width: 732px;
  }
}

@media screen and (min-width: 1280px) {
  .two-images__image-wrapper:last-child {
    height: -webkit-calc(42.5694444444vw + 0px);
    height: calc(42.5694444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__image-wrapper:last-child {
    height: 613px;
  }
}

.two-images__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.two-images__image-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

.two-images__image-link img {
  -webkit-border-radius: 10.6666666667px;
          border-radius: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .two-images__image-link img {
    -webkit-border-radius: -webkit-calc(0.8333333333vw - 0px);
            border-radius: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__image-link img {
    -webkit-border-radius: 12px;
            border-radius: 12px;
  }
}

.two-images__image-download {
  position: absolute;
  width: 30.26px;
  height: 31.69px;
  bottom: 22px;
  right: 22px;
  background: transparent url(images/icon_download.svg) center no-repeat;
  background-size: contain;
  display: block;
  opacity: 0.75;
}

.two-images__image-download {
  width: 26.8977777778px;
}

@media screen and (min-width: 1280px) {
  .two-images__image-download {
    width: -webkit-calc(2.1013888889vw - 0px);
    width: calc(2.1013888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__image-download {
    width: 30.26px;
  }
}

.two-images__image-download {
  height: 28.1688888889px;
}

@media screen and (min-width: 1280px) {
  .two-images__image-download {
    height: -webkit-calc(2.2006944444vw - 0px);
    height: calc(2.2006944444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__image-download {
    height: 31.69px;
  }
}

.two-images__image-download {
  bottom: 19.5555555556px;
  right: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .two-images__image-download {
    bottom: -webkit-calc(1.5277777778vw - 0px);
    bottom: calc(1.5277777778vw - 0px);
    right: -webkit-calc(1.5277777778vw - 0px);
    right: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .two-images__image-download {
    bottom: 22px;
    right: 22px;
  }
}

.two-images__image-download:hover {
  opacity: 1;
}

.fullscreen-image {
  margin-top: 63px;
  margin-bottom: 123px;
}

.fullscreen-image {
  margin-top: 56px;
}

@media screen and (min-width: 1280px) {
  .fullscreen-image {
    margin-top: -webkit-calc(4.375vw + 0px);
    margin-top: calc(4.375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .fullscreen-image {
    margin-top: 63px;
  }
}

.fullscreen-image {
  margin-bottom: 109.333333333px;
}

@media screen and (min-width: 1280px) {
  .fullscreen-image {
    margin-bottom: -webkit-calc(8.5416666667vw - 0px);
    margin-bottom: calc(8.5416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .fullscreen-image {
    margin-bottom: 123px;
  }
}

.fullscreen-image__wrapper {
  width: 100%;
  height: 250px;
  position: relative;
}

@media only screen and (min-width: 30em) {
  .fullscreen-image__wrapper {
    height: 350px;
  }
}

@media only screen and (min-width: 64em) {
  .fullscreen-image__wrapper {
    height: 682.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .fullscreen-image__wrapper {
    height: -webkit-calc(53.3333333333vw - 0px);
    height: calc(53.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .fullscreen-image__wrapper {
    height: 768px;
  }
}

.fullscreen-image__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.fullscreen-image__image-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullscreen-image__image-download {
  display: block;
  position: absolute;
  width: 30.26px;
  height: 31.69px;
  bottom: 22px;
  right: 22px;
  background: transparent url(images/icon_download.svg) center no-repeat;
  background-size: contain;
  opacity: 0.75;
}

.fullscreen-image__image-download {
  width: 26.8977777778px;
}

@media screen and (min-width: 1280px) {
  .fullscreen-image__image-download {
    width: -webkit-calc(2.1013888889vw - 0px);
    width: calc(2.1013888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .fullscreen-image__image-download {
    width: 30.26px;
  }
}

.fullscreen-image__image-download {
  height: 28.1688888889px;
}

@media screen and (min-width: 1280px) {
  .fullscreen-image__image-download {
    height: -webkit-calc(2.2006944444vw - 0px);
    height: calc(2.2006944444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .fullscreen-image__image-download {
    height: 31.69px;
  }
}

.fullscreen-image__image-download {
  bottom: 19.5555555556px;
  right: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .fullscreen-image__image-download {
    bottom: -webkit-calc(1.5277777778vw - 0px);
    bottom: calc(1.5277777778vw - 0px);
    right: -webkit-calc(1.5277777778vw - 0px);
    right: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .fullscreen-image__image-download {
    bottom: 22px;
    right: 22px;
  }
}

.fullscreen-image__image-download:hover {
  opacity: 1;
}

.project-scope {
  margin-top: 124px;
  margin-bottom: 10px;
}

.project-scope {
  margin-top: 110.222222222px;
}

@media screen and (min-width: 1280px) {
  .project-scope {
    margin-top: -webkit-calc(8.6111111111vw - 0px);
    margin-top: calc(8.6111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-scope {
    margin-top: 124px;
  }
}

.project-scope .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.project-scope__title-wrapper {
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.project-scope__title-wrapper {
  max-width: 618.666666667px;
}

@media screen and (min-width: 1280px) {
  .project-scope__title-wrapper {
    max-width: -webkit-calc(48.3333333333vw - 0px);
    max-width: calc(48.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-scope__title-wrapper {
    max-width: 696px;
  }
}

.project-scope__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #525252;
  margin: 0;
  margin-bottom: 72px;
}

.project-scope__title {
  font-size: 39.1111111111px;
}

@media screen and (min-width: 1280px) {
  .project-scope__title {
    font-size: -webkit-calc(3.0555555556vw - 0px);
    font-size: calc(3.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-scope__title {
    font-size: 44px;
  }
}

.project-scope__title {
  margin-bottom: 64px;
}

@media screen and (min-width: 1280px) {
  .project-scope__title {
    margin-bottom: -webkit-calc(5vw + 0px);
    margin-bottom: calc(5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-scope__title {
    margin-bottom: 72px;
  }
}

.project-scope__tag-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
}

.project-scope__tag-wrapper {
  max-width: 913.777777778px;
}

@media screen and (min-width: 1280px) {
  .project-scope__tag-wrapper {
    max-width: -webkit-calc(71.3888888889vw - 0px);
    max-width: calc(71.3888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-scope__tag-wrapper {
    max-width: 1028px;
  }
}

.project-scope__tag {
  display: inline-block;
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #525252;
  padding: 9px 17px;
  border: 1px solid #525252;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 12px;
  background-color: #fff;
}

.project-scope__tag {
  font-size: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-scope__tag {
    font-size: -webkit-calc(0.8333333333vw - 0px);
    font-size: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-scope__tag {
    font-size: 12px;
  }
}

.project-scope__tag {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (min-width: 1280px) {
  .project-scope__tag {
    padding-top: -webkit-calc(0.625vw + 0px);
    padding-top: calc(0.625vw + 0px);
    padding-bottom: -webkit-calc(0.625vw + 0px);
    padding-bottom: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-scope__tag {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.project-scope__tag {
  padding-left: 15.1111111111px;
  padding-right: 15.1111111111px;
}

@media screen and (min-width: 1280px) {
  .project-scope__tag {
    padding-left: -webkit-calc(1.1805555556vw - 0px);
    padding-left: calc(1.1805555556vw - 0px);
    padding-right: -webkit-calc(1.1805555556vw - 0px);
    padding-right: calc(1.1805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-scope__tag {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.project-scope__tag {
  -webkit-border-radius: 35.5555555556px;
          border-radius: 35.5555555556px;
}

@media screen and (min-width: 1280px) {
  .project-scope__tag {
    -webkit-border-radius: -webkit-calc(2.7777777778vw + 0px);
            border-radius: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-scope__tag {
    -webkit-border-radius: 40px;
            border-radius: 40px;
  }
}

.project-scope__tag {
  margin-left: 3.5555555556px;
  margin-right: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .project-scope__tag {
    margin-left: -webkit-calc(0.2777777778vw - 0px);
    margin-left: calc(0.2777777778vw - 0px);
    margin-right: -webkit-calc(0.2777777778vw - 0px);
    margin-right: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-scope__tag {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.project-scope__tag {
  margin-bottom: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-scope__tag {
    margin-bottom: -webkit-calc(0.8333333333vw - 0px);
    margin-bottom: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-scope__tag {
    margin-bottom: 12px;
  }
}

.testimonial {
  padding-top: 124px;
}

.testimonial {
  padding-top: 110.222222222px;
}

@media screen and (min-width: 1280px) {
  .testimonial {
    padding-top: -webkit-calc(8.6111111111vw - 0px);
    padding-top: calc(8.6111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial {
    padding-top: 124px;
  }
}

.testimonial .row {
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial__text-wrapper {
  margin-left: 60px;
  margin-right: 20px;
  width: 571px;
}

@media only screen and (min-width: 48em) {
  .testimonial__text-wrapper {
    margin-left: 70px;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 80em) {
  .testimonial__text-wrapper {
    margin-left: 210.666666667px;
    margin-right: 152.888888889px;
  }
}

@media screen and (min-width: 1280px) {
  .testimonial__text-wrapper {
    margin-left: -webkit-calc(16.4583333333vw - 0px);
    margin-left: calc(16.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__text-wrapper {
    margin-left: 237px;
  }
}

@media screen and (min-width: 1280px) {
  .testimonial__text-wrapper {
    margin-right: -webkit-calc(11.9444444444vw - 0px);
    margin-right: calc(11.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__text-wrapper {
    margin-right: 172px;
  }
}

.testimonial__text-wrapper {
  width: 507.555555556px;
}

@media screen and (min-width: 1280px) {
  .testimonial__text-wrapper {
    width: -webkit-calc(39.6527777778vw - 0px);
    width: calc(39.6527777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__text-wrapper {
    width: 571px;
  }
}

.testimonial__content {
  position: relative;
}

.testimonial__content:before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 120px;
  left: -57px;
  top: -45px;
  background: transparent url(images/icon_quote.svg) center no-repeat;
  background-size: 90%;
}

.testimonial__content:before {
  width: 34px;
}

@media screen and (min-width: 1280px) {
  .testimonial__content:before {
    width: -webkit-calc(2.65625vw + 0px);
    width: calc(2.65625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__content:before {
    width: 38.25px;
  }
}

.testimonial__content:before {
  height: 80px;
}

@media screen and (min-width: 1280px) {
  .testimonial__content:before {
    height: -webkit-calc(6.25vw + 0px);
    height: calc(6.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__content:before {
    height: 90px;
  }
}

.testimonial__content:before {
  left: -38px;
}

@media screen and (min-width: 1280px) {
  .testimonial__content:before {
    left: -webkit-calc(-2.96875vw + 0px);
    left: calc(-2.96875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__content:before {
    left: -42.75px;
  }
}

.testimonial__content:before {
  top: -30px;
}

@media screen and (min-width: 1280px) {
  .testimonial__content:before {
    top: -webkit-calc(-2.34375vw + 0px);
    top: calc(-2.34375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__content:before {
    top: -33.75px;
  }
}

.testimonial__content p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #525252;
  margin-bottom: 25px;
}

.testimonial__content p {
  font-size: 29.3333333333px;
}

@media screen and (min-width: 1280px) {
  .testimonial__content p {
    font-size: -webkit-calc(2.2916666667vw - 0px);
    font-size: calc(2.2916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__content p {
    font-size: 33px;
  }
}

.testimonial__content p {
  margin-bottom: 22.2222222222px;
}

@media screen and (min-width: 1280px) {
  .testimonial__content p {
    margin-bottom: -webkit-calc(1.7361111111vw - 0px);
    margin-bottom: calc(1.7361111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__content p {
    margin-bottom: 25px;
  }
}

.testimonial__content p span {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
}

.testimonial__content p span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0px;
  background-color: #9EB73B;
}

.testimonial__content p span:after {
  height: 2px;
}

@media screen and (min-width: 1280px) {
  .testimonial__content p span:after {
    height: -webkit-calc(0.15625vw + 0px);
    height: calc(0.15625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__content p span:after {
    height: 2.25px;
  }
}

.testimonial__author {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
}

.testimonial__author {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .testimonial__author {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__author {
    font-size: 18px;
  }
}

.testimonial__company {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
}

.testimonial__company {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .testimonial__company {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__company {
    font-size: 18px;
  }
}

.testimonial__image-wrapper {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 577.777777778px;
  margin-left: auto;
  margin-top: 30px;
}

@media only screen and (min-width: 48em) {
  .testimonial__image-wrapper {
    width: 835.555555556px;
  }
}

@media only screen and (min-width: 64em) {
  .testimonial__image-wrapper {
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1280px) {
  .testimonial__image-wrapper {
    width: -webkit-calc(65.2777777778vw - 0px);
    width: calc(65.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__image-wrapper {
    width: 940px;
  }
}

@media screen and (min-width: 1280px) {
  .testimonial__image-wrapper {
    height: -webkit-calc(33.8541666667vw - 0px);
    height: calc(33.8541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__image-wrapper {
    height: 487.5px;
  }
}

.testimonial__image-wrapper img {
  -webkit-border-radius: 100px 0px 0px 100px;
          border-radius: 100px 0px 0px 100px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial__image-wrapper img {
  -webkit-border-top-left-radius: 66.6666666667px;
          border-top-left-radius: 66.6666666667px;
  -webkit-border-bottom-left-radius: 66.6666666667px;
          border-bottom-left-radius: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .testimonial__image-wrapper img {
    -webkit-border-top-left-radius: -webkit-calc(5.2083333333vw - 0px);
            border-top-left-radius: calc(5.2083333333vw - 0px);
    -webkit-border-bottom-left-radius: -webkit-calc(5.2083333333vw - 0px);
            border-bottom-left-radius: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial__image-wrapper img {
    -webkit-border-top-left-radius: 75px;
            border-top-left-radius: 75px;
    -webkit-border-bottom-left-radius: 75px;
            border-bottom-left-radius: 75px;
  }
}

.image-carousel {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 64em) {
  .image-carousel {
    margin-top: 232px;
    margin-bottom: 199.111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .image-carousel {
    margin-top: -webkit-calc(18.125vw + 0px);
    margin-top: calc(18.125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel {
    margin-top: 261px;
  }
}

@media screen and (min-width: 1280px) {
  .image-carousel {
    margin-bottom: -webkit-calc(15.5555555556vw - 0px);
    margin-bottom: calc(15.5555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel {
    margin-bottom: 224px;
  }
}

.image-carousel .container {
  padding: 0;
}

.image-carousel .row {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.image-carousel__wrapper {
  width: 100%;
  max-width: 100vw;
}

.image-carousel__wrapper.slick-dotted.slick-slider {
  margin-bottom: 52px;
}

.image-carousel__wrapper.slick-dotted.slick-slider {
  margin-bottom: 46.2222222222px;
}

@media screen and (min-width: 1280px) {
  .image-carousel__wrapper.slick-dotted.slick-slider {
    margin-bottom: -webkit-calc(3.6111111111vw - 0px);
    margin-bottom: calc(3.6111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__wrapper.slick-dotted.slick-slider {
    margin-bottom: 52px;
  }
}

.image-carousel__wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 55.7037333333px;
}

@media screen and (min-width: 1280px) {
  .image-carousel__wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: -webkit-calc(4.3518541667vw + 0px);
    margin-bottom: calc(4.3518541667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 62.6667px;
  }
}

.image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 64em) {
  .image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    margin-left: 71.1111111111px;
    margin-right: 71.1111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    margin-left: -webkit-calc(5.5555555556vw + 0px);
    margin-left: calc(5.5555555556vw + 0px);
    margin-right: -webkit-calc(5.5555555556vw + 0px);
    margin-right: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 20%;
  margin: 0;
  bottom: 0;
}

.image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  height: 9.4815111111px;
}

@media screen and (min-width: 1280px) {
  .image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    height: -webkit-calc(0.7407430556vw - 0px);
    height: calc(0.7407430556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    height: 10.6667px;
  }
}

.image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 0;
  background: #9EB73B;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 9.4815111111px;
}

@media screen and (min-width: 1280px) {
  .image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: -webkit-calc(0.7407430556vw - 0px);
    height: calc(0.7407430556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 10.6667px;
  }
}

.image-carousel__wrapper .mCS-light-3.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  margin: 0;
  position: absolute;
  height: 2px;
  bottom: 0px;
  background: #E5E5E5;
}

.image-carousel__image-wrapper {
  float: left;
  width: 330px;
  height: 250px;
}

@media only screen and (min-width: 48em) {
  .image-carousel__image-wrapper {
    width: 484.444444444px;
    height: 323.555555556px;
  }
}

@media screen and (min-width: 1280px) {
  .image-carousel__image-wrapper {
    width: -webkit-calc(37.8472222222vw - 0px);
    width: calc(37.8472222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__image-wrapper {
    width: 545px;
  }
}

@media screen and (min-width: 1280px) {
  .image-carousel__image-wrapper {
    height: -webkit-calc(25.3472222222vw - 0px);
    height: calc(25.3472222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__image-wrapper {
    height: 365px;
  }
}

.image-carousel__image-wrapper:not(:last-child) {
  margin-right: 48px;
}

.image-carousel__image-wrapper:not(:last-child) {
  margin-right: 42.6666666667px;
}

@media screen and (min-width: 1280px) {
  .image-carousel__image-wrapper:not(:last-child) {
    margin-right: -webkit-calc(3.3333333333vw - 0px);
    margin-right: calc(3.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__image-wrapper:not(:last-child) {
    margin-right: 48px;
  }
}

.image-carousel__image-wrapper:first-child {
  margin-left: 20px;
}

@media only screen and (min-width: 64em) {
  .image-carousel__image-wrapper:first-child {
    margin-left: 71.1111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .image-carousel__image-wrapper:first-child {
    margin-left: -webkit-calc(5.5555555556vw + 0px);
    margin-left: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__image-wrapper:first-child {
    margin-left: 80px;
  }
}

.image-carousel__image-wrapper:last-child {
  margin-right: 20px;
}

@media only screen and (min-width: 64em) {
  .image-carousel__image-wrapper:last-child {
    margin-right: 71.1111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .image-carousel__image-wrapper:last-child {
    margin-right: -webkit-calc(5.5555555556vw + 0px);
    margin-right: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__image-wrapper:last-child {
    margin-right: 80px;
  }
}

.image-carousel__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

.image-carousel__image-wrapper img {
  -webkit-border-radius: 10.6666666667px;
          border-radius: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .image-carousel__image-wrapper img {
    -webkit-border-radius: -webkit-calc(0.8333333333vw - 0px);
            border-radius: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__image-wrapper img {
    -webkit-border-radius: 12px;
            border-radius: 12px;
  }
}

.image-carousel__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.image-carousel__indicator-wrapper {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 64em) {
  .image-carousel__indicator-wrapper {
    padding-left: 71.1111111111px;
    padding-right: 71.1111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .image-carousel__indicator-wrapper {
    padding-left: -webkit-calc(5.5555555556vw + 0px);
    padding-left: calc(5.5555555556vw + 0px);
    padding-right: -webkit-calc(5.5555555556vw + 0px);
    padding-right: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__indicator-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.image-carousel__indicator-wrapper .slick-dots {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  position: relative;
}

.image-carousel__indicator-wrapper .slick-dots:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  background: #E5E5E5;
}

.image-carousel__indicator-wrapper .slick-dots li {
  width: 100%;
  margin: 0;
  height: 10.67px;
  background: #9EB73B;
  opacity: 0;
}

.image-carousel__indicator-wrapper .slick-dots li {
  height: 9.4815111111px;
}

@media screen and (min-width: 1280px) {
  .image-carousel__indicator-wrapper .slick-dots li {
    height: -webkit-calc(0.7407430556vw - 0px);
    height: calc(0.7407430556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .image-carousel__indicator-wrapper .slick-dots li {
    height: 10.6667px;
  }
}

.image-carousel__indicator-wrapper .slick-dots li button {
  display: none;
}

.image-carousel__indicator-wrapper .slick-dots li.slick-active {
  opacity: 1;
}

.contact-info {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 48em) {
  .contact-info {
    padding-top: 0px;
    padding-bottom: 78px;
  }
}

.contact-info .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
  .contact-info .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.contact-info__left {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 48em) {
  .contact-info__left {
    margin-bottom: 0;
    width: 59.375%;
  }
}

.contact-info__right {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .contact-info__right {
    width: 39.7222222222%;
  }
}

.contact-info__subtitle {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  color: #525252;
  margin: 0;
  margin-bottom: 0px;
}

@media only screen and (min-width: 48em) {
  .contact-info__subtitle {
    font-size: 12.6666666667px;
    line-height: 14.6666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-info__subtitle {
    font-size: -webkit-calc(0.9895833333vw - 0px);
    font-size: calc(0.9895833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__subtitle {
    font-size: 14.25px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-info__subtitle {
    line-height: -webkit-calc(1.1458333333vw - 0px);
    line-height: calc(1.1458333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__subtitle {
    line-height: 16.5px;
  }
}

.contact-info__subtitle {
  letter-spacing: 1.1851822222px;
}

@media screen and (min-width: 1280px) {
  .contact-info__subtitle {
    letter-spacing: -webkit-calc(0.0925923611vw + 0px);
    letter-spacing: calc(0.0925923611vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__subtitle {
    letter-spacing: 1.33333px;
  }
}

.contact-info__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.266667px;
  color: #525252;
  margin: 0;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 48em) {
  .contact-info__title {
    font-size: 53.3333333333px;
    line-height: 66.6666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-info__title {
    font-size: -webkit-calc(4.1666666667vw - 0px);
    font-size: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__title {
    font-size: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-info__title {
    line-height: -webkit-calc(5.2083333333vw - 0px);
    line-height: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__title {
    line-height: 75px;
  }
}

.contact-info__intro {
  max-width: 692px;
}

.contact-info__intro {
  max-width: 615.111111111px;
}

@media screen and (min-width: 1280px) {
  .contact-info__intro {
    max-width: -webkit-calc(48.0555555556vw - 0px);
    max-width: calc(48.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__intro {
    max-width: 692px;
  }
}

.contact-info__intro p {
  margin-bottom: 18px;
  color: #212121;
}

.contact-info__intro a {
  position: relative;
  display: inline-block;
}

.contact-info__intro a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 5px;
  background-color: #9EB73B;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.contact-info__intro a:after {
  bottom: 4.4444444444px;
}

@media screen and (min-width: 1280px) {
  .contact-info__intro a:after {
    bottom: -webkit-calc(0.3472222222vw + 0px);
    bottom: calc(0.3472222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__intro a:after {
    bottom: 5px;
  }
}

.contact-info__intro a:after {
  height: 1.7777777778px;
}

@media screen and (min-width: 1280px) {
  .contact-info__intro a:after {
    height: -webkit-calc(0.1388888889vw - 0px);
    height: calc(0.1388888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__intro a:after {
    height: 2px;
  }
}

.contact-info__intro h3 {
  margin-bottom: 0;
}

.contact-info__content p {
  font-size: 24px;
  line-height: 38px;
  color: #212121;
  margin-bottom: 24px;
}

.contact-info__content p {
  font-size: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .contact-info__content p {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__content p {
    font-size: 24px;
  }
}

.contact-info__content p {
  line-height: 33.7777777778px;
}

@media screen and (min-width: 1280px) {
  .contact-info__content p {
    line-height: -webkit-calc(2.6388888889vw + 0px);
    line-height: calc(2.6388888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__content p {
    line-height: 38px;
  }
}

.contact-info__content p {
  margin-bottom: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .contact-info__content p {
    margin-bottom: -webkit-calc(1.6666666667vw - 0px);
    margin-bottom: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__content p {
    margin-bottom: 24px;
  }
}

.contact-info__content p:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.contact-info__content p:not(:nth-child(1)):not(:nth-child(2)).show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.contact-info__right-content-wrapper {
  background-color: #6BA194;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  text-align: center;
  color: #fff;
  padding: 40px 15px;
}

@media only screen and (min-width: 64em) {
  .contact-info__right-content-wrapper {
    padding: 48px 53.3333333333px 48px;
  }
}

.contact-info__right-content-wrapper {
  -webkit-border-radius: 10.6666666667px;
          border-radius: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-content-wrapper {
    -webkit-border-radius: -webkit-calc(0.8333333333vw - 0px);
            border-radius: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-content-wrapper {
    -webkit-border-radius: 12px;
            border-radius: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-info__right-content-wrapper {
    padding-left: -webkit-calc(4.1666666667vw - 0px);
    padding-left: calc(4.1666666667vw - 0px);
    padding-right: -webkit-calc(4.1666666667vw - 0px);
    padding-right: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-content-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-info__right-content-wrapper {
    padding-top: -webkit-calc(3.75vw + 0px);
    padding-top: calc(3.75vw + 0px);
    padding-bottom: -webkit-calc(3.75vw + 0px);
    padding-bottom: calc(3.75vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-content-wrapper {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

.contact-info__right-content-wrapper h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.2px;
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-info__right-content-wrapper h4 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.133333px;
  margin-top: 0;
  margin-bottom: 14px;
}

.contact-info__right-content-wrapper p {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1em;
}

.contact-info__right-content-wrapper .contact-info__telp {
  color: #fff;
  padding-top: 10px;
  padding-right: 20px;
  -webkit-border-radius: 40px;
          border-radius: 40px;
}

.contact-info__right-content-wrapper .contact-info__telp:before {
  content: "";
  display: block;
  position: absolute;
  width: 45.33px;
  height: 45.33px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  background: transparent url(images/icon_phone_circle_rev.svg) center no-repeat;
  background-size: contain;
}

.contact-info__right-content-wrapper .contact-info__telp:before {
  width: 30.22px;
  height: 30.22px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-content-wrapper .contact-info__telp:before {
    width: -webkit-calc(2.3609375vw - 0px);
    width: calc(2.3609375vw - 0px);
    height: -webkit-calc(2.3609375vw - 0px);
    height: calc(2.3609375vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-content-wrapper .contact-info__telp:before {
    width: 33.9975px;
    height: 33.9975px;
  }
}

.contact-info__right-content-wrapper .contact-info__telp:hover, .contact-info__right-content-wrapper .contact-info__telp:focus {
  color: #fff;
}

.contact-info__right-subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
  .contact-info__right-subtitle {
    font-size: 16.8888888889px;
    line-height: 19.5555555556px;
    margin-bottom: 8.8888888889px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-info__right-subtitle {
    font-size: -webkit-calc(0.9895833333vw - 0px);
    font-size: calc(0.9895833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-subtitle {
    font-size: 14.25px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-info__right-subtitle {
    line-height: -webkit-calc(1.1458333333vw - 0px);
    line-height: calc(1.1458333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-subtitle {
    line-height: 16.5px;
  }
}

.contact-info__right-subtitle {
  letter-spacing: 1.1851822222px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-subtitle {
    letter-spacing: -webkit-calc(0.0925923611vw + 0px);
    letter-spacing: calc(0.0925923611vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-subtitle {
    letter-spacing: 1.33333px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-info__right-subtitle {
    margin-bottom: -webkit-calc(0.6944444444vw + 0px);
    margin-bottom: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-subtitle {
    margin-bottom: 10px;
  }
}

.contact-info__right-title {
  margin-bottom: 45px;
}

.contact-info__right-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-title {
    margin-bottom: -webkit-calc(1.5625vw + 0px);
    margin-bottom: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-title {
    margin-bottom: 22.5px;
  }
}

.contact-info__right-form .gform_wrapper {
  margin-bottom: 0;
}

.contact-info__right-form .gform_wrapper .gfield_required {
  color: #fff;
}

.contact-info__right-form .gform_wrapper .top_label .gfield_label, .contact-info__right-form .gform_wrapper legend.gfield_label {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14.000025px;
  line-height: 120%;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  color: #fff;
}

.contact-info__right-form .gform_wrapper .top_label .gfield_label, .contact-info__right-form .gform_wrapper legend.gfield_label {
  font-size: 12.4444666667px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-form .gform_wrapper .top_label .gfield_label, .contact-info__right-form .gform_wrapper legend.gfield_label {
    font-size: -webkit-calc(0.9722239583vw - 0px);
    font-size: calc(0.9722239583vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-form .gform_wrapper .top_label .gfield_label, .contact-info__right-form .gform_wrapper legend.gfield_label {
    font-size: 14.000025px;
  }
}

.contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-info__right-form .gform_wrapper .chosen-container {
  height: 44px;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-bottom: 2px solid #fff;
  padding: 0;
  background-color: transparent;
  font-family: "Yantramanav", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #fff;
}

.contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-info__right-form .gform_wrapper .chosen-container {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .contact-info__right-form .gform_wrapper .chosen-container {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .contact-info__right-form .gform_wrapper .chosen-container {
    font-size: 18px;
  }
}

.contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-info__right-form .gform_wrapper .chosen-container {
  height: 29.3333333333px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .contact-info__right-form .gform_wrapper .chosen-container {
    height: -webkit-calc(2.2916666667vw - 0px);
    height: calc(2.2916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .contact-info__right-form .gform_wrapper .chosen-container {
    height: 33px;
  }
}

.contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
.contact-info__right-form .gform_wrapper .chosen-container::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder,
.contact-info__right-form .gform_wrapper .chosen-container:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
.contact-info__right-form .gform_wrapper .chosen-container::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder,
.contact-info__right-form .gform_wrapper .chosen-container:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-info__right-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder,
.contact-info__right-form .gform_wrapper .chosen-container::placeholder {
  color: #fff;
  opacity: 1;
}

.contact-info__right-form .gform_wrapper .chosen-container-single .chosen-single,
.contact-info__right-form .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  padding: 0;
}

.contact-info__right-form .gform_wrapper .chosen-container-single .chosen-search {
  display: none;
}

.contact-info__right-form .gform_wrapper .chosen-container .chosen-results {
  padding: 3px;
}

.contact-info__right-form .gform_wrapper .chosen-container-single .chosen-single div b {
  -webkit-filter: contrast(100);
          filter: contrast(100);
}

.contact-info__right-form .chosen-container.chosen-container-single[style] {
  height: 33.75px;
}

.contact-info__right-form .gform_wrapper textarea.small {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-bottom: 2px solid #fff;
  padding: 0;
  background-color: transparent;
  font-family: "Yantramanav", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #fff;
}

.contact-info__right-form .gform_wrapper textarea.small {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-form .gform_wrapper textarea.small {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-form .gform_wrapper textarea.small {
    font-size: 18px;
  }
}

.contact-info__right-form .gform_wrapper textarea.small::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-info__right-form .gform_wrapper textarea.small:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-info__right-form .gform_wrapper textarea.small::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-info__right-form .gform_wrapper textarea.small:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contact-info__right-form .gform_wrapper textarea.small::placeholder {
  color: #fff;
  opacity: 1;
}

.contact-info__right-form .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 58px;
  padding-right: 0;
}

.contact-info__right-form .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-form .gform_wrapper ul.gform_fields li.gfield {
    margin-top: -webkit-calc(1.5625vw + 0px);
    margin-top: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-form .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 22.5px;
  }
}

.contact-info__right-form .gform_wrapper ul.gform_fields li.gfield.subscribe {
  margin-top: 51px;
}

.contact-info__right-form .gform_wrapper ul.gform_fields li.gfield.subscribe {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-form .gform_wrapper ul.gform_fields li.gfield.subscribe {
    margin-top: -webkit-calc(1.5625vw + 0px);
    margin-top: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-form .gform_wrapper ul.gform_fields li.gfield.subscribe {
    margin-top: 22.5px;
  }
}

.contact-info__right-form .gform_wrapper ul.gform_fields li.gfield.subscribe .gfield_label {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: normal;
  color: #fff;
  text-transform: none;
}

.contact-info__right-form .gform_wrapper ul.gform_fields li.gfield.subscribe .gfield_label {
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-form .gform_wrapper ul.gform_fields li.gfield.subscribe .gfield_label {
    font-size: -webkit-calc(0.9375vw + 0px);
    font-size: calc(0.9375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-form .gform_wrapper ul.gform_fields li.gfield.subscribe .gfield_label {
    font-size: 13.5px;
  }
}

.contact-info__right-form .gform_wrapper ul.gform_fields li.gfield.subscribe .ginput_container.ginput_container_checkbox {
  margin-top: 0;
}

.contact-info__right-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0;
  color: #f6f6f6;
}

.contact-info__right-form .gform_wrapper li.gfield.gfield_error {
  background: transparent;
  margin-bottom: 0 !important;
  border: none !important;
  padding-bottom: 0;
  padding-top: 0;
}

.contact-info__right-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 10px;
}

.contact-info__right-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: normal;
}

.contact-info__right-form .gform_wrapper ul.gfield_checkbox li label {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14.6667px;
  line-height: 21px;
  color: #fff;
}

.contact-info__right-form .gform_wrapper ul.gfield_checkbox li label {
  font-size: 9.7778px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-form .gform_wrapper ul.gfield_checkbox li label {
    font-size: -webkit-calc(0.763890625vw + 0px);
    font-size: calc(0.763890625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-form .gform_wrapper ul.gfield_checkbox li label {
    font-size: 11.000025px;
  }
}

.contact-info__right-form .gform_wrapper ul.gfield_checkbox li label {
  line-height: 14px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-form .gform_wrapper ul.gfield_checkbox li label {
    line-height: -webkit-calc(1.09375vw + 0px);
    line-height: calc(1.09375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-form .gform_wrapper ul.gfield_checkbox li label {
    line-height: 15.75px;
  }
}

.contact-info__right-form .gform_wrapper .gform_footer {
  padding: 0;
  margin-top: 58.67px;
  text-align: center;
  position: relative;
}

.contact-info__right-form .gform_wrapper .gform_footer {
  margin-top: 39.1111333333px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-form .gform_wrapper .gform_footer {
    margin-top: -webkit-calc(3.0555572917vw + 0px);
    margin-top: calc(3.0555572917vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-form .gform_wrapper .gform_footer {
    margin-top: 44.000025px;
  }
}

.contact-info__right-form .gform_wrapper .gform_ajax_spinner {
  position: absolute;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-info__right-form .gform_wrapper .gform_footer input.button, .contact-info__right-form .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 19px;
  cursor: pointer;
  width: auto;
}

.contact-info__right-form .gform_wrapper .gform_footer input.button, .contact-info__right-form .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 12.6666666667px;
}

@media screen and (min-width: 1280px) {
  .contact-info__right-form .gform_wrapper .gform_footer input.button, .contact-info__right-form .gform_wrapper .gform_footer input[type="submit"] {
    font-size: -webkit-calc(0.9895833333vw - 0px);
    font-size: calc(0.9895833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__right-form .gform_wrapper .gform_footer input.button, .contact-info__right-form .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14.25px;
  }
}

.contact-info__right-form .gform_wrapper input[type="submit"]:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  line-height: 1;
  min-height: 1rem;
}

.contact-info__right-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  padding: 0;
  border: none;
  margin-bottom: 0 !important;
}

.contact-info__right-form .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: none;
  border-bottom: 2px solid #fff;
}

.contact-info__telp {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 58.6667px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.266667px;
  color: #9EB73B;
  position: relative;
  padding-left: 61.33px;
  padding-bottom: 5px;
  text-decoration: none !important;
}

.contact-info__telp {
  font-size: 39.1111333333px;
}

@media screen and (min-width: 1280px) {
  .contact-info__telp {
    font-size: -webkit-calc(3.0555572917vw + 0px);
    font-size: calc(3.0555572917vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__telp {
    font-size: 44.000025px;
  }
}

.contact-info__telp {
  padding-left: 40.8866666667px;
}

@media screen and (min-width: 1280px) {
  .contact-info__telp {
    padding-left: -webkit-calc(3.1942708333vw - 0px);
    padding-left: calc(3.1942708333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__telp {
    padding-left: 45.9975px;
  }
}

.contact-info__telp:before {
  content: "";
  display: block;
  position: absolute;
  width: 45.33px;
  height: 45.33px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  background: transparent url(images/icon_phone_circle.svg) center no-repeat;
  background-size: contain;
}

.contact-info__telp:before {
  width: 30.22px;
  height: 30.22px;
}

@media screen and (min-width: 1280px) {
  .contact-info__telp:before {
    width: -webkit-calc(2.3609375vw - 0px);
    width: calc(2.3609375vw - 0px);
    height: -webkit-calc(2.3609375vw - 0px);
    height: calc(2.3609375vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__telp:before {
    width: 33.9975px;
    height: 33.9975px;
  }
}

.contact-info__telp:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #9EB73B;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.contact-info__telp:after {
  height: 2px;
}

@media screen and (min-width: 1280px) {
  .contact-info__telp:after {
    height: -webkit-calc(0.15625vw + 0px);
    height: calc(0.15625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info__telp:after {
    height: 2.25px;
  }
}

.contact-info__telp:hover {
  color: #9EB73B;
}

.contact-info__telp:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.contact-info__right-button {
  margin-top: 26px;
}

.contact-info.with-form .contact-info__left {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 48em) {
  .contact-info.with-form .contact-info__left {
    margin-bottom: 0;
    width: 44.7222222222%;
  }
}

.contact-info.with-form .contact-info__right {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .contact-info.with-form .contact-info__right {
    width: 46.3888888889%;
  }
}

@media only screen and (min-width: 64em) {
  .contact-info.with-form .contact-info__right-content-wrapper {
    margin-top: -30.75px;
  }
}

.contact-info.with-form .contact-info__right-content {
  margin-bottom: 66px;
}

.contact-info.with-form .contact-info__right-content p {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}

.contact-info.with-form .contact-info__right-content {
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .contact-info.with-form .contact-info__right-content {
    margin-bottom: -webkit-calc(1.5625vw + 0px);
    margin-bottom: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info.with-form .contact-info__right-content {
    margin-bottom: 22.5px;
  }
}

.contact-info + .image-carousel {
  margin-top: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .contact-info + .image-carousel {
    margin-top: -webkit-calc(5.2083333333vw - 0px);
    margin-top: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-info + .image-carousel {
    margin-top: 75px;
  }
}

.contact-map {
  padding-top: 32px;
  margin-bottom: 123px;
}

.contact-map .row {
  max-width: 100%;
}

.contact-map__left {
  max-width: 51.3102725367%;
  margin-right: 172px;
}

.contact-map__image-wrapper {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  width: 100%;
  height: 100%;
}

.contact-map__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-map__right {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-map__right h2, .contact-map__right .product-block__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 125%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 0.2px;
  color: #424242;
  margin-top: 0;
  margin-bottom: 24px;
}

.contact-map__right p {
  line-height: 1;
  margin-bottom: 56px;
}

.contact-map__right a {
  text-decoration: underline;
}

.contact-locations {
  padding-top: 30px;
}

@media only screen and (min-width: 48em) {
  .contact-locations {
    padding-top: 58.5px;
  }
}

.contact-locations .container {
  padding: 0;
}

.contact-locations .row {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 120em) {
  .contact-locations .row {
    max-width: 1440px;
  }
}

.contact-locations__item-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contact-locations__item {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 48em) {
  .contact-locations__item {
    width: 369.333333333px;
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-locations__item {
    width: -webkit-calc(28.8541666667vw - 0px);
    width: calc(28.8541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-locations__item {
    width: 415.5px;
  }
}

.contact-locations__item {
  margin-bottom: 43.3333333333px;
}

@media screen and (min-width: 1280px) {
  .contact-locations__item {
    margin-bottom: -webkit-calc(3.3854166667vw - 0px);
    margin-bottom: calc(3.3854166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-locations__item {
    margin-bottom: 48.75px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-locations__item {
    margin-right: -webkit-calc(1.25vw + 0px);
    margin-right: calc(1.25vw + 0px);
    margin-left: -webkit-calc(1.25vw + 0px);
    margin-left: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-locations__item {
    margin-right: 18px;
    margin-left: 18px;
  }
}

.contact-locations__title {
  margin-top: 0;
  margin-bottom: 19px;
}

.contact-locations__content p {
  text-align: center;
}

.contact-locations__content a {
  position: relative;
  display: inline-block;
}

.contact-locations__content a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  background-color: #9EB73B;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.contact-locations__content strong {
  font-weight: bold;
}

.contact-locations__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-locations__content ul li {
  border-bottom: 1px solid #e9e9e9;
  line-height: 2.5;
}

.contact-locations__content ul li:first-child {
  border-top: 1px solid #e9e9e9;
}

.contact-locations__image-wrapper {
  width: 100%;
  height: 277.333333333px;
}

@media only screen and (min-width: 48em) {
  .contact-locations__image-wrapper {
    width: 368.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-locations__image-wrapper {
    width: -webkit-calc(28.8541666667vw - 0px);
    width: calc(28.8541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-locations__image-wrapper {
    width: 415.5px;
  }
}

@media screen and (min-width: 1280px) {
  .contact-locations__image-wrapper {
    height: -webkit-calc(16.25vw + 0px);
    height: calc(16.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-locations__image-wrapper {
    height: 234px;
  }
}

.contact-locations__image-wrapper {
  margin-bottom: 22.6666666667px;
}

@media screen and (min-width: 1280px) {
  .contact-locations__image-wrapper {
    margin-bottom: -webkit-calc(1.7708333333vw - 0px);
    margin-bottom: calc(1.7708333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-locations__image-wrapper {
    margin-bottom: 25.5px;
  }
}

.contact-locations__image-wrapper img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-locations__button {
  margin-bottom: 21px;
}

.contact-locations__button {
  margin-bottom: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .contact-locations__button {
    margin-bottom: -webkit-calc(1.4583333333vw - 0px);
    margin-bottom: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact-locations__button {
    margin-bottom: 21px;
  }
}

.testimonial-slider {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-slider {
  margin-bottom: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .testimonial-slider {
    margin-bottom: -webkit-calc(1.3888888889vw + 0px);
    margin-bottom: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider {
    margin-bottom: 20px;
  }
}

.testimonial-slider:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: -134px;
  left: 0;
  bottom: -89px;
  background: #6BA194;
  z-index: 1;
  -webkit-border-radius: 0px 0px 200px 0px;
          border-radius: 0px 0px 200px 0px;
}

@media only screen and (min-width: 64em) {
  .testimonial-slider:before {
    width: 1272.88888889px;
  }
}

@media screen and (min-width: 1280px) {
  .testimonial-slider:before {
    width: -webkit-calc(99.4444444444vw + 0px);
    width: calc(99.4444444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider:before {
    width: 1432px;
  }
}

.testimonial-slider:before {
  top: -117.333333333px;
}

@media screen and (min-width: 1280px) {
  .testimonial-slider:before {
    top: -webkit-calc(-9.1666666667vw + 0px);
    top: calc(-9.1666666667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider:before {
    top: -132px;
  }
}

.testimonial-slider:before {
  bottom: -79.1111111111px;
}

@media screen and (min-width: 1280px) {
  .testimonial-slider:before {
    bottom: -webkit-calc(-6.1805555556vw + 0px);
    bottom: calc(-6.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider:before {
    bottom: -89px;
  }
}

.testimonial-slider:before {
  -webkit-border-bottom-right-radius: 177.777777778px;
          border-bottom-right-radius: 177.777777778px;
}

@media screen and (min-width: 1280px) {
  .testimonial-slider:before {
    -webkit-border-bottom-right-radius: -webkit-calc(13.8888888889vw - 0px);
            border-bottom-right-radius: calc(13.8888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider:before {
    -webkit-border-bottom-right-radius: 200px;
            border-bottom-right-radius: 200px;
  }
}

.testimonial-slider .row {
  max-width: 100%;
}

.testimonial-slider__text-wrapper {
  padding-left: 0;
  overflow: hidden;
}

@media only screen and (min-width: 80em) {
  .testimonial-slider__text-wrapper {
    padding-left: 39.1111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .testimonial-slider__text-wrapper {
    padding-left: -webkit-calc(3.0555555556vw - 0px);
    padding-left: calc(3.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider__text-wrapper {
    padding-left: 44px;
  }
}

.testimonial-slider__item-wrapper {
  position: relative;
  z-index: 2;
}

.testimonial-slider__item {
  margin-right: 20px;
}

@media only screen and (min-width: 64em) {
  .testimonial-slider__item {
    margin-right: 0;
  }
}

.testimonial-slider__item-row {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 64em) {
  .testimonial-slider__item-row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.testimonial-slider__title {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.testimonial-slider__title {
  margin-bottom: 31.1111111111px;
}

@media screen and (min-width: 1280px) {
  .testimonial-slider__title {
    margin-bottom: -webkit-calc(2.4305555556vw - 0px);
    margin-bottom: calc(2.4305555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider__title {
    margin-bottom: 35px;
  }
}

.testimonial-slider__content-wrapper {
  max-width: -webkit-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
}

@media only screen and (min-width: 64em) {
  .testimonial-slider__content-wrapper {
    max-width: 380px;
    margin-right: 81.7777777778px;
  }
}

@media only screen and (min-width: 80em) {
  .testimonial-slider__content-wrapper {
    max-width: 721.777777778px;
  }
}

@media screen and (min-width: 1280px) {
  .testimonial-slider__content-wrapper {
    max-width: -webkit-calc(56.3888888889vw - 0px);
    max-width: calc(56.3888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider__content-wrapper {
    max-width: 812px;
  }
}

@media screen and (min-width: 1280px) {
  .testimonial-slider__content-wrapper {
    margin-right: -webkit-calc(6.3888888889vw - 0px);
    margin-right: calc(6.3888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider__content-wrapper {
    margin-right: 92px;
  }
}

.testimonial-slider__content p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0px;
  color: #fff;
}

.testimonial-slider__content p {
  font-size: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .testimonial-slider__content p {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider__content p {
    font-size: 24px;
  }
}

.testimonial-slider__author {
  color: #fff;
}

.testimonial-slider__author {
  font-size: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .testimonial-slider__author {
    font-size: -webkit-calc(1.3888888889vw + 0px);
    font-size: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider__author {
    font-size: 20px;
  }
}

.testimonial-slider__image-wrapper {
  width: 100%;
  height: 200px;
  margin-top: 30px;
}

@media only screen and (min-width: 48em) {
  .testimonial-slider__image-wrapper {
    width: 721.777777778px;
    height: 454.222222222px;
  }
}

@media only screen and (min-width: 64em) {
  .testimonial-slider__image-wrapper {
    margin-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .testimonial-slider__image-wrapper {
    width: -webkit-calc(56.3888888889vw - 0px);
    width: calc(56.3888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider__image-wrapper {
    width: 812px;
  }
}

@media screen and (min-width: 1280px) {
  .testimonial-slider__image-wrapper {
    height: -webkit-calc(35.4861111111vw - 0px);
    height: calc(35.4861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider__image-wrapper {
    height: 511px;
  }
}

.testimonial-slider__image-wrapper img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-slider__image-wrapper img {
  -webkit-border-radius: 10.6666666667px;
          border-radius: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .testimonial-slider__image-wrapper img {
    -webkit-border-radius: -webkit-calc(0.8333333333vw - 0px);
            border-radius: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider__image-wrapper img {
    -webkit-border-radius: 12px;
            border-radius: 12px;
  }
}

.testimonial-slider .slick-list {
  padding-bottom: 53px;
}

.testimonial-slider .slick-list {
  padding-bottom: 47.1111111111px;
}

@media screen and (min-width: 1280px) {
  .testimonial-slider .slick-list {
    padding-bottom: -webkit-calc(3.6805555556vw - 0px);
    padding-bottom: calc(3.6805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider .slick-list {
    padding-bottom: 53px;
  }
}

.testimonial-slider .slick-dots {
  text-align: left;
}

.testimonial-slider .slick-dots li button::before {
  font-size: 20px;
  color: #fff;
  opacity: 1;
}

.testimonial-slider .slick-dots li button::before {
  font-size: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .testimonial-slider .slick-dots li button::before {
    font-size: -webkit-calc(1.3888888889vw + 0px);
    font-size: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .testimonial-slider .slick-dots li button::before {
    font-size: 20px;
  }
}

.testimonial-slider .slick-dots li.slick-active button::before {
  color: #9EB73B;
  opacity: 1;
}

.resources-download .row {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.resources-download__heading-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 205px;
  max-width: 300px;
}

@media only screen and (min-width: 80em) {
  .resources-download__heading-wrapper {
    max-width: 426.666666667px;
  }
}

.resources-download__heading-wrapper {
  margin-bottom: 136.666666667px;
}

@media screen and (min-width: 1280px) {
  .resources-download__heading-wrapper {
    margin-bottom: -webkit-calc(10.6770833333vw - 0px);
    margin-bottom: calc(10.6770833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__heading-wrapper {
    margin-bottom: 153.75px;
  }
}

.resources-download__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #525252;
  margin: 0;
  margin-bottom: 34px;
}

.resources-download__title {
  font-size: 53.3333333333px;
}

@media screen and (min-width: 1280px) {
  .resources-download__title {
    font-size: -webkit-calc(4.1666666667vw - 0px);
    font-size: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__title {
    font-size: 60px;
  }
}

.resources-download__title {
  margin-bottom: 22.6666666667px;
}

@media screen and (min-width: 1280px) {
  .resources-download__title {
    margin-bottom: -webkit-calc(1.7708333333vw - 0px);
    margin-bottom: calc(1.7708333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__title {
    margin-bottom: 25.5px;
  }
}

.resources-download__subtitle {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #525252;
}

.resources-download__subtitle {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .resources-download__subtitle {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__subtitle {
    font-size: 18px;
  }
}

.resources-download__panel-wrapper {
  margin-left: -25px;
  margin-right: -25px;
}

@media only screen and (min-width: 80em) {
  .resources-download__panel-wrapper {
    margin-left: -71.1111111111px;
    margin-right: -71.1111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-download__panel-wrapper {
    margin-left: -webkit-calc(-5.5555555556vw - 0px);
    margin-left: calc(-5.5555555556vw - 0px);
    margin-right: -webkit-calc(-5.5555555556vw - 0px);
    margin-right: calc(-5.5555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__panel-wrapper {
    margin-left: -80px;
    margin-right: -80px;
  }
}

.resources-download__panel {
  width: 90%;
  height: 500px;
  background: #6BA194;
  -webkit-border-radius: 0 100px 100px 0;
          border-radius: 0 100px 100px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: visible;
  margin-right: auto;
  margin-bottom: 156px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 48em) {
  .resources-download__panel {
    padding-bottom: 0;
    height: 444.444444444px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 177.777777778px;
  }
}

@media only screen and (min-width: 64em) {
  .resources-download__panel {
    width: 900px;
    padding-left: 109.333333333px;
    padding-right: 109.333333333px;
  }
}

@media only screen and (min-width: 80em) {
  .resources-download__panel {
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .resources-download__panel {
    width: -webkit-calc(45.5357142857vw + 433.714285714px);
    width: calc(45.5357142857vw + 433.714285714px);
  }
}

@media screen and (min-width: 1920px) {
  .resources-download__panel {
    width: 1308px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-download__panel {
    height: -webkit-calc(26.0416666667vw - 0px);
    height: calc(26.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__panel {
    height: 375px;
  }
}

.resources-download__panel {
  -webkit-border-top-right-radius: 66.6666666667px;
          border-top-right-radius: 66.6666666667px;
  -webkit-border-bottom-right-radius: 66.6666666667px;
          border-bottom-right-radius: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .resources-download__panel {
    -webkit-border-top-right-radius: -webkit-calc(5.2083333333vw - 0px);
            border-top-right-radius: calc(5.2083333333vw - 0px);
    -webkit-border-bottom-right-radius: -webkit-calc(5.2083333333vw - 0px);
            border-bottom-right-radius: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__panel {
    -webkit-border-top-right-radius: 75px;
            border-top-right-radius: 75px;
    -webkit-border-bottom-right-radius: 75px;
            border-bottom-right-radius: 75px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-download__panel {
    padding-left: -webkit-calc(6.40625vw + 0px);
    padding-left: calc(6.40625vw + 0px);
    padding-right: -webkit-calc(6.40625vw + 0px);
    padding-right: calc(6.40625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__panel {
    padding-left: 92.25px;
    padding-right: 92.25px;
  }
}

.resources-download__panel:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
  -webkit-border-radius: 100px 0 0 100px;
          border-radius: 100px 0 0 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 48em) {
  .resources-download__panel:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.resources-download__panel:nth-child(even) {
  -webkit-border-top-left-radius: 88.8888888889px;
          border-top-left-radius: 88.8888888889px;
  -webkit-border-bottom-left-radius: 88.8888888889px;
          border-bottom-left-radius: 88.8888888889px;
}

@media screen and (min-width: 1280px) {
  .resources-download__panel:nth-child(even) {
    -webkit-border-top-left-radius: -webkit-calc(6.9444444444vw - 0px);
            border-top-left-radius: calc(6.9444444444vw - 0px);
    -webkit-border-bottom-left-radius: -webkit-calc(6.9444444444vw - 0px);
            border-bottom-left-radius: calc(6.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__panel:nth-child(even) {
    -webkit-border-top-left-radius: 100px;
            border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
            border-bottom-left-radius: 100px;
  }
}

.resources-download__panel:last-child {
  margin-bottom: -133px;
}

.resources-download__panel:last-child {
  margin-bottom: -118.222222222px;
}

@media screen and (min-width: 1280px) {
  .resources-download__panel:last-child {
    margin-bottom: -webkit-calc(-9.2361111111vw + 0px);
    margin-bottom: calc(-9.2361111111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__panel:last-child {
    margin-bottom: -133px;
  }
}

.resources-download__image-wrapper {
  width: 100%;
  height: 322px;
  margin-right: 23px;
  margin-left: 0;
}

@media only screen and (min-width: 48em) {
  .resources-download__image-wrapper {
    height: 566.222222222px;
  }
}

@media only screen and (min-width: 64em) {
  .resources-download__image-wrapper {
    margin-left: 57.3333333333px;
    width: 369.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-download__image-wrapper {
    width: -webkit-calc(28.8541666667vw - 0px);
    width: calc(28.8541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__image-wrapper {
    width: 415.5px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-download__image-wrapper {
    height: -webkit-calc(33.1770833333vw - 0px);
    height: calc(33.1770833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__image-wrapper {
    height: 477.75px;
  }
}

.resources-download__image-wrapper {
  margin-right: 15.3333333333px;
}

@media screen and (min-width: 1280px) {
  .resources-download__image-wrapper {
    margin-right: -webkit-calc(1.1979166667vw - 0px);
    margin-right: calc(1.1979166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__image-wrapper {
    margin-right: 17.25px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-download__image-wrapper {
    margin-left: -webkit-calc(4.4791666667vw - 0px);
    margin-left: calc(4.4791666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__image-wrapper {
    margin-left: 64.5px;
  }
}

.resources-download__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.resources-download__text-wrapper {
  max-width: 373px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 48em) {
  .resources-download__text-wrapper {
    margin-left: initial;
    margin-right: initial;
  }
}

.resources-download__text-wrapper {
  max-width: 331.555555556px;
}

@media screen and (min-width: 1280px) {
  .resources-download__text-wrapper {
    max-width: -webkit-calc(25.9027777778vw - 0px);
    max-width: calc(25.9027777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__text-wrapper {
    max-width: 373px;
  }
}

.resources-download__panel-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: 0.2px;
  margin: 0;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.resources-download__panel-title {
  font-size: 29.3333333333px;
}

@media screen and (min-width: 1280px) {
  .resources-download__panel-title {
    font-size: -webkit-calc(2.2916666667vw - 0px);
    font-size: calc(2.2916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__panel-title {
    font-size: 33px;
  }
}

.resources-download__panel-title {
  margin-bottom: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .resources-download__panel-title {
    margin-bottom: -webkit-calc(2.0833333333vw - 0px);
    margin-bottom: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__panel-title {
    margin-bottom: 30px;
  }
}

.resources-download__panel-text {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 0;
}

.resources-download__panel-text {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .resources-download__panel-text {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-download__panel-text {
    font-size: 18px;
  }
}

.resources-download__button {
  margin-top: 34px;
}

.resources-video {
  background-color: #f6f6f6;
  padding-top: 324px;
  padding-bottom: 250px;
}

.resources-video {
  padding-top: 288px;
}

@media screen and (min-width: 1280px) {
  .resources-video {
    padding-top: -webkit-calc(22.5vw + 0px);
    padding-top: calc(22.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video {
    padding-top: 324px;
  }
}

.resources-video {
  padding-bottom: 222.222222222px;
}

@media screen and (min-width: 1280px) {
  .resources-video {
    padding-bottom: -webkit-calc(17.3611111111vw - 0px);
    padding-bottom: calc(17.3611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video {
    padding-bottom: 250px;
  }
}

.resources-video .row {
  max-width: 100%;
}

@media only screen and (min-width: 120em) {
  .resources-video .row {
    max-width: 1440px;
  }
}

.resources-video__wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 80em) {
  .resources-video__wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.resources-video__item {
  width: 100%;
}

@media only screen and (min-width: 30em) {
  .resources-video__item {
    width: 369.333333333px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1280px) {
  .resources-video__item {
    width: -webkit-calc(28.8541666667vw - 0px);
    width: calc(28.8541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video__item {
    width: 415.5px;
  }
}

.resources-video__item:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (min-width: 64em) {
  .resources-video__item:not(:last-child) {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 80em) {
  .resources-video__item:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .resources-video__item:not(:last-child) {
    margin-right: -webkit-calc(2.5vw + 0px);
    margin-right: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video__item:not(:last-child) {
    margin-right: 36px;
  }
}

.resources-video__thumb-wrapper {
  width: 100%;
  height: 312px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-bottom: 34px;
  overflow: hidden;
}

@media only screen and (min-width: 30em) {
  .resources-video__thumb-wrapper {
    width: 369.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-video__thumb-wrapper {
    width: -webkit-calc(28.8541666667vw - 0px);
    width: calc(28.8541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video__thumb-wrapper {
    width: 415.5px;
  }
}

.resources-video__thumb-wrapper {
  height: 208px;
}

@media screen and (min-width: 1280px) {
  .resources-video__thumb-wrapper {
    height: -webkit-calc(16.25vw + 0px);
    height: calc(16.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video__thumb-wrapper {
    height: 234px;
  }
}

.resources-video__thumb-wrapper {
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

@media screen and (min-width: 1280px) {
  .resources-video__thumb-wrapper {
    -webkit-border-radius: -webkit-calc(0.625vw + 0px);
            border-radius: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video__thumb-wrapper {
    -webkit-border-radius: 9px;
            border-radius: 9px;
  }
}

.resources-video__thumb-wrapper {
  margin-bottom: 22.6666666667px;
}

@media screen and (min-width: 1280px) {
  .resources-video__thumb-wrapper {
    margin-bottom: -webkit-calc(1.7708333333vw - 0px);
    margin-bottom: calc(1.7708333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video__thumb-wrapper {
    margin-bottom: 25.5px;
  }
}

.resources-video__thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.resources-video__thumb-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.resources-video__text-wrapper {
  padding-left: 53px;
  padding-right: 53px;
  text-align: center;
}

.resources-video__text-wrapper {
  padding-left: 35.3333333333px;
  padding-right: 35.3333333333px;
}

@media screen and (min-width: 1280px) {
  .resources-video__text-wrapper {
    padding-left: -webkit-calc(2.7604166667vw - 0px);
    padding-left: calc(2.7604166667vw - 0px);
    padding-right: -webkit-calc(2.7604166667vw - 0px);
    padding-right: calc(2.7604166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video__text-wrapper {
    padding-left: 39.75px;
    padding-right: 39.75px;
  }
}

.resources-video__item-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #525252;
  margin: 0;
  margin-bottom: 19px;
}

.resources-video__item-title {
  font-size: 29.3333333333px;
}

@media screen and (min-width: 1280px) {
  .resources-video__item-title {
    font-size: -webkit-calc(2.2916666667vw - 0px);
    font-size: calc(2.2916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video__item-title {
    font-size: 33px;
  }
}

.resources-video__item-title {
  margin-bottom: 12.6666666667px;
}

@media screen and (min-width: 1280px) {
  .resources-video__item-title {
    margin-bottom: -webkit-calc(0.9895833333vw - 0px);
    margin-bottom: calc(0.9895833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video__item-title {
    margin-bottom: 14.25px;
  }
}

.resources-video__text {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #212121;
}

.resources-video__text {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .resources-video__text {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video__text {
    font-size: 18px;
  }
}

.resources-video__button {
  margin-top: 23.3333333333px;
}

@media screen and (min-width: 1280px) {
  .resources-video__button {
    margin-top: -webkit-calc(1.8229166667vw - 0px);
    margin-top: calc(1.8229166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-video__button {
    margin-top: 26.25px;
  }
}

.resources-form {
  padding-bottom: 298px;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.resources-form {
  padding-bottom: 264.888888889px;
}

@media screen and (min-width: 1280px) {
  .resources-form {
    padding-bottom: -webkit-calc(20.6944444444vw - 0px);
    padding-bottom: calc(20.6944444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form {
    padding-bottom: 298px;
  }
}

.resources-form .row {
  max-width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 80em) {
  .resources-form .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.resources-form__image-panel-wrapper {
  min-height: 500px;
  position: relative;
  z-index: 9999;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: auto;
}

@media only screen and (min-width: 48em) {
  .resources-form__image-panel-wrapper {
    min-height: 622.222222222px;
  }
}

@media only screen and (min-width: 80em) {
  .resources-form__image-panel-wrapper {
    margin-right: 106.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-form__image-panel-wrapper {
    margin-right: -webkit-calc(8.3333333333vw - 0px);
    margin-right: calc(8.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__image-panel-wrapper {
    margin-right: 120px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-form__image-panel-wrapper {
    min-height: -webkit-calc(48.6111111111vw - 0px);
    min-height: calc(48.6111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__image-panel-wrapper {
    min-height: 700px;
  }
}

.resources-form__image-panel {
  background: #6BA194;
  -webkit-border-radius: 0px 100px 100px 0px;
          border-radius: 0px 100px 100px 0px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
  height: 300px;
}

@media only screen and (min-width: 48em) {
  .resources-form__image-panel {
    height: 400px;
  }
}

@media only screen and (min-width: 80em) {
  .resources-form__image-panel {
    width: 700px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-form__image-panel {
    width: -webkit-calc(38.75vw + 204px);
    width: calc(38.75vw + 204px);
  }
}

@media screen and (min-width: 1920px) {
  .resources-form__image-panel {
    width: 948px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-form__image-panel {
    height: -webkit-calc(23.4375vw + 0px);
    height: calc(23.4375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__image-panel {
    height: 337.5px;
  }
}

.resources-form__image-panel {
  -webkit-border-top-right-radius: 88.8888888889px;
          border-top-right-radius: 88.8888888889px;
  -webkit-border-bottom-right-radius: 88.8888888889px;
          border-bottom-right-radius: 88.8888888889px;
}

@media screen and (min-width: 1280px) {
  .resources-form__image-panel {
    -webkit-border-top-right-radius: -webkit-calc(6.9444444444vw - 0px);
            border-top-right-radius: calc(6.9444444444vw - 0px);
    -webkit-border-bottom-right-radius: -webkit-calc(6.9444444444vw - 0px);
            border-bottom-right-radius: calc(6.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__image-panel {
    -webkit-border-top-right-radius: 100px;
            border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
            border-bottom-right-radius: 100px;
  }
}

.resources-form__image-wrapper {
  width: 100%;
  height: 500px;
  margin-left: auto;
}

@media only screen and (min-width: 48em) {
  .resources-form__image-wrapper {
    width: 533.333333333px;
    height: 711.111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-form__image-wrapper {
    width: -webkit-calc(41.6666666667vw - 0px);
    width: calc(41.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__image-wrapper {
    width: 600px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-form__image-wrapper {
    height: -webkit-calc(55.5555555556vw - 0px);
    height: calc(55.5555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__image-wrapper {
    height: 800px;
  }
}

.resources-form__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.resources-form__form-wrapper {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 381.333333333px;
}

@media only screen and (min-width: 48em) {
  .resources-form__form-wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 381.333333333px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 80em) {
  .resources-form__form-wrapper {
    margin-left: 0;
    margin-right: 213.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-form__form-wrapper {
    width: -webkit-calc(29.7916666667vw - 0px);
    width: calc(29.7916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form-wrapper {
    width: 429px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-form__form-wrapper {
    margin-right: -webkit-calc(16.6666666667vw - 0px);
    margin-right: calc(16.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form-wrapper {
    margin-right: 240px;
  }
}

.resources-form__pre-text {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  margin-bottom: 0px;
}

.resources-form__pre-text {
  font-size: 12.6666666667px;
}

@media screen and (min-width: 1280px) {
  .resources-form__pre-text {
    font-size: -webkit-calc(0.9895833333vw - 0px);
    font-size: calc(0.9895833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__pre-text {
    font-size: 14.25px;
  }
}

.resources-form__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 58.6667px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.266667px;
  color: #424242;
  margin: 0;
}

.resources-form__title {
  font-size: 39.1111333333px;
}

@media screen and (min-width: 1280px) {
  .resources-form__title {
    font-size: -webkit-calc(3.0555572917vw + 0px);
    font-size: calc(3.0555572917vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__title {
    font-size: 44.000025px;
  }
}

.resources-form__title {
  margin-bottom: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .resources-form__title {
    margin-bottom: -webkit-calc(1.0416666667vw - 0px);
    margin-bottom: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__title {
    margin-bottom: 15px;
  }
}

.resources-form__subtitle {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #212121;
}

.resources-form__subtitle {
  margin-bottom: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .resources-form__subtitle {
    margin-bottom: -webkit-calc(1.0416666667vw - 0px);
    margin-bottom: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__subtitle {
    margin-bottom: 15px;
  }
}

.resources-form__subtitle {
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .resources-form__subtitle {
    font-size: -webkit-calc(0.9375vw + 0px);
    font-size: calc(0.9375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__subtitle {
    font-size: 13.5px;
  }
}

.resources-form__form .gform_wrapper {
  margin-bottom: 0;
}

.resources-form__form .gform_wrapper .top_label .gfield_label, .resources-form__form .gform_wrapper legend.gfield_label {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18.6667px;
  line-height: 120%;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  color: #212121;
}

.resources-form__form .gform_wrapper .top_label .gfield_label, .resources-form__form .gform_wrapper legend.gfield_label {
  font-size: 12.4444666667px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper .top_label .gfield_label, .resources-form__form .gform_wrapper legend.gfield_label {
    font-size: -webkit-calc(0.9722239583vw - 0px);
    font-size: calc(0.9722239583vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper .top_label .gfield_label, .resources-form__form .gform_wrapper legend.gfield_label {
    font-size: 14.000025px;
  }
}

.resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 66px;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-bottom: 2px solid #424242;
  padding: 0;
  font-family: "Yantramanav", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #212121;
}

.resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: 18px;
  }
}

.resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 44px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    height: -webkit-calc(3.4375vw + 0px);
    height: calc(3.4375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    height: 49.5px;
  }
}

.resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
  color: #979797;
  opacity: 1;
}

.resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder {
  color: #979797;
  opacity: 1;
}

.resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder {
  color: #979797;
  opacity: 1;
}

.resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}

.resources-form__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder {
  color: #979797;
  opacity: 1;
}

.resources-form__form .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 58px;
  padding-right: 0;
}

.resources-form__form .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper ul.gform_fields li.gfield {
    margin-top: -webkit-calc(1.5625vw + 0px);
    margin-top: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 22.5px;
  }
}

.resources-form__form .gform_wrapper ul.gform_fields li.gfield.subscribe {
  margin-top: 51px;
}

.resources-form__form .gform_wrapper ul.gform_fields li.gfield.subscribe {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper ul.gform_fields li.gfield.subscribe {
    margin-top: -webkit-calc(1.5625vw + 0px);
    margin-top: calc(1.5625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper ul.gform_fields li.gfield.subscribe {
    margin-top: 22.5px;
  }
}

.resources-form__form .gform_wrapper ul.gform_fields li.gfield.subscribe .gfield_label {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: normal;
  color: #212121;
  text-transform: none;
}

.resources-form__form .gform_wrapper ul.gform_fields li.gfield.subscribe .gfield_label {
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper ul.gform_fields li.gfield.subscribe .gfield_label {
    font-size: -webkit-calc(0.9375vw + 0px);
    font-size: calc(0.9375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper ul.gform_fields li.gfield.subscribe .gfield_label {
    font-size: 13.5px;
  }
}

.resources-form__form .gform_wrapper ul.gform_fields li.gfield.subscribe .ginput_container.ginput_container_checkbox {
  margin-top: 0;
}

.resources-form__form .gform_wrapper.gform_validation_error ul.gform_fields li.gfield {
  margin-top: 0;
  margin-bottom: 0 !important;
  border: none;
}

.resources-form__form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: normal;
}

.resources-form__form .gform_wrapper ul.gfield_checkbox li {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.resources-form__form .gform_wrapper ul.gfield_checkbox li label {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14.6667px;
  line-height: 21px;
  color: #212121;
  margin-left: 5px;
}

.resources-form__form .gform_wrapper ul.gfield_checkbox li label {
  font-size: 13.0370666667px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper ul.gfield_checkbox li label {
    font-size: -webkit-calc(1.0185208333vw - 0px);
    font-size: calc(1.0185208333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper ul.gfield_checkbox li label {
    font-size: 14.6667px;
  }
}

.resources-form__form .gform_wrapper ul.gfield_checkbox li label {
  line-height: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper ul.gfield_checkbox li label {
    line-height: -webkit-calc(1.4583333333vw - 0px);
    line-height: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper ul.gfield_checkbox li label {
    line-height: 21px;
  }
}

.resources-form__form .gform_wrapper .gform_footer {
  padding: 0;
  margin-top: 58.67px;
  position: relative;
}

.resources-form__form .gform_wrapper .gform_footer {
  margin-top: 39.1111333333px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper .gform_footer {
    margin-top: -webkit-calc(3.0555572917vw + 0px);
    margin-top: calc(3.0555572917vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper .gform_footer {
    margin-top: 44.000025px;
  }
}

.resources-form__form .gform_wrapper .gform_ajax_spinner {
  position: absolute;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18.6667px;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 22.5155555556px 10px;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  cursor: pointer;
  background: linear-gradient(90deg, #525252 0%, #525252 50%, #9EB73B 50%, #9EB73B 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

@media only screen and (min-width: 30em) {
  .resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
    padding: 16.8866666667px 37.78px;
  }
}

.resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 12.4444666667px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
    font-size: -webkit-calc(0.9722239583vw - 0px);
    font-size: calc(0.9722239583vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14.000025px;
  }
}

.resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
  line-height: 16px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
    line-height: -webkit-calc(1.25vw + 0px);
    line-height: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
    line-height: 18px;
  }
}

.resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
  -webkit-border-radius: 26.6666666667px;
          border-radius: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
    -webkit-border-radius: -webkit-calc(2.0833333333vw - 0px);
            border-radius: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
    padding-left: -webkit-calc(2.9515625vw - 0px);
    padding-left: calc(2.9515625vw - 0px);
    padding-right: -webkit-calc(2.9515625vw - 0px);
    padding-right: calc(2.9515625vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
    padding-left: 42.5025px;
    padding-right: 42.5025px;
  }
}

@media screen and (min-width: 1280px) {
  .resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
    padding-top: -webkit-calc(1.3192708333vw - 0px);
    padding-top: calc(1.3192708333vw - 0px);
    padding-bottom: -webkit-calc(1.3192708333vw - 0px);
    padding-bottom: calc(1.3192708333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .resources-form__form .gform_wrapper .gform_footer input.button, .resources-form__form .gform_wrapper .gform_footer input[type="submit"] {
    padding-top: 18.9975px;
    padding-bottom: 18.9975px;
  }
}

.resources-form__form .gform_wrapper .gform_footer input.button:hover, .resources-form__form .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-position: left bottom;
}

.project-archive-intro {
  background-color: #fff;
}

.project-archive-intro {
  padding-top: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .project-archive-intro {
    padding-top: -webkit-calc(1.6666666667vw - 0px);
    padding-top: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-intro {
    padding-top: 24px;
  }
}

.project-archive-intro {
  padding-bottom: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .project-archive-intro {
    padding-bottom: -webkit-calc(1.3888888889vw + 0px);
    padding-bottom: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-intro {
    padding-bottom: 20px;
  }
}

.project-archive-intro .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.project-archive-intro__title {
  text-align: center;
  margin-bottom: 30px;
  max-width: 640px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.project-archive-intro__title {
  max-width: 631.111111111px;
}

@media screen and (min-width: 1280px) {
  .project-archive-intro__title {
    max-width: -webkit-calc(49.3055555556vw - 0px);
    max-width: calc(49.3055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-intro__title {
    max-width: 710px;
  }
}

.project-archive-intro__title {
  margin-bottom: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .project-archive-intro__title {
    margin-bottom: -webkit-calc(2.0833333333vw - 0px);
    margin-bottom: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-intro__title {
    margin-bottom: 30px;
  }
}

.project-archive-intro__subtitle {
  text-align: center;
  margin-bottom: 63px;
  max-width: 640px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.project-archive-intro__subtitle {
  max-width: 631.111111111px;
}

@media screen and (min-width: 1280px) {
  .project-archive-intro__subtitle {
    max-width: -webkit-calc(49.3055555556vw - 0px);
    max-width: calc(49.3055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-intro__subtitle {
    max-width: 710px;
  }
}

.project-archive-intro__subtitle {
  margin-bottom: 56px;
}

@media screen and (min-width: 1280px) {
  .project-archive-intro__subtitle {
    margin-bottom: -webkit-calc(4.375vw + 0px);
    margin-bottom: calc(4.375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-intro__subtitle {
    margin-bottom: 63px;
  }
}

.project-archive-filter .row form {
  width: 100%;
}

.project-archive-filter__wrapper {
  background-color: #6BA194;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  padding: 20px 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
  .project-archive-filter__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 80em) {
  .project-archive-filter__wrapper {
    padding: 33.3333333333px 53.3333333333px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.project-archive-filter__text {
  color: #fff;
  margin-right: 24px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 48em) {
  .project-archive-filter__text {
    width: 100%;
  }
}

@media only screen and (min-width: 80em) {
  .project-archive-filter__text {
    margin-bottom: 0;
    width: auto;
    margin-right: 14.7272727273px;
    font-size: 27px;
  }
}

.project-archive-filter__selector {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0px;
  position: relative;
}

@media only screen and (min-width: 48em) {
  .project-archive-filter__selector {
    width: -webkit-calc(33.3333% - 16px);
    width: calc(33.3333% - 16px);
  }
}

@media only screen and (min-width: 80em) {
  .project-archive-filter__selector {
    margin-right: 13.0909090909px;
    width: 176.727272727px;
    margin-bottom: 0;
  }
}

.project-archive-filter__selector .custom-select {
  background: #FFFFFF;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
  -webkit-border-radius: 34px;
          border-radius: 34px;
  padding: 23px 32px;
  color: #525252;
  font-weight: bold;
  font-size: 18.6667px;
  line-height: 120%;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background 0.5s ease !important;
          transition: background 0.5s ease !important;
  -webkit-transition: none !important;
          transition: none !important;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 19.6363636364px;
  padding-left: 19.6363636364px;
  font-size: 13.5px;
}

.project-archive-filter__selector .custom-select:hover {
  background-position: left bottom;
}

.project-archive-filter__selector .custom-select:hover {
  color: #fff;
  -webkit-transition: background 0.5s ease !important;
          transition: background 0.5s ease !important;
}

.project-archive-filter__selector .custom-select:after {
  content: "";
  display: block;
  position: absolute;
  width: 12.2727272727px;
  height: 12.2727272727px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  position: relative;
  background: transparent url(images/arrow_down_black.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: none !important;
          transition: none !important;
}

.project-archive-filter__selector .custom-select-option-box {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  background: #FFFFFF;
  padding: 0 0px 16px;
  -webkit-border-radius: 0 0 30px 30px;
          border-radius: 0 0 30px 30px;
  -webkit-transition: none !important;
          transition: none !important;
  overflow: hidden;
  padding-bottom: 12px;
  z-index: 5;
}

.project-archive-filter__selector .custom-select-option {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #525252;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: none !important;
          transition: none !important;
  font-size: 13.5px;
  line-height: 16.5px;
  padding: 10.5px 19.6363636364px;
}

.project-archive-filter__selector .custom-select-option:hover {
  color: #fff;
  background-color: #9EB73B;
}

.project-archive-filter__selector .custom-select-option-checkbox {
  margin-right: 5px;
  -webkit-transition: none !important;
          transition: none !important;
}

.project-archive-filter__selector.open .custom-select {
  -webkit-border-radius: 30px 30px 0 0;
          border-radius: 30px 30px 0 0;
}

.project-archive-filter__selector.open .custom-select:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: none !important;
          transition: none !important;
}

.project-archive-filter__selector.open .custom-select-option-box {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0px 8px 10px rgba(33, 33, 33, 0.1);
          box-shadow: 0px 8px 10px rgba(33, 33, 33, 0.1);
  -webkit-transition: none !important;
          transition: none !important;
}

.project-archive-filter__button {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (min-width: 80em) {
  .project-archive-filter__button {
    min-width: 145px;
  }
}

.project-archive-filter__clear {
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 80em) {
  .project-archive-filter__clear {
    min-width: 130px;
  }
}

.project-archive-grid {
  background-color: #f6f6f6;
  -webkit-border-radius: 100px 100px 0 0;
          border-radius: 100px 100px 0 0;
}

.project-archive-grid {
  margin-top: 183.272727273px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid {
    margin-top: -webkit-calc(14.3181818182vw + 0px);
    margin-top: calc(14.3181818182vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid {
    margin-top: 206.181818182px;
  }
}

.project-archive-grid {
  padding-bottom: 109.090909091px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid {
    padding-bottom: -webkit-calc(8.5227272727vw - 0px);
    padding-bottom: calc(8.5227272727vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid {
    padding-bottom: 122.727272727px;
  }
}

.project-archive-grid {
  -webkit-border-top-left-radius: 54.5454545455px;
          border-top-left-radius: 54.5454545455px;
  -webkit-border-top-right-radius: 54.5454545455px;
          border-top-right-radius: 54.5454545455px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid {
    -webkit-border-top-left-radius: -webkit-calc(4.2613636364vw - 0px);
            border-top-left-radius: calc(4.2613636364vw - 0px);
    -webkit-border-top-right-radius: -webkit-calc(4.2613636364vw - 0px);
            border-top-right-radius: calc(4.2613636364vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid {
    -webkit-border-top-left-radius: 61.3636363636px;
            border-top-left-radius: 61.3636363636px;
    -webkit-border-top-right-radius: 61.3636363636px;
            border-top-right-radius: 61.3636363636px;
  }
}

.project-archive-grid__item-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: -194.25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.project-archive-grid__item-wrapper {
  margin-top: -141.272727273px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item-wrapper {
    margin-top: -webkit-calc(-11.0369318182vw - 0px);
    margin-top: calc(-11.0369318182vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item-wrapper {
    margin-top: -158.931818182px;
  }
}

.project-archive-grid__item-wrapper.loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.project-archive-grid__item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 10px rgba(33, 33, 33, 0);
          box-shadow: 0px 8px 10px rgba(33, 33, 33, 0);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24.5454545455px;
  float: left;
}

@media only screen and (min-width: 48em) {
  .project-archive-grid__item {
    width: -webkit-calc(50% - 0.75*16px);
    width: calc(50% - 0.75*16px);
  }
}

@media only screen and (min-width: 80em) {
  .project-archive-grid__item {
    width: 339.954545455px;
    height: 300px;
    -webkit-border-radius: 7.3636363636px;
            border-radius: 7.3636363636px;
  }
}

.project-archive-grid__item:hover {
  -webkit-box-shadow: 0px 8px 10px rgba(33, 33, 33, 0.1);
          box-shadow: 0px 8px 10px rgba(33, 33, 33, 0.1);
}

.project-archive-grid__item:hover .project-archive-grid__item-title:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.project-archive-grid__item-image-wrapper {
  width: 100%;
  min-height: 230px;
  position: relative;
}

@media only screen and (min-width: 80em) {
  .project-archive-grid__item-image-wrapper {
    width: 339.954545455px;
    height: 227.045454545px;
  }
}

.project-archive-grid__item-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-archive-grid__item-image-wrapper a.post-thumbnail {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-archive-grid__item-content {
  padding: 16.5px 24px 19.5px;
}

.project-archive-grid__item-content {
  padding-left: 17.4545454545px;
  padding-right: 17.4545454545px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item-content {
    padding-left: -webkit-calc(1.3636363636vw - 0px);
    padding-left: calc(1.3636363636vw - 0px);
    padding-right: -webkit-calc(1.3636363636vw - 0px);
    padding-right: calc(1.3636363636vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item-content {
    padding-left: 19.6363636364px;
    padding-right: 19.6363636364px;
  }
}

.project-archive-grid__item-content {
  padding-top: 12px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item-content {
    padding-top: -webkit-calc(0.9375vw + 0px);
    padding-top: calc(0.9375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item-content {
    padding-top: 13.5px;
  }
}

.project-archive-grid__item-content {
  padding-bottom: 14.1818181818px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item-content {
    padding-bottom: -webkit-calc(1.1079545455vw - 0px);
    padding-bottom: calc(1.1079545455vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item-content {
    padding-bottom: 15.9545454545px;
  }
}

.project-archive-grid__item-subtitle {
  font-weight: 900;
  font-size: 11.000025px;
  line-height: 14.25px;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
}

.project-archive-grid__item-subtitle {
  font-size: 8.0000181818px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item-subtitle {
    font-size: -webkit-calc(0.6250014205vw - 0px);
    font-size: calc(0.6250014205vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item-subtitle {
    font-size: 9.0000204545px;
  }
}

.project-archive-grid__item-subtitle {
  line-height: 10.3636363636px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item-subtitle {
    line-height: -webkit-calc(0.8096590909vw - 0px);
    line-height: calc(0.8096590909vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item-subtitle {
    line-height: 11.6590909091px;
  }
}

.project-archive-grid__item-title {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.1px;
  color: #525252;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.project-archive-grid__item-title {
  font-size: 14.5454545455px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item-title {
    font-size: -webkit-calc(1.1363636364vw - 0px);
    font-size: calc(1.1363636364vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item-title {
    font-size: 16.3636363636px;
  }
}

.project-archive-grid__item-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 5px;
  background-color: #9EB73B;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.project-archive-grid__item-title:after {
  bottom: 3.6363636364px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item-title:after {
    bottom: -webkit-calc(0.2840909091vw - 0px);
    bottom: calc(0.2840909091vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item-title:after {
    bottom: 4.0909090909px;
  }
}

.project-archive-grid__item-after-title-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-archive-grid__item-after-title, .project-archive-grid__item-after-title-category {
  margin: 0;
  font-weight: 900;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-archive-grid__item-after-title, .project-archive-grid__item-after-title-category {
  font-size: 8px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item-after-title, .project-archive-grid__item-after-title-category {
    font-size: -webkit-calc(0.625vw + 0px);
    font-size: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item-after-title, .project-archive-grid__item-after-title-category {
    font-size: 9px;
  }
}

.project-archive-grid__item-after-title, .project-archive-grid__item-after-title-category {
  line-height: 10.1818181818px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item-after-title, .project-archive-grid__item-after-title-category {
    line-height: -webkit-calc(0.7954545455vw - 0px);
    line-height: calc(0.7954545455vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item-after-title, .project-archive-grid__item-after-title-category {
    line-height: 11.4545454545px;
  }
}

.project-archive-grid__item-after-title-category {
  color: #9EB73B;
}

.project-archive-grid__item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-archive-grid__item.placeholder {
  height: 0 !important;
  opacity: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 80em) {
  .project-archive-grid__item:nth-child(1), .project-archive-grid__item:nth-child(2), .project-archive-grid__item:nth-child(8n+1), .project-archive-grid__item:nth-child(8n+2) {
    width: 525.272727273px;
    height: 432px;
  }
}

@media only screen and (min-width: 80em) {
  .project-archive-grid__item:nth-child(1) .project-archive-grid__item-image-wrapper, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-image-wrapper, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-image-wrapper, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-image-wrapper {
    height: 351px;
    width: 525.272727273px;
  }
}

.project-archive-grid__item:nth-child(1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-content {
  padding: 25.5px 30px 25.5px;
}

.project-archive-grid__item:nth-child(1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-content {
  padding-left: 21.8181818182px;
  padding-right: 21.8181818182px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item:nth-child(1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-content {
    padding-left: -webkit-calc(1.7045454545vw - 0px);
    padding-left: calc(1.7045454545vw - 0px);
    padding-right: -webkit-calc(1.7045454545vw - 0px);
    padding-right: calc(1.7045454545vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item:nth-child(1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-content {
    padding-left: 24.5454545455px;
    padding-right: 24.5454545455px;
  }
}

.project-archive-grid__item:nth-child(1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-content {
  padding-top: 18.5454545455px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item:nth-child(1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-content {
    padding-top: -webkit-calc(1.4488636364vw - 0px);
    padding-top: calc(1.4488636364vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item:nth-child(1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-content {
    padding-top: 20.8636363636px;
  }
}

.project-archive-grid__item:nth-child(1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-content {
  padding-bottom: 18.5454545455px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item:nth-child(1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-content {
    padding-bottom: -webkit-calc(1.4488636364vw - 0px);
    padding-bottom: calc(1.4488636364vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item:nth-child(1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-content, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-content {
    padding-bottom: 20.8636363636px;
  }
}

.project-archive-grid__item:nth-child(1) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-title {
  font-size: 21px;
}

.project-archive-grid__item:nth-child(1) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-title {
  font-size: 15.2727272727px;
}

@media screen and (min-width: 1280px) {
  .project-archive-grid__item:nth-child(1) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-title {
    font-size: -webkit-calc(1.1931818182vw - 0px);
    font-size: calc(1.1931818182vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .project-archive-grid__item:nth-child(1) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(2) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(8n+1) .project-archive-grid__item-title, .project-archive-grid__item:nth-child(8n+2) .project-archive-grid__item-title {
    font-size: 17.1818181818px;
  }
}

.error-404 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-404 {
  padding-bottom: 160px;
}

@media screen and (min-width: 480px) {
  .error-404 {
    padding-bottom: -webkit-calc(5vw + 136px);
    padding-bottom: calc(5vw + 136px);
  }
}

@media screen and (min-width: 1280px) {
  .error-404 {
    padding-bottom: 200px;
  }
}

.error-404__header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.error-404__title {
  font-weight: bold;
  margin: 0;
}

.error-404__text {
  font-weight: bold;
  line-height: 0.75;
  color: #9EB73B;
}

.error-404__text {
  font-size: 160px;
}

@media screen and (min-width: 480px) {
  .error-404__text {
    font-size: -webkit-calc(17.5vw + 76px);
    font-size: calc(17.5vw + 76px);
  }
}

@media screen and (min-width: 1280px) {
  .error-404__text {
    font-size: 300px;
  }
}

.error-404__content {
  text-align: center;
}

.error-404__message {
  font-size: 24px;
}

.error-404__message {
  font-size: 18px;
}

@media screen and (min-width: 480px) {
  .error-404__message {
    font-size: -webkit-calc(0.75vw + 14.4px);
    font-size: calc(0.75vw + 14.4px);
  }
}

@media screen and (min-width: 1280px) {
  .error-404__message {
    font-size: 24px;
  }
}

.spacer.white {
  background-color: #fff;
}

.spacer.grey {
  background-color: #f6f6f6;
}

.map-location__location-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 48em) {
  .map-location__location-wrapper {
    width: 492.444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .map-location__location-wrapper {
    width: -webkit-calc(38.4722222222vw - 0px);
    width: calc(38.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .map-location__location-wrapper {
    width: 554px;
  }
}

.map-location__location-wrapper {
  margin-bottom: 57.7777777778px;
}

@media screen and (min-width: 1280px) {
  .map-location__location-wrapper {
    margin-bottom: -webkit-calc(4.5138888889vw - 0px);
    margin-bottom: calc(4.5138888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .map-location__location-wrapper {
    margin-bottom: 65px;
  }
}

.map-location__title {
  margin-top: 0;
  margin-bottom: 19px;
}

.map-location__content p {
  text-align: center;
}

.map-location__content a {
  position: relative;
  display: inline-block;
}

.map-location__content a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  background-color: #9EB73B;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.map-location__image-wrapper {
  width: 100%;
  height: 277.333333333px;
}

@media only screen and (min-width: 48em) {
  .map-location__image-wrapper {
    width: 491.555555556px;
  }
}

@media screen and (min-width: 1280px) {
  .map-location__image-wrapper {
    width: -webkit-calc(38.4722222222vw - 0px);
    width: calc(38.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .map-location__image-wrapper {
    width: 554px;
  }
}

@media screen and (min-width: 1280px) {
  .map-location__image-wrapper {
    height: -webkit-calc(21.6666666667vw - 0px);
    height: calc(21.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .map-location__image-wrapper {
    height: 312px;
  }
}

.map-location__image-wrapper {
  margin-bottom: 30.2222222222px;
}

@media screen and (min-width: 1280px) {
  .map-location__image-wrapper {
    margin-bottom: -webkit-calc(2.3611111111vw - 0px);
    margin-bottom: calc(2.3611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .map-location__image-wrapper {
    margin-bottom: 34px;
  }
}

.map-location__image-wrapper img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-location__button {
  margin-bottom: 21px;
}

.map-location__button {
  margin-bottom: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .map-location__button {
    margin-bottom: -webkit-calc(1.4583333333vw - 0px);
    margin-bottom: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .map-location__button {
    margin-bottom: 21px;
  }
}

.map-location__button.white {
  color: #9EB73B;
  border: 2px solid #9EB73B;
  font-size: 19px;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.map-location__button.white {
  font-size: 16.8888888889px;
}

@media screen and (min-width: 1280px) {
  .map-location__button.white {
    font-size: -webkit-calc(1.3194444444vw + 0px);
    font-size: calc(1.3194444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .map-location__button.white {
    font-size: 19px;
  }
}

.map-location__button.white:hover {
  background-position: left bottom;
}

.map-location__button.white:hover, .map-location__button.white:focus, .map-location__button.white:active, .map-location__button.white:visited {
  color: #fff;
}

.map-location__button.green {
  font-size: 19px;
}

.map-location__button.green {
  font-size: 16.8888888889px;
}

@media screen and (min-width: 1280px) {
  .map-location__button.green {
    font-size: -webkit-calc(1.3194444444vw + 0px);
    font-size: calc(1.3194444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .map-location__button.green {
    font-size: 19px;
  }
}

.standard-text__wrapper {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 200px;
}

.standard-text__wrapper {
  margin-top: 44.4444444444px;
}

@media screen and (min-width: 1280px) {
  .standard-text__wrapper {
    margin-top: -webkit-calc(3.4722222222vw - 0px);
    margin-top: calc(3.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .standard-text__wrapper {
    margin-top: 50px;
  }
}

.standard-text__wrapper {
  margin-bottom: 177.777777778px;
}

@media screen and (min-width: 1280px) {
  .standard-text__wrapper {
    margin-bottom: -webkit-calc(13.8888888889vw - 0px);
    margin-bottom: calc(13.8888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .standard-text__wrapper {
    margin-bottom: 200px;
  }
}

.standard-text__wrapper strong {
  font-weight: bold;
}

.standard-text__wrapper a {
  color: #9EB73B;
}

.standard-text__wrapper a:visited, .standard-text__wrapper a:active {
  color: #9EB73B;
}

.standard-text__wrapper a:hover, .standard-text__wrapper a:focus {
  color: #9EB73B;
}

.map {
  margin-bottom: 80px !important;
}

@media only screen and (min-width: 48em) {
  .map {
    margin-bottom: 0 !important;
  }
}

.gm-style .gm-style-iw-c {
  padding: 30px;
}

.gm-style .gm-style-iw-c p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/
.single-post .intro__title {
  font-size: 36px;
}

@media only screen and (min-width: 48em) {
  .single-post .intro__title {
    font-size: 71.1111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .single-post .intro__title {
    font-size: -webkit-calc(5.5555555556vw + 0px);
    font-size: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .single-post .intro__title {
    font-size: 80px;
  }
}

.single-post .intro__subtitle {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .single-post .intro__subtitle {
    margin-bottom: 37.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .single-post .intro__subtitle {
    margin-bottom: -webkit-calc(2.9166666667vw - 0px);
    margin-bottom: calc(2.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .single-post .intro__subtitle {
    margin-bottom: 42px;
  }
}

.single-post .intro__text-wrapper {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .single-post .intro__text-wrapper {
    margin-bottom: 30px;
  }
}

.aspen-blog__back-link {
  font-family: "Cormorant Garamond", serif;
  color: #9EB73B;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.aspen-blog__back-link:active, .aspen-blog__back-link:visited, .aspen-blog__back-link:focus {
  color: #9EB73B;
}

.aspen-blog__back-link:hover {
  color: #525252;
}

.aspen-blog__back-link:hover .arrow_left {
  border-color: #525252;
}

.aspen-blog__back-link:hover:before {
  background-color: #525252;
}

.aspen-blog__back-link {
  font-size: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__back-link {
    font-size: -webkit-calc(1.6666666667vw - 0px);
    font-size: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__back-link {
    font-size: 24px;
  }
}

.aspen-blog__back-link:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.aspen-blog__back-link .arrow_left {
  border-color: #9EB73B;
  padding: 4px;
  border-width: 0 2px 2px 0;
}

.aspen-blog .container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1370px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog .container {
    padding-left: -webkit-calc(5.5555555556vw + 0px);
    padding-left: calc(5.5555555556vw + 0px);
    padding-right: -webkit-calc(5.5555555556vw + 0px);
    padding-right: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.aspen-blog__wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 80em) {
  .aspen-blog__wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.aspen-blog__content-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  max-width: 708px;
}

@media only screen and (min-width: 80em) {
  .aspen-blog__content-wrapper {
    margin-right: 82.6666666667px;
    margin-bottom: 100px;
    width: 708px;
    max-width: initial;
  }
}

@media only screen and (min-width: 48em) {
  .aspen-blog__content-wrapper .aspen-post {
    width: 336px;
  }
}

@media only screen and (min-width: 48em) {
  .aspen-blog__content-wrapper .aspen-post:first-child {
    width: 708px;
  }
}

.aspen-blog__content-wrapper .entry-content {
  margin-top: 0;
}

.aspen-blog__content-wrapper .entry-content a {
  color: #9EB73B;
}

.aspen-blog__content-wrapper .entry-content a:visited, .aspen-blog__content-wrapper .entry-content a:active {
  color: #9EB73B;
}

.aspen-blog__content-wrapper .entry-content a:hover, .aspen-blog__content-wrapper .entry-content a:focus {
  color: #9EB73B;
}

.aspen-blog__sidebar-wrapper {
  width: 532px;
  padding: 105px 48px;
  background: #F6F6F6;
  -webkit-border-radius: 100px 0px 0px 100px;
          border-radius: 100px 0px 0px 100px;
  margin-bottom: 200px;
}

@media only screen and (min-width: 80em) {
  .aspen-blog__sidebar-wrapper {
    margin-left: 20px;
  }
}

.aspen-blog__sidebar-wrapper {
  width: 354.666666667px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper {
    width: -webkit-calc(27.7083333333vw - 0px);
    width: calc(27.7083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper {
    width: 399px;
  }
}

.aspen-blog__sidebar-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper {
    padding-top: -webkit-calc(5.46875vw + 0px);
    padding-top: calc(5.46875vw + 0px);
    padding-bottom: -webkit-calc(5.46875vw + 0px);
    padding-bottom: calc(5.46875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper {
    padding-top: 78.75px;
    padding-bottom: 78.75px;
  }
}

.aspen-blog__sidebar-wrapper {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper {
    padding-left: -webkit-calc(2.5vw + 0px);
    padding-left: calc(2.5vw + 0px);
    padding-right: -webkit-calc(2.5vw + 0px);
    padding-right: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.aspen-blog__sidebar-wrapper {
  -webkit-border-top-left-radius: 66.6666666667px;
          border-top-left-radius: 66.6666666667px;
  -webkit-border-bottom-left-radius: 66.6666666667px;
          border-bottom-left-radius: 66.6666666667px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper {
    -webkit-border-top-left-radius: -webkit-calc(5.2083333333vw - 0px);
            border-top-left-radius: calc(5.2083333333vw - 0px);
    -webkit-border-bottom-left-radius: -webkit-calc(5.2083333333vw - 0px);
            border-bottom-left-radius: calc(5.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper {
    -webkit-border-top-left-radius: 75px;
            border-top-left-radius: 75px;
    -webkit-border-bottom-left-radius: 75px;
            border-bottom-left-radius: 75px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_tag_cloud {
  margin-bottom: 74px;
}

.aspen-blog__sidebar-wrapper .widget.widget_tag_cloud {
  margin-bottom: 49.3333333333px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud {
    margin-bottom: -webkit-calc(3.8541666667vw - 0px);
    margin-bottom: calc(3.8541666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud {
    margin-bottom: 55.5px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px !important;
  line-height: 120%;
  letter-spacing: 1.33333px;
  display: inline-block;
  color: #525252;
  border: 1px solid #525252;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  padding: 12px 22.6667px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #9EB73B 0%, #9EB73B 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
  font-size: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
    font-size: -webkit-calc(0.8333333333vw - 0px);
    font-size: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
    font-size: 12px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
    padding-top: -webkit-calc(0.625vw + 0px);
    padding-top: calc(0.625vw + 0px);
    padding-bottom: -webkit-calc(0.625vw + 0px);
    padding-bottom: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
  padding-left: 15.1111333333px;
  padding-left: 15.1111333333px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
    padding-left: -webkit-calc(1.1805572917vw - 0px);
    padding-left: calc(1.1805572917vw - 0px);
    padding-left: calc(1.1805572917vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
    padding-left: 17.000025px;
    padding-left: 17.000025px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
  -webkit-border-radius: 26.6666666667px;
          border-radius: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
    -webkit-border-radius: -webkit-calc(2.0833333333vw - 0px);
            border-radius: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
    -webkit-border-radius: 30px;
            border-radius: 30px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
  margin-bottom: 7.1111333333px;
  margin-right: 7.1111333333px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
    margin-bottom: -webkit-calc(0.5555572917vw - 0px);
    margin-bottom: calc(0.5555572917vw - 0px);
    margin-right: -webkit-calc(0.5555572917vw - 0px);
    margin-right: calc(0.5555572917vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link {
    margin-bottom: 8.000025px;
    margin-right: 8.000025px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link:hover {
  background-position: left bottom;
}

.aspen-blog__sidebar-wrapper .widget.widget_tag_cloud a.tag-cloud-link:hover {
  color: #fff;
  border-color: #9EB73B;
}

.aspen-blog__sidebar-wrapper .widget.gform_widget {
  margin-bottom: 108px;
}

.aspen-blog__sidebar-wrapper .widget.gform_widget {
  margin-bottom: 72px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.gform_widget {
    margin-bottom: -webkit-calc(5.625vw + 0px);
    margin-bottom: calc(5.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.gform_widget {
    margin-bottom: 81px;
  }
}

.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .top_label .gfield_label {
  text-transform: uppercase;
  color: #525252;
  font-weight: 900;
  font-size: 18.6667px;
  line-height: 120%;
  letter-spacing: 1.33333px;
}

.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .top_label .gfield_label {
  font-size: 12.4444666667px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .top_label .gfield_label {
    font-size: -webkit-calc(0.9722239583vw - 0px);
    font-size: calc(0.9722239583vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .top_label .gfield_label {
    font-size: 14.000025px;
  }
}

.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  border-bottom: 1px solid #525252;
}

.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button,
.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 19px;
}

.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button,
.aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 12.6666666667px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button,
  .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input[type="submit"] {
    font-size: -webkit-calc(0.9895833333vw - 0px);
    font-size: calc(0.9895833333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input.button,
  .aspen-blog__sidebar-wrapper .widget.gform_widget .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14.25px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_archive {
  background-color: #6BA194;
  padding: 71px 48px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

.aspen-blog__sidebar-wrapper .widget.widget_archive {
  padding-top: 47.3333333333px;
  padding-bottom: 47.3333333333px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive {
    padding-top: -webkit-calc(3.6979166667vw - 0px);
    padding-top: calc(3.6979166667vw - 0px);
    padding-bottom: -webkit-calc(3.6979166667vw - 0px);
    padding-bottom: calc(3.6979166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive {
    padding-top: 53.25px;
    padding-bottom: 53.25px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_archive {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive {
    padding-left: -webkit-calc(2.5vw + 0px);
    padding-left: calc(2.5vw + 0px);
    padding-right: -webkit-calc(2.5vw + 0px);
    padding-right: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_archive {
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive {
    -webkit-border-radius: -webkit-calc(0.625vw + 0px);
            border-radius: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive {
    -webkit-border-radius: 9px;
            border-radius: 9px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_archive .widget-title {
  color: #fff;
  margin-bottom: 0;
  cursor: pointer;
}

.aspen-blog__sidebar-wrapper .widget.widget_archive .widget-title:before {
  content: "+ ";
  font-family: "Yantramanav", sans-serif;
}

.aspen-blog__sidebar-wrapper .widget.widget_archive .widget-title.active:before {
  content: "- ";
}

@media only screen and (min-width: 48em) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive .widget-title {
    cursor: auto;
    margin-bottom: 30px;
  }
  .aspen-blog__sidebar-wrapper .widget.widget_archive .widget-title:before {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive .widget-title {
    margin-bottom: -webkit-calc(2.34375vw + 0px);
    margin-bottom: calc(2.34375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive .widget-title {
    margin-bottom: 33.75px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_archive .widget-title + ul {
  display: none;
}

@media only screen and (min-width: 48em) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive .widget-title + ul {
    display: block;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aspen-blog__sidebar-wrapper .widget.widget_archive ul li a {
  color: #fff;
  display: inline-block;
  position: relative;
}

.aspen-blog__sidebar-wrapper .widget.widget_archive ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.aspen-blog__sidebar-wrapper .widget.widget_archive ul li a:after {
  bottom: 4.4444444444px;
}

@media screen and (min-width: 1280px) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive ul li a:after {
    bottom: -webkit-calc(0.3472222222vw + 0px);
    bottom: calc(0.3472222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-blog__sidebar-wrapper .widget.widget_archive ul li a:after {
    bottom: 5px;
  }
}

.aspen-blog__sidebar-wrapper .widget.widget_archive ul li a:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.aspen-blog__sidebar-wrapper .widget.widget_archive select {
  width: 100%;
}

.aspen-post {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 72px;
}

.aspen-post {
  margin-bottom: 48px;
}

@media screen and (min-width: 1280px) {
  .aspen-post {
    margin-bottom: -webkit-calc(3.75vw + 0px);
    margin-bottom: calc(3.75vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-post {
    margin-bottom: 54px;
  }
}

.aspen-post:first-child .aspen-post__image-wrapper {
  height: 188.25px;
}

@media only screen and (min-width: 48em) {
  .aspen-post:first-child .aspen-post__image-wrapper {
    height: 397.5px;
  }
}

@media screen and (min-width: 1280px) {
  .aspen-post:first-child .aspen-post__image-wrapper {
    height: -webkit-calc(27.6041666667vw - 0px);
    height: calc(27.6041666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-post:first-child .aspen-post__image-wrapper {
    height: 397.5px;
  }
}

.aspen-post__image-wrapper {
  width: 100%;
  height: 251px;
  margin-bottom: 16px;
}

.aspen-post__image-wrapper {
  height: 167.333333333px;
}

@media screen and (min-width: 1280px) {
  .aspen-post__image-wrapper {
    height: -webkit-calc(13.0729166667vw - 0px);
    height: calc(13.0729166667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-post__image-wrapper {
    height: 188.25px;
  }
}

.aspen-post__image-wrapper {
  margin-bottom: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .aspen-post__image-wrapper {
    margin-bottom: -webkit-calc(0.8333333333vw - 0px);
    margin-bottom: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-post__image-wrapper {
    margin-bottom: 12px;
  }
}

.aspen-post__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}

.aspen-post__image-wrapper img {
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

@media screen and (min-width: 1280px) {
  .aspen-post__image-wrapper img {
    -webkit-border-radius: -webkit-calc(0.625vw + 0px);
            border-radius: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-post__image-wrapper img {
    -webkit-border-radius: 9px;
            border-radius: 9px;
  }
}

.aspen-post__content-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 48em) {
  .aspen-post__content-wrapper {
    height: 100%;
  }
}

.aspen-post__date {
  margin-bottom: 10px;
  color: #979797;
  font-size: 14px;
}

.aspen-post__date {
  margin-bottom: 6.6666666667px;
}

@media screen and (min-width: 1280px) {
  .aspen-post__date {
    margin-bottom: -webkit-calc(0.5208333333vw - 0px);
    margin-bottom: calc(0.5208333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-post__date {
    margin-bottom: 7.5px;
  }
}

.aspen-post__title {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .aspen-post__title {
    margin-bottom: auto;
  }
}

.aspen-post__title a {
  color: #525252;
  line-height: 1.5;
}

.aspen-post__title a:visited, .aspen-post__title a:active {
  color: #525252;
}

.aspen-post__title a:hover, .aspen-post__title a:focus {
  color: #9EB73B;
}

.aspen-post__excerpt {
  margin-top: 20px;
  margin-bottom: 10px;
}

.aspen-post__excerpt {
  margin-top: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .aspen-post__excerpt {
    margin-top: -webkit-calc(1.3888888889vw + 0px);
    margin-top: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-post__excerpt {
    margin-top: 20px;
  }
}

.aspen-post__excerpt {
  margin-bottom: 8.8888888889px;
}

@media screen and (min-width: 1280px) {
  .aspen-post__excerpt {
    margin-bottom: -webkit-calc(0.6944444444vw + 0px);
    margin-bottom: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-post__excerpt {
    margin-bottom: 10px;
  }
}

.aspen-post__excerpt p {
  font-size: 18px;
  margin-bottom: 0;
  color: #212121;
}

.aspen-post__excerpt p {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .aspen-post__excerpt p {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .aspen-post__excerpt p {
    font-size: 18px;
  }
}

.aspen-post__readmore {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.aspen-post__readmore .arrow {
  border-color: #9EB73B;
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-left: 10px;
}

.aspen-post__readmore:visited, .aspen-post__readmore:active {
  color: #9EB73B;
}

.aspen-post__readmore:hover, .aspen-post__readmore:focus {
  color: #9EB73B;
}

.aspen-post__readmore:hover .arrow, .aspen-post__readmore:focus .arrow {
  border-color: #9EB73B;
}

.individual-product-wrapper .twp-product-image-holder {
  position: relative;
  background: #000;
}

.individual-product-wrapper .twp-product-image-holder .twp-product-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  bottom: 0;
  right: 0;
}

.individual-product-wrapper .twp-product-image-holder .attachment-woocommerce_thumbnail {
  opacity: 0.5;
}

.individual-product-wrapper .twp-product-image-holder .twp-quicknav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.individual-product-wrapper .twp-product-image-holder .twp-quicknav-items a {
  font-weight: 300;
  color: #fff;
  background: #9eb73b;
  padding: 15px 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.individual-product-wrapper .twp-product-image-holder:hover .twp-product-cover {
  opacity: 0;
}

.individual-product-wrapper .twp-product-image-holder:hover .twp-quicknav-items {
  opacity: 1;
}

.individual-product-wrapper .twp-item-title {
  font-size: 24px;
  font-family: "Yantramanav", sans-serif;
  font-weight: 300;
  text-align: center;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #FDFDFD;
  -webkit-box-shadow: 0px 5px 20px RGBA(186, 186, 186, 0.5);
          box-shadow: 0px 5px 20px RGBA(186, 186, 186, 0.5);
  z-index: 1;
  position: relative;
}

.footer-cta {
  position: relative;
  height: 100%;
}

.footer-cta__container {
  position: relative;
  z-index: 1;
}

.footer-cta__row {
  max-width: 1120px;
}

.footer-cta__text-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #9EB73B;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -75.5555555556px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 64em) {
  .footer-cta__text-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    padding: 48.8888888889px 83.5555555556px;
    margin-top: -75.5555555556px;
  }
}

@media only screen and (min-width: 80em) {
  .footer-cta__text-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1280px) {
  .footer-cta__text-wrapper {
    padding-left: -webkit-calc(6.5277777778vw + 0px);
    padding-left: calc(6.5277777778vw + 0px);
    padding-right: -webkit-calc(6.5277777778vw + 0px);
    padding-right: calc(6.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__text-wrapper {
    padding-left: 94px;
    padding-right: 94px;
  }
}

@media screen and (min-width: 1280px) {
  .footer-cta__text-wrapper {
    padding-top: -webkit-calc(3.8194444444vw - 0px);
    padding-top: calc(3.8194444444vw - 0px);
    padding-bottom: -webkit-calc(3.8194444444vw - 0px);
    padding-bottom: calc(3.8194444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__text-wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 1280px) {
  .footer-cta__text-wrapper {
    margin-top: -webkit-calc(-5.9027777778vw - 0px);
    margin-top: calc(-5.9027777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__text-wrapper {
    margin-top: -85px;
  }
}

.footer-cta__text-wrapper:hover .footer-cta__button {
  color: #fff;
  border-color: #525252;
  background-position: left bottom;
}

.footer-cta__title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .footer-cta__title {
    margin-bottom: 0;
    text-align: left;
  }
}

.footer-cta__button {
  margin-left: 0px;
}

@media only screen and (min-width: 64em) {
  .footer-cta__button {
    margin-left: 103px;
  }
}

.footer-cta__box-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-footer__row {
  max-width: 1210px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-footer__contact {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 37px;
  padding-bottom: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
  .main-footer__contact {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.main-footer__telp-wrapper, .main-footer__social-wrapper {
  width: 100%;
  margin-bottom: 17px;
}

@media only screen and (min-width: 48em) {
  .main-footer__telp-wrapper, .main-footer__social-wrapper {
    width: auto;
  }
}

.main-footer__telp {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9EB73B;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 38px;
}

.main-footer__telp:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  background: transparent url(images/icon_phone_circle.svg) center no-repeat;
  background-size: contain;
}

.main-footer__telp:before {
  width: 22.6666666667px;
  height: 22.6666666667px;
}

@media screen and (min-width: 1280px) {
  .main-footer__telp:before {
    width: -webkit-calc(1.7708333333vw - 0px);
    width: calc(1.7708333333vw - 0px);
    height: -webkit-calc(1.7708333333vw - 0px);
    height: calc(1.7708333333vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__telp:before {
    width: 34px;
    height: 34px;
  }
}

.main-footer__telp:hover {
  color: #525252;
}

.main-footer__social-link {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9EB73B;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  position: relative;
}

.main-footer__social-link.linkedin:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent url(images/linkedin.svg) center no-repeat;
  background-size: contain;
}

.main-footer__social-link:after {
  display: none !important;
}

.main-footer__top {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .main-footer__top {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.main-footer__widget {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-top: 5px;
}

@media only screen and (min-width: 48em) {
  .main-footer__widget {
    margin-bottom: 30px;
    border: none;
    margin-top: 0;
  }
}

@media only screen and (min-width: 64em) {
  .main-footer__widget {
    margin-bottom: 0;
    width: 175px;
  }
}

@media only screen and (min-width: 64em) {
  .main-footer__widget:not(:last-child) {
    margin-right: 17px;
  }
}

.main-footer__widget:last-child {
  margin-bottom: 50px;
}

@media only screen and (min-width: 48em) {
  .main-footer__widget:last-child {
    margin-bottom: 30px;
  }
}

.main-footer__widget .widget {
  margin-bottom: 23px;
}

.main-footer__widget .widget {
  margin-bottom: 20.4444444444px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .widget {
    margin-bottom: -webkit-calc(1.5972222222vw - 0px);
    margin-bottom: calc(1.5972222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .widget {
    margin-bottom: -webkit-calc(1.5972222222vw + 0px);
    margin-bottom: calc(1.5972222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .widget {
    margin-bottom: 30.6666666667px;
  }
}

.main-footer__widget .widget-title {
  font-family: "Yantramanav", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  letter-spacing: 0.1px;
  color: #525252;
  margin-top: 0;
  margin-bottom: 16px;
}

.main-footer__widget .textwidget p {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: normal;
  color: #525252;
}

.main-footer__widget .widget_nav_menu .widget-title {
  cursor: pointer;
  color: #000;
  letter-spacing: 1px;
}

.main-footer__widget .widget_nav_menu .widget-title:before {
  content: "+ ";
}

.main-footer__widget .widget_nav_menu .widget-title.active:before {
  content: "- ";
}

@media only screen and (min-width: 48em) {
  .main-footer__widget .widget_nav_menu .widget-title {
    cursor: auto;
  }
  .main-footer__widget .widget_nav_menu .widget-title:before {
    display: none;
  }
}

.main-footer__widget .widget_nav_menu .widget-title + div {
  display: none;
}

@media only screen and (min-width: 48em) {
  .main-footer__widget .widget_nav_menu .widget-title + div {
    display: block;
  }
}

.main-footer__widget .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-footer__widget .widget_nav_menu ul li {
  position: relative;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: normal;
}

.main-footer__widget .widget_nav_menu ul li a {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: normal;
  color: #525252;
  color: #000;
}

.main-footer__widget .widget_nav_menu ul li a:visited, .main-footer__widget .widget_nav_menu ul li a:active {
  color: #525252;
}

.main-footer__widget .widget_nav_menu ul li a:hover {
  color: #9EB73B;
}

.main-footer__widget .telp-link {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9EB73B;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 38px;
}

.main-footer__widget .telp-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: transparent url(images/phone-icon.svg) center no-repeat;
  background-size: contain;
}

.main-footer__widget .telp-link:hover {
  color: #9EB73B;
}

.main-footer__widget .contact-link {
  font-family: "Yantramanav", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9EB73B;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.main-footer__widget .contact-link:hover {
  color: #9EB73B;
}

.main-footer__bottom {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 64em) {
  .main-footer__bottom {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-top: 90px;
  }
}

.main-footer__copy-left, .main-footer__copy-right {
  width: 100%;
}

.main-footer__copy-left p, .main-footer__copy-right p {
  font-family: "Yantramanav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: normal;
  color: #525252;
  color: #000;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .main-footer__copy-left p, .main-footer__copy-right p {
    text-align: left;
  }
}

.main-footer__copy-left a, .main-footer__copy-right a {
  color: #525252;
  color: #000;
}

.main-footer__copy-left .sep, .main-footer__copy-right .sep {
  display: block;
  height: 0;
  opacity: 0;
}

@media only screen and (min-width: 48em) {
  .main-footer__copy-left .sep, .main-footer__copy-right .sep {
    height: auto;
    opacity: 1;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.main-footer__copy-right p {
  color: #000;
}

@media only screen and (min-width: 64em) {
  .main-footer__copy-right p {
    text-align: right;
  }
}

.site-info p {
  color: #000;
  margin-bottom: 0;
  font-family: "Yantramanav", sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: normal;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .site-info p {
    text-align: left;
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .site-info p {
    font-size: -webkit-calc(0.9722222222vw - 0px);
    font-size: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-info p {
    font-size: -webkit-calc(0.9722222222vw + 0px);
    font-size: calc(0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-info p {
    font-size: 18.6666666667px;
  }
}

.site-info a {
  font-family: "Yantramanav", sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: normal;
  color: #000;
}

@media only screen and (min-width: 64em) {
  .site-info a {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .site-info a {
    font-size: -webkit-calc(0.9722222222vw - 0px);
    font-size: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-info a {
    font-size: -webkit-calc(0.9722222222vw + 0px);
    font-size: calc(0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-info a {
    font-size: 18.6666666667px;
  }
}

.site-info a:visited, .site-info a:active {
  color: #a1a1a3;
}

.site-info a:hover {
  color: #e2241a;
}

.site-info__row {
  max-width: 100%;
}

.site-info__left, .site-info__right {
  width: 100%;
}

@media only screen and (min-width: 64em) {
  .site-info__left, .site-info__right {
    width: 50%;
  }
}

.site-info__right p {
  color: #000;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .site-info__right p {
    text-align: right;
  }
}

.go-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  display: block;
  background: transparent url("images/arrow-circle-up.svg") center no-repeat;
  background-size: contain;
}

.go-top {
  bottom: 304px;
}

@media screen and (min-width: 480px) {
  .go-top {
    bottom: -webkit-calc(-14.25vw + 372.4px);
    bottom: calc(-14.25vw + 372.4px);
  }
}

@media screen and (min-width: 1280px) {
  .go-top {
    bottom: 190px;
  }
}

.go-top {
  right: 9px;
}

@media screen and (min-width: 480px) {
  .go-top {
    right: -webkit-calc(2.125vw - 1.2px);
    right: calc(2.125vw - 1.2px);
  }
}

@media screen and (min-width: 1280px) {
  .go-top {
    right: 26px;
  }
}

.go-top {
  width: 32px;
}

@media screen and (min-width: 480px) {
  .go-top {
    width: -webkit-calc(3.5vw + 15.2px);
    width: calc(3.5vw + 15.2px);
  }
}

@media screen and (min-width: 1280px) {
  .go-top {
    width: 60px;
  }
}

.go-top {
  height: 32px;
}

@media screen and (min-width: 480px) {
  .go-top {
    height: -webkit-calc(3.5vw + 15.2px);
    height: calc(3.5vw + 15.2px);
  }
}

@media screen and (min-width: 1280px) {
  .go-top {
    height: 60px;
  }
}

.go-top.show {
  opacity: 1;
  visibility: visible;
}

.socmed-icon {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -20px;
}

.socmed-icon {
  margin-top: -17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .socmed-icon {
    margin-top: -webkit-calc(-1.3888888889vw - 0px);
    margin-top: calc(-1.3888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .socmed-icon {
    margin-top: -20px;
  }
}

.socmed-icon__link {
  display: block;
}

.socmed-icon__link:not(:last-child) {
  margin-right: 16px;
}

.socmed-icon__link:hover img {
  opacity: 0.5;
}
.product-gallery__image-wrapper.smart-fit-contain::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  overflow: hidden;
  background-image: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), var(--bg-image);
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  transform: scale(1.15);
  z-index: 0;
}

.product-gallery__image-wrapper.smart-fit-contain img {
  position: relative;
  z-index: 1;
}

/* Fix: product-project scroller was using float:left, causing items to
   wrap into a grid instead of scrolling horizontally. Override to
   inline-block + nowrap so the mCustomScrollbar horizontal scroll works. */
.product-project__item-scroller .mCSB_container {
  white-space: nowrap;
}

.product-project__item {
  float: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

/* Fix: image-carousel used float:left, same wrapping bug as product-project.
   Override to inline-block + nowrap so mCustomScrollbar horizontal scroll works. */
.image-carousel__scroller .mCSB_container {
  white-space: nowrap;
}

.image-carousel__image-wrapper {
  float: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

/* Fix: .product-gallery__image-link img had its own larger, responsive
   border-radius (~17.78-20px) that didn't match the parent
   .product-gallery__image-wrapper's fixed 8px clip, causing a visible
   corner sliver. Force match at every breakpoint. */
.product-gallery__image-wrapper .product-gallery__image-link img {
  border-radius: 8px;
}

/* Native horizontal touch-scroll fallback for product-project carousel on mobile (mCustomScrollbar destroyed below 768px) */
@media screen and (max-width: 767px) {
  .product-project__item-scroller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .product-project__item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-project__item {
    float: none;
  }
}

/* Mobile spacing fix: give two-boxes__teal content proper top/bottom breathing room */
@media screen and (max-width: 767px) {
  .two-boxes__teal {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

/* Mobile spacing fix: increase gap between two-boxes section and the section that follows it */
@media screen and (max-width: 767px) {
  .two-boxes + .video,
  .two-boxes + .content-image,
  .two-boxes + section {
    padding-top: 140px;
  }
}

/* Mobile font-size fix: smaller footer social links on mobile */
@media screen and (max-width: 767px) {
  .main-footer__social-link {
    font-size: 16px;
  }
}

/* Mobile layout fix: stack icon above text for footer social links */
@media screen and (max-width: 767px) {
  .main-footer__social-link {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-left: 0;
    padding-top: 32px;
  }

  .main-footer__social-link.facebook:before,
  .main-footer__social-link.instagram:before,
  .main-footer__social-link.linkedin:before {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}

/* Mobile alignment fix: center breadcrumb text when it wraps to two lines */
@media screen and (max-width: 767px) {
  .breadcrumb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

/* Mobile spacing fix: more line-height for wrapped breadcrumb text */
@media screen and (max-width: 767px) {
  .breadcrumb li {
    line-height: 24px;
  }
}

/* Mobile-only fix: widen archive description so text isn't cramped into a narrow column */
@media screen and (max-width: 767px) {
  .product-archive .archive-description {
    width: 90%;
  }
}

/* Native horizontal touch-scroll fallback for image-carousel on mobile (mCustomScrollbar destroyed below 768px) */
@media screen and (max-width: 767px) {
  .image-carousel__scroller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .image-carousel__image-wrapper {
    float: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
