@charset "UTF-8";
/*!
Theme Name:		SlurryBag
Theme URI:		https://slurrybag.co.uk/
Description:	The bespoke WordPress theme for SlurryBag
Version:		1.0
Author:			Ben Stones
Author URI:		https://benstones.uk
Text Domain:	slurrybag
*/
@import url("https://use.typekit.net/ukh5nsm.css");
/* line 48, sass/base/_variables.scss */
.section__bg, .section__bg::before, .gallery-img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/*! 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.
 */
/* line 11, sass/base/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/base/_reset.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/base/_reset.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, sass/base/_reset.scss */
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.
 */
/* line 53, sass/base/_reset.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/base/_reset.scss */
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.
 */
/* line 85, sass/base/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/base/_reset.scss */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/base/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 133, sass/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 137, sass/base/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/base/_reset.scss */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, sass/base/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, sass/base/_reset.scss */
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.
 */
/* line 218, sass/base/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/base/_reset.scss */
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.
 */
/* line 240, sass/base/_reset.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, sass/base/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/base/_reset.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, sass/base/_reset.scss */
[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.
 */
/* line 290, sass/base/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, sass/base/_reset.scss */
[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.
 */
/* line 308, sass/base/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/base/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/base/_reset.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/base/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/base/_reset.scss */
[hidden] {
  display: none;
}

/* Slider */
/* line 3, sass/vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  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;
}

/* line 17, sass/vendor/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, sass/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, sass/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, sass/vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, sass/vendor/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, sass/vendor/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, sass/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, sass/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, sass/vendor/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, sass/vendor/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, sass/vendor/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, sass/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, sass/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, sass/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, sass/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, sass/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, sass/vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, sass/base/_global.scss */
*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 7, sass/base/_global.scss */
*:focus {
  outline: none;
}

/* line 8, sass/base/_global.scss */
html {
  background-color: #FFF;
  /* for outside the body colour */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

/* line 13, sass/base/_global.scss */
body {
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
}
/* line 18, sass/base/_global.scss */
body.customize-support {
  min-height: calc(100vh - 32px);
}

@media only screen and (max-width: 782px) {
  /* line 21, sass/base/_global.scss */
  body.customize-support {
    min-height: calc(100vh - 46px);
  }
}
/* line 24, sass/base/_global.scss */
img {
  max-width: 100%;
}

/* line 25, sass/base/_global.scss */
mark {
  background-color: transparent;
  color: inherit;
}

/* line 26, sass/base/_global.scss */
a {
  cursor: pointer;
  text-decoration: none;
}

/* line 31, sass/base/_global.scss */
.container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
/* line 35, sass/base/_global.scss */
.container.thin {
  max-width: 1000px;
}

@media only screen and (max-width: 1600px) {
  /* line 40, sass/base/_global.scss */
  .container {
    max-width: 1200px;
  }
  /* line 42, sass/base/_global.scss */
  .container.thin {
    max-width: 900px;
  }
}
@media screen and (max-width: 600px) {
  /* line 63, sass/base/_global.scss */
  #wpadminbar {
    position: fixed;
  }
}
/* line 68, sass/base/_global.scss */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 69, sass/base/_global.scss */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 70, sass/base/_global.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 71, sass/base/_global.scss */
.alignright {
  float: right;
}

/* line 72, sass/base/_global.scss */
.alignleft {
  float: left;
}

/* line 73, sass/base/_global.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 76, sass/base/_global.scss */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, sass/base/_typography.scss */
::-moz-selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 2, sass/base/_typography.scss */
::selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 4, sass/base/_typography.scss */
html {
  color: rgba(2, 1, 16, 0.9);
  font-family: "sofia-pro-soft", sans-serif;
  font-size: 62.5%;
  font-size: calc(0.4vw + 4px);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* responsive font sizes */
@media only screen and (min-width: 1500px) {
  /* line 18, sass/base/_typography.scss */
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 19, sass/base/_typography.scss */
  html {
    font-size: calc(0.5vw + 5px);
  }
}
@media only screen and (max-width: 450px) {
  /* line 20, sass/base/_typography.scss */
  html {
    font-size: 9px;
  }
}
/* links */
/* line 23, sass/base/_typography.scss */
a, a:link, a:visited {
  color: #4C9D5F;
  cursor: pointer;
  -webkit-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -moz-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -o-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
}

/* line 28, sass/base/_typography.scss */
a:hover, a:active {
  color: rgba(2, 1, 16, 0.9);
}

/* paragraphs */
/* line 31, sass/base/_typography.scss */
p, .gform_confirmation_message, .quote blockquote {
  font-size: 2rem;
  line-height: 1.3em;
  margin: 0 0 2.4rem 0;
  color: rgba(2, 1, 16, 0.9);
}
@media only screen and (max-width: 480px) {
  /* line 31, sass/base/_typography.scss */
  p, .gform_confirmation_message, .quote blockquote {
    font-size: 1.8rem;
  }
}

/* lists */
/* line 42, sass/base/_typography.scss */
ul, ol {
  margin: 2.4rem 0 2.4rem 0;
  padding-left: 1.8rem;
}

/* line 46, sass/base/_typography.scss */
li {
  font-size: 2rem;
  line-height: 1.3em;
}
@media only screen and (max-width: 480px) {
  /* line 46, sass/base/_typography.scss */
  li {
    font-size: 1.8rem;
  }
}

/* line 53, sass/base/_typography.scss */
ul li::marker {
  color: #B5D9BD;
}

/* line 57, sass/base/_typography.scss */
b, strong {
  font-weight: 700;
}

/* headings */
/* line 60, sass/base/_typography.scss */
h1 {
  font-family: "bebas-neue-v14-deprecated", sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1.05em;
  margin: 0 0 .5rem 0;
  color: rgba(2, 1, 16, 0.9);
}

/* line 61, sass/base/_typography.scss */
h2 {
  font-family: "bebas-neue-v14-deprecated", sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.05em;
  margin: 0 0 .5em 0;
  color: #020089;
}

/* line 62, sass/base/_typography.scss */
h3 {
  font-family: "bebas-neue-v14-deprecated", sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.05em;
  margin: 0 0 .5em 0;
  color: rgba(2, 1, 16, 0.9);
}

/* line 63, sass/base/_typography.scss */
h4 {
  font-family: "bebas-neue-v14-deprecated", sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.05em;
  margin: 0 0 .7rem 0;
  color: rgba(2, 1, 16, 0.9);
}

/* line 64, sass/base/_typography.scss */
h5 {
  font-family: "bebas-neue-v14-deprecated", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1em;
  margin: 0 0 1em 0;
  color: rgba(2, 1, 16, 0.9);
}

/* line 65, sass/base/_typography.scss */
h6 {
  font-family: "bebas-neue-v14-deprecated", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1em;
  margin: 0 0 1em 0;
  color: rgba(2, 1, 16, 0.9);
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  /* line 68, sass/base/_typography.scss */
  h1 {
    font-size: 4.8rem;
  }

  /* line 69, sass/base/_typography.scss */
  h2 {
    font-size: 3.6rem;
  }

  /* line 70, sass/base/_typography.scss */
  h3 {
    font-size: 2.4rem;
  }

  /* line 71, sass/base/_typography.scss */
  h4 {
    font-size: 2rem;
  }

  /* line 72, sass/base/_typography.scss */
  h5 {
    font-size: 1.8rem;
  }
}
/* added with js to make tables responsive */
/* line 76, sass/base/_typography.scss */
.table_wrapper {
  width: 100%;
  overflow-y: auto;
  margin: 2.4rem 0;
}

/* line 82, sass/base/_typography.scss */
.table_wrapper table {
  margin: 0;
}

/* line 83, sass/base/_typography.scss */
.table_wrapper th, .table_wrapper td {
  min-width: 100px;
}

/* tables */
/* line 86, sass/base/_typography.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2.4rem 0;
  width: 100%;
}
/* line 91, sass/base/_typography.scss */
table thead td,
table th {
  background-color: #FFF;
  color: #020110;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
  padding: .5em;
}
/* line 102, sass/base/_typography.scss */
table tbody tr {
  border-radius: .6rem;
  overflow: hidden;
}
/* line 105, sass/base/_typography.scss */
table tbody tr td {
  color: #020110;
  font-size: 1.8rem;
  line-height: 1.2em;
  text-align: center;
  padding: .5em;
}
/* line 113, sass/base/_typography.scss */
table tbody tr:nth-child(2n) td {
  background: #FFF;
}
/* line 116, sass/base/_typography.scss */
table tbody tr:nth-child(2n+1) td {
  background: rgba(242, 242, 242, 0.5);
}

/* line 1, sass/base/_icons.scss */
.icon::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: rgba(2, 1, 16, 0.9);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 11, sass/base/_icons.scss */
.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* line 22, sass/base/_icons.scss */
.icon--twitter::before {
  -webkit-mask: url("./images/twitter.svg") center/contain no-repeat;
  mask: url("./images/twitter.svg") center/contain no-repeat;
}
/* line 26, sass/base/_icons.scss */
.icon--facebook::before {
  -webkit-mask: url("./images/facebook.svg") center/contain no-repeat;
  mask: url("./images/facebook.svg") center/contain no-repeat;
}
/* line 30, sass/base/_icons.scss */
.icon--facebook-circle::before {
  -webkit-mask: url("./images/facebook-circle.svg") center/contain no-repeat;
  mask: url("./images/facebook-circle.svg") center/contain no-repeat;
}
/* line 34, sass/base/_icons.scss */
.icon--linkedin::before {
  -webkit-mask: url("./images/linkedin.svg") center/contain no-repeat;
  mask: url("./images/linkedin.svg") center/contain no-repeat;
}
/* line 38, sass/base/_icons.scss */
.icon--youtube::before {
  -webkit-mask: url("./images/youtube.svg") center/contain no-repeat;
  mask: url("./images/youtube.svg") center/contain no-repeat;
}
/* line 42, sass/base/_icons.scss */
.icon--instagram::before {
  -webkit-mask: url("./images/instagram.svg") center/contain no-repeat;
  mask: url("./images/instagram.svg") center/contain no-repeat;
}
/* line 46, sass/base/_icons.scss */
.icon--bluesky::before {
  -webkit-mask: url("./images/bluesky.svg") center/contain no-repeat;
  mask: url("./images/bluesky.svg") center/contain no-repeat;
}
/* line 50, sass/base/_icons.scss */
.icon--menu::before {
  -webkit-mask: url("./images/menu.svg") center/contain no-repeat;
  mask: url("./images/menu.svg") center/contain no-repeat;
}
/* line 54, sass/base/_icons.scss */
.icon--tel::before {
  -webkit-mask: url("./images/tel.svg") center/contain no-repeat;
  mask: url("./images/tel.svg") center/contain no-repeat;
}
/* line 58, sass/base/_icons.scss */
.icon--email::before {
  -webkit-mask: url("./images/email.svg") center/contain no-repeat;
  mask: url("./images/email.svg") center/contain no-repeat;
}
/* line 62, sass/base/_icons.scss */
.icon--chevron::before {
  -webkit-mask: url("./images/chevron.svg") center/contain no-repeat;
  mask: url("./images/chevron.svg") center/contain no-repeat;
}
/* line 66, sass/base/_icons.scss */
.icon--arrow::before {
  -webkit-mask: url("./images/arrow.svg") center/contain no-repeat;
  mask: url("./images/arrow.svg") center/contain no-repeat;
}
/* line 70, sass/base/_icons.scss */
.icon--close::before {
  -webkit-mask: url("./images/close.svg") center/contain no-repeat;
  mask: url("./images/close.svg") center/contain no-repeat;
}
/* line 74, sass/base/_icons.scss */
.icon--search::before {
  -webkit-mask: url("./images/search.svg") center/contain no-repeat;
  mask: url("./images/search.svg") center/contain no-repeat;
}
/* line 78, sass/base/_icons.scss */
.icon--open::before {
  -webkit-mask: url("./images/open.svg") center/contain no-repeat;
  mask: url("./images/open.svg") center/contain no-repeat;
}
/* line 82, sass/base/_icons.scss */
.icon--share::before {
  -webkit-mask: url("./images/share.svg") center/contain no-repeat;
  mask: url("./images/share.svg") center/contain no-repeat;
}
/* line 86, sass/base/_icons.scss */
.icon--caret::before {
  -webkit-mask: url("./images/caret.svg") center/contain no-repeat;
  mask: url("./images/caret.svg") center/contain no-repeat;
}
/* line 90, sass/base/_icons.scss */
.icon--pin::before {
  -webkit-mask: url("./images/pin.svg") center/contain no-repeat;
  mask: url("./images/pin.svg") center/contain no-repeat;
}
/* line 94, sass/base/_icons.scss */
.icon--mobile::before {
  -webkit-mask: url("./images/mobile.svg") center/contain no-repeat;
  mask: url("./images/mobile.svg") center/contain no-repeat;
}
/* line 98, sass/base/_icons.scss */
.icon--download::before {
  -webkit-mask: url("./images/download.svg") center/contain no-repeat;
  mask: url("./images/download.svg") center/contain no-repeat;
}
/* line 103, sass/base/_icons.scss */
.icon--cow::before {
  -webkit-mask: url("./images/temp/cow.svg") center/contain no-repeat;
  mask: url("./images/temp/cow.svg") center/contain no-repeat;
}
/* line 107, sass/base/_icons.scss */
.icon--coins::before {
  -webkit-mask: url("./images/temp/coins.svg") center/contain no-repeat;
  mask: url("./images/temp/coins.svg") center/contain no-repeat;
}
/* line 111, sass/base/_icons.scss */
.icon--wind::before {
  -webkit-mask: url("./images/temp/wind.svg") center/contain no-repeat;
  mask: url("./images/temp/wind.svg") center/contain no-repeat;
}
/* line 115, sass/base/_icons.scss */
.icon--household::before {
  -webkit-mask: url("./images/temp/household.svg") center/contain no-repeat;
  mask: url("./images/temp/household.svg") center/contain no-repeat;
}
/* line 119, sass/base/_icons.scss */
.icon--plant::before {
  -webkit-mask: url("./images/temp/plant.svg") center/contain no-repeat;
  mask: url("./images/temp/plant.svg") center/contain no-repeat;
}
/* line 123, sass/base/_icons.scss */
.icon--law::before {
  -webkit-mask: url("./images/temp/law.svg") center/contain no-repeat;
  mask: url("./images/temp/law.svg") center/contain no-repeat;
}
/* line 127, sass/base/_icons.scss */
.icon--horse::before {
  -webkit-mask: url("./images/temp/horse.svg") center/contain no-repeat;
  mask: url("./images/temp/horse.svg") center/contain no-repeat;
}
/* line 131, sass/base/_icons.scss */
.icon--leaf::before {
  -webkit-mask: url("./images/temp/leaf.svg") center/contain no-repeat;
  mask: url("./images/temp/leaf.svg") center/contain no-repeat;
}
/* line 135, sass/base/_icons.scss */
.icon--shield::before {
  -webkit-mask: url("./images/temp/shield.svg") center/contain no-repeat;
  mask: url("./images/temp/shield.svg") center/contain no-repeat;
}
/* line 140, sass/base/_icons.scss */
.icon--left {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 2, sass/base/_button.scss */
.btn, form button[type="submit"],
form input[type="submit"], .header__menu > li.button > a {
  background: #4C9D5F;
  color: #FFF;
  min-height: 4.8rem;
  border-radius: .5rem;
  padding: .6rem 2rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 14rem;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.1em;
  font-weight: 500;
  font-size: 2rem;
}
/* line 20, sass/base/_button.scss */
.btn .icon, form button[type="submit"] .icon,
form input[type="submit"] .icon, .header__menu > li.button > a .icon {
  margin-right: 1rem;
}
/* line 22, sass/base/_button.scss */
.btn .icon::before, form button[type="submit"] .icon::before,
form input[type="submit"] .icon::before, .header__menu > li.button > a .icon::before {
  background: #FFF;
}
/* line 24, sass/base/_button.scss */
.btn:link, form button[type="submit"]:link,
form input[type="submit"]:link, .header__menu > li.button > a:link, .btn:visited, form button[type="submit"]:visited,
form input[type="submit"]:visited, .header__menu > li.button > a:visited {
  color: #FFF;
}
/* line 27, sass/base/_button.scss */
.btn:hover, form button[type="submit"]:hover,
form input[type="submit"]:hover, .header__menu > li.button > a:hover {
  background: #56ad6a;
}
/* line 31, sass/base/_button.scss */
.btn--ghost {
  background: rgba(255, 255, 255, 0.15);
}
/* line 33, sass/base/_button.scss */
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.25);
}
/* line 38, sass/base/_button.scss */
.btn[href*="mailto:"]::before, form button[href*="mailto:"][type="submit"]::before,
form input[href*="mailto:"][type="submit"]::before, .header__menu > li.button > a[href*="mailto:"]::before, .btn[href*="tel:"]::before, form button[href*="tel:"][type="submit"]::before,
form input[href*="tel:"][type="submit"]::before, .header__menu > li.button > a[href*="tel:"]::before {
  content: '';
  display: block;
  background: #FFF;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
}
/* line 47, sass/base/_button.scss */
.btn[href*="mailto:"]::before, form button[href*="mailto:"][type="submit"]::before,
form input[href*="mailto:"][type="submit"]::before, .header__menu > li.button > a[href*="mailto:"]::before {
  -webkit-mask: url("./images/email.svg") center/contain no-repeat;
  mask: url("./images/email.svg") center/contain no-repeat;
}
/* line 51, sass/base/_button.scss */
.btn[href*="tel:"]::before, form button[href*="tel:"][type="submit"]::before,
form input[href*="tel:"][type="submit"]::before, .header__menu > li.button > a[href*="tel:"]::before {
  -webkit-mask: url("./images/tel.svg") center/contain no-repeat;
  mask: url("./images/tel.svg") center/contain no-repeat;
}

/* line 2, sass/base/_form.scss */
* + form {
  margin-top: calc(2vw + 2rem);
}

/* line 4, sass/base/_form.scss */
form label {
  font-size: 2rem !important;
  font-weight: 500 !important;
}
/* line 8, sass/base/_form.scss */
form input[type="text"],
form input[type="number"],
form input[type="date"],
form input[type="tel"],
form input[type="email"],
form input[type="search"],
form select,
form textarea {
  border: none;
  background: #F2F2F2;
  border-radius: 1rem;
  font-size: 1.8rem !important;
  color: #020110;
  border: 1px solid #F2F2F2;
  line-height: 1.3em !important;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
/* line 24, sass/base/_form.scss */
form input[type="text"]:focus,
form input[type="number"]:focus,
form input[type="date"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form select:focus,
form textarea:focus {
  border: 1px solid #020089;
}
/* line 28, sass/base/_form.scss */
form input[type="text"],
form input[type="number"],
form input[type="date"],
form input[type="tel"],
form input[type="email"],
form select {
  padding: 0.5rem calc(0.5vw + 0.5rem) !important;
  min-height: 5rem;
}
/* line 37, sass/base/_form.scss */
form textarea {
  padding: calc(0.5vw + 0.5rem) !important;
  min-height: 8rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
/* line 45, sass/base/_form.scss */
form input[type="checkbox"] {
  display: none;
}
/* line 47, sass/base/_form.scss */
form input[type="checkbox"] + label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
/* line 52, sass/base/_form.scss */
form input[type="checkbox"] + label > a {
  margin: 0 .4rem;
}
/* line 53, sass/base/_form.scss */
form input[type="checkbox"] + label::before {
  content: '';
  background: #F2F2F2;
  border-radius: .4rem;
  color: transparent;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: .7rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: color 0.3s ease, font-size 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, font-size 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, font-size 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, font-size 0.3s ease, background 0.3s ease;
}
/* line 68, sass/base/_form.scss */
form input[type="checkbox"] + label:hover::before {
  background: #B5D9BD;
}
/* line 74, sass/base/_form.scss */
form input[type="checkbox"]:checked + label::before {
  content: '✓';
  color: #FFF;
  font-size: 1.6rem;
  background: #4C9D5F;
}
/* line 88, sass/base/_form.scss */
form#searchform {
  display: flex;
  column-gap: .7rem;
}
/* line 91, sass/base/_form.scss */
form#searchform label {
  display: none;
}
/* line 94, sass/base/_form.scss */
form#searchform input[type="search"] {
  flex: 1;
  padding: 0 1rem;
}
/* line 98, sass/base/_form.scss */
form#searchform button,
form#searchform input[type="submit"] {
  border-radius: 1rem;
}
@media only screen and (max-width: 480px) {
  /* line 105, sass/base/_form.scss */
  form input[type="text"],
  form input[type="number"],
  form input[type="date"],
  form input[type="tel"],
  form input[type="email"],
  form select {
    min-height: 4.8rem !important;
  }
  /* line 114, sass/base/_form.scss */
  form#searchform {
    flex-wrap: wrap;
  }
  /* line 116, sass/base/_form.scss */
  form#searchform input[type="search"] {
    flex: 0 0 100%;
    min-height: 4.8rem;
  }
  /* line 120, sass/base/_form.scss */
  form#searchform button,
  form#searchform input[type="submit"] {
    flex: 0 0 100%;
    margin-top: 1rem;
  }
}

/* line 1, sass/partials/_header.scss */
.header {
  background: #FFF;
  padding: 1rem calc(1vw + 1rem);
  display: flex;
  justify-content: space-between;
}
/* line 6, sass/partials/_header.scss */
.header__skip {
  display: block;
  padding: .7rem 1.4rem;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #FFF;
  background: #020089;
  text-decoration: none;
  -webkit-transform: translateY(calc(0% - (0.75vw + 0.75rem)));
  -moz-transform: translateY(calc(0% - (0.75vw + 0.75rem)));
  -ms-transform: translateY(calc(0% - (0.75vw + 0.75rem)));
  -o-transform: translateY(calc(0% - (0.75vw + 0.75rem)));
  transform: translateY(calc(0% - (0.75vw + 0.75rem)));
}
/* line 19, sass/partials/_header.scss */
.header__skip:link, .header__skip:visited {
  color: #FFF;
}
/* line 22, sass/partials/_header.scss */
.header__skip:focus {
  position: static;
  width: auto;
  height: auto;
}
/* line 30, sass/partials/_header.scss */
.header__logo img, .header__logo svg, .header__logo picture {
  height: 9rem;
  display: block;
  width: auto;
}
/* line 36, sass/partials/_header.scss */
.header__right {
  display: flex;
}
/* line 39, sass/partials/_header.scss */
.header__menu {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 44, sass/partials/_header.scss */
.header__menu li {
  display: flex;
  align-items: center;
}
/* line 47, sass/partials/_header.scss */
.header__menu li a {
  color: #020110;
  opacity: .75;
  padding: 1rem;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 52, sass/partials/_header.scss */
.header__menu li a:hover {
  opacity: 1;
}
/* line 58, sass/partials/_header.scss */
.header__menu li.current-menu-item > a, .header__menu li.current-menu-ancestor > a {
  color: #020089;
  opacity: 1;
  font-weight: 500;
  position: relative;
}
/* line 63, sass/partials/_header.scss */
.header__menu li.current-menu-item > a::before, .header__menu li.current-menu-ancestor > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: .7rem;
  height: .7rem;
  background: #4C9D5F;
  border-radius: 50%;
}
/* line 77, sass/partials/_header.scss */
.header__menu li.menu-item-has-children .sub-menu {
  display: none;
}
/* line 81, sass/partials/_header.scss */
.header__menu li + li {
  margin-left: calc(0.5vw + 0.5rem);
}
/* line 85, sass/partials/_header.scss */
.header__menu > li.button > a {
  background: #020089;
}
/* line 88, sass/partials/_header.scss */
.header__menu > li.button > a:hover {
  background: #020089;
}
/* line 92, sass/partials/_header.scss */
.header__menu + * {
  margin-left: calc(1vw + 1rem);
}
@media only screen and (max-height: 782px) {
  /* line 39, sass/partials/_header.scss */
  .header__menu {
    display: none;
  }
}
/* line 97, sass/partials/_header.scss */
.header__search {
  background: #4C9D5F;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: 0;
  border: none;
  cursor: pointer;
  align-self: center;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 110, sass/partials/_header.scss */
.header__search .icon::before {
  background: #FFF;
  width: 2rem;
  height: 2rem;
}
/* line 115, sass/partials/_header.scss */
.header__search:hover {
  background: #56ad6a;
}
/* line 118, sass/partials/_header.scss */
.header__search + * {
  margin-left: calc(0.75vw + 0.75rem);
}
/* line 120, sass/partials/_header.scss */
.header__burg {
  background: #020089;
  height: 4.8rem;
  width: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: 0;
  border: none;
  cursor: pointer;
  align-self: center;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 138, sass/partials/_header.scss */
.header__burg .bars {
  width: 20px;
  height: 2px;
  background: #FFF;
  display: block;
  position: relative;
  border-radius: 1px;
  -webkit-transition: background 0.3s ease 0.3s, transform 0.3s ease;
  -moz-transition: background 0.3s ease 0.3s, transform 0.3s ease;
  -o-transition: background 0.3s ease 0.3s, transform 0.3s ease;
  transition: background 0.3s ease 0.3s, transform 0.3s ease;
}
/* line 147, sass/partials/_header.scss */
.header__burg .bars::before, .header__burg .bars::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  position: relative;
}
/* line 156, sass/partials/_header.scss */
.header__burg .bars::before {
  top: -7px;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease 0.3s;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease, transform 0.3s ease 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease 0.3s;
}
/* line 160, sass/partials/_header.scss */
.header__burg .bars::after {
  margin-top: 5px;
  -webkit-transition: margin-top 0.3s ease 0.3s, transform 0.3s ease;
  -moz-transition: margin-top 0.3s ease 0.3s, transform 0.3s ease;
  -o-transition: margin-top 0.3s ease 0.3s, transform 0.3s ease;
  transition: margin-top 0.3s ease 0.3s, transform 0.3s ease;
}
/* line 165, sass/partials/_header.scss */
.header__burg:hover {
  background: #56ad6a;
}
/* line 169, sass/partials/_header.scss */
.header__burg + * {
  margin-left: calc(1vw + 1rem);
}
@media only screen and (min-width: 783px) {
  /* line 173, sass/partials/_header.scss */
  .header__burg {
    display: none;
  }
}
@media only screen and (max-width: 782px) {
  /* line 176, sass/partials/_header.scss */
  .header__logo {
    position: relative;
    z-index: 12;
  }
  /* line 180, sass/partials/_header.scss */
  .header__menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.4s linear, opacity 0.4s ease;
    -moz-transition: visibility 0.4s linear, opacity 0.4s ease;
    -o-transition: visibility 0.4s linear, opacity 0.4s ease;
    transition: visibility 0.4s linear, opacity 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 12rem 1rem 1rem 1rem;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    z-index: 11;
    flex-direction: column;
  }
  /* line 195, sass/partials/_header.scss */
  .header__menu li {
    font-size: 2.4rem;
  }
  /* line 197, sass/partials/_header.scss */
  .header__menu li a {
    display: block;
    text-align: center;
  }
  /* line 203, sass/partials/_header.scss */
  .header__menu li.current-menu-item > a::before, .header__menu li.current-menu-ancestor > a::before {
    left: 0;
    top: 50%;
  }
  /* line 208, sass/partials/_header.scss */
  .header__menu li + li {
    margin-left: 0;
  }
  /* line 211, sass/partials/_header.scss */
  .header__search {
    background: rgba(2, 1, 16, 0.1);
    width: 4.8rem;
    height: 4.8rem;
    z-index: 12;
    position: relative;
  }
  /* line 217, sass/partials/_header.scss */
  .header__search .icon::before {
    background: #020110;
    width: 2.4rem;
    height: 2.4rem;
  }
  /* line 223, sass/partials/_header.scss */
  .header__search:hover .icon::before {
    background: #FFF;
  }
  /* line 226, sass/partials/_header.scss */
  .header__burg {
    display: flex;
    z-index: 12;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  /* line 234, sass/partials/_header.scss */
  .header__logo svg, .header__logo img, .header__logo picture {
    height: 7rem;
  }
  /* line 238, sass/partials/_header.scss */
  .header__search, .header__burg {
    width: 4rem;
    height: 4rem;
  }
  /* line 242, sass/partials/_header.scss */
  .header__search .icon::before, .header__burg .icon::before {
    width: 2rem;
    height: 2rem;
  }
}

@media only screen and (max-width: 782px) {
  /* line 251, sass/partials/_header.scss */
  body.menu-open {
    position: fixed;
    width: 100%;
  }
  /* line 257, sass/partials/_header.scss */
  body.menu-open .header__menu {
    opacity: 1;
    visibility: visible;
  }
  /* line 267, sass/partials/_header.scss */
  body.menu-open .header__burg .bars {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background 0.3s ease, transform 0.3s ease 0.3s;
    -moz-transition: background 0.3s ease, transform 0.3s ease 0.3s;
    -o-transition: background 0.3s ease, transform 0.3s ease 0.3s;
    transition: background 0.3s ease, transform 0.3s ease 0.3s;
  }
  /* line 271, sass/partials/_header.scss */
  body.menu-open .header__burg .bars::before {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
    -moz-transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
    -o-transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
  }
  /* line 276, sass/partials/_header.scss */
  body.menu-open .header__burg .bars::after {
    margin-top: -2px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: margin-top 0.3s ease, transform 0.3s ease 0.3s;
    -moz-transition: margin-top 0.3s ease, transform 0.3s ease 0.3s;
    -o-transition: margin-top 0.3s ease, transform 0.3s ease 0.3s;
    transition: margin-top 0.3s ease, transform 0.3s ease 0.3s;
  }

  /* line 284, sass/partials/_header.scss */
  .customize-support .header__menu {
    height: calc(100vh - 46px);
  }
}
/* line 1, sass/partials/_section.scss */
.section {
  position: relative;
  padding: calc(2.5vw + 2.5rem) 0;
  border-radius: calc(1vw + 1rem);
  overflow: hidden;
  margin: 0 calc(1vw + 1rem);
}
/* line 7, sass/partials/_section.scss */
.section__bg {
  background: center/cover no-repeat;
  background-color: inherit;
}
/* line 11, sass/partials/_section.scss */
.section__bg::before {
  content: '';
  background-color: inherit;
  opacity: .25;
}
/* line 17, sass/partials/_section.scss */
.section__bg + .container {
  position: relative;
  z-index: 2;
}
/* line 22, sass/partials/_section.scss */
.section--line {
  padding-top: calc(3vw + 3rem) !important;
}
/* line 24, sass/partials/_section.scss */
.section--line::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 1400px;
  height: 1px;
  background: #020110;
  opacity: .25;
  margin: 0 auto;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1600px) {
  /* line 24, sass/partials/_section.scss */
  .section--line::before {
    max-width: 1200px;
  }
}
/* line 42, sass/partials/_section.scss */
.section--thin {
  padding: calc(1.5vw + 1.5rem) 0;
}
/* line 45, sass/partials/_section.scss */
.section--thick {
  padding: calc(4vw + 4rem) 0;
}
/* line 48, sass/partials/_section.scss */
.section--overlap {
  overflow: visible;
}
/* line 51, sass/partials/_section.scss */
.section + .section {
  margin-top: calc(1vw + 1rem);
}
@media only screen and (max-width: 782px) {
  /* line 55, sass/partials/_section.scss */
  .section__bg::before {
    opacity: .5;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1, sass/partials/_section.scss */
  .section {
    padding: calc(2vw + 2rem) 0;
  }
  /* line 62, sass/partials/_section.scss */
  .section--thick {
    padding: calc(3vw + 3rem) 0;
  }
}

/* line 68, sass/partials/_section.scss */
.bg--white {
  background: #FFF;
}
/* line 70, sass/partials/_section.scss */
.bg--white + .bg--white {
  padding-top: calc(3vw + 3rem);
}
/* line 73, sass/partials/_section.scss */
.bg--white + .bg--white::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 1400px;
  height: 1px;
  background: #020110;
  opacity: .25;
  margin: 0 auto;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1600px) {
  /* line 73, sass/partials/_section.scss */
  .bg--white + .bg--white::before {
    max-width: 1200px;
  }
}
/* line 90, sass/partials/_section.scss */
.bg--white + .bg--white.section--thin {
  padding-top: calc(2vw + 2rem);
}
/* line 91, sass/partials/_section.scss */
.bg--white + .bg--white.section--thick {
  padding-top: calc((4vw + 4rem) + (0.5vw + 0.5rem));
}
/* line 93, sass/partials/_section.scss */
.bg--white .download-block {
  background: #F2F2F2;
}

/* line 95, sass/partials/_section.scss */
.bg--light {
  background: #F2F2F2;
}

/* line 101, sass/partials/_section.scss */
.bg--ltgreen {
  background: #B5D9BD;
}

/* line 107, sass/partials/_section.scss */
.bg--green {
  background: #4C9D5F;
}
/* line 109, sass/partials/_section.scss */
.bg--green .btn, .bg--green form button[type="submit"], form .bg--green button[type="submit"],
.bg--green form input[type="submit"],
form .bg--green input[type="submit"], .bg--green .header__menu > li.button > a {
  background: #FFF;
  color: #020089;
}
/* line 112, sass/partials/_section.scss */
.bg--green .btn:hover, .bg--green form button[type="submit"]:hover, form .bg--green button[type="submit"]:hover,
.bg--green form input[type="submit"]:hover,
form .bg--green input[type="submit"]:hover, .bg--green .header__menu > li.button > a:hover {
  color: #4C9D5F;
}

/* line 120, sass/partials/_section.scss */
.bg--blue {
  background: #020089;
}

/* line 126, sass/partials/_section.scss */
.bg--dark {
  background: #020110;
}

/* line 134, sass/partials/_section.scss */
.bg--ltgreen h1, .bg--ltgreen h2, .bg--ltgreen h3, .bg--ltgreen h4, .bg--ltgreen h5, .bg--ltgreen h6 {
  color: #020110;
}

/* line 142, sass/partials/_section.scss */
.bg--green h1, .bg--green h2, .bg--green h3, .bg--green h4, .bg--green h5, .bg--green h6, .bg--green p, .bg--green .gform_confirmation_message, .bg--green .quote blockquote, .quote .bg--green blockquote, .bg--green li, .bg--green blockquote,
.bg--blue h1,
.bg--blue h2,
.bg--blue h3,
.bg--blue h4,
.bg--blue h5,
.bg--blue h6,
.bg--blue p,
.bg--blue .gform_confirmation_message,
.bg--blue .quote blockquote,
.quote .bg--blue blockquote,
.bg--blue li,
.bg--blue blockquote,
.bg--dark h1,
.bg--dark h2,
.bg--dark h3,
.bg--dark h4,
.bg--dark h5,
.bg--dark h6,
.bg--dark p,
.bg--dark .gform_confirmation_message,
.bg--dark .quote blockquote,
.quote .bg--dark blockquote,
.bg--dark li,
.bg--dark blockquote {
  color: #FFF;
}

/* line 152, sass/partials/_section.scss */
.bg--light .drops__down,
.bg--ltgreen .drops__down,
.bg--green .drops__down,
.bg--blue .drops__down,
.bg--dark .drops__down {
  background: #FFF;
}

/* line 1, sass/partials/_split.scss */
.split {
  display: flex;
  justify-content: space-between;
  column-gap: calc(2vw + 2rem);
}
/* line 5, sass/partials/_split.scss */
.split--start {
  align-items: flex-start;
}
/* line 8, sass/partials/_split.scss */
.split--center {
  align-items: center;
}
/* line 11, sass/partials/_split.scss */
.split--end {
  align-items: flex-end;
}
/* line 15, sass/partials/_split.scss */
.split--rev .split__col:nth-child(2n) {
  order: 1;
}
/* line 16, sass/partials/_split.scss */
.split--rev .split__col:nth-child(2n+1) {
  order: 2;
}
/* line 19, sass/partials/_split.scss */
.split__col {
  flex: 0 0 calc(50% - (1vw + 1rem));
  max-height: calc(50% - (1vw + 1rem));
}
/* line 22, sass/partials/_split.scss */
.split__col > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: calc(0.5vw + 0.5rem);
  margin: 0 0 2.4rem;
}
/* line 29, sass/partials/_split.scss */
.split__col--large {
  flex: 0 0 calc(66.66666% - (1vw + 1rem));
  max-width: 80rem;
}
/* line 33, sass/partials/_split.scss */
.split__col--small {
  flex: 0 0 calc(33.33333% - (1vw + 1rem));
}
/* line 36, sass/partials/_split.scss */
.split__col[class*=bg--] {
  border-radius: calc(0.5vw + 0.5rem);
  padding: calc(1.5vw + 1.5rem);
}
/* line 40, sass/partials/_split.scss */
.split__col > *:not(.grid):last-child {
  margin-bottom: 0;
}

/* line 43, sass/partials/_split.scss */
* + .split {
  margin-top: calc(2vw + 2rem);
}

@media only screen and (max-width: 782px) {
  /* line 46, sass/partials/_split.scss */
  .split {
    flex-wrap: wrap;
    column-gap: 0;
  }
  /* line 49, sass/partials/_split.scss */
  .split__col {
    flex: 0 0 100%;
  }
  /* line 51, sass/partials/_split.scss */
  .split__col + .split__col {
    margin-top: calc(1.5vw + 1.5rem);
  }
  /* line 54, sass/partials/_split.scss */
  .split--rev .split__col:nth-child(2n) {
    margin-top: 0;
  }
  /* line 57, sass/partials/_split.scss */
  .split--rev .split__col:nth-child(2n+1) {
    margin-top: calc(1.5vw + 1.5rem);
  }
}
/* line 3, sass/partials/_text.scss */
.text__btns {
  display: flex;
  flex-wrap: wrap;
  margin: -.3rem -.5rem;
  list-style-type: none;
  padding: 0;
}
/* line 9, sass/partials/_text.scss */
.text__btns li {
  padding: .3rem .5rem;
}
/* line 15, sass/partials/_text.scss */
.text *[style*="text-align:right"] + .text__btns,
.text *[style*="text-align: right"] + .text__btns {
  justify-content: right;
}
/* line 19, sass/partials/_text.scss */
.text *[style*="text-align:left"] + .text__btns,
.text *[style*="text-align: left"] + .text__btns {
  justify-content: left;
}
/* line 23, sass/partials/_text.scss */
.text *[style*="text-align:center"] + .text__btns,
.text *[style*="text-align: center"] + .text__btns {
  justify-content: center;
}
/* line 26, sass/partials/_text.scss */
.text > *:last-child {
  margin-bottom: 0;
}
/* line 30, sass/partials/_text.scss */
.text--thin {
  max-width: 100rem;
}
/* line 33, sass/partials/_text.scss */
.text--intro {
  margin: 0 auto;
  text-align: center;
  max-width: 80rem;
}

/* line 1, sass/partials/_grid.scss */
.grid {
  margin: calc(0% - (0.75vw + 0.75rem));
  display: flex;
  flex-wrap: wrap;
}
/* line 6, sass/partials/_grid.scss */
.grid--2 .grid__block {
  flex: 0 0 50%;
}
/* line 11, sass/partials/_grid.scss */
.grid--3 .grid__block {
  flex: 0 0 33.33333%;
}
/* line 15, sass/partials/_grid.scss */
.grid--4 {
  margin: calc(0% - (0.5vw + 0.5rem));
}
/* line 17, sass/partials/_grid.scss */
.grid--4 .grid__block {
  flex: 0 0 25%;
  padding: calc(0.5vw + 0.5rem);
}
/* line 22, sass/partials/_grid.scss */
.grid--5 {
  justify-content: center;
}
/* line 24, sass/partials/_grid.scss */
.grid--5 .grid__block {
  flex: 0 0 33.33333%;
}
/* line 30, sass/partials/_grid.scss */
.grid--6 .grid__block {
  flex: 0 0 16.66666%;
}
/* line 34, sass/partials/_grid.scss */
.grid--center {
  justify-content: center;
}
/* line 38, sass/partials/_grid.scss */
.grid__block {
  padding: calc(0.75vw + 0.75rem);
  width: 100%;
}
@media only screen and (max-width: 782px) {
  /* line 44, sass/partials/_grid.scss */
  .grid--5 .grid__block {
    flex: 0 0 50%;
  }
  /* line 48, sass/partials/_grid.scss */
  .grid--6 .grid__block {
    flex: 0 0 33.33333%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 56, sass/partials/_grid.scss */
  .grid--2 .grid__block, .grid--3 .grid__block, .grid--5 .grid__block {
    flex: 0 0 100%;
  }
  /* line 62, sass/partials/_grid.scss */
  .grid--4 .grid__block, .grid--6 .grid__block {
    flex: 0 0 50%;
  }
}

/* line 68, sass/partials/_grid.scss */
* + .grid {
  padding-top: calc(2vw + 2rem);
}

/* line 72, sass/partials/_grid.scss */
.icon-block .icon,
.icon-block *[class*='fa-'] {
  margin-bottom: 1rem;
  width: 4rem;
  height: 4rem;
  background: #B5D9BD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 84, sass/partials/_grid.scss */
.icon-block *[class*='fa-'] {
  color: #020110;
  font-size: 2rem;
}
/* line 88, sass/partials/_grid.scss */
.icon-block .icon::before {
  background: #020110;
  width: 2.4rem;
  height: 2.4rem;
}
/* line 93, sass/partials/_grid.scss */
.icon-block h3 {
  margin-bottom: 1rem;
}
/* line 94, sass/partials/_grid.scss */
.icon-block p, .icon-block .gform_confirmation_message, .icon-block .quote blockquote, .quote .icon-block blockquote {
  font-size: 1.6rem;
}
/* line 97, sass/partials/_grid.scss */
.icon-block--center {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* line 105, sass/partials/_grid.scss */
.download-block {
  display: block;
  background: #FFF;
  border-radius: 1rem;
  padding: calc(1vw + 1rem);
}
/* line 110, sass/partials/_grid.scss */
.download-block > *:last-child {
  margin-bottom: 0;
}

/* line 113, sass/partials/_grid.scss */
.gallery-img {
  display: block;
  background: center/cover no-repeat;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
/* line 120, sass/partials/_grid.scss */
.gallery-img::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
/* line 125, sass/partials/_grid.scss */
.gallery-img::after {
  content: '';
  opacity: 0;
  background: #020110;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 133, sass/partials/_grid.scss */
.gallery-img:hover::after {
  opacity: .25;
}

/* line 1, sass/partials/_slider.scss */
.slider {
  width: calc(100% + (1vw + 1rem));
  position: relative;
  z-index: 2;
  margin-left: calc(0% - (0.5vw + 0.5rem));
}
/* line 6, sass/partials/_slider.scss */
.slider .slick-track {
  display: flex;
}
/* line 9, sass/partials/_slider.scss */
.slider .slick-list {
  overflow: visible;
}
/* line 11, sass/partials/_slider.scss */
.slider .slick-list + .slick-next {
  margin-top: calc(2vw + 2rem);
}
/* line 15, sass/partials/_slider.scss */
.slider__block {
  height: 100%;
  display: block;
  opacity: .33;
  pointer-events: auto;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  padding: 0 calc(0.5vw + 0.5rem);
}
/* line 22, sass/partials/_slider.scss */
.slider__block.slick-active {
  opacity: 1;
  pointer-events: default;
}
/* line 27, sass/partials/_slider.scss */
.slider .slick-arrow {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4C9D5F;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease;
  -moz-transition: opacity 0.3s ease, background 0.3s ease;
  -o-transition: opacity 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease;
  cursor: pointer;
  border: none;
  border-radius: 50%;
}
/* line 38, sass/partials/_slider.scss */
.slider .slick-arrow .icon::before {
  width: 2.4rem;
  height: 2.4rem;
  background: #FFF;
}
/* line 43, sass/partials/_slider.scss */
.slider .slick-arrow:hover {
  background: #56ad6a;
}
/* line 47, sass/partials/_slider.scss */
.slider .slick-arrow.slick-disabled {
  opacity: .5;
  pointer-events: none;
}
/* line 51, sass/partials/_slider.scss */
.slider .slick-arrow.slick-prev {
  position: absolute;
  bottom: 0;
  right: calc(4rem + (0.75vw + 0.75rem));
}
/* line 56, sass/partials/_slider.scss */
.slider .slick-arrow.slick-next {
  margin-left: auto;
  margin-right: calc(0.5vw + 0.5rem);
}

/* line 62, sass/partials/_slider.scss */
* + .slider {
  padding-top: calc(2vw + 2rem);
}

/* line 64, sass/partials/_slider.scss */
.quote {
  height: 100%;
  background: #B5D9BD;
  padding: calc(1.5vw + 1.5rem);
  border-radius: calc(0.5vw + 0.5rem);
  display: flex;
  flex-direction: column;
}
/* line 71, sass/partials/_slider.scss */
.quote blockquote {
  padding: 0;
  font-style: normal;
}
/* line 76, sass/partials/_slider.scss */
.quote__footer {
  margin-top: calc(1.5vw + 1.5rem);
}
/* line 78, sass/partials/_slider.scss */
.quote__footer p, .quote__footer .gform_confirmation_message, .quote__footer .quote blockquote, .quote .quote__footer blockquote {
  margin: 0;
  line-height: 1.1em;
}
/* line 81, sass/partials/_slider.scss */
.quote__footer p b, .quote__footer .gform_confirmation_message b, .quote__footer .quote blockquote b, .quote .quote__footer blockquote b, .quote__footer p strong, .quote__footer .gform_confirmation_message strong, .quote__footer .quote blockquote strong, .quote .quote__footer blockquote strong {
  font-weight: 500;
}
/* line 82, sass/partials/_slider.scss */
.quote__footer p small, .quote__footer .gform_confirmation_message small, .quote__footer .quote blockquote small, .quote .quote__footer blockquote small {
  font-size: 1.6rem;
  opacity: 0.5;
}
/* line 87, sass/partials/_slider.scss */
.quote__footer > *:last-child {
  margin-bottom: 0;
}

/* line 2, sass/partials/_dropdown.scss */
.drops__down {
  background: #F2F2F2;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
/* line 7, sass/partials/_dropdown.scss */
.drops__down__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem calc(0.75vw + 0.75rem);
  cursor: pointer;
}
/* line 14, sass/partials/_dropdown.scss */
.drops__down__top p, .drops__down__top .gform_confirmation_message, .drops__down__top .quote blockquote, .quote .drops__down__top blockquote {
  margin: 0;
}
/* line 17, sass/partials/_dropdown.scss */
.drops__down__top__btn {
  width: 4rem;
  height: 4rem;
  background: #020089;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.3s ease, background 0.3s ease;
  -moz-transition: transform 0.3s ease, background 0.3s ease;
  -o-transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
}
/* line 27, sass/partials/_dropdown.scss */
.drops__down__top__btn .icon::before {
  background: #FFF;
  width: 2.4rem;
  height: 2.4rem;
}
/* line 35, sass/partials/_dropdown.scss */
.drops__down__top:hover .drops__down__top__btn {
  background: #4C9D5F;
}
/* line 40, sass/partials/_dropdown.scss */
.drops__down__bottom {
  display: none;
  padding: 0 calc(0.75vw + 0.75rem) calc(0.75vw + 0.75rem) calc(0.75vw + 0.75rem);
}
/* line 43, sass/partials/_dropdown.scss */
.drops__down__bottom > *:first-child {
  margin-top: 0;
}
/* line 44, sass/partials/_dropdown.scss */
.drops__down__bottom > *:last-child {
  margin-bottom: 0;
}
/* line 46, sass/partials/_dropdown.scss */
.drops__down + .drops__down {
  margin-top: calc(0.5vw + 0.5rem);
}
/* line 48, sass/partials/_dropdown.scss */
.drops__down.open {
  background: #FFF;
  -webkit-box-shadow: inset 0 0 0 1px rgba(2, 1, 16, 0.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(2, 1, 16, 0.25);
  box-shadow: inset 0 0 0 1px rgba(2, 1, 16, 0.25);
}
/* line 51, sass/partials/_dropdown.scss */
.drops__down.open .drops__down__top__btn {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 57, sass/partials/_dropdown.scss */
* + .drops {
  margin-top: calc(2vw + 2rem);
}

/* line 1, sass/partials/_misc.scss */
body .iframe-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.4rem;
  border-radius: calc(0.5vw + 0.5rem);
}
/* line 7, sass/partials/_misc.scss */
body .iframe-wrapper::before {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}
/* line 12, sass/partials/_misc.scss */
body .iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 21, sass/partials/_misc.scss */
ul.contact-details {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 25, sass/partials/_misc.scss */
ul.contact-details li {
  display: flex;
  align-items: flex-start;
}
/* line 28, sass/partials/_misc.scss */
ul.contact-details li a {
  display: flex;
  align-items: center;
  color: #020110;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 33, sass/partials/_misc.scss */
ul.contact-details li a:hover {
  color: #4C9D5F;
}
/* line 35, sass/partials/_misc.scss */
ul.contact-details li a:hover .icon::before {
  background: #4C9D5F;
}
/* line 40, sass/partials/_misc.scss */
ul.contact-details li address {
  font-style: normal;
  line-height: 1.2em;
}
/* line 44, sass/partials/_misc.scss */
ul.contact-details li .icon {
  margin-right: 1rem;
  flex: 0 0 2rem;
}
/* line 47, sass/partials/_misc.scss */
ul.contact-details li .icon::before {
  background: #020110;
  width: 2rem;
  height: 2rem;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 53, sass/partials/_misc.scss */
ul.contact-details li .icon--pin {
  margin-right: .2rem;
}
/* line 55, sass/partials/_misc.scss */
ul.contact-details li .icon--pin::before {
  height: 2.8rem;
  width: 2.8rem;
  -webkit-transform: translateX(-0.4rem);
  -moz-transform: translateX(-0.4rem);
  -ms-transform: translateX(-0.4rem);
  -o-transform: translateX(-0.4rem);
  transform: translateX(-0.4rem);
}
/* line 62, sass/partials/_misc.scss */
ul.contact-details li + li {
  margin-top: 1rem;
}

/* line 1, sass/partials/_search.scss */
.results {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 5, sass/partials/_search.scss */
.results li {
  display: block;
}
/* line 7, sass/partials/_search.scss */
.results li h4 {
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
}
/* line 12, sass/partials/_search.scss */
.results li h4 a {
  color: #020110;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 15, sass/partials/_search.scss */
.results li h4 a:hover {
  color: #4C9D5F;
}
/* line 17, sass/partials/_search.scss */
.results li h4 + small, .results li h4 + p, .results li h4 + .gform_confirmation_message, .results li .quote h4 + blockquote, .quote .results li h4 + blockquote {
  margin-top: .5em;
}
/* line 20, sass/partials/_search.scss */
.results li small {
  display: block;
  line-height: 1.2em;
}
/* line 23, sass/partials/_search.scss */
.results li small a {
  display: inline-block;
  color: #aaa;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 27, sass/partials/_search.scss */
.results li small a:hover {
  color: #4C9D5F;
}
/* line 29, sass/partials/_search.scss */
.results li small + p, .results li small + .gform_confirmation_message, .results li .quote small + blockquote, .quote .results li small + blockquote {
  margin-top: .5em;
}
/* line 31, sass/partials/_search.scss */
.results li p, .results li .gform_confirmation_message, .results li .quote blockquote, .quote .results li blockquote {
  font-size: 1.4rem;
  line-height: 1.5em;
}
/* line 34, sass/partials/_search.scss */
.results li p:last-child, .results li .gform_confirmation_message:last-child, .results li .quote blockquote:last-child, .quote .results li blockquote:last-child {
  margin-bottom: 0;
}
/* line 36, sass/partials/_search.scss */
.results li + li {
  padding-top: calc(1.5vw + 1.5rem);
  margin-top: calc(1.5vw + 1.5rem);
  border-top: 1px solid #dadada;
}

@media only screen and (max-width: 782px) {
  /* line 44, sass/partials/_search.scss */
  .results li + li {
    padding-top: calc(1vw + 1rem);
    margin-top: calc(1vw + 1rem);
  }
}
/* line 1, sass/partials/_footer.scss */
.footer {
  margin: calc(1vw + 1rem) calc(1vw + 1rem) 0;
}
/* line 3, sass/partials/_footer.scss */
.footer__main {
  background: #F2F2F2;
  padding: calc(2.5vw + 2.5rem) 0;
  border-radius: calc(1vw + 1rem);
  overflow: hidden;
}
/* line 8, sass/partials/_footer.scss */
.footer__main .container {
  display: flex;
  column-gap: calc(2vw + 2rem);
  align-items: flex-start;
}
/* line 13, sass/partials/_footer.scss */
.footer__main__col {
  flex: 1 1 auto;
}
/* line 15, sass/partials/_footer.scss */
.footer__main__col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 19, sass/partials/_footer.scss */
.footer__main__col ul li {
  display: flex;
  align-items: flex-start;
}
/* line 22, sass/partials/_footer.scss */
.footer__main__col ul li a {
  display: flex;
  align-items: center;
  color: #020110;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 27, sass/partials/_footer.scss */
.footer__main__col ul li a:hover {
  color: #4C9D5F;
}
/* line 29, sass/partials/_footer.scss */
.footer__main__col ul li a:hover .icon::before {
  background: #4C9D5F;
}
/* line 34, sass/partials/_footer.scss */
.footer__main__col ul li address {
  font-style: normal;
  line-height: 1.2em;
}
/* line 38, sass/partials/_footer.scss */
.footer__main__col ul li .icon {
  margin-right: 1rem;
  flex: 0 0 2rem;
}
/* line 41, sass/partials/_footer.scss */
.footer__main__col ul li .icon::before {
  background: #020089;
  width: 2rem;
  height: 2rem;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 47, sass/partials/_footer.scss */
.footer__main__col ul li .icon--pin {
  margin-right: .2rem;
}
/* line 49, sass/partials/_footer.scss */
.footer__main__col ul li .icon--pin::before {
  height: 2.8rem;
  width: 2.8rem;
  -webkit-transform: translateX(-0.4rem);
  -moz-transform: translateX(-0.4rem);
  -ms-transform: translateX(-0.4rem);
  -o-transform: translateX(-0.4rem);
  transform: translateX(-0.4rem);
}
/* line 58, sass/partials/_footer.scss */
.footer__main__col ul li.curent-menu-item > a, .footer__main__col ul li.current-menu-ancestor > a {
  color: #020089;
  font-weight: 500;
}
/* line 64, sass/partials/_footer.scss */
.footer__main__col ul li.menu-item-has-children .sub-menu {
  display: none;
}
/* line 68, sass/partials/_footer.scss */
.footer__main__col ul li + li {
  margin-top: 1rem;
}
/* line 74, sass/partials/_footer.scss */
.footer__main__col--logo img, .footer__main__col--logo svg, .footer__main__col--logo picture {
  height: 9rem;
  display: block;
  width: auto;
}
/* line 82, sass/partials/_footer.scss */
.footer__legal {
  background: #FFF;
  padding: calc(1vw + 1rem) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 90, sass/partials/_footer.scss */
.footer__legal__left p, .footer__legal__left .gform_confirmation_message, .footer__legal__left .quote blockquote, .quote .footer__legal__left blockquote, .footer__legal__right p, .footer__legal__right .gform_confirmation_message, .footer__legal__right .quote blockquote, .quote .footer__legal__right blockquote {
  font-size: 1.4rem;
}
/* line 91, sass/partials/_footer.scss */
.footer__legal__left > *:last-child, .footer__legal__right > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 782px) {
  /* line 98, sass/partials/_footer.scss */
  .footer__main .container {
    flex-wrap: wrap;
  }
  /* line 102, sass/partials/_footer.scss */
  .footer__main__col--logo {
    flex: 0 0 100%;
    margin-bottom: calc(2vw + 2rem);
  }
  /* line 105, sass/partials/_footer.scss */
  .footer__main__col--logo > a {
    display: flex;
    justify-content: center;
  }
  /* line 113, sass/partials/_footer.scss */
  .footer__legal {
    flex-direction: column;
  }
  /* line 115, sass/partials/_footer.scss */
  .footer__legal__left, .footer__legal__right {
    text-align: center;
  }
  /* line 119, sass/partials/_footer.scss */
  .footer__legal__left + .footer__legal__right {
    margin-top: calc(1vw + 1rem);
  }
}
@media only screen and (max-width: 480px) {
  /* line 124, sass/partials/_footer.scss */
  .footer__main .container {
    flex-direction: column;
    align-items: center;
  }
  /* line 129, sass/partials/_footer.scss */
  .footer__main__col--logo {
    margin-bottom: 0;
  }
  /* line 132, sass/partials/_footer.scss */
  .footer__main__col ul:not(.social) li a {
    display: block;
    text-align: center;
  }
  /* line 138, sass/partials/_footer.scss */
  .footer__main__col + .footer__main__col {
    margin-top: calc(2vw + 2rem);
  }
}

/* line 1, sass/partials/_popup.scss */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(2, 1, 16, 0.7);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 1rem;
  -webkit-transition: visibility 0.7s ease, opacity 0.7s ease;
  -moz-transition: visibility 0.7s ease, opacity 0.7s ease;
  -o-transition: visibility 0.7s ease, opacity 0.7s ease;
  transition: visibility 0.7s ease, opacity 0.7s ease;
}
/* line 16, sass/partials/_popup.scss */
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100rem;
}
/* line 24, sass/partials/_popup.scss */
.popup__wrapper__close {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  background: transparent;
  opacity: 0;
  -webkit-transition: background 0.3s ease, opacity 0.7s ease;
  -moz-transition: background 0.3s ease, opacity 0.7s ease;
  -o-transition: background 0.3s ease, opacity 0.7s ease;
  transition: background 0.3s ease, opacity 0.7s ease;
  cursor: pointer;
}
/* line 36, sass/partials/_popup.scss */
.popup__wrapper__close .icon::before {
  background: #FFF;
  width: 2rem;
  height: 2rem;
}
/* line 41, sass/partials/_popup.scss */
.popup__wrapper__close:hover {
  background: #4C9D5F;
}
/* line 44, sass/partials/_popup.scss */
.popup__wrapper__close + * {
  margin-top: .5rem;
}
/* line 46, sass/partials/_popup.scss */
.popup__wrapper__content {
  width: 100%;
  background: #FFF;
  border-radius: calc(1vw + 1rem);
  padding: calc(1.5vw + 1.5rem);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: transform 0.7s ease, opacity 0.7s ease;
  -moz-transition: transform 0.7s ease, opacity 0.7s ease;
  -o-transition: transform 0.7s ease, opacity 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease;
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
}
/* line 55, sass/partials/_popup.scss */
.popup__wrapper__content > *:last-child {
  margin-bottom: 0;
}
/* line 59, sass/partials/_popup.scss */
.popup.show {
  opacity: 1;
  visibility: visible;
}
/* line 62, sass/partials/_popup.scss */
.popup.show .popup__wrapper__close {
  opacity: 1;
  -webkit-transition: background 0.3s ease, opacity 0.7s ease 1s;
  -moz-transition: background 0.3s ease, opacity 0.7s ease 1s;
  -o-transition: background 0.3s ease, opacity 0.7s ease 1s;
  transition: background 0.3s ease, opacity 0.7s ease 1s;
}
/* line 66, sass/partials/_popup.scss */
.popup.show .popup__wrapper__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.7s ease 0.5s, opacity 0.7s ease 0.5s;
  -moz-transition: transform 0.7s ease 0.5s, opacity 0.7s ease 0.5s;
  -o-transition: transform 0.7s ease 0.5s, opacity 0.7s ease 0.5s;
  transition: transform 0.7s ease 0.5s, opacity 0.7s ease 0.5s;
}
/* line 73, sass/partials/_popup.scss */
.popup#search_popup .popup__wrapper {
  max-width: 60rem;
}

/* line 78, sass/partials/_popup.scss */
.customize-support .popup {
  top: 32px;
  height: calc(100vh - 32px);
}
@media only screen and (max-width: 782px) {
  /* line 78, sass/partials/_popup.scss */
  .customize-support .popup {
    top: 46px;
    height: calc(100vh - 46px);
  }
}
