/*! 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;
}
@charset "UTF-8";

/** 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: "neuzeit-grotesk", 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: "neuzeit-grotesk", 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;
}

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/** Import theme styles */

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

.main {
  padding-top: 100px;
}

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

.main > *:not(.block):not(.page-header):not(article) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.main > *:not(.block):not(.page-header):not(article) a {
  color: #23a1c7;
  text-decoration: none;
}

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

.main > *:not(.block):not(.page-header):not(article) ul {
  padding-left: 50px !important;
}

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

.main > *:not(.block):not(.page-header):not(article) ul li {
  list-style: disc;
  font-weight: 300 !important;
}

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

.main > *:not(.block):not(.page-header):not(article) ol {
  padding-left: 30px;
}

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

.main > *:not(.block):not(.page-header):not(article) ol li {
  list-style: decimal;
}

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

.main > ul:not(.block):not(.page-header):not(article) {
  padding-left: 50px !important;
}

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

.main > ul:not(.block):not(.page-header):not(article) li {
  list-style: disc;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300 !important;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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

.contain {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.contain::after {
  clear: both;
  content: "";
  display: table;
}

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

.shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  margin: 0 -15px;
}

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

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

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

.shell.middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.shell.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

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

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

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

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

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

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

.shell.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.shell.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.shell.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.shell.around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

.shell.no-gutter {
  margin: 0;
}

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

.cell {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

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

.shell.no-gutter > .cell {
  padding: 0;
}

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

.cell.fill {
  width: 0;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 0) {
  /* line 135, resources/assets/styles/common/_global.scss */

  .cell.small-1 {
    width: calc(100% * 1 / 12);
  }

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

  .cell.small-2 {
    width: calc(100% * 2 / 12);
  }

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

  .cell.small-3 {
    width: calc(100% * 3 / 12);
  }

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

  .cell.small-4 {
    width: calc(100% * 4 / 12);
  }

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

  .cell.small-6 {
    width: calc(100% * 6 / 12);
  }

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

  .cell.small-9 {
    width: calc(100% * 9 / 12);
  }

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

  .cell.small-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 165, resources/assets/styles/common/_global.scss */

  .cell.medium-1 {
    width: calc(100% * 1 / 12);
  }

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

  .cell.medium-2 {
    width: calc(100% * 2 / 12);
  }

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

  .cell.medium-3 {
    width: calc(100% * 3 / 12);
  }

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

  .cell.medium-4 {
    width: calc(100% * 4 / 12);
  }

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

  .cell.medium-6 {
    width: calc(100% * 6 / 12);
  }

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

  .cell.medium-9 {
    width: calc(100% * 9 / 12);
  }

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

  .cell.medium-12 {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  /* line 195, resources/assets/styles/common/_global.scss */

  .cell.large-1 {
    width: calc(100% * 1 / 12);
  }

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

  .cell.large-2 {
    width: calc(100% * 2 / 12);
  }

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

  .cell.large-3 {
    width: calc(100% * 3 / 12);
  }

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

  .cell.large-4 {
    width: calc(100% * 4 / 12);
  }

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

  .cell.large-6 {
    width: calc(100% * 6 / 12);
  }

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

  .cell.large-9 {
    width: calc(100% * 9 / 12);
  }

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

  .cell.large-12 {
    width: 100%;
  }
}

/* line 32, resources/assets/styles/common/_grid.scss */

.contain {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 39, resources/assets/styles/common/_grid.scss */

.contain::after {
  clear: both;
  content: "";
  display: block;
}

/* line 46, resources/assets/styles/common/_grid.scss */

.cell {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

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

.cell.fill {
  width: 0;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 0) {
  /* line 3, resources/assets/styles/common/_grid.scss */

  .cell.small-1 {
    width: calc(100% * 1 / 12);
  }

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

  .cell.small-2 {
    width: calc(100% * 2 / 12);
  }

  /* line 11, resources/assets/styles/common/_grid.scss */

  .cell.small-3 {
    width: calc(100% * 3 / 12);
  }

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

  .cell.small-4 {
    width: calc(100% * 4 / 12);
  }

  /* line 19, resources/assets/styles/common/_grid.scss */

  .cell.small-6 {
    width: calc(100% * 6 / 12);
  }

  /* line 23, resources/assets/styles/common/_grid.scss */

  .cell.small-9 {
    width: calc(100% * 9 / 12);
  }

  /* line 27, resources/assets/styles/common/_grid.scss */

  .cell.small-12 {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  /* line 3, resources/assets/styles/common/_grid.scss */

  .cell.medium-1 {
    width: calc(100% * 1 / 12);
  }

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

  .cell.medium-2 {
    width: calc(100% * 2 / 12);
  }

  /* line 11, resources/assets/styles/common/_grid.scss */

  .cell.medium-3 {
    width: calc(100% * 3 / 12);
  }

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

  .cell.medium-4 {
    width: calc(100% * 4 / 12);
  }

  /* line 19, resources/assets/styles/common/_grid.scss */

  .cell.medium-6 {
    width: calc(100% * 6 / 12);
  }

  /* line 23, resources/assets/styles/common/_grid.scss */

  .cell.medium-9 {
    width: calc(100% * 9 / 12);
  }

  /* line 27, resources/assets/styles/common/_grid.scss */

  .cell.medium-12 {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  /* line 3, resources/assets/styles/common/_grid.scss */

  .cell.large-1 {
    width: calc(100% * 1 / 12);
  }

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

  .cell.large-2 {
    width: calc(100% * 2 / 12);
  }

  /* line 11, resources/assets/styles/common/_grid.scss */

  .cell.large-3 {
    width: calc(100% * 3 / 12);
  }

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

  .cell.large-4 {
    width: calc(100% * 4 / 12);
  }

  /* line 19, resources/assets/styles/common/_grid.scss */

  .cell.large-6 {
    width: calc(100% * 6 / 12);
  }

  /* line 23, resources/assets/styles/common/_grid.scss */

  .cell.large-9 {
    width: calc(100% * 9 / 12);
  }

  /* line 27, resources/assets/styles/common/_grid.scss */

  .cell.large-12 {
    width: 100%;
  }
}

/* line 71, resources/assets/styles/common/_grid.scss */

.shell.no-gutter {
  margin: 0;
}

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

.shell.no-gutter > .cell {
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 30px !important;
  font-weight: 300;
  color: #23a1c7;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 60px !important;
  font-size: 31px;
  color: #4f4f4f;
}

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

h2 {
  font-size: 25px;
}

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

h3 {
  font-size: 23px;
  color: #1c769c !important;
}

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

h4 {
  font-size: 21px;
}

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

h5 {
  font-size: 19px;
}

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

h6 {
  font-size: 17px;
}

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

p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8em;
  color: #4f4f4f;
  margin-top: 0;
  margin-bottom: 30px !important;
}

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

blockquote {
  padding: 40px 30px;
  border-left: 4px solid #23a1c7;
  font-size: 21px;
  font-style: italic;
  line-height: 1.8em;
}

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

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

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

ol {
  padding-left: 50px !important;
  margin-top: 0;
  margin-bottom: 30px;
}

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

ol li {
  list-style: decimal;
  color: #4f4f4f;
  font-size: 11px;
  line-height: 1.8em;
}

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

.fz\(46\) {
  font-size: 2.8125rem;
}

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

.btn-flat {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding-right: 40px;
  padding-left: 40px;
  display: inline-block;
  background: #23a1c7;
  line-height: 68px;
  height: 66px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: none !important;
}

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

.btn-flat:hover {
  background: #2d92b9;
}

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

.btn-flat a {
  text-transform: none !important;
}

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

.btn-flat:hover a {
  border-bottom: none !important;
}

/** 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 {
  float: none;
  display: block;
  margin: 0 0 30px 0;
}

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

.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}

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

.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}

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

.alignright {
  float: right;
  margin: 0 0 30px 15px;
}

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

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

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

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

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

.wp-block-separator {
  margin-top: 90px !important;
  margin-bottom: 120px !important;
  background: #4f4f4f !important;
  border: none !important;
  height: 1px;
  padding: 0 !important;
}

@media (max-width: 750px) {
  /* line 40, resources/assets/styles/components/_wp-classes.scss */

  .wp-block-separator {
    margin-top: 70px !important;
    margin-bottom: 100px;
  }
}

/** Captions */

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

.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

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

.wp-caption {
  font-size: 16px;
  font-style: italic;
  line-height: 1.8em;
}

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

.wp-caption p:last-child {
  margin: 0;
}

/** Text meant only for screen readers */

/* line 73, 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 */

.mobile {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 180px 30px 40px;
  background: #23a1c7;
  position: fixed;
  left: -360px;
  top: 0;
  bottom: 0;
  width: 360px;
  z-index: 100;
  overflow: auto;
}

@media (max-width: 360px) {
  /* line 1, resources/assets/styles/layouts/_header.scss */

  .mobile {
    left: -320px;
    width: 320px;
  }
}

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

.mobile .mobile_close {
  padding: 0;
  background: transparent;
  position: absolute;
  top: 40px;
  right: 30px;
  border: 0;
  font-size: 26px;
  color: #fff;
}

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

.mobile .mobile_links ul {
  text-align: center;
}

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

.mobile .mobile_links ul li {
  margin-bottom: 6px;
  display: block;
}

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

.mobile .mobile_links ul li.mobile-login {
  height: 68px;
  width: 200px;
  background-color: #1c769c;
  border-radius: 8px;
  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;
  margin: 44px auto;
}

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

.mobile .mobile_links ul li.mobile-login a {
  font-size: 18px;
  font-weight: 500;
}

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

.mobile .mobile_links ul li a {
  font-size: 24px;
  color: #fff;
}

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

.mobile .mobile_social ul {
  margin-top: 80px;
  text-align: center;
}

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

.mobile .mobile_social ul li {
  margin-right: 6px;
  margin-left: 6px;
  display: inline-block;
}

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

.mobile .mobile_social ul li a {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
}

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

.header {
  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-left: 30px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 98;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 1050px) {
  /* line 77, resources/assets/styles/layouts/_header.scss */

  .header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

.header.header--sticky {
  height: 90px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

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

.header .header_toggle {
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  background: transparent;
  border: 0;
  font-size: 32px;
  height: 32px;
  color: #23a1c7;
  display: none;
}

@media (max-width: 1270px) {
  /* line 102, resources/assets/styles/layouts/_header.scss */

  .header .header_toggle {
    display: inline-block;
  }
}

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

.header .header_text {
  display: inline-block;
  line-height: 0;
}

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

.header .header_nav {
  font-size: 17px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.header .header_nav ul:not(.sub-menu) {
  display: inline-block;
}

@media (max-width: 1270px) {
  /* line 131, resources/assets/styles/layouts/_header.scss */

  .header .header_nav ul:not(.sub-menu) {
    display: none;
  }
}

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

.header .header_nav ul li {
  margin-left: 15px;
  display: inline-block;
}

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

.header .header_nav ul li a {
  color: #4f4f4f;
  font-size: 15px;
}

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

.header .unclickable {
  pointer-events: none;
}

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

.header .sub-menu {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 20px 20px 5px;
  min-width: 200px;
  display: none;
  z-index: 100;
}

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

.header .sub-menu .menu-item {
  margin-left: 0;
  margin-bottom: 20px;
  line-height: normal;
}

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

.header .menu-item-has-children {
  position: relative;
}

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

.header .menu-item-has-children:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

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

.header .header_login {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-left: 50px;
  padding-right: 40px;
  padding-left: 40px;
  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;
  background: #23a1c7;
  border: 0;
  min-width: 180px;
  height: 100px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1050px) {
  /* line 181, resources/assets/styles/layouts/_header.scss */

  .header .header_login {
    display: none;
  }
}

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

.header .header_nav ul li a:hover {
  color: #23a1c7;
}

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

.header .header_login:hover {
  background: #2d92b9;
}

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

.mobile .mobile_social ul li a:hover {
  color: #fff;
}

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

.overlay {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  cursor: pointer;
  overflow: hidden;
}

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

body.admin-bar .banner {
  top: 32px;
}

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

body.mobile--active .overlay {
  opacity: 0.6;
  visibility: visible;
}

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

body.mobile--active .mobile {
  left: 0;
}

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

.content-info {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

@media (max-width: 600px) {
  /* line 1, resources/assets/styles/layouts/_footer.scss */

  .content-info {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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

.content-info .footer_logo {
  margin-bottom: 50px;
  display: inline-block;
}

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

.content-info .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-bottom: 50px;
}

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

.content-info .socials > * {
  margin-left: 15px;
}

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

.content-info .socials i {
  font-size: 16px;
  color: #23a1c7;
}

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

.content-info .footer_nav {
  margin-bottom: 30px;
  font-size: 17px;
  text-align: center;
  display: block;
}

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

.content-info li {
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
}

@media (max-width: 600px) {
  /* line 39, resources/assets/styles/layouts/_footer.scss */

  .content-info li {
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    display: block;
  }
}

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

.content-info li a {
  color: #4f4f4f;
}

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

.content-info .support {
  text-align: center;
  margin-bottom: 50px;
}

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

.content-info .support p {
  font-size: 14px;
}

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

.content-info .support a {
  color: #23a1c7;
}

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

.content-info .btn-flat {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 220px;
}

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

.content-info .footer_button:hover {
  background: #2d92b8;
}

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

.content-info li a:hover {
  color: #23a1c7;
}

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

.content-info .app-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -30px;
}

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

.content-info .app-container > * {
  margin-left: 30px;
}

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

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 30px;
  background-color: #23a1c7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(40vh);
  text-align: center;
}

/* line 12, resources/assets/styles/layouts/_pages.scss */

.title .title_content {
  margin: 0 auto;
}

/* line 16, resources/assets/styles/layouts/_pages.scss */

.title h1 {
  margin: 0;
  color: #fff;
}

/* line 21, resources/assets/styles/layouts/_pages.scss */

.title .title_content a {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding-right: 40px;
  padding-left: 40px;
  display: inline-block;
  background: #23a1c7;
  line-height: 68px;
  height: 66px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

/* line 34, resources/assets/styles/layouts/_pages.scss */

.title .title_content a:hover {
  background: #2d92b9;
}

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

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

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

.divide {
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

/* line 9, resources/assets/styles/blocks/_divide.scss */

.divide .divide_content {
  background-color: #fff;
  position: relative;
  padding-top: 125px;
  padding-bottom: 125px;
  width: 50%;
}

@media (max-width: 1100px) {
  /* line 9, resources/assets/styles/blocks/_divide.scss */

  .divide .divide_content {
    padding-left: 40px;
    padding-right: 40px;
    background-color: transparent !important;
    float: none !important;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 1100px) and (max-width: 400px) {
  /* line 9, resources/assets/styles/blocks/_divide.scss */

  .divide .divide_content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

.divide .divide_content_text {
  position: relative;
  z-index: 10;
  max-width: 500px;
  font-size: 18px;
  line-height: 1.8em;
}

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

.divide hr {
  margin-bottom: 30px;
  height: 2px;
  background-color: #1c769c;
  border: none;
  max-width: 40px;
  margin-left: 0;
}

/* line 48, resources/assets/styles/blocks/_divide.scss */

.divide h3 {
  margin-bottom: 20px;
  font-size: 28px;
}

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

.divide p {
  margin-bottom: 30px;
}

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

.divide ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}

/* line 63, resources/assets/styles/blocks/_divide.scss */

.divide li {
  list-style-type: disc !important;
  color: #4f4f4f;
}

/* line 68, resources/assets/styles/blocks/_divide.scss */

.divide a {
  font-size: 14px;
  color: #1c769c;
}

/* line 73, resources/assets/styles/blocks/_divide.scss */

.divide a i {
  font-size: 11px;
}

/* line 77, resources/assets/styles/blocks/_divide.scss */

.divide .divide_content_bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2000%;
  z-index: 1;
}

@media (max-width: 1100px) {
  /* line 77, resources/assets/styles/blocks/_divide.scss */

  .divide .divide_content_bg {
    background-color: transparent !important;
  }
}

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

.divide .divide_image {
  background-color: #787777;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

@media (max-width: 1100px) {
  /* line 90, resources/assets/styles/blocks/_divide.scss */

  .divide .divide_image {
    width: 100%;
    opacity: 0.1;
  }
}

/* line 106, resources/assets/styles/blocks/_divide.scss */

.divide.divide--left {
  background-position: center right;
}

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

.divide.divide--left .divide_content {
  float: left;
  padding-right: 60px;
}

/* line 114, resources/assets/styles/blocks/_divide.scss */

.divide.divide--left .divide_content_bg {
  right: 0;
}

/* line 118, resources/assets/styles/blocks/_divide.scss */

.divide.divide--left .divide_image {
  right: 0;
}

/* line 123, resources/assets/styles/blocks/_divide.scss */

.divide.divide--right {
  background-position: center right;
}

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

.divide.divide--right .divide_content {
  float: right;
  padding-left: 60px;
}

/* line 131, resources/assets/styles/blocks/_divide.scss */

.divide.divide--right .divide_content_bg {
  left: 0;
}

/* line 135, resources/assets/styles/blocks/_divide.scss */

.divide.divide--right .divide_image {
  left: 0;
}

/* line 140, resources/assets/styles/blocks/_divide.scss */

.divide.divide--gray {
  background-color: #fafafa;
}

/* line 143, resources/assets/styles/blocks/_divide.scss */

.divide.divide--gray .divide_content_bg {
  background: #fafafa;
}

/* line 148, resources/assets/styles/blocks/_divide.scss */

.divide.divide--blue {
  background: #23a1c7;
  color: #fff;
}

/* line 152, resources/assets/styles/blocks/_divide.scss */

.divide.divide--blue .divide_content_bg {
  background: #23a1c7;
}

/* line 156, resources/assets/styles/blocks/_divide.scss */

.divide.divide--blue h3 {
  color: #fff;
}

/* line 160, resources/assets/styles/blocks/_divide.scss */

.divide.divide--blue a {
  color: #fff;
}

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

.groups {
  overflow: hidden;
}

/* line 4, resources/assets/styles/blocks/_groups.scss */

.groups .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 600px) {
  /* line 4, resources/assets/styles/blocks/_groups.scss */

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

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

.groups .group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% / 3);
          flex: 1 1 calc(100% / 3);
  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;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #413244;
  position: relative;
  text-align: center;
  height: 250px;
}

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

  .groups .group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

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

.groups .group_bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.6;
}

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

.groups .group:hover .group_bg {
  opacity: 0.4;
}

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

.groups .group_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

/* line 55, resources/assets/styles/blocks/_groups.scss */

.groups .group_headline {
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}

/* line 62, resources/assets/styles/blocks/_groups.scss */

.groups h4 {
  margin: 0 !important;
  color: #fff;
  font-size: 30px;
}

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

.help.block {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 5, resources/assets/styles/blocks/_help.scss */

.help.block::after {
  clear: both;
  content: "";
  display: table;
}

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

.help.block .container {
  max-width: 800px;
  padding: 0 30px;
  margin: auto;
}

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

.help.block .item {
  border-radius: 3px;
  padding: 40px 30px;
  margin-bottom: 30px;
  display: inline-block;
  border: 2px solid #23a1c7;
  position: relative;
  width: calc(100% / 2 - 15px);
  margin-right: 30px;
  text-align: center;
  float: left;
}

@media (min-width: 300px) {
  /* line 30, resources/assets/styles/blocks/_help.scss */

  .help.block .item:nth-child(2n) {
    margin-right: 0;
  }
}

/* line 36, resources/assets/styles/blocks/_help.scss */

.help.block a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
}

/* line 45, resources/assets/styles/blocks/_help.scss */

.help.block i {
  font-size: 36px;
  color: #333;
}

/* line 50, resources/assets/styles/blocks/_help.scss */

.help.block h2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  color: #23a1c7;
}

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

.help.block p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #4f4f4f;
}

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

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 30px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 100px);
  text-align: center;
}

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

.hero .hero_content {
  margin: 0 auto;
}

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

.hero h1 {
  margin-bottom: 40px;
  color: #fff;
}

/* line 2, resources/assets/styles/blocks/_latest.scss */

.latest .latest_post {
  padding: 100px 30px;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  color: #fff;
}

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

.latest .latest_link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

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

.latest .latest_content {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 370px;
  z-index: 1;
}

@media (max-width: 1200px) {
  /* line 22, resources/assets/styles/blocks/_latest.scss */

  .latest .latest_content {
    max-width: 600px;
  }
}

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

.latest .latest_author {
  text-transform: uppercase;
}

/* line 38, resources/assets/styles/blocks/_latest.scss */

.latest hr {
  margin-bottom: 30px;
  height: 2px;
  background-color: #1c769c;
  border: none;
  max-width: 40px;
  margin-left: 0;
  margin-top: 1em;
}

/* line 48, resources/assets/styles/blocks/_latest.scss */

.latest h3 {
  margin: 0;
  font-size: 28px;
  color: #fff !important;
  line-height: 1.6em;
}

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

.newsletter {
  margin-top: 120px;
  margin-bottom: 120px;
}

/* line 5, resources/assets/styles/blocks/_newsletter.scss */

.newsletter.newsletter--inner {
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0;
  background: #23a1c7;
}

/* line 12, resources/assets/styles/blocks/_newsletter.scss */

.newsletter h3 {
  color: #fff !important;
  margin: 0 auto;
  font-size: 32px;
  max-width: 400px;
}

/* line 19, resources/assets/styles/blocks/_newsletter.scss */

.newsletter hr {
  margin-bottom: 15px;
  height: 2px;
  background-color: #fff;
  border: none;
  max-width: 40px;
  margin-left: 0;
}

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

.newsletter form {
  margin: 40px auto 0;
  max-width: 700px;
}

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

.newsletter input[type=email] {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
}

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

.newsletter input[type=submit] {
  visibility: hidden;
  opacity: 0;
}

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

.numbers {
  padding-top: 120px;
}

/* line 4, resources/assets/styles/blocks/_numbers.scss */

.numbers .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;
  max-width: 830px;
  padding: 0 30px;
  margin: auto;
}

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

.numbers .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -30px;
  padding-bottom: 30px;
}

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

.numbers .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 226px;
          flex: 0 1 226px;
  margin-left: 30px;
  margin-bottom: 30px;
  text-align: center;
}

/* line 30, resources/assets/styles/blocks/_numbers.scss */

.numbers h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: bold;
  color: #23a1c7;
}

/* line 38, resources/assets/styles/blocks/_numbers.scss */

.numbers .item p {
  margin: 0;
}

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

.partners {
  padding-top: 100px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.partners .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1402px;
          flex: 0 1 1402px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  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 17, resources/assets/styles/blocks/_partners.scss */

.partners h1 {
  text-align: center;
  color: #707070;
  margin-bottom: 69px;
}

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

.partners p.fz\(16\) {
  color: #23a1c7;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px !important;
}

/* line 30, resources/assets/styles/blocks/_partners.scss */

.partners .desc {
  margin-bottom: 50px;
  color: #707070;
}

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

.partners .desc p {
  font-size: 13px;
}

/* line 38, resources/assets/styles/blocks/_partners.scss */

.partners .desc a {
  color: #23a1c7;
}

/* line 43, resources/assets/styles/blocks/_partners.scss */

.partners .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -33px;
  margin-bottom: -40px;
}

/* line 52, resources/assets/styles/blocks/_partners.scss */

.partners .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 310px;
          flex: 0 1 310px;
  min-height: 180px;
  margin-left: 33px;
  margin-bottom: 40px;
  padding: 30px 44px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px transparent;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

/* line 68, resources/assets/styles/blocks/_partners.scss */

.partners img {
  max-width: 221px;
  margin-bottom: 17px;
}

/* line 73, resources/assets/styles/blocks/_partners.scss */

.partners span {
  font-size: 15px;
  color: #707070;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 79, resources/assets/styles/blocks/_partners.scss */

.partners .item:hover {
  border: solid 2px #23a1c7;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

/* line 83, resources/assets/styles/blocks/_partners.scss */

.partners .item:hover span {
  color: #23a1c7;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

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

.preview {
  margin-right: 30px;
  margin-left: 30px;
  padding: 120px 30px;
}

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

  .preview {
    padding: 100px 30px;
  }
}

/* line 10, resources/assets/styles/blocks/_preview.scss */

.preview::after {
  clear: both;
  content: "";
  display: table;
}

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

.preview .preview_content {
  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;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 100%;
}

@media all and (max-width: 640px) {
  /* line 16, resources/assets/styles/blocks/_preview.scss */

  .preview .preview_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.preview .preview_image {
  display: inline-block;
}

@media all and (max-width: 640px) {
  /* line 31, resources/assets/styles/blocks/_preview.scss */

  .preview .preview_image {
    display: none;
  }
}

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

.preview .preview_text {
  margin-left: 30px;
  display: inline-block;
  max-width: 400px;
  font-size: 18px;
  line-height: 1.8em;
}

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

.preview hr {
  margin-bottom: 30px;
  height: 2px;
  background-color: #1c769c;
  border: none;
  max-width: 40px;
  margin-left: 0;
}

/* line 56, resources/assets/styles/blocks/_preview.scss */

.preview h3 {
  color: #4f4f4f !important;
  margin-bottom: 20px;
  font-size: 28px;
}

/* line 62, resources/assets/styles/blocks/_preview.scss */

.preview p {
  margin-bottom: 30px;
}

/* line 66, resources/assets/styles/blocks/_preview.scss */

.preview a {
  font-size: 14px;
  color: #1c769c;
}

/* line 71, resources/assets/styles/blocks/_preview.scss */

.preview i {
  font-size: 32px;
}

/* line 75, resources/assets/styles/blocks/_preview.scss */

.preview .slick-prev,
.preview .slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0;
  font-size: 32px;
  cursor: pointer;
  background: transparent;
  color: #999;
  top: 50%;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 93, resources/assets/styles/blocks/_preview.scss */

.preview .slick-prev {
  left: -10px;
}

/* line 97, resources/assets/styles/blocks/_preview.scss */

.preview [dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 102, resources/assets/styles/blocks/_preview.scss */

.preview .slick-next {
  right: -10px;
}

/* line 106, resources/assets/styles/blocks/_preview.scss */

.preview [dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 111, resources/assets/styles/blocks/_preview.scss */

.preview .slick-prev:hover,
.preview .slick-prev:focus,
.preview .slick-next:hover,
.preview .slick-next:focus {
  outline: none;
  background: transparent;
  color: #323232;
}

/* line 120, resources/assets/styles/blocks/_preview.scss */

.preview .slick-prev:hover::before,
.preview .slick-prev:focus::before,
.preview .slick-next:hover::before,
.preview .slick-next:focus::before {
  opacity: 1;
}

/* line 127, resources/assets/styles/blocks/_preview.scss */

.preview .slick-prev.slick-disabled::before,
.preview .slick-next.slick-disabled::before {
  opacity: 0.25;
}

/* line 132, resources/assets/styles/blocks/_preview.scss */

.preview .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 136, resources/assets/styles/blocks/_preview.scss */

.preview .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 147, resources/assets/styles/blocks/_preview.scss */

.preview .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 157, resources/assets/styles/blocks/_preview.scss */

.preview .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 171, resources/assets/styles/blocks/_preview.scss */

.preview .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  /* font-family: "slick"; */
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
}

/* line 187, resources/assets/styles/blocks/_preview.scss */

.preview .slick-dots li.slick-active button::before {
  color: #000;
  opacity: 0.75;
}

/* line 192, resources/assets/styles/blocks/_preview.scss */

.preview .slick-dots li button:hover,
.preview .slick-dots li button:focus {
  outline: none;
}

/* line 197, resources/assets/styles/blocks/_preview.scss */

.preview .slick-dots li button:hover::before,
.preview .slick-dots li button:focus::before {
  opacity: 1;
}

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

.block\(pricing\) {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 5, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .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;
  padding: 0 15px;
}

/* line 12, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) h1 {
  text-align: center;
  margin-bottom: 69px;
}

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

.block\(pricing\) .tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

/* line 25, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .opt {
  font-size: 24px;
  color: #4f4f4f;
  background-color: #fff;
  padding: 15px 28px;
  border-bottom: solid 1px #23a1c7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media all and (max-width: 630px) {
  /* line 25, resources/assets/styles/blocks/_pricing.scss */

  .block\(pricing\) .opt {
    font-size: 16px;
  }
}

/* line 38, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .opt.active-tab {
  background-color: #23a1c7;
  color: #fff;
  border-radius: 8px 8px 0 0;
}

/* line 44, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .opt.menu-open {
  left: 0;
}

/* line 49, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .subtitle {
  font-size: 24px;
  font-weight: bold;
  color: #23a1c7 !important;
  margin-bottom: 0 !important;
}

/* line 56, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .desc {
  margin-bottom: 10px;
}

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

.block\(pricing\) .desc p {
  font-size: 13px;
  color: #4f4f4f;
}

/* line 64, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .desc a {
  color: #4f4f4f;
  text-decoration: underline;
}

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

.block\(pricing\) .calc {
  margin-top: 49px;
  margin-bottom: 91px;
}

/* line 75, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .calc-stuff {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}

/* line 82, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .calc-stuff > * {
  margin-left: 20px;
}

/* line 87, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) label {
  font-size: 24px;
  font-weight: bold;
  color: #4f4f4f;
  text-align: center;
}

/* line 94, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) input[type="number"] {
  width: 160px;
  height: 60px;
  color: #23a1c7;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  border: solid 1px #787777;
}

/* line 105, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) #not-enough,
.block\(pricing\) #too-much {
  font-size: 16px;
  color: red;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

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

.block\(pricing\) .tabs-content {
  width: 100%;
}

/* line 117, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .tab-panel {
  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 123, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  width: 100%;
}

/* line 131, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px;
  margin-left: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border: solid 2px #23a1c7;
  border-radius: 16px;
  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 143, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .fz\(20\) {
  font-size: 20px;
  font-weight: 300;
  color: #4f4f4f !important;
  margin-bottom: 12px !important;
}

/* line 150, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .fz\(54\) {
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 12px !important;
}

/* line 156, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .fz\(16\) {
  font-size: 16px;
  font-weight: bold;
  color: #4f4f4f;
  margin-bottom: 0 !important;
}

/* line 163, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .fz\(13\) {
  font-size: 13px;
  font-weight: bold;
  color: #23a1c7;
  margin-bottom: 0 !important;
}

/* line 170, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .features {
  margin-bottom: 12px;
}

/* line 174, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
}

/* line 179, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .feature i {
  color: #23a1c7;
  margin-left: 10px;
}

/* line 184, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .feature p {
  font-size: 15px;
  color: #4f4f4f;
  margin-left: 10px;
  margin-bottom: 0 !important;
}

/* line 192, resources/assets/styles/blocks/_pricing.scss */

.block\(pricing\) .btn-flat {
  margin-top: 12px;
  border-radius: 8px;
}

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

.social {
  margin-top: 120px;
  margin-bottom: 120px;
}

/* line 5, resources/assets/styles/blocks/_social.scss */

.social .social_instagram {
  margin-bottom: 60px;
  text-align: center;
}

/* line 10, resources/assets/styles/blocks/_social.scss */

.social h2 {
  margin-bottom: 15px;
  font-size: 38px;
  color: #23a1c7;
}

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

.social h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1c769c;
}

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

.social .social_links {
  margin-top: 60px;
  text-align: center;
}

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

.social li {
  margin-right: 15px;
  margin-left: 15px;
  display: inline-block;
}

/* line 35, resources/assets/styles/blocks/_social.scss */

.social a {
  width: 32px;
  height: 32px;
}

/* line 40, resources/assets/styles/blocks/_social.scss */

.social a i {
  font-size: 32px;
  color: #4f4f4f;
}

/* line 45, resources/assets/styles/blocks/_social.scss */

.social a:hover i {
  color: #23a1c7;
}

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

.split {
  padding: 120px 30px;
}

/* line 4, resources/assets/styles/blocks/_split.scss */

.split::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 600px) {
  /* line 1, resources/assets/styles/blocks/_split.scss */

  .split {
    padding: 100px 30px;
  }
}

/* line 14, resources/assets/styles/blocks/_split.scss */

.split .split_content {
  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;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 1050px) {
  /* line 14, resources/assets/styles/blocks/_split.scss */

  .split .split_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.split .split_image {
  display: inline-block;
}

@media (max-width: 1050px) {
  /* line 29, resources/assets/styles/blocks/_split.scss */

  .split .split_image {
    margin-top: 60px;
    max-width: 600px;
  }
}

/* line 37, resources/assets/styles/blocks/_split.scss */

.split .split_image img {
  max-width: 100%;
}

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

.split .split_text {
  display: inline-block;
  max-width: 550px;
  font-size: 18px;
  line-height: 1.8em;
}

/* line 49, resources/assets/styles/blocks/_split.scss */

.split hr {
  margin-bottom: 30px;
  height: 2px;
  background-color: #1c769c;
  border: none;
  max-width: 40px;
  margin-left: 0;
}

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

.split h3 {
  color: #4f4f4f !important;
  margin-bottom: 20px;
  font-size: 28px;
}

/* line 64, resources/assets/styles/blocks/_split.scss */

.split p {
  margin-bottom: 30px;
}

/* line 68, resources/assets/styles/blocks/_split.scss */

.split a {
  font-size: 14px;
  color: #1c769c;
}

/* line 73, resources/assets/styles/blocks/_split.scss */

.split.blue {
  background-color: #23a1c7;
  color: #fff;
  overflow: hidden;
}

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

.split.blue .split_content {
  position: relative;
}

/* line 82, resources/assets/styles/blocks/_split.scss */

.split.blue .split_image {
  position: absolute;
  top: -40px;
  right: 60px;
}

@media (max-width: 1050px) {
  /* line 82, resources/assets/styles/blocks/_split.scss */

  .split.blue .split_image {
    display: none;
  }
}

/* line 92, resources/assets/styles/blocks/_split.scss */

.split.blue .split_text {
  max-width: 450px;
}

/* line 96, resources/assets/styles/blocks/_split.scss */

.split.blue hr {
  background-color: #fff;
}

/* line 100, resources/assets/styles/blocks/_split.scss */

.split.blue h3,
.split.blue p,
.split.blue a {
  color: #fff !important;
}

/* line 2, resources/assets/styles/blocks/_team.scss */

.team .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 830px;
  padding: 0 30px;
  margin: auto;
}

/* line 10, resources/assets/styles/blocks/_team.scss */

.team .member {
  margin-bottom: 60px;
  padding-left: 350px;
  position: relative;
  min-height: 320px;
}

@media (max-width: 770px) {
  /* line 10, resources/assets/styles/blocks/_team.scss */

  .team .member {
    padding: 0;
    margin: 0 auto 60px;
    max-width: 360px;
    text-align: center;
  }
}

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

.team .member:last-child {
  margin-bottom: 0;
}

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

.team .member_avatar {
  border-radius: 100%;
  background-color: #23a1c7;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 320px;
}

@media (max-width: 770px) {
  /* line 28, resources/assets/styles/blocks/_team.scss */

  .team .member_avatar {
    margin: 0 auto 30px;
    position: relative;
    top: auto;
    left: auto;
  }
}

/* line 48, resources/assets/styles/blocks/_team.scss */

.team h3 {
  margin: 0 0 8px !important;
}

/* line 52, resources/assets/styles/blocks/_team.scss */

.team h4 {
  color: #1c769c;
}

/* line 56, resources/assets/styles/blocks/_team.scss */

.team ul li {
  margin-left: 5px;
  display: inline-block;
}

/* line 61, resources/assets/styles/blocks/_team.scss */

.team ul li a {
  color: #ddd;
  border-bottom: solid 1px #23a1c7;
}

/* line 66, resources/assets/styles/blocks/_team.scss */

.team ul li a:hover {
  color: #23a1c7;
}

/* line 37, stdin */

* {
  min-width: 0;
  min-height: 0;
}

/* line 42, stdin */

html {
  overflow-x: hidden;
}


/*# sourceMappingURL=main.css.map*/