@charset "UTF-8";
/*
Theme Name: SLRV
Author: Thrive web design
Author URI: https://thriveweb.com.au/
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

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

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

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

/* Text-level semantics ========================================================================== */
/** 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

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

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

/** 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 ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

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

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

/** 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button,
input,
select,
textarea {
  font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
  font-weight: bold;
}

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

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

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

/** Change the cursor in all browsers (opinionated). */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
  cursor: default;
}

/** 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. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
input:-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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
  -webkit-appearance: textfield;
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

@media (max-width: 666px) {
  html {
    font-size: 58%;
  }
}

body {
  color: #545454;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin: 0;
}

.button,
.products-item:hover:after,
.products-item:focus:after,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button) {
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #1a1a1a;
  border: 0.1rem solid #1a1a1a;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:hover,
.products-item:hover:after,
.button:focus,
.products-item:focus:after,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button):hover,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button):focus {
  background-color: transparent;
  border-color: #1a1a1a;
  color: #1a1a1a;
  outline: 0;
}

.button.button--outline,
.button--outline.products-item:hover:after,
.button--outline.products-item:focus:after,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button).button--outline {
  color: #1a1a1a;
  background-color: transparent;
}

.button.button--outline:hover,
.button--outline.products-item:hover:after,
.button.button--outline:focus,
.button--outline.products-item:focus:after,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button).button--outline:hover,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button).button--outline:focus {
  color: #545454;
  background-color: transparent;
  border-color: currentColor;
}

.button.button--clear,
.button--clear.products-item:hover:after,
.button--clear.products-item:focus:after,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button).button--clear {
  color: #1a1a1a;
  background-color: transparent;
  border-color: transparent;
}

.button.button--clear:hover,
.button--clear.products-item:hover:after,
.button.button--clear:focus,
.button--clear.products-item:focus:after,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button).button--clear:hover,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button).button--clear:focus {
  color: #545454;
  background-color: transparent;
  border-color: transparent;
}

.button.button--inverted,
.products-item:hover:after,
.products-item:focus:after,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button).button--inverted,
button.products-item:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button):hover:after,
button.products-item:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button):focus:after {
  color: #1a1a1a;
  background-color: white;
  border-color: white;
}

.button.button--inverted:hover,
.products-item:hover:after,
.button.button--inverted:focus,
.products-item:focus:after,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button).button--inverted:hover,
button.products-item:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button):hover:after,
button:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button).button--inverted:focus,
button.products-item:not(.pswp__button):not([data-plyr]):not(.flickity-prev-next-button):focus:after {
  color: white;
  background-color: transparent;
  border-color: white;
}

code {
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #1a1a1a;
  font-family: Menlo, Consolas, "Bitstream Vera Sans Mono", "DejaVu Sans Mono",
    Monaco, monospace;
}

pre > code {
  background: transparent;
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="phone"],
input[type="tel"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f1f2f4;
  border: 0.1rem solid #f1f2f4;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 4.5rem;
  padding: 0.6rem 1.5rem;
  width: 100%;
  font-weight: 600;
  font-size: 1.4rem;
}

input:focus,
textarea:focus,
select:focus {
  border: 0.1rem solid #1a1a1a;
  outline: 0;
}

textarea {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  min-height: 12rem;
}

label,
legend {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

.label-inline {
  font-weight: normal;
  display: inline-block;
  margin-left: 0.5rem;
}

.gform_fields {
  list-style: none;
}

.gform_fields label {
  display: none;
}

.gform_footer {
  text-align: right;
  position: relative;
}

.gform_footer input {
  display: inline-block;
  width: auto;
  margin: 0;
}

.gform_ajax_spinner {
  position: absolute;
  left: calc(100% + 0.5rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  height: 20px;
  width: 20px;
}

.validation_error,
.gform_confirmation_message {
  width: 100%;
  padding: 1rem;
  background: white;
  border: 1px solid #f1f2f4;
  margin: 1.5rem 0;
  font-weight: 500;
}

.validation_error:before,
.gform_confirmation_message:before {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #1a1a1a;
}

.gform_confirmation_message:before {
  content: "\f164";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #1a1a1a;
}

.validation_message {
  background: white;
  font-weight: 500;
  border: 1px solid #f1f2f4;
}

.validation_message:before {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #1a1a1a;
}

.container,
.testimonials-slider--slider .flickity-page-dots {
  position: relative;
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container.wide,
.testimonials-slider--slider .wide.flickity-page-dots {
  padding: 0 3vw;
  width: 100%;
}

.container.skinny,
.testimonials-slider--slider .flickity-page-dots {
  max-width: 850px;
}

.container.skinnier,
.testimonials-slider--slider .skinnier.flickity-page-dots {
  max-width: 650px;
}

.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container,
  .testimonials-slider--slider .flickity-page-dots {
    width: 95%;
    padding: 0;
  }
}

@media (min-width: 550px) {
  .container,
  .testimonials-slider--slider .flickity-page-dots {
    width: 95%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66667%;
  }
  .two.columns {
    width: 13.33333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66667%;
  }
  .five.columns {
    width: 39.33333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66667%;
  }
  .eight.columns {
    width: 65.33333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66667%;
  }
  .eleven.columns {
    width: 91.33333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66667%;
  }
  .two-thirds.column {
    width: 65.33333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}

.container:not(.flex):after,
.testimonials-slider--slider .flickity-page-dots:not(.flex):after,
.row:not(.flex):after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover {
  color: #545454;
}

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

dl {
  list-style: none;
}

ul {
  list-style: disc inside;
}

ol {
  list-style: decimal inside;
}

dt,
dd,
li {
  margin-bottom: 1rem;
}

hr {
  border-top: 0.1rem solid #f4f5f6;
  border-width: 0;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button,
.products-item:hover:after,
.products-item:focus:after,
button {
  margin-bottom: 1rem;
}

.button:last-child,
.products-item:last-child:hover:after,
.products-item:last-child:focus:after,
button:last-child {
  margin-bottom: 0;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
  margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

th,
td {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

p {
  margin-top: 0;
}

h1,
h2,
h2,
h3,
h4,
h5,
.single-experiences--content--quote--author,
h6 {
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
}

h1,
h2 {
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 6.5rem;
  letter-spacing: 0.025em;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  font-weight: 700;
}

h3 {
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  font-size: 2.2rem;
  line-height: 1.35;
  font-weight: 700;
}

h5,
.single-experiences--content--quote--author {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media (max-width: 888px) {
  h1,
  h2 {
    font-size: 5rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5,
  .single-experiences--content--quote--author {
    font-size: 1.7rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

.section {
  padding: 7rem 0;
}

.section.thin {
  padding: 5rem 0;
}

.section.thick {
  padding: 14rem 0;
}

@media (max-width: 777px) {
  .section {
    padding: 5rem 0;
  }
  .section.thin {
    padding: 2.5rem 0;
  }
  .section.thick {
    padding: 7rem 0;
  }
}

.dark {
  background-color: #1a1a1a;
  color: white;
}

.black {
  background-color: #1a1a1a;
  color: white;
}

.black .color-primary {
  color: inherit;
}

.light {
  background-color: #f1f2f4;
}

.primary {
  background-color: #1a1a1a;
}

.white {
  background: white;
}

.color-white {
  color: white;
}

.color-primary {
  color: #1a1a1a;
}

.statement,
.single-experiences--content--quote {
  font-size: 2.25rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  overflow: hidden;
}

.background-image.faded {
  opacity: 0.5;
}

.background-image img {
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .background-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
  }
}

.social {
  list-style: none;
}

.social li {
  display: inline-block;
}

.social a {
  padding: 5px;
  background: #1a1a1a;
  border-radius: 100%;
  color: white;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.tacenter {
  text-align: center;
}

.taright {
  text-align: right;
}

.taleft {
  text-align: left;
}

.relative {
  position: relative;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container video,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header {
  height: 8.4rem;
  padding: 0.8rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 3;
}

.header--wrap {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header--nav .menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
}

.header--nav li {
  margin: 0;
  opacity: 0.5;
}

.header--nav a {
  padding: 1.5rem;
}

.header--nav .current-menu-item {
  opacity: 1;
}

.logo {
  height: 100%;
  text-align: left;
}

.logo img {
  height: 100%;
}

.header--menu-button {
  display: none;
}

@media (max-width: 870px) {
  .header {
    height: auto;
  }
  .header.open .header--nav {
    display: block;
  }
  .header--menu-button {
    display: block;
  }
  .header--wrap.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header--nav {
    width: 100%;
    display: none;
  }
  .header--nav .menu {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 0;
  }
  .header--nav li {
    display: block;
    -webkit-animation: fadeInDown 0.2s ease-out;
    animation: fadeInDown 0.2s ease-out;
  }
  .header--nav a {
    display: block;
    font-size: 2rem;
  }
  .logo {
    height: 4rem;
    display: block;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.edit_link {
  position: fixed;
  margin: 0;
  top: 90px;
  left: 10px;
  z-index: 99999;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.edit_link i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.edit_link span {
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 3px 5px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.edit_link a {
  color: #000000;
  background-color: transparent;
}

.edit_link a:hover i {
  background-color: #717171;
  color: #ffffff;
}

.edit_link a:hover span {
  background-color: #717171;
  color: #ffffff;
}

.footer {
  color: #1a1a1a;
  font-size: 1.6rem;
  overflow: hidden;
}

.page-template-page-contact .footer {
  padding-top: 0;
}

.section.footer--inner {
  padding-bottom: 1em;
}

.footer--logo {
  height: auto;
  width: 20rem;
  max-width: 100%;
  opacity: 0.5;
  display: inline-block;
}

.footer--logo img {
  height: auto;
  width: 100%;
}

.footer--container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer--col {
  width: calc(33% - 2.5vw);
}

.footer--menu ul {
  list-style: none;
  margin-top: 1rem;
}

.footer--menu li {
  margin: 0;
}

.footer--menu a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8em;
}

.footer--menu a:hover,
.footer--menu a:focus {
  opacity: 0.6;
}

.footer--col--1 a {
  display: block;
}

.footer--col--2 {
  text-align: center;
  margin: 0 5vw;
}

.footer--copyright {
  opacity: 0.5;
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer--lower {
  margin-top: 5rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer--lower--col {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}

.footer--lower--col--2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.thrive {
  display: block;
  text-align: right;
}

.footer--subscribe.subscribe--form-wrap form {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer--subscribe.subscribe--form-wrap .gform_fields input {
  border-color: #f1f2f4;
}

@media (max-width: 600px) {
  .footer.section {
    padding: 0;
    width: 100%;
  }
  .footer--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .footer--col {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .footer--col--2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer--subscribe.subscribe--form-wrap form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer--lower {
    display: block;
  }
  .thrive {
    text-align: center;
  }
}

.page-header {
  text-align: center;
  background-color: #1a1a1a;
}

.page-header .background-image {
  opacity: 0.6;
}

.page-header--title,
.page-header--subtitle {
  margin-bottom: 0;
}

@media (max-width: 450px) {
  .page-header--title,
  .page-header--subtitle {
    font-size: 4rem;
  }
}

.featured-slider,
.products-slider--slider,
.services-slider--slider,
.single-product--slider {
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
  display: none;
}

.featured-slider.flickity-enabled,
.flickity-enabled.products-slider--slider,
.flickity-enabled.services-slider--slider,
.flickity-enabled.single-product--slider {
  display: block;
}

.featured-slider img,
.products-slider--slider img,
.services-slider--slider img,
.single-product--slider img {
  width: 100%;
  height: auto;
}

.featured-slider .flickity-page-dots,
.products-slider--slider .flickity-page-dots,
.services-slider--slider .flickity-page-dots,
.single-product--slider .flickity-page-dots {
  bottom: 10px;
}

.featured-slider .flickity-page-dots .dot,
.products-slider--slider .flickity-page-dots .dot,
.services-slider--slider .flickity-page-dots .dot,
.single-product--slider .flickity-page-dots .dot {
  background: white;
}

.featured-slider .flickity-prev-next-button,
.products-slider--slider .flickity-prev-next-button,
.services-slider--slider .flickity-prev-next-button,
.single-product--slider .flickity-prev-next-button {
  height: 12rem;
  width: 10rem;
  margin: 0;
}

.featured-slider .flickity-prev-next-button svg,
.products-slider--slider .flickity-prev-next-button svg,
.services-slider--slider .flickity-prev-next-button svg,
.single-product--slider .flickity-prev-next-button svg {
  width: 3rem;
  position: absolute;
}

@media (max-width: 650px) {
  .featured-slider .flickity-prev-next-button,
  .products-slider--slider .flickity-prev-next-button,
  .services-slider--slider .flickity-prev-next-button,
  .single-product--slider .flickity-prev-next-button {
    width: 7rem;
    height: 8rem;
  }
  .featured-slider .flickity-prev-next-button svg,
  .products-slider--slider .flickity-prev-next-button svg,
  .services-slider--slider .flickity-prev-next-button svg,
  .single-product--slider .flickity-prev-next-button svg {
    width: 2rem;
  }
}

.featured-slider .flickity-prev-next-button.next,
.products-slider--slider .flickity-prev-next-button.next,
.services-slider--slider .flickity-prev-next-button.next,
.single-product--slider .flickity-prev-next-button.next {
  border-radius: 50% 0 0 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.featured-slider .flickity-prev-next-button.next svg,
.products-slider--slider .flickity-prev-next-button.next svg,
.services-slider--slider .flickity-prev-next-button.next svg,
.single-product--slider .flickity-prev-next-button.next svg {
  left: 1.25rem;
  right: auto;
}

.featured-slider .flickity-prev-next-button.previous,
.products-slider--slider .flickity-prev-next-button.previous,
.services-slider--slider .flickity-prev-next-button.previous,
.single-product--slider .flickity-prev-next-button.previous {
  border-radius: 0 50% 50% 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-slider .flickity-prev-next-button.previous svg,
.products-slider--slider .flickity-prev-next-button.previous svg,
.services-slider--slider .flickity-prev-next-button.previous svg,
.single-product--slider .flickity-prev-next-button.previous svg {
  left: auto;
  right: 1.25rem;
}

.featured-slider--slide {
  position: relative;
  width: 100%;
}

video {
  max-width: 100%;
}

.products-slider--slider {
  background: none;
  height: auto;
}

.products-slider--slider .flickity-page-dots .dot {
  background: #f1f2f4;
}

.products-slider--slider img {
  width: 100%;
  max-width: none;
}

.products-slider--title {
  margin-bottom: 5rem;
}

.products-slider--slide {
  width: 35rem;
  height: 32.5rem;
  text-align: center;
  margin: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.products-slider--slide--image {
  margin-bottom: 2rem;
}

.products-slider--slide--title {
  margin-bottom: 0;
  margin-top: auto;
}

.testimonials-slider--section {
  padding-left: 3vw;
  padding-right: 3vw;
}

.testimonials-slider--slider .flickity-page-dots {
  left: 0;
  bottom: 5rem;
  padding: 0 2.5rem;
  text-align: left;
}

.testimonials-slider--slider .flickity-page-dots .dot {
  margin: 0;
}

.testimonials-slider--slider .flickity-page-dots .dot + .dot {
  margin-left: 1rem;
}

.testimonials-slider--slide {
  color: white;
  background: #1a1a1a;
  width: 100%;
  padding: 3.5rem 2.5rem 5rem;
  min-height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-slider--slide--inner {
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
}

.services-slider--slider {
  margin-top: 3.5rem;
}

.services-slider--slide {
  width: 100%;
}

.services-slider--slide--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 500px) {
  .services-slider--slide--container {
    display: block;
  }
}

.services-slider--slide--col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 1.5rem;
}

.services-slider--slide--col + .services-slider--slide--col {
  padding-left: 1.5rem;
}

.services-slider--slide--col img {
  width: 100%;
  height: auto;
  display: block;
}

.grid-layout--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-layout--row:nth-child(1) > *:nth-child(1) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.grid-layout--row:nth-child(2) > *:nth-child(2) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.grid-layout--item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
  background: #565656;
  height: 30rem;
  margin: 0.2rem;
  position: relative;
}

@media (max-width: 600px) {
  .grid-layout--item {
    min-width: 50%;
  }
}

.grid-layout--item:hover .grid-layout--item--content,
.grid-layout--item:focus .grid-layout--item--content {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-layout--item:hover .grid-layout--item--content--inner,
.grid-layout--item:focus .grid-layout--item--content--inner {
  display: block;
  -webkit-animation: fadeIn 0.5s ease;
  animation: fadeIn 0.5s ease;
}

.grid-layout--item--title {
  color: white;
  margin-bottom: 0;
  padding: 1.5rem;
  display: block;
}

.grid-layout--item--content {
  position: relative;
  background: rgba(26, 26, 26, 0.7);
  color: white;
  text-align: center;
  padding: 0 1rem;
  overflow: hidden;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.grid-layout--item--content a {
  color: inherit;
  text-decoration: underline;
  display: block;
}

@media (min-width: 900px) {
  .grid-layout--item--content {
    font-size: 1.4rem;
  }
}

.grid-layout--item--content h6 {
  font-size: 1em;
}

.grid-layout--item--content--inner {
  display: none;
  padding-bottom: 1.5rem;
}

.grid-layout--button-wrap {
  margin: 3.5rem auto 0;
  text-align: center;
}

.gallery-grid--grid {
  width: 100%;
  overflow: hidden;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 800px) {
  .gallery-grid--grid {
    height: 50rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.gallery-grid--item {
  margin: 0.5rem;
  width: calc(50% - 1rem);
  height: 200px;
  background: #f1f2f4;
}

@media (min-width: 800px) {
  .gallery-grid--item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(66% - 1rem);
    flex: 1 1 calc(66% - 1rem);
  }
  [data-count="2"] .gallery-grid--item {
    width: 50%;
  }
  [data-count="3"] .gallery-grid--item {
    width: 33.33%;
  }
  [data-count="4"] .gallery-grid--item,
  [data-count="5"] .gallery-grid--item,
  [data-count="6"] .gallery-grid--item,
  [data-count="7"] .gallery-grid--item,
  [data-count="8"] .gallery-grid--item {
    width: 25%;
  }
  [data-count="5"] .gallery-grid--item:nth-child(2),
  [data-count="6"] .gallery-grid--item:nth-child(2),
  [data-count="7"] .gallery-grid--item:nth-child(2),
  [data-count="8"] .gallery-grid--item:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33% - 1rem);
    flex: 1 1 calc(33% - 1rem);
  }
  [data-count="6"] .gallery-grid--item:nth-child(6),
  [data-count="7"] .gallery-grid--item:nth-child(6),
  [data-count="8"] .gallery-grid--item:nth-child(6) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33% - 1rem);
    flex: 1 1 calc(33% - 1rem);
  }
  [data-count="7"] .gallery-grid--item:nth-child(3),
  [data-count="8"] .gallery-grid--item:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33% - 1rem);
    flex: 1 1 calc(33% - 1rem);
  }
  [data-count="8"] .gallery-grid--item:nth-child(4),
  [data-count="8"] .gallery-grid--item:nth-child(5) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33% - 1rem);
    flex: 1 1 calc(33% - 1rem);
  }
}

.latest-news--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-section {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.split-section--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2rem;
  width: 50%;
}

.split-section--col + .split-section--col {
  padding-left: 2rem;
}

.split-section--col img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: auto;
}

.split-section--left .background-image {
  background-position: bottom right;
  background-size: 50%;
}

@media (max-width: 950px) {
  .split-section--container.flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .split-section--container.flex {
    display: block;
  }
  .split-section.flex {
    display: block;
  }
  .split-section--col {
    width: 100%;
    margin-bottom: 1rem;
  }
  .split-section--left .background-image {
    position: relative;
    height: 200px;
    background-size: contain;
  }
}

.quote-section--quote {
  font-size: 4rem;
  color: #1a1a1a;
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  line-height: 1.1;
  border-color: currentColor;
  border-width: 1px;
  position: relative;
  padding-left: 5vw;
  margin-top: 0;
}

.quote-section--quote:before {
  content: "“";
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: black;
  opacity: 0.15;
  font-size: 12.5rem;
  position: absolute;
  top: 3rem;
  left: 2vw;
  line-height: 0;
}

.quote-section--content {
  padding: 2.5rem 0;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer; /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09f;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.share-buttons {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}

.share-buttons > * {
  margin-bottom: 0;
}

.share-buttons > * + * {
  margin-left: 1rem;
}

.share-buttons:nth-child(1) {
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
}

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

.pagination--button {
  display: block;
}

.pagination--button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.pagination--button i {
  margin: 0 1rem;
}

.pagination--numeric {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination--numeric .pagination--button {
  margin: 0 0.5rem;
}

.pagination--numeric .pagination--button.active {
  font-weight: 600;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica,
    Arial, sans-serif;
  outline: none;
}

.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr a,
.plyr button,
.plyr input,
.plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr button {
  width: initial;
  height: initial;
  margin: 0;
}

.plyr video,
.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type="range"] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}

.plyr input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

.plyr input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr input[type="range"]::-moz-range-track {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}

.plyr input[type="range"]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type="range"]::-ms-track {
  height: 8px;
  background: transparent;
  border: 0;
  color: transparent;
}

.plyr input[type="range"]::-ms-fill-upper {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}

.plyr input[type="range"]::-ms-fill-lower {
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #1a1a1a;
}

.plyr input[type="range"]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease, border 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease,
    -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type="range"]::-ms-tooltip {
  display: none;
}

.plyr input[type="range"]:focus {
  outline: 0;
}

.plyr input[type="range"]::-moz-focus-outer {
  border: 0;
}

.plyr input[type="range"].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #1a1a1a;
  border-color: #fff;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.plyr input[type="range"]:active::-moz-range-thumb {
  background: #1a1a1a;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type="range"]:active::-ms-thumb {
  background: #1a1a1a;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr--video input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5);
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.plyr__video-embed {
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: inherit;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -webkit-transform: translateY(-35.95%);
  transform: translateY(-35.95%);
}

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--fullscreen-active .plyr__captions {
  font-size: 32px;
}

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.plyr__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.plyr__controls > button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
  margin-left: 5px;
}

.plyr__controls > button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
  display: none;
}

@media (min-width: 480px) {
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 10px;
  }
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #1a1a1a;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #565d64;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover {
  background: #1a1a1a;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #1a1a1a;
  border: 4px solid currentColor;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr__controls [data-plyr="pause"],
.plyr--playing .plyr__controls [data-plyr="play"] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr="pause"] {
  display: inline-block;
}

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}

.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg,
.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"] {
  display: none;
}

.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease,
    -webkit-transform 0.2s 0.1s ease;
}

.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__progress {
  display: none;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-moz-range-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-ms-fill-upper {
  background: transparent;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #1a1a1a;
  background: transparent;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-ms-fill {
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0.15) 75%,
    transparent 75%,
    transparent
  );
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 0.95;
}

.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}

@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr="mute"] {
  display: none !important;
}

.plyr--fullscreen,
.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0;
}

.plyr--fullscreen video,
.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen .plyr__video-wrapper,
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen .plyr__controls,
.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plyr--fullscreen.plyr--vimeo .plyr__video-wrapper,
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.instagram-banner--section {
  text-align: center;
}

.instagram-banner--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.instagram-banner--title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  color: #1a1a1a;
}

.instagram-banner--title i {
  font-size: 2em;
  vertical-align: middle;
}

.instagram-banner--item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 25vw;
  width: auto;
}

.instagram-banner--item img {
  width: auto;
  height: 100%;
  display: block;
}

@media (min-width: 750px) {
  .instagram-banner--item {
    height: 16.66vw;
  }
}

.subscribe--form-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe--form-wrap .gform_fields input {
  width: 30rem;
  max-width: 100%;
  background: white;
  border-color: white;
}

.blog-nav--title {
  margin-bottom: 1rem;
}

.blog-nav--list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
}

.blog-nav--list li {
  margin: 0 0.9rem;
  opacity: 0.5;
}

.blog-nav--list li:hover,
.blog-nav--list li:focus {
  opacity: 1;
}

.blog-nav--list li.current-cat,
.blog .blog-nav--list li.cat-item-all {
  opacity: 1;
  border-bottom: 2px solid currentColor;
}

.blog-item {
  background: white;
  margin: 0.25rem;
  border: 1px solid #f1f2f4;
  width: 100%;
}

@media (min-width: 567px) {
  .blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 1rem);
    flex: 0 1 calc(50% - 1rem);
  }
}

@media (min-width: 750px) {
  .blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33% - 1rem);
    flex: 0 1 calc(33% - 1rem);
  }
}

@media (min-width: 1000px) {
  .blog-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 1rem);
    flex: 0 1 calc(25% - 1rem);
  }
}

.blog-item:hover,
.blog-item:focus {
  background: #1a1a1a;
  color: white;
}

.blog-item:hover .blog-item--image,
.blog-item:focus .blog-item--image {
  opacity: 0.7;
}

.blog-item--image {
  min-height: 25rem;
  width: 100%;
  background: #d1d1d1;
  opacity: 0.9;
}

.blog-item--inner {
  padding: 2rem;
}

.blog-item--title {
  margin: 0;
}

.blog-item--subtitle {
  opacity: 0.6;
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}

.blog-item--excerpt {
  font-size: 1.5rem;
}

.map--section {
  height: 40rem;
  width: 100%;
  max-height: 100vh;
}

.acf-map {
  height: 100%;
  width: 100%;
}

.products-item {
  position: relative;
}

@media (min-width: 500px) {
  .products-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 1rem);
    flex: 0 1 calc(50% - 1rem);
  }
}

@media (min-width: 750px) {
  .products-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33% - 1rem);
    flex: 0 1 calc(33% - 1rem);
  }
}

.products-item .blog-item--image {
  background: none;
}

.products-item .blog-item--subtitle {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font: inherit;
  letter-spacing: inherit;
  opacity: 1;
}

.products-item:hover,
.products-item:focus {
  background: none;
  color: inherit;
}

.products-item:hover:after,
.products-item:focus:after {
  border-color: #1a1a1a;
  content: "Discover";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1a1a1a;
}

.single-product--page-header,
.single-experiences--page-header {
  overflow: hidden;
}

.single-product--page-header video,
.single-experiences--page-header video,
.single-product--page-header img,
.single-experiences--page-header img {
  width: 100%;
  position: relative;
  display: block;
}

@media (min-width: 667px) {
  .single-product--page-header
    .plyr--playing
    ~ .single-product--page-header--inner,
  .single-experiences--page-header
    .plyr--playing
    ~ .single-product--page-header--inner {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.single-product--page-header .plyr__play-large,
.single-experiences--page-header .plyr__play-large {
  display: none;
}

.single-product--page-header--inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 666px) {
  .single-product--page-header--inner {
    position: relative;
    bottom: auto;
    padding: 1.5rem 0;
  }
}

.single-product--slider {
  background: white;
}

.single-product--flexible-sections .section {
  padding: 0;
}

.single-product--flexible-sections .section + .section {
  margin-top: 5rem;
}

.single-product--slider--slide {
  width: 100%;
  max-height: 100vh;
  height: 40.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-product--slider--slide .container.skinny,
.single-product--slider--slide .testimonials-slider--slider .flickity-page-dots,
.testimonials-slider--slider
  .single-product--slider--slide
  .flickity-page-dots {
  max-width: 1000px;
}

@media (max-width: 750px) {
  .single-product--slider--slide {
    height: auto;
    max-height: none;
    min-height: 40vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.single-product--slider--slide--title {
  margin-bottom: 5rem;
}

.white .single-product--slider--slide--title {
  color: #1a1a1a;
}

.single-product--slider--slide--pdf-button,
.single-product--slider--slide--video-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 0.5rem;
  margin-right: 1.5rem;
  margin-left: 0;
}

.single-product--slider--slide--pdf-button:before,
.single-product--slider--slide--video-button:before {
  content: "\f019";
  font-size: 1.2em;
  margin-right: 1rem;
  font-family: "fontawesome";
  background: #1a1a1a;
  color: white;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-product--slider--slide--video-button:before {
  content: "\f144";
}

.single-product--slider--slide--video-popup-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(26, 26, 26, 0.98);
}

.single-product--slider--embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product--slider--embed iframe {
  margin: auto;
  max-height: 35vw;
}

@media (max-width: 666px) {
  .single-product--slider--embed iframe {
    max-height: none;
  }
}

.single-product--slider--slide:nth-child(even)
  .split-section--col:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.single-product--slider
  + .single-product--slider:nth-child(odd)
  .split-section--col:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.single-product--model-section .embed-container {
  background: #f1f2f4;
}

.blog-list--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-post--header-image {
  height: 50rem;
  width: 100%;
  max-height: 100vh;
  top: 0;
}

.single-post--header-image .background-image {
  opacity: 0.7;
}

.single-post--back-btn {
  position: absolute;
  padding: 7rem 0 3.5rem;
  width: 100%;
  z-index: 1;
}

.single-post--back-btn--btn {
  color: white;
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.single-post--back-btn--btn:hover,
.single-post--back-btn--btn:focus {
  color: white;
  border-bottom: 1px solid currentColor;
}

.single-post--container {
  padding: 5rem;
  margin-top: 5rem;
}

.single-post--container img {
  width: calc(100% + 10rem);
  height: auto;
  margin-left: -5rem;
  margin-right: -5rem;
}

.single-post--heading {
  border-bottom: 2px solid #f1f2f4;
  margin-bottom: 1.5rem;
}

.single-post--title {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.single-post--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #565656;
  opacity: 0.7;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.single-post--meta > * + *:before {
  content: "|";
  margin: 0 1rem;
}

.single-post--meta a {
  color: inherit;
}

.single-post--meta a:hover,
.single-post--meta a:focus {
  color: inherit;
  border-bottom: 1px solid currentColor;
}

.single-post--footer {
  border-top: 2px solid #f1f2f4;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
}

.single-experiences--content--container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-experiences--overview {
  font-size: 1.5rem;
  margin-bottom: 3.5rem;
}

.single-experiences--overview--title {
  font-family: "Kanit", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  opacity: 0.7;
  letter-spacing: 0.05em;
}

.single-experiences--overview--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  padding: 0.7rem 0;
}

.single-experiences--overview--row:first-of-type {
  border-top-width: 1px;
}

.single-experiences--overview--row--title {
  text-transform: uppercase;
  width: 5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.single-experiences--content--quote {
  border-left: none;
  padding: 0;
  margin-top: 0;
}

.single-experiences--content--quote:before {
  content: "“";
}

.single-experiences--content--quote:after {
  content: "”";
}

.single-experiences--content--quote--author:before {
  content: "–";
}

.single-experiences--gallery--container {
  padding: 0;
}

.single-experiences--gallery--items-storage {
  display: none;
}

.single-experiences--gallery--item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: calc(50% - 3.5px);
  height: auto;
  margin: 0;
  margin-bottom: 7px;
  display: block;
}

@media (min-width: 600px) {
  .single-experiences--gallery--item {
    width: calc(33.33% - 4.33px);
  }
}

.single-experiences--gallery--button-container {
  margin-top: 5rem;
}

.single-experiences--gallery--button {
  visibility: hidden;
}

@media (max-width: 666px) {
  .single-experiences--content.section {
    padding: 5rem 0;
  }
  .single-experiences--content--container {
    display: block;
  }
  .single-experiences--overview {
    width: 100%;
  }
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-bottom: 2rem;
}

.contact-item:hover span,
.contact-item:focus span {
  text-decoration: underline;
}

.contact-item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  border-radius: 100%;
  background: #545454;
  color: white;
  font-size: 1.3rem;
  margin-right: 1rem;
}

.find-us-here--section {
  position: relative;
  padding-bottom: 5rem;
}

.find-us-here--box {
  position: absolute;
  width: 30vw;
  min-width: 300px;
  z-index: 1;
  padding: 4rem;
  -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.15);
}

@media (max-width: 600px) {
  .find-us-here--box {
    width: 100%;
    position: relative;
    margin-bottom: -30%;
  }
  .contact--section-1 .container.flex,
  .contact--section-1 .testimonials-slider--slider .flex.flickity-page-dots,
  .testimonials-slider--slider .contact--section-1 .flex.flickity-page-dots {
    display: block;
  }
  .contact--section-1 .split-section--col {
    padding: 0;
    margin: 0 auto 2rem auto;
  }
  .contact--section-1 .gform_wrapper {
    margin: auto;
  }
}
.home h1 {
	font-size:3.6rem;
}
/*# sourceMappingURL=style.css.map */


//admin toolbar css
.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar header{
    top: 45px;
  }
  #wpadminbar{
    position: fixed !important;
  }
}
