/*!
Theme Name:		ECOWind
Theme URI:		https://bstonesdesigns.co.uk
Description:	The bespoke WordPress theme for the ECOWind website project
Version:		1.0
Author:			Ben Stones
Author URI:		https://bstonesdesigns.co.uk
Text Domain:	ecowind
*/
@import url("zwr5luc.css");
/* line 47, sass/base/_variables.scss */
.section[style*="background-image"]::before, .section--pattern::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, .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;
}

/* line 13, sass/base/_global.scss */
body {
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
}

/* 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 30, sass/base/_global.scss */
p {
  font-size: 1.6rem;
}

/* line 32, sass/base/_global.scss */
.container {
  width: 85%;
  max-width: 140rem;
  margin: 0 auto;
}
/* line 36, sass/base/_global.scss */
.container.thin {
  max-width: 120rem;
}
/* line 39, sass/base/_global.scss */
.container.thinner {
  max-width: 100rem;
}

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

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

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

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

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

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

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

@keyframes wipeIn {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
/* 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: #155361;
  font-family: proxima-nova, 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: #47BCCA;
  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: #155361;
}

/* paragraphs */
/* line 31, sass/base/_typography.scss */
p {
  font-size: 1.8rem;
  line-height: 1.4em;
  margin: 0 0 2.4rem 0;
  color: #155361;
}
@media only screen and (max-width: 450px) {
  /* line 31, sass/base/_typography.scss */
  p {
    font-size: 1.6rem;
  }
}

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

/* line 45, sass/base/_typography.scss */
li {
  font-size: 1.8rem;
  line-height: 1.4em;
}
@media only screen and (max-width: 450px) {
  /* line 45, sass/base/_typography.scss */
  li {
    font-size: 1.6rem;
  }
}

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

/* headings */
/* line 56, sass/base/_typography.scss */
h1, .h1 {
  font-family: proxima-nova, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #155361;
}

/* line 57, sass/base/_typography.scss */
h2, .h2 {
  font-family: proxima-nova, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  color: #155361;
}

/* line 58, sass/base/_typography.scss */
h3, .h3 {
  font-family: proxima-nova, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #155361;
}

/* line 59, sass/base/_typography.scss */
h4, .h4 {
  font-family: proxima-nova, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #155361;
}

/* line 60, sass/base/_typography.scss */
h5, .h5 {
  font-family: proxima-nova, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #155361;
}

/* line 61, sass/base/_typography.scss */
h6, .h6 {
  font-family: proxima-nova, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #155361;
  text-decoration: underline;
}

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

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

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

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

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

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

/* tables */
/* line 88, sass/base/_typography.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2.4rem 0;
  width: 100%;
}

/* line 95, sass/base/_typography.scss */
table thead td, table th {
  background-color: #999;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6em;
  text-align: left;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 106, sass/base/_typography.scss */
table td {
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 1, sass/base/_icons.scss */
.icon::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #155361;
  -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("../svg/twitter.svg") center/contain no-repeat;
  mask: url("../svg/twitter.svg") center/contain no-repeat;
}
/* line 26, sass/base/_icons.scss */
.icon--facebook::before {
  -webkit-mask: url("../svg/facebook.svg") center/contain no-repeat;
  mask: url("../svg/facebook.svg") center/contain no-repeat;
}
/* line 30, sass/base/_icons.scss */
.icon--linkedin::before {
  -webkit-mask: url("../svg/linkedin.svg") center/contain no-repeat;
  mask: url("../svg/linkedin.svg") center/contain no-repeat;
}
/* line 34, sass/base/_icons.scss */
.icon--youtube::before {
  -webkit-mask: url("../svg/youtube.svg") center/contain no-repeat;
  mask: url("../svg/youtube.svg") center/contain no-repeat;
}
/* line 38, sass/base/_icons.scss */
.icon--instagram::before {
  -webkit-mask: url("../svg/instagram.svg") center/contain no-repeat;
  mask: url("../svg/instagram.svg") center/contain no-repeat;
}
/* line 42, sass/base/_icons.scss */
.icon--menu::before {
  -webkit-mask: url("../svg/menu.svg") center/contain no-repeat;
  mask: url("../svg/menu.svg") center/contain no-repeat;
}
/* line 46, sass/base/_icons.scss */
.icon--tel::before {
  -webkit-mask: url("../svg/tel.svg") center/contain no-repeat;
  mask: url("../svg/tel.svg") center/contain no-repeat;
}
/* line 50, sass/base/_icons.scss */
.icon--email::before {
  -webkit-mask: url("../svg/email.svg") center/contain no-repeat;
  mask: url("../svg/email.svg") center/contain no-repeat;
}
/* line 54, sass/base/_icons.scss */
.icon--chevron::before {
  -webkit-mask: url("../svg/chevron.svg") center/contain no-repeat;
  mask: url("../svg/chevron.svg") center/contain no-repeat;
}
/* line 58, sass/base/_icons.scss */
.icon--arrow::before {
  -webkit-mask: url("../arrow.html") center/contain no-repeat;
  mask: url("../arrow.html") center/contain no-repeat;
}
/* line 62, sass/base/_icons.scss */
.icon--close::before {
  -webkit-mask: url("../svg/close.svg") center/contain no-repeat;
  mask: url("../svg/close.svg") center/contain no-repeat;
}
/* line 66, sass/base/_icons.scss */
.icon--search::before {
  -webkit-mask: url("../svg/search.svg") center/contain no-repeat;
  mask: url("../svg/search.svg") center/contain no-repeat;
}
/* line 70, sass/base/_icons.scss */
.icon--quote::before {
  -webkit-mask: url("../svg/quote2.svg") center/contain no-repeat;
  mask: url("../svg/quote2.svg") center/contain no-repeat;
}
/* line 74, 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 1, sass/base/_btn.scss */
.btn, #mc_embed_signup form input[type="submit"], .search-form form button {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .05em;
  font-weight: 700;
  border-radius: 3rem;
  min-height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2em;
  background: #F9B44A;
  padding: 1rem 3rem;
  -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;
}
/* line 17, sass/base/_btn.scss */
.btn:link, #mc_embed_signup form input[type="submit"]:link, .search-form form button:link, .btn:visited, #mc_embed_signup form input[type="submit"]:visited, .search-form form button:visited {
  color: #FFF;
}
/* line 20, sass/base/_btn.scss */
.btn:hover, #mc_embed_signup form input[type="submit"]:hover, .search-form form button:hover {
  background: #fabe63;
}
/* line 24, sass/base/_btn.scss */
.btn--white {
  background: #FFF;
  color: #47BCCA;
}
/* line 27, sass/base/_btn.scss */
.btn--white:link, .btn--white:visited {
  color: #47BCCA;
}
/* line 30, sass/base/_btn.scss */
.btn--white:hover {
  background: rgba(255, 255, 255, 0.85);
}
/* line 35, sass/base/_btn.scss */
.btn--outline {
  background: transparent;
  color: #F9B44A;
  -webkit-box-shadow: 0 0 0 2px #F9B44A;
  -moz-box-shadow: 0 0 0 2px #F9B44A;
  box-shadow: 0 0 0 2px #F9B44A;
}
/* line 39, sass/base/_btn.scss */
.btn--outline:link, .btn--outline:visited {
  color: #F9B44A;
}
/* line 42, sass/base/_btn.scss */
.btn--outline:hover {
  color: #FFF;
  -webkit-box-shadow: 0 0 0 2px #fabe63;
  -moz-box-shadow: 0 0 0 2px #fabe63;
  box-shadow: 0 0 0 2px #fabe63;
}
/* line 48, sass/base/_btn.scss */
.btn--external {
  display: inline-flex;
  align-items: center;
}
/* line 51, sass/base/_btn.scss */
.btn--external::before {
  content: '';
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 1rem;
  background: #F9B44A;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-mask: url("../svg/external.svg") center/contain no-repeat;
  mask: url("../svg/external.svg") center/contain no-repeat;
}
/* line 63, sass/base/_btn.scss */
.btn--external:hover::before {
  background: #FFF;
}

/* line 2, sass/base/_form.scss */
form input:not([type="submit"]) {
  border: none;
  min-height: 4.5rem;
  border-radius: 0px !important;
  font-size: 1.6rem;
  padding: .8rem 1.4rem !important;
  color: #155361;
}
/* line 10, sass/base/_form.scss */
form textarea {
  border: none;
  font-size: 1.6rem;
  padding: 1.4rem !important;
  color: #155361;
  max-width: 100%;
  min-width: 100%;
  border-radius: 0px !important;
}
/* line 19, sass/base/_form.scss */
form button,
form input[type="submit"] {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #FFF;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* line 32, sass/base/_form.scss */
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
/* line 38, sass/base/_form.scss */
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  margin: 1rem 0 !important;
}
/* line 42, sass/base/_form.scss */
.gform_wrapper.gravity-theme .gform_footer::after,
.gform_wrapper.gravity-theme .gform_page_footer::after {
  content: '';
  margin-left: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #F9B44A;
}
/* line 50, sass/base/_form.scss */
.gform_wrapper.gravity-theme .gform_footer::before,
.gform_wrapper.gravity-theme .gform_page_footer::before {
  content: '';
  background: #FFF;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  right: .8rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask: url("../svg/chevron.svg") center/contain no-repeat;
  mask: url("../svg/chevron.svg") center/contain no-repeat;
}

/* line 64, sass/base/_form.scss */
.gform_confirmation_wrapper {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
}

/* line 72, sass/base/_form.scss */
#mc_embed_signup form {
  width: 100%;
  margin: 0 auto;
  max-width: 48rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* line 79, sass/base/_form.scss */
#mc_embed_signup form #mc_embed_signup_scroll {
  width: 100%;
}
/* line 82, sass/base/_form.scss */
#mc_embed_signup form label {
  display: none;
}
/* line 86, sass/base/_form.scss */
#mc_embed_signup form input[type="email"] {
  background: #FFF;
  min-height: 5rem;
  border-radius: 3rem !important;
  font-size: 1.6rem;
  padding: 0 3rem;
  width: 100%;
  display: block;
}
/* line 99, sass/base/_form.scss */
#mc_embed_signup form .optionalParent .foot {
  display: flex;
  justify-content: center;
}

/* line 106, sass/base/_form.scss */
.search-form {
  display: flex;
  justify-content: center;
}
/* line 109, sass/base/_form.scss */
.search-form form {
  padding: .5rem;
  min-height: 5rem;
  border-radius: 2.5rem;
  max-width: 42rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
}
/* line 117, sass/base/_form.scss */
.search-form form input {
  background: transparent;
  flex: 1;
}
/* line 121, sass/base/_form.scss */
.search-form form button {
  min-height: 4rem;
  display: flex;
  align-items: center;
  column-gap: .7rem;
  padding: .5rem 2rem;
  cursor: pointer;
}
/* line 129, sass/base/_form.scss */
.search-form form button .icon::before {
  width: 2rem;
  height: 2rem;
  background: #FFF;
}
/* line 136, sass/base/_form.scss */
.search-form + * {
  padding-top: calc(2vw + 2rem);
}

/* line 1, sass/partials/_header.scss */
.header {
  background: #FFF;
  padding: calc(1vw + 1rem) 0;
  position: relative;
  z-index: 10;
}
/* line 6, sass/partials/_header.scss */
.header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/* line 18, sass/partials/_header.scss */
.header__logo {
  display: block;
}
/* line 20, sass/partials/_header.scss */
.header__logo picture, .header__logo img {
  height: 8rem;
  width: auto;
  display: block;
}
/* line 25, sass/partials/_header.scss */
.header__menu {
  list-style-type: none;
  padding: 0;
  margin: 0 -1.4rem;
  display: flex;
}
/* line 30, sass/partials/_header.scss */
.header__menu li {
  position: relative;
}
/* line 33, sass/partials/_header.scss */
.header__menu li a {
  padding: 1.4rem calc(1vw + 1rem) 1rem;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  color: rgba(21, 83, 97, 0.75);
}
/* line 40, sass/partials/_header.scss */
.header__menu li a:hover {
  color: #155361;
}
/* line 42, sass/partials/_header.scss */
.header__menu li a:hover::after {
  background-color: #155361 !important;
}
/* line 49, sass/partials/_header.scss */
.header__menu li.current-menu-item a, .header__menu li.current-page-ancestor a {
  color: #47BCCA;
  font-weight: 700;
}
/* line 52, sass/partials/_header.scss */
.header__menu li.current-menu-item a::after, .header__menu li.current-page-ancestor a::after {
  background-color: #47BCCA !important;
}
/* line 58, sass/partials/_header.scss */
.header__menu li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  margin-left: .8rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: rgba(21, 83, 97, 0.75);
  -webkit-mask: url("../svg/chevron.svg") center/contain no-repeat;
  mask: url("../svg/chevron.svg") center/contain no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: background-color 0.3s ease, transform 0.3s ease;
  -moz-transition: background-color 0.3s ease, transform 0.3s ease;
  -o-transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
/* line 72, sass/partials/_header.scss */
.header__menu li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #155361;
  list-style-type: none;
  min-width: 24rem;
  padding: 0;
  margin: 0;
}
/* line 82, sass/partials/_header.scss */
.header__menu li.menu-item-has-children .sub-menu li {
  padding: 0;
}
/* line 84, sass/partials/_header.scss */
.header__menu li.menu-item-has-children .sub-menu li a {
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #FFF;
}
/* line 88, sass/partials/_header.scss */
.header__menu li.menu-item-has-children .sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
/* line 93, sass/partials/_header.scss */
.header__menu li.menu-item-has-children .sub-menu li::before {
  display: none;
}
/* line 94, sass/partials/_header.scss */
.header__menu li.menu-item-has-children .sub-menu li.current-menu-item > a {
  font-weight: 700;
  color: #03A8C8;
}
/* line 101, sass/partials/_header.scss */
.header__menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
/* line 108, sass/partials/_header.scss */
.header__burg {
  display: none;
  background: transparent;
  padding: calc(1rem + 6px) 1rem;
  border: none;
  cursor: pointer;
  margin: 0 -1rem 0 0;
}
/* line 115, sass/partials/_header.scss */
.header__burg .bars {
  width: 24px;
  height: 3px;
  background: #155361;
  display: block;
  position: relative;
  -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 123, sass/partials/_header.scss */
.header__burg .bars::before, .header__burg .bars::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  position: relative;
}
/* line 132, sass/partials/_header.scss */
.header__burg .bars::before {
  top: -9px;
  -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 136, sass/partials/_header.scss */
.header__burg .bars::after {
  margin-top: 6px;
  -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;
}
@media only screen and (min-width: 783px) {
  /* line 192, sass/partials/_header.scss */
  .header__menu li.menu-item-has-children .sub-menu {
    display: none !important;
  }
  /* line 195, sass/partials/_header.scss */
  .header__menu li.menu-item-has-children:hover .sub-menu {
    display: block !important;
  }
}
@media only screen and (max-width: 782px) {
  /* line 201, sass/partials/_header.scss */
  .header__menu {
    display: flex;
    background: rgba(21, 83, 97, 0.97);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: calc(0.5vw + 0.5rem) 5%;
    justify-content: center;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.3s linear, opacity 0.3s ease;
    -moz-transition: visibility 0.3s linear, opacity 0.3s ease;
    -o-transition: visibility 0.3s linear, opacity 0.3s ease;
    transition: visibility 0.3s linear, opacity 0.3s ease;
  }
  /* line 214, sass/partials/_header.scss */
  .header__menu li {
    padding: 0;
  }
  /* line 216, sass/partials/_header.scss */
  .header__menu li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.8rem;
    font-weight: 700;
    padding: calc(0.5vw + 0.5rem) calc(0.75vw + 0.75rem);
  }
  /* line 221, sass/partials/_header.scss */
  .header__menu li a:hover {
    color: #FFF;
  }
  /* line 225, sass/partials/_header.scss */
  .header__menu li.current-menu-item > a, .header__menu li.current-page-ancestor > a {
    color: #47BCCA;
  }
  /* line 229, sass/partials/_header.scss */
  .header__menu li.menu-item-has-children > a::after {
    background: #FFF;
  }
  /* line 230, sass/partials/_header.scss */
  .header__menu li.menu-item-has-children > a.ready::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 234, sass/partials/_header.scss */
  .header__menu li.menu-item-has-children .sub-menu {
    position: relative;
    width: 100%;
    background: #10414c;
  }
  /* line 240, sass/partials/_header.scss */
  .header__menu li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  /* line 245, sass/partials/_header.scss */
  .header__burg {
    display: flex;
  }
  /* line 249, sass/partials/_header.scss */
  .header.show-menu .header__menu {
    opacity: 1;
    visibility: visible;
  }
  /* line 253, sass/partials/_header.scss */
  .header.show-menu .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 257, sass/partials/_header.scss */
  .header.show-menu .header__burg .bars::before {
    opacity: 0;
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    transform: translateY(9px);
    -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 262, sass/partials/_header.scss */
  .header.show-menu .header__burg .bars::after {
    margin-top: -3px;
    -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;
  }
}
@media only screen and (max-width: 450px) {
  /* line 272, sass/partials/_header.scss */
  .header__logo picture, .header__logo img {
    height: 6rem;
  }
  /* line 276, sass/partials/_header.scss */
  .header__menu {
    display: block;
  }
  /* line 278, sass/partials/_header.scss */
  .header__menu li a {
    padding: 1rem 0;
    text-align: center;
  }
}

/* line 1, sass/partials/_section.scss */
.section {
  padding: calc(3vw + 3rem) 0;
  position: relative;
  overflow: hidden;
}
/* line 6, sass/partials/_section.scss */
.section.bg--white + .bg--white {
  padding-top: 0;
}
/* line 10, sass/partials/_section.scss */
.section.bg--light {
  background: rgba(170, 215, 219, 0.3);
}
/* line 12, sass/partials/_section.scss */
.section.bg--light .split__col__text {
  background: rgba(0, 161, 160, 0.9);
}
/* line 14, sass/partials/_section.scss */
.section.bg--light .split__col__text h1, .section.bg--light .split__col__text .h1, .section.bg--light .split__col__text h2, .section.bg--light .split__col__text .h2, .section.bg--light .split__col__text h3, .section.bg--light .split__col__text .h3, .section.bg--light .split__col__text h4, .section.bg--light .split__col__text .h4, .section.bg--light .split__col__text h5, .section.bg--light .split__col__text .h5, .section.bg--light .split__col__text h6, .section.bg--light .split__col__text .h6, .section.bg--light .split__col__text p, .section.bg--light .split__col__text li, .section.bg--light .split__col__text blockquote, .section.bg--light .split__col__text form {
  color: #FFF;
}
/* line 19, sass/partials/_section.scss */
.section.bg--light h1 a:not(.btn), .section.bg--light .h1 a:not(.btn), .section.bg--light h2 a:not(.btn), .section.bg--light .h2 a:not(.btn), .section.bg--light h3 a:not(.btn), .section.bg--light .h3 a:not(.btn), .section.bg--light h4 a:not(.btn), .section.bg--light .h4 a:not(.btn), .section.bg--light h5 a:not(.btn), .section.bg--light .h5 a:not(.btn), .section.bg--light h6 a:not(.btn), .section.bg--light .h6 a:not(.btn), .section.bg--light p a:not(.btn), .section.bg--light li a:not(.btn), .section.bg--light blockquote a:not(.btn) {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
/* line 23, sass/partials/_section.scss */
.section.bg--light h1 a:not(.btn):hover, .section.bg--light .h1 a:not(.btn):hover, .section.bg--light h2 a:not(.btn):hover, .section.bg--light .h2 a:not(.btn):hover, .section.bg--light h3 a:not(.btn):hover, .section.bg--light .h3 a:not(.btn):hover, .section.bg--light h4 a:not(.btn):hover, .section.bg--light .h4 a:not(.btn):hover, .section.bg--light h5 a:not(.btn):hover, .section.bg--light .h5 a:not(.btn):hover, .section.bg--light h6 a:not(.btn):hover, .section.bg--light .h6 a:not(.btn):hover, .section.bg--light p a:not(.btn):hover, .section.bg--light li a:not(.btn):hover, .section.bg--light blockquote a:not(.btn):hover {
  text-decoration: none;
}
/* line 26, sass/partials/_section.scss */
.section.bg--light + .bg--light {
  padding-top: 0;
}
/* line 30, sass/partials/_section.scss */
.section.bg--teal {
  background: #47BCCA;
}
/* line 32, sass/partials/_section.scss */
.section.bg--teal .quotes .slick-arrow i::before {
  background: #47BCCA;
}
/* line 34, sass/partials/_section.scss */
.section.bg--green {
  background: #00A1A0;
}
/* line 36, sass/partials/_section.scss */
.section.bg--green .quotes .slick-arrow i::before {
  background: #00A1A0;
}
/* line 38, sass/partials/_section.scss */
.section.bg--blue {
  background: #03A8C8;
}
/* line 40, sass/partials/_section.scss */
.section.bg--blue .quotes .slick-arrow i::before {
  background: #03A8C8;
}
/* line 42, sass/partials/_section.scss */
.section.bg--dark {
  background: #155361;
}
/* line 44, sass/partials/_section.scss */
.section.bg--dark .quotes .slick-arrow i::before {
  background: #155361;
}
/* line 50, sass/partials/_section.scss */
.section.bg--dark h1, .section.bg--dark .h1, .section.bg--dark h2, .section.bg--dark .h2, .section.bg--dark h3, .section.bg--dark .h3, .section.bg--dark h4, .section.bg--dark .h4, .section.bg--dark h5, .section.bg--dark .h5, .section.bg--dark h6, .section.bg--dark .h6, .section.bg--dark p, .section.bg--dark li, .section.bg--dark blockquote, .section.bg--teal h1, .section.bg--teal .h1, .section.bg--teal h2, .section.bg--teal .h2, .section.bg--teal h3, .section.bg--teal .h3, .section.bg--teal h4, .section.bg--teal .h4, .section.bg--teal h5, .section.bg--teal .h5, .section.bg--teal h6, .section.bg--teal .h6, .section.bg--teal p, .section.bg--teal li, .section.bg--teal blockquote, .section.bg--blue h1, .section.bg--blue .h1, .section.bg--blue h2, .section.bg--blue .h2, .section.bg--blue h3, .section.bg--blue .h3, .section.bg--blue h4, .section.bg--blue .h4, .section.bg--blue h5, .section.bg--blue .h5, .section.bg--blue h6, .section.bg--blue .h6, .section.bg--blue p, .section.bg--blue li, .section.bg--blue blockquote, .section.bg--green h1, .section.bg--green .h1, .section.bg--green h2, .section.bg--green .h2, .section.bg--green h3, .section.bg--green .h3, .section.bg--green h4, .section.bg--green .h4, .section.bg--green h5, .section.bg--green .h5, .section.bg--green h6, .section.bg--green .h6, .section.bg--green p, .section.bg--green li, .section.bg--green blockquote {
  color: #FFF;
}
/* line 52, sass/partials/_section.scss */
.section.bg--dark h1 a:not(.btn), .section.bg--dark .h1 a:not(.btn), .section.bg--dark h2 a:not(.btn), .section.bg--dark .h2 a:not(.btn), .section.bg--dark h3 a:not(.btn), .section.bg--dark .h3 a:not(.btn), .section.bg--dark h4 a:not(.btn), .section.bg--dark .h4 a:not(.btn), .section.bg--dark h5 a:not(.btn), .section.bg--dark .h5 a:not(.btn), .section.bg--dark h6 a:not(.btn), .section.bg--dark .h6 a:not(.btn), .section.bg--dark p a:not(.btn), .section.bg--dark li a:not(.btn), .section.bg--dark blockquote a:not(.btn), .section.bg--teal h1 a:not(.btn), .section.bg--teal .h1 a:not(.btn), .section.bg--teal h2 a:not(.btn), .section.bg--teal .h2 a:not(.btn), .section.bg--teal h3 a:not(.btn), .section.bg--teal .h3 a:not(.btn), .section.bg--teal h4 a:not(.btn), .section.bg--teal .h4 a:not(.btn), .section.bg--teal h5 a:not(.btn), .section.bg--teal .h5 a:not(.btn), .section.bg--teal h6 a:not(.btn), .section.bg--teal .h6 a:not(.btn), .section.bg--teal p a:not(.btn), .section.bg--teal li a:not(.btn), .section.bg--teal blockquote a:not(.btn), .section.bg--blue h1 a:not(.btn), .section.bg--blue .h1 a:not(.btn), .section.bg--blue h2 a:not(.btn), .section.bg--blue .h2 a:not(.btn), .section.bg--blue h3 a:not(.btn), .section.bg--blue .h3 a:not(.btn), .section.bg--blue h4 a:not(.btn), .section.bg--blue .h4 a:not(.btn), .section.bg--blue h5 a:not(.btn), .section.bg--blue .h5 a:not(.btn), .section.bg--blue h6 a:not(.btn), .section.bg--blue .h6 a:not(.btn), .section.bg--blue p a:not(.btn), .section.bg--blue li a:not(.btn), .section.bg--blue blockquote a:not(.btn), .section.bg--green h1 a:not(.btn), .section.bg--green .h1 a:not(.btn), .section.bg--green h2 a:not(.btn), .section.bg--green .h2 a:not(.btn), .section.bg--green h3 a:not(.btn), .section.bg--green .h3 a:not(.btn), .section.bg--green h4 a:not(.btn), .section.bg--green .h4 a:not(.btn), .section.bg--green h5 a:not(.btn), .section.bg--green .h5 a:not(.btn), .section.bg--green h6 a:not(.btn), .section.bg--green .h6 a:not(.btn), .section.bg--green p a:not(.btn), .section.bg--green li a:not(.btn), .section.bg--green blockquote a:not(.btn) {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
/* line 56, sass/partials/_section.scss */
.section.bg--dark h1 a:not(.btn):hover, .section.bg--dark .h1 a:not(.btn):hover, .section.bg--dark h2 a:not(.btn):hover, .section.bg--dark .h2 a:not(.btn):hover, .section.bg--dark h3 a:not(.btn):hover, .section.bg--dark .h3 a:not(.btn):hover, .section.bg--dark h4 a:not(.btn):hover, .section.bg--dark .h4 a:not(.btn):hover, .section.bg--dark h5 a:not(.btn):hover, .section.bg--dark .h5 a:not(.btn):hover, .section.bg--dark h6 a:not(.btn):hover, .section.bg--dark .h6 a:not(.btn):hover, .section.bg--dark p a:not(.btn):hover, .section.bg--dark li a:not(.btn):hover, .section.bg--dark blockquote a:not(.btn):hover, .section.bg--teal h1 a:not(.btn):hover, .section.bg--teal .h1 a:not(.btn):hover, .section.bg--teal h2 a:not(.btn):hover, .section.bg--teal .h2 a:not(.btn):hover, .section.bg--teal h3 a:not(.btn):hover, .section.bg--teal .h3 a:not(.btn):hover, .section.bg--teal h4 a:not(.btn):hover, .section.bg--teal .h4 a:not(.btn):hover, .section.bg--teal h5 a:not(.btn):hover, .section.bg--teal .h5 a:not(.btn):hover, .section.bg--teal h6 a:not(.btn):hover, .section.bg--teal .h6 a:not(.btn):hover, .section.bg--teal p a:not(.btn):hover, .section.bg--teal li a:not(.btn):hover, .section.bg--teal blockquote a:not(.btn):hover, .section.bg--blue h1 a:not(.btn):hover, .section.bg--blue .h1 a:not(.btn):hover, .section.bg--blue h2 a:not(.btn):hover, .section.bg--blue .h2 a:not(.btn):hover, .section.bg--blue h3 a:not(.btn):hover, .section.bg--blue .h3 a:not(.btn):hover, .section.bg--blue h4 a:not(.btn):hover, .section.bg--blue .h4 a:not(.btn):hover, .section.bg--blue h5 a:not(.btn):hover, .section.bg--blue .h5 a:not(.btn):hover, .section.bg--blue h6 a:not(.btn):hover, .section.bg--blue .h6 a:not(.btn):hover, .section.bg--blue p a:not(.btn):hover, .section.bg--blue li a:not(.btn):hover, .section.bg--blue blockquote a:not(.btn):hover, .section.bg--green h1 a:not(.btn):hover, .section.bg--green .h1 a:not(.btn):hover, .section.bg--green h2 a:not(.btn):hover, .section.bg--green .h2 a:not(.btn):hover, .section.bg--green h3 a:not(.btn):hover, .section.bg--green .h3 a:not(.btn):hover, .section.bg--green h4 a:not(.btn):hover, .section.bg--green .h4 a:not(.btn):hover, .section.bg--green h5 a:not(.btn):hover, .section.bg--green .h5 a:not(.btn):hover, .section.bg--green h6 a:not(.btn):hover, .section.bg--green .h6 a:not(.btn):hover, .section.bg--green p a:not(.btn):hover, .section.bg--green li a:not(.btn):hover, .section.bg--green blockquote a:not(.btn):hover {
  text-decoration: none;
}
/* line 60, sass/partials/_section.scss */
.section.bg--dark .split__col__text h1, .section.bg--dark .split__col__text .h1, .section.bg--dark .split__col__text h2, .section.bg--dark .split__col__text .h2, .section.bg--dark .split__col__text h3, .section.bg--dark .split__col__text .h3, .section.bg--dark .split__col__text h4, .section.bg--dark .split__col__text .h4, .section.bg--dark .split__col__text h5, .section.bg--dark .split__col__text .h5, .section.bg--dark .split__col__text h6, .section.bg--dark .split__col__text .h6, .section.bg--dark .split__col__text p, .section.bg--dark .split__col__text li, .section.bg--dark .split__col__text blockquote, .section.bg--dark .split__col__text form, .section.bg--teal .split__col__text h1, .section.bg--teal .split__col__text .h1, .section.bg--teal .split__col__text h2, .section.bg--teal .split__col__text .h2, .section.bg--teal .split__col__text h3, .section.bg--teal .split__col__text .h3, .section.bg--teal .split__col__text h4, .section.bg--teal .split__col__text .h4, .section.bg--teal .split__col__text h5, .section.bg--teal .split__col__text .h5, .section.bg--teal .split__col__text h6, .section.bg--teal .split__col__text .h6, .section.bg--teal .split__col__text p, .section.bg--teal .split__col__text li, .section.bg--teal .split__col__text blockquote, .section.bg--teal .split__col__text form, .section.bg--blue .split__col__text h1, .section.bg--blue .split__col__text .h1, .section.bg--blue .split__col__text h2, .section.bg--blue .split__col__text .h2, .section.bg--blue .split__col__text h3, .section.bg--blue .split__col__text .h3, .section.bg--blue .split__col__text h4, .section.bg--blue .split__col__text .h4, .section.bg--blue .split__col__text h5, .section.bg--blue .split__col__text .h5, .section.bg--blue .split__col__text h6, .section.bg--blue .split__col__text .h6, .section.bg--blue .split__col__text p, .section.bg--blue .split__col__text li, .section.bg--blue .split__col__text blockquote, .section.bg--blue .split__col__text form, .section.bg--green .split__col__text h1, .section.bg--green .split__col__text .h1, .section.bg--green .split__col__text h2, .section.bg--green .split__col__text .h2, .section.bg--green .split__col__text h3, .section.bg--green .split__col__text .h3, .section.bg--green .split__col__text h4, .section.bg--green .split__col__text .h4, .section.bg--green .split__col__text h5, .section.bg--green .split__col__text .h5, .section.bg--green .split__col__text h6, .section.bg--green .split__col__text .h6, .section.bg--green .split__col__text p, .section.bg--green .split__col__text li, .section.bg--green .split__col__text blockquote, .section.bg--green .split__col__text form {
  color: inherit;
}
/* line 65, sass/partials/_section.scss */
.section[style*="background-image"] {
  background: transparent center/cover no-repeat;
  position: relative;
}
/* line 68, sass/partials/_section.scss */
.section[style*="background-image"]::before {
  content: '';
}
/* line 72, sass/partials/_section.scss */
.section[style*="background-image"] .container {
  position: relative;
  z-index: 3;
}
/* line 76, sass/partials/_section.scss */
.section[style*="background-image"].bg--dark::before {
  background: rgba(21, 83, 97, 0.66);
}
/* line 79, sass/partials/_section.scss */
.section[style*="background-image"].bg--teal::before {
  background: rgba(71, 188, 202, 0.9);
}
/* line 82, sass/partials/_section.scss */
.section[style*="background-image"].bg--green::before {
  background: rgba(0, 161, 160, 0.9);
}
/* line 85, sass/partials/_section.scss */
.section[style*="background-image"].bg--blue::before {
  background: rgba(3, 168, 200, 0.9);
}
/* line 89, sass/partials/_section.scss */
.section--banner {
  min-height: 33vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 95, sass/partials/_section.scss */
.section--banner h1 > u, .section--banner .h1 > u, .section--banner h2 > u, .section--banner .h2 > u, .section--banner h3 > u, .section--banner .h3 > u, .section--banner h4 > u, .section--banner .h4 > u {
  text-decoration: none;
  position: relative;
}
/* line 98, sass/partials/_section.scss */
.section--banner h1 > u::before, .section--banner .h1 > u::before, .section--banner h1 > u::after, .section--banner .h1 > u::after, .section--banner h2 > u::before, .section--banner .h2 > u::before, .section--banner h2 > u::after, .section--banner .h2 > u::after, .section--banner h3 > u::before, .section--banner .h3 > u::before, .section--banner h3 > u::after, .section--banner .h3 > u::after, .section--banner h4 > u::before, .section--banner .h4 > u::before, .section--banner h4 > u::after, .section--banner .h4 > u::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2.4rem;
  -webkit-transition: clip-path 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -moz-transition: clip-path 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-transition: clip-path 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  transition: clip-path 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
/* line 111, sass/partials/_section.scss */
.section--banner h1 > u::before, .section--banner .h1 > u::before, .section--banner h2 > u::before, .section--banner .h2 > u::before, .section--banner h3 > u::before, .section--banner .h3 > u::before, .section--banner h4 > u::before, .section--banner .h4 > u::before {
  background: transparent;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
/* line 115, sass/partials/_section.scss */
.section--banner h1 > u::after, .section--banner .h1 > u::after, .section--banner h2 > u::after, .section--banner .h2 > u::after, .section--banner h3 > u::after, .section--banner .h3 > u::after, .section--banner h4 > u::after, .section--banner .h4 > u::after {
  background: url("../png/underline.png") center/contain no-repeat;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  animation: wipeIn 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.6s 1 normal forwards;
}
/* line 129, sass/partials/_section.scss */
.section--banner h1 + *, .section--banner .h1 + *, .section--banner h2 + *, .section--banner .h2 + *, .section--banner h3 + *, .section--banner .h3 + *, .section--banner h4 + *, .section--banner .h4 + * {
  margin-top: calc(2.4rem + (0.5vw + 0.5rem));
}
/* line 133, sass/partials/_section.scss */
.section--banner * > a:not(.btn) {
  color: inherit !important;
  font-weight: 700 !important;
}
/* line 137, sass/partials/_section.scss */
.section--banner[style*="background-image"] {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@supports (-webkit-touch-callout: none) {
  /* line 137, sass/partials/_section.scss */
  .section--banner[style*="background-image"] {
    background-attachment: unset;
  }
}
@media only screen and (max-width: 782px) {
  /* line 137, sass/partials/_section.scss */
  .section--banner[style*="background-image"] {
    background-attachment: unset;
  }
}
/* line 150, sass/partials/_section.scss */
.section--pattern {
  position: relative;
}
/* line 152, sass/partials/_section.scss */
.section--pattern .container {
  position: relative;
  z-index: 3;
}
/* line 156, sass/partials/_section.scss */
.section--pattern::after {
  content: '';
  background-image: url("../png/pattern.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 6rem 3.2rem;
  z-index: 2;
  opacity: .02;
}
/* line 167, sass/partials/_section.scss */
.section__img {
  position: absolute;
  margin: calc(0.5vw + 0.5rem) calc(1.5vw + 1.5rem);
  width: 42rem;
  height: auto;
  display: block;
  opacity: .2;
  pointer-events: none;
  z-index: 0;
}
/* line 176, sass/partials/_section.scss */
.section__img.bottom {
  bottom: 0;
}
/* line 179, sass/partials/_section.scss */
.section__img.left {
  left: 0;
}
/* line 182, sass/partials/_section.scss */
.section__img.right {
  right: 0;
}
/* line 185, sass/partials/_section.scss */
.section__img.top {
  top: 0;
}
/* line 188, sass/partials/_section.scss */
.section__img + .container {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 782px) {
  /* line 167, sass/partials/_section.scss */
  .section__img {
    width: 24rem;
  }
}
/* line 197, sass/partials/_section.scss */
.section.overlap + .section {
  z-index: 1;
  overflow: visible;
}

/* line 210, sass/partials/_section.scss */
.text + .text, .text + .split, .text + .quotes, .text + .feed, .text + .coverflow, .text + .cols,
.split + .text,
.split + .split,
.split + .quotes,
.split + .feed,
.split + .coverflow,
.split + .cols,
.quotes + .text,
.quotes + .split,
.quotes + .quotes,
.quotes + .feed,
.quotes + .coverflow,
.quotes + .cols,
.feed + .text,
.feed + .split,
.feed + .quotes,
.feed + .feed,
.feed + .coverflow,
.feed + .cols,
.coverflow + .text,
.coverflow + .split,
.coverflow + .quotes,
.coverflow + .feed,
.coverflow + .coverflow,
.coverflow + .cols,
.cols + .text,
.cols + .split,
.cols + .quotes,
.cols + .feed,
.cols + .coverflow,
.cols + .cols {
  padding-top: calc(2vw + 2rem);
}

/* line 221, sass/partials/_section.scss */
.overlap .section:first-of-type {
  position: relative;
  z-index: 2;
  overflow: visible;
}
@media only screen and (max-width: 782px) {
  /* line 227, sass/partials/_section.scss */
  .overlap .split__col:nth-child(2) {
    margin-bottom: calc(0% - (6vw + 6rem));
  }
  /* line 230, sass/partials/_section.scss */
  .overlap .section:last-of-type {
    padding-top: calc(6vw + 6rem);
  }
}

/* line 3, sass/partials/_text.scss */
.text h1 > u, .text .h1 > u, .text h2 > u, .text .h2 > u, .text h3 > u, .text .h3 > u, .text h4 > u, .text .h4 > u {
  text-decoration: none;
  position: relative;
}
/* line 17, sass/partials/_text.scss */
.text h1 > u::before, .text .h1 > u::before, .text h1 > u::after, .text .h1 > u::after, .text h2 > u::before, .text .h2 > u::before, .text h2 > u::after, .text .h2 > u::after, .text h3 > u::before, .text .h3 > u::before, .text h3 > u::after, .text .h3 > u::after, .text h4 > u::before, .text .h4 > u::before, .text h4 > u::after, .text .h4 > u::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2.4rem;
  -webkit-transition: clip-path 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -moz-transition: clip-path 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-transition: clip-path 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  transition: clip-path 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
/* line 30, sass/partials/_text.scss */
.text h1 > u::before, .text .h1 > u::before, .text h2 > u::before, .text .h2 > u::before, .text h3 > u::before, .text .h3 > u::before, .text h4 > u::before, .text .h4 > u::before {
  background: transparent;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
/* line 34, sass/partials/_text.scss */
.text h1 > u::after, .text .h1 > u::after, .text h2 > u::after, .text .h2 > u::after, .text h3 > u::after, .text .h3 > u::after, .text h4 > u::after, .text .h4 > u::after {
  background: url("../png/underline.png") center/contain no-repeat;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  animation: wipeIn 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0.6s 1 normal forwards;
}
/* line 48, sass/partials/_text.scss */
.text h1 + *, .text .h1 + *, .text h2 + *, .text .h2 + *, .text h3 + *, .text .h3 + *, .text h4 + *, .text .h4 + * {
  margin-top: calc(2.4rem + (0.5vw + 0.5rem));
}
/* line 53, sass/partials/_text.scss */
.text > *:first-child {
  margin-top: 0;
}
/* line 54, sass/partials/_text.scss */
.text > *:last-child {
  margin-bottom: 0;
}
/* line 55, sass/partials/_text.scss */
.text > *[style*="text-align: right"] + .text__btn {
  text-align: right;
}
/* line 56, sass/partials/_text.scss */
.text > *[style*="text-align: center"] + .text__btn {
  text-align: center;
}
/* line 57, sass/partials/_text.scss */
.text > *[style*="text-align: left"] + .text__btn {
  text-align: left;
}
/* line 58, sass/partials/_text.scss */
.text > * a:not(.btn) {
  font-weight: 700;
}
/* line 62, sass/partials/_text.scss */
.text__btn {
  margin-top: calc(1vw + 1rem);
}
/* line 64, sass/partials/_text.scss */
.text-block {
  padding: calc(2vw + 2rem);
  background: rgba(255, 255, 255, 0.9);
}
/* line 68, sass/partials/_text.scss */
.text-block > *:first-child {
  margin-top: 0;
}
/* line 69, sass/partials/_text.scss */
.text-block > *:last-child {
  margin-bottom: 0;
}
/* line 70, sass/partials/_text.scss */
.text-block > * a:not(.btn) {
  font-weight: 700;
}
/* line 75, sass/partials/_text.scss */
.text--overlap {
  background: #FFF;
  padding: calc(2vw + 2rem);
  margin-top: calc(0% - (3vw + 3rem) - (2vw + 2rem));
}
/* line 80, sass/partials/_text.scss */
.text + .news {
  padding-top: calc(1.5vw + 1.5rem);
}

/* line 1, sass/partials/_split.scss */
.split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: calc(0% - (2vw + 2rem));
  align-items: flex-start;
}
/* line 7, sass/partials/_split.scss */
.split__col {
  flex: 1;
  max-width: 80rem;
  padding: calc(2vw + 2rem);
}
/* line 11, sass/partials/_split.scss */
.split__col a:not(.btn) {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
}
/* line 15, sass/partials/_split.scss */
.split__col a:not(.btn):hover {
  text-decoration: none;
}
/* line 17, sass/partials/_split.scss */
.split__col picture, .split__col img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 22, sass/partials/_split.scss */
.split__col__text {
  background: #cee8ea;
  padding: calc(1.5vw + 1.5rem);
}
/* line 25, sass/partials/_split.scss */
.split__col__text h1, .split__col__text .h1, .split__col__text h2, .split__col__text .h2, .split__col__text h3, .split__col__text .h3, .split__col__text h4, .split__col__text .h4, .split__col__text h5, .split__col__text .h5, .split__col__text h6, .split__col__text .h6, .split__col__text li, .split__col__text p {
  color: #155361;
}
@media only screen and (max-width: 992px) {
  /* line 29, sass/partials/_split.scss */
  .split__col__text ul, .split__col__text ol {
    padding-left: 2rem;
  }
}
/* line 34, sass/partials/_split.scss */
.split__col__text > *:first-child {
  margin-top: 0;
}
/* line 35, sass/partials/_split.scss */
.split__col__text > *:last-child {
  margin-bottom: 0;
}
/* line 38, sass/partials/_split.scss */
.split__col__list {
  background: #e3eaeb;
  padding: calc(0.75vw + 0.75rem) calc(1.5vw + 1.5rem);
}
/* line 43, sass/partials/_split.scss */
.split__col > *:first-child {
  margin-top: 0;
}
/* line 44, sass/partials/_split.scss */
.split__col > *:last-child {
  margin-bottom: 0;
}
/* line 47, sass/partials/_split.scss */
.split--center {
  align-items: center;
}
@media only screen and (max-width: 782px) {
  /* line 51, sass/partials/_split.scss */
  .split__col {
    flex: 0 0 100%;
    max-width: none;
  }
  /* line 54, sass/partials/_split.scss */
  .split__col + .split__col {
    padding-top: 0;
  }
}
/* line 58, sass/partials/_split.scss */
.split-box {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  min-height: 20vh;
}
/* line 63, sass/partials/_split.scss */
.split-box__text {
  flex: 0 0 42rem;
  max-width: 42rem;
  padding: calc(2vw + 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 70, sass/partials/_split.scss */
.split-box__text h1, .split-box__text .h1, .split-box__text h2, .split-box__text .h2, .split-box__text h3, .split-box__text .h3, .split-box__text h4, .split-box__text .h4 {
  color: #00A1A0;
  padding-left: 4.5rem;
  position: relative;
}
/* line 74, sass/partials/_split.scss */
.split-box__text h1::before, .split-box__text .h1::before, .split-box__text h2::before, .split-box__text .h2::before, .split-box__text h3::before, .split-box__text .h3::before, .split-box__text h4::before, .split-box__text .h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #F9B44A;
}
/* line 86, sass/partials/_split.scss */
.split-box__text h1::after, .split-box__text .h1::after, .split-box__text h2::after, .split-box__text .h2::after, .split-box__text h3::after, .split-box__text .h3::after, .split-box__text h4::after, .split-box__text .h4::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .9rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #FFF;
  -webkit-mask: url("../svg/chevron.svg") center/contain no-repeat;
  mask: url("../svg/chevron.svg") center/contain no-repeat;
}
/* line 99, sass/partials/_split.scss */
.split-box__text > *:last-child {
  margin-bottom: 0;
}
/* line 101, sass/partials/_split.scss */
.split-box__img {
  flex: 1;
  background: center/cover no-repeat;
  position: relative;
}
/* line 105, sass/partials/_split.scss */
.split-box__img__caption {
  position: absolute;
  top: calc(0.5vw + 0.5rem);
  left: calc(0.5vw + 0.5rem);
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 782px) {
  /* line 58, sass/partials/_split.scss */
  .split-box {
    min-height: 0;
  }
  /* line 115, sass/partials/_split.scss */
  .split-box__text {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  /* line 120, sass/partials/_split.scss */
  .split-box__img {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  /* line 124, sass/partials/_split.scss */
  .split-box__img::after {
    content: '';
    display: block;
    padding-bottom: 50%;
  }
}

/* line 1, sass/partials/_quotes.scss */
.quotes {
  position: relative;
}
/* line 3, sass/partials/_quotes.scss */
.quotes .slick-list {
  max-width: calc(120rem + (1vw + 1rem));
  margin: -1.8rem auto 0;
  padding: 1.8rem 0 0 !important;
}
/* line 8, sass/partials/_quotes.scss */
.quotes .slick-track {
  display: flex;
}
/* line 11, sass/partials/_quotes.scss */
.quotes__slide {
  background: #FFF;
  padding: calc(1.5vw + 1.5rem);
  margin: 0 calc(0.5vw + 0.5rem);
  height: auto;
  overflow: hidden;
  opacity: .75;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: visible;
}
/* line 21, sass/partials/_quotes.scss */
.quotes__slide blockquote {
  color: #00A1A0 !important;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0;
}
/* line 27, sass/partials/_quotes.scss */
.quotes__slide hr {
  margin: calc(0.5vw + 0.5rem) 0;
  border: none;
  border-bottom: 1px solid #AAD7DB;
}
/* line 32, sass/partials/_quotes.scss */
.quotes__slide p {
  margin: 0;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: .6rem;
  color: #AAD7DB !important;
  text-transform: uppercase;
}
/* line 39, sass/partials/_quotes.scss */
.quotes__slide p:last-child {
  margin-bottom: 0;
}
/* line 41, sass/partials/_quotes.scss */
.quotes__slide::before {
  content: '';
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #F9B44A;
  display: block;
  position: absolute;
  top: 0;
  left: calc(1.5vw + 1.5rem);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 53, sass/partials/_quotes.scss */
.quotes__slide::after {
  content: '';
  width: 1.8rem;
  display: block;
  height: 1.8rem;
  background: #FFF;
  -webkit-mask: url("../svg/quote2.svg") center/contain no-repeat;
  mask: url("../svg/quote2.svg") center/contain no-repeat;
  position: absolute;
  top: 0;
  left: calc(1.5vw + 1.5rem);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 66, sass/partials/_quotes.scss */
.quotes__slide.slick-center {
  opacity: 1;
}
/* line 70, sass/partials/_quotes.scss */
.quotes--static .quotes__slide {
  opacity: 1;
}
/* line 73, sass/partials/_quotes.scss */
.quotes .slick-arrow {
  position: absolute;
  top: 50%;
  background: #FFF;
  opacity: 0.75;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 88, sass/partials/_quotes.scss */
.quotes .slick-arrow i::before {
  width: 1.6rem;
  height: 1.6rem;
}
/* line 92, sass/partials/_quotes.scss */
.quotes .slick-arrow.slick-prev {
  left: 0;
}
/* line 95, sass/partials/_quotes.scss */
.quotes .slick-arrow.slick-next {
  right: 0;
}
/* line 98, sass/partials/_quotes.scss */
.quotes .slick-arrow:hover {
  opacity: 1;
}
/* line 102, sass/partials/_quotes.scss */
.quotes .slick-dots {
  margin: calc(1.5vw + 1.5rem) 0 0;
}
/* line 105, sass/partials/_quotes.scss */
.quotes::before {
  content: '';
  width: 20rem;
  display: block;
  height: 20rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-mask: url("../svg/quote2.svg") center/contain no-repeat;
  mask: url("../svg/quote2.svg") center/contain no-repeat;
  position: absolute;
  top: calc(0% - (1vw + 1rem));
  left: calc(0% - (1vw + 1rem));
}
@media only screen and (max-width: 1200px) {
  /* line 120, sass/partials/_quotes.scss */
  .quotes::before {
    width: calc(6vw + 6rem);
    height: calc(6vw + 6rem);
    top: calc(0% - (2vw + 2rem));
    left: calc(0% - (2vw + 2rem));
  }
}
@media only screen and (max-width: 992px) {
  /* line 129, sass/partials/_quotes.scss */
  .quotes .slick-arrow.slick-prev {
    left: calc(0% - 3.75vw + ((0.5vw + 0.5rem) * .5));
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 133, sass/partials/_quotes.scss */
  .quotes .slick-arrow.slick-next {
    right: calc(0% - 3.75vw + ((0.5vw + 0.5rem) * .5));
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}

/* line 1, sass/partials/_feed.scss */
.feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(0% - (0.5vw + 0.5rem));
}
/* line 6, sass/partials/_feed.scss */
.feed__block {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: calc(0.5vw + 0.5rem);
  width: 100%;
}
/* line 11, sass/partials/_feed.scss */
.feed__block__inner {
  background: #FFF;
  display: block;
}
/* line 14, sass/partials/_feed.scss */
.feed__block__inner__img {
  background: center/cover no-repeat;
}
/* line 16, sass/partials/_feed.scss */
.feed__block__inner__img::before {
  content: '';
  padding-bottom: 50%;
  display: block;
}
/* line 22, sass/partials/_feed.scss */
.feed__block__inner__content {
  padding: calc(0.5vw + 0.5rem);
}
/* line 24, sass/partials/_feed.scss */
.feed__block__inner__content__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(0.5vw + 0.5rem);
}
/* line 28, sass/partials/_feed.scss */
.feed__block__inner__content__head__info {
  display: flex;
  align-items: center;
}
/* line 31, sass/partials/_feed.scss */
.feed__block__inner__content__head__info img {
  width: 4.2rem;
  height: 4.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
/* line 37, sass/partials/_feed.scss */
.feed__block__inner__content__head__info img + p {
  margin-left: 1rem;
}
/* line 39, sass/partials/_feed.scss */
.feed__block__inner__content__head__info p {
  color: #00A1A0;
}
/* line 43, sass/partials/_feed.scss */
.feed__block__inner__content__head span {
  font-size: 1.8rem;
  align-self: flex-end;
}
@media only screen and (max-width: 992px) {
  /* line 43, sass/partials/_feed.scss */
  .feed__block__inner__content__head span {
    display: none;
  }
}
/* line 48, sass/partials/_feed.scss */
.feed__block__inner__content__head i::before {
  background: #03A8C8;
  height: 2rem;
  width: 2rem;
}
/* line 54, sass/partials/_feed.scss */
.feed__block__inner__content p {
  font-size: 1.6rem;
}
/* line 56, sass/partials/_feed.scss */
.feed__block__inner__content p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 782px) {
  /* line 6, sass/partials/_feed.scss */
  .feed__block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  /* line 1, sass/partials/_feed.scss */
  .feed {
    justify-content: center;
  }
  /* line 67, sass/partials/_feed.scss */
  .feed__block {
    flex: 0 0 100%;
    max-width: 42rem;
  }
}

/* line 1, sass/partials/_coverflow.scss */
.coverflow {
  position: relative;
  overflow: hidden;
  margin-top: calc(1vw + 1rem);
}
/* line 5, sass/partials/_coverflow.scss */
.coverflow .slick-list {
  margin: 0 -1rem;
  overflow: visible;
}
/* line 9, sass/partials/_coverflow.scss */
.coverflow .slick-track {
  display: flex;
}
/* line 12, sass/partials/_coverflow.scss */
.coverflow__slide {
  background: #e4e4e4;
  position: relative;
  display: block;
  margin: 0 1rem;
  -webkit-transition: background 0.7s ease, transform 0.7s ease !important;
  -moz-transition: background 0.7s ease, transform 0.7s ease !important;
  -o-transition: background 0.7s ease, transform 0.7s ease !important;
  transition: background 0.7s ease, transform 0.7s ease !important;
}
/* line 18, sass/partials/_coverflow.scss */
.coverflow__slide[style*="background-image"] {
  background-color: transparent;
}
/* line 21, sass/partials/_coverflow.scss */
.coverflow__slide__img {
  background: center/cover no-repeat;
}
/* line 23, sass/partials/_coverflow.scss */
.coverflow__slide__img::before {
  content: '';
  display: block;
  padding-bottom: 50%;
}
/* line 29, sass/partials/_coverflow.scss */
.coverflow__slide__text {
  padding: calc(0.75vw + 0.75rem) calc(1vw + 1rem) calc(1vw + 1rem);
  text-align: center;
}
/* line 32, sass/partials/_coverflow.scss */
.coverflow__slide__text h4, .coverflow__slide__text .h4 {
  color: #00A1A0;
}
/* line 36, sass/partials/_coverflow.scss */
.coverflow__slide__text p {
  font-size: 1.6rem;
}
/* line 37, sass/partials/_coverflow.scss */
.coverflow__slide__text > *:last-child {
  margin-bottom: 0;
}
/* line 40, sass/partials/_coverflow.scss */
.coverflow__slide:hover::after {
  opacity: .66;
}
/* line 42, sass/partials/_coverflow.scss */
.coverflow__slide.slick-center {
  background: #FFF;
}
/* line 45, sass/partials/_coverflow.scss */
.coverflow__slide.slick-current {
  z-index: 3;
  -webkit-transform: scale(1.2) translateY(-1rem);
  -moz-transform: scale(1.2) translateY(-1rem);
  -ms-transform: scale(1.2) translateY(-1rem);
  -o-transform: scale(1.2) translateY(-1rem);
  transform: scale(1.2) translateY(-1rem);
}
@media only screen and (max-width: 600px) {
  /* line 50, sass/partials/_coverflow.scss */
  .coverflow__slide.slick-current {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* line 56, sass/partials/_coverflow.scss */
.coverflow .slick-dots {
  margin: calc(1.5vw + 1.5rem) 0 0;
}
/* line 60, sass/partials/_coverflow.scss */
.coverflow--static .coverflow__slide {
  background: #FFF;
}
/* line 62, sass/partials/_coverflow.scss */
.coverflow--static .coverflow__slide.slick-current {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
@media only screen and (max-width: 600px) {
  /* line 62, sass/partials/_coverflow.scss */
  .coverflow--static .coverflow__slide.slick-current {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 601px) and (max-width: 782px) {
  /* line 60, sass/partials/_coverflow.scss */
  .coverflow--static .coverflow__slide {
    background: #e4e4e4;
  }
  /* line 70, sass/partials/_coverflow.scss */
  .coverflow--static .coverflow__slide.slick-current {
    background: #FFF;
    -webkit-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
  }
}
@media only screen and (min-width: 601px) and (max-width: 782px) {
  /* line 78, sass/partials/_coverflow.scss */
  .coverflow__slide {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 80, sass/partials/_coverflow.scss */
  .coverflow__slide.slick-current {
    -webkit-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
  }
}
@media only screen and (max-width: 600px) {
  /* line 87, sass/partials/_coverflow.scss */
  .coverflow__slide.slick-current {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 1, sass/partials/_cols.scss */
.cols {
  display: flex;
  flex-wrap: wrap;
  margin: calc(0% - (1vw + 1rem));
}
/* line 5, sass/partials/_cols.scss */
.cols__block {
  padding: calc(1vw + 1rem);
}
/* line 7, sass/partials/_cols.scss */
.cols__block img {
  height: 6rem;
  width: auto;
  display: block;
  margin-bottom: 2.4rem;
}
/* line 16, sass/partials/_cols.scss */
.cols--4 .cols__block {
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 782px) {
  /* line 16, sass/partials/_cols.scss */
  .cols--4 .cols__block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 22, sass/partials/_cols.scss */
  .cols--4 .cols__block:nth-child(n+3) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 450px) {
  /* line 16, sass/partials/_cols.scss */
  .cols--4 .cols__block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 27, sass/partials/_cols.scss */
  .cols--4 .cols__block img {
    height: 4.2rem;
    margin-bottom: 1.6rem;
  }
  /* line 31, sass/partials/_cols.scss */
  .cols--4 .cols__block:nth-child(2) {
    padding-top: 0;
  }
}

/* line 1, sass/partials/_news.scss */
.news {
  display: flex;
  flex-wrap: wrap;
  margin: calc(0% - (0.5vw + 0.5rem));
}
/* line 5, sass/partials/_news.scss */
.news__block {
  padding: calc(0.5vw + 0.5rem);
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  flex-direction: column;
  display: flex;
}
/* line 11, sass/partials/_news.scss */
.news__block__img {
  background: center/cover no-repeat;
}
/* line 13, sass/partials/_news.scss */
.news__block__img::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
/* line 19, sass/partials/_news.scss */
.news__block__content {
  background: #FFF;
  padding: calc(1vw + 1rem);
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* line 25, sass/partials/_news.scss */
.news__block__content h3, .news__block__content .h3, .news__block__content h4, .news__block__content .h4 {
  color: #00A1A0;
}
/* line 28, sass/partials/_news.scss */
.news__block__content > *:last-child {
  margin-bottom: 0;
  margin-top: auto;
}
/* line 34, sass/partials/_news.scss */
.news--2 .news__block {
  flex: 0 0 50%;
  max-width: 50%;
}
/* line 38, sass/partials/_news.scss */
.news--4 {
  margin: -1rem;
}
/* line 40, sass/partials/_news.scss */
.news--4 .news__block {
  padding: 1rem;
  flex: 0 0 25%;
  max-width: 25%;
}
/* line 46, sass/partials/_news.scss */
.news--projects .news__block__content {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  /* line 50, sass/partials/_news.scss */
  .news--4 .news__block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 56, sass/partials/_news.scss */
  .news__block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 62, sass/partials/_news.scss */
  .news__block, .news--2 .news__block, .news--4 .news__block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 2, sass/partials/_dropdown.scss */
.dropdown__top {
  background: #47BCCA;
  padding: calc(1vw + 1rem) calc((2vw + 2rem) + 1.6rem) calc(1vw + 1rem) calc(1vw + 1rem);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
/* line 8, sass/partials/_dropdown.scss */
.dropdown__top h3, .dropdown__top .h3 {
  color: #FFF;
  margin: 0;
  line-height: 1.1em;
}
/* line 13, sass/partials/_dropdown.scss */
.dropdown__top::after {
  content: '';
  display: block;
  position: absolute;
  background: #FFF;
  right: calc(1vw + 1rem);
  top: 50%;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask: url("../svg/chevron.svg") center/contain no-repeat;
  mask: url("../svg/chevron.svg") center/contain no-repeat;
}
/* line 27, sass/partials/_dropdown.scss */
.dropdown__top:hover {
  background: #35aab8;
}
/* line 30, sass/partials/_dropdown.scss */
.dropdown__top.open::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
/* line 34, sass/partials/_dropdown.scss */
.dropdown__bottom {
  display: none;
  padding: calc(1vw + 1rem);
  background: #F2F2F2;
}
/* line 38, sass/partials/_dropdown.scss */
.dropdown__bottom a:not(.btn) {
  text-decoration: underline;
  font-weight: 700;
}
/* line 41, sass/partials/_dropdown.scss */
.dropdown__bottom a:not(.btn):hover {
  text-decoration: none;
}
/* line 45, sass/partials/_dropdown.scss */
.dropdown__bottom > *:last-child {
  margin-bottom: 0;
}
/* line 47, sass/partials/_dropdown.scss */
.dropdown + .dropdown {
  margin-top: calc(1vw + 1rem);
}

/* line 1, sass/partials/_misc.scss */
.social {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
/* line 7, sass/partials/_misc.scss */
.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #AAD7DB;
}
/* line 16, sass/partials/_misc.scss */
.social li a i {
  display: block;
}
/* line 18, sass/partials/_misc.scss */
.social li a i::before {
  background: #FFF;
  width: 2.4rem;
  height: 2.4rem;
}
/* line 24, sass/partials/_misc.scss */
.social li a:hover {
  background: #47BCCA;
}
/* line 28, sass/partials/_misc.scss */
.social li + li {
  margin-left: 1rem;
}

/* line 32, sass/partials/_misc.scss */
.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 40, sass/partials/_misc.scss */
.slick-dots li {
  padding: 1rem;
  cursor: pointer;
}
/* line 43, sass/partials/_misc.scss */
.slick-dots li::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #FFF;
  opacity: .4;
  -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;
}
/* line 53, sass/partials/_misc.scss */
.slick-dots li button {
  display: none;
}
/* line 56, sass/partials/_misc.scss */
.slick-dots li:hover::before {
  opacity: .5;
}
/* line 59, sass/partials/_misc.scss */
.slick-dots li.slick-active::before {
  background: #155361;
}

/* line 65, sass/partials/_misc.scss */
.pagination {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
  list-style-type: none;
  margin: calc(2vw + 2rem) 0 0;
  padding-left: 0;
  justify-content: center;
}
/* line 75, sass/partials/_misc.scss */
.pagination li a, .pagination li span {
  color: #FFF;
  padding: 0;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #155361;
  border-radius: 50%;
}
/* line 89, sass/partials/_misc.scss */
.pagination li a {
  text-decoration: none !important;
}
/* line 91, sass/partials/_misc.scss */
.pagination li a:link, .pagination li a:visited {
  color: #FFF !important;
}
/* line 94, sass/partials/_misc.scss */
.pagination li a:hover {
  background: #1b6c7e;
}
/* line 97, sass/partials/_misc.scss */
.pagination li a i::before {
  width: 1.6rem;
  height: 1.6rem;
  background: #155361;
}
/* line 102, sass/partials/_misc.scss */
.pagination li a.prev, .pagination li a.next {
  opacity: .5;
  background: transparent;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 107, sass/partials/_misc.scss */
.pagination li a.prev:hover, .pagination li a.next:hover {
  opacity: 1;
}
/* line 109, sass/partials/_misc.scss */
.pagination li a.prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 116, sass/partials/_misc.scss */
.pagination li span {
  background: #47BCCA;
}
/* line 118, sass/partials/_misc.scss */
.pagination li span.dots {
  background: transparent;
  color: #155361;
  opacity: .66;
}
/* line 124, sass/partials/_misc.scss */
.pagination li.arrow {
  flex: 1;
}
/* line 126, sass/partials/_misc.scss */
.pagination li.arrow a {
  display: inline-block;
}
/* line 127, sass/partials/_misc.scss */
.pagination li.arrow:last-child {
  text-align: right;
}
/* line 131, sass/partials/_misc.scss */
.pagination li + li {
  margin-left: 1rem;
}
@media only screen and (max-width: 450px) {
  /* line 134, sass/partials/_misc.scss */
  .pagination li + li {
    margin-left: .4rem;
  }
}

/* line 1, sass/partials/_footer.scss */
.footer {
  background: #FFF;
  padding: calc(0.75vw + 0.75rem) 0;
  display: flex;
  justify-content: center;
}
/* line 6, sass/partials/_footer.scss */
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: calc(0% - (1vw + 1rem));
}
/* line 12, sass/partials/_footer.scss */
.footer__col {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  padding: calc(0.75vw + 0.75rem);
  flex-direction: column;
}
/* line 18, sass/partials/_footer.scss */
.footer__col h4, .footer__col .h4 {
  color: #47BCCA;
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
/* line 24, sass/partials/_footer.scss */
.footer__col div {
  display: flex;
  align-items: flex-end;
}
/* line 27, sass/partials/_footer.scss */
.footer__col div picture, .footer__col div img {
  max-height: 4rem;
}
/* line 31, sass/partials/_footer.scss */
.footer__col picture, .footer__col img {
  max-height: 5rem;
  width: auto;
  max-width: 42rem;
  display: block;
}
/* line 36, sass/partials/_footer.scss */
.footer__col picture + img, .footer__col img + img {
  margin-left: calc(0.75vw + 0.75rem);
}
/* line 39, sass/partials/_footer.scss */
.footer__col picture + span, .footer__col img + span {
  margin-left: .6rem;
}
/* line 43, sass/partials/_footer.scss */
.footer__col p {
  color: #47BCCA;
  font-size: 1.6rem;
  line-height: 1.2em;
}
/* line 47, sass/partials/_footer.scss */
.footer__col p a {
  color: inherit;
  font-weight: 700;
}
/* line 50, sass/partials/_footer.scss */
.footer__col p a:hover {
  text-decoration: underline;
}
/* line 52, sass/partials/_footer.scss */
.footer__col p:last-child {
  margin-bottom: 0;
}
/* line 54, sass/partials/_footer.scss */
.footer__col span {
  font-size: 1rem;
  flex: 1;
}
/* line 59, sass/partials/_footer.scss */
.footer__col .footer__logo picture, .footer__col .footer__logo img {
  height: 8rem;
  max-height: 8rem;
}
/* line 65, sass/partials/_footer.scss */
.footer a {
  color: #FBB449;
  font-weight: 700;
}
/* line 68, sass/partials/_footer.scss */
.footer a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1400px) {
  /* line 73, sass/partials/_footer.scss */
  .footer .container {
    flex-wrap: wrap;
  }
  /* line 74, sass/partials/_footer.scss */
  .footer__col {
    order: 1;
  }
  /* line 76, sass/partials/_footer.scss */
  .footer__col:nth-child(3) {
    padding-top: 0;
    order: 5;
  }
}
@media only screen and (max-width: 992px) {
  /* line 83, sass/partials/_footer.scss */
  .footer .container {
    justify-content: space-between;
  }
  /* line 85, sass/partials/_footer.scss */
  .footer__col:nth-child(2) {
    align-items: flex-end;
  }
  /* line 88, sass/partials/_footer.scss */
  .footer__col:nth-child(3) {
    flex: 0 1 50%;
    order: 1;
  }
  /* line 92, sass/partials/_footer.scss */
  .footer__col:nth-child(4), .footer__col:nth-child(5) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  /* line 99, sass/partials/_footer.scss */
  .footer .container {
    justify-content: space-between;
  }
  /* line 101, sass/partials/_footer.scss */
  .footer__col:nth-child(2) {
    align-items: flex-end;
  }
  /* line 104, sass/partials/_footer.scss */
  .footer__col:nth-child(3) {
    flex: 1 1 33.33333%;
    order: 1;
  }
}
@media only screen and (max-width: 782px) {
  /* line 111, sass/partials/_footer.scss */
  .footer__col:nth-child(2) {
    padding-top: 0;
  }
}

/* line 1, sass/partials/_popup.scss */
.popup {
  opacity: 0;
  visibility: hidden;
  background: rgba(21, 83, 97, 0.33);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
  -moz-transition: visibility 0.5s ease, opacity 0.5s ease;
  -o-transition: visibility 0.5s ease, opacity 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}
/* line 15, sass/partials/_popup.scss */
.popup__wrapper {
  max-width: 80rem;
  background: #FFF;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(calc(1vw + 1rem));
  -moz-transform: translateY(calc(1vw + 1rem));
  -ms-transform: translateY(calc(1vw + 1rem));
  -o-transform: translateY(calc(1vw + 1rem));
  transform: translateY(calc(1vw + 1rem));
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: visibility 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  -o-transition: visibility 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
}
/* line 24, sass/partials/_popup.scss */
.popup__wrapper__close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0px;
  width: 4.2rem;
  height: 4.2rem;
  cursor: pointer;
  background: #47BCCA;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 35, sass/partials/_popup.scss */
.popup__wrapper__close i::before {
  background: #FFF;
}
/* line 38, sass/partials/_popup.scss */
.popup__wrapper__close:hover {
  background: #F9B44A;
}
/* line 42, sass/partials/_popup.scss */
.popup__wrapper__content {
  padding: calc(2vw + 2rem);
  max-height: 80vh;
  overflow: auto;
}
/* line 46, sass/partials/_popup.scss */
.popup__wrapper__content > *:last-child {
  margin-bottom: 0;
}
/* line 47, sass/partials/_popup.scss */
.popup__wrapper__content input[type="email"] {
  background: rgba(170, 215, 219, 0.2) !important;
}
/* line 52, sass/partials/_popup.scss */
.popup.show {
  opacity: 1;
  visibility: visible;
}
/* line 55, sass/partials/_popup.scss */
.popup.show .popup__wrapper {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
