/* ==============================================================
DEFAULT PADDING AND MARGIN
============================================================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://use.typekit.net/vsu7ycx.css");
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
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.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

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

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "poppins", "sans-serif", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #535859;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.9;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
svg {
  box-sizing: border-box;
}

main {
  display: block;
}
@media (min-width: 992px) {
  main {
    margin-top: 143px;
  }
}

address {
  font-style: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
table,
pre,
blockquote,
fieldset,
legend,
figure,
details {
  margin: 0 0 2rem;
}

img,
iframe,
video,
audio,
canvas,
svg,
embed,
object {
  max-width: 100%;
}

img,
svg {
  height: auto;
}

h1,
.h1-size {
  font-family: "poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  font-size: 5.4rem;
  line-height: 1.15;
}
@media (max-width: 1199px) {
  h1,
  .h1-size {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1-size {
    font-size: 3.2rem;
  }
}

h2,
.h2-size {
  font-family: "poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 5.4rem;
}
@media (max-width: 1199px) {
  h2,
  .h2-size {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2-size {
    line-height: 1.4;
    font-size: 3.2rem;
  }
}

h3,
.h3-size {
  font-family: "poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.6;
  font-size: 2.4rem;
}
@media (max-width: 1199px) {
  h3,
  .h3-size {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  h3,
  .h3-size {
    line-height: 1;
  }
}

h4,
.h4-size {
  font-family: "poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 1199px) {
  h4,
  .h4-size {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  h4,
  .h4-size {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

h5,
.h5-size {
  font-family: "poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h5,
  .h5-size {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  h5,
  .h5-size {
    font-size: 1.6rem;
  }
}

h6,
.h6-size {
  font-family: "poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 1199px) {
  h6,
  .h6-size {
    font-size: 1.92rem;
  }
}
@media (max-width: 767px) {
  h6,
  .h6-size {
    font-size: 1.84rem;
  }
}

.intro,
.intro p,
p.intro {
  font-family: "poppins", "sans-serif", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .intro,
  .intro p,
  p.intro {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .intro,
  .intro p,
  p.intro {
    font-size: 1.6rem;
  }
}

.small {
  font-size: 1.44rem;
}

main p,
main li,
main dt,
main dd {
  font-weight: 400;
}
main p strong,
main li strong,
main dt strong,
main dd strong {
  font-weight: 600;
}
main .section p:last-child {
  margin-bottom: 0;
}

hr {
  display: block;
  clear: both;
  border: none;
  border-top: 1px solid #D9D9D9;
  background: none;
  padding: 0;
  height: 1px;
  margin: 4rem 0;
}

a {
  color: #67B95F;
  background-color: transparent;
  text-decoration: none;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
a:hover, a:focus {
  color: #67B95F;
  text-decoration: none;
}

main a {
  color: #67B95F;
}
main a:hover {
  color: #67B95F;
  text-decoration: underline;
}

ul,
ol {
  padding: 0 0 2rem 2rem;
}
ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl {
  margin-bottom: 0;
}
nav ul,
nav ol {
  list-style: none;
  padding: 0;
}

ul {
  margin: 0;
}

dt {
  font-family: "poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.28rem;
  margin: 2rem 0 0;
}

dd {
  margin: 0;
}

pre,
code {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  background-color: #f9f9f9;
}

pre {
  padding: 0.5em 1em;
  overflow: auto;
}

var,
kbd {
  font-family: inherit;
}

samp {
  font-family: inherit;
  font-weight: bolder;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

@media (min-width: 992px) {
  .calculator .calculator__inner {
    padding-left: 16.667%;
    padding-right: 16.667%;
  }
}
.calculator h3 {
  color: #67B95F;
  font-weight: 700;
}
@media (max-width: 991px) {
  .calculator h3 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.calculator__form__input {
  display: flex;
  align-items: stretch;
  border: 1px solid #D9D9D9;
  border-radius: 0.8rem;
  overflow: hidden;
}
.calculator__form__input__text {
  padding-left: 2rem;
}
.calculator__form__input__container {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .calculator__form__input__container {
    margin-bottom: 3.8rem;
  }
}
.calculator__form__input__label {
  display: block;
  width: 100%;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .calculator__form__input__label {
    font-size: 1.6rem;
  }
}
.calculator__form__input__post__label {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(217, 217, 217, 0.15);
  font-weight: 700;
}
@media (max-width: 991px) {
  .calculator__form__input__post__label {
    min-width: 12.3rem;
  }
}
.calculator__form__radio__group {
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
}
.calculator__form__radio__group__item {
  display: flex;
  margin-right: 4rem;
  line-height: 4rem;
}
.calculator__form__radio__group__item__input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  margin-right: 1.8rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.8rem;
}
.calculator__form__radio__group__item__input input[type=radio] {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 4rem;
  width: 4rem;
  margin: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.calculator__form__radio__group__item__input input[type=radio] + span {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #67B95F;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.calculator__form__radio__group__item__input input[type=radio]:checked + span {
  opacity: 1;
  visibility: visible;
}
.calculator input[type=text],
.calculator input[type=email],
.calculator input[type=tel],
.calculator select,
.calculator textarea:not(.chasitorText) {
  line-height: 6.4rem;
  height: 6.4rem;
  flex: 1;
  background-color: #fff;
}

[data-aos=fade-up] {
  transform: translate3d(0, 3rem, 0);
}

.animate-svg {
  opacity: 0;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
.animate-svg polygon,
.animate-svg rect,
.animate-svg circle {
  opacity: 0;
}
.animate-svg.svg-animation {
  opacity: 1;
}
.animate-svg.svg-animation line,
.animate-svg.svg-animation path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: animate-path 2s ease-in-out forwards;
}
.animate-svg.svg-animation polygon,
.animate-svg.svg-animation rect,
.animate-svg.svg-animation circle {
  opacity: 1;
  animation: animate-fill 2s linear forwards;
}
.animate-svg.animate-svg-reverse.svg-animation line,
.animate-svg.animate-svg-reverse.svg-animation path {
  stroke-dashoffset: 2;
  animation: animate-path-reverse 2s linear forwards;
}
.animate-svg.animate-svg-reverse.svg-animation polygon,
.animate-svg.animate-svg-reverse.svg-animation rect,
.animate-svg.animate-svg-reverse.svg-animation circle {
  animation: animate-fill 20s linear forwards;
}

@keyframes animate-path {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-path-reverse {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 2;
  }
}
@keyframes animate-fill {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden, .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

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

.hidden-xs {
  display: none;
}
@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

.hidden-xs--flex {
  display: flex;
}
@media (min-width: 768px) {
  .hidden-xs--flex {
    display: block;
  }
}

.visible-xs--flex {
  display: flex;
}
@media (min-width: 768px) {
  .visible-xs--flex {
    display: none;
  }
}

.hidden-xs--inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
  .hidden-xs--inline-block {
    display: block;
  }
}

.visible-xs--inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
  .visible-xs--inline-block {
    display: none;
  }
}

.hidden-sm {
  display: none;
}
@media (min-width: 992px) {
  .hidden-sm {
    display: block;
  }
}

.visible-sm {
  display: block;
}
@media (min-width: 992px) {
  .visible-sm {
    display: none;
  }
}

.hidden-sm--flex {
  display: flex;
}
@media (min-width: 992px) {
  .hidden-sm--flex {
    display: block;
  }
}

.visible-sm--flex {
  display: flex;
}
@media (min-width: 992px) {
  .visible-sm--flex {
    display: none;
  }
}

/* ==============================================================

	CONTAINER WIDTHS

	Default Container width is fluid
	To override body with container classes, add a container modifier for each container

============================================================== */
/* ==============================================================
  MARGINS AND GUTTERS
============================================================== */
/* ==============================================================
  MEDIA QUERY BREAKPOINTS
============================================================== */
.container {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Removes padding */
  /* Removes Max width */
}
@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1500px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.container.container__small {
  max-width: 900px;
}
.container.container__medium {
  max-width: 1140px;
}
.container.container__large {
  max-width: 1268px;
}
@media (max-width: 1199px) {
  .container.container__large {
    max-width: 1140px;
  }
}
.container.container__xlarge {
  max-width: 1400px;
}
.container.container__full {
  padding-left: 0;
  padding-right: 0;
}
.container.container__fluid {
  max-width: none;
}

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

.columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .columns {
    flex-direction: row;
    justify-content: space-between;
  }
}
.columns .col {
  flex: 1;
}

img {
  display: block;
}

figure {
  margin: 0;
}
figure img {
  display: block;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
figure span a:hover img {
  transform: scale(1.05);
}

.img-four-three span,
.img-sixteen-nine span,
.img-four-five span,
.img-square span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-four-three img,
.img-sixteen-nine img,
.img-four-five img,
.img-square img {
  object-fit: cover;
  object-position: center;
  width: 100% !important;
  height: 100% !important;
}

.img-four-three {
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.img-sixteen-nine {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.img-four-five {
  height: 0;
  overflow: hidden;
  padding-top: 125%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.img-square {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

a.image:focus {
  outline: none;
}
a.image figure img {
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
a.image figure img:hover {
  transform: scale(1.05);
}

p#breadcrumbs {
  font-size: 1.44rem;
  color: #D9D9D9;
  margin: 0;
  padding: 15px 0 30px 0;
}
@media (min-width: 768px) {
  p#breadcrumbs {
    padding: 30px 0;
  }
}
p#breadcrumbs span {
  display: flex;
  align-items: center;
}
.home p#breadcrumbs {
  display: none;
}
p#breadcrumbs .breadcrumb_last {
  color: #535859;
}
p#breadcrumbs i {
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media (max-width: 991px) {
  main {
    margin-top: 12rem;
  }
}

.hidden-sm {
  display: block !important;
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
.hidden-sm--inline-block {
  display: inline-block !important;
}
@media (max-width: 991px) {
  .hidden-sm--inline-block {
    display: none !important;
  }
}

.visible-sm {
  display: none !important;
}
@media (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

.visible-xs--flex {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs--flex {
    display: flex !important;
  }
}

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

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

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

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

.mt-0 {
  margin-bottom: 0;
}

.breadcrumb {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
.breadcrumb > span {
  display: flex;
  align-items: center;
}
.breadcrumb > span a {
  line-height: 1;
  color: #d9d9d9;
}
.breadcrumb > span a:last-child {
  color: #545859;
}
.breadcrumb .fa-chevron-right {
  display: inline-block;
  margin: 0 7px;
  font-family: "poppins", "sans-serif", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  color: #d9d9d9;
}
.breadcrumb .fa-chevron-right:last-of-type {
  color: #545859;
}
.breadcrumb .fa-chevron-right:before {
  content: ">";
}

body.admin-bar header {
  top: 4.6rem;
}
@media (max-width: 767px) {
  body.admin-bar header nav #menu-main-menu {
    margin-top: 18rem;
  }
}
@media (min-width: 768px) {
  body.admin-bar header {
    top: 3.2rem;
  }
}
@media (min-width: 768px) {
  body.admin-bar main {
    margin-top: 12.2rem;
  }
}
@media (min-width: 992px) {
  body.admin-bar main {
    margin-top: 14.2rem;
  }
}

@media (max-width: 991px) {
  html #wpadminbar {
    position: fixed;
  }
}
.swiper-scrollbar {
  bottom: auto;
  top: 0;
  left: 0 !important;
  right: 0;
  background-color: #e4e4e4;
  height: 8px !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #67B95F;
}

[data-aos=fade-up] {
  transform: translate3d(0, 3rem, 0);
}

[data-aos=fade-left] {
  transform: translate3d(30px, 0, 0);
}
@media (max-width: 991px) {
  [data-aos=fade-left] {
    transform: translate3d(0, 3rem, 0);
  }
}

[data-aos=fade-right] {
  transform: translate3d(-30px, 0, 0);
}
@media (max-width: 991px) {
  [data-aos=fade-right] {
    transform: translate3d(0, 3rem, 0);
  }
}

ul.page-numbers,
ul.pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  ul.page-numbers,
  ul.pagination {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  ul.page-numbers,
  ul.pagination {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  ul.page-numbers,
  ul.pagination {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1500px) {
  ul.page-numbers,
  ul.pagination {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  ul.page-numbers,
  ul.pagination {
    padding-top: 13rem;
    margin-top: 7rem;
  }
}
ul.page-numbers li .current, ul.page-numbers li:hover a, ul.page-numbers li.active a,
ul.pagination li .current,
ul.pagination li:hover a,
ul.pagination li.active a {
  color: #535859;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #67B95F;
  text-underline-offset: 3px;
}
ul.page-numbers li span.page-numbers,
ul.page-numbers li a,
ul.pagination li span.page-numbers,
ul.pagination li a {
  display: flex;
  padding: 0 2rem;
  line-height: 1;
}
ul.page-numbers li.pagination__arrow,
ul.pagination li.pagination__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  ul.page-numbers li.pagination__arrow,
  ul.pagination li.pagination__arrow {
    height: 9rem;
    width: 9rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-color: #f9fbea;
    background-size: 2.4rem 5.5rem;
    background-image: url(../images/icon-chevron--large--green.svg);
    background-position: center;
  }
  ul.page-numbers li.pagination__arrow:hover,
  ul.pagination li.pagination__arrow:hover {
    background-image: url(../images/icon-chevron--large.svg);
  }
  ul.page-numbers li.pagination__arrow svg,
  ul.pagination li.pagination__arrow svg {
    opacity: 0;
  }
}
ul.page-numbers li.pagination__arrow:hover svg path,
ul.pagination li.pagination__arrow:hover svg path {
  fill: #C6D92F;
}
@media (max-width: 991px) {
  ul.page-numbers li.pagination__arrow--next,
  ul.pagination li.pagination__arrow--next {
    left: auto;
    right: 0;
  }
}
ul.page-numbers li.pagination__arrow--previous,
ul.pagination li.pagination__arrow--previous {
  transform: scaleX(-1);
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  padding: 2.9rem 0;
  background-color: #fff;
  transition: top 0.4s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.2, 1);
}
@media (max-width: 991px) {
  header {
    height: 12rem;
    padding: 2.8rem 0;
  }
  header .close {
    display: none;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav li {
  position: relative;
  margin-left: 2rem;
}
@media (min-width: 1200px) {
  header nav li {
    margin-left: 3.5rem;
  }
}
header nav li .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 0.5rem);
  left: 0;
  background-color: #fff;
  padding: 3rem 1rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  header nav li .sub-menu {
    display: none;
    position: static;
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 3rem 0;
  }
}
header nav li .sub-menu li {
  margin: 0;
}
header nav li .sub-menu a {
  padding: 0.5rem 3rem;
  line-height: 2.8;
  white-space: pre;
}
@media (max-width: 991px) {
  header nav li .sub-menu a {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
header nav li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header nav li.menu-item-has-children > a {
    justify-content: center;
  }
}
header nav li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  margin-left: 5px;
  background-image: url(../images/icon-chevron-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  header nav li.menu-item-has-children > a:after {
    width: 20px;
    height: 10px;
    margin-left: 10px;
    background-image: url(../images/icon-chevron-down--white.svg);
  }
}
@media (min-width: 992px) {
  header nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
header nav a {
  color: #535859;
}
@media (min-width: 992px) {
  header nav li.current-menu-item > a,
  header nav a:hover {
    text-decoration: underline;
    text-decoration-color: #535859;
    text-decoration-thickness: 3px;
    text-underline-offset: 9px;
    color: #67B95F;
  }
}
header nav .btn {
  width: 13.6rem;
  height: 4.6rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  border-width: 2px !important;
  line-height: 4.6rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  header nav .btn {
    white-space: pre;
  }
}
@media (min-width: 1200px) {
  header nav .btn {
    min-width: 18.6rem;
    width: auto;
    height: 5.6rem;
    line-height: 5.6rem;
    flex-shrink: 0;
  }
}
header nav .btn:hover a {
  color: #535859;
}
header nav .btn a {
  color: #67B95F;
  line-height: 1;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    transform: translateX(-100%);
    background-color: #67B95F;
    transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
    overflow: auto;
  }
  header nav ul {
    width: auto;
    margin: 4rem 0;
    flex-direction: column;
  }
  header nav li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  header nav li a {
    display: block;
    font-size: 3.2rem;
    line-height: 5.2rem;
    font-weight: 500;
  }
  header nav .btn {
    width: 100%;
    margin-top: 4rem;
  }
  header nav .btn a {
    display: block;
    width: 100%;
    padding: 2rem 5rem;
    font-size: 1.6rem;
    border-radius: 1rem;
    border: 1px solid #fff;
    color: #fff;
  }
}
@media (max-width: 991px) {
  header .subnav-open .sub-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  header .logo {
    width: 15.6rem;
  }
}
@media (max-width: 991px) {
  header .menu-shift__top--xs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.8rem 0;
    width: auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
header #menu-item-1000 > a {
  display: flex;
  align-items: center;
}
header #menu-item-1000 > a:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/icon-world.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
@media (max-width: 1199px) {
  header #menu-item-1000 > a:before {
    display: none;
  }
}
@media (max-width: 991px) {
  header #menu-item-1000 > a {
    margin-top: 5rem;
    font-size: 1.8rem;
  }
  header #menu-item-1000 > a:before {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../images/icon-world--white.svg);
  }
}
header .language-menu > a:first-child {
  display: none !important;
}

body.show-menu {
  overflow: hidden;
}
body.show-menu header .close,
body.show-menu header .logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
body.show-menu header .close svg path,
body.show-menu header .logo svg path {
  fill: #fff;
}
body.show-menu header .close svg line,
body.show-menu header .logo svg line {
  stroke: #fff;
}
body.show-menu header .hidden-on-menu-trigger {
  opacity: 0;
  visibility: hidden;
  transition: none;
}
body.show-menu header nav {
  transform: translateX(0);
}
body.show-menu header nav a {
  color: #fff;
  text-align: center;
}

.footer {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .footer {
    margin-top: -5rem;
  }
}
.footer .container:before {
  position: absolute;
  height: 50vw;
  bottom: 0;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/bg-footer3.svg);
  background-size: contain;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .footer .container:before {
    width: 1709px;
    left: 0;
    background-size: cover;
    background-image: url(../images/bg-footer--xs.svg);
    background-image: url(../images/bg-footer2.svg);
    background-image: url(../images/bg-footer3.svg);
    aspect-ratio: 1815/1252;
    top: 39rem;
    bottom: auto;
    height: 73rem;
    background-position: -730px 0;
  }
}
@media (min-width: 992px) {
  .footer .container:before {
    width: 1815px;
    height: auto;
    aspect-ratio: 1815/1252;
    left: -9rem;
    top: -5rem;
  }
}
@media (min-width: 1050px) {
  .footer .container:before {
    left: -3rem;
  }
}
@media (min-width: 1200px) {
  .footer .container:before {
    left: 3rem;
  }
}
@media (min-width: 1250px) {
  .footer .container:before {
    left: calc(8.333% + 3rem);
  }
}
.footer__container {
  position: relative;
  z-index: 2;
  width: auto;
  margin: 3.2rem auto 0;
  padding-top: 7rem;
  padding-bottom: 7.8rem;
}
@media (min-width: 992px) {
  .footer__container {
    margin-top: 5rem;
    padding-top: 9.6rem;
    padding-bottom: 12rem;
    border-top: 1px solid #bababa;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .footer__container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 3rem;
    right: 3rem;
    border-top: 1px solid #bababa;
  }
}
@media (max-width: 767px) {
  .footer__container:after {
    left: 1.5rem;
    right: 1.5rem;
  }
}
.footer ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.footer ul li {
  margin-bottom: 1rem;
}
.footer .disclaimer {
  margin-top: 11rem;
  width: 66.667%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .footer .disclaimer {
    margin-top: 13rem;
    margin-right: 0;
  }
}
.footer .disclaimer__description {
  flex: 1;
}
.footer .disclaimer__description p {
  margin-bottom: 0;
  color: #fff;
}
.footer .columns {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .footer .columns {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.footer .columns .column h4 a:hover {
  text-decoration: underline;
}
.footer .columns .column__about {
  width: 100%;
}
@media (min-width: 992px) {
  .footer .columns .column__about {
    width: calc(33.333% + 2rem);
  }
}
@media (max-width: 991px) {
  .footer .columns .column__about p {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .footer .columns .column__about p {
    max-width: 25.5rem;
    text-align: left;
  }
}
.footer .columns .column__about__logo {
  width: 18.5rem;
  margin-bottom: 4rem;
}
.footer .columns .column__about__phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .footer .columns .column__about__phone {
    margin-left: 1rem;
  }
}
.footer .columns .column__about__phone svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.footer .columns .column__about__phone:hover {
  text-decoration: underline;
}
.footer .columns .column__socials, .footer .columns .column__menu {
  padding-top: 6rem;
}
@media (max-width: 991px) {
  .footer .columns .column__socials, .footer .columns .column__menu {
    padding-top: 3rem;
  }
}
.footer .columns .column__menu {
  width: calc(16.6667% + 3rem);
  max-width: 17rem;
}
@media (min-width: 1200px) {
  .footer .columns .column__menu {
    max-width: none;
  }
}
@media (max-width: 991px) {
  .footer .columns .column__menu {
    width: 50%;
    max-width: none;
  }
}
.footer .columns .column__menu h4 {
  margin-bottom: 3.3rem;
  font-size: 1.6rem;
  text-transform: none;
}
.footer .columns .column__menu li {
  margin-bottom: 0.5rem;
}
.footer .columns .column__menu a {
  color: #535859;
}
.footer .columns .column__menu a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer .columns .column__menu__1 {
    margin-left: auto;
    width: calc(50% - 2rem);
    flex-grow: 0;
  }
}
.footer .columns .column__socials {
  display: none;
}
@media (min-width: 992px) {
  .footer .columns .column__socials {
    display: block;
    margin-left: auto;
  }
}
.footer .columns .column__socials p {
  margin-top: 2.2rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
}
.footer .columns .column__socials a {
  margin-right: 2.4rem;
}
.footer .columns .column__socials a:last-of-type {
  margin-right: 0;
}
.footer .socials--xs {
  margin-top: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer .socials--xs__container {
  display: flex;
  align-items: center;
}
.footer .socials--xs__container a {
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
}
.footer .socials--xs__container a:last-child {
  margin-right: 0;
}
.footer .socials--xs__container a svg {
  display: block;
}
.footer .socials--xs p {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1500px) {
  section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 2500px) {
  section {
    padding-top: 120px;
  }
}
section.page-content {
  margin: 0;
  padding: 0;
}
section.section__content-2-column .columns {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  section.section__content-2-column .columns {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  section.section__content-2-column .columns .col {
    flex: none;
    width: calc(50% - 40px);
  }
}
@media (min-width: 1500px) {
  section.section__content-2-column .columns .col {
    width: calc(50% - 55px);
  }
}
section.section__hero-slider {
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 768px) {
  section.section__hero-slider {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  section.section__hero-slider .container {
    height: 100%;
  }
}
section.section__hero-slider .swiper {
  overflow: hidden;
}
@media (min-width: 992px) {
  section.section__hero-slider .swiper-hero .swiper-wrapper {
    padding-bottom: 2rem;
  }
}
section.section__hero-slider .swiper-hero .swiper-slide {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  flex-wrap: wrap;
  padding: 0;
  height: auto;
}
@media (min-width: 992px) {
  section.section__hero-slider .swiper-hero .swiper-slide {
    min-height: 520px;
  }
}
@media (max-width: 991px) {
  section.section__hero-slider .swiper-hero .swiper-slide .container {
    position: relative;
  }
}
@media (max-width: 991px) {
  section.section__hero-slider .swiper-hero .swiper-slide .columns {
    padding: 40px 0 6rem;
  }
  section.section__hero-slider .swiper-hero .swiper-slide .columns:before {
    content: "";
    position: absolute;
    top: -14vw;
    left: 0;
    right: 0;
    height: 14vw;
    background-size: 100% auto;
    background-image: url("../images/bg-hero-home__bottom--standard--xs.svg");
    background-position: 50% 0;
  }
}
@media (min-width: 992px) {
  section.section__hero-slider .swiper-hero .swiper-slide .columns {
    height: inherit;
    align-items: stretch;
  }
}
section.section__hero-slider .swiper-hero .swiper-slide .columns .col {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  section.section__hero-slider .swiper-hero .swiper-slide .columns .col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 7rem 0;
    flex: none;
    width: calc(33.333% + 3rem);
  }
}
section.section__hero-slider .swiper-hero .swiper-slide .columns .col h1 {
  margin-bottom: 0;
  line-height: 1;
}
section.section__hero-slider .swiper-hero .swiper-slide .cta {
  background-color: #fff;
  padding: 30px;
  border-radius: 3px;
}
section.section__hero-slider .swiper-hero .swiper-slide .cta h3 {
  color: #161616;
  margin-bottom: 0.5rem;
}
section.section__hero-slider .swiper-hero .swiper-slide .cta p {
  margin-bottom: 0.25rem;
}
section.section__hero-slider .swiper-slide__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 43%;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 1799px) {
  section.section__hero-slider .swiper-slide__background {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  section.section__hero-slider .swiper-slide__background {
    position: static;
    width: 100%;
    height: 89vw;
  }
}
section.section__hero-slider .swiper-slide__background:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5rem;
  background-size: auto 100%;
  background-image: url(../images/bg-hero__right--standard.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
}
@media (max-width: 991px) {
  section.section__hero-slider .swiper-slide__background:before {
    display: none;
  }
}
section.section__hero-slider .section__hero-slider__bottom {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 7rem;
  margin-top: -5rem;
}
@media (max-width: 991px) {
  section.section__hero-slider .section__hero-slider__bottom {
    margin-top: 0;
  }
}
section.section__hero-slider .section__hero-slider__bottom__swirl {
  position: absolute;
  left: -2rem;
  top: 3.5rem;
  width: 18vw;
  max-width: 35.9rem;
}
@media (max-width: 1799px) {
  section.section__hero-slider .section__hero-slider__bottom__swirl {
    width: 17vw;
    top: 2.5rem;
  }
}
@media (max-width: 1499px) {
  section.section__hero-slider .section__hero-slider__bottom__swirl {
    top: 1.5rem;
  }
}
section.section__hero-slider .section__hero-slider__bottom__bg {
  position: relative;
}
section.section__hero-slider .section__hero-slider__bottom__bg svg {
  width: 100%;
}
section.section__hero-slider .section__hero-slider__bottom__bg svg path {
  fill: #fff;
}
section.section__hero-slider .section__hero-slider__bottom__bg:after {
  content: "";
  position: absolute;
  top: -5.1vw;
  width: 20.7vw;
  height: 11vw;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/bg-blue__bottom--swoosh.svg");
  transform: translateX(20%) rotate(-13deg);
}
@media (max-width: 1499px) {
  section.section__hero-slider .section__hero-slider__bottom__bg:after {
    top: -5vw;
  }
}
@media (max-width: 991px) {
  section.section__hero-slider .section__hero-slider__bottom__bg:after {
    top: -10.5vw;
    width: 38.1vw;
    height: 14.4vw;
  }
}
@media (max-width: 767px) {
  section.section__hero-slider .section__hero-slider__bottom__bg:after {
    top: -6.5vw;
  }
}
section.section__image-content-2-col {
  position: relative;
}
section.section__image-content-2-col + .section__image-content-2-col:not(.section.section__image-content-2-col.bg-blue.section--blue.state-section.state-section--TAS.image-left) {
  padding-top: 0;
}
section.section__image-content-2-col figure.hero {
  position: static;
  height: auto;
  padding: 0;
}
section.section__image-content-2-col figure.hero span {
  position: static;
}
@media (max-width: 991px) {
  section.section__image-content-2-col figure {
    margin: 4.5rem 0;
  }
}
@media (min-width: 992px) {
  section.section__image-content-2-col .columns {
    flex-direction: row;
  }
}
section.section__image-content-2-col .columns .col {
  flex: none;
}
@media (min-width: 992px) {
  section.section__image-content-2-col .columns .col {
    width: 50%;
  }
}
@media (max-width: 991px) {
  section.section__image-content-2-col .columns .col:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  section.section__image-content-2-col .columns .col:last-child {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
}
section.section__image-content-2-col .columns .intro {
  display: flex;
  flex-direction: column;
}
section.section__image-content-2-col .columns .intro h3 {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.9;
}
section.section__image-content-2-col .columns .inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.section__image-content-2-col .columns .inner {
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
}
section.section__image-content-2-col .columns .inner .content {
  width: 100%;
  margin: 15px 0;
}
@media (min-width: 992px) {
  section.section__image-content-2-col .columns .inner .content {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
section.section__image-content-2-col .columns .inner .content figure {
  width: 45px;
  margin: 0 0 1.5rem 0;
}
section.section__image-content-2-col .columns .inner .content figure img {
  object-fit: contain;
}
section.section__image-content-2-col .columns .inner .content h4 {
  margin-bottom: 1rem;
}
section.section__image-content-2-col .columns .inner .content p,
section.section__image-content-2-col .columns .inner .content li {
  font-size: 1.44rem;
}
section.section__image-content-2-col .columns .btn {
  margin-top: 3rem;
}
section.section__image-content-2-col.image-right .col:first-child {
  order: 1;
}
@media (min-width: 992px) {
  section.section__image-content-2-col.image-right .col:first-child {
    order: 2;
  }
}
section.section__image-content-2-col.image-right .col:last-child {
  order: 2;
}
@media (min-width: 992px) {
  section.section__image-content-2-col.image-right .col:last-child {
    order: 1;
    padding-right: 8.3333%;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  section.section__image-content-2-col.image-right figure.hero {
    left: calc(50% + 30px);
    right: 0;
  }
}
section.section__image-content-2-col.bg-white h2,
section.section__image-content-2-col.bg-white h3,
section.section__image-content-2-col.bg-white h4 {
  color: #67B95F;
}
section.section__image-content-2-col.bg-white h3 {
  color: #67B95F;
}
section.section__image-content-2-col.bg-white h3:before {
  background-color: #67B95F !important;
}
section.section__image-content-2-col.offset {
  margin-top: 90px;
}
@media (min-width: 768px) {
  section.section__image-content-2-col.offset {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  section.section__image-content-2-col.offset .hero {
    margin-top: -90px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  section.section__image-content-2-col.offset .hero {
    transform: translateY(-90px);
  }
}
section.section__divider {
  padding-top: 0;
  padding-bottom: 0;
}
section.section__article-list .intro,
section.section__article-list .content {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto 60px auto;
}
.page-template-page-template-category section.section__article-list .intro,
.page-template-page-template-category section.section__article-list .content {
  text-align: left;
  width: 100% !important;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  section.section__article-list .intro,
  section.section__article-list .content {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  section.section__article-list .intro,
  section.section__article-list .content {
    width: 65%;
  }
}
section.section__article-list .intro h3,
section.section__article-list .content h3 {
  order: -10;
}
section.section__article-list .intro h2,
section.section__article-list .content h2 {
  color: #161616;
}
.page-template-page-template-category section.section__article-list .intro h2,
.page-template-page-template-category section.section__article-list .content h2 {
  line-height: 1.6;
  font-size: 2.4rem;
}
@media (max-width: 1199px) {
  .page-template-page-template-category section.section__article-list .intro h2,
  .page-template-page-template-category section.section__article-list .content h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .page-template-page-template-category section.section__article-list .intro h2,
  .page-template-page-template-category section.section__article-list .content h2 {
    line-height: 1;
  }
}
section.section__article-list .content {
  margin-top: -60px;
}
section.section__article-list .columns {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  section.section__article-list .columns {
    margin: 0 -15px -30px -15px;
  }
}
@media (min-width: 992px) {
  section.section__article-list .columns {
    margin: 0 -22.5px -45px -22.5px;
  }
}
section.section__article-list .columns .col {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: none;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
}
section.section__article-list .columns .col figure span {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (min-width: 768px) {
  section.section__article-list .columns .col {
    width: calc(50% - 30px);
    margin: 0 15px 30px 15px;
  }
}
@media (min-width: 992px) {
  section.section__article-list .columns .col {
    width: calc(33.3333% - 45px);
    margin: 0 22.5px 45px 22.5px;
  }
}
section.section__article-list .columns .col .meta {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}
@media (min-width: 1200px) {
  section.section__article-list .columns .col .meta {
    padding: 30px;
  }
}
section.section__article-list .columns .col .meta h4 {
  color: #161616;
  margin: 0 0 7.5px 0;
}
section.section__article-list .columns .col .meta p {
  font-size: 1.44rem;
}
.single-projects section.section__article-list .columns .col .meta p {
  display: none;
}
section.section__article-list .columns .col .meta p.subheading {
  color: #67B95F;
  margin-bottom: 15px;
}
.single-projects section.section__article-list .columns .col .meta p.subheading {
  display: block;
}
section.section__article-list .columns .col .meta hr {
  margin: auto 0 15px 0;
}
.single-projects section.section__article-list .columns .col .meta hr {
  display: none;
}
section.section__article-list .columns .col .meta a.btn {
  color: #161616;
  text-align: center;
  width: auto;
  display: flex;
  justify-content: center;
}
.single-projects section.section__article-list .columns .col .meta a.btn {
  display: none;
}
section.section__image-gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  section.section__image-gallery .gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
}
section.section__image-gallery .gallery a.image {
  margin: 10px;
  width: calc(33.3333% - 20px);
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 768px) {
  section.section__image-gallery .gallery a.image {
    margin: 15px;
    width: calc(33.3333% - 30px);
  }
}

.content-columns__intro {
  margin-bottom: 4rem;
}
.content-columns__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  row-gap: 5rem;
}
@media (min-width: 992px) {
  .content-columns__grid {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
    row-gap: 10rem;
  }
}
.content-columns__cell {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .content-columns__cell {
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
  }
}
.content-columns__cell h4 {
  font-weight: 700;
  line-height: 1.5;
}
.content-columns__cell p:empty {
  display: none;
}
.content-columns__cell p:last-child {
  margin-bottom: 0;
}
.content-columns__cell .btn {
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .content-columns__cell .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.content-columns__cell strong {
  color: #67B95F;
}
.content-columns__cell__image {
  width: 18rem;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .content-columns__cell__image {
    margin-right: 2rem;
    width: 10rem;
  }
}
.content-columns__cell__image img,
.content-columns__cell__image svg {
  width: 100%;
}
.content-columns__cell__image__caption {
  margin-top: 2rem;
  color: #67B95F;
  font-weight: 600;
}
.content-columns__cell--direction-column {
  flex-direction: column;
}
@media (min-width: 992px) {
  .content-columns__cell--direction-column .content-columns__cell__image {
    margin-bottom: 2.2rem;
  }
}
@media (min-width: 992px) {
  .content-columns__cell--text-center {
    text-align: center;
  }
  .content-columns__cell--text-center .content-columns__description,
  .content-columns__cell--text-center .content-columns__cell__image {
    margin-left: auto;
    margin-right: auto;
  }
}
.content-columns--2 .content-columns__grid {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .content-columns--2 .content-columns__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 16.6667%;
    max-width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-columns--4 .content-columns__grid {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .content-columns--4 .content-columns__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

.standard-content__container {
  margin-left: 0;
}
@media (min-width: 992px) {
  .standard-content__container {
    width: 66.6667%;
  }
}
.standard-content--right .standard-content__container {
  margin-right: 0;
  margin-left: auto;
}
.standard-content--center .standard-content__container {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.standard-content h1 {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .standard-content h1 {
    margin-bottom: 3rem;
  }
}
.standard-content p:empty {
  display: none;
}
.standard-content .btn {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .standard-content .btn {
    margin-top: 4rem;
  }
}

.content-image {
  position: relative;
}
.content-image .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .content-image .container {
    flex-direction: row;
  }
}
.content-image__description {
  width: 100%;
}
@media (min-width: 992px) {
  .content-image__description {
    width: calc(25% + 90px);
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 8.667%;
  }
}
.content-image__description h2 {
  line-height: 1.15;
}
.content-image__description .btn {
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .content-image__description p:last-child {
    margin-bottom: 0;
  }
}
.content-image__image {
  flex: 1;
}
@media (max-width: 991px) {
  .content-image__image {
    margin-bottom: 40px;
  }
}
.content-image--reverse .container {
  flex-direction: column;
}
@media (min-width: 992px) {
  .content-image--reverse .container {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .content-image--reverse .content-image__description {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .content-image--reverse .content-image__description {
    margin-right: 0;
    margin-left: 8.667%;
  }
}
.content-image.multiple-images img {
  object-fit: cover;
  width: 66.667%;
  aspect-ratio: 54/30.4;
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .content-image.multiple-images img {
    width: 54rem;
    width: 72%;
    margin-bottom: 2.4rem;
  }
}
.content-image.multiple-images img:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .content-image.multiple-images .content-image__description {
    margin-right: 11rem;
  }
}
.content-image.multiple-images--2 img:first-child, .content-image.multiple-images--3 img:nth-child(2) {
  margin-right: 16.6667%;
  aspect-ratio: 62/43.2;
  width: 83.333%;
}
@media (min-width: 992px) {
  .content-image.multiple-images--2 img:first-child, .content-image.multiple-images--3 img:nth-child(2) {
    width: 82.8%;
  }
}
.content-image.multiple-images--2 img:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}
.content-image.multiple-images--3 img {
  margin-left: auto;
  margin-right: 0;
}
.content-image.multiple-images--3 img:nth-child(1) {
  margin-right: 8.333%;
}
.content-image.multiple-images--3 img:nth-child(2) {
  margin-right: 16.6667%;
}
.content-image.multiple-images--3 img:nth-child(3) {
  margin-right: 0;
}
@media (min-width: 992px) {
  .content-image.multiple-images.content-image--reverse .content-image__description {
    margin-left: 8.667%;
    margin-right: 0;
  }
}
.content-image.multiple-images.content-image--reverse.multiple-images--3 img {
  margin-right: auto;
  margin-left: 0;
}
.content-image.multiple-images.content-image--reverse.multiple-images--3 img:nth-child(1) {
  margin-left: calc(12.5% + 30px);
}
.content-image.multiple-images.content-image--reverse.multiple-images--3 img:nth-child(2) {
  margin-left: 0;
}
.content-image.multiple-images.content-image--reverse.multiple-images--3 img:nth-child(3) {
  margin-left: calc(16.6667% + 60px);
}

#content-image__form {
  display: none;
}
#content-image__form.active {
  display: block;
  padding-top: 10rem;
}

.job-listings__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media (min-width: 992px) {
  .job-listings__grid {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
    row-gap: 3rem;
  }
}
.job-listings .job__listing {
  padding: 2rem 4.5rem;
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .job-listings .job__listing {
    padding: 3rem 5.5rem;
  }
}
.job-listings .job__listing .date {
  color: #67B95F;
}

@media (max-width: 991px) {
  .job-slider {
    margin-bottom: 40px;
  }
}
.job-slider__container {
  position: relative;
}
@media (max-width: 991px) {
  .job-slider__container {
    margin-bottom: 40px;
  }
}
.job-slider__container .swiper-button-next,
.job-slider__container .swiper-button-prev {
  width: 9.6rem;
  height: 9.6rem;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #9B9E9F;
  border-radius: 50%;
  top: -2rem;
  right: -17rem;
}
.job-slider__container .swiper-button-next:hover,
.job-slider__container .swiper-button-prev:hover {
  background-color: #818586;
}
@media (min-width: 1200px) {
  .job-slider__container .swiper-button-next,
  .job-slider__container .swiper-button-prev {
    display: flex;
  }
}
.job-slider__container .swiper-button-next svg,
.job-slider__container .swiper-button-prev svg {
  max-width: 21px;
}
.job-slider__container .swiper-button-next:after,
.job-slider__container .swiper-button-prev:after {
  display: none;
}
.job-slider__container .swiper-button-prev {
  left: -17rem;
  right: auto;
}
.job-slider__container .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.job-slider__list {
  padding-top: 5.5rem;
}
.job-slider__list .job {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .job-slider__list .job {
    padding-right: 10rem;
  }
}
@media (min-width: 1800px) {
  .job-slider__list .job {
    padding-right: 15rem;
  }
}
.job-slider__list .job h4 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.job-slider__list .job p,
.job-slider__list .job li {
  font-size: 1.6rem;
}
.job-slider__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7rem;
}
.job-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
@media (min-width: 992px) {
  .job-slider .standard-content__container h3 {
    font-size: 2.8rem;
  }
}

.resources .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.resources__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  row-gap: 2rem;
  padding-bottom: 40px;
  width: 83.333%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .resources__grid {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .resources__grid {
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .resources__grid {
    padding-bottom: 90px;
  }
}
@media (min-width: 1500px) {
  .resources__grid {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .resources__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .resources__grid {
    width: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (max-width: 991px) {
  .resources .load_more_posts {
    width: 83.333%;
    margin-left: auto;
    margin-right: auto;
  }
}

article.job,
.resource {
  padding: 4rem;
  border: 1px solid #67B95F;
  border-radius: 1rem;
}
@media (max-width: 991px) {
  article.job,
  .resource {
    border: 1px solid #D9D9D9;
  }
}
article.job--has-image,
.resource--has-image {
  display: flex;
}
article.job p,
.resource p {
  max-width: 100%;
  font-size: 1.4rem;
}
article.job .btn,
.resource .btn {
  width: auto;
}

.faqs__list h2 {
  text-align: center;
  margin-bottom: 8rem;
}
@media (max-width: 991px) {
  .faqs__list h2 {
    margin-bottom: 6rem;
  }
}
.faqs .faq {
  margin-bottom: 2rem;
  padding: 1.2rem 1.8rem 1.2rem 2.2rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .faqs .faq {
    padding: 2rem 6.5rem;
  }
}
.faqs .faq__question {
  position: relative;
}
@media (max-width: 991px) {
  .faqs .faq__question {
    padding-right: 3rem;
  }
}
.faqs .faq__question:hover {
  cursor: pointer;
}
.faqs .faq__question:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.6rem;
  background-position: 50% 50%;
  background-image: url(../images/icon-chevron--faq.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 1.3rem;
}
.faqs .faq__question p {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .faqs .faq__question p {
    font-weight: 600;
    font-size: 1.8rem;
  }
}
.faqs .faq__answer {
  display: none;
  padding-top: 1.2rem;
}
@media (max-width: 991px) {
  .faqs .faq__answer p {
    line-height: 1.3;
  }
}
.faqs .faq.active .faq__question:after {
  background-image: url(../images/icon-chevron--faq--open.svg);
}
.faqs .faq.active .faq__answer {
  display: block;
}
@media (max-width: 991px) {
  .faqs .background-plant {
    display: none;
  }
}

.video {
  max-width: 100vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .video {
    overflow: visible;
  }
}
.video__container {
  position: relative;
}
.video__container:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5rem;
  right: 14px;
  bottom: -10.4rem;
  left: 16px;
  background-position: 50% 50%;
  background-image: url("../images/bg-video--xs.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 400px) {
  .video__container:before {
    bottom: -12rem;
  }
}
@media (min-width: 768px) {
  .video__container:before {
    top: -8rem;
    right: 2px;
    bottom: -22.6rem;
    left: 1px;
  }
}
@media (min-width: 992px) {
  .video__container:before {
    top: -5.8rem;
    right: -6.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
    background-position: 100% 50%;
    background-image: url("../images/bg-video.svg");
  }
}
@media (min-width: 1200px) {
  .video__container:before {
    top: -6.8rem;
    right: -14.5rem;
    bottom: -5.5rem;
    left: -11.5rem;
  }
}
.video__container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
@media (min-width: 992px) {
  .video__container iframe {
    width: 83.3333%;
  }
}
.video--reverse .video__container {
  display: flex;
}
.video--reverse .video__container iframe {
  margin-left: auto;
}
@media (min-width: 992px) {
  .video--reverse .video__container:before {
    transform: scaleX(-1);
    left: -6.5rem;
    right: -4.5rem;
  }
}
@media (min-width: 1200px) {
  .video--reverse .video__container:before {
    left: -14.5rem;
    right: -11.5rem;
  }
}

.image-gallery {
  padding-top: 6rem;
  overflow-x: hidden;
  overflow-y: visible;
}
.image-gallery__inner {
  overflow: visible;
  width: auto !important;
  margin-left: -23vw;
  margin-right: -23vw;
}
@media (min-width: 992px) {
  .image-gallery__inner {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
.image-gallery__inner:after {
  content: "";
  display: block;
  position: absolute;
  top: clamp(-6rem, -4vw, -3rem);
  bottom: clamp(-4rem, -3vw, -3rem);
  width: 160vw;
  background-image: url(../images/bg-gallery.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .image-gallery__inner:after {
    width: 80vw;
    background-size: contain;
  }
}
.image-gallery__background {
  position: absolute;
  top: 0;
  bottom: 205px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: grey;
  background-image: url("../images/bg-gallery.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .image-gallery__background {
    background-size: contain;
  }
}
.image-gallery__background svg {
  height: 100%;
  width: 100%;
  background-size: cover;
  opacity: 0;
}
.image-gallery__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 7.5rem auto 4.3rem;
}
@media (max-width: 991px) {
  .image-gallery__container {
    margin: 3rem auto 0;
  }
}
.image-gallery__navigation {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #535859;
}
@media (max-width: 991px) {
  .image-gallery__navigation {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    border: 0;
    display: none;
  }
}
.image-gallery__navigation p {
  margin-bottom: 0;
  margin-right: 3.3rem;
}
.image-gallery__navigation .swiper-button-next,
.image-gallery__navigation .swiper-button-prev {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  margin-right: 3.3rem;
}
.image-gallery__navigation .swiper-button-next:after,
.image-gallery__navigation .swiper-button-prev:after {
  display: none;
}
.image-gallery__navigation .swiper-button-next svg,
.image-gallery__navigation .swiper-button-prev svg {
  width: 3.5rem;
  height: 1.8rem;
}
.image-gallery__navigation .swiper-button-prev svg {
  transform: rotate(180deg);
}
.image-gallery__navigation .swiper-button-next {
  margin-right: 0;
}
.image-gallery__pagination {
  position: static;
  width: auto !important;
}
@media (max-width: 991px) {
  .image-gallery__pagination {
    margin-left: auto;
    margin-right: auto;
  }
}
.image-gallery__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #535859;
  opacity: 1;
}
.image-gallery__pagination .swiper-pagination-bullet-active {
  background-color: #67B95F;
}
.image-gallery .swiper-slide {
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 38/40;
}
.image-gallery .swiper-slide img {
  border-radius: 1rem;
}
.image-gallery .swiper-slide:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .image-gallery .swiper-slide {
    aspect-ratio: 502/432;
  }
}
@media only screen and (max-width: 991px) {
  .centres {
    padding-bottom: 0;
  }
}
.centres__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .centres__container {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .centres__image, .centres__map {
    width: 50%;
    flex-shrink: 0;
  }
}
.centres__image figure {
  margin-top: 0 !important;
}
.centres__search {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .centres__search {
    width: 50%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 8.666%;
  }
}
.centres__search h4 {
  line-height: 1.4;
}

.image-header img {
  width: 100%;
  aspect-ratio: 172/52;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 991px) {
  .image-header img {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 767px) {
  .image-header img {
    aspect-ratio: 4/3;
  }
}

.breadcrumb + .standard-content {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .breadcrumb + .standard-content {
    padding-top: 5.4rem;
  }
}

.breadcrumb + .standard-content + .content-image {
  padding-top: 0;
}

.image-header + .content-image {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .image-header + .content-image {
    margin-top: 90px;
  }
}
@media (min-width: 1800px) {
  .image-header + .content-image {
    margin-top: 120px;
  }
}
.image-header + .standard-content {
  margin-top: 2rem;
}

.support-categories__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2rem;
  column-gap: 2rem;
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  .support-categories__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .support-categories__list {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (min-width: 1500px) {
  .support-categories__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.support-categories__list .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .support-categories__list .btn {
    line-height: 1;
    height: 100%;
  }
}

.category_articles .category-article {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 3rem;
  border: 1px solid #67B95F;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .category_articles .category-article {
    min-height: 288px;
  }
}
.category_articles .category-article:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .category_articles .category-article {
    flex-direction: column-reverse;
  }
  .category_articles .category-article:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.category_articles .category-article__content {
  padding: 5rem 8.3333%;
  flex: 1;
  display: flex;
}
.category_articles .category-article__content__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.category_articles .category-article__content h3 {
  text-transform: none;
}
.category_articles .category-article__content p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.category_articles .category-article__content p:empty {
  display: none;
}
.category_articles .category-article__image {
  position: relative;
  width: 33.333%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .category_articles .category-article__image {
    width: 100%;
  }
}
.category_articles .category-article__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .category_articles .category-article__image img {
    position: static;
    aspect-ratio: 2/1;
  }
}

.cta__content {
  position: relative;
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 16.667%;
  border: 1px solid #67B95F;
  border-radius: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cta__content {
    padding: 4rem 8.667%;
    text-align: left;
  }
}
.cta__content h4 {
  font-size: 2.8rem;
}
.cta__content h4 {
  font-weight: 700;
}
.cta__content p {
  font-size: 1.8rem;
}
.cta__content a {
  font-size: 2.4rem;
  text-decoration: underline;
}
.cta__content a:hover {
  text-decoration: none;
}
.cta__content__bg {
  display: none;
}
@media (min-width: 992px) {
  .cta__content__bg {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(33.333% + 3rem);
  }
  .cta__content__bg svg {
    width: 100%;
    height: 100%;
    object-position: right;
  }
}
@media (min-width: 992px) {
  .cta__content__inner {
    padding-right: 33.3%;
  }
}

@media (min-width: 992px) {
  .resources-summary {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 90px;
    row-gap: 5rem;
  }
}
.resources-summary__container h2 {
  display: block;
  margin-bottom: 9rem;
  text-align: center;
}
.resources-summary .resource {
  padding: 0;
  border: 0;
  max-width: 66.667%;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .resources-summary .resource {
    text-align: left;
    max-width: none;
  }
}
.resources-summary .resource h4 {
  margin-bottom: 0;
}
.resources-summary .resource a {
  justify-content: center;
}
@media (min-width: 992px) {
  .resources-summary .resource a {
    justify-content: flex-start;
  }
}
.resources-summary .resource:nth-child(1) {
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .resources-summary .resource:nth-child(1) {
    display: flex;
    align-items: center;
    flex-direction: row;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    position: relative;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .resources-summary .resource:nth-child(1) h4 {
    margin-bottom: 2rem;
  }
}
.resources-summary .resource:nth-child(1):before {
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #f9fbea;
  display: block;
  top: -6rem;
  width: 155vw;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media (min-width: 768px) {
  .resources-summary .resource:nth-child(1):before {
    width: 105vw;
  }
}
@media (min-width: 992px) {
  .resources-summary .resource:nth-child(1):before {
    width: auto;
    top: -90px;
    bottom: -90px;
    left: -90px;
  }
}
.resources-summary .resource:nth-child(1) .resource__details {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .resources-summary .resource:nth-child(1) .resource__details {
    width: auto;
    padding-right: 8.3333%;
    margin-bottom: 0;
  }
}
.resources-summary .resource:nth-child(1) .resource__details a {
  justify-content: center;
}
@media (max-width: 991px) {
  .resources-summary .resource:nth-child(1) .resource__image {
    margin-bottom: 5rem;
  }
}

.how-can-we-help {
  background: linear-gradient(135.12deg, #67b95f 28%, #c6d92f 71.54%);
}
@media (max-width: 991px) {
  .how-can-we-help {
    padding-top: 6.5rem;
    padding-bottom: 7.2rem;
  }
}
@media (min-width: 1200px) {
  .how-can-we-help {
    padding-bottom: 120px;
  }
}
.how-can-we-help h2 {
  margin-bottom: 5rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .how-can-we-help h2 {
    margin-bottom: 4.2rem;
  }
}
.how-can-we-help form {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .how-can-we-help form {
    max-width: 86.667%;
  }
}
.how-can-we-help form .image {
  position: absolute;
  z-index: 2;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.how-can-we-help form input[type=text] {
  position: relative;
  width: 100%;
  height: 6.8rem;
  line-height: 6.8rem;
  text-indent: 7rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .how-can-we-help form input[type=text] {
    height: 8.2rem;
    line-height: 8.2rem;
  }
}

.centres-list .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.centres-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
  row-gap: 2rem;
  width: 100%;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .centres-list__grid {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .centres-list__grid {
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .centres-list__grid {
    padding-bottom: 90px;
  }
}
@media (min-width: 1500px) {
  .centres-list__grid {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .centres-list__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .centres-list__grid {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
    row-gap: 3rem;
  }
}

article.centre {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
  border: 1px solid #67B95F;
  border-radius: 1rem;
}
article.centre h4 {
  line-height: 1.2;
}
article.centre p {
  margin-bottom: 0;
  max-width: 100%;
  font-size: 1.4rem;
}
article.centre .btn {
  width: 100%;
  margin-top: 2rem;
}

#becoming-an-explorer {
  display: none;
}
@media (min-width: 992px) {
  #becoming-an-explorer {
    display: block;
  }
}
@media (min-width: 1200px) {
  #becoming-an-explorer {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  #expression-of-interest .container,
  #join-our-team .container,
  #outdoor-play .container,
  #welcome-to-our-centre .container,
  #allergies-and-dietary-preferences .container,
  #little-impressionist .container,
  #one-world-one-planet .container,
  #prep-for-prep .container,
  #documentation .container,
  #role-of-the-educator .container,
  #the-image-of-the-child .container,
  #blog__summary {
    display: flex;
    flex-direction: column-reverse;
  }
  #expression-of-interest .container .content-image__description,
  #join-our-team .container .content-image__description,
  #outdoor-play .container .content-image__description,
  #welcome-to-our-centre .container .content-image__description,
  #allergies-and-dietary-preferences .container .content-image__description,
  #little-impressionist .container .content-image__description,
  #one-world-one-planet .container .content-image__description,
  #prep-for-prep .container .content-image__description,
  #documentation .container .content-image__description,
  #role-of-the-educator .container .content-image__description,
  #the-image-of-the-child .container .content-image__description,
  #blog__summary .content-image__description {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  #our-values .container {
    display: flex;
    flex-direction: column;
  }
  #our-values .container .content-image__image {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .content-columns {
    display: flex;
    flex-direction: column-reverse;
  }
  .content-columns .content-image__image {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  #family--ccs-calculator .container,
  #curriculum-intro .container,
  #contact-intro .container,
  #family--family-support-portal .container,
  #about-explorers .container {
    flex-direction: column;
  }
  #family--ccs-calculator .container .background-plant,
  #curriculum-intro .container .background-plant,
  #contact-intro .container .background-plant,
  #family--family-support-portal .container .background-plant,
  #about-explorers .container .background-plant {
    order: 1;
  }
  #family--ccs-calculator .container .content-image__description,
  #curriculum-intro .container .content-image__description,
  #contact-intro .container .content-image__description,
  #family--family-support-portal .container .content-image__description,
  #about-explorers .container .content-image__description {
    order: 2;
  }
  #family--ccs-calculator .container .content-image__image,
  #curriculum-intro .container .content-image__image,
  #contact-intro .container .content-image__image,
  #family--family-support-portal .container .content-image__image,
  #about-explorers .container .content-image__image {
    order: 3;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  #curriculum {
    margin-top: -40px;
  }
  #curriculum .container {
    flex-direction: column;
  }
  #curriculum .container .background-plant {
    order: 1;
    padding: 40px 0;
  }
  #curriculum .container .content-image__description {
    order: 3;
  }
  #curriculum .container .content-image__image {
    order: 2;
    margin-top: -40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  #project-work .container {
    flex-direction: column;
  }
  #project-work .container .background-plant {
    order: 3;
    padding: 0;
    margin-bottom: -7rem;
  }
  #project-work .container .content-image__description {
    order: 2;
  }
  #project-work .container .content-image__image {
    order: 1;
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #project-work .background-plant {
    transform: scale(0.93);
  }
}
@media (min-width: 1500px) {
  #project-work .background-plant {
    transform: scale(1.18);
  }
}

@media (max-width: 991px) {
  #explorers-careers {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 5rem;
  }
  #explorers-careers .background-plant {
    margin-bottom: -2rem;
  }
}

@media (max-width: 991px) {
  body.single-centres #curriculum .image-bg figure:before,
  #enrichment-program .image-bg figure:before,
  #welcome-to-our-centre .image-bg figure:before,
  #family--ccs-calculator .image-bg figure:before {
    top: -1.5rem;
    right: 0.17rem;
    left: 3.8rem;
    bottom: -4.6rem;
    background-image: url("../images/abstract-3.svg");
  }
}

@media (max-width: 991px) {
  #family--family-support-portal .image-bg figure:before,
  #family-support-portal .image-bg figure:before {
    right: 4.7rem;
    left: 0.4rem;
    top: -3.5rem;
    bottom: -3.2rem;
    background-image: url("../images/abstract-16.svg");
  }
}

@media (max-width: 991px) {
  #outdoor-play .image-bg figure:before {
    right: 4.7rem;
    left: 0.4rem;
    top: -3.5rem;
    bottom: -3.2rem;
    background-image: url("../images/abstract-16.svg");
    transform: scaleX(-1);
  }
}

@media (max-width: 991px) {
  #form-contact {
    display: flex;
    flex-direction: column-reverse;
  }
}
#form-contact h2 {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  #form-contact p {
    padding-right: 25%;
  }
}
@media (min-width: 992px) {
  #form-contact {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  #form-contact #dvFastForms {
    margin-top: -3rem;
  }
}
#form-contact #dvBannerHTML .ff-form-main {
  border: 0;
  border-radius: 0;
}
#form-contact #dvBannerHTML .ff-form-main .ff-page-row {
  padding: 0;
  max-width: none;
}
#form-contact #dvFastForms #form1 .group-0 .ff-section-header {
  display: none;
}
#form-contact #dvBannerHTML .ff-form-main .ff-footer-group {
  max-width: none;
}
#form-contact #dvBannerHTML .ff-form-main .ff-footer-group .ff-footer-row {
  padding-bottom: 0;
}

/* Just as a test we will remove image headers and if approved remove it permanently */
.image-header {
  display: none !important;
}

#find-a-centre,
#explorers-careers,
#curriculum-intro,
#becoming-an-explorer,
#family--family-support-portal,
#about-explorers {
  margin-top: 0;
}
@media (min-width: 992px) {
  #find-a-centre,
  #explorers-careers,
  #curriculum-intro,
  #becoming-an-explorer,
  #family--family-support-portal,
  #about-explorers {
    padding-top: 6rem;
  }
}

.fancybox-content {
  padding: 0;
}

.btn,
button,
input[type=button],
input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29.4rem;
  height: 5.6rem;
  appearance: none;
  color: #fff;
  padding: 1.3rem 2rem;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  line-height: 1;
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 600;
  background-color: #67B95F;
  border: 0;
  border-radius: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767px) {
  .btn,
  button,
  input[type=button],
  input[type=submit] {
    display: flex;
    width: 100%;
  }
}
.btn:focus, .btn:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #3c7c36;
  color: #fff;
  text-decoration: none;
}
.btn.btn--outline,
button.btn--outline,
input[type=button].btn--outline,
input[type=submit].btn--outline {
  background: none;
  border: 1px solid #67B95F;
  color: #67B95F;
}
.btn.btn--outline svg,
button.btn--outline svg,
input[type=button].btn--outline svg,
input[type=submit].btn--outline svg {
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  margin-left: 22.5px;
}
.btn.btn--outline svg *,
button.btn--outline svg *,
input[type=button].btn--outline svg *,
input[type=submit].btn--outline svg * {
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  fill: #67B95F;
}
.btn.btn--outline:hover,
button.btn--outline:hover,
input[type=button].btn--outline:hover,
input[type=submit].btn--outline:hover {
  color: #535859;
  background-color: #D2E32D;
  border-color: #D2E32D;
}
.btn.btn--outline:hover svg,
button.btn--outline:hover svg,
input[type=button].btn--outline:hover svg,
input[type=submit].btn--outline:hover svg {
  transform: translateX(5px);
}
.btn.btn--outline:hover svg *,
button.btn--outline:hover svg *,
input[type=button].btn--outline:hover svg *,
input[type=submit].btn--outline:hover svg * {
  fill: #fff;
}
.btn.btn--arrow,
button.btn--arrow,
input[type=button].btn--arrow,
input[type=submit].btn--arrow {
  min-width: 215px;
  justify-content: space-between;
}
.btn.btn--arrow svg,
button.btn--arrow svg,
input[type=button].btn--arrow svg,
input[type=submit].btn--arrow svg {
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  margin-left: 22.5px;
}
.btn.btn--arrow svg *,
button.btn--arrow svg *,
input[type=button].btn--arrow svg *,
input[type=submit].btn--arrow svg * {
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  fill: #67B95F;
}
.btn.btn--arrow:hover svg,
button.btn--arrow:hover svg,
input[type=button].btn--arrow:hover svg,
input[type=submit].btn--arrow:hover svg {
  transform: translateX(5px);
}
.btn.btn--arrow:hover svg *,
button.btn--arrow:hover svg *,
input[type=button].btn--arrow:hover svg *,
input[type=submit].btn--arrow:hover svg * {
  fill: #fff;
}
.btn.btn--blue, .btn.btn--brand,
button.btn--blue,
button.btn--brand,
input[type=button].btn--blue,
input[type=button].btn--brand,
input[type=submit].btn--blue,
input[type=submit].btn--brand {
  background-color: #67B95F;
  border-color: #67B95F;
  color: #fff;
}
.btn.btn--blue svg *, .btn.btn--brand svg *,
button.btn--blue svg *,
button.btn--brand svg *,
input[type=button].btn--blue svg *,
input[type=button].btn--brand svg *,
input[type=submit].btn--blue svg *,
input[type=submit].btn--brand svg * {
  fill: #fff;
}
.btn.btn--blue:hover, .btn.btn--brand:hover,
button.btn--blue:hover,
button.btn--brand:hover,
input[type=button].btn--blue:hover,
input[type=button].btn--brand:hover,
input[type=submit].btn--blue:hover,
input[type=submit].btn--brand:hover {
  background-color: #4e9f46;
  border-color: #4e9f46;
  color: #fff;
}
.btn.btn--blue:hover svg *, .btn.btn--brand:hover svg *,
button.btn--blue:hover svg *,
button.btn--brand:hover svg *,
input[type=button].btn--blue:hover svg *,
input[type=button].btn--brand:hover svg *,
input[type=submit].btn--blue:hover svg *,
input[type=submit].btn--brand:hover svg * {
  fill: #fff;
}
.btn.btn--ghost,
button.btn--ghost,
input[type=button].btn--ghost,
input[type=submit].btn--ghost {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn--ghost svg *,
button.btn--ghost svg *,
input[type=button].btn--ghost svg *,
input[type=submit].btn--ghost svg * {
  fill: #fff;
}
.btn.btn--ghost:hover,
button.btn--ghost:hover,
input[type=button].btn--ghost:hover,
input[type=submit].btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}
.btn.btn--ghost:hover svg *,
button.btn--ghost:hover svg *,
input[type=button].btn--ghost:hover svg *,
input[type=submit].btn--ghost:hover svg * {
  fill: #fff;
}
.btn.btn--float,
button.btn--float,
input[type=button].btn--float,
input[type=submit].btn--float {
  background-color: transparent;
  border-color: transparent;
  color: #67B95F;
  padding-left: 0;
  min-width: 0;
}
.btn.btn--float svg *,
button.btn--float svg *,
input[type=button].btn--float svg *,
input[type=submit].btn--float svg * {
  fill: #67B95F;
}
.btn.btn--float:hover,
button.btn--float:hover,
input[type=button].btn--float:hover,
input[type=submit].btn--float:hover {
  background-color: transparent;
  border-color: transparent;
  color: #67B95F;
}
.btn.btn--float:hover svg *,
button.btn--float:hover svg *,
input[type=button].btn--float:hover svg *,
input[type=submit].btn--float:hover svg * {
  fill: #67B95F;
}
.btn.disabled,
button.disabled,
input[type=button].disabled,
input[type=submit].disabled {
  opacity: 0.5;
}
@media (max-width: 767px) {
  input[type=button],
  input[type=submit] {
    padding: 1.3rem 3.2rem;
  }
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background-color: #67B95F;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
  color: #fff;
}
@media (max-width: 1199px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 90%;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 95%;
  }
}
@media (max-width: 1499px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 30px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea:not(.chasitorText) {
  appearance: none;
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  border-radius: 3px;
  color: #535859;
  font-family: "poppins", "sans-serif", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:not(.chasitorText):focus {
  outline: none;
}

.gform_footer {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.gform_footer input[type=submit] {
  appearance: none;
  margin-bottom: 0 !important;
}
.gform_footer input[type=submit]:hover {
  cursor: pointer;
}

.gform_required_legend,
.gform_validation_errors {
  display: none;
}

.validation_message.gfield_validation_message {
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  font-size: 14px !important;
  margin-top: 2.5px !important;
}

.gform_ajax_spinner {
  display: inline-block;
  margin-left: 15px;
  border: 4px solid rgba(103, 185, 95, 0.25);
  border-left: 4px solid rgba(103, 185, 95, 0.75);
  animation: spinner 1.1s infinite linear;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#form-register {
  position: relative;
}
#form-register .fn-close-register {
  position: absolute;
  top: -40px;
  right: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  color: #545859;
  font-weight: 700;
}
@media (min-width: 992px) {
  #form-register .fn-close-register {
    top: 8rem;
    right: 6rem;
  }
}
#form-register .fn-close-register svg {
  margin-left: 1rem;
  transform: translateY(-2px);
}
#form-register .fn-close-register:hover {
  cursor: pointer;
}
#form-register .fn-close-register:hover svg path {
  stroke: #3c7c36;
  fill: #3c7c36;
}

@media (max-width: 991px) {
  #sectionLabel3 {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  #GENERALTEXT63 {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 1.9 !important;
  }
}

.ff-group-row > .ff-item-row {
  display: block;
}

#dvFastForms .ff-group-row > .ff-item-row:not(:first-child),
#dvFastForms .ff-payment-wrapper,
#dvFastForms .ff-esignature-wrapper {
  max-width: 100%;
}

.ff-form {
  background-color: rgb(255, 255, 255);
  background-image: url(https://eel--visualantidote.visualforce.com/servlet/servlet.ImageServer?id=0152w0000011AP7AAM&oid=00D2w000005oeDhEAI);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#dvFastForms .ff-page-header {
  font-family: Poppins;
  color: rgb(99, 139, 193);
}

#dvFastForms .ff-page-header-row {
  font-family: Poppins;
  border-radius: 5px;
  border-width: 0px;
  padding: 0px;
}

#dvBannerHTML .ff-logo {
  padding: 1px;
}
#dvBannerHTML .ff-header {
  padding: 24px;
}
#dvBannerHTML .ff-form-main {
  margin: auto;
  padding: 0;
  max-width: none;
  background: none;
  border: 0;
}
@media (min-width: 992px) {
  #dvBannerHTML .ff-form-main {
    max-width: 83.3333333333%;
    border: 1px solid #67B95F;
    border-radius: 10rem;
  }
}
#dvBannerHTML .ff-form-main .ff-footer-group,
#dvBannerHTML .ff-form-main .ff-page-row {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #dvBannerHTML .ff-form-main .ff-footer-group,
  #dvBannerHTML .ff-form-main .ff-page-row {
    padding: 11rem 0 0;
    max-width: 66.667%;
  }
}
#dvBannerHTML .ff-form-main .ff-group-row {
  margin: 0;
  max-width: none;
}
#dvBannerHTML .ff-form-main .ff-footer-group {
  padding: 0;
}
#dvBannerHTML .ff-form-main .ff-footer-group .ff-footer-row {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #dvBannerHTML .ff-form-main .ff-footer-group .ff-footer-row {
    padding-bottom: 11rem;
  }
}
#dvBannerHTML .ff-form-main .ff-label-col {
  margin: 0;
  padding: 0;
}
#dvBannerHTML .ff-form-main .ff-item-row {
  padding-top: 0;
}

#dvFastForms .ff-form-main .ff-label-col {
  padding: 0;
}
#dvFastForms .ff-form-main .ff-field-col {
  padding: 0;
  font-family: Poppins !important;
}
#dvFastForms .ff-form-main .ff-label {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #535859;
  font-family: Poppins !important;
}
@media (min-width: 992px) {
  #dvFastForms .ff-form-main .ff-label {
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
#dvFastForms .ff-form-main .ff-item-row {
  margin-bottom: 4rem;
}
#dvFastForms .ff-form-main .ff-section-header {
  color: #67B95F;
  font-family: "poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.6;
  font-size: 2.4rem;
  font-size: 2.8rem;
}
@media (max-width: 1199px) {
  #dvFastForms .ff-form-main .ff-section-header {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  #dvFastForms .ff-form-main .ff-section-header {
    line-height: 1;
  }
}
#dvFastForms .ff-form-main .ff-select-to-checkbox-list,
#dvFastForms .ff-form-main .ff-select-to-radiobtn-list {
  width: 100%;
}
#dvFastForms .ff-form-main .ff-checkbox-li,
#dvFastForms .ff-form-main .ff-radio-li {
  height: auto;
  display: flex;
  align-items: center;
  margin-right: 20px !important;
}
#dvFastForms .ff-form-main .ff-checkbox-li label,
#dvFastForms .ff-form-main .ff-radio-li label {
  padding: 0 0 0 10px !important;
  font-size: 1.6rem;
}
#dvFastForms .ff-form-main .ff-checkbox-li span,
#dvFastForms .ff-form-main .ff-radio-li span {
  width: 4rem;
  height: 4rem;
  background-image: url("../images/input-radio-unchecked.svg");
}
#dvFastForms .ff-form-main .ff-checkbox-li span.ff-ext-selected,
#dvFastForms .ff-form-main .ff-radio-li span.ff-ext-selected {
  background-image: url("../images/input-radio-checked.svg");
}
#dvFastForms .ff-form-main .ff-checkbox {
  width: 4rem;
  height: 4rem;
  appearance: none;
  border: 2px solid rgba(84, 88, 89, 0.15);
  border-radius: 4px;
}
#dvFastForms .ff-form-main .ff-checkbox:checked {
  position: relative;
}
#dvFastForms .ff-form-main .ff-checkbox:checked:after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #67B95F;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#dvFastForms .ff-form-main .footnoteDiv {
  display: none;
}
#dvFastForms .btnDiv {
  text-align: left !important;
}
#dvFastForms .btnDiv input {
  border: 0;
  box-shadow: none;
  border-radius: 1rem;
  margin-left: 0 !important;
}
#dvFastForms .ff-item-row .ff-type-text:not(.ff-creditcard),
#dvFastForms .ff-textarea,
#dvFastForms #dvFastForms .ff-fileupload-drop-area,
#dvFastForms select.ff-select-type:not(.ff-mm):not(.ff-yyyy),
#dvFastForms .select2-container {
  width: 100% !important;
  line-height: 2.4;
  border-width: 2px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #dvFastForms .ff-select-to-radiobtn-list ul {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (max-width: 375px) {
  #dvFastForms [id^="ulCase.Linked_Children__c.A_1_.Number_of_Days_of_Care_Required__c"] {
    flex-wrap: wrap !important;
  }
  #dvFastForms [id^="ulCase.Linked_Children__c.A_1_.Number_of_Days_of_Care_Required__c"] li {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  #dvFastForms .ff-select-to-checkbox-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 2rem;
    padding: 0;
  }
}
#dvFastForms #form1 .group-0 .ff-section-header {
  font-family: "poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  font-size: 5.4rem;
  line-height: 1.15;
  display: block;
  margin-bottom: 0;
  text-align: center;
  color: #535859;
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  #dvFastForms #form1 .group-0 .ff-section-header {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  #dvFastForms #form1 .group-0 .ff-section-header {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  #dvFastForms #form1 .group-0 .ff-section-header {
    margin-bottom: 6rem;
  }
}
#dvFastForms #form1 .group-0 .ff-general-text-label {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #535859;
}
@media (min-width: 992px) {
  #dvFastForms #form1 .group-0 .ff-general-text-label {
    margin-bottom: 0;
  }
}
#dvFastForms #ffSection3 .ff-item-row:first-child {
  margin-bottom: 0;
}
@keyframes up-down {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(1.5deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes up-down2 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(1.2deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes left-right {
  0% {
    transform: rotate(-0.8deg);
  }
  50% {
    transform: rotate(0.8deg);
  }
  100% {
    transform: rotate(-0.8deg);
  }
}
.background-plant {
  position: static;
  max-width: 90vw;
  display: block;
}
@media (min-width: 768px) {
  .background-plant {
    max-width: 80vw;
  }
}
@media (min-width: 992px) {
  .background-plant {
    position: absolute;
    z-index: -1;
    transform: scale(0.6);
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .background-plant {
    transform: scale(0.8);
  }
}
@media (min-width: 1500px) {
  .background-plant {
    transform: scale(1);
  }
}
@media only screen and (min-width: 2000px) {
  .background-plant {
    transform: scale(1.1);
  }
}
@media (min-width: 2500px) {
  .background-plant {
    transform: scale(1.2);
  }
}
.background-plant-container {
  position: relative;
}
.background-plant--top-right, .background-plant--bottom-right {
  bottom: -5rem;
  right: 0;
  transform-origin: right;
}
@media (max-width: 1199px) {
  .background-plant--top-right, .background-plant--bottom-right {
    bottom: -8rem;
  }
}
@media (max-width: 991px) {
  .background-plant--top-right, .background-plant--bottom-right {
    margin-right: -1.5rem;
    margin-left: auto;
  }
}
.background-plant--top-right svg, .background-plant--bottom-right svg {
  transform-origin: right;
}
.background-plant--top-right {
  bottom: auto;
  top: -5rem;
}
@media (max-width: 1199px) {
  .background-plant--top-right {
    top: -8rem;
  }
}
@media (max-width: 991px) {
  .background-plant--top-right {
    margin-top: -5rem;
  }
}
.background-plant--top-left, .background-plant--bottom-left {
  bottom: -5rem;
  left: 0;
  transform-origin: left;
}
@media (max-width: 991px) {
  .background-plant--top-left, .background-plant--bottom-left {
    margin-left: -1.5rem;
    margin-right: auto;
  }
}
.background-plant--top-left svg, .background-plant--bottom-left svg {
  transform-origin: left;
}
.background-plant--top-left {
  bottom: auto;
  top: -5rem;
}
.background-plant svg {
  width: auto;
  overflow: visible;
  transition: 1s ease-in-out transform;
}
@media (max-width: 991px) {
  .background-plant svg {
    display: block;
    width: 100%;
  }
}
.background-plant svg path {
  position: relative;
  transition: 1s ease-in-out transform;
  will-change: transform;
}

@media (max-width: 991px) {
  .background-plant--right__1 svg {
    max-width: 86.6667vw;
  }
}
.background-plant--right__1 svg #plant-right__1__1,
.background-plant--right__1 svg #plant-right__1__3 {
  transform-origin: right;
  animation: up-down2 4s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__1 svg #plant-right__1__2,
.background-plant--right__1 svg #plant-right__1__4 {
  animation: up-down 4s ease-in-out infinite;
  transform-origin: bottom;
}

.background-plant--right__2 svg #plant-right__2__4,
.background-plant--right__2 svg #plant-right__2__20,
.background-plant--right__2 svg #plant-right__2__1,
.background-plant--right__2 svg #plant-right__2__2 {
  transform-origin: right;
  animation: up-down2 4s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__2 svg #plant-right__2__3,
.background-plant--right__2 svg #plant-right__2__5 {
  animation: up-down 4s ease-in-out infinite;
  transform-origin: right;
}

.background-plant--right__3 svg #plant-right__3__2,
.background-plant--right__3 svg #plant-right__3__20,
.background-plant--right__3 svg #plant-right__3__1,
.background-plant--right__3 svg #plant-right__3__4 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
}
.background-plant--right__3 svg #plant-right__3__3,
.background-plant--right__3 svg #plant-right__3__5 {
  animation: up-down 4s ease-in infinite;
  transform-origin: right;
}

.background-plant--right__4 svg #plant-right__4__3,
.background-plant--right__4 svg #plant-right__4__5,
.background-plant--right__4 svg #plant-right__4__2,
.background-plant--right__4 svg #plant-right__4__6,
.background-plant--right__4 svg #plant-right__4__1,
.background-plant--right__4 svg #plant-right__4__4 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}

.background-plant--right__5 svg #plant-right__5__1,
.background-plant--right__5 svg #plant-right__5__4 {
  transform-origin: right;
  animation: up-down 6s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__5 svg #plant-right__5__2,
.background-plant--right__5 svg #plant-right__5__3,
.background-plant--right__5 svg #plant-right__5__5,
.background-plant--right__5 svg #plant-right__5__6 {
  transform-origin: right;
  animation: up-down 5s ease-in infinite;
  animation-delay: 0s;
}

.background-plant--right__6 svg #plant-right__6__1,
.background-plant--right__6 svg #plant-right__6__2,
.background-plant--right__6 svg #plant-right__6__4,
.background-plant--right__6 svg #plant-right__6__32 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__6 svg #plant-right__6__3,
.background-plant--right__6 svg #plant-right__6__5 {
  animation: up-down2 4s ease-in infinite;
  transform-origin: right;
}

.background-plant--right__7 svg #plant-right__7__1,
.background-plant--right__7 svg #plant-right__7__2 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__7 svg #plant-right__7__3,
.background-plant--right__7 svg #plant-right__7__4,
.background-plant--right__7 svg #plant-right__7__5,
.background-plant--right__7 svg #plant-right__7__6 {
  animation: up-down2 4s ease-in infinite;
  transform-origin: right;
}

.background-plant--right__8 svg #plant-right__8__1,
.background-plant--right__8 svg #plant-right__8__2 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__8 svg #plant-right__8__3,
.background-plant--right__8 svg #plant-right__8__4 {
  animation: up-down 3s ease-in infinite;
  animation-delay: 2s;
  transform-origin: right;
}

.background-plant--right__9 svg #plant-right__9__1,
.background-plant--right__9 svg #plant-right__9__2,
.background-plant--right__9 svg #plant-right__9__3,
.background-plant--right__9 svg #plant-right__9__4 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
}

.background-plant--right__10 svg #plant-right__10__1,
.background-plant--right__10 svg #plant-right__10__2 {
  transform-origin: right;
  animation: up-down 3s ease-in-out infinite;
}

.background-plant--right__11 svg #plant-right__11__1,
.background-plant--right__11 svg #plant-right__11__2 {
  transform-origin: right;
  animation: up-down 4s ease-in-out infinite;
}
.background-plant--right__11 svg #plant-right__11__4,
.background-plant--right__11 svg #plant-right__11__3 {
  animation: left-right 5s ease-in infinite;
  transform-origin: bottom;
}

.background-plant--right__12 svg #plant-right__12__1,
.background-plant--right__12 svg #plant-right__12__2,
.background-plant--right__12 svg #plant-right__12__3,
.background-plant--right__12 svg #plant-right__12__4,
.background-plant--right__12 svg #plant-right__12__29 {
  transform-origin: right;
  animation: up-down 4s ease-in-out infinite;
}
.background-plant--right__12 svg #plant-right__30__2,
.background-plant--right__12 svg #plant-right__30__30 {
  animation: left-right 3s ease-in infinite;
  transform-origin: bottom;
}

.background-plant--right__13 svg #plant-right__13__1,
.background-plant--right__13 svg #plant-right__13__2,
.background-plant--right__13 svg #plant-right__13__16,
.background-plant--right__13 svg #plant-right__13__17 {
  transform-origin: right;
  animation: up-down 4s ease-in-out infinite;
}
.background-plant--right__13 svg #plant-right__13__14,
.background-plant--right__13 svg #plant-right__13__15 {
  animation: up-down2 3s ease-in infinite;
  transform-origin: right;
}

.background-plant--right__14 svg #plant-right__14__15,
.background-plant--right__14 svg #plant-right__14__14,
.background-plant--right__14 svg #plant-right__14__1,
.background-plant--right__14 svg #plant-right__14__2 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}

.background-plant--right__15 svg #plant-right__15__32,
.background-plant--right__15 svg #plant-right__15__1,
.background-plant--right__15 svg #plant-right__15__2 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__15 svg #plant-right__15__3,
.background-plant--right__15 svg #plant-right__15__5 {
  animation: up-down2 3s ease-in infinite;
  transform-origin: right;
}

.background-plant--right__16 svg #plant-right__16__18,
.background-plant--right__16 svg #plant-right__16__3,
.background-plant--right__16 svg #plant-right__16__1,
.background-plant--right__16 svg #plant-right__16__2 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}

@media (min-width: 992px) {
  .background-plant--right__17 {
    right: -1rem;
  }
}
@media (min-width: 1200px) {
  .background-plant--right__17 {
    right: -2rem;
  }
}
.background-plant--right__17 svg #plant-right__17__1,
.background-plant--right__17 svg #plant-right__17__3 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__17 svg #plant-right__17__2,
.background-plant--right__17 svg #plant-right__17__4 {
  animation: up-down 4s ease-in infinite;
  transform-origin: right;
}

.background-plant--right__19 svg #plant-right__19__1,
.background-plant--right__19 svg #plant-right__19__2,
.background-plant--right__19 svg #plant-right__19__3,
.background-plant--right__19 svg #plant-right__19__4,
.background-plant--right__19 svg #plant-right__19__5,
.background-plant--right__19 svg #plant-right__19__32 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}

.background-plant--right__20 svg #plant-right__20__1,
.background-plant--right__20 svg #plant-right__20__3,
.background-plant--right__20 svg #plant-right__20__2,
.background-plant--right__20 svg #plant-right__20__18 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}

.background-plant--right__21 svg #plant-right__21__1,
.background-plant--right__21 svg #plant-right__21__3 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__21 svg #plant-right__21__2,
.background-plant--right__21 svg #plant-right__21__4 {
  animation: up-down 4s ease-in infinite;
  transform-origin: right;
}

.background-plant--right__22 svg #plant-right__22__1,
.background-plant--right__22 svg #plant-right__22__2 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__22 svg #plant-right__22__3,
.background-plant--right__22 svg #plant-right__22__4 {
  animation: up-down 4s ease-in infinite;
  transform-origin: right;
}

.background-plant--right__23 svg #plant-right__23__1,
.background-plant--right__23 svg #plant-right__23__3 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__23 svg #plant-right__23__2,
.background-plant--right__23 svg #plant-right__23__4 {
  animation: up-down 4s ease-in infinite;
  transform-origin: right;
}

.background-plant--right__24 svg #plant-right__24__1,
.background-plant--right__24 svg #plant-right__24__2 {
  transform-origin: right;
  animation: up-down 4s ease-in infinite;
  animation-delay: 1s;
}
.background-plant--right__24 svg #plant-right__24__3,
.background-plant--right__24 svg #plant-right__24__4 {
  animation: up-down 4s ease-in infinite;
  transform-origin: right;
}

.background-plant--left__1 svg #plant-left__1__1,
.background-plant--left__1 svg #plant-left__1__4 {
  transform-origin: left;
  animation: up-down 4s ease-in-out infinite;
}
.background-plant--left__1 svg #plant-left__1__2,
.background-plant--left__1 svg #plant-left__1__6 {
  animation-delay: 0.8s;
  animation: up-down 5s ease-in-out infinite;
  transform-origin: left;
}
.background-plant--left__1 svg #plant-left__1__3,
.background-plant--left__1 svg #plant-left__1__5 {
  animation-delay: 0.4s;
  animation: up-down 6s ease-in-out infinite;
  transform-origin: left;
}

.background-plant--left__3 svg #plant-left__3__1,
.background-plant--left__3 svg #plant-left__3__3 {
  transform-origin: left;
  animation: up-down 4s ease-in-out infinite;
}
.background-plant--left__3 svg #plant-left__3__2,
.background-plant--left__3 svg #plant-left__3__4 {
  animation-delay: 0.8s;
  animation: up-down 5s ease-in-out infinite;
  transform-origin: left;
}

.background-plant--left__4 svg #plant-left__4__1,
.background-plant--left__4 svg #plant-left__4__2,
.background-plant--left__4 svg #plant-left__4__4,
.background-plant--left__4 svg #plant-left__4__20 {
  transform-origin: left;
  animation: up-down 4s ease-in-out infinite;
}
.background-plant--left__4 svg #plant-left__4__5,
.background-plant--left__4 svg #plant-left__4__3 {
  animation-delay: 0.8s;
  animation: up-down 5s ease-in-out infinite;
  transform-origin: left;
}

.background-plant--left__5 svg #plant-left__5__1,
.background-plant--left__5 svg #plant-left__5__2,
.background-plant--left__5 svg #plant-left__5__3,
.background-plant--left__5 svg #plant-left__5__4 {
  transform-origin: left;
  animation: up-down 4s ease-in-out infinite;
}

@media (max-width: 991px) {
  .background-plant--left__6 svg {
    max-width: 86.6667vw;
  }
}
.background-plant--left__6 svg #plant-left__6__1,
.background-plant--left__6 svg #plant-left__6__3 {
  transform-origin: left;
  animation: up-down 4s ease-in-out infinite;
}
.background-plant--left__6 svg #plant-left__6__2,
.background-plant--left__6 svg #plant-left__6__4 {
  animation-delay: 0.8s;
  animation: up-down 5s ease-in-out infinite;
  transform-origin: left;
}

@media (max-width: 991px) {
  .background-plant--left__7 svg {
    max-width: 86.6667vw;
  }
}
.background-plant--left__7 svg #plant-left__7__1,
.background-plant--left__7 svg #plant-left__7__2,
.background-plant--left__7 svg #plant-left__7__3,
.background-plant--left__7 svg #plant-left__7__4,
.background-plant--left__7 svg #plant-left__7__5,
.background-plant--left__7 svg #plant-left__7__6 {
  transform-origin: left;
  animation: up-down 4s ease-in-out infinite;
}

@media (max-width: 991px) {
  .background-plant--left__8 svg {
    max-width: 86.6667vw;
  }
}
.background-plant--left__8 svg #plant-left__8__1,
.background-plant--left__8 svg #plant-left__8__3 {
  transform-origin: left;
  animation: up-down 4s ease-in-out infinite;
}
.background-plant--left__8 svg #plant-left__8__2,
.background-plant--left__8 svg #plant-left__8__4 {
  animation: up-down 4s ease-in-out infinite;
  transform-origin: left;
}

.background-plant--left__9 svg #plant-left__9__1,
.background-plant--left__9 svg #plant-left__9__2,
.background-plant--left__9 svg #plant-left__9__3,
.background-plant--left__9 svg #plant-left__9__4 {
  transform-origin: left;
  animation: up-down 4s ease-in-out infinite;
}

.background-plant--left__10 svg #plant-left__10__1,
.background-plant--left__10 svg #plant-left__10__3 {
  transform-origin: left;
  animation: up-down 4s ease-in-out infinite;
}
.background-plant--left__10 svg #plant-left__10__2,
.background-plant--left__10 svg #plant-left__10__4 {
  animation-delay: 0.8s;
  animation: up-down 5s ease-in-out infinite;
  transform-origin: left;
}

.background-plant--left__11 svg #plant-left__11__1,
.background-plant--left__11 svg #plant-left__11__2,
.background-plant--left__11 svg #plant-left__11__3,
.background-plant--left__11 svg #plant-left__11__4 {
  transform-origin: left;
  animation: up-down 4s ease-in-out infinite;
}

.background-plant--left__12 svg #plant-left__12__1,
.background-plant--left__12 svg #plant-left__12__2,
.background-plant--left__12 svg #plant-left__12__3,
.background-plant--left__12 svg #plant-left__12__4 {
  transform-origin: left;
  animation: up-down 4s ease-in-out infinite;
}

.timeline {
  display: none;
  padding-top: 0;
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .timeline {
    margin-top: 0;
  }
}
.timeline .container:before {
  content: "";
  position: absolute;
  display: block;
  width: 8rem;
  height: 2.4rem;
  background-image: url("../images/timeline__arrow-up.svg");
  background-size: cover;
  background-position: 50% 100%;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.timeline figure {
  position: relative;
}
@media (max-width: 991px) {
  .timeline figure {
    margin-top: 6.5rem;
  }
}
.timeline figure:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -3px;
  right: -39px;
  bottom: 40px;
  left: -44px;
  background-image: url("../images/abstract-6.svg");
  background-size: cover;
}
@media (max-width: 991px) {
  .timeline figure:before {
    right: -32px;
    left: -36px;
    bottom: 32px;
  }
}
.timeline figure img {
  position: relative;
  z-index: 1;
}
.timeline .container {
  position: relative;
}
@media (max-width: 991px) {
  .timeline .container {
    margin: 0;
    padding: 0;
    width: 100vw;
  }
}
.timeline__container {
  background-color: #f9fbea;
  padding: 11rem 12.5rem 0;
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .timeline__container {
    padding: 7rem 0 0;
  }
}
.timeline__intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 12rem;
}
.timeline__intro figure {
  max-width: 40rem;
  margin-top: 9rem;
  box-shadow: 0, -4rem, 10rem, rgba(0, 0, 0, 0.5);
}
.timeline__intro figure img {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .timeline__intro figure {
    max-width: 32rem;
  }
}
.timeline__intro h2,
.timeline__intro h3 {
  font-weight: 700;
}
@media (max-width: 991px) {
  .timeline__intro h2 {
    margin-bottom: 1rem;
  }
}
.timeline__intro h3 {
  margin-bottom: 0;
  font-size: 2.8rem;
}
@media (max-width: 991px) {
  .timeline__intro h3 {
    font-size: 2rem;
  }
}
.timeline__list {
  position: relative;
}
.timeline__list:before {
  content: "";
  position: absolute;
  top: -20rem;
  bottom: 0;
  left: 50%;
  border-right: 1px dashed #67B95F;
}
@media (max-width: 991px) {
  .timeline__list:before {
    top: 0;
    top: -20rem;
    left: 16.6667%;
  }
}
.timeline__cell {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20rem;
}
@media (max-width: 991px) {
  .timeline__cell {
    flex-direction: column;
    margin-left: 16.6667%;
    padding-left: 16.6667%;
    padding-right: 2rem;
    padding-bottom: 11rem;
  }
}
.timeline__cell:last-child {
  padding-bottom: 1rem;
  background-color: #f9fbea;
}
@media (max-width: 991px) {
  .timeline__cell:last-child {
    padding-bottom: 5rem;
  }
}
.timeline__cell:before {
  content: "";
  position: absolute;
  width: 16%;
  left: 34%;
  display: block;
  height: 1px;
  border-top: 1px dashed #67B95F;
}
@media (max-width: 991px) {
  .timeline__cell:before {
    left: 0;
    width: 10%;
  }
}
.timeline__cell:after {
  content: "";
  position: absolute;
  width: 30%;
  left: 34%;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #67B95F;
  transform: translateY(-46%);
}
@media (max-width: 991px) {
  .timeline__cell:after {
    left: 10%;
  }
}
.timeline__cell__description {
  width: 30%;
  margin-top: -4rem;
}
@media (max-width: 991px) {
  .timeline__cell__description {
    width: auto;
    margin-top: -1rem;
  }
}
.timeline__cell__description .date {
  margin-bottom: 0;
  font-weight: 700;
  color: #67B95F;
}
.timeline__cell__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .timeline__cell__description .h3-size {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .timeline__cell__image {
    margin-top: -8rem;
    padding-left: 12rem;
  }
}
@media (max-width: 991px) {
  .timeline__cell__image {
    padding-right: calc(16.667% + 2rem);
  }
}
.timeline__cell__image figure {
  max-width: 343px;
}
.timeline__cell__image figure:before {
  content: "";
  top: -28px;
  right: -17px;
  bottom: 9px;
  left: -7px;
  background-image: url("../images/abstract-3-dots.svg");
}
@media (max-width: 991px) {
  .timeline__cell__image figure:before {
    transform: scaleX(-1);
    top: -17px;
    right: -16px;
    bottom: 6px;
    left: -4px;
  }
}
@media (min-width: 992px) {
  .timeline__cell:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .timeline__cell:nth-child(2n):before {
    left: 50%;
  }
  .timeline__cell:nth-child(2n):after {
    left: 66%;
  }
  .timeline__cell:nth-child(2n) .timeline__cell__image {
    padding-right: 12rem;
    padding-left: 0;
  }
  .timeline__cell:nth-child(2n) [data-aos=fade-left] {
    transform: translate3d(-30px, 0, 0);
  }
  .timeline__cell:nth-child(2n) [data-aos=fade-right] {
    transform: translate3d(30px, 0, 0);
  }
  .timeline__cell:nth-child(2n) [data-aos=fade-left].aos-animate,
  .timeline__cell:nth-child(2n) [data-aos=fade-right].aos-animate {
    transform: translateZ(0);
  }
}
.timeline__cell--center {
  width: 66.6667%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 5rem;
  margin: 0 auto 12rem;
  background-color: #fff;
  border: 1px dashed #67B95F;
  border-radius: 1rem;
}
.timeline__cell--center .timeline__cell__description {
  margin-top: 0;
  width: 66.6667%;
}
.timeline__cell--center .timeline__cell__description h4 {
  margin-bottom: 4rem;
}
.timeline__cell--center .timeline__cell__image {
  display: none;
}
.timeline__cell--center:before, .timeline__cell--center:after {
  display: none;
}
.timeline__bottom svg {
  display: block;
}
.timeline__back-to-top {
  position: absolute;
  left: calc(100% + 4rem);
  bottom: 0;
  display: block;
  /* background: red; */
  height: 15rem;
  width: 15rem;
  left: auto;
  bottom: 0;
  right: -19rem;
}
@media (max-width: 1710px) {
  .timeline__back-to-top {
    position: static;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .timeline__back-to-top {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  #nursery-timeline .container:before {
    left: calc(16.667% - 1rem);
  }
}

@media (min-width: 992px) {
  #kinder-timeline .container:before {
    right: calc(16.667% - 1rem);
    left: auto;
    transform: translateX(50%);
  }
}

/* TESTIMONIALS */
#testimonials {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #testimonials {
    margin-top: 7rem;
  }
}
#testimonials h2 {
  margin-bottom: 6rem;
  text-align: center;
}
#testimonials .background-plant--left__2 {
  top: 17.2rem;
  left: 0;
  z-index: 2;
  transform-origin: left;
}
@media (max-width: 991px) {
  #testimonials .background-plant--left__2 {
    position: absolute;
    width: 43vw;
    top: -8rem;
    max-width: 20rem;
  }
}

@media (max-width: 991px) {
  .testimonials {
    max-width: 100vw;
    overflow: hidden;
  }
}

.testimonials__images {
  position: relative;
}
@media (max-width: 991px) {
  .testimonials__images {
    width: 180vw !important;
    margin-left: -40vw;
    margin-right: -40vw;
    transform: translateX(-3.7vw);
  }
}
.testimonials__images__image {
  position: relative;
  width: inherit;
}
.testimonials__images__image__inner {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  width: inherit;
  opacity: 0.5;
  transform: scale(0.6);
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
.testimonials__images__image__inner:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.testimonials__images__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.testimonials__images__image.swiper-slide-prev .testimonials__images__image__inner {
  transform: scale(0.574) translateX(-33.3%);
}
@media (max-width: 991px) {
  .testimonials__images__image.swiper-slide-prev .testimonials__images__image__inner {
    transform: scale(0.5) translateX(20%);
  }
}
.testimonials__images__image.swiper-slide-next .testimonials__images__image__inner {
  transform: scale(0.574) translateX(33.3%);
}
@media (max-width: 991px) {
  .testimonials__images__image.swiper-slide-next .testimonials__images__image__inner {
    transform: scale(0.5) translateX(-20%);
  }
}
.testimonials__images__image.swiper-slide-active .testimonials__images__image__inner {
  opacity: 1;
  transform: scale(1);
}

.testimonials__content__description {
  flex-direction: column;
  margin: 7.8rem 0 0;
}
@media (max-width: 991px) {
  .testimonials__content__description {
    margin-top: 5rem;
  }
}
.testimonials__content__description__inner {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .testimonials__content__description__inner {
    position: absolute;
    height: 0;
  }
}
.testimonials__content__description h4 {
  margin-top: 5rem;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .testimonials__content__description h4 {
    font-weight: 500;
    font-size: 2.4rem;
  }
}
.testimonials__content__description h4 span {
  display: block;
  color: #67B95F;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .testimonials__content__description h4 span {
    font-size: 1.6rem;
  }
}
.testimonials__content__description p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 200;
}
@media (max-width: 991px) {
  .testimonials__content__description p {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
.testimonials__content__description.swiper-slide-active {
  z-index: 3;
}
.testimonials__content__description.swiper-slide-active .testimonials__content__description__inner {
  visibility: visible;
  opacity: 1;
  margin-left: -15rem;
  margin-right: -15rem;
}
@media (max-width: 991px) {
  .testimonials__content__description.swiper-slide-active .testimonials__content__description__inner {
    margin-left: -10rem;
    margin-right: -10rem;
    position: static;
    height: auto;
  }
}
.testimonials__content__scrollbar {
  position: static !important;
  margin: 4rem 0;
}
.testimonials__content .swiper-button-prev,
.testimonials__content .swiper-button-next {
  display: block;
  top: 12.5rem;
  color: #67B95F;
  z-index: 2;
}
@media (max-width: 991px) {
  .testimonials__content .swiper-button-prev,
  .testimonials__content .swiper-button-next {
    display: none;
  }
}
.testimonials__content .swiper-button-prev svg path,
.testimonials__content .swiper-button-next svg path {
  stroke: #67B95F;
}
.testimonials__content .swiper-button-prev:after,
.testimonials__content .swiper-button-next:after {
  display: none;
}
.testimonials__content .swiper-button-prev:hover svg path,
.testimonials__content .swiper-button-next:hover svg path {
  stroke: #C6D92F;
}
.testimonials__content .swiper-button-prev {
  transform: rotate(180deg);
}

.embeddedServiceHelpButton,
.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #67B95F !important;
  color: #fff;
}

.embeddedServiceSidebar .sidebarHeader[embeddedService-chatHeader_chatHeader] {
  box-shadow: none;
  top: 0 !important;
}
.embeddedServiceSidebar button[embeddedService-chatHeader_chatHeader] {
  padding: 5px;
  appearance: auto;
  display: block;
}
.embeddedServiceSidebar .embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button_icon-container-more {
  width: auto;
}

body.home .hero__container {
  position: relative;
  padding: 0;
  margin: 0 0 0;
}
@media (min-width: 992px) {
  body.home .hero__container {
    margin: 0 0 11rem;
  }
}
body.home .hero__container .container {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  body.home .hero__container .container {
    flex-direction: row;
  }
}
body.home .hero__container .background-plant--right__3.background-plant--bottom-right {
  bottom: -16rem;
  z-index: 2;
}
@media (max-width: 991px) {
  body.home .hero__container .background-plant--right__3.background-plant--bottom-right {
    margin-top: 5.6rem;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
body.home .hero__slide {
  display: block;
  width: 100%;
}
body.home .hero__slide__image {
  height: calc(100vh - 144px - 80px - 125px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
@media only screen and (max-width: 991px) {
  body.home .hero__slide__image {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  body.home .hero__slide__image {
    background-size: cover;
  }
}
body.home .hero__navigation {
  width: auto;
  padding-top: 5rem;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  body.home .hero__navigation {
    display: none;
    left: 0;
    padding: 0;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.home .hero__navigation__inner {
  position: relative;
  display: flex;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  body.home .hero__navigation__inner {
    padding-bottom: 0;
  }
}
body.home .hero__navigation__inner__nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2rem;
}
@media only screen and (max-width: 991px) {
  body.home .hero__navigation__inner__nav {
    display: none;
  }
}
body.home .hero__navigation__inner__nav:hover {
  cursor: pointer;
}
body.home .hero__navigation__inner__nav:hover svg {
  transform: scaleX(1.05);
}
body.home .hero__navigation__inner__nav:hover svg path {
  fill: #67B95F;
}
body.home .hero__navigation__inner__nav svg {
  width: 100%;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  transform-origin: left;
}
body.home .hero__navigation__inner__nav svg path {
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
body.home .hero__navigation p {
  margin-bottom: 0;
  margin-right: 1.5rem;
  white-space: pre;
}
@media only screen and (max-width: 991px) {
  body.home .hero__navigation p {
    display: none;
  }
}
body.home .hero__navigation .swiper-navigation {
  width: auto;
}
body.home .hero__navigation .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #535859;
  opacity: 1;
}
body.home .hero__navigation .swiper-pagination-bullet-active {
  background-color: #67B95F;
}
@media (min-width: 992px) {
  body.home .hero__content {
    margin-top: 5rem;
    margin-left: 0;
    margin-right: auto;
    max-width: 75%;
  }
}
body.home .hero__content__slide {
  display: block;
  text-align: left;
}
@media (max-width: 991px) {
  body.home .hero__content__slide p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  body.home .hero__content__slide p {
    padding-right: 26%;
  }
}
body.home .hero__content__slide h1 {
  margin-bottom: 3rem;
}
body.home .hero__content__slide .btn {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  body.home #start-journey .background-plant {
    margin-top: -5rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  body.home #start-journey .container {
    align-items: flex-start;
  }
  body.home #start-journey .content-image__description {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1200px) {
  body.home #start-journey {
    padding-bottom: 130px;
  }
  body.home #start-journey .background-plant {
    bottom: -2rem;
    transform: scale(0.9);
  }
}
@media (min-width: 1800px) {
  body.home #start-journey {
    padding-bottom: 160px;
  }
  body.home #start-journey .background-plant {
    transform: scale(1);
  }
}
body.home #blog__summary {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  body.home #blog__summary .background-plant {
    top: -12rem;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  body.home #why-choose-explorers .content-columns__intro {
    max-width: 66.6667%;
  }
}
@media (max-width: 991px) {
  body.home #why-choose-explorers .background-plant {
    margin-bottom: -8rem;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  body.home .centres {
    padding-bottom: 12rem;
  }
}
body.home .centres .centres__search__results {
  max-height: 37.4rem;
}
@media (max-width: 991px) {
  body.home .centres .centres__search__results {
    overflow: scroll;
  }
  body.home .centres .centres__search__results::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  body.home .centres .centres__search__results::-webkit-scrollbar:vertical {
    width: 12px;
  }
  body.home .centres .centres__search__results::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  body.home .centres .centres__search__results::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }
  body.home .centres .centres__search__results::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
  }
}
@media (min-width: 992px) {
  body.home .centres .centres__search__results {
    max-height: 25.7rem;
  }
}
@media (min-width: 1200px) {
  body.home .centres .centres__search__results {
    max-height: 39.3rem;
  }
}
body.home .centres .centres__search__result:before {
  display: none;
}
@media (min-width: 992px) {
  body.home .centres .centres__container {
    padding-top: 5rem;
    flex-direction: row;
  }
  body.home .centres .centres__container .centres__search {
    padding-left: 8.666%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  body.home .centres .centres__container {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  body.home .centres__image img {
    aspect-ratio: 648/672;
  }
}
@media (min-width: 992px) {
  body.home .centres__search.show-description .centres__search__results {
    max-height: 13.7rem;
  }
}
@media (min-width: 1200px) {
  body.home .centres__search.show-description .centres__search__results {
    max-height: 25.3rem;
  }
}

@media (min-width: 992px) {
  body.page-about-no-header #about-explorers .background-plant,
  body.page-about #about-explorers .background-plant {
    top: -12rem;
  }
}
@media (min-width: 1200px) {
  body.page-about-no-header #about-explorers .background-plant,
  body.page-about #about-explorers .background-plant {
    top: -8rem;
  }
}
@media (max-width: 991px) {
  body.page-about-no-header #about-explorers,
  body.page-about #about-explorers {
    margin-top: 0;
    padding-top: 0;
  }
  body.page-about-no-header #about-explorers .content-image__description,
  body.page-about #about-explorers .content-image__description {
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  body.page-about-no-header #our-values figure:before,
  body.page-about-no-header #about-explorers figure:before,
  body.page-about #our-values figure:before,
  body.page-about #about-explorers figure:before {
    background-image: url(../images/abstract-3__skew--xs.svg);
    background-size: cover;
  }
}
@media (max-width: 991px) {
  body.page-about-no-header #our-values .content-image__description,
  body.page-about #our-values .content-image__description {
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  body.page-about-no-header .cta,
  body.page-about .cta {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  body.page-contact #support-office {
    padding-top: 15rem;
    padding-bottom: 12rem;
  }
}
body.page-contact #support-office h2 {
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  body.page-contact #support-office h2 {
    margin-bottom: 5rem;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  body.page-contact #support-office .content-columns__cell {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  body.page-contact #support-office .content-columns__cell h4 {
    margin-bottom: 1rem;
  }
}
body.page-contact #support-office .content-columns__cell__image {
  max-width: 2.5rem;
}
@media (max-width: 991px) {
  body.page-contact #support-office .content-columns__cell__image {
    margin-right: 2rem;
  }
}
@media (max-width: 991px) {
  body.page-contact #support-office .content-columns__grid {
    row-gap: 2rem;
  }
}
@media (min-width: 992px) {
  body.page-contact #support-office .content-columns__grid {
    display: flex;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  body.page-contact #support-office .content-columns__grid .content-columns__cell {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  body.page-contact #support-office .background-plant {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  body.page-contact #support-office .background-plant {
    top: -9rem;
  }
}
body.page-contact #contact-intro {
  margin-top: 0;
}
@media (min-width: 992px) {
  body.page-contact #contact-intro {
    margin-top: 10rem;
  }
}
@media (min-width: 992px) {
  body.page-contact #contact-intro .background-plant {
    top: -7rem;
  }
}
@media (max-width: 991px) {
  body.page-contact #contact-intro .image-bg figure:before {
    right: 4.7rem;
    left: 0.4rem;
    top: -3.5rem;
    bottom: -3.2rem;
    background-image: url("../images/abstract-16.svg");
  }
}
body.page-contact #form-contact .background-plant {
  display: none;
}

.blog__image {
  aspect-ratio: 3.2/2;
  margin-bottom: 2rem;
  border-radius: 1rem;
  overflow: hidden;
}
.blog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .date {
  margin-bottom: 1rem;
  color: #7d7d7d;
}
.blog h4 {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .blog p.summary {
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.blog__summary h2 {
  margin-bottom: 8rem;
  text-align: center;
}
@media (max-width: 991px) {
  .blog__summary h2 {
    margin-bottom: 6rem;
  }
}
.blog__summary__grid {
  display: grid;
  column-gap: 2rem;
  row-gap: 2rem;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 992px) {
  .blog__summary__grid {
    column-gap: 3rem;
    row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .blog__summary .blog {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .blog__summary .blog__description__heading h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .blog__summary .blog:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.blog__summary .blog:first-child figure {
  aspect-ratio: 1/1.02;
}
@media (max-width: 991px) {
  .blog__summary .blog:first-child figure {
    aspect-ratio: 40/24;
  }
}
@media (max-width: 991px) {
  .blog__summary .background-plant {
    margin-top: -5rem;
    margin-bottom: 3rem;
    margin-right: 0;
  }
}

.blog__list__grid {
  display: grid;
  column-gap: 2rem;
  row-gap: 2rem;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 992px) {
  .blog__list__grid {
    column-gap: 3rem;
    row-gap: 10rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .blog__list .blog {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .blog__list .blog__image {
    flex-shrink: 0;
  }
  .blog__list .blog__description {
    height: 100%;
    display: flex;
    flex-direction: column;
    height: inherit;
  }
  .blog__list .blog__description a.read-more {
    margin-top: auto;
  }
}
@media (max-width: 991px) {
  .blog__list .blog {
    margin-bottom: 40px;
  }
}
.blog__list .blog__image {
  aspect-ratio: 4/3;
}
@media (max-width: 991px) {
  .blog__list .blog__image {
    aspect-ratio: 40/24;
  }
}
@media only screen and (min-width: 992px) {
  .blog__list .blog:nth-child(6), .blog__list .blog:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (min-width: 992px) {
  .blog__list .blog:nth-child(7), .blog__list .blog:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
  }
}
@media only screen and (min-width: 992px) {
  .blog__list .blog:nth-child(8), .blog__list .blog:nth-child(3) {
    grid-column-start: 5;
    grid-column-end: 7;
  }
}
.blog__list .blog:nth-child(9) .blog__image, .blog__list .blog:nth-child(4) .blog__image, .blog__list .blog:nth-child(10) .blog__image, .blog__list .blog:nth-child(5) .blog__image {
  aspect-ratio: 61/37;
}
@media (max-width: 991px) {
  .blog__list .blog:nth-child(9) .blog__image, .blog__list .blog:nth-child(4) .blog__image, .blog__list .blog:nth-child(10) .blog__image, .blog__list .blog:nth-child(5) .blog__image {
    aspect-ratio: 40/24;
  }
}
@media only screen and (min-width: 992px) {
  .blog__list .blog:nth-child(9), .blog__list .blog:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media only screen and (min-width: 992px) {
  .blog__list .blog:nth-child(10), .blog__list .blog:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 7;
  }
}

.blog__pagination .page-numbers {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .search__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 991px) {
  .search__form__column {
    margin-bottom: 3rem;
  }
}
.search__form__column__label {
  display: block;
}
.search__form__column__element {
  position: relative;
}
.search__form input,
.search__form select {
  width: 100%;
  padding: 0 3rem;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  line-height: 5.7rem;
}
.search__form button {
  background: none;
  border: 0;
  position: absolute;
  top: 50%;
  right: 3rem;
  padding: 0;
  width: auto;
  transform: translateY(-50%);
}

body.single-support_articles .blog-single__header,
body.single-post .blog-single__header {
  padding-top: 2rem;
}
body.single-support_articles .blog-single__header h1,
body.single-post .blog-single__header h1 {
  padding-right: 0%;
}
@media (min-width: 992px) {
  body.single-support_articles .blog-single__header h1,
  body.single-post .blog-single__header h1 {
    padding-right: 33.333%;
  }
}
body.single-support_articles .blog-single__header .date,
body.single-post .blog-single__header .date {
  color: #67B95F;
  font-weight: 700;
}
@media (min-width: 992px) {
  body.single-support_articles .blog-single__header p.share,
  body.single-post .blog-single__header p.share {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  body.single-support_articles .blog-single__header__share,
  body.single-post .blog-single__header__share {
    margin-top: 10rem;
  }
}
body.single-support_articles .blog-single__header__share p,
body.single-post .blog-single__header__share p {
  margin: 0;
}
body.single-support_articles .blog-single__header__share__list,
body.single-post .blog-single__header__share__list {
  display: flex;
  align-items: center;
}
body.single-support_articles .blog-single__header__share__list a,
body.single-post .blog-single__header__share__list a {
  margin-right: 2.5rem;
}
body.single-support_articles .blog-single__header__share__list svg path,
body.single-post .blog-single__header__share__list svg path {
  fill: #67B95F;
}
@media (max-width: 991px) {
  body.single-support_articles .blog-single__header .background-plant,
  body.single-post .blog-single__header .background-plant {
    margin-top: -5rem;
    margin-bottom: -10rem;
    margin-right: 0;
    max-width: 75vw;
  }
}
body.single-support_articles .blog-single__header--image .blog-single__header__image,
body.single-post .blog-single__header--image .blog-single__header__image {
  position: relative;
}
body.single-support_articles .blog-single__header--image .blog-single__header__image .background-plant,
body.single-post .blog-single__header--image .blog-single__header__image .background-plant {
  bottom: 100%;
}
body.single-support_articles .blog-single__header--image .blog-single__header__image img,
body.single-post .blog-single__header--image .blog-single__header__image img {
  aspect-ratio: 430/298;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  body.single-support_articles .blog-single__header--image .blog-single__header__image img,
  body.single-post .blog-single__header--image .blog-single__header__image img {
    width: 100%;
    aspect-ratio: 1681/506;
  }
}
@media (min-width: 992px) {
  body.single-support_articles .blog-single__header--image .container__top,
  body.single-post .blog-single__header--image .container__top {
    min-height: 25rem;
    margin-bottom: 9rem;
  }
}
@media (min-width: 992px) {
  body.single-support_articles .blog-single__header--image .blog-single__header__share,
  body.single-post .blog-single__header--image .blog-single__header__share {
    margin-top: 9rem;
  }
}
@media (max-width: 991px) {
  body.single-support_articles .blog-single__header--image .background-plant,
  body.single-post .blog-single__header--image .background-plant {
    margin-top: 2.5rem;
  }
}
body.single-support_articles .blog-single__content h2,
body.single-post .blog-single__content h2 {
  font-size: 3.6rem;
  line-height: 1.3;
}
@media (max-width: 991px) {
  body.single-support_articles .blog-single__content h2,
  body.single-post .blog-single__content h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 991px) {
  body.single-support_articles .blog-single__content h3,
  body.single-post .blog-single__content h3 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
body.single-support_articles .blog-single__content h3,
body.single-support_articles .blog-single__content h4,
body.single-support_articles .blog-single__content h5,
body.single-post .blog-single__content h3,
body.single-post .blog-single__content h4,
body.single-post .blog-single__content h5 {
  color: #67B95F;
}
body.single-support_articles .blog-single__content .wp-block-image,
body.single-post .blog-single__content .wp-block-image {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  body.single-support_articles .blog-single__content .wp-block-image,
  body.single-post .blog-single__content .wp-block-image {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  body.single-support_articles .blog-single__content .wp-block-image,
  body.single-post .blog-single__content .wp-block-image {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  body.single-support_articles .blog-single__content .wp-block-image,
  body.single-post .blog-single__content .wp-block-image {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1500px) {
  body.single-support_articles .blog-single__content .wp-block-image,
  body.single-post .blog-single__content .wp-block-image {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 2500px) {
  body.single-support_articles .blog-single__content .wp-block-image,
  body.single-post .blog-single__content .wp-block-image {
    padding-top: 120px;
  }
}
body.single-support_articles .blog-single__content .wp-block-image img,
body.single-post .blog-single__content .wp-block-image img {
  width: 100%;
  border-radius: 1rem;
}
body.single-support_articles .blog-single__next_prev,
body.single-post .blog-single__next_prev {
  padding-top: 13rem;
}
@media (min-width: 992px) {
  body.single-support_articles .blog-single__next_prev,
  body.single-post .blog-single__next_prev {
    padding-top: 3rem;
  }
}
body.single-support_articles .blog-single__next_prev .container,
body.single-post .blog-single__next_prev .container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  body.single-support_articles .blog-single__next_prev .container,
  body.single-post .blog-single__next_prev .container {
    width: 66.6667%;
  }
}
body.single-support_articles .blog-single__next_prev .container a,
body.single-post .blog-single__next_prev .container a {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  color: #535859;
  font-weight: 600;
}
body.single-support_articles .blog-single__next_prev .container a svg,
body.single-post .blog-single__next_prev .container a svg {
  margin-left: 1rem;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
body.single-support_articles .blog-single__next_prev .container a svg path,
body.single-post .blog-single__next_prev .container a svg path {
  fill: #67B95F;
}
@media (max-width: 991px) {
  body.single-support_articles .blog-single__next_prev .container a:before,
  body.single-post .blog-single__next_prev .container a:before {
    content: "";
    height: 9rem;
    width: 9rem;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-color: #f9fbea;
    background-size: 2.4rem 5.5rem;
    background-image: url(../images/icon-chevron--large--green.svg);
    background-position: center;
    top: auto;
    bottom: calc(100% + 2rem);
  }
  body.single-support_articles .blog-single__next_prev .container a svg,
  body.single-post .blog-single__next_prev .container a svg {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}
@media (max-width: 991px) {
  body.single-support_articles .blog-single__next_prev__next,
  body.single-post .blog-single__next_prev__next {
    right: 0;
  }
}
body.single-support_articles .blog-single__next_prev__next:hover svg,
body.single-post .blog-single__next_prev__next:hover svg {
  transform: translateX(0.5rem);
}
body.single-support_articles .blog-single__next_prev__prev,
body.single-post .blog-single__next_prev__prev {
  margin-left: 0 !important;
  margin-right: auto !important;
}
@media (max-width: 991px) {
  body.single-support_articles .blog-single__next_prev__prev,
  body.single-post .blog-single__next_prev__prev {
    left: 0;
  }
  body.single-support_articles .blog-single__next_prev__prev:before,
  body.single-post .blog-single__next_prev__prev:before {
    transform: scaleX(-1);
  }
}
body.single-support_articles .blog-single__next_prev__prev svg,
body.single-post .blog-single__next_prev__prev svg {
  margin-right: 1rem;
  margin-left: 0;
  transform: scaleX(-1);
}
body.single-support_articles .blog-single__next_prev__prev:hover svg,
body.single-post .blog-single__next_prev__prev:hover svg {
  transform: translateX(-1rem) scaleX(-1);
}

@media (max-width: 991px) {
  body.page-blog #blog-intro .background-plant {
    margin-top: -8rem;
    margin-bottom: -10rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body.page-blog #blog-intro .background-plant {
    margin-top: 4rem;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  body.page-centres #find-a-centre {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media (min-width: 992px) {
  body.page-centres #find-a-centre .background-plant {
    top: -15rem;
  }
}
@media (max-width: 991px) {
  body.page-centres #find-a-centre .background-plant {
    max-width: 100vw;
    margin-bottom: -9rem;
    margin-top: -9rem;
  }
  body.page-centres #find-a-centre .background-plant svg {
    max-width: inherit;
  }
}
body.page-centres p:last-child {
  margin-bottom: 0;
}

.centres {
  padding-top: 0;
}
.centres__container {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .centres__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.centres__search {
  margin-right: 0;
}
@media (min-width: 992px) {
  .centres__search {
    padding-right: 8.666%;
    padding-left: 0;
  }
}
.centres__search__form label {
  display: none;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .centres__search__form label {
    display: block;
  }
}
.centres__search__form__inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.centres__search__form__inner .awesomplete {
  display: block;
  width: 100%;
}
.centres__search__form__inner .awesomplete > ul {
  opacity: 1;
}
.centres__search__form__inner .awesomplete > ul > li {
  margin: 0;
  padding: 1rem;
  color: #000;
  opacity: 1;
}
.centres__search__form__inner .awesomplete > ul > li[aria-selected=true] {
  color: #fff;
}
.centres__search__form__inner input {
  padding: 0 2rem;
  height: 4.8rem;
  line-height: 4.8rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.6rem;
  box-sizing: border-box;
  width: 100%;
  flex-grow: 1;
  background-color: #f6f6f6;
}
.centres__search__form__location {
  flex-grow: 1;
}
.centres__search__form__submit {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  padding: 0;
  width: auto;
}
.centres__search__form__submit:hover {
  background: none;
}
.centres__search__form__filter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin-left: 1rem;
  border: 1px solid #D9D9D9;
}
.centres__search__form .awesomplete ul {
  margin: 0;
  padding: 0;
  background: white;
  list-style-type: none;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.centres__search__form .awesomplete ul li {
  color: #535859 !important;
}
.centres__search__form .awesomplete ul li:hover {
  cursor: pointer;
  background-color: rgba(198, 217, 47, 0.2);
}
.centres__search__form .awesomplete ul mark {
  background: none;
}
.centres__search__result {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 0;
  padding-right: 2rem;
  margin-bottom: 0;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
@media (max-width: 767px) {
  .centres__search__result {
    padding-right: 0;
  }
}
.centres__search__result:before {
  display: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  content: counter(li);
  counter-increment: li;
  width: 32px;
  margin-right: 2rem;
  border-radius: 50%;
  color: #67B95F;
  background-color: #fff;
  border: 1px solid #67B95F;
  /* Weird hack to center the text as it wont sit right with flex */
  padding: 8.8px 0 5.2px;
  height: auto;
  text-align: center;
  line-height: 1;
  display: inline-block;
}
.centres__search__result:first-child:before {
  background-color: #67B95F;
  color: #fff;
}
.centres__search__result a:not(.btn) {
  color: #535859;
  font-weight: 700;
}
.centres__search__result a:not(.btn):hover {
  text-decoration: underline;
}
.centres__search__result .name {
  font-weight: 700;
  font-size: 1.8rem;
}
.centres__search__result p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .centres__search__result p {
    padding-right: 1rem;
  }
}
.centres__search__result .btn {
  height: 3.2rem;
  line-height: 1;
  min-width: 18.6rem;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.4rem;
  border-radius: 110px;
  padding-top: 0.3rem;
}
@media (max-width: 991px) {
  .centres__search__result .btn {
    min-width: 13.6rem;
  }
}
.centres__search__result .btn--outline {
  width: auto;
  font-size: 1.4rem;
  white-space: pre;
  text-decoration: none;
  border-width: 2px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .centres__search__result .btn--outline {
    padding: 0 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 400px) {
  .centres__search__result .btn--outline {
    padding: 0 1.5rem;
  }
}
.centres__search__result .centres__status {
  color: #67B95F;
  font-weight: 600;
  text-transform: capitalize;
}
.centres__search__result__cta {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  margin-left: auto;
}
.centres__search__results {
  display: none;
  max-height: 48.8rem;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 0;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .centres__search__results {
    display: none;
    margin-top: 0;
    max-height: 42.2rem;
    margin-bottom: 40px;
  }
}
.centres__search__results__description__error {
  display: none;
  color: red;
  font-size: 1.4rem;
}
.centres__search__results__description__error:empty {
  display: none !important;
}
.centres__search__results__description {
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .centres__search__results__description {
    border-bottom: 1px solid #D9D9D9;
  }
}
@media only screen and (max-width: 991px) {
  .centres__search__results__description {
    padding-bottom: 0;
    padding-top: 2rem;
    margin-bottom: -10px;
  }
}
.centres__search__results__description:empty {
  display: none !important;
}
.centres__map {
  position: relative;
  min-height: 65rem;
}
@media (max-width: 767px) {
  .centres__map {
    min-height: 60vh;
  }
}
.centres__map #map {
  z-index: 1;
  min-height: inherit;
}
.centres__map:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 50%;
  border: 1px solid #D9D9D9;
}
.centres__map .mapboxgl-popup-content h3 {
  padding-right: 3rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.centres__map .mapboxgl-popup-content p {
  margin-bottom: 1rem;
}
.centres__map .mapboxgl-popup-close-button {
  width: auto;
  color: green;
  padding: 1rem;
  height: auto;
  line-height: 1;
}
.centres__help {
  display: block;
  height: auto;
  opacity: 1;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  border-bottom: 1px solid #D9D9D9;
  color: #67B95F;
  text-align: center;
  padding-bottom: 2rem;
}
.centres.loaded .centres__search__results {
  display: block;
  counter-reset: li;
  list-style-type: none;
}
.centres.loaded .centres__search__results li.selected:before {
  color: #fff;
}
.centres.loaded .centres__search__results p {
  margin-bottom: 0;
}
.centres.loaded #map {
  background: #eee;
}
.centres.loaded .centres__map:after {
  display: none;
}

.centre__map {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 767px) {
  .centre__map {
    flex-direction: column-reverse;
  }
}
.centre__map__map {
  aspect-ratio: 8/7;
  min-width: 50vw;
  width: 50%;
  flex: 0;
}
@media (max-width: 767px) {
  .centre__map__map {
    max-height: 52rem;
    min-height: 100vw;
    width: 100%;
  }
}
.centre__map__details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding: 7rem 8.666%;
  flex-grow: 0;
  background-color: #f9fbea;
}
@media (max-width: 767px) {
  .centre__map__details {
    width: 100%;
    padding: 6rem 2.5rem;
  }
}
.centre__map__details h4 {
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .centre__map__details h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.centre__map__details__social {
  display: block;
  margin-bottom: 2rem;
}
.centre__map__details__social a {
  display: flex;
  align-items: center;
}
.centre__map__details__social svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.centre__map__details__social svg path {
  fill: #67B95F;
}

.marker {
  background-image: url("../images/icon-map-marker.svg");
  background-size: cover;
  width: 56px;
  height: 75px;
  border-radius: 50%;
  cursor: pointer;
}

body.single-centres {
  /* IMAGE OVERRIDES FIX IN THE CMS WHEN WE HAVE TIME */
}
@media (min-width: 992px) {
  body.single-centres main {
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  body.single-centres #welcome-to-our-centre {
    margin-top: 12rem;
  }
}
@media (min-width: 992px) {
  body.single-centres #curriculum .background-plant {
    top: -15rem;
  }
}
@media (max-width: 991px) {
  body.single-centres #curriculum .background-plant {
    transform: scale(0.8);
    margin-top: -10rem;
    margin-bottom: -8rem;
  }
}
@media (max-width: 767px) {
  body.single-centres #curriculum .background-plant {
    transform: scale(1);
    margin-top: -6rem;
    margin-bottom: -4rem;
  }
}
@media (max-width: 991px) {
  body.single-centres #join-our-team figure img {
    max-width: 100%;
    aspect-ratio: 4/3;
  }
}
@media (min-width: 992px) {
  body.single-centres #welcome-to-our-centre figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  body.single-centres #welcome-to-our-centre figure img {
    max-width: 75.6rem;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  body.single-centres #welcome-to-our-centre figure:before {
    background-image: url("../images/abstract-3--reverse.svg");
    top: -4.8rem;
    right: 17.6rem;
    bottom: 5.1rem;
    left: -7.4rem;
  }
}
@media (min-width: 992px) {
  body.single-centres #curriculum figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  body.single-centres #curriculum figure img {
    max-width: 75.6rem;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  body.single-centres #curriculum figure:before {
    background-image: url("../images/abstract-3.svg");
    top: -4.8rem;
    left: 17.6rem;
    bottom: 5.1rem;
    right: -7.4rem;
  }
}
@media (min-width: 992px) {
  body.single-centres #enrichment-program figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  body.single-centres #enrichment-program figure img {
    max-width: 75.6rem;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  body.single-centres #enrichment-program figure:before {
    background-image: url("../images/abstract-3__skew--xs.svg");
    top: -5.6rem;
    right: -7.3rem;
    bottom: -7.1rem;
    left: 4.2rem;
  }
}
body.single-centres .centre__map .mapboxgl-popup-close-button {
  position: absolute;
  width: auto;
  height: auto;
  color: #67B95F !important;
  padding: 1rem;
  line-height: 1;
  background-color: transparent !important;
}
body.single-centres .centre__map .mapboxgl-popup-content {
  margin-bottom: 0;
  text-align: center;
  padding: 3rem 2rem;
}
body.single-centres .centre__map .mapboxgl-popup-content h3 {
  margin-bottom: 1rem;
  line-height: 1.3;
  font-size: 2rem;
}
body.single-centres .centre__map .mapboxgl-popup-content p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

body.centres-maples-mernda .centre__map__details__social__facebook,
body.centres-maples-mernda .centre__map__details__social__instagram {
  display: none !important;
}

@media (min-width: 992px) {
  body.page-careers #career-pathways .content-columns__intro {
    max-width: 83.333%;
  }
}
body.page-careers #career-pathways .content-columns__cell:nth-child(1) .content-columns__cell__image {
  max-width: 7.8rem;
}
@media (min-width: 992px) {
  body.page-careers #career-pathways .content-columns__cell:nth-child(1) .content-columns__cell__image {
    max-width: 7.8rem;
  }
}
body.page-careers #career-pathways .content-columns__cell:nth-child(2) .content-columns__cell__image {
  max-width: 8.3rem;
}
@media (min-width: 992px) {
  body.page-careers #career-pathways .content-columns__cell:nth-child(2) .content-columns__cell__image {
    max-width: 8.3rem;
  }
}
body.page-careers #career-pathways .content-columns__cell:nth-child(3) .content-columns__cell__image {
  max-width: 6.6rem;
}
@media (min-width: 992px) {
  body.page-careers #career-pathways .content-columns__cell:nth-child(3) .content-columns__cell__image {
    max-width: 6.6rem;
  }
}
body.page-careers #career-pathways .content-columns__cell:nth-child(4) .content-columns__cell__image {
  max-width: 7.3rem;
}
@media (min-width: 992px) {
  body.page-careers #career-pathways .content-columns__cell:nth-child(4) .content-columns__cell__image {
    max-width: 7.3rem;
  }
}
body.page-careers #career-pathways .content-columns__cell:nth-child(5) .content-columns__cell__image {
  max-width: 6.6rem;
}
@media (min-width: 992px) {
  body.page-careers #career-pathways .content-columns__cell:nth-child(5) .content-columns__cell__image {
    max-width: 6.6rem;
  }
}
body.page-careers #career-pathways .content-columns__cell:nth-child(6) .content-columns__cell__image {
  max-width: 6.8rem;
}
@media (min-width: 992px) {
  body.page-careers #career-pathways .content-columns__cell:nth-child(6) .content-columns__cell__image {
    max-width: 6.8rem;
  }
}
@media (max-width: 767px) {
  body.page-careers #why-choose-explorers {
    margin-top: 40px;
  }
}
body.page-careers section.cta p:empty {
  display: none;
}
body.page-careers section.cta h4 {
  margin-bottom: 1rem;
}
body.page-careers section.cta .cta__content__inner > div {
  display: flex;
  line-height: 1;
  align-items: flex-end;
}
@media (max-width: 991px) {
  body.page-careers section.cta .cta__content__inner > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
body.page-careers section.cta .cta__content__inner > div a {
  margin-left: 1rem;
  margin-right: 1rem;
}
body.page-careers section.cta .cta__content__inner > div a:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  body.page-careers section.cta .cta__content__inner > div a:first-child {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  body.page-careers section.cta .cta__content__inner > div a:last-child {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  body.page-careers #explorers-careers {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  body.page-careers #explorers-careers .background-plant {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  body.page-careers #explorers-careers .background-plant {
    bottom: 7rem;
  }
}
@media (min-width: 992px) {
  body.page-careers #faqs {
    margin-top: 12rem;
  }
  body.page-careers #faqs .background-plant {
    top: -10rem;
  }
}
@media (min-width: 992px) {
  body.page-careers #job-slider {
    padding-top: 0;
  }
}
body.page-careers #current-career-opportunities {
  padding-top: 3rem;
}
@media (min-width: 992px) {
  body.page-careers #current-career-opportunities .standard-content__container {
    width: 86.666%;
  }
}

@media (min-width: 992px) {
  body.page-career-opportunities #career-opportunities .background-plant {
    top: -15rem;
  }
}
@media (min-width: 1200px) {
  body.page-career-opportunities #career-opportunities .background-plant {
    top: -19rem;
    transform: scale(0.57);
  }
}
@media (min-width: 1500px) {
  body.page-career-opportunities #career-opportunities .background-plant {
    transform: scale(0.7);
  }
}
@media (min-width: 1800px) {
  body.page-career-opportunities #career-opportunities .background-plant {
    transform: scale(0.9);
  }
}
@media (min-width: 2500px) {
  body.page-career-opportunities #career-opportunities .background-plant {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  body.page-career-opportunities #career-opportunities .background-plant {
    margin-top: -20rem;
    margin-bottom: -20rem;
    margin-right: 0;
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  body.page-career-opportunities #career-opportunities .background-plant {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}
body.page-career-opportunities .career-opportunities__grid {
  display: grid;
  column-gap: 2rem;
  row-gap: 5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  body.page-career-opportunities .career-opportunities__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    row-gap: 3rem;
  }
}
@media (min-width: 1200px) {
  body.page-career-opportunities .career-opportunities__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body.page-career-opportunities .career-opportunities .job {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 4rem 4.5rem 3rem;
}
body.page-career-opportunities .career-opportunities .job .date {
  color: #67B95F;
}
body.page-career-opportunities .career-opportunities .job .btn {
  color: #fff;
}
body.page-career-opportunities .career-opportunities .search__form {
  display: block;
}

@media (max-width: 991px) {
  body.page-job #job h1 {
    line-height: 1.3;
  }
}
body.page-job #job .intro {
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  body.page-job #job .intro {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  body.page-job #job .background-plant {
    margin-top: 4rem;
    margin-bottom: -8rem;
    margin-right: 0;
  }
}
body.page-job .job__detail .date {
  color: #67B95F;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  body.page-job .job__detail .date {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  body.page-job .job__detail__container {
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }
}
@media (min-width: 992px) {
  body.page-job .job__detail__apply__form {
    margin-top: 11rem;
    padding-left: 8.3333%;
    padding-right: 8.3333%;
  }
}
body.page-job .job__detail__apply__input__container {
  display: block;
  margin-bottom: 4rem;
}
body.page-job .job__detail__apply__input__label {
  display: block;
  margin-bottom: 8px;
}
body.page-job .job__detail__apply__input__text {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 6.4rem;
  line-height: 6.4rem;
  padding: 0 2rem;
  border: 2px solid #D9D9D9;
  border-radius: 4px;
}
body.page-job .job__detail__apply__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8rem;
}
body.page-job .job__detail__apply__upload h4 {
  font-size: 1.6rem;
}
body.page-job .job__detail__apply__upload__container {
  padding: 4.5rem 4.5rem 5.5rem;
  border: 1px dashed #67B95F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body.page-job .job__detail__apply__upload__container .drag-file2,
body.page-job .job__detail__apply__upload__container .drag-file {
  margin-bottom: 2rem;
}
body.page-job .job__detail__apply__upload__file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}
body.page-job .job__detail__apply__upload__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29.4rem;
  height: 5.6rem;
  appearance: none;
  color: #fff;
  padding: 1.3rem 2rem;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  line-height: 1;
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 600;
  border: 0;
  border-radius: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #67B95F;
  color: #67B95F;
}
body.page-job .job__detail__apply__upload__label:hover {
  background-color: #67B95F;
  color: #fff;
  cursor: pointer;
}
body.page-job .job__detail__apply__upload input {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
body.page-job .job__detail__apply__upload #document-images2,
body.page-job .job__detail__apply__upload #document-images {
  margin: 2rem 0 0;
  padding: 0;
  list-style-type: none;
}
body.page-job .job__detail__apply__upload #document-images2 li,
body.page-job .job__detail__apply__upload #document-images li {
  display: flex;
}
body.page-job .job__detail__apply__upload #document-images2 p,
body.page-job .job__detail__apply__upload #document-images p {
  margin: 0;
  font-size: 1.4rem;
  margin-right: 1rem;
  line-height: 1.6;
}
body.page-job .job__detail__apply__upload #document-images2 button,
body.page-job .job__detail__apply__upload #document-images button {
  width: auto;
  height: auto;
  background: none;
  color: #67B95F;
  padding: 0 1rem;
  line-height: 1;
}
body.page-job .job__detail__apply__upload #document-images2 button:hover,
body.page-job .job__detail__apply__upload #document-images button:hover {
  color: #9B9E9F;
}
body.page-job .job__detail__apply .btn--submit {
  margin-top: 4rem;
}
body.page-job #input-empty-error,
body.page-job #filetype-error,
body.page-job #filesize-error {
  color: red;
  font-size: 1.4rem;
}
body.page-job #input-empty-error.hidden,
body.page-job #filetype-error.hidden,
body.page-job #filesize-error.hidden {
  display: none;
}

body.page-explorers-experience #explorers-experience-intro .background-plant {
  top: -8rem;
}
@media (max-width: 991px) {
  body.page-explorers-experience #explorers-experience-intro .background-plant {
    margin-top: -1rem;
    margin-right: 0;
  }
}
body.page-explorers-experience #explorer-experience {
  padding-top: 0;
}
body.page-explorers-experience #explorer-experience .content-columns__cell__image {
  width: 100%;
  max-width: 30rem;
}
@media (min-width: 992px) {
  body.page-explorers-experience #explorer-experience .content-columns__cell__image {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.page-explorers-experience #explorer-experience .content-columns__cell__image {
    max-width: none;
  }
}
@media (max-width: 991px) {
  body.page-explorers-experience #explorer-experience .content-columns__cell {
    width: 100%;
  }
}
body.page-explorers-experience #explorer-experience .content-columns__description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-explorers-experience #explorer-experience .btn {
  margin-top: auto;
  margin-bottom: 0;
  background: none;
  border: 1px solid #67B95F;
  color: #67B95F;
}
body.page-explorers-experience #explorer-experience .btn:hover {
  background-color: #67B95F;
  color: #fff;
}

body.archive .standard-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body.archive .background-plant {
    margin-top: -6rem;
    margin-bottom: -10rem;
  }
}
@media (max-width: 767px) {
  body.archive .background-plant {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  body.page-enrol #becoming-an-explorer {
    margin-top: 5rem;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  body.page-enrol #becoming-an-explorer h2 {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  body.page-enrol #becoming-an-explorer h2 {
    margin-bottom: 7rem;
  }
}
@media (max-width: 991px) {
  body.page-enrol #becoming-an-explorer .content-columns__intro {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  body.page-enrol #becoming-an-explorer .content-columns__grid {
    display: none;
  }
}
body.page-enrol #becoming-an-explorer .content-columns__cell {
  align-items: stretch;
}
@media (max-width: 991px) {
  body.page-enrol #becoming-an-explorer .content-columns__cell {
    align-items: center;
    width: 100%;
  }
  body.page-enrol #becoming-an-explorer .content-columns__cell:nth-child(2) .content-columns__cell__image {
    width: 8.7rem;
  }
  body.page-enrol #becoming-an-explorer .content-columns__cell:nth-child(3) .content-columns__cell__image {
    width: 6.6rem;
  }
  body.page-enrol #becoming-an-explorer .content-columns__cell:nth-child(4) .content-columns__cell__image {
    width: 7.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.page-enrol #becoming-an-explorer .content-columns__cell .btn {
    width: auto;
  }
}
@media (min-width: 992px) {
  body.page-enrol #becoming-an-explorer .content-columns__cell:nth-child(3) .content-columns__cell__image {
    width: 6.6rem;
  }
  body.page-enrol #becoming-an-explorer .content-columns__cell:nth-child(4) .content-columns__cell__image {
    width: 8.2rem;
  }
}
@media (max-width: 991px) {
  body.page-enrol #becoming-an-explorer .content-columns__cell__image {
    width: 8rem;
    margin-bottom: 2.5rem;
  }
}
body.page-enrol #becoming-an-explorer .content-columns__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-enrol #becoming-an-explorer .content-columns__description p {
  margin-top: 0;
  margin-bottom: auto;
}
body.page-enrol #form-register {
  padding-top: 0;
}

@media (min-width: 992px) {
  body.page-curriculum #curriculum-intro .background-plant {
    top: -15rem;
  }
}
@media (max-width: 991px) {
  body.page-curriculum #curriculum-intro .background-plant {
    margin-top: -19rem;
    margin-bottom: -22.5rem;
  }
}
@media (max-width: 767px) {
  body.page-curriculum #curriculum-intro .background-plant {
    margin-top: -12rem;
    margin-bottom: -11.5rem;
  }
}
@media (max-width: 991px) {
  body.page-curriculum #curriculum-intro figure:before {
    top: -3.5rem;
    right: 4.8rem;
    bottom: -3.2rem;
    left: 0.3rem;
    background-position: 100% 50%;
    background-image: url("../images/abstract-4.svg");
  }
}
@media (min-width: 992px) {
  body.page-curriculum #the-explorers-curriculum {
    padding-top: 6rem;
  }
}
@media (max-width: 991px) {
  body.page-curriculum #learning-environments h3,
  body.page-curriculum #environments h3,
  body.page-curriculum #room-curriculum h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  body.page-curriculum #learning-environments,
  body.page-curriculum #environments,
  body.page-curriculum #room-curriculum {
    padding-top: 2rem;
  }
  body.page-curriculum #learning-environments h3,
  body.page-curriculum #environments h3,
  body.page-curriculum #room-curriculum h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body.page-curriculum #learning-environments p,
  body.page-curriculum #learning-environments li,
  body.page-curriculum #environments p,
  body.page-curriculum #environments li,
  body.page-curriculum #room-curriculum p,
  body.page-curriculum #room-curriculum li {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  body.page-curriculum #room-curriculum {
    margin-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  body.page-curriculum #room-curriculum .background-plant {
    margin-top: 3rem;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  body.page-curriculum #environments .background-plant {
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }
}
body.page-curriculum #visit-curriculum {
  padding-top: 0;
}
body.page-curriculum #visit-curriculum h4 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body.page-curriculum #visit-curriculum h4 {
    margin-bottom: 7rem;
  }
}
@media (min-width: 992px) {
  body.page-curriculum #visit-curriculum h4 {
    max-width: 200px;
    height: 7rem;
  }
}
@media (max-width: 991px) {
  body.page-curriculum #visit-curriculum .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  body.page-curriculum #visit-curriculum .content-columns__cell,
  body.page-curriculum #visit-curriculum .content-columns__description {
    width: 100%;
  }
}
body.page-curriculum #learning-environments ul {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  body.page-curriculum #learning-environments ul {
    column-count: 2;
  }
}

@media (max-width: 991px) {
  body.page-reggio-emilia #reggio-emilia .background-plant {
    margin-top: 3rem;
    margin-bottom: -10rem;
    max-width: 95vw;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  body.page-reggio-emilia #role-of-the-educator figure {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  body.page-nutrition #nutrition-info .background-plant {
    margin-top: 5rem;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  body.page-nutrition #a-typical-day {
    padding-top: 1rem;
  }
}
@media (max-width: 991px) {
  body.page-nutrition #a-typical-day figure {
    margin-right: 3rem;
    margin-left: 1.5rem;
  }
}

@media (max-width: 767px) {
  body.page-enrichment-program #enrichment-intro {
    padding-top: 1rem;
    padding-bottom: 0;
    margin-bottom: -3rem;
  }
}
@media (min-width: 1200px) {
  body.page-enrichment-program #enrichment-intro {
    padding-bottom: 17.5rem;
  }
}
@media (max-width: 991px) {
  body.page-enrichment-program #enrichment-intro .background-plant {
    margin-top: -4rem;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  body.page-enrichment-program #enrichment-intro .background-plant {
    top: -18rem;
    transform: scale(0.6);
  }
}
@media (min-width: 1500px) {
  body.page-enrichment-program #enrichment-intro .background-plant {
    transform: scale(0.8);
  }
}
@media (min-width: 1800px) {
  body.page-enrichment-program #enrichment-intro .background-plant {
    transform: scale(0.9);
  }
}
body.page-enrichment-program #enrichment-intro h1 {
  position: relative;
  display: inline-block;
  padding-right: 6.5rem;
}
@media (min-width: 992px) {
  body.page-enrichment-program #enrichment-intro h1 {
    padding-right: 11rem;
  }
}
body.page-enrichment-program #enrichment-intro h1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-image: url("../images/icon-enrichment-0.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  body.page-enrichment-program #enrichment-intro h1:after {
    width: 7.8rem;
    height: 7.8rem;
  }
}
body.page-enrichment-program .content-image h2:before {
  content: "";
  display: block;
  margin-bottom: 2rem;
  width: 11rem;
  height: 10rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  body.page-enrichment-program .content-image h2:before {
    width: 8.5rem;
    height: 8.5rem;
  }
}
body.page-enrichment-program .content-image .image-bg--single.image-bg--shape3 figure {
  margin-top: 3.1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  body.page-enrichment-program .content-image .image-bg--single.image-bg--shape3 figure {
    margin-top: 5.4rem;
    margin-bottom: 1.8rem;
  }
}
body.page-enrichment-program .content-image .image-bg--single.image-bg--shape3 figure:before {
  top: -3.1rem;
  right: -1.9rem;
  left: -0.8rem;
  bottom: -1rem;
}
@media (min-width: 992px) {
  body.page-enrichment-program .content-image .image-bg--single.image-bg--shape3 figure:before {
    top: -5.4rem;
    right: -3.3rem;
    left: -1.4rem;
    bottom: 1.8rem;
  }
}
body.page-enrichment-program .content-image.content-image--reverse .image-bg--single.image-bg--shape3 figure:before {
  background-image: url(../images/abstract-3-dots--reverse.svg);
}
body.page-enrichment-program #prep-for-prep h2:before {
  background-image: url("../images/icon-enrichment-1.svg");
}
body.page-enrichment-program #little-linguists h2:before {
  width: 9.4rem;
  height: 6.2rem;
  background-image: url("../images/icon-enrichment-2.svg");
}
@media (min-width: 992px) {
  body.page-enrichment-program #little-linguists h2:before {
    width: 11.4rem;
    height: 7.6rem;
  }
}
body.page-enrichment-program #one-world-one-planet h2:before {
  width: 9.1rem;
  height: 8.1rem;
  background-image: url("../images/icon-enrichment-3.svg");
}
@media (min-width: 992px) {
  body.page-enrichment-program #one-world-one-planet h2:before {
    width: 11rem;
    height: 10rem;
  }
}
body.page-enrichment-program #active-explorers h2:before {
  width: 9.5rem;
  height: 6.7rem;
  background-image: url("../images/icon-enrichment-4.svg");
}
@media (min-width: 992px) {
  body.page-enrichment-program #active-explorers h2:before {
    width: 12.8rem;
    height: 9.1rem;
  }
}
body.page-enrichment-program #little-impressionist h2:before {
  width: 9.4rem;
  height: 7.6rem;
  background-image: url("../images/icon-enrichment-5.svg");
}
@media (min-width: 992px) {
  body.page-enrichment-program #little-impressionist h2:before {
    width: 14.7rem;
    height: 11.8rem;
  }
}

@media (max-width: 767px) {
  body.page-traineeship #traineeship-intro .background-plant {
    max-width: 67vw;
    margin-top: 0;
    margin-right: 0;
  }
}
body.page-traineeship #traineeship-details h5 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-transform: none;
}
@media (min-width: 992px) {
  body.page-traineeship #traineeship-details h5 {
    font-size: 2rem;
    line-height: 3.8rem;
  }
}
body.page-traineeship #traineeship-details p:empty {
  display: block;
}
body.page-traineeship #traineeship-details a {
  color: #67B95F;
  font-weight: 700;
}

@media (max-width: 991px) {
  body.page-family #family--family-support-portal {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  body.page-family #family--ccs-calculator {
    padding-top: 0;
  }
  body.page-family #family--ccs-calculator .background-plant {
    position: relative;
    margin-top: 0rem;
    margin-bottom: -2rem;
  }
}
@media (max-width: 991px) {
  body.page-family #blog__summary {
    padding-top: 0;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  body.page-family #blog__summary .background-plant {
    transform-origin: revert;
    transform: scaleX(-1);
    margin-right: 0;
    margin-left: auto;
    margin-top: 0rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 992px) {
  body.page-family #faqs .background-plant {
    display: none;
  }
}

@media (max-width: 991px) {
  body.page-family-support-portal #family-support-portal-intro .background-plant {
    margin-top: -5rem;
    margin-bottom: -15rem;
    margin-right: 0;
    display: none;
  }
}
@media (max-width: 767px) {
  body.page-family-support-portal #family-support-portal-intro .background-plant {
    margin-top: 0;
    margin-bottom: -4rem;
  }
}

@media (max-width: 991px) {
  body.page-calculator #calculator-api-intro .background-plant {
    margin-top: 0;
    margin-right: 0;
  }
}
body.page-calculator .result {
  display: flex;
  align-items: center;
}
body.page-calculator .result__label {
  font-weight: 700;
  margin-right: 2rem;
}
body.page-calculator .result__detail:before {
  content: "$";
}

@media (max-width: 991px) {
  body.page-resources #resources-intro .background-plant {
    margin-top: -8rem;
    margin-bottom: -10rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body.page-resources #resources-intro .background-plant {
    margin-top: 4rem;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  body.search-results .breadcrumb > span {
    flex-wrap: wrap;
  }
  body.search-results .breadcrumb > span a {
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  body.search-results #search-intro .background-plant {
    display: none;
  }
}

@media (max-width: 991px) {
  body.page-book-a-tour #book-a-tour-intro .background-plant {
    margin-top: -6rem;
    margin-bottom: -8rem;
  }
}
@media (max-width: 767px) {
  body.page-book-a-tour #book-a-tour-intro .background-plant {
    margin-top: 0;
    margin-bottom: 0;
  }
}

body.page-quick-links #explorer-experience {
  padding-top: 0;
}
body.page-quick-links #explorer-experience .content-columns__cell__image {
  width: 100%;
  max-width: 30rem;
}
@media (min-width: 992px) {
  body.page-quick-links #explorer-experience .content-columns__cell__image {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.page-quick-links #explorer-experience .content-columns__cell__image {
    max-width: none;
  }
}
@media (max-width: 991px) {
  body.page-quick-links #explorer-experience .content-columns__cell {
    width: 100%;
  }
}
body.page-quick-links #explorer-experience .content-columns__description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-quick-links #explorer-experience .btn {
  margin-top: auto;
  margin-bottom: 0;
  background: none;
  border: 1px solid #67B95F;
  color: #67B95F;
}
body.page-quick-links #explorer-experience .btn:hover {
  background-color: #67B95F;
  color: #fff;
}

@media (max-width: 991px) {
  body.page-kindergarten #kindergarten-program-intro {
    flex-direction: column-reverse;
    display: flex;
  }
}
@media (max-width: 991px) {
  body.page-kindergarten #kindergarten-program-intro .background-plant {
    margin-top: 0rem;
    margin-bottom: -8rem;
  }
}
@media (min-width: 992px) {
  body.page-kindergarten #kindergarten-program-intro .background-plant {
    top: 0;
  }
}
@media (min-width: 992px) {
  body.page-kindergarten #kindergarten-at-explorers .background-plant {
    top: -8rem;
  }
}
@media (max-width: 991px) {
  body.page-kindergarten #prep-for-prep-grid {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  body.page-kindergarten #prep-for-prep-grid {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 992px) {
  body.page-kindergarten #prep-for-prep-grid .content-columns__intro {
    max-width: 83.333%;
    margin-left: 0;
    margin-bottom: 11rem;
  }
}
body.page-kindergarten #prep-for-prep-grid .content-columns__cell__image {
  max-width: 38px;
  width: auto;
}
body.page-kindergarten #prep-for-prep-grid .content-columns__cell__image img {
  max-width: inherit;
}
body.page-kindergarten #prep-for-prep-grid .content-columns__description h4 {
  font-size: 2.8rem;
}
body.page-kindergarten #prep-for-prep-grid .content-columns__description p {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  body.page-kindergarten #prep-for-prep-grid .background-plant {
    bottom: 9rem;
  }
}
body.page-kindergarten #program-focus h3 {
  font-size: 2.8rem;
}
body.page-kindergarten #program-focus ul,
body.page-kindergarten #program-focus p {
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  body.page-kindergarten #program-focus .background-plant {
    margin-top: 0;
    margin-bottom: -5rem;
  }
}
@media (min-width: 992px) {
  body.page-kindergarten #program-focus .background-plant {
    top: 5rem;
  }
}
@media (min-width: 992px) {
  body.page-kindergarten #nurturing-environment .background-plant {
    bottom: -12rem;
  }
}
@media (min-width: 992px) {
  body.page-kindergarten #nurturing-environment .image-bg figure img {
    aspect-ratio: 756/648;
  }
}

body.page-template-page-styleguide section.customer-stories,
body.page-template-page-styleguide .page-background-overlay {
  display: none !important;
}
body.page-template-page-styleguide .styleguide-container {
  padding: 100px;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-styleguide .styleguide-container {
    padding: 100px 25px;
  }
}
body.page-template-page-styleguide .styleguide-container .styleguide-row {
  display: flex;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-styleguide .styleguide-container .styleguide-row {
    flex-direction: column;
  }
}
body.page-template-page-styleguide .styleguide-container .styleguide-row .styleguide-column {
  min-width: 315px;
}
body.page-template-page-styleguide .styleguide-container .styleguide-row .styleguide-column:last-child {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-styleguide .styleguide-container .styleguide-row .styleguide-column {
    margin-bottom: 25px;
  }
}
body.page-template-page-styleguide .styleguide-container .styleguide-row .styleguide-column .styleguide-row-title {
  color: #9B9E9F;
  font-size: 1.6rem;
  line-height: 19px;
  font-weight: bold;
}
body.page-template-page-styleguide .svg-container {
  justify-items: center;
  align-items: center;
}
body.page-template-page-styleguide .svg-container svg {
  margin: 2rem auto;
  width: 4rem;
  height: auto;
}
.styleguide-heading {
  margin: 0 0 2rem;
  font-family: sans-serif;
  color: #000;
}

section.styleguide-section {
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.image-bg figure {
  position: relative;
  margin-top: 3.2rem;
  margin-bottom: 2.9rem;
}
@media (min-width: 992px) {
  .image-bg figure {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.image-bg figure img {
  position: relative;
  z-index: 2;
  border-radius: 1rem;
  overflow: hidden;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .image-bg figure img {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 768px) {
  .image-bg figure img {
    width: 100%;
  }
}
.image-bg figure:before {
  content: "";
  position: absolute;
  top: -3.2rem;
  right: 0;
  bottom: -2.9rem;
  left: -1.6rem;
  background-image: url("../images/abstract-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .image-bg figure:before {
    top: -5.3rem;
    right: 0;
    bottom: -6.6rem;
    left: -7rem;
  }
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape2 figure img {
    max-width: 75.6rem;
    aspect-ratio: 75.6/64.8;
    margin-left: auto;
  }
}
.image-bg--single.image-bg--shape2 figure:before {
  top: -3.5rem;
  right: 3.8rem;
  bottom: -3.2rem;
  left: 0.3rem;
  background-position: 100% 50%;
  background-image: url("../images/abstract-2.svg");
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape2 figure:before {
    top: -4rem;
    right: -7.8rem;
    bottom: -5rem;
    left: 26.7rem;
  }
}
.image-bg--single.image-bg--shape3 figure {
  margin-bottom: 4.6rem;
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape3 figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape3 figure img {
    max-width: 75.6rem;
    aspect-ratio: 75.6/64.8;
    margin-left: auto;
  }
}
.image-bg--single.image-bg--shape3 figure:before {
  top: -1.5rem;
  right: 0.3rem;
  bottom: -4.6rem;
  left: 3.8rem;
  background-position: 100% 50%;
  background-image: url("../images/abstract-3.svg");
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape3 figure:before {
    top: -4.8rem;
    right: -7.4rem;
    bottom: 5.1rem;
    left: 17.5rem;
  }
}
.image-bg--single.image-bg--shape3__dots figure {
  margin-bottom: 4.6rem;
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape3__dots figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape3__dots figure img {
    max-width: 75.6rem;
    aspect-ratio: 75.6/64.8;
    margin-left: auto;
  }
}
.image-bg--single.image-bg--shape3__dots figure:before {
  top: -3.1rem;
  right: 0.38rem;
  bottom: -1rem;
  left: -1.8rem;
  background-position: 100% 50%;
  background-image: url("../images/abstract-3-dots.svg");
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape3__dots figure:before {
    top: -5.4rem;
    right: -1.4rem;
    bottom: 1.8rem;
    left: -3.3rem;
  }
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape4 figure img {
    max-width: 75.6rem;
    aspect-ratio: 75.6/64.8;
    margin-left: auto;
  }
}
.image-bg--single.image-bg--shape4 figure:before {
  top: -3.5rem;
  right: 4.8rem;
  bottom: -3.2rem;
  left: 0.3rem;
  background-position: 100% 50%;
  background-image: url("../images/abstract-4.svg");
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape4 figure:before {
    top: -3.2rem;
    right: 13.8rem;
    bottom: -9.4rem;
    left: -13.2rem;
  }
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape5 figure img {
    max-width: 75.6rem;
    aspect-ratio: 75.6/64.8;
    margin-left: auto;
  }
}
.image-bg--single.image-bg--shape5 figure:before {
  top: -3.5rem;
  right: 4.8rem;
  bottom: -3.2rem;
  left: 0.3rem;
  background-position: 100% 50%;
  background-image: url("../images/abstract-5.svg");
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--shape5 figure:before {
    top: -3.9rem;
    right: 26.7rem;
    bottom: -4.9rem;
    left: -7.8rem;
  }
}
.image-bg--single.image-bg--circle {
  max-width: 90%;
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--circle {
    max-width: 51%;
  }
}
.image-bg--single.image-bg--circle figure img {
  border-radius: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .image-bg--single.image-bg--circle figure img {
    max-width: 69.3rem;
  }
}
.image-bg.image-bg--shape7 figure:before {
  background-position: 100% 50%;
  background-image: url("../images/abstract-7.svg");
  top: -1.8rem;
  right: 4rem;
  bottom: 5.3rem;
  left: 0.7rem;
}
@media (min-width: 992px) {
  .image-bg.image-bg--shape7 figure:before {
    top: -3.4rem;
    right: 7.8rem;
    bottom: 10.2rem;
    left: 2.6rem;
  }
}
.image-bg.image-bg--shape10 figure:before {
  top: -1.8rem;
  right: 3rem;
  bottom: 4.8rem;
  left: 3.8rem;
  background-position: 100% 50%;
  background-image: url("../images/abstract-10.svg");
}
@media (min-width: 992px) {
  .image-bg.image-bg--shape10 figure:before {
    top: -3.6rem;
    right: 3.2rem;
    bottom: 7.5rem;
    left: 6.5rem;
  }
}
.image-bg.image-bg--shape11 figure:before {
  top: -1.5rem;
  right: 2.9rem;
  bottom: 2.5rem;
  left: 3rem;
  background-position: 100% 50%;
  background-image: url("../images/abstract-11.svg");
}
@media (min-width: 992px) {
  .image-bg.image-bg--shape11 figure:before {
    top: -3.2rem;
    right: 5.2rem;
    bottom: 4.9rem;
    left: 5.8rem;
  }
}
.image-bg.image-bg--shape14 figure:before {
  top: -1.8rem;
  right: 2.1rem;
  bottom: 1.3rem;
  left: 1.2rem;
  background-position: 100% 50%;
  background-image: url("../images/abstract-14.svg");
}
@media (min-width: 992px) {
  .image-bg.image-bg--shape14 figure:before {
    top: -3.4rem;
    right: 4rem;
    bottom: 2.5rem;
    left: 2.6rem;
  }
}
.image-bg.image-bg--shape15 figure:before {
  top: -1.6rem;
  right: -3.1rem;
  bottom: -2rem;
  left: -1rem;
  background-position: 100% 50%;
  background-image: url("../images/abstract-15.svg");
}
@media (min-width: 992px) {
  .image-bg.image-bg--shape15 figure:before {
    top: -3.5rem;
    right: -6.6rem;
    bottom: -4.2rem;
    left: -2.3rem;
  }
}

a.load-more,
a.read-more,
a.video,
a.download {
  display: flex;
  align-items: center;
}
a.load-more:after,
a.read-more:after,
a.video:after,
a.download:after {
  content: "";
  margin-left: 7px;
  background-size: contain;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  transform: translateY(-1px);
}

a.read-more {
  color: #67B95F;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}
a.read-more:after {
  width: 9px;
  height: 17px;
  background-image: url("../images/icon-chevron-right.svg");
}

a.video:after {
  width: 34px;
  height: 19px;
  background-image: url("../images/icon-video.svg");
}

a.download:after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../images/icon-download.svg");
}

a.load-more {
  color: #9B9E9F;
}
a.load-more:after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../images/icon-load-more.svg");
}

.svg .chevron-left,
.chevron-right {
  width: 3.2rem;
  height: 6.5rem;
}
.svg .chevron-left:before,
.chevron-right:before {
  background-position: 100% 50%;
  background-image: url("../images/icon-chevron-right.svg");
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
