@charset "UTF-8";

/** Import everything from autoload */

/**
* Styles
*/

/**
 *  Media Queries and Breakpoints
 */

/**
*  Library
*
*  Contains mixins and functions.
*/

/**
*  Layout
*/

/**
 *  Settings
 */

/**
* Custom Mixins
**/

/**
 *  Center element
 *  parent element must have position: relative;
 *
 *  @variables: xy, x, y
 *  Default: xy
 */

/**
 *  Border Radius
 *
 *  @variables: $radius (px, em, rem value)
 */

/**
 *  Font size map by Jonathan Suh
 *  https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps/
 */

/**
*  Media Query Mixins.
*  Sorted by Minimum, Maximum and Between
*/

/**
*  Minimums
* eg.
* @include minimum(tablet){ @content };
* css will be active on tablet size and beyond
*
* @variables: tablet, small-desktop, desktop
*/

/**
*  Maximums
* eg.
* @include maximum(tablet){ @content };
* css will be active on tablet size size and beyond
*
* @variables: mobile, tablet, small-desktop, desktop
*/

/**
* Betweens
* eg.
* @include between(tablet,desktop){ @content };
* css will be active between tablet and desktop breakpoints.
*
* @variables: tablet, desktop
**/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* line 10, resources/assets/styles/helpers/_normalize.scss */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

/* line 23, resources/assets/styles/helpers/_normalize.scss */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

/* line 32, resources/assets/styles/helpers/_normalize.scss */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* line 42, resources/assets/styles/helpers/_normalize.scss */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/* line 55, resources/assets/styles/helpers/_normalize.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

/* line 66, resources/assets/styles/helpers/_normalize.scss */

pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

/* line 79, resources/assets/styles/helpers/_normalize.scss */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/* line 89, resources/assets/styles/helpers/_normalize.scss */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/* line 100, resources/assets/styles/helpers/_normalize.scss */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* line 111, resources/assets/styles/helpers/_normalize.scss */

code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/* line 123, resources/assets/styles/helpers/_normalize.scss */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* line 133, resources/assets/styles/helpers/_normalize.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 142, resources/assets/styles/helpers/_normalize.scss */

sub {
  bottom: -0.25em;
}

/* line 147, resources/assets/styles/helpers/_normalize.scss */

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

/* line 159, resources/assets/styles/helpers/_normalize.scss */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

/* line 171, resources/assets/styles/helpers/_normalize.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
  border: none;
  background: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
}

/* line 190, resources/assets/styles/helpers/_normalize.scss */

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */

/* line 199, resources/assets/styles/helpers/_normalize.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

/* line 211, resources/assets/styles/helpers/_normalize.scss */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

/* line 223, resources/assets/styles/helpers/_normalize.scss */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

/* line 233, resources/assets/styles/helpers/_normalize.scss */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

/* line 243, resources/assets/styles/helpers/_normalize.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */

/* line 255, resources/assets/styles/helpers/_normalize.scss */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/* line 266, resources/assets/styles/helpers/_normalize.scss */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/* line 280, resources/assets/styles/helpers/_normalize.scss */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/* line 289, resources/assets/styles/helpers/_normalize.scss */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/* line 299, resources/assets/styles/helpers/_normalize.scss */

[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.
 */

/* line 310, resources/assets/styles/helpers/_normalize.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

/* line 321, resources/assets/styles/helpers/_normalize.scss */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/* line 331, resources/assets/styles/helpers/_normalize.scss */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

/* line 341, resources/assets/styles/helpers/_normalize.scss */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/* line 354, resources/assets/styles/helpers/_normalize.scss */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* line 363, resources/assets/styles/helpers/_normalize.scss */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/* line 374, resources/assets/styles/helpers/_normalize.scss */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

/* line 383, resources/assets/styles/helpers/_normalize.scss */

[hidden] {
  display: none;
}

/**
 * Resets ul's and ol's - Bone addition
 */

/* line 392, resources/assets/styles/helpers/_normalize.scss */

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 399, resources/assets/styles/helpers/_normalize.scss */

ul li,
ol li {
  padding: 0;
  margin: 0;
}

/**
 *  Typography
 */

@font-face {
  font-family: 'Calibre';
  src: url(/app/themes/regis/dist/fonts/Calibre-Light.woff);
  src: url(/app/themes/regis/dist/fonts/Calibre-Light.eot) format("embedded-opentype"), url(/app/themes/regis/dist/fonts/Calibre-Light.woff2) format("woff2"), url(/app/themes/regis/dist/fonts/Calibre-Light.woff) format("woff"), url(/app/themes/regis/dist/fonts/Calibre-Light.ttf) format("truetype"), url(/app/themes/regis/dist/fonts/Calibre-Light.svg) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Calibre';
  src: url(/app/themes/regis/dist/fonts/Calibre-Regular.woff);
  src: url(/app/themes/regis/dist/fonts/Calibre-Regular.eot) format("embedded-opentype"), url(/app/themes/regis/dist/fonts/Calibre-Regular.woff2) format("woff2"), url(/app/themes/regis/dist/fonts/Calibre-Regular.woff) format("woff"), url(/app/themes/regis/dist/fonts/Calibre-Regular.ttf) format("truetype"), url(/app/themes/regis/dist/fonts/Calibre-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 *  Font weight variables
 */

/**
 *  Font sizes
 *
 *	Map options: null, x-small, small, medium, large, x-large
 *
 */

/* line 112, resources/assets/styles/components/_type.scss */

p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Calibre", sans-serif;
}

/* line 122, resources/assets/styles/components/_type.scss */

p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (min-width: 380px) {
  /* line 122, resources/assets/styles/components/_type.scss */

  p {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 122, resources/assets/styles/components/_type.scss */

  p {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 122, resources/assets/styles/components/_type.scss */

  p {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 122, resources/assets/styles/components/_type.scss */

  p {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 122, resources/assets/styles/components/_type.scss */

  p {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 122, resources/assets/styles/components/_type.scss */

  p {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 129, resources/assets/styles/components/_type.scss */

body {
  font-weight: normal;
  font-size: 16px;
}

/* line 135, resources/assets/styles/components/_type.scss */

h1 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 21px;
  line-height: 1.05;
}

@media screen and (min-width: 380px) {
  /* line 135, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 700px) {
  /* line 135, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 900px) {
  /* line 135, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 1150px) {
  /* line 135, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 1800px) {
  /* line 135, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 135, resources/assets/styles/components/_type.scss */

  h1 {
    font-size: 21px;
    line-height: 1.05;
  }
}

/* line 143, resources/assets/styles/components/_type.scss */

h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 21px;
  line-height: 1.05;
}

@media screen and (min-width: 380px) {
  /* line 143, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 700px) {
  /* line 143, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 900px) {
  /* line 143, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 1150px) {
  /* line 143, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 1800px) {
  /* line 143, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 143, resources/assets/styles/components/_type.scss */

  h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

/* line 151, resources/assets/styles/components/_type.scss */

h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 380px) {
  /* line 151, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 700px) {
  /* line 151, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 900px) {
  /* line 151, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1150px) {
  /* line 151, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1800px) {
  /* line 151, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 151, resources/assets/styles/components/_type.scss */

  h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

/* line 159, resources/assets/styles/components/_type.scss */

h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 380px) {
  /* line 159, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 700px) {
  /* line 159, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 900px) {
  /* line 159, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1150px) {
  /* line 159, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1800px) {
  /* line 159, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 159, resources/assets/styles/components/_type.scss */

  h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}

/* line 167, resources/assets/styles/components/_type.scss */

h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 380px) {
  /* line 167, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 700px) {
  /* line 167, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 900px) {
  /* line 167, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1150px) {
  /* line 167, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1800px) {
  /* line 167, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 167, resources/assets/styles/components/_type.scss */

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }
}

/* line 175, resources/assets/styles/components/_type.scss */

b,
strong {
  font-weight: normal;
}

/* line 181, resources/assets/styles/components/_type.scss */

.gform_wrapper .content a,
.gform_wrapper body#tinymce.wp-editor a {
  text-decoration: underline;
  margin-right: 20px;
}

/* line 189, resources/assets/styles/components/_type.scss */

.content a,
body#tinymce.wp-editor a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 195, resources/assets/styles/components/_type.scss */

.content a:hover,
body#tinymce.wp-editor a:hover {
  color: #b5937d;
}

/* line 201, resources/assets/styles/components/_type.scss */

.content p,
body#tinymce.wp-editor p {
  font-weight: 300;
  margin-bottom: 1em;
}

/* line 206, resources/assets/styles/components/_type.scss */

.content p:last-child,
body#tinymce.wp-editor p:last-child {
  margin-bottom: 0;
}

/* line 211, resources/assets/styles/components/_type.scss */

.content p:only-child,
body#tinymce.wp-editor p:only-child {
  margin-bottom: 0;
}

/* line 216, resources/assets/styles/components/_type.scss */

.content p strong,
body#tinymce.wp-editor p strong {
  font-weight: 500;
}

/* line 222, resources/assets/styles/components/_type.scss */

.content h1,
body#tinymce.wp-editor h1,
.content h2,
body#tinymce.wp-editor h2 {
  font-size: 21px;
  line-height: 1.05;
  margin-bottom: 15px;
  color: #b5937d;
}

@media screen and (min-width: 380px) {
  /* line 222, resources/assets/styles/components/_type.scss */

  .content h1,
  body#tinymce.wp-editor h1,
  .content h2,
  body#tinymce.wp-editor h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 700px) {
  /* line 222, resources/assets/styles/components/_type.scss */

  .content h1,
  body#tinymce.wp-editor h1,
  .content h2,
  body#tinymce.wp-editor h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 900px) {
  /* line 222, resources/assets/styles/components/_type.scss */

  .content h1,
  body#tinymce.wp-editor h1,
  .content h2,
  body#tinymce.wp-editor h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 1150px) {
  /* line 222, resources/assets/styles/components/_type.scss */

  .content h1,
  body#tinymce.wp-editor h1,
  .content h2,
  body#tinymce.wp-editor h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 1800px) {
  /* line 222, resources/assets/styles/components/_type.scss */

  .content h1,
  body#tinymce.wp-editor h1,
  .content h2,
  body#tinymce.wp-editor h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 222, resources/assets/styles/components/_type.scss */

  .content h1,
  body#tinymce.wp-editor h1,
  .content h2,
  body#tinymce.wp-editor h2 {
    font-size: 21px;
    line-height: 1.05;
  }
}

/* line 229, resources/assets/styles/components/_type.scss */

.content h1 strong,
body#tinymce.wp-editor h1 strong,
.content h2 strong,
body#tinymce.wp-editor h2 strong {
  color: #ffffff;
}

/* line 235, resources/assets/styles/components/_type.scss */

.content h3,
body#tinymce.wp-editor h3,
.content h4,
body#tinymce.wp-editor h4,
.content h5,
body#tinymce.wp-editor h5 {
  font-size: 15px;
  line-height: 1.3;
  padding-top: calc(2em);
  margin-bottom: 10px;
  color: #b5937d;
}

@media screen and (min-width: 380px) {
  /* line 235, resources/assets/styles/components/_type.scss */

  .content h3,
  body#tinymce.wp-editor h3,
  .content h4,
  body#tinymce.wp-editor h4,
  .content h5,
  body#tinymce.wp-editor h5 {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 235, resources/assets/styles/components/_type.scss */

  .content h3,
  body#tinymce.wp-editor h3,
  .content h4,
  body#tinymce.wp-editor h4,
  .content h5,
  body#tinymce.wp-editor h5 {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 235, resources/assets/styles/components/_type.scss */

  .content h3,
  body#tinymce.wp-editor h3,
  .content h4,
  body#tinymce.wp-editor h4,
  .content h5,
  body#tinymce.wp-editor h5 {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 235, resources/assets/styles/components/_type.scss */

  .content h3,
  body#tinymce.wp-editor h3,
  .content h4,
  body#tinymce.wp-editor h4,
  .content h5,
  body#tinymce.wp-editor h5 {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 235, resources/assets/styles/components/_type.scss */

  .content h3,
  body#tinymce.wp-editor h3,
  .content h4,
  body#tinymce.wp-editor h4,
  .content h5,
  body#tinymce.wp-editor h5 {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 235, resources/assets/styles/components/_type.scss */

  .content h3,
  body#tinymce.wp-editor h3,
  .content h4,
  body#tinymce.wp-editor h4,
  .content h5,
  body#tinymce.wp-editor h5 {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 247, resources/assets/styles/components/_type.scss */

.content .gform_wrapper ul li::before,
body#tinymce.wp-editor .gform_wrapper ul li::before {
  display: none;
}

/* line 253, resources/assets/styles/components/_type.scss */

.content ul,
body#tinymce.wp-editor ul {
  margin-bottom: 10px;
}

/* line 257, resources/assets/styles/components/_type.scss */

.content ul li,
body#tinymce.wp-editor ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 300;
  padding-left: calc(1em + 5px);
}

@media screen and (min-width: 380px) {
  /* line 257, resources/assets/styles/components/_type.scss */

  .content ul li,
  body#tinymce.wp-editor ul li {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 257, resources/assets/styles/components/_type.scss */

  .content ul li,
  body#tinymce.wp-editor ul li {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 257, resources/assets/styles/components/_type.scss */

  .content ul li,
  body#tinymce.wp-editor ul li {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 257, resources/assets/styles/components/_type.scss */

  .content ul li,
  body#tinymce.wp-editor ul li {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 257, resources/assets/styles/components/_type.scss */

  .content ul li,
  body#tinymce.wp-editor ul li {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 257, resources/assets/styles/components/_type.scss */

  .content ul li,
  body#tinymce.wp-editor ul li {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 264, resources/assets/styles/components/_type.scss */

.content ul li::before,
body#tinymce.wp-editor ul li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  margin-right: 5px;
}

/* line 276, resources/assets/styles/components/_type.scss */

.content.error h2,
body.error#tinymce.wp-editor h2 {
  color: #ffffff;
}

/* line 280, resources/assets/styles/components/_type.scss */

.content.error h2 a,
body.error#tinymce.wp-editor h2 a {
  color: #b5937d;
}

/* line 288, resources/assets/styles/components/_type.scss */

body#tinymce.wp-editor {
  padding: 10px !important;
}

/**
 *  General
 */

/* line 5, resources/assets/styles/components/_elements.scss */

* {
  -webkit-font-smoothing: antialiased;
  font-family: "Calibre", sans-serif;
}

/* line 11, resources/assets/styles/components/_elements.scss */

img {
  max-width: 100%;
  display: block;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.button {
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (min-width: 380px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 22, resources/assets/styles/components/_elements.scss */

.owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

/* line 33, resources/assets/styles/components/_elements.scss */

.owl-next span {
  display: none !important;
}

/* line 39, resources/assets/styles/components/_elements.scss */

.owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

/* line 50, resources/assets/styles/components/_elements.scss */

.owl-prev span {
  display: none !important;
}

/* line 56, resources/assets/styles/components/_elements.scss */

.owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 65, resources/assets/styles/components/_elements.scss */

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  margin: 0 5px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.button {
  min-width: 270px;
  border: solid 1px #ffffff;
  display: inline-block;
  padding: 10px;
  letter-spacing: 0.05em;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .button {
    width: 100%;
    min-width: 100%;
  }
}

/* line 96, resources/assets/styles/components/_elements.scss */

.button:hover {
  background: #ffffff;
  color: #24293d;
}

/* line 3, resources/assets/styles/components/_global.scss */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 10, resources/assets/styles/components/_global.scss */

body {
  margin: 0;
  background: #24293d;
  color: #ffffff;
  letter-spacing: 0.05em;
}

/* line 32, resources/assets/styles/components/_global.scss */

.reference {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
}

/* line 48, resources/assets/styles/components/_global.scss */

.touch-device .parallax-window img,
.ios .parallax-window img {
  opacity: 1;
}

/* line 55, resources/assets/styles/components/_global.scss */

.parallax-window {
  background: transparent;
  position: relative;
}

/* line 60, resources/assets/styles/components/_global.scss */

.parallax-window img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  /* line 72, resources/assets/styles/components/_global.scss */

  .parallax-window img {
    opacity: 1;
  }
}

/* line 84, resources/assets/styles/components/_global.scss */

.transition-fade {
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 92, resources/assets/styles/components/_global.scss */

html.is-animating .parallax-mirror,
html.is-animating .transition-fade {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.inner-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  padding: 0 30px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.inner-wrapper--narrow {
  max-width: 900px;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .inner-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.site-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: rgba(21, 26, 43, 0.91);
  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;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 142, resources/assets/styles/components/_global.scss */

.site-loader.active {
  opacity: 1;
  pointer-events: auto;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.site-loader__logo {
  display: block;
  width: 190px;
  height: auto;
}

@media (max-width: 1500px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .site-loader__logo {
    width: 149px;
  }
}

/**
 *  Spacing Map
 *  Example usage:
 *
 *  $purple-spacing: (
 *    null  : (20px),
 *    small : 20px,
 *    medium: 40px
 *  );
 *
 *  .test{
 *    @include spacing(padding-bottom, $purple-spacing);
 *  }
 */

/* line 1, resources/assets/styles/components/_gforms.scss */

.validation_error {
  display: none;
}

/* line 6, resources/assets/styles/components/_gforms.scss */

.validation_message {
  font-size: 10px;
  bottom: -22px !important;
  left: 0;
  top: auto !important;
}

/* line 14, resources/assets/styles/components/_gforms.scss */

.gform_confirmation_message {
  font-size: 20px;
  line-height: 130%;
}

/* line 21, resources/assets/styles/components/_gforms.scss */

.gf_clear {
  display: none;
}

/* line 26, resources/assets/styles/components/_gforms.scss */

.gform_card_icon_container,
.ginput_card_security_code_icon {
  display: none !important;
}

/* line 32, resources/assets/styles/components/_gforms.scss */

.gform_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 38, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body {
  margin-bottom: 10px;
}

/* line 42, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 52, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 0;
}

@media (max-width: 700px) {
  /* line 52, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li {
    margin-bottom: 20px;
    width: 100% !important;
  }
}

/* line 65, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li::after {
  display: none;
}

/* line 70, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li > label {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (min-width: 380px) {
  /* line 70, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li > label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 70, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li > label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 70, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li > label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 70, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li > label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 70, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li > label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 70, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li > label {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 76, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

/* line 83, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_preview strong {
  font-weight: normal;
  margin-left: 10px;
}

/* line 90, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 96, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 32%;
}

/* line 102, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span.ginput_full {
  width: 100%;
  margin-bottom: 15px;
}

/* line 108, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_address span label {
  display: block;
  margin-bottom: 8px;
}

/* line 118, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div {
  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;
}

/* line 124, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container {
  width: 31%;
  position: relative;
}

/* line 134, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container::after {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  content: '';
  pointer-events: none;
  width: 16px;
  height: 18px;
}

/* line 152, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 162, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li {
  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;
  margin-bottom: 5px;
  padding-left: 0;
  margin-right: 20px;
}

/* line 171, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li::after {
  display: none;
}

/* line 176, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li input[type="radio"] {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

/* line 183, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li label {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (min-width: 380px) {
  /* line 183, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 183, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 183, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 183, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 183, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 183, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 191, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (min-width: 380px) {
  /* line 191, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 191, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 191, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 191, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 191, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 191, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 203, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li {
  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;
  margin-bottom: 5px;
  padding-left: 0;
  margin-right: 20px;
}

/* line 212, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li::after {
  display: none;
}

/* line 217, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li input[type="checkbox"] {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

/* line 224, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li label {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (min-width: 380px) {
  /* line 224, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 224, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 224, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 224, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 224, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 224, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li label {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 232, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
  display: block;
  margin-bottom: 8px;
}

/* line 243, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select {
  position: relative;
  width: 100%;
}

/* line 248, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select::after {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  content: '';
  pointer-events: none;
  width: 16px;
  height: 18px;
}

/* line 263, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  padding-right: 30px;
}

/* line 277, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.title-block {
  margin-bottom: 20px;
}

/* line 284, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.hide-label > .gfield_label {
  display: none !important;
}

/* line 292, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.centre-text > .gfield_label {
  text-align: center;
  display: block;
}

/* line 298, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.centre-text input[type="text"],
.gform_wrapper form .gform_body > .gform_fields > li.centre-text input[type="email"],
.gform_wrapper form .gform_body > .gform_fields > li.centre-text select,
.gform_wrapper form .gform_body > .gform_fields > li.centre-text textarea {
  text-align: center;
}

/* line 307, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
.gform_wrapper form .gform_body > .gform_fields > li select,
.gform_wrapper form .gform_body > .gform_fields > li textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  background: transparent;
  resize: none;
  border: none;
  letter-spacing: 0.05em;
  border-radius: 0;
  padding: 0;
  padding-bottom: 6px;
  font-size: 15px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: solid 1px #ffffff;
}

@media screen and (min-width: 380px) {
  /* line 307, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
  .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
  .gform_wrapper form .gform_body > .gform_fields > li select,
  .gform_wrapper form .gform_body > .gform_fields > li textarea {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 307, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
  .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
  .gform_wrapper form .gform_body > .gform_fields > li select,
  .gform_wrapper form .gform_body > .gform_fields > li textarea {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 307, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
  .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
  .gform_wrapper form .gform_body > .gform_fields > li select,
  .gform_wrapper form .gform_body > .gform_fields > li textarea {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 307, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
  .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
  .gform_wrapper form .gform_body > .gform_fields > li select,
  .gform_wrapper form .gform_body > .gform_fields > li textarea {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 307, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
  .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
  .gform_wrapper form .gform_body > .gform_fields > li select,
  .gform_wrapper form .gform_body > .gform_fields > li textarea {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 307, resources/assets/styles/components/_gforms.scss */

  .gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
  .gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
  .gform_wrapper form .gform_body > .gform_fields > li select,
  .gform_wrapper form .gform_body > .gform_fields > li textarea {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 330, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:focus,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:focus,
.gform_wrapper form .gform_body > .gform_fields > li select:focus,
.gform_wrapper form .gform_body > .gform_fields > li textarea:focus {
  outline: 0;
}

/* line 335, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-webkit-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-webkit-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::-webkit-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}

/* line 341, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select:-moz-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

/* line 347, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

/* line 353, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li select::-ms-input-placeholder,
.gform_wrapper form .gform_body > .gform_fields > li textarea::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

/* line 360, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li textarea {
  padding: 9px;
  border: solid 1px #ffffff;
}

/* line 371, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.third {
  width: 31%;
}

/* line 376, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.half {
  width: calc(50% - 12.5px);
}

/* line 381, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_body > .gform_fields > li.two-thirds {
  width: 65.5%;
}

/* line 389, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_footer {
  text-align: left;
}

/* line 393, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_footer .gform_button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
}

/* line 404, resources/assets/styles/components/_gforms.scss */

.gform_wrapper form .gform_footer .gform_button:focus {
  outline: 0;
}

/* line 413, resources/assets/styles/components/_gforms.scss */

body img.gform_ajax_spinner {
  display: none !important;
}

/* line 418, resources/assets/styles/components/_gforms.scss */

.gform_validation_container {
  position: fixed !important;
  left: 999px;
  visibility: hidden;
}

/* line 425, resources/assets/styles/components/_gforms.scss */

body .gform_wrapper h3.gform_title {
  display: none !important;
}

/* Radio button */

/* line 2, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute !important;
  left: -9999px;
}

/* line 9, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative !important;
  padding-left: 21px !important;
  cursor: pointer !important;
}

/* line 17, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 0;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 31, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 0;
  opacity: 1;
  background: #fff;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 47, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:not(:checked) + label::after {
  opacity: 0;
}

/* line 52, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:checked + label::after {
  opacity: 1;
}

/* disabled radio */

/* line 58, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:disabled:not(:checked) + label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

/* line 65, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:disabled:checked + label::after {
  color: #999;
}

/* line 70, resources/assets/styles/components/_checkbox.scss */

[type="radio"]:disabled + label {
  color: #aaa;
}

/* CHECKBOX */

/* line 77, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute !important;
  left: -9999px;
}

/* line 84, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative !important;
  padding-left: 22px !important;
  cursor: pointer !important;
}

/* line 92, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 15px;
  width: 15px;
  background: transparent;
  border: solid 1px #fff;
}

/* line 106, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 0;
  opacity: 1;
  background: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 120, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
}

/* line 125, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:checked + label::after {
  opacity: 1;
}

/* disabled checkbox */

/* line 131, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:disabled:checked + label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

/* line 138, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:disabled:checked + label::after {
  color: #999;
}

/* line 143, resources/assets/styles/components/_checkbox.scss */

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/*
*  Owl Carousel - Core
*/

/* line 4, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

/* line 13, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

/* line 21, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 31, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 38, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 49, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 59, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 65, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 71, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 83, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 94, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-loaded {
  display: block;
}

/* line 99, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 105, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 110, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 115, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 125, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 131, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 136, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

/* line 142, resources/assets/styles/components/_owlCarousel.scss */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

/* line 150, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
       -o-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* line 156, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 161, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 166, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
       -o-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

/* line 187, resources/assets/styles/components/_owlCarousel.scss */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

/* line 195, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 201, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 207, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

/* line 215, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 222, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease, -o-transform 100ms ease;
}

/* line 237, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
       -o-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

/* line 243, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 249, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* line 259, resources/assets/styles/components/_owlCarousel.scss */

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.footer {
  background: #24293d;
  padding: 60px 0;
}

/* line 10, resources/assets/styles/common/_footer.scss */

.footer .content p strong,
.footer body#tinymce.wp-editor p strong {
  font-weight: normal;
  color: #b5937d;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .footer {
    padding-bottom: 20px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: solid 1px #b5937d;
  padding-top: 30px;
}

@media screen and (max-width: 1682px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer__image {
  position: absolute;
  left: -240px;
  top: 24px;
  font-size: 12px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (min-width: 380px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__image {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__image {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__image {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__image {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__image {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__image {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 1682px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__image {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 58, resources/assets/styles/common/_footer.scss */

.footer__image::before {
  content: '';
  background: url(/app/themes/regis/dist/images/footer-logo.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  margin-right: 20px;
  height: 30px;
  display: block;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer__column {
  width: calc(50% - 10px);
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__column {
    width: 100%;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

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

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__column-left {
    margin-bottom: 20px;
  }
}

@media (max-width: 380px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__column-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer__address {
  width: calc(50% - 10px);
}

@media (max-width: 380px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__address {
    width: 100%;
  }

  /* line 105, resources/assets/styles/common/_footer.scss */

  .footer__address:first-child {
    margin-bottom: 20px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.footer__column-right {
  text-align: right;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

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

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .footer__connect {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 128, resources/assets/styles/common/_footer.scss */

.footer__connect span {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 300;
}

@media screen and (min-width: 380px) {
  /* line 128, resources/assets/styles/common/_footer.scss */

  .footer__connect span {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 128, resources/assets/styles/common/_footer.scss */

  .footer__connect span {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 128, resources/assets/styles/common/_footer.scss */

  .footer__connect span {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 128, resources/assets/styles/common/_footer.scss */

  .footer__connect span {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 128, resources/assets/styles/common/_footer.scss */

  .footer__connect span {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 128, resources/assets/styles/common/_footer.scss */

  .footer__connect span {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 134, resources/assets/styles/common/_footer.scss */

.footer__connect a {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  -webkit-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 141, resources/assets/styles/common/_footer.scss */

.footer__connect a:hover {
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

/* line 147, resources/assets/styles/common/_footer.scss */

.footer__connect span {
  margin-right: 10px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.scrolled .header__inner {
  height: 40px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.scrolled .header__logo {
  width: 71px;
}

/* line 17, resources/assets/styles/common/_header.scss */

.scrolled .header__actions .lang-switch {
  pointer-events: none;
  opacity: 0;
}

/* line 38, resources/assets/styles/common/_header.scss */

.home .header {
  -webkit-transform: translateY(-110%);
       -o-transform: translateY(-110%);
          transform: translateY(-110%);
}

/* line 42, resources/assets/styles/common/_header.scss */

.home .header.reveal {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 51, resources/assets/styles/common/_header.scss */

body[data-loaded="true"] .header {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 56, resources/assets/styles/common/_header.scss */

body[data-loaded="true"] .page-header__content {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #24293d;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.header__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 94px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.header__inner {
  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;
  height: 57px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.header__actions {
  text-transform: uppercase;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .header__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/* line 105, resources/assets/styles/common/_header.scss */

.header__actions a {
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 111, resources/assets/styles/common/_header.scss */

.header__actions .newsletter-trigger {
  color: #a3a5a8;
  font-weight: bold;
}

@media (max-width: 700px) {
  /* line 111, resources/assets/styles/common/_header.scss */

  .header__actions .newsletter-trigger {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

/* line 123, resources/assets/styles/common/_header.scss */

.header__actions .newsletter-trigger:hover {
  color: #ffffff;
}

/* line 129, resources/assets/styles/common/_header.scss */

.header__actions .lang-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 136, resources/assets/styles/common/_header.scss */

.header__actions .lang-switch span {
  color: #b5937d;
  margin: 0 3px;
}

/* line 144, resources/assets/styles/common/_header.scss */

.header__actions .lang-switch li:first-child::after {
  content: '|';
  color: #b5937d;
  margin: 0 3px;
}

/* line 152, resources/assets/styles/common/_header.scss */

.header__actions .lang-switch a {
  color: #6d6d6f;
}

/* line 156, resources/assets/styles/common/_header.scss */

.header__actions .lang-switch a.active {
  color: #ffffff;
}

/* line 161, resources/assets/styles/common/_header.scss */

.header__actions .lang-switch a:hover {
  color: #ffffff;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.menu-active .menu-trigger__bar--bar-1 {
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 5px;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.menu-active .menu-trigger__bar--bar-2 {
  -webkit-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 5px;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu-trigger {
  display: block;
  width: 33px;
  height: 12px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.menu-trigger__inner {
  position: relative;
  height: 7px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.menu-trigger__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  width: 33px;
  background: #b5937d;
  position: absolute;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.menu-trigger__bar--bar-1 {
  top: 0;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.menu-trigger__bar--bar-2 {
  top: 10px;
}

/* line 227, resources/assets/styles/common/_header.scss */

.menu-active .menu {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  z-index: 4;
  -webkit-transform: translateX(-110%);
       -o-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 247, resources/assets/styles/common/_header.scss */

.menu .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.menu__inner {
  width: 300px;
  position: relative;
}

/* line 258, resources/assets/styles/common/_header.scss */

.menu__inner::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  background: rgba(36, 41, 61, 0.85);
  height: 100%;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.menu__inner-scroll {
  height: 100%;
  padding-top: 100px;
  overflow-y: auto;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.menu__nav {
  position: relative;
  z-index: 2;
  font-size: 21px;
  line-height: 1.05;
}

@media screen and (min-width: 380px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .menu__nav {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .menu__nav {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .menu__nav {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 1150px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .menu__nav {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: 1800px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .menu__nav {
    font-size: 21px;
    line-height: 1.05;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .menu__nav {
    font-size: 21px;
    line-height: 1.05;
  }
}

/* line 285, resources/assets/styles/common/_header.scss */

.menu__nav ul li {
  margin-bottom: 20px;
}

/* line 289, resources/assets/styles/common/_header.scss */

.menu__nav ul li a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 295, resources/assets/styles/common/_header.scss */

.menu__nav ul li a:hover {
  color: #b5937d;
}

/* line 301, resources/assets/styles/common/_header.scss */

.menu__nav ul li ul {
  margin-bottom: 0;
}

/* line 305, resources/assets/styles/common/_header.scss */

.menu__nav ul li ul li {
  margin-bottom: 0;
}

/* line 309, resources/assets/styles/common/_header.scss */

.menu__nav ul li ul li a {
  text-decoration: none;
  color: #b5937d;
  font-weight: 300;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 316, resources/assets/styles/common/_header.scss */

.menu__nav ul li ul li a:hover {
  color: #ffffff;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.menu__footer {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
}

/* line 335, resources/assets/styles/common/_header.scss */

.menu__footer a {
  color: #ffffff;
  display: block;
  margin-top: 10px;
  font-weight: 300;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 343, resources/assets/styles/common/_header.scss */

.menu__footer a:hover {
  color: #b5937d;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.menu__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
}

/* line 3, resources/assets/styles/common/_popups.scss */

.newsletter-active .newsletter-popup {
  opacity: 1;
  pointer-events: auto;
}

/* line 12, resources/assets/styles/common/_popups.scss */

.lightbox-active .wechat-popup {
  opacity: 1;
  pointer-events: auto;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  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;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 34, resources/assets/styles/common/_popups.scss */

.newsletter-popup .gform_wrapper form .gform_footer .gform_button {
  min-width: 50%;
}

/* line 41, resources/assets/styles/common/_popups.scss */

.newsletter-popup .content a:hover,
.newsletter-popup body#tinymce.wp-editor a:hover {
  color: #24293d;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .newsletter-popup {
    padding: 30px;
  }
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .newsletter-popup {
    padding: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.newsletter-popup__inner {
  background: #b5937d;
  padding: 40px 170px 40px 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 710px;
  position: relative;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .newsletter-popup__inner {
    padding: 40px;
  }
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .newsletter-popup__inner {
    padding: 20px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.newsletter-popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .newsletter-popup__close {
    width: 20px;
    height: 20px;
  }
}

/* line 95, resources/assets/styles/common/_popups.scss */

.newsletter-popup__close:hover {
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.wechat-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  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;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 117, resources/assets/styles/common/_popups.scss */

.wechat-popup .gform_wrapper form .gform_footer .gform_button {
  min-width: 50%;
}

/* line 124, resources/assets/styles/common/_popups.scss */

.wechat-popup .content a:hover,
.wechat-popup body#tinymce.wp-editor a:hover {
  color: #24293d;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .wechat-popup {
    padding: 30px;
  }
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .wechat-popup {
    padding: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.wechat-popup__inner {
  background: #b5937d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  position: relative;
}

/* line 149, resources/assets/styles/common/_popups.scss */

.wechat-popup__inner::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .wechat-popup__inner {
    max-width: 100%;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.wechat-popup__content {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 169, resources/assets/styles/common/_popups.scss */

.wechat-popup__content img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 700px) {
  /* line 169, resources/assets/styles/common/_popups.scss */

  .wechat-popup__content img {
    padding: 60px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.wechat-popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .wechat-popup__close {
    width: 20px;
    height: 20px;
  }
}

/* line 201, resources/assets/styles/common/_popups.scss */

.wechat-popup__close:hover {
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

/* line 1, resources/assets/styles/common/_page-header.scss */

.home .page-header__content {
  -webkit-transform: translateY(60vh);
       -o-transform: translateY(60vh);
          transform: translateY(60vh);
}

/* line 5, resources/assets/styles/common/_page-header.scss */

.home .page-header__content.reveal {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.page-header {
  padding-top: 60vh;
}

/* line 15, resources/assets/styles/common/_page-header.scss */

.page-header h1:only-child {
  margin-bottom: 0;
}

/* line 100, resources/assets/styles/helpers/_bem.scss */

.page-header--no-image {
  padding-top: 150px;
}

@media (max-width: 900px) {
  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .page-header--no-image {
    padding-top: 150px !important;
  }
}

@media (max-width: 700px) {
  /* line 100, resources/assets/styles/helpers/_bem.scss */

  .page-header--no-image {
    padding-top: 110px !important;
  }
}

/* line 34, resources/assets/styles/common/_page-header.scss */

.page-header--no-image .inner-wrapper {
  max-width: 900px;
}

/* line 69, resources/assets/styles/helpers/_bem.scss */

.page-header--no-image .page-header__image {
  display: none;
}

/* line 69, resources/assets/styles/helpers/_bem.scss */

.page-header--no-image .page-header__content {
  padding: 0;
  padding-bottom: 0;
}

/* line 69, resources/assets/styles/helpers/_bem.scss */

.page-header--no-image .page-header__title {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

@media (max-width: 900px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .page-header {
    padding-top: 50vw;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.page-header__image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -200;
}

/* line 70, resources/assets/styles/common/_page-header.scss */

.page-header__image img {
  width: 100%;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .page-header__image {
    height: 60vw;
    top: 50px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.page-header__image-desktop {
  height: 60vw;
  display: none;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .page-header__image-desktop {
    display: block;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.page-header__content {
  background: rgba(36, 41, 61, 0.85);
  padding: 110px 0;
  -webkit-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .page-header__content {
    padding: 60px 0;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.page-header__title {
  -webkit-transform: translateY(-72px);
       -o-transform: translateY(-72px);
          transform: translateY(-72px);
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .page-header__title {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    margin-bottom: 40px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

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

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .page-header__columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.page-header__column {
  width: calc(50% - 10px);
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .page-header__column {
    width: 100%;
  }
}

/* line 139, resources/assets/styles/common/_page-header.scss */

.page-header .inner-wrapper {
  position: relative;
}

/* line 1, resources/assets/styles/modules/modules.scss */

.module {
  background: #24293d;
  padding: 100px 0;
}

@media (max-width: 700px) {
  /* line 1, resources/assets/styles/modules/modules.scss */

  .module {
    padding: 60px 0;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.module-two-column {
  position: relative;
  z-index: 3;
}

/* line 17, resources/assets/styles/modules/modules.scss */

.module-two-column .gform_button {
  min-width: 50%;
}

@media (max-width: 700px) {
  /* line 17, resources/assets/styles/modules/modules.scss */

  .module-two-column .gform_button {
    min-width: 100%;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-two-column__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-two-column__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-two-column__column {
  width: calc(50% - 10px);
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-two-column__column {
    width: 100%;
  }
}

/* line 52, resources/assets/styles/modules/modules.scss */

.module-one-column .gform_button {
  min-width: 25%;
}

@media (max-width: 700px) {
  /* line 52, resources/assets/styles/modules/modules.scss */

  .module-one-column .gform_button {
    min-width: 100%;
  }
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.module-image {
  height: 680px;
}

@media (max-width: 1500px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .module-image {
    height: 480px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-team__top {
  padding-bottom: 50px;
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-team__column {
  width: calc(50% - 10px);
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-team__column {
    width: 100%;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-team__title {
  border-bottom: solid 1px #b5937d;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (min-width: 380px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-team__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-team__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-team__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-team__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-team__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .module-team__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.module-team__members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 51, resources/assets/styles/helpers/_bem.scss */

.member {
  margin-bottom: 70px;
  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;
}

@media (max-width: 700px) {
  /* line 42, resources/assets/styles/modules/team.scss */

  .member:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/helpers/_bem.scss */

  .member {
    margin-bottom: 40px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.member__image {
  max-width: 150px;
  margin-bottom: 18px;
}

@media (max-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__image {
    width: 120px;
  }
}

@media (max-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__image {
    width: 90px;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.member__title {
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (min-width: 380px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__title {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.member__position {
  font-size: 15px;
  line-height: 1.3;
  color: #b5937d;
}

@media screen and (min-width: 380px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__position {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 700px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__position {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 900px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__position {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1150px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__position {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1800px) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__position {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: desktop-large) {
  /* line 82, resources/assets/styles/helpers/_bem.scss */

  .member__position {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 82, resources/assets/styles/helpers/_bem.scss */

.member__content {
  margin-top: 15px;
}


/*# sourceMappingURL=main.css.map*/