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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/**
 * These functions require unitless px values.
 */

/** Colors */

/** Box Model  */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* line 3, node_modules/materialize-css/sass/components/_global.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 6, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 20, node_modules/materialize-css/sass/components/_global.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: "halyard-micro", sans-serif;
}

/* line 29, node_modules/materialize-css/sass/components/_global.scss */

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 33, node_modules/materialize-css/sass/components/_global.scss */

ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 39, node_modules/materialize-css/sass/components/_global.scss */

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 49, node_modules/materialize-css/sass/components/_global.scss */

.valign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 56, node_modules/materialize-css/sass/components/_global.scss */

.clearfix {
  clear: both;
}

/* line 62, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* 2dp elevation modified*/

/* line 67, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-1,
.btn,
.btn-large,
.btn-small,
.btn-floating {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 72, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/

/* line 77, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/

/* line 84, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */

/* line 91, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */

/* line 98, node_modules/materialize-css/sass/components/_global.scss */

.z-depth-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* line 104, node_modules/materialize-css/sass/components/_global.scss */

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

/* line 107, node_modules/materialize-css/sass/components/_global.scss */

.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 114, node_modules/materialize-css/sass/components/_global.scss */

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 123, node_modules/materialize-css/sass/components/_global.scss */

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

/* line 131, node_modules/materialize-css/sass/components/_global.scss */

i {
  line-height: inherit;
}

/* line 134, node_modules/materialize-css/sass/components/_global.scss */

i.left {
  float: left;
  margin-right: 15px;
}

/* line 138, node_modules/materialize-css/sass/components/_global.scss */

i.right {
  float: right;
  margin-left: 15px;
}

/* line 142, node_modules/materialize-css/sass/components/_global.scss */

i.tiny {
  font-size: 1rem;
}

/* line 145, node_modules/materialize-css/sass/components/_global.scss */

i.small {
  font-size: 2rem;
}

/* line 148, node_modules/materialize-css/sass/components/_global.scss */

i.medium {
  font-size: 4rem;
}

/* line 151, node_modules/materialize-css/sass/components/_global.scss */

i.large {
  font-size: 6rem;
}

/* line 157, node_modules/materialize-css/sass/components/_global.scss */

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 168, node_modules/materialize-css/sass/components/_global.scss */

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 175, node_modules/materialize-css/sass/components/_global.scss */

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 183, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.active a {
  color: #fff;
}

/* line 185, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.active {
  background-color: #ee6e73;
}

/* line 187, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 192, node_modules/materialize-css/sass/components/_global.scss */

.pagination li i {
  font-size: 2rem;
}

/* line 198, node_modules/materialize-css/sass/components/_global.scss */

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  /* line 204, node_modules/materialize-css/sass/components/_global.scss */

  .pagination {
    width: 100%;
  }

  /* line 207, node_modules/materialize-css/sass/components/_global.scss */

  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }

  /* line 212, node_modules/materialize-css/sass/components/_global.scss */

  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 221, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 225, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 233, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 246, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:first-child:before {
  display: none;
}

/* line 250, node_modules/materialize-css/sass/components/_global.scss */

.breadcrumb:last-child {
  color: #fff;
}

/* line 256, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 261, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 269, node_modules/materialize-css/sass/components/_global.scss */

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 283, node_modules/materialize-css/sass/components/_global.scss */

.pin-top,
.pin-bottom {
  position: relative;
}

/* line 286, node_modules/materialize-css/sass/components/_global.scss */

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/

/* line 294, node_modules/materialize-css/sass/components/_global.scss */

ul.staggered-list li {
  opacity: 0;
}

/* line 298, node_modules/materialize-css/sass/components/_global.scss */

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/

@media only screen and (max-width: 600px) {
  /* line 307, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 312, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 317, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 322, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 327, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 332, node_modules/materialize-css/sass/components/_global.scss */

  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 337, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 342, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 347, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 352, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 357, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 362, node_modules/materialize-css/sass/components/_global.scss */

  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 370, node_modules/materialize-css/sass/components/_global.scss */

  .center-on-small-only {
    text-align: center;
  }
}

/* line 377, node_modules/materialize-css/sass/components/_global.scss */

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

/* line 382, node_modules/materialize-css/sass/components/_global.scss */

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 395, node_modules/materialize-css/sass/components/_global.scss */

table,
th,
td {
  border: none;
}

/* line 399, node_modules/materialize-css/sass/components/_global.scss */

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 406, node_modules/materialize-css/sass/components/_global.scss */

table.striped tr {
  border-bottom: none;
}

/* line 411, node_modules/materialize-css/sass/components/_global.scss */

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 415, node_modules/materialize-css/sass/components/_global.scss */

table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 421, node_modules/materialize-css/sass/components/_global.scss */

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

/* line 423, node_modules/materialize-css/sass/components/_global.scss */

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 429, node_modules/materialize-css/sass/components/_global.scss */

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

/* line 435, node_modules/materialize-css/sass/components/_global.scss */

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 439, node_modules/materialize-css/sass/components/_global.scss */

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  /* line 450, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }

  /* line 457, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table td:empty:before {
    content: '\A0';
  }

  /* line 461, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }

  /* line 467, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th {
    text-align: left;
  }

  /* line 468, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead {
    display: block;
    float: left;
  }

  /* line 472, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }

  /* line 476, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead tr th::before {
    content: "\A0";
  }

  /* line 481, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  /* line 488, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  /* line 493, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table th {
    display: block;
    text-align: right;
  }

  /* line 497, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  /* line 502, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }

  /* line 508, node_modules/materialize-css/sass/components/_global.scss */

  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 518, node_modules/materialize-css/sass/components/_global.scss */

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 525, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 533, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 539, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* line 549, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 558, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 562, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar p {
  margin: 0;
}

/* line 566, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 575, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 579, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

/* line 583, node_modules/materialize-css/sass/components/_global.scss */

.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 588, node_modules/materialize-css/sass/components/_global.scss */

.collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  color: #26a69a;
}

/* line 593, node_modules/materialize-css/sass/components/_global.scss */

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 600, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 605, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 608, node_modules/materialize-css/sass/components/_global.scss */

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 615, node_modules/materialize-css/sass/components/_global.scss */

.secondary-content {
  float: right;
  color: #26a69a;
}

/* line 619, node_modules/materialize-css/sass/components/_global.scss */

.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 627, node_modules/materialize-css/sass/components/_global.scss */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 633, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 643, node_modules/materialize-css/sass/components/_global.scss */

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

/* line 652, node_modules/materialize-css/sass/components/_global.scss */

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  -o-transition: width .3s linear;
  transition: width .3s linear;
}

/* line 660, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate {
  background-color: #26a69a;
}

/* line 662, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
       -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 674, node_modules/materialize-css/sass/components/_global.scss */

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
       -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
       -o-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-o-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@-o-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/

/* line 723, node_modules/materialize-css/sass/components/_global.scss */

.hide {
  display: none !important;
}

/* line 728, node_modules/materialize-css/sass/components/_global.scss */

.left-align {
  text-align: left;
}

/* line 731, node_modules/materialize-css/sass/components/_global.scss */

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

/* line 734, node_modules/materialize-css/sass/components/_global.scss */

.center,
.center-align {
  text-align: center;
}

/* line 738, node_modules/materialize-css/sass/components/_global.scss */

.left {
  float: left !important;
}

/* line 741, node_modules/materialize-css/sass/components/_global.scss */

.right {
  float: right !important;
}

/* line 746, node_modules/materialize-css/sass/components/_global.scss */

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 750, node_modules/materialize-css/sass/components/_global.scss */

.circle {
  border-radius: 50%;
}

/* line 754, node_modules/materialize-css/sass/components/_global.scss */

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 760, node_modules/materialize-css/sass/components/_global.scss */

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 767, node_modules/materialize-css/sass/components/_global.scss */

.no-padding {
  padding: 0 !important;
}

/* line 2, node_modules/materialize-css/sass/components/_typography.scss */

a {
  text-decoration: none;
}

/* line 6, node_modules/materialize-css/sass/components/_typography.scss */

html {
  line-height: 1.5;
  font-family: "halyard-micro", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6, node_modules/materialize-css/sass/components/_typography.scss */

  html {
    font-size: 15px;
  }
}

/* line 25, node_modules/materialize-css/sass/components/_typography.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}

/* line 31, node_modules/materialize-css/sass/components/_typography.scss */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

/* line 32, node_modules/materialize-css/sass/components/_typography.scss */

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 33, node_modules/materialize-css/sass/components/_typography.scss */

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333rem 0 1.424rem 0;
}

/* line 34, node_modules/materialize-css/sass/components/_typography.scss */

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94667rem 0 1.168rem 0;
}

/* line 35, node_modules/materialize-css/sass/components/_typography.scss */

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 36, node_modules/materialize-css/sass/components/_typography.scss */

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333rem 0 0.656rem 0;
}

/* line 37, node_modules/materialize-css/sass/components/_typography.scss */

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0;
}

/* line 40, node_modules/materialize-css/sass/components/_typography.scss */

em {
  font-style: italic;
}

/* line 41, node_modules/materialize-css/sass/components/_typography.scss */

strong {
  font-weight: 500;
}

/* line 42, node_modules/materialize-css/sass/components/_typography.scss */

small {
  font-size: 75%;
}

/* line 43, node_modules/materialize-css/sass/components/_typography.scss */

.light {
  font-weight: 300;
}

/* line 44, node_modules/materialize-css/sass/components/_typography.scss */

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 47, node_modules/materialize-css/sass/components/_typography.scss */

  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 2, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 16, node_modules/materialize-css/sass/components/_buttons.scss */

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 36, node_modules/materialize-css/sass/components/_buttons.scss */

.btn.disabled:hover,
.disabled.btn-large:hover,
.disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 43, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

/* line 50, node_modules/materialize-css/sass/components/_buttons.scss */

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 59, node_modules/materialize-css/sass/components/_buttons.scss */

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

/* line 65, node_modules/materialize-css/sass/components/_buttons.scss */

.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 74, node_modules/materialize-css/sass/components/_buttons.scss */

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #2bbbad;
}

/* line 81, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 82, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating:hover {
  background-color: #26a69a;
}

/* line 86, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating:before {
  border-radius: 0;
}

/* line 89, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 90, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 96, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 101, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 102, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 107, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 112, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 113, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 136, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 147, node_modules/materialize-css/sass/components/_buttons.scss */

button.btn-floating {
  border: none;
}

/* line 152, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 154, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 160, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 163, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 172, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 178, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 180, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 185, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 190, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 192, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  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;
}

/* line 197, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 202, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 204, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 210, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 215, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 221, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 232, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 245, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 253, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 256, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 260, node_modules/materialize-css/sass/components/_buttons.scss */

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

/* line 274, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

/* line 280, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat:focus,
.btn-flat:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 284, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 287, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-flat.disabled,
.btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 296, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 303, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-large i {
  font-size: 1.6rem;
}

/* line 309, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 314, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-small i {
  font-size: 1.2rem;
}

/* line 320, node_modules/materialize-css/sass/components/_buttons.scss */

.btn-block {
  display: block;
}

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

[class^="block("] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 100%;
}

/* line 7, resources/assets/styles/common/_global.scss */

[class^="block("] .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1470px;
          flex: 0 1 1470px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 15, resources/assets/styles/common/_global.scss */

.parallax {
  position: absolute;
}

/* line 1, resources/assets/styles/common/_typography.scss */

h1,
h2,
h3,
p {
  margin: 0;
}

/* line 9, resources/assets/styles/common/_typography.scss */

.fz\(80\),
.block\(contact\) h1 p,
.block\(hero\) h1 p,
.block\(stats\) .title p {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -5px;
}

@media all and (max-width: 675px) {
  /* line 9, resources/assets/styles/common/_typography.scss */

  .fz\(80\),
  .block\(contact\) h1 p,
  .block\(hero\) h1 p,
  .block\(stats\) .title p {
    font-size: 2.8125rem;
  }
}

/* line 20, resources/assets/styles/common/_typography.scss */

.fz\(60\) {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -1px;
}

@media all and (max-width: 675px) {
  /* line 20, resources/assets/styles/common/_typography.scss */

  .fz\(60\) {
    font-size: 2.5rem;
  }
}

/* line 31, resources/assets/styles/common/_typography.scss */

.fz\(48\) {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -3px;
}

@media all and (max-width: 675px) {
  /* line 31, resources/assets/styles/common/_typography.scss */

  .fz\(48\) {
    font-size: 2.375rem;
  }
}

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

.fz\(36\) {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -1px;
}

/* line 48, resources/assets/styles/common/_typography.scss */

.fz\(24\) {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
}

/* line 55, resources/assets/styles/common/_typography.scss */

.fz\(20\) {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -1px;
}

/* line 62, resources/assets/styles/common/_typography.scss */

.ta\(l\) {
  text-align: left;
}

/* line 66, resources/assets/styles/common/_typography.scss */

.ta\(c\) {
  text-align: center;
}

/* line 74, resources/assets/styles/common/_typography.scss */

.fw\(100\) {
  font-weight: 100;
}

/* line 74, resources/assets/styles/common/_typography.scss */

.fw\(200\) {
  font-weight: 200;
}

/* line 74, resources/assets/styles/common/_typography.scss */

.fw\(300\) {
  font-weight: 300;
}

/* line 74, resources/assets/styles/common/_typography.scss */

.fw\(350\) {
  font-weight: 350;
}

/* line 74, resources/assets/styles/common/_typography.scss */

.fw\(400\) {
  font-weight: 400;
}

/* line 74, resources/assets/styles/common/_typography.scss */

.fw\(500\) {
  font-weight: 500;
}

/* line 74, resources/assets/styles/common/_typography.scss */

.fw\(600\) {
  font-weight: 600;
}

/* line 74, resources/assets/styles/common/_typography.scss */

.fw\(700\) {
  font-weight: 700;
}

/* line 74, resources/assets/styles/common/_typography.scss */

.fw\(800\) {
  font-weight: 800;
}

/* line 74, resources/assets/styles/common/_typography.scss */

.fw\(900\) {
  font-weight: 900;
}

/* line 90, resources/assets/styles/common/_typography.scss */

.bg\(black\) {
  background-color: #0a0a0a;
}

/* line 94, resources/assets/styles/common/_typography.scss */

.c\(black\) {
  color: #0a0a0a;
}

/* line 90, resources/assets/styles/common/_typography.scss */

.bg\(pepto\) {
  background-color: #fcaeda;
}

/* line 94, resources/assets/styles/common/_typography.scss */

.c\(pepto\) {
  color: #fcaeda;
}

/* line 90, resources/assets/styles/common/_typography.scss */

.bg\(pink-white\) {
  background-color: #fff9f6;
}

/* line 94, resources/assets/styles/common/_typography.scss */

.c\(pink-white\) {
  color: #fff9f6;
}

/* line 90, resources/assets/styles/common/_typography.scss */

.bg\(white\) {
  background-color: white;
}

/* line 94, resources/assets/styles/common/_typography.scss */

.c\(white\) {
  color: white;
}

/* line 90, resources/assets/styles/common/_typography.scss */

.bg\(yellowy-green\) {
  background-color: #c8ed32;
}

/* line 94, resources/assets/styles/common/_typography.scss */

.c\(yellowy-green\) {
  color: #c8ed32;
}

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

.btn-flat {
  background-color: #fcaeda;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: none;
  height: 60px;
  width: 250px;
  border-radius: 30px;
  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;
  text-align: center;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

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

.btn-flat:hover {
  width: 300px;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* line 23, resources/assets/styles/components/_buttons.scss */

.fadeinbuttom {
  -webkit-animation: fadeUpButtom 2s ease 0s 1 normal forwards;
       -o-animation: fadeUpButtom 2s ease 0s 1 normal forwards;
          animation: fadeUpButtom 2s ease 0s 1 normal forwards;
}

@-webkit-keyframes fadeUpButtom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes fadeUpButtom {
  0% {
    opacity: 0;
    -o-transform: translateY(50px);
       transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes fadeUpButtom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
         -o-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/** Search form */

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 1, resources/assets/styles/layouts/_header.scss */

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

/* line 7, resources/assets/styles/layouts/_header.scss */

.banner .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1470px;
          flex: 0 1 1470px;
  margin: 0 auto;
  padding: 39px 15px;
  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;
}

@media all and (max-width: 625px) {
  /* line 7, resources/assets/styles/layouts/_header.scss */

  .banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 20, resources/assets/styles/layouts/_header.scss */

.banner .brand img {
  max-width: 218px;
}

/* line 24, resources/assets/styles/layouts/_header.scss */

.banner .head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -10px;
}

@media all and (max-width: 625px) {
  /* line 24, resources/assets/styles/layouts/_header.scss */

  .banner .head-right {
    margin-top: 10px;
  }
}

/* line 36, resources/assets/styles/layouts/_header.scss */

.banner .head-right > * {
  margin-left: 20px;
  margin-bottom: 10px;
}

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

.banner .email {
  font-size: 21px;
}

@media all and (max-width: 400px) {
  /* line 42, resources/assets/styles/layouts/_header.scss */

  .banner .email {
    font-size: 18px;
  }
}

/* line 50, resources/assets/styles/layouts/_header.scss */

.banner .social-link i {
  font-size: 30px;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.content-info {
  min-height: 785px;
  padding-top: 120px;
  padding-bottom: 45px;
  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;
}

/* line 9, resources/assets/styles/layouts/_footer.scss */

.content-info .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1097px;
          flex: 0 1 1097px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 19, resources/assets/styles/layouts/_footer.scss */

.content-info .inner {
  min-height: 500px;
  border-radius: 0 0 200px 200px;
  padding: 13.03901vh 5.72917vw;
  margin-bottom: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 400px) {
  /* line 19, resources/assets/styles/layouts/_footer.scss */

  .content-info .inner {
    padding: 4.62012vh 2.86458vw;
    min-height: 400px;
    border-radius: 0 0 100px 100px;
  }
}

/* line 35, resources/assets/styles/layouts/_footer.scss */

.content-info h3 {
  margin-bottom: 37px;
}

/* line 39, resources/assets/styles/layouts/_footer.scss */

.content-info .logo {
  height: 30px;
  margin-bottom: 15px;
}

/* line 44, resources/assets/styles/layouts/_footer.scss */

.content-info .knf {
  font-size: 0.8rem;
}

/* line 47, resources/assets/styles/layouts/_footer.scss */

.content-info .knf a {
  color: #c8ed32;
  text-decoration: underline;
}

/* line 53, resources/assets/styles/layouts/_footer.scss */

.content-info form {
  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;
  height: 80px;
  width: 700px;
  border: solid 3px #0a0a0a;
  border-radius: 40px;
}

@media all and (max-width: 840px) {
  /* line 53, resources/assets/styles/layouts/_footer.scss */

  .content-info form {
    width: 100%;
  }
}

/* line 67, resources/assets/styles/layouts/_footer.scss */

.content-info .gform_footer {
  margin-top: 0 !important;
}

/* line 71, resources/assets/styles/layouts/_footer.scss */

.content-info input[type="email"] {
  height: 74px !important;
  width: 550px !important;
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media all and (max-width: 840px) {
  /* line 71, resources/assets/styles/layouts/_footer.scss */

  .content-info input[type="email"] {
    width: 100% !important;
  }
}

/* line 82, resources/assets/styles/layouts/_footer.scss */

.content-info input[type="email"]::-webkit-input-placeholder {
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #0a0a0a;
  line-height: 1;
}

.content-info input[type="email"]::-moz-placeholder {
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #0a0a0a;
  line-height: 1;
}

.content-info input[type="email"]::-ms-input-placeholder {
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #0a0a0a;
  line-height: 1;
}

.content-info input[type="email"]::placeholder {
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #0a0a0a;
  line-height: 1;
}

@media all and (max-width: 840px) {
  /* line 82, resources/assets/styles/layouts/_footer.scss */

  .content-info input[type="email"]::-webkit-input-placeholder {
    font-size: 16px;
  }

  .content-info input[type="email"]::-moz-placeholder {
    font-size: 16px;
  }

  .content-info input[type="email"]::-ms-input-placeholder {
    font-size: 16px;
  }

  .content-info input[type="email"]::placeholder {
    font-size: 16px;
  }
}

/* line 95, resources/assets/styles/layouts/_footer.scss */

.content-info input[type="submit"] {
  background-color: transparent !important;
  color: transparent !important;
  border: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  height: 74px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/blocks/_banner.scss */

.block\(banner\) {
  min-height: 150px;
  background-image: -webkit-gradient(linear, right top, left top, from(#cdfcb5), color-stop(49%, #fac2ae), to(#ffa3f8));
  background-image: -webkit-linear-gradient(right, #cdfcb5 0%, #fac2ae 49%, #ffa3f8 100%);
  background-image: -o-linear-gradient(right, #cdfcb5 0%, #fac2ae 49%, #ffa3f8 100%);
  background-image: linear-gradient(to left, #cdfcb5 0%, #fac2ae 49%, #ffa3f8 100%);
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 7, resources/assets/styles/blocks/_banner.scss */

.block\(banner\) .js-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 11, resources/assets/styles/blocks/_banner.scss */

.block\(banner\) p {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 20px;
}

/* line 16, resources/assets/styles/blocks/_banner.scss */

.block\(banner\) .dot {
  width: 27px;
  min-height: 24.5px;
  border-radius: 50%;
  margin-left: 20px;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #c8ed32;
}

/* line 24, resources/assets/styles/blocks/_banner.scss */

.block\(banner\) .dot:nth-child(2n + 2) {
  background-color: #fff9f6;
}

/* line 28, resources/assets/styles/blocks/_banner.scss */

.block\(banner\) .dot:nth-child(3n + 3) {
  background-color: #ffb900;
}

/* line 32, resources/assets/styles/blocks/_banner.scss */

.block\(banner\) .dot:nth-child(4n + 4) {
  background-color: #fcaeda;
}

/* line 1, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

/* line 6, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .half {
  position: absolute;
  left: 0;
  top: 30%;
  max-width: 195px;
}

@media all and (max-width: 800px) {
  /* line 6, resources/assets/styles/blocks/_contact.scss */

  .block\(contact\) .half {
    max-width: 75px;
  }
}

/* line 17, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 23, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) h1 {
  max-width: 770px;
  margin: 0 auto 17px;
}

/* line 27, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) h1 p {
  font-weight: bold;
}

/* line 33, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) h1 span {
  font-weight: bold;
  text-decoration: underline;
}

/* line 39, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) h3 {
  max-width: 625px;
  margin: 0 auto 33px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
}

/* line 47, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .inner {
  width: 100%;
  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;
}

@media all and (max-width: 800px) {
  /* line 47, resources/assets/styles/blocks/_contact.scss */

  .block\(contact\) .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 58, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 650px;
          flex: 0 1 650px;
  min-height: 900px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media all and (max-width: 800px) {
  /* line 58, resources/assets/styles/blocks/_contact.scss */

  .block\(contact\) .left {
    display: none;
  }
}

/* line 70, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 700px;
          flex: 0 1 700px;
}

/* line 74, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .gform_fields {
  row-gap: 20px !important;
}

/* line 78, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) input:not([type="submit"]) {
  height: 80px !important;
  border: solid 3px #fff9f6 !important;
  border-radius: 40px !important;
  background-color: #0a0a0a !important;
  color: #fff9f6 !important;
  text-indent: 20px;
}

/* line 86, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) input:not([type="submit"])::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #fff9f6;
  line-height: 1;
}

.block\(contact\) input:not([type="submit"])::-moz-placeholder {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #fff9f6;
  line-height: 1;
}

.block\(contact\) input:not([type="submit"])::-ms-input-placeholder {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #fff9f6;
  line-height: 1;
}

.block\(contact\) input:not([type="submit"])::placeholder {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #fff9f6;
  line-height: 1;
}

@media all and (max-width: 840px) {
  /* line 86, resources/assets/styles/blocks/_contact.scss */

  .block\(contact\) input:not([type="submit"])::-webkit-input-placeholder {
    font-size: 16px;
  }

  .block\(contact\) input:not([type="submit"])::-moz-placeholder {
    font-size: 16px;
  }

  .block\(contact\) input:not([type="submit"])::-ms-input-placeholder {
    font-size: 16px;
  }

  .block\(contact\) input:not([type="submit"])::placeholder {
    font-size: 16px;
  }
}

/* line 99, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) input[type="submit"] {
  background-color: #fcaeda !important;
  color: #0a0a0a !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: bold;
  letter-spacing: -1px;
  height: 60px !important;
  width: 250px !important;
  border-radius: 30px !important;
  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;
  text-align: center;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* line 115, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) input[type="submit"]:hover {
  width: 300px;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* line 121, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .deco:first-of-type {
  top: 5%;
  right: 35%;
}

/* line 126, resources/assets/styles/blocks/_contact.scss */

.block\(contact\) .deco:nth-of-type(2) {
  top: 55%;
  left: 45%;
}

/* line 1, resources/assets/styles/blocks/_cta.scss */

.block\(cta\) {
  padding-top: 143px;
  padding-bottom: 60px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

@media all and (max-width: 400px) {
  /* line 1, resources/assets/styles/blocks/_cta.scss */

  .block\(cta\) {
    background-size: auto 20%;
    background-position: top 30% right 0;
  }
}

/* line 13, resources/assets/styles/blocks/_cta.scss */

.block\(cta\) .fz\(60\) {
  margin-bottom: 50px;
  line-height: 1.5;
  max-width: 1200px;
}

@media all and (max-width: 400px) {
  /* line 13, resources/assets/styles/blocks/_cta.scss */

  .block\(cta\) .fz\(60\) {
    font-size: 24px;
  }
}

/* line 22, resources/assets/styles/blocks/_cta.scss */

.block\(cta\) .fz\(60\) span {
  text-decoration: underline;
}

/* line 1, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, right top, from(#cdfcb5), color-stop(49%, #fac2ae), to(#ffa3f8));
  background-image: -webkit-linear-gradient(left, #cdfcb5 0%, #fac2ae 49%, #ffa3f8 100%);
  background-image: -o-linear-gradient(left, #cdfcb5 0%, #fac2ae 49%, #ffa3f8 100%);
  background-image: linear-gradient(to right, #cdfcb5 0%, #fac2ae 49%, #ffa3f8 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 8, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) .gallery {
  width: 100%;
  margin-bottom: 28px;
  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;
}

/* line 16, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) img {
  opacity: 0;
  border-radius: 140px;
}

/* line 21, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) img:first-child {
  margin-top: 9.95893vh;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 14%;
          flex: 0 1 14%;
}

@media all and (max-width: 550px) {
  /* line 21, resources/assets/styles/blocks/_gallery.scss */

  .block\(gallery\) img:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
            flex: 0 1 28%;
  }
}

/* line 29, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) img:first-child.in-view {
  -webkit-animation: fadeUp 2s ease 0s 1 normal forwards;
       -o-animation: fadeUp 2s ease 0s 1 normal forwards;
          animation: fadeUp 2s ease 0s 1 normal forwards;
}

/* line 34, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) img:nth-child(2) {
  margin-top: 22.68994vh;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18%;
          flex: 0 1 18%;
}

@media all and (max-width: 550px) {
  /* line 34, resources/assets/styles/blocks/_gallery.scss */

  .block\(gallery\) img:nth-child(2) {
    display: none;
  }
}

/* line 42, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) img:nth-child(2).in-view {
  -webkit-animation: fadeDown 2s ease 0s 1 normal forwards;
       -o-animation: fadeDown 2s ease 0s 1 normal forwards;
          animation: fadeDown 2s ease 0s 1 normal forwards;
}

/* line 47, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) img:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18%;
          flex: 0 1 18%;
}

@media all and (max-width: 550px) {
  /* line 47, resources/assets/styles/blocks/_gallery.scss */

  .block\(gallery\) img:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 36%;
            flex: 0 1 36%;
  }
}

/* line 54, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) img:nth-child(3).in-view {
  -webkit-animation: fadeUp 2s ease 0s 1 normal forwards;
       -o-animation: fadeUp 2s ease 0s 1 normal forwards;
          animation: fadeUp 2s ease 0s 1 normal forwards;
}

/* line 59, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) img:nth-child(4) {
  margin-top: 17.65914vh;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18%;
          flex: 0 1 18%;
}

@media all and (max-width: 550px) {
  /* line 59, resources/assets/styles/blocks/_gallery.scss */

  .block\(gallery\) img:nth-child(4) {
    display: none;
  }
}

/* line 67, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) img:nth-child(4).in-view {
  -webkit-animation: fadeDown 2s ease 0s 1 normal forwards;
       -o-animation: fadeDown 2s ease 0s 1 normal forwards;
          animation: fadeDown 2s ease 0s 1 normal forwards;
}

/* line 72, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) img:nth-child(5) {
  margin-top: 26.69405vh;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 14%;
          flex: 0 1 14%;
}

@media all and (max-width: 550px) {
  /* line 72, resources/assets/styles/blocks/_gallery.scss */

  .block\(gallery\) img:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28%;
            flex: 0 1 28%;
  }
}

/* line 80, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) img:nth-child(5).in-view {
  -webkit-animation: fadeUp 2s ease 0s 1 normal forwards;
       -o-animation: fadeUp 2s ease 0s 1 normal forwards;
          animation: fadeUp 2s ease 0s 1 normal forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes fadeUp {
  0% {
    opacity: 0;
    -o-transform: translateY(50px);
       transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
         -o-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes fadeDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-50px);
       transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
         -o-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/* line 109, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) h2 {
  max-width: 1145px;
  margin: 0 auto;
}

/* line 113, resources/assets/styles/blocks/_gallery.scss */

.block\(gallery\) h2 span {
  text-decoration: underline;
}

/* line 1, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) {
  padding-bottom: 127px;
  background-size: auto 55%;
  background-position: bottom left;
  background-repeat: no-repeat;
}

@media all and (max-width: 400px) {
  /* line 1, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) {
    background-size: auto 25%;
  }
}

/* line 11, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1300px) {
  /* line 11, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 21, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 916px;
          flex: 0 1 916px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 1300px) {
  /* line 21, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .text {
    margin-bottom: 30px;
  }
}

/* line 31, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) h1 {
  margin-bottom: 50px;
}

/* line 34, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) h1 p {
  font-weight: bold;
}

/* line 41, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) span {
  font-weight: bold;
  text-decoration: underline;
}

/* line 46, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) p.fz\(24\) {
  margin: 20px 134px 0 0;
  max-width: 395px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: normal;
}

/* line 53, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 524px;
          flex: 0 1 524px;
}

/* line 57, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .hero-image {
  opacity: 0;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 361px;
  border: solid 3px #fff9f6;
  padding: 10px;
}

@media all and (max-width: 400px) {
  /* line 57, resources/assets/styles/blocks/_hero.scss */

  .block\(hero\) .hero-image {
    max-width: 80%;
  }
}

/* line 70, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .fadeinbuttom {
  -webkit-animation: fadeUpButtom 2s ease 0s 1 normal forwards;
       -o-animation: fadeUpButtom 2s ease 0s 1 normal forwards;
          animation: fadeUpButtom 2s ease 0s 1 normal forwards;
}

@keyframes fadeUpButtom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
         -o-transform: translateY(50px);
            transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/* line 86, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .deco:first-of-type {
  right: 37%;
}

/* line 90, resources/assets/styles/blocks/_hero.scss */

.block\(hero\) .deco:nth-of-type(2) {
  right: 38%;
  top: 70%;
}

/* line 1, resources/assets/styles/blocks/_image_and_list.scss */

.block\(imageAndList\) {
  padding-top: 170px;
  padding-bottom: 170px;
}

/* line 5, resources/assets/styles/blocks/_image_and_list.scss */

.block\(imageAndList\) .container {
  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;
}

@media all and (max-width: 1215px) {
  /* line 5, resources/assets/styles/blocks/_image_and_list.scss */

  .block\(imageAndList\) .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 15, resources/assets/styles/blocks/_image_and_list.scss */

.block\(imageAndList\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 475px;
          flex: 0 1 475px;
}

/* line 18, resources/assets/styles/blocks/_image_and_list.scss */

.block\(imageAndList\) .image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 361px;
  border: solid 3px #fff9f6;
  padding: 10px;
}

@media all and (max-width: 400px) {
  /* line 18, resources/assets/styles/blocks/_image_and_list.scss */

  .block\(imageAndList\) .image img {
    width: 275px;
    height: auto;
  }
}

/* line 34, resources/assets/styles/blocks/_image_and_list.scss */

.block\(imageAndList\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 652px;
          flex: 0 1 652px;
}

@media all and (max-width: 1215px) {
  /* line 34, resources/assets/styles/blocks/_image_and_list.scss */

  .block\(imageAndList\) .text {
    max-width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-top: 30px;
  }
}

/* line 44, resources/assets/styles/blocks/_image_and_list.scss */

.block\(imageAndList\) h2 {
  margin-bottom: 30px;
}

/* line 48, resources/assets/styles/blocks/_image_and_list.scss */

.block\(imageAndList\) .list {
  margin-top: 0;
  margin-bottom: 50px;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADhUExURUdwTP+u3f+j8sj/s/jHufncyPzLofzIi9b2us35rsj/s8j/s873r/HPmvzIlfDnxe7ow+bpvvfhx/nCpv+f+cj/s873rcj/s93moeXem+DvvtH4uMr/tfXizv/Gi/bGjvzHi+7dxP7Fj/TKvfyzxPPMpf+25/+k9vjC0/2o3/+f+v+q8cj/s8n+ssv7sNLzqu7Umtrqo+XfnM/6td7moOLvvtjtp+vZmffOj/TFttf1uc72rOLinefcme/Uk/PPmvTIrPHOo/q6vvyx2vu42dT2t+Lhre7Utdnwtv2r2/+u7vYF7WoAAAAsdFJOUwAu/es5Ji3/Lv71UMf2RN7v+j/rOjw++vTEve8+GvYb3vS4s+zZ9ezq8L20QUzv/wAAANBJREFUGNNN0Od2gkAQBeCxIGAD1KhpJmqMKbtsEVgMRSSx5f0fyM2i0fn5nXvO3BkANf3m8LYKV9MwCeOt9gVu6i5hsWj9p4wKdqPAS1bd0hmQEk6zF0WNOkKSSBCLdf7eA3gYICUm8fg6P5R70ESooIjFdPld/oD7BS7MZPxP5nD3VZBLvIQuf34/wXD8zQJjHDEupLzKbR3blzEZESnN3lRJzZJEWJKG4UwrKj5a/j7gaag/P53P0GxnS0N9VLuc2hnvVvqoff2O2rQ7OSWO5lcgBAnl2GUAAAAASUVORK5CYII=);
}

/* line 54, resources/assets/styles/blocks/_image_and_list.scss */

.block\(imageAndList\) li {
  font-weight: normal;
  margin-bottom: 20px;
  padding-left: 20px;
  margin-left: -20px;
}

/* line 1, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) {
  padding-top: 127px;
  padding-bottom: 132px;
  position: relative;
  overflow: hidden;
}

/* line 7, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .container {
  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;
}

@media all and (max-width: 750px) {
  /* line 7, resources/assets/styles/blocks/_images_and_text.scss */

  .block\(imagesAndText\) .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 18, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .images {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 731px;
          flex: 0 1 731px;
  min-height: 1184px;
  position: relative;
  margin-right: 15px;
}

@media all and (max-width: 950px) {
  /* line 18, resources/assets/styles/blocks/_images_and_text.scss */

  .block\(imagesAndText\) .images {
    min-height: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
  }
}

@media all and (max-width: 750px) {
  /* line 18, resources/assets/styles/blocks/_images_and_text.scss */

  .block\(imagesAndText\) .images {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* line 35, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .main-img {
  max-width: 275px;
  position: absolute;
  opacity: 0;
  border-radius: 137.5px;
  border: solid 5px #fff9f6;
}

/* line 42, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .main-img:first-child {
  top: 0;
  left: 0;
}

@media all and (max-width: 950px) {
  /* line 42, resources/assets/styles/blocks/_images_and_text.scss */

  .block\(imagesAndText\) .main-img:first-child {
    position: static;
  }
}

/* line 50, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .main-img:first-child.in-view {
  -webkit-animation: fadeInLeft 1s ease 0s 1 normal forwards;
       -o-animation: fadeInLeft 1s ease 0s 1 normal forwards;
          animation: fadeInLeft 1s ease 0s 1 normal forwards;
}

/* line 55, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .main-img:nth-child(2) {
  bottom: 0;
  left: 7.76042vw;
}

@media all and (max-width: 950px) {
  /* line 55, resources/assets/styles/blocks/_images_and_text.scss */

  .block\(imagesAndText\) .main-img:nth-child(2) {
    display: none;
  }
}

/* line 63, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .main-img:nth-child(2).in-view {
  -webkit-animation: fadeInLeft 3s ease 0s 1 normal forwards;
       -o-animation: fadeInLeft 3s ease 0s 1 normal forwards;
          animation: fadeInLeft 3s ease 0s 1 normal forwards;
}

/* line 68, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .main-img:nth-child(3) {
  top: 21.45791vh;
  right: 0;
}

@media all and (max-width: 950px) {
  /* line 68, resources/assets/styles/blocks/_images_and_text.scss */

  .block\(imagesAndText\) .main-img:nth-child(3) {
    display: none;
  }
}

/* line 76, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .main-img:nth-child(3).in-view {
  -webkit-animation: fadeInRight 2s ease 0s 1 normal forwards;
       -o-animation: fadeInRight 2s ease 0s 1 normal forwards;
          animation: fadeInRight 2s ease 0s 1 normal forwards;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(50px);
       transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
         -o-transform: translateX(50px);
            transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-50px);
       transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
         -o-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/* line 106, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 428px;
          flex: 0 1 428px;
  padding-right: 20px;
}

/* line 111, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) h2 {
  margin-bottom: 30px;
}

/* line 115, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .content {
  margin-bottom: 30px;
}

/* line 118, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}

@media all and (max-width: 400px) {
  /* line 118, resources/assets/styles/blocks/_images_and_text.scss */

  .block\(imagesAndText\) .content p {
    font-size: 24px;
  }
}

/* line 130, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .deco:first-of-type {
  top: 15%;
  right: 10%;
}

/* line 135, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .deco:nth-of-type(2) {
  top: 15%;
  left: 50%;
}

/* line 140, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .deco:nth-of-type(3) {
  top: 20%;
  left: 25%;
}

/* line 145, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .deco:nth-of-type(4) {
  top: 30%;
  left: 23%;
}

/* line 150, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .deco:nth-of-type(5) {
  top: 70%;
  left: 10%;
}

/* line 155, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .deco:nth-of-type(6) {
  bottom: 20%;
  left: 12%;
}

/* line 160, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .deco:nth-of-type(7) {
  bottom: 20%;
  left: 50%;
}

/* line 165, resources/assets/styles/blocks/_images_and_text.scss */

.block\(imagesAndText\) .deco:nth-of-type(8) {
  bottom: 20%;
  right: 10%;
}

/* line 1, resources/assets/styles/blocks/_large_title.scss */

.block\(largeTitle\) {
  padding-top: 149px;
  padding-bottom: 175px;
  position: relative;
}

/* line 6, resources/assets/styles/blocks/_large_title.scss */

.block\(largeTitle\) h2 {
  max-width: 1100px;
  margin-bottom: 30px;
}

/* line 11, resources/assets/styles/blocks/_large_title.scss */

.block\(largeTitle\) h3 {
  max-width: 1045px;
}

/* line 15, resources/assets/styles/blocks/_large_title.scss */

.block\(largeTitle\) .deco:first-of-type {
  right: 20%;
  top: -45%;
}

/* line 20, resources/assets/styles/blocks/_large_title.scss */

.block\(largeTitle\) .deco:nth-of-type(2) {
  right: 25%;
  top: 0%;
}

/* line 25, resources/assets/styles/blocks/_large_title.scss */

.block\(largeTitle\) .deco:nth-of-type(3) {
  right: 50%;
  bottom: 90%;
}

/* line 30, resources/assets/styles/blocks/_large_title.scss */

.block\(largeTitle\) .deco:nth-of-type(4) {
  right: 15%;
  top: 150%;
}

/* line 1, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) {
  padding-top: 60px;
  padding-bottom: 128px;
}

/* line 5, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .container {
  background-size: 530px auto;
  background-position: top 97px right;
  background-repeat: no-repeat;
}

@media all and (max-width: 675px) {
  /* line 5, resources/assets/styles/blocks/_stats.scss */

  .block\(stats\) .container {
    background: none !important;
  }
}

/* line 15, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .title {
  max-width: 1071px;
  margin-bottom: 98px;
  padding-left: 4px;
}

/* line 24, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .title span {
  text-decoration: underline;
}

/* line 29, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .stats {
  margin-left: 5vw;
  margin-bottom: 185px;
}

@media all and (max-width: 675px) {
  /* line 29, resources/assets/styles/blocks/_stats.scss */

  .block\(stats\) .stats {
    margin-left: 10vw;
  }
}

/* line 38, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .stat {
  margin-bottom: 98px;
}

/* line 41, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) .stat:nth-child(2) {
  margin-left: 5.78125vw;
}

@media all and (max-width: 675px) {
  /* line 41, resources/assets/styles/blocks/_stats.scss */

  .block\(stats\) .stat:nth-child(2) {
    margin-left: 0;
  }
}

/* line 50, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) p.fz\(60\) {
  position: relative;
}

/* line 53, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) p.fz\(60\)::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADhUExURUdwTP+u3f+j8sj/s/jHufncyPzLofzIi9b2us35rsj/s8j/s873r/HPmvzIlfDnxe7ow+bpvvfhx/nCpv+f+cj/s873rcj/s93moeXem+DvvtH4uMr/tfXizv/Gi/bGjvzHi+7dxP7Fj/TKvfyzxPPMpf+25/+k9vjC0/2o3/+f+v+q8cj/s8n+ssv7sNLzqu7Umtrqo+XfnM/6td7moOLvvtjtp+vZmffOj/TFttf1uc72rOLinefcme/Uk/PPmvTIrPHOo/q6vvyx2vu42dT2t+Lhre7Utdnwtv2r2/+u7vYF7WoAAAAsdFJOUwAu/es5Ji3/Lv71UMf2RN7v+j/rOjw++vTEve8+GvYb3vS4s+zZ9ezq8L20QUzv/wAAANBJREFUGNNN0Od2gkAQBeCxIGAD1KhpJmqMKbtsEVgMRSSx5f0fyM2i0fn5nXvO3BkANf3m8LYKV9MwCeOt9gVu6i5hsWj9p4wKdqPAS1bd0hmQEk6zF0WNOkKSSBCLdf7eA3gYICUm8fg6P5R70ESooIjFdPld/oD7BS7MZPxP5nD3VZBLvIQuf34/wXD8zQJjHDEupLzKbR3blzEZESnN3lRJzZJEWJKG4UwrKj5a/j7gaag/P53P0GxnS0N9VLuc2hnvVvqoff2O2rQ7OSWO5lcgBAnl2GUAAAAASUVORK5CYII=);
  position: absolute;
  left: -30px;
}

/* line 60, resources/assets/styles/blocks/_stats.scss */

.block\(stats\) h3 {
  text-decoration: underline;
}

/* line 46, stdin */

* {
  min-width: 0;
  min-height: 0;
}

/* line 51, stdin */

:root {
  font-family: "halyard-micro", sans-serif;
}

/* line 55, stdin */

html {
  overflow-x: hidden;
  background-color: #0a0a0a;
}


/*# sourceMappingURL=main.css.map*/