/*! 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";

/**
 * These functions require unitless px values.
 */

/** Colors */

/** Box Model  */

/** Import everything from autoload */

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

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

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

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: lato, 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: lato, 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,
.dark,
.small {
  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,
.disabled.dark,
.disabled.small,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.dark:disabled,
.small:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled],
.dark[disabled],
.small[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,
.disabled.dark:hover,
.disabled.small: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,
.dark:disabled:hover,
.small: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,
.dark[disabled]:hover,
.small[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,
.dark,
.small {
  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,
.dark i,
.small 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,
.dark,
.small {
  -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,
.dark:focus,
.small:focus,
.btn-flat:hover,
.dark:hover,
.small:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-block {
  display: block;
}

/** Import theme styles */

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

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

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

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

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

.main > *:not([class^="block("]):not(.story) {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
}

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

.main > *:not([class^="block("]):not(.story) ul {
  list-style-position: inside;
}

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

.main > *:not([class^="block("]):not(.story) li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 2.14;
}

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

.main > p:not([class^="block("]) {
  font-size: 1.125rem;
  line-height: 2.25;
  margin-bottom: 40px;
}

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

.wp-block-embed__wrapper {
  padding-bottom: 56.75%;
  height: 0;
  width: 100%;
}

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

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.mb-20 {
  margin-bottom: 20px !important;
}

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

.no-scroll {
  overflow: hidden;
}

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

h1,
h2,
h3,
p {
  margin: 0;
  letter-spacing: 0;
}

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

a {
  color: #0e72ed;
}

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

.fz\(90\) {
  font-size: 5.625rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

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

.fz\(48\),
.block\(hero\) .title p {
  font-size: 3rem;
  font-weight: 900;
  line-height: 52px;
  letter-spacing: 1.5px;
}

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

.fz\(46\) {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: 1.5px;
}

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

.fz\(40\) {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1px;
}

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

.fz\(38\) {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

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

.fz\(36\),
.block\(threeImageAndText\) h2 p {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 1.5px;
}

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

.fz\(32\) {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

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

.fz\(30\) {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

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

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

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

.fz\(24\) {
  font-size: 1.5rem;
  line-height: 1.33;
}

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

.fz\(22\) {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0;
}

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

.fz\(20\),
.btn-flat,
.dark,
.small,
.block\(impact\) .content,
.block\(threeImageAndText\) .content p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

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

.fz\(18\) {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.4px;
}

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

.fz\(16\) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

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

.fz\(15\) {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 0.87;
  letter-spacing: 0;
}

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

.fz\(13\) {
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}

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

.fz\(12\),
.content-info .legal-nav .menu-item a {
  font-size: 0.75rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg\(alt-zoom-blue\) {
  background-color: #0e72ed;
}

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

.c\(alt-zoom-blue\) {
  color: #0e72ed;
}

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

.bg\(charcoal-grey\) {
  background-color: #39394d;
}

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

.c\(charcoal-grey\) {
  color: #39394d;
}

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

.bg\(dark-gray\) {
  background-color: #414155;
}

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

.c\(dark-gray\) {
  color: #414155;
}

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

.bg\(dark-indigo\) {
  background-color: #0d2a4c;
}

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

.c\(dark-indigo\) {
  color: #0d2a4c;
}

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

.bg\(dusty-orange\) {
  background-color: #f26d21;
}

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

.c\(dusty-orange\) {
  color: #f26d21;
}

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

.bg\(ice-blue\) {
  background-color: #f6faff;
}

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

.c\(ice-blue\) {
  color: #f6faff;
}

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

.bg\(moon-shadow\) {
  background-color: #0d2a4c;
}

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

.c\(moon-shadow\) {
  color: #0d2a4c;
}

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

.bg\(pale-grey\) {
  background-color: #f6f7f9;
}

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

.c\(pale-grey\) {
  color: #f6f7f9;
}

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

.bg\(pastel-blue\) {
  background-color: #96c5ff;
}

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

.c\(pastel-blue\) {
  color: #96c5ff;
}

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

.bg\(powder-blue\) {
  background-color: #c0ddff;
}

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

.c\(powder-blue\) {
  color: #c0ddff;
}

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

.bg\(very-light-blue\) {
  background-color: #e4f0ff;
}

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

.c\(very-light-blue\) {
  color: #e4f0ff;
}

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

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

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

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

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

.bg\(zoom-blue\) {
  background-color: #0e72ed;
}

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

.c\(zoom-blue\) {
  color: #0e72ed;
}

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

.bg\(zoom-jaguar\) {
  background-color: #232333;
}

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

.c\(zoom-jaguar\) {
  color: #232333;
}

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

.btn-flat,
.dark,
.small {
  min-width: 190px;
  height: 58px;
  border-radius: 5px;
  background-color: #0e72ed;
  color: white;
  padding: 17px 28px;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.btn-flat:hover,
.dark:hover,
.small:hover {
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  background-color: #e4f0ff;
  color: #0e72ed;
}

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

.dark {
  background-color: #0d2a4c;
  color: #f6f7f9;
}

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

.dark:focus {
  background-color: #0d2a4c;
}

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

.small {
  min-width: 150px;
  max-width: 150px;
  height: 40px;
  padding: 10px;
  text-transform: uppercase;
}

/** Search form */

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

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  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;
  z-index: 10;
}

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

.modal__container {
  background-color: transparent;
  padding: 30px;
  max-width: 80vw;
  height: 100%;
  width: 60%;
  border-radius: 10px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 900px) {
  /* line 14, resources/assets/styles/components/_modal.scss */

  .modal__container {
    width: 90%;
    max-width: 90vw;
  }
}

@media all and (max-width: 500px) {
  /* line 14, resources/assets/styles/components/_modal.scss */

  .modal__container {
    padding: 20px 15px;
  }
}

@supports (display: flex) {
  /* line 35, resources/assets/styles/components/_modal.scss */

  .modal__container {
    height: initial;
    max-height: 80vh;
  }
}

/* line 41, resources/assets/styles/components/_modal.scss */

.modal__header {
  position: relative;
  display: block;
  height: 30px;
  padding-bottom: 0 !important;
  margin-bottom: 20px;
}

@supports (display: flex) {
  /* line 50, resources/assets/styles/components/_modal.scss */

  .modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: initial;
    margin-bottom: 0;
  }
}

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

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

@supports (display: flex) {
  /* line 71, resources/assets/styles/components/_modal.scss */

  .modal__close {
    position: static;
  }
}

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

.modal__header .modal__close::before {
  content: "\2715";
  color: white;
}

/* line 81, resources/assets/styles/components/_modal.scss */

.modal__content {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
}

@supports (display: flex) {
  /* line 88, resources/assets/styles/components/_modal.scss */

  .modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}

/* line 95, resources/assets/styles/components/_modal.scss */

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

/* line 123, resources/assets/styles/components/_modal.scss */

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************
  Demo Animation Style
**************************/

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes mmslideIn {
  from {
    -o-transform: translateY(15%);
       transform: translateY(15%);
  }

  to {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
         -o-transform: translateY(15%);
            transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@-o-keyframes mmslideOut {
  from {
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  to {
    -o-transform: translateY(-10%);
       transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

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

.micromodal-slide {
  display: none;
}

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

.micromodal-slide.is-open {
  display: block;
}

/* line 160, resources/assets/styles/components/_modal.scss */

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* line 165, resources/assets/styles/components/_modal.scss */

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 169, resources/assets/styles/components/_modal.scss */

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 173, resources/assets/styles/components/_modal.scss */

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 177, resources/assets/styles/components/_modal.scss */

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
       -o-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/**************
  Iframe responsiveness and stlying
***************/

/* line 185, resources/assets/styles/components/_modal.scss */

.frame-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.75%;
}

/* line 192, resources/assets/styles/components/_modal.scss */

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/** Media alignment */

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

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

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

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

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

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

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

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

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

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

/** Captions */

/** Text meant only for screen readers */

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

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

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

.banner {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  /* .style-svg path {
    transition: fill 0.2s ease;
  } */
}

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

.banner .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d2a4c;
  width: 100%;
  min-height: 43px;
  padding: 7px 3.38542vw;
}

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

.banner .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 77px;
  padding: 21px 3.38542vw;
}

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

.banner .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1500px;
          flex: 0 1 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.banner .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -18px;
}

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

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

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

.banner .logos > * {
  margin-left: 6px;
}

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

.banner .logos .zoom {
  height: 42px;
  -ms-flex-item-align: center;
      align-self: center;
}

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

  .banner .logos span {
    display: none;
  }
}

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

.banner .logos .style-svg {
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
  width: 190px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.banner .wait {
  opacity: 0.001;
}

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

.banner .wait.appear {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

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

.banner .skip {
  display: none;
}

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

.banner .skip a {
  text-decoration: underline;
  color: transparent;
}

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

.banner .brand {
  font-size: 24px;
}

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

.banner .nav-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.banner .nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.banner .menu-item,
.banner div.c\(white\) {
  margin-left: 27px;
}

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

  .banner div.c\(white\) {
    display: none;
  }
}

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

.banner .menu-item a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-bottom: solid 2px transparent;
  -webkit-transition: border-bottom 0.2s ease;
  -o-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}

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

.banner .current-menu-item a {
  border-bottom: solid 2px #0e72ed;
}

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

.banner .orange-btn a {
  background-color: #f26d21;
  min-width: 169px;
  height: 26px;
  text-align: center;
  border-radius: 4px;
  padding: 2px 15px;
}

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

.banner .blue-btn a {
  background-color: #0e72ed;
  min-width: 110px;
  height: 34px;
  text-align: center;
  border-radius: 5px;
  padding: 5px 25px;
}

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

  .banner .nav-primary .nav {
    display: none;
  }
}

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

.banner .menu-btn {
  display: none;
}

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

  .banner .menu-btn {
    margin-left: 50px;
    height: 44px;
    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: 0 15px;
    cursor: pointer;
    z-index: 9001;
  }
}

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

.banner .bar {
  background-color: #fff;
  width: 25px;
  height: 2px;
  margin: 3px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.banner .mobile {
  background-color: #0e72ed;
  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;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  padding: 110px 100px;
  pointer-events: none;
  z-index: 9001;
  width: 100%;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  transition: opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
}

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

.banner .mobile.nav-active {
  pointer-events: all;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  z-index: 9001;
  -webkit-transition: opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  transition: opacity 0.25s ease-in-out, height 0s ease-in-out 0.25s;
  overflow: auto;
  min-height: 100vh;
  height: auto;
  display: block;
}

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

  .banner .mobile.nav-active {
    padding: 110px 55px 50px;
  }
}

@media all and (min-width: 992px) {
  /* line 197, resources/assets/styles/layouts/_header.scss */

  .banner .mobile.nav-active {
    display: none;
  }
}

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

.banner .mobile .fa-window-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 36px;
}

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

.banner .mobile .zoom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.banner .mobile .zoom-link .style-svg {
  width: 190px;
  height: 24px;
  margin-top: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.banner .mobile .mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.banner .mobile .menu-mobile-menu-container {
  margin: 40px 0;
}

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

.banner .mobile .mobile-nav .menu-item {
  margin-bottom: 22px;
  margin-left: 0;
}

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

.banner .mobile .mobile-nav .menu-item a {
  color: #fff !important;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0 5px 5px 0;
  margin: 0 auto;
  border-bottom: solid 4px transparent;
  -webkit-transition: border-bottom 0.2s ease;
  -o-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

  .banner .mobile .mobile-nav .menu-item a {
    font-size: 8vw;
  }
}

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

.headroom--not-top {
  background-color: #fff;
  -webkit-transition: height 0.3s ease, -webkit-transform 0.3s ease;
  transition: height 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: height 0.3s ease, -o-transform 0.3s ease;
  transition: transform 0.3s ease, height 0.3s ease;
  transition: transform 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

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

.headroom--not-top .header-main .menu-item:not(.blue-btn) a,
.headroom--not-top .brand {
  color: #0d2a4c;
}

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

.headroom--not-top .bar {
  background-color: #0d2a4c;
}

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

.headroom--not-top div.c\(white\) {
  color: #0d2a4c;
}

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

.banner .nav-top .nav .menu-item a {
  text-transform: uppercase;
}

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

.banner .mobile-nav .dark-btn.menu-item a {
  width: 250px;
  height: 70px;
  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;
  background-color: #0d2a4c;
  color: #e4f0ff;
  border-radius: 10px;
  padding: 0;
}

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

.banner .menu-item:not(.orange-btn):not(.blue-btn) a:hover {
  border-bottom: solid 2px #0e72ed;
  -webkit-transition: border-bottom 0.2s ease;
  -o-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}

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

.banner .mobile-nav .menu-item:not(.dark-btn) a:hover {
  border-bottom: solid 4px #96c5ff;
  -webkit-transition: border-bottom 0.2s ease;
  -o-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}

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

.home .headroom--top .zoom .style-svg {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(192deg) brightness(101%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(192deg) brightness(101%) contrast(100%);
}

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

.home .headroom--top .logos span {
  color: #fff;
}

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

.archive .headroom--top,
.archive-stories .headroom--top,
.single-story .headroom--top,
.template-custom .headroom--top,
.page-template-default:not(.home) .headroom--top {
  background-color: #fff;
  -webkit-transition: height 0.3s ease, -webkit-transform 0.3s ease;
  transition: height 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: height 0.3s ease, -o-transform 0.3s ease;
  transition: transform 0.3s ease, height 0.3s ease;
  transition: transform 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

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

.archive .headroom--top .header-main .menu-item:not(.blue-btn) a,
.archive .headroom--top .brand,
.archive-stories .headroom--top .header-main .menu-item:not(.blue-btn) a,
.archive-stories .headroom--top .brand,
.single-story .headroom--top .header-main .menu-item:not(.blue-btn) a,
.single-story .headroom--top .brand,
.template-custom .headroom--top .header-main .menu-item:not(.blue-btn) a,
.template-custom .headroom--top .brand,
.page-template-default:not(.home) .headroom--top .header-main .menu-item:not(.blue-btn) a,
.page-template-default:not(.home) .headroom--top .brand {
  color: #0d2a4c;
}

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

.archive .headroom--top .bar,
.archive-stories .headroom--top .bar,
.single-story .headroom--top .bar,
.template-custom .headroom--top .bar,
.page-template-default:not(.home) .headroom--top .bar {
  background-color: #0d2a4c;
}

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

.archive .headroom--top div.c\(white\),
.archive-stories .headroom--top div.c\(white\),
.single-story .headroom--top div.c\(white\),
.template-custom .headroom--top div.c\(white\),
.page-template-default:not(.home) .headroom--top div.c\(white\) {
  color: #0d2a4c;
}

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

.headroom--pinned {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

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

.headroom--unpinned {
  -webkit-transform: translateY(-90px);
       -o-transform: translateY(-90px);
          transform: translateY(-90px);
}

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

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

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

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

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

.content-info .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  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;
}

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

.content-info .footer-top {
  min-height: 288px;
  background-image: -webkit-linear-gradient(280deg, #e4f0ff, #ffe9df 91%);
  background-image: -o-linear-gradient(280deg, #e4f0ff, #ffe9df 91%);
  background-image: linear-gradient(170deg, #e4f0ff, #ffe9df 91%);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.content-info .footer-top .inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1309px;
          flex: 0 1 1309px;
  margin: 0 auto;
  padding: 30px 15px;
  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;
}

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

  .content-info .footer-top .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

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

.content-info .foot-logo {
  width: 123px;
  margin-right: 50px;
}

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

  .content-info .foot-logo {
    margin-right: 0;
  }
}

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

  .content-info .foot-logo {
    margin-bottom: 20px;
  }
}

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

  .content-info .foot-logo {
    margin-right: 0;
  }
}

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

  .content-info h3.c\(moon-shadow\) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

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

.content-info .legal-nav .menu-item::before {
  content: "\A0|\A0";
  font-weight: 300;
  color: #fff;
}

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

.content-info .legal-nav .menu-item:first-of-type::before {
  content: "\A0\A0";
}

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

.content-info .legal-nav .menu-item a {
  color: #fff;
  white-space: nowrap;
}

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

.content-info .footer-bottom {
  padding: 8.21355vh 6.25vw 15.40041vh;
}

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

.content-info .many-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

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

.content-info .many-menus ul {
  margin: 0;
}

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

.content-info .many-menus .menu-item a {
  font-size: 11px;
  color: #fff;
  font-weight: 300;
}

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

.content-info .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
  margin-bottom: 30px;
}

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

.content-info .foot-nav {
  margin: 0;
}

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

.content-info .foot-nav .menu-item {
  margin-bottom: 10px;
}

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

.content-info .foot-nav .menu-item a {
  color: #0d2a4c;
  font-family: lato, sans-serif;
}

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

.content-info .foot-nav .menu-item a:hover {
  color: #0e72ed;
  text-decoration: underline;
}

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

.content-info .many-menus .menu-item a:hover {
  text-decoration: underline;
}

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

.content-info .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

  .content-info .socials {
    margin-bottom: 20px;
  }
}

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

.content-info .social-link {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 36px;
  height: 36px;
  background-color: #414155;
  border-radius: 50%;
  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: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

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

.content-info .social-link i {
  font-size: 18px;
}

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

.content-info .social-link:hover {
  background-color: #0e72ed;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

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

.content-info .bot-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.content-info .legal-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

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

.content-info .legal-nav .menu-item a:hover {
  text-decoration: underline;
}

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

.page-header {
  min-height: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.page-header .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 900px;
          flex: 0 1 900px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.archive .main {
  padding-top: 90px;
}

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

.archive .art-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8.21355vh;
}

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

.archive .art-container {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1428px;
          flex: 0 1 1428px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -59px;
}

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

.archive article {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 640px;
          flex: 0 1 640px;
  margin-left: 59px;
  margin-bottom: 45px;
}

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

.archive .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 358px;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media all and (max-width: 670px) {
  /* line 41, resources/assets/styles/layouts/_pages.scss */

  .archive .image {
    width: 400px;
    height: 224px;
    margin: 0 auto 20px;
  }
}

@media all and (max-width: 430px) {
  /* line 41, resources/assets/styles/layouts/_pages.scss */

  .archive .image {
    width: 270px;
    height: 151px;
  }
}

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

.archive a.fz\(20\),
.archive a.btn-flat,
.archive a.dark,
.archive a.small,
.archive .block\(impact\) a.content,
.block\(impact\) .archive a.content {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

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

.archive a.fz\(20\):hover,
.archive a.btn-flat:hover,
.archive a.dark:hover,
.archive a.small:hover,
.archive .block\(impact\) a.content:hover,
.block\(impact\) .archive a.content:hover {
  color: #0e72ed;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

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

.archive p.fz\(13\) {
  margin-top: 10px;
}

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

.archive-stories .main {
  padding-top: 90px;
}

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

.archive-stories .block\(storyList\) {
  padding-top: 60px;
  padding-bottom: 0;
}

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

.archive-stories .block\(storyList\) h2.fz\(46\) {
  margin: 10px auto 50px;
}

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

.archive-stories .block\(storyList\) .content {
  margin: 0 auto 20px;
  max-width: 873px;
}

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

.archive-stories .block\(storyList\) .content p {
  font-size: 1rem;
  line-height: 2.63;
  font-weight: 500;
}

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

.archive-stories .block\(storyList\) .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-bottom: 40px;
}

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

.archive-stories .block\(storyList\) .filters > * {
  margin-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
}

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

.archive-stories .block\(storyList\) .full-input {
  height: 78px;
  border: solid 2px #e4e4ed;
  border-radius: 5px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 20px;
  font-size: 20px;
}

@media all and (max-width: 450px) {
  /* line 111, resources/assets/styles/layouts/_pages.scss */

  .archive-stories .block\(storyList\) .full-input {
    height: 60px;
    padding: 15px 5px;
  }
}

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

.archive-stories .block\(storyList\) input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  opacity: 1;
  display: block;
  color: #414155;
}

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

.archive-stories .block\(storyList\) .check-container {
  height: 70px;
  border-bottom: solid 1px #e4e4ed;
  border-left: solid 1px #e4e4ed;
  border-right: solid 1px #e4e4ed;
  padding: 20px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #232333;
}

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

.archive-stories .block\(storyList\) .check-container:last-child {
  border-radius: 0 0 5px 5px;
}

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

.archive-stories .block\(storyList\) .inner-form {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  display: none;
}

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

.archive-stories .block\(storyList\) input[type="checkbox"] {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border: none;
  background: #f6f7f9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  min-width: 22px;
}

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

.archive-stories .block\(storyList\) input[type="checkbox"]:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

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

.archive-stories .block\(storyList\) .visual-checkbox {
  width: 100%;
}

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

.archive-stories .block\(storyList\) .tool-tip {
  position: absolute;
  top: -55px;
  left: 0;
  visibility: hidden;
  background-color: #0e72ed;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-transition: visibility 0.2s ease;
  -o-transition: visibility 0.2s ease;
  transition: visibility 0.2s ease;
}

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

.archive-stories .block\(storyList\) .tool-tip::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -5px;
  left: 95px;
  background-color: #0e72ed;
  border-radius: 0 0 3px 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

.archive-stories .block\(storyList\) form {
  position: relative;
}

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

.archive-stories .block\(storyList\) form:hover .tool-tip {
  visibility: visible;
  -webkit-transition: visibility 0.2s ease;
  -o-transition: visibility 0.2s ease;
  transition: visibility 0.2s ease;
}

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

.archive-stories .block\(storyList\) form:hover .full-input {
  border-radius: 5px 5px 0 0;
}

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

.archive-stories .block\(storyList\) form:hover .inner-form {
  visibility: visible;
  opacity: 1;
  display: block;
  width: 200px;
  z-index: 1;
}

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

.archive-stories .block\(storyList\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -59px;
}

@media all and (max-width: 1368px) {
  /* line 229, resources/assets/styles/layouts/_pages.scss */

  .archive-stories .block\(storyList\) .list {
    max-width: 966px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media all and (max-width: 991px) {
  /* line 229, resources/assets/styles/layouts/_pages.scss */

  .archive-stories .block\(storyList\) .list {
    max-width: 720px;
  }
}

@media all and (max-width: 767px) {
  /* line 229, resources/assets/styles/layouts/_pages.scss */

  .archive-stories .block\(storyList\) .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.archive-stories .block\(storyList\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 407px;
          flex: 0 1 407px;
  margin-left: 59px;
  margin-bottom: 40px;
}

@media all and (max-width: 1368px) {
  /* line 249, resources/assets/styles/layouts/_pages.scss */

  .archive-stories .block\(storyList\) .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 408px;
            flex: 0 1 408px;
    margin-left: 50px;
  }
}

@media all and (max-width: 991px) {
  /* line 249, resources/assets/styles/layouts/_pages.scss */

  .archive-stories .block\(storyList\) .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
    margin-left: 40px;
  }
}

@media all and (max-width: 767px) {
  /* line 249, resources/assets/styles/layouts/_pages.scss */

  .archive-stories .block\(storyList\) .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 407px;
            flex: 0 1 407px;
    margin-left: 0;
  }
}

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

.archive-stories .block\(storyList\) .image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 228px;
  border-radius: 15px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
  height: auto;
  aspect-ratio: 9/5.05;
}

@media all and (max-width: 670px) {
  /* line 270, resources/assets/styles/layouts/_pages.scss */

  .archive-stories .block\(storyList\) .image {
    margin: 0 auto 20px;
  }
}

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

.archive-stories .block\(storyList\) .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
}

@media all and (max-width: 430px) {
  /* line 291, resources/assets/styles/layouts/_pages.scss */

  .archive-stories .block\(storyList\) .terms {
    display: none;
  }
}

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

.archive-stories .block\(storyList\) .term {
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

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

.archive-stories .block\(storyList\) .term::after {
  content: ",";
}

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

.archive-stories .block\(storyList\) .term:last-of-type::after {
  content: "";
}

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

.archive-stories .block\(storyList\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 15px;
  background-image: -webkit-linear-gradient(332deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-image: -o-linear-gradient(332deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-image: linear-gradient(118deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-size: cover;
  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;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media all and (max-width: 670px) {
  /* line 335, resources/assets/styles/layouts/_pages.scss */

  .archive-stories .block\(storyList\) .text {
    width: 400px;
    margin: 0 auto;
  }
}

@media all and (max-width: 430px) {
  /* line 335, resources/assets/styles/layouts/_pages.scss */

  .archive-stories .block\(storyList\) .text {
    width: 300px;
  }
}

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

.archive-stories .block\(storyList\) h4.fz\(20\),
.archive-stories .block\(storyList\) h4.btn-flat,
.archive-stories .block\(storyList\) h4.dark,
.archive-stories .block\(storyList\) h4.small,
.archive-stories .block\(storyList\) .block\(impact\) h4.content,
.block\(impact\) .archive-stories .block\(storyList\) h4.content {
  text-transform: uppercase;
}

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

.archive-stories .block\(storyList\) p.fz\(20\),
.archive-stories .block\(storyList\) p.btn-flat,
.archive-stories .block\(storyList\) p.dark,
.archive-stories .block\(storyList\) p.small,
.archive-stories .block\(storyList\) .block\(impact\) p.content,
.block\(impact\) .archive-stories .block\(storyList\) p.content,
.archive-stories .block\(storyList\) .block\(threeImageAndText\) .content p,
.block\(threeImageAndText\) .content .archive-stories .block\(storyList\) p {
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

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

.archive-stories .block\(storyList\) .item:hover .overlay {
  opacity: 1;
}

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

.archive-stories .block\(storyList\) .item:hover p.fz\(20\),
.archive-stories .block\(storyList\) .item:hover p.btn-flat,
.archive-stories .block\(storyList\) .item:hover p.dark,
.archive-stories .block\(storyList\) .item:hover p.small,
.archive-stories .block\(storyList\) .item:hover .block\(impact\) p.content,
.block\(impact\) .archive-stories .block\(storyList\) .item:hover p.content,
.archive-stories .block\(storyList\) .item:hover .block\(threeImageAndText\) .content p,
.block\(threeImageAndText\) .content .archive-stories .block\(storyList\) .item:hover p {
  color: #0e72ed;
}

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

.archive-stories .block\(storyList\) .item:hover .term {
  color: #0d2a4c;
}

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

.faqs .main {
  padding-top: 90px;
}

/* line 2, resources/assets/styles/layouts/_posts.scss */

.single-story article {
  padding: 90px 0 0;
  margin: 0 auto;
}

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

.single-story article header {
  position: relative;
  padding: 60px 0;
}

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

.single-story article header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 275px;
  background-color: #f6faff;
  top: 0;
  left: 0;
  z-index: -1;
}

@media all and (max-width: 1005px) {
  /* line 11, resources/assets/styles/layouts/_posts.scss */

  .single-story article header::after {
    height: 35%;
  }
}

@media all and (max-width: 800px) {
  /* line 11, resources/assets/styles/layouts/_posts.scss */

  .single-story article header::after {
    height: 45%;
  }
}

@media all and (max-width: 632px) {
  /* line 11, resources/assets/styles/layouts/_posts.scss */

  .single-story article header::after {
    height: 70%;
  }
}

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

.single-story article header .container {
  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;
  max-width: 1370px;
}

/* line 45, resources/assets/styles/layouts/_posts.scss */

.single-story .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media all and (max-width: 767px) {
  /* line 45, resources/assets/styles/layouts/_posts.scss */

  .single-story .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 54, resources/assets/styles/layouts/_posts.scss */

.single-story .location {
  margin-right: 20px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* line 59, resources/assets/styles/layouts/_posts.scss */

.single-story .entry-title {
  letter-spacing: 1.1px;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6px;
}

@media all and (max-width: 767px) {
  /* line 59, resources/assets/styles/layouts/_posts.scss */

  .single-story .entry-title {
    margin-top: 0;
  }
}

/* line 70, resources/assets/styles/layouts/_posts.scss */

.single-story .featured-image {
  margin-top: 60px;
  margin-bottom: 0;
  width: 950px;
  max-width: 100%;
  height: 536px;
}

@media all and (max-width: 1005px) {
  /* line 70, resources/assets/styles/layouts/_posts.scss */

  .single-story .featured-image {
    margin-top: 40px;
  }
}

@media all and (max-width: 980px) {
  /* line 70, resources/assets/styles/layouts/_posts.scss */

  .single-story .featured-image {
    width: 100%;
    height: auto;
  }
}

/* line 86, resources/assets/styles/layouts/_posts.scss */

.single-story .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

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

.single-story .quote {
  max-width: 650px;
  margin: 0 auto 40px;
}

/* line 100, resources/assets/styles/layouts/_posts.scss */

.single-story .quote p {
  font-size: 2.375rem;
  line-height: 1.42;
  letter-spacing: 0;
  font-weight: bold;
}

/* line 107, resources/assets/styles/layouts/_posts.scss */

.single-story .quote .underline {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAxOTIgNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yIDJjNy45NDQgOSAxODAuMDU2LTYgMTg4IDMiIHN0cm9rZT0iIzJEOENGRiIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* line 114, resources/assets/styles/layouts/_posts.scss */

.single-story .name {
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: bold;
}

/* line 120, resources/assets/styles/layouts/_posts.scss */

.single-story .entry-content > *:not([class^="block("]) {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 810px;
}

/* line 127, resources/assets/styles/layouts/_posts.scss */

.single-story .entry-content > *:not([class^="block("]) ul {
  list-style-position: inside;
}

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

.single-story .entry-content > *:not([class^="block("]) li {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 7px;
  font-size: 1.0625rem;
  line-height: 1.3;
}

/* line 140, resources/assets/styles/layouts/_posts.scss */

.single-story .entry-content blockquote {
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 145, resources/assets/styles/layouts/_posts.scss */

.single-story .entry-content blockquote p {
  margin-left: 30px !important;
  margin-bottom: 20px;
  font-size: 1.125rem !important;
  line-height: 1.5;
  position: relative;
}

/* line 152, resources/assets/styles/layouts/_posts.scss */

.single-story .entry-content blockquote p::before {
  content: "\201C";
  position: absolute;
  top: -15px;
  left: -30px;
  font-size: 38px;
  color: #0e72ed;
}

/* line 162, resources/assets/styles/layouts/_posts.scss */

.single-story .entry-content blockquote cite {
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0e72ed;
}

/* line 168, resources/assets/styles/layouts/_posts.scss */

.single-story .entry-content blockquote cite::before {
  content: "\2014\A0";
  color: #0e72ed;
}

/* line 175, resources/assets/styles/layouts/_posts.scss */

.single-story .entry-content > p:not([class^="block("]) {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 43px;
  letter-spacing: 0;
  color: #414155;
}

/* line 182, resources/assets/styles/layouts/_posts.scss */

.single-story .entry-content > p:not([class^="block("]) a {
  text-decoration: underline;
}

/* line 187, resources/assets/styles/layouts/_posts.scss */

.single-story .entry-content > h2:not([class^="block("]) {
  font-size: 24px;
  color: #232333;
  margin-bottom: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

/* line 195, resources/assets/styles/layouts/_posts.scss */

.single-story ul {
  margin-bottom: 60px;
}

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

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

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

.block\(aboutIntro\) {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM0OSIgaGVpZ2h0PSI2MjUiIHZpZXdCb3g9IjAgMCAxMzQ5IDYyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGlkPSJQYXRoIENvcHkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTc3NS4xODggMTA0LjI3M0MtNjU2LjA1NiA1OS42NzM2IC01MzEuNTQ1IDI0LjU3NTUgLTQwMy41MTkgLTAuNDk1NTY0Qy0zNDAuMDkgLTEyLjg5OTYgLTI3NS45NzYgLTIyLjc5OTMgLTIxMS4xNzQgLTMwLjE5NDVDLTE1Mi4zNzMgLTM2LjkwNTMgLTgxLjE3MDggLTQ5LjE3MDQgLTI5LjE2OTYgLTE5LjUxMDhDMTIuMjYxNSA0LjA5MTA2IDMxLjQ0MTkgNDUuMzk0MyAzOS43MTIxIDgzLjY1MjlDNDkuODkyMyAxMzAuODAxIDQ2LjAyMjIgMTgwLjQyIDM3LjI1MiAyMjcuNDgyQzE5LjE0MTYgMzI0Ljg5NSAtMjQuOTc5NSA0MTcuNjk4IC02Mi4zNDA0IDUxMS4yQy04MS4zNDA4IDU1OC44MjkgLTEwMC4zNDEgNjA3LjMzMSAtMTEwLjY4MiA2NTYuNjlDLTExOS4xMjIgNjk3LjA4MSAtMTE1Ljg1MiA3NDQuODgyIC03MC4zOTA2IDc3MS41NTJDLTIzLjY3OTQgNzk4LjkzOCAzNS41MjIgNzc1LjYwNCA3OS40MTMgNzU1Ljk5OUMxMjguNDE0IDczNC4xMiAxNzIuNjA1IDcwNi4zNjQgMjE1LjE5NiA2NzcuNTQ2QzI1OC45MjcgNjQ3Ljk0MSAzMDEuMTk4IDYxNi45NjggMzQ2LjQ3OSA1ODguODExQzM5MS43NjEgNTYwLjY1NCA0NDEuMDAyIDUzMy4xMDMgNDk4LjE5MyA1MjIuODUyQzUyNy4xOTQgNTE3LjY1OSA1NTguMzU1IDUxNy40NzggNTg1Ljg4NSA1MjcuMTk0QzYxMi45NDYgNTM2Ljc0NSA2MzIuNjI2IDU1NC43MyA2NDYuMTY3IDU3NS4wNzVDNjc1Ljc4NyA2MTkuNjI3IDY3OS4zNDggNjcxLjkyOSA2ODguNjc4IDcyMC43MzdDNjk2Ljc2OCA3NjMuMDA4IDcwOS44NTggODA1LjE0NSA3NDIuMzU5IDg0MC4yNTdDNzcxLjQyIDg3MS42NjMgODEzLjAwMSA4OTEuOTM3IDg2My4xMzIgODkyLjUwNEM4OTUuNDQzIDg5Mi44NjYgOTI3LjkzMyA4ODcuNSA5NTkuNjI0IDg4My4xNTdDOTkyLjg0NSA4NzguNjA1IDEwMjUuOTUgODczLjUzIDEwNTguOTMgODY3LjkzNEMxMTI0Ljg3IDg1Ni43MzYgMTE5MC4xNyA4NDMuNDg4IDEyNTQuODMgODI4LjE4OUMxMjg1Ljg1IDgyMC44NDYgMTMxNi42NyA4MTMuMDQyIDEzNDcuMjkgODA0Ljc3NkMxMzUwLjI5IDgwMy45ODkgMTM0OS4wMSA4MDAuMTU4IDEzNDUuOTYgODAwLjk4NEMxMjE4LjI3IDgzNS40MTcgMTA4Ny4zMSA4NjEuODE0IDk1NC4zMDQgODc5LjkyNEM5MjAuNTUzIDg4NC41MTEgODg1LjYxMyA4OTAuNDUgODUxLjIwMiA4ODguMTQ1QzgyMi40NDEgODg2LjIxIDc5NS45MSA4NzYuOTU4IDc3NC4yIDg2Mi4wOTdDNzMzLjY4OSA4MzQuMzcyIDcxMS45MzggNzkzLjI1OCA3MDAuOTY4IDc1Mi43ODlDNjg3LjQ5OCA3MDMuMDkxIDY4Ni4yODggNjUxLjQyNyA2NjYuMTM3IDYwMi44NDZDNjUwLjU0NyA1NjUuMjY0IDYyMC45NjYgNTI5LjA1MSA1NjkuNTc1IDUxOC41OEM1MTcuMjQ0IDUwNy45MTIgNDYxLjMwMiA1MjQuNTUxIDQxNi41NzEgNTQ1LjIyNkMzNjcuOTIgNTY3LjY4NyAzMjQuMzU5IDU5Ny4xOSAyODIuMDE4IDYyNi4yNTlDMjM4LjAxNyA2NTYuNTA5IDE5NC45MDYgNjg3Ljc1OCAxNDguMTM1IDcxNS40MzVDMTI1LjQ0NyA3MjkuMDE0IDEwMS42NzEgNzQxLjQyOCA3Ni45NTMgNzUyLjZDNDkuNTIyMyA3NjQuODQ5IDE5LjIzMTYgNzc3Ljc3NSAtMTIuNzA5MiA3NzkuOTk0Qy00My4zOTk5IDc4Mi4xNDkgLTcwLjM1MDYgNzcxLjE5IC04Ny45MTEgNzUxLjYwMUMtMTA2LjA4MSA3MzEuMzI3IC0xMTEuMDcyIDcwNi41MDUgLTEwOS4zNjIgNjgyLjE1NkMtMTA3LjUxMSA2NTUuODQgLTk5LjE0MTMgNjI5Ljc1MiAtOTEuMDQxMSA2MDQuMjdDLTgzLjM1MDkgNTgwLjA5NCAtNzQuNjEwNyA1NTYuMTM4IC02NS4zNzA0IDUzMi4zMDhDLTI4LjUzOTYgNDM3LjQyMSAxNy4xODE2IDM0NC4wMjggMzguNjMyMSAyNDUuOTM5QzQ4Ljg0MjMgMTk5LjI4NiA1My43ODI0IDE1MS4yOCA0OC4xNzIzIDEwNC4wMjlDNDMuODkyMiA2OC4wMjA2IDMxLjc1MTkgMzAuNDM4NiAzLjg3MTIyIDEuMDM4NTZDLTkuMjc5MTEgLTEyLjgzOTMgLTI2LjA0OTUgLTI0LjUzMDEgLTQ1Ljk4IC0zMS44OTM5Qy03Mi4zODA2IC00MS42OTY1IC0xMDEuODQxIC00My4wODEyIC0xMzAuNTUyIC00MS42MzM2Qy0xOTQuMjE0IC0zOC40MjM3IC0yNTguMjU1IC0yOS4xNjM5IC0zMjAuNjg3IC0xOS4yMTE4Qy00NDguOTE5IDEuMjI5MzcgLTU3NC4yNDkgMzEuNjU1MSAtNjk0LjgyNiA3MS42MTU5Qy03MjIuNzQgODAuODY3OSAtNzUwLjM3IDkwLjYyMDcgLTc3Ny43MTggMTAwLjg3NEMtNzgwLjYxOCAxMDEuOTY4IC03NzguMDg4IDEwNS4zNTkgLTc3NS4xODggMTA0LjI3M1oiIGZpbGw9IiNDMERERkYiLz4KPC9zdmc+Cg==), -webkit-linear-gradient(290deg, #e4f0ff 23%, #ffe9df);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM0OSIgaGVpZ2h0PSI2MjUiIHZpZXdCb3g9IjAgMCAxMzQ5IDYyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGlkPSJQYXRoIENvcHkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTc3NS4xODggMTA0LjI3M0MtNjU2LjA1NiA1OS42NzM2IC01MzEuNTQ1IDI0LjU3NTUgLTQwMy41MTkgLTAuNDk1NTY0Qy0zNDAuMDkgLTEyLjg5OTYgLTI3NS45NzYgLTIyLjc5OTMgLTIxMS4xNzQgLTMwLjE5NDVDLTE1Mi4zNzMgLTM2LjkwNTMgLTgxLjE3MDggLTQ5LjE3MDQgLTI5LjE2OTYgLTE5LjUxMDhDMTIuMjYxNSA0LjA5MTA2IDMxLjQ0MTkgNDUuMzk0MyAzOS43MTIxIDgzLjY1MjlDNDkuODkyMyAxMzAuODAxIDQ2LjAyMjIgMTgwLjQyIDM3LjI1MiAyMjcuNDgyQzE5LjE0MTYgMzI0Ljg5NSAtMjQuOTc5NSA0MTcuNjk4IC02Mi4zNDA0IDUxMS4yQy04MS4zNDA4IDU1OC44MjkgLTEwMC4zNDEgNjA3LjMzMSAtMTEwLjY4MiA2NTYuNjlDLTExOS4xMjIgNjk3LjA4MSAtMTE1Ljg1MiA3NDQuODgyIC03MC4zOTA2IDc3MS41NTJDLTIzLjY3OTQgNzk4LjkzOCAzNS41MjIgNzc1LjYwNCA3OS40MTMgNzU1Ljk5OUMxMjguNDE0IDczNC4xMiAxNzIuNjA1IDcwNi4zNjQgMjE1LjE5NiA2NzcuNTQ2QzI1OC45MjcgNjQ3Ljk0MSAzMDEuMTk4IDYxNi45NjggMzQ2LjQ3OSA1ODguODExQzM5MS43NjEgNTYwLjY1NCA0NDEuMDAyIDUzMy4xMDMgNDk4LjE5MyA1MjIuODUyQzUyNy4xOTQgNTE3LjY1OSA1NTguMzU1IDUxNy40NzggNTg1Ljg4NSA1MjcuMTk0QzYxMi45NDYgNTM2Ljc0NSA2MzIuNjI2IDU1NC43MyA2NDYuMTY3IDU3NS4wNzVDNjc1Ljc4NyA2MTkuNjI3IDY3OS4zNDggNjcxLjkyOSA2ODguNjc4IDcyMC43MzdDNjk2Ljc2OCA3NjMuMDA4IDcwOS44NTggODA1LjE0NSA3NDIuMzU5IDg0MC4yNTdDNzcxLjQyIDg3MS42NjMgODEzLjAwMSA4OTEuOTM3IDg2My4xMzIgODkyLjUwNEM4OTUuNDQzIDg5Mi44NjYgOTI3LjkzMyA4ODcuNSA5NTkuNjI0IDg4My4xNTdDOTkyLjg0NSA4NzguNjA1IDEwMjUuOTUgODczLjUzIDEwNTguOTMgODY3LjkzNEMxMTI0Ljg3IDg1Ni43MzYgMTE5MC4xNyA4NDMuNDg4IDEyNTQuODMgODI4LjE4OUMxMjg1Ljg1IDgyMC44NDYgMTMxNi42NyA4MTMuMDQyIDEzNDcuMjkgODA0Ljc3NkMxMzUwLjI5IDgwMy45ODkgMTM0OS4wMSA4MDAuMTU4IDEzNDUuOTYgODAwLjk4NEMxMjE4LjI3IDgzNS40MTcgMTA4Ny4zMSA4NjEuODE0IDk1NC4zMDQgODc5LjkyNEM5MjAuNTUzIDg4NC41MTEgODg1LjYxMyA4OTAuNDUgODUxLjIwMiA4ODguMTQ1QzgyMi40NDEgODg2LjIxIDc5NS45MSA4NzYuOTU4IDc3NC4yIDg2Mi4wOTdDNzMzLjY4OSA4MzQuMzcyIDcxMS45MzggNzkzLjI1OCA3MDAuOTY4IDc1Mi43ODlDNjg3LjQ5OCA3MDMuMDkxIDY4Ni4yODggNjUxLjQyNyA2NjYuMTM3IDYwMi44NDZDNjUwLjU0NyA1NjUuMjY0IDYyMC45NjYgNTI5LjA1MSA1NjkuNTc1IDUxOC41OEM1MTcuMjQ0IDUwNy45MTIgNDYxLjMwMiA1MjQuNTUxIDQxNi41NzEgNTQ1LjIyNkMzNjcuOTIgNTY3LjY4NyAzMjQuMzU5IDU5Ny4xOSAyODIuMDE4IDYyNi4yNTlDMjM4LjAxNyA2NTYuNTA5IDE5NC45MDYgNjg3Ljc1OCAxNDguMTM1IDcxNS40MzVDMTI1LjQ0NyA3MjkuMDE0IDEwMS42NzEgNzQxLjQyOCA3Ni45NTMgNzUyLjZDNDkuNTIyMyA3NjQuODQ5IDE5LjIzMTYgNzc3Ljc3NSAtMTIuNzA5MiA3NzkuOTk0Qy00My4zOTk5IDc4Mi4xNDkgLTcwLjM1MDYgNzcxLjE5IC04Ny45MTEgNzUxLjYwMUMtMTA2LjA4MSA3MzEuMzI3IC0xMTEuMDcyIDcwNi41MDUgLTEwOS4zNjIgNjgyLjE1NkMtMTA3LjUxMSA2NTUuODQgLTk5LjE0MTMgNjI5Ljc1MiAtOTEuMDQxMSA2MDQuMjdDLTgzLjM1MDkgNTgwLjA5NCAtNzQuNjEwNyA1NTYuMTM4IC02NS4zNzA0IDUzMi4zMDhDLTI4LjUzOTYgNDM3LjQyMSAxNy4xODE2IDM0NC4wMjggMzguNjMyMSAyNDUuOTM5QzQ4Ljg0MjMgMTk5LjI4NiA1My43ODI0IDE1MS4yOCA0OC4xNzIzIDEwNC4wMjlDNDMuODkyMiA2OC4wMjA2IDMxLjc1MTkgMzAuNDM4NiAzLjg3MTIyIDEuMDM4NTZDLTkuMjc5MTEgLTEyLjgzOTMgLTI2LjA0OTUgLTI0LjUzMDEgLTQ1Ljk4IC0zMS44OTM5Qy03Mi4zODA2IC00MS42OTY1IC0xMDEuODQxIC00My4wODEyIC0xMzAuNTUyIC00MS42MzM2Qy0xOTQuMjE0IC0zOC40MjM3IC0yNTguMjU1IC0yOS4xNjM5IC0zMjAuNjg3IC0xOS4yMTE4Qy00NDguOTE5IDEuMjI5MzcgLTU3NC4yNDkgMzEuNjU1MSAtNjk0LjgyNiA3MS42MTU5Qy03MjIuNzQgODAuODY3OSAtNzUwLjM3IDkwLjYyMDcgLTc3Ny43MTggMTAwLjg3NEMtNzgwLjYxOCAxMDEuOTY4IC03NzguMDg4IDEwNS4zNTkgLTc3NS4xODggMTA0LjI3M1oiIGZpbGw9IiNDMERERkYiLz4KPC9zdmc+Cg==), -o-linear-gradient(290deg, #e4f0ff 23%, #ffe9df);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM0OSIgaGVpZ2h0PSI2MjUiIHZpZXdCb3g9IjAgMCAxMzQ5IDYyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGlkPSJQYXRoIENvcHkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTc3NS4xODggMTA0LjI3M0MtNjU2LjA1NiA1OS42NzM2IC01MzEuNTQ1IDI0LjU3NTUgLTQwMy41MTkgLTAuNDk1NTY0Qy0zNDAuMDkgLTEyLjg5OTYgLTI3NS45NzYgLTIyLjc5OTMgLTIxMS4xNzQgLTMwLjE5NDVDLTE1Mi4zNzMgLTM2LjkwNTMgLTgxLjE3MDggLTQ5LjE3MDQgLTI5LjE2OTYgLTE5LjUxMDhDMTIuMjYxNSA0LjA5MTA2IDMxLjQ0MTkgNDUuMzk0MyAzOS43MTIxIDgzLjY1MjlDNDkuODkyMyAxMzAuODAxIDQ2LjAyMjIgMTgwLjQyIDM3LjI1MiAyMjcuNDgyQzE5LjE0MTYgMzI0Ljg5NSAtMjQuOTc5NSA0MTcuNjk4IC02Mi4zNDA0IDUxMS4yQy04MS4zNDA4IDU1OC44MjkgLTEwMC4zNDEgNjA3LjMzMSAtMTEwLjY4MiA2NTYuNjlDLTExOS4xMjIgNjk3LjA4MSAtMTE1Ljg1MiA3NDQuODgyIC03MC4zOTA2IDc3MS41NTJDLTIzLjY3OTQgNzk4LjkzOCAzNS41MjIgNzc1LjYwNCA3OS40MTMgNzU1Ljk5OUMxMjguNDE0IDczNC4xMiAxNzIuNjA1IDcwNi4zNjQgMjE1LjE5NiA2NzcuNTQ2QzI1OC45MjcgNjQ3Ljk0MSAzMDEuMTk4IDYxNi45NjggMzQ2LjQ3OSA1ODguODExQzM5MS43NjEgNTYwLjY1NCA0NDEuMDAyIDUzMy4xMDMgNDk4LjE5MyA1MjIuODUyQzUyNy4xOTQgNTE3LjY1OSA1NTguMzU1IDUxNy40NzggNTg1Ljg4NSA1MjcuMTk0QzYxMi45NDYgNTM2Ljc0NSA2MzIuNjI2IDU1NC43MyA2NDYuMTY3IDU3NS4wNzVDNjc1Ljc4NyA2MTkuNjI3IDY3OS4zNDggNjcxLjkyOSA2ODguNjc4IDcyMC43MzdDNjk2Ljc2OCA3NjMuMDA4IDcwOS44NTggODA1LjE0NSA3NDIuMzU5IDg0MC4yNTdDNzcxLjQyIDg3MS42NjMgODEzLjAwMSA4OTEuOTM3IDg2My4xMzIgODkyLjUwNEM4OTUuNDQzIDg5Mi44NjYgOTI3LjkzMyA4ODcuNSA5NTkuNjI0IDg4My4xNTdDOTkyLjg0NSA4NzguNjA1IDEwMjUuOTUgODczLjUzIDEwNTguOTMgODY3LjkzNEMxMTI0Ljg3IDg1Ni43MzYgMTE5MC4xNyA4NDMuNDg4IDEyNTQuODMgODI4LjE4OUMxMjg1Ljg1IDgyMC44NDYgMTMxNi42NyA4MTMuMDQyIDEzNDcuMjkgODA0Ljc3NkMxMzUwLjI5IDgwMy45ODkgMTM0OS4wMSA4MDAuMTU4IDEzNDUuOTYgODAwLjk4NEMxMjE4LjI3IDgzNS40MTcgMTA4Ny4zMSA4NjEuODE0IDk1NC4zMDQgODc5LjkyNEM5MjAuNTUzIDg4NC41MTEgODg1LjYxMyA4OTAuNDUgODUxLjIwMiA4ODguMTQ1QzgyMi40NDEgODg2LjIxIDc5NS45MSA4NzYuOTU4IDc3NC4yIDg2Mi4wOTdDNzMzLjY4OSA4MzQuMzcyIDcxMS45MzggNzkzLjI1OCA3MDAuOTY4IDc1Mi43ODlDNjg3LjQ5OCA3MDMuMDkxIDY4Ni4yODggNjUxLjQyNyA2NjYuMTM3IDYwMi44NDZDNjUwLjU0NyA1NjUuMjY0IDYyMC45NjYgNTI5LjA1MSA1NjkuNTc1IDUxOC41OEM1MTcuMjQ0IDUwNy45MTIgNDYxLjMwMiA1MjQuNTUxIDQxNi41NzEgNTQ1LjIyNkMzNjcuOTIgNTY3LjY4NyAzMjQuMzU5IDU5Ny4xOSAyODIuMDE4IDYyNi4yNTlDMjM4LjAxNyA2NTYuNTA5IDE5NC45MDYgNjg3Ljc1OCAxNDguMTM1IDcxNS40MzVDMTI1LjQ0NyA3MjkuMDE0IDEwMS42NzEgNzQxLjQyOCA3Ni45NTMgNzUyLjZDNDkuNTIyMyA3NjQuODQ5IDE5LjIzMTYgNzc3Ljc3NSAtMTIuNzA5MiA3NzkuOTk0Qy00My4zOTk5IDc4Mi4xNDkgLTcwLjM1MDYgNzcxLjE5IC04Ny45MTEgNzUxLjYwMUMtMTA2LjA4MSA3MzEuMzI3IC0xMTEuMDcyIDcwNi41MDUgLTEwOS4zNjIgNjgyLjE1NkMtMTA3LjUxMSA2NTUuODQgLTk5LjE0MTMgNjI5Ljc1MiAtOTEuMDQxMSA2MDQuMjdDLTgzLjM1MDkgNTgwLjA5NCAtNzQuNjEwNyA1NTYuMTM4IC02NS4zNzA0IDUzMi4zMDhDLTI4LjUzOTYgNDM3LjQyMSAxNy4xODE2IDM0NC4wMjggMzguNjMyMSAyNDUuOTM5QzQ4Ljg0MjMgMTk5LjI4NiA1My43ODI0IDE1MS4yOCA0OC4xNzIzIDEwNC4wMjlDNDMuODkyMiA2OC4wMjA2IDMxLjc1MTkgMzAuNDM4NiAzLjg3MTIyIDEuMDM4NTZDLTkuMjc5MTEgLTEyLjgzOTMgLTI2LjA0OTUgLTI0LjUzMDEgLTQ1Ljk4IC0zMS44OTM5Qy03Mi4zODA2IC00MS42OTY1IC0xMDEuODQxIC00My4wODEyIC0xMzAuNTUyIC00MS42MzM2Qy0xOTQuMjE0IC0zOC40MjM3IC0yNTguMjU1IC0yOS4xNjM5IC0zMjAuNjg3IC0xOS4yMTE4Qy00NDguOTE5IDEuMjI5MzcgLTU3NC4yNDkgMzEuNjU1MSAtNjk0LjgyNiA3MS42MTU5Qy03MjIuNzQgODAuODY3OSAtNzUwLjM3IDkwLjYyMDcgLTc3Ny43MTggMTAwLjg3NEMtNzgwLjYxOCAxMDEuOTY4IC03NzguMDg4IDEwNS4zNTkgLTc3NS4xODggMTA0LjI3M1oiIGZpbGw9IiNDMERERkYiLz4KPC9zdmc+Cg==), linear-gradient(160deg, #e4f0ff 23%, #ffe9df);
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
  padding-top: 80px;
  padding-bottom: 75px;
}

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

  .block\(aboutIntro\) {
    background-size: cover, cover;
  }
}

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

.block\(aboutIntro\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 965px) {
  /* line 12, resources/assets/styles/blocks/_about_intro.scss */

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

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

.block\(aboutIntro\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 465px;
          flex: 0 1 465px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 50px;
}

@media all and (max-width: 1324px) {
  /* line 22, resources/assets/styles/blocks/_about_intro.scss */

  .block\(aboutIntro\) .image {
    margin-left: 0;
  }
}

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

.block\(aboutIntro\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

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

.block\(aboutIntro\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 705px;
          flex: 0 1 705px;
  -ms-flex-item-align: center;
      align-self: center;
}

@media all and (max-width: 1324px) {
  /* line 40, resources/assets/styles/blocks/_about_intro.scss */

  .block\(aboutIntro\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 706px;
            flex: 0 1 706px;
  }
}

@media all and (max-width: 1230px) {
  /* line 40, resources/assets/styles/blocks/_about_intro.scss */

  .block\(aboutIntro\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px;
  }
}

@media all and (max-width: 965px) {
  /* line 40, resources/assets/styles/blocks/_about_intro.scss */

  .block\(aboutIntro\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
            flex: 0 1 600px;
    margin-top: 50px;
  }
}

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

.block\(aboutIntro\) .text h2.fz\(36\) {
  margin-bottom: 0;
  margin-top: 35px;
}

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

.block\(aboutIntro\) .text .content {
  font-size: 1.25rem;
  margin-top: 22px;
}

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

.block\(aboutIntro\) .text .content p {
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 5px;
}

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

.block\(aboutIntro\) .text .content p.fz\(16\) {
  line-height: 1.3;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}

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

.block\(advocacy\) {
  padding-top: 147px;
  padding-bottom: 40px;
}

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

.block\(advocacy\) .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

  .block\(advocacy\) .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 15, resources/assets/styles/blocks/_advocacy.scss */

.block\(advocacy\) h1 {
  letter-spacing: 2.3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 460px;
          flex: 0 1 460px;
  margin-bottom: 20px;
}

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

  .block\(advocacy\) h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 360px;
            flex: 0 1 360px;
  }
}

@media all and (max-width: 1005px) {
  /* line 15, resources/assets/styles/blocks/_advocacy.scss */

  .block\(advocacy\) h1 {
    margin-right: 40px;
  }
}

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

.block\(advocacy\) h3 {
  margin-bottom: 11px;
  max-width: 800px;
  margin-right: 15px;
  line-height: 1.3;
}

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

  .block\(advocacy\) h3 {
    max-width: 720px;
  }
}

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

.block\(advocacy\) h3 p {
  letter-spacing: 1.1px;
}

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

.block\(approach\) {
  min-height: 750px;
}

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

.block\(approach\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 15px;
}

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

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

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

.block\(approach\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 465px;
          flex: 0 1 465px;
  height: 465px;
  margin-right: 15px;
}

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

  .block\(approach\) .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    height: auto;
  }
}

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

  .block\(approach\) .image {
    margin-right: 0;
  }
}

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

.block\(approach\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

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

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

@media all and (max-width: 1078px) {
  /* line 39, resources/assets/styles/blocks/_approach.scss */

  .block\(approach\) .text {
    margin-top: 30px;
  }
}

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

.block\(approach\) h2 {
  margin-bottom: 50px;
}

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

.block\(approach\) h3 {
  margin-bottom: 30px;
}

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

.block\(approach\) .btns {
  -ms-flex-item-align: center;
      align-self: center;
  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: 40px;
}

/* line 65, resources/assets/styles/blocks/_approach.scss */

.block\(approach\) .btns > * {
  margin-left: 30px;
  margin-bottom: 10px;
}

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

.block\(approach\) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
  margin-bottom: 20px;
}

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

.block\(approach\) .item > * {
  margin-left: 15px;
}

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

.block\(approach\) .dot {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15px;
          flex: 0 1 15px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: solid 2px #0e72ed;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.block\(approach\) .inner-dot {
  width: 7px;
  height: 7px;
  background-color: #c0ddff;
  border-radius: 50%;
}

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

.block\(blogList\) {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.block\(blogList\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1350px;
          flex: 0 1 1350px;
}

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

.block\(blogList\) h3.fz\(20\),
.block\(blogList\) h3.btn-flat,
.block\(blogList\) h3.dark,
.block\(blogList\) h3.small,
.block\(blogList\) .block\(impact\) h3.content,
.block\(impact\) .block\(blogList\) h3.content {
  margin-bottom: 11px;
}

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

.block\(blogList\) .desc {
  margin: 20px 0 40px;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

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

.block\(blogList\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
}

@media all and (max-width: 1349px) {
  /* line 19, resources/assets/styles/blocks/_blog_list.scss */

  .block\(blogList\) .list {
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media all and (max-width: 1095px) {
  /* line 19, resources/assets/styles/blocks/_blog_list.scss */

  .block\(blogList\) .list {
    max-width: 720px;
  }
}

@media all and (max-width: 749px) {
  /* line 19, resources/assets/styles/blocks/_blog_list.scss */

  .block\(blogList\) .list {
    max-width: 300px;
  }
}

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

.block\(blogList\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  margin-left: 40px;
  margin-bottom: 40px;
}

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

.block\(blogList\) .item:hover p.fz\(20\),
.block\(blogList\) .item:hover p.btn-flat,
.block\(blogList\) .item:hover p.dark,
.block\(blogList\) .item:hover p.small,
.block\(blogList\) .item:hover .block\(impact\) p.content,
.block\(impact\) .block\(blogList\) .item:hover p.content,
.block\(blogList\) .item:hover .block\(threeImageAndText\) .content p,
.block\(threeImageAndText\) .content .block\(blogList\) .item:hover p {
  color: #0e72ed;
}

@media all and (max-width: 749px) {
  /* line 40, resources/assets/styles/blocks/_blog_list.scss */

  .block\(blogList\) .item {
    margin-left: 0;
  }
}

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

.block\(blogList\) .image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/2.24;
  margin-bottom: 20px;
}

/* line 60, resources/assets/styles/blocks/_blog_list.scss */

.block\(blogList\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 12.8px;
}

/* line 69, resources/assets/styles/blocks/_blog_list.scss */

.block\(blogList\) .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-bottom: 8px;
  line-height: 0;
}

/* line 76, resources/assets/styles/blocks/_blog_list.scss */

.block\(blogList\) .details > * {
  margin-left: 10px;
  letter-spacing: 0.4px;
}

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

.block\(blogList\) p {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

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

.block\(blogList\) .btn-container {
  width: 100%;
  text-align: center;
}

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

.block\(blogList\) .btn-container .btn-flat,
.block\(blogList\) .btn-container .dark,
.block\(blogList\) .btn-container .small {
  min-width: 240px;
}

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

.block\(blueBgText\) {
  min-height: 610px;
  padding: 150px 0 120px;
}

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

.block\(blueBgText\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 730px;
          flex: 0 1 730px;
}

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

.block\(blueBgText\) h2 {
  margin-bottom: 30px;
}

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

.block\(blueBgText\) .content p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.67;
}

/* line 3, resources/assets/styles/blocks/_connection_cta.scss */

.block\(connectionCta\) .container {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 87px 15px;
}

@media all and (max-width: 1199px) {
  /* line 3, resources/assets/styles/blocks/_connection_cta.scss */

  .block\(connectionCta\) .container {
    -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 16, resources/assets/styles/blocks/_connection_cta.scss */

.block\(connectionCta\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 578px;
          flex: 0 1 578px;
  height: 485px;
}

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

  .block\(connectionCta\) .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 560px;
            flex: 0 1 560px;
    margin-right: 30px;
  }
}

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

  .block\(connectionCta\) .image {
    margin-right: 0;
    margin-bottom: 30px;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 660px;
  }
}

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

  .block\(connectionCta\) .image {
    width: 100%;
    height: auto;
  }
}

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

.block\(connectionCta\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

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

.block\(connectionCta\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 642px;
          flex: 0 1 642px;
}

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

  .block\(connectionCta\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 580px;
            flex: 0 1 580px;
  }
}

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

  .block\(connectionCta\) .text {
    width: 100%;
    max-width: 670px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

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

.block\(connectionCta\) p {
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

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

.block\(connectionCta\) .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -20px;
  min-width: 234px;
}

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

.block\(connectionCta\) .btns > * {
  margin-left: 40px;
  margin-bottom: 20px;
  text-transform: none;
  min-width: 234px;
}

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

.block\(faqHero\) {
  min-height: 458px;
  padding: 50px 0 0;
  overflow: hidden;
}

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

.block\(faqHero\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.block\(faqHero\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

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

.block\(faqHero\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 550px;
          flex: 0 1 550px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 60px;
  margin-left: 32px;
  margin-bottom: -5px;
}

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

  .block\(faqHero\) .image {
    margin-right: 0;
    margin-left: 0;
  }
}

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

.block\(faqHero\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  display: block;
}

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

.block\(faqHero\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 645px;
          flex: 0 1 645px;
  -ms-flex-item-align: center;
      align-self: center;
}

@media all and (max-width: 1041px) {
  /* line 37, resources/assets/styles/blocks/_faq_hero.scss */

  .block\(faqHero\) .text {
    padding: 30px;
  }
}

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

.block\(faqHero\) h1 {
  margin-bottom: 20px;
}

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

.block\(faqHero\) p {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 50px;
}

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

.block\(faqNavArea\) {
  background-color: #fff;
  min-height: 50px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: solid 1px #f6f7f9;
}

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

.block\(faqNavArea\) .faq-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.block\(faqNavArea\) .link {
  text-transform: uppercase;
  padding: 20px 30px;
  border-bottom: solid 3px #f6f7f9;
  -webkit-transition: border-bottom 0.2s ease;
  -o-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
}

@media all and (max-width: 1215px) {
  /* line 70, resources/assets/styles/blocks/_faq_hero.scss */

  .block\(faqNavArea\) .link {
    padding: 15px;
  }
}

/* line 81, resources/assets/styles/blocks/_faq_hero.scss */

.block\(faqNavArea\) .link:active,
.block\(faqNavArea\) .link:hover {
  border-bottom: solid 3px #0e72ed;
}

/* line 88, resources/assets/styles/blocks/_faq_hero.scss */

.page-stories-data .block\(faqHero\) {
  padding: 32px 0 0;
}

/* line 91, resources/assets/styles/blocks/_faq_hero.scss */

.page-stories-data .block\(faqHero\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 577px;
          flex: 0 1 577px;
  margin-right: 23px;
  margin-left: 41px;
  margin-bottom: -5px;
}

@media all and (max-width: 1299px) {
  /* line 91, resources/assets/styles/blocks/_faq_hero.scss */

  .page-stories-data .block\(faqHero\) .image {
    margin-left: 23px;
  }
}

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

.page-stories-data .block\(faqHero\) p {
  margin-bottom: 28px;
}

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

.block\(faqList\) {
  padding-top: 60px;
}

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

.block\(faqList\):last-of-type {
  padding-bottom: 60px;
}

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

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

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

.block\(faqList\) h2 {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

@media all and (max-width: 1215px) {
  /* line 14, resources/assets/styles/blocks/_faq_list.scss */

  .block\(faqList\) h2 {
    margin-bottom: 0;
  }
}

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

.block\(faqList\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -90px;
  margin-bottom: -30px;
}

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

.block\(faqList\) .list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 550px;
          flex: 0 1 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 88px;
}

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

.block\(faqList\) .left-list {
  margin-top: 50px;
}

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

.block\(faqList\) .item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 87px;
  padding: 40px;
  border: solid 3px #0e72ed;
  border-radius: 15px;
  position: relative;
}

@media all and (max-width: 500px) {
  /* line 43, resources/assets/styles/blocks/_faq_list.scss */

  .block\(faqList\) .item {
    padding: 30px 20px;
  }
}

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

.block\(faqList\) .item::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 68px;
  bottom: -27px;
  right: 34px;
  border-bottom: solid 3px #0e72ed;
  background: white;
  -webkit-transform: rotate(37deg);
       -o-transform: rotate(37deg);
          transform: rotate(37deg);
  z-index: -2;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 69, resources/assets/styles/blocks/_faq_list.scss */

.block\(faqList\) .item::before {
  content: "";
  position: absolute;
  height: 42px;
  width: 25px;
  border-top: solid 2px #0e72ed;
  border-left: solid 3px #0e72ed;
  right: 29px;
  bottom: -42.5px;
  background: white;
  z-index: -1;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

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

.block\(faqList\) .item .bg-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 11px;
  background-image: -webkit-linear-gradient(330deg, #e4f0ff, #ffe9df 89%);
  background-image: -o-linear-gradient(330deg, #e4f0ff, #ffe9df 89%);
  background-image: linear-gradient(120deg, #e4f0ff, #ffe9df 89%);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

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

.block\(faqList\) .item:hover .bg-gradient {
  opacity: 1;
}

/* line 104, resources/assets/styles/blocks/_faq_list.scss */

.block\(faqList\) .item:hover::after {
  background: #ffe9df;
}

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

.block\(faqList\) .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px;
  margin-left: 25px;
}

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

.block\(faqList\) .q,
.block\(faqList\) .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  z-index: 5;
  position: relative;
}

/* line 122, resources/assets/styles/blocks/_faq_list.scss */

.block\(faqList\) .q {
  margin-bottom: 20px;
}

/* line 125, resources/assets/styles/blocks/_faq_list.scss */

.block\(faqList\) .q h3 {
  margin-left: 24px;
  letter-spacing: 0.7px;
  line-height: 1.29;
}

/* line 133, resources/assets/styles/blocks/_faq_list.scss */

.block\(faqList\) .a p {
  line-height: 1.3;
  letter-spacing: 0.4px;
}

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

.block\(featuredStories\) {
  padding-top: 83px;
  padding-bottom: 50px;
}

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

.block\(featuredStories\) .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;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1541px;
          flex: 0 1 1541px;
}

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

.block\(featuredStories\) .section {
  margin-bottom: 75px;
  width: 100%;
}

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

.block\(featuredStories\) .top {
  margin-bottom: 3.59343vh;
  max-width: 100%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

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

.block\(featuredStories\) h2.fz\(36\) {
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

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

.block\(featuredStories\) .desc {
  margin-bottom: 40px;
  max-width: 1330px;
}

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

.block\(featuredStories\) .desc p {
  line-height: 1.4;
  letter-spacing: 0.5px;
}

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

.block\(featuredStories\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -59px;
  margin-bottom: -50px;
  max-width: 1342px;
  margin-right: auto;
  margin-left: auto;
}

@media all and (max-width: 1371px) {
  /* line 40, resources/assets/styles/blocks/_featured_stories.scss */

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

@media all and (max-width: 788px) {
  /* line 40, resources/assets/styles/blocks/_featured_stories.scss */

  .block\(featuredStories\) .list {
    max-width: 600px;
  }
}

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

.block\(featuredStories\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 50px;
  background-image: -webkit-linear-gradient(332deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-image: -o-linear-gradient(332deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-image: linear-gradient(118deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-size: cover;
  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;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}

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

.block\(featuredStories\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 408px;
          flex: 0 1 408px;
  margin-left: 59px;
  margin-bottom: 50px;
}

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

.block\(featuredStories\) .item:first-of-type {
  margin-left: 0;
}

@media all and (max-width: 1371px) {
  /* line 77, resources/assets/styles/blocks/_featured_stories.scss */

  .block\(featuredStories\) .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 350px;
            flex: 0 1 350px;
  }
}

@media all and (max-width: 788px) {
  /* line 77, resources/assets/styles/blocks/_featured_stories.scss */

  .block\(featuredStories\) .item {
    margin-left: 0;
  }
}

/* line 95, resources/assets/styles/blocks/_featured_stories.scss */

.block\(featuredStories\) h3.c\(dark-indigo\) {
  font-weight: 300;
  max-width: 345px;
  letter-spacing: 0.8px;
  line-height: 1.3;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 104, resources/assets/styles/blocks/_featured_stories.scss */

.block\(featuredStories\) .item:hover .overlay {
  opacity: 1;
}

/* line 108, resources/assets/styles/blocks/_featured_stories.scss */

.block\(featuredStories\) .item:hover h3.c\(dark-indigo\) {
  color: #0e72ed;
  font-weight: 600;
}

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

.block\(featuredStories\) .featured-image {
  width: 100%;
  height: 228px;
  margin-bottom: 20px;
  position: relative;
}

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

.block\(featuredStories\) .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

/* line 129, resources/assets/styles/blocks/_featured_stories.scss */

.block\(featuredStories\) p.fz\(13\) {
  margin-bottom: 16px;
}

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

.block\(focus\) {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.block\(focus\) h2 {
  margin-bottom: 60px;
}

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

.block\(focus\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -59px;
}

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

.block\(focus\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 640px;
          flex: 0 1 640px;
  margin-left: 59px;
  margin-bottom: 65px;
  padding: 30px 40px 22px;
  border-radius: 15px;
  min-height: 212px;
}

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

.block\(focus\) .item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media all and (max-width: 1368px) {
  /* line 22, resources/assets/styles/blocks/_focus.scss */

  .block\(focus\) .item {
    padding: 30px 40px;
  }

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

  .block\(focus\) .item:nth-last-child(2) {
    margin-bottom: 65px;
  }
}

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

.block\(focus\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 450px) {
  /* line 43, resources/assets/styles/blocks/_focus.scss */

  .block\(focus\) .inner {
    -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;
    text-align: center;
  }
}

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

.block\(focus\) .dot {
  margin-right: 45px;
  min-width: 155px;
}

@media all and (max-width: 450px) {
  /* line 53, resources/assets/styles/blocks/_focus.scss */

  .block\(focus\) .dot {
    margin-right: 0;
    max-width: 180px;
  }
}

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

.block\(focus\) .dot img {
  max-width: 100%;
}

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

.block\(focus\) .title {
  margin-top: 18px;
}

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

.block\(focus\) h3 {
  letter-spacing: 1.2px;
}

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

.block\(focus\) .content {
  margin-top: 14px;
}

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

.block\(focus\) .content p {
  letter-spacing: 0.5px;
}

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

.block\(focus\) .content strong {
  font-weight: bold;
}

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

.block\(fullWidthImage\) img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

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

.block\(gradientLinks\) {
  padding: 0 0;
}

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

.block\(gradientLinks\) .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;
  background-image: -webkit-linear-gradient(340deg, #e4f0ff 23%, #ffe9df);
  background-image: -o-linear-gradient(340deg, #e4f0ff 23%, #ffe9df);
  background-image: linear-gradient(110deg, #e4f0ff 23%, #ffe9df);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 60px 3.75vw 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1482px;
          flex: 0 1 1482px;
}

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

.block\(gradientLinks\) h2 {
  margin: 0 auto 37px;
}

/* line 20, resources/assets/styles/blocks/_gradient_links.scss */

.block\(gradientLinks\) p {
  max-width: 873px;
  margin: 0 auto 50px;
  font-size: 20px;
  line-height: 2;
}

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

.block\(gradientLinks\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -60px;
  margin-bottom: -50px;
}

@media all and (max-width: 436px) {
  /* line 27, resources/assets/styles/blocks/_gradient_links.scss */

  .block\(gradientLinks\) .list {
    width: 100%;
    margin-left: 0;
  }
}

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

.block\(gradientLinks\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 406px;
          flex: 0 1 406px;
  margin-left: 60px;
  margin-bottom: 50px;
}

@media all and (max-width: 436px) {
  /* line 40, resources/assets/styles/blocks/_gradient_links.scss */

  .block\(gradientLinks\) .item {
    margin-left: 0;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    aspect-ratio: 1/0.826;
    margin-bottom: 80px;
  }
}

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

.block\(gradientLinks\) .image {
  width: 406px;
  height: 355px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  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;
}

@media all and (max-width: 436px) {
  /* line 54, resources/assets/styles/blocks/_gradient_links.scss */

  .block\(gradientLinks\) .image {
    width: 100%;
    height: 100%;
  }
}

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

.block\(gradientLinks\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-image: -webkit-linear-gradient(332deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-image: -o-linear-gradient(332deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-image: linear-gradient(118deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-size: cover;
  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;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 89, resources/assets/styles/blocks/_gradient_links.scss */

.block\(gradientLinks\) .overlay a {
  min-width: 240px;
}

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

.block\(gradientLinks\) .report-title {
  margin: 20px auto 0;
}

/* line 98, resources/assets/styles/blocks/_gradient_links.scss */

.block\(gradientLinks\) .btn-flat,
.block\(gradientLinks\) .dark,
.block\(gradientLinks\) .small {
  z-index: 1;
}

/* line 103, resources/assets/styles/blocks/_gradient_links.scss */

.block\(gradientLinks\) .item:hover .overlay {
  opacity: 1;
}

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

.block\(grantList\) {
  padding: 100px 0;
}

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

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

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

.block\(grantList\) h2 {
  margin: 10px auto 32px;
}

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

.block\(grantList\) .list {
  width: 100%;
  margin-bottom: -50px;
}

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

.block\(grantList\) .item {
  width: 100%;
  min-height: 556px;
  margin-bottom: 50px;
  border-radius: 20px;
  padding: 10.26694vh 20px;
  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-size: cover;
  background-repeat: no-repeat;
}

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

.block\(grantList\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1056px;
}

@media all and (max-width: 1025px) {
  /* line 32, resources/assets/styles/blocks/_grant_list.scss */

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

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

.block\(grantList\) .item:nth-child(odd) {
  background-image: -webkit-linear-gradient(337deg, #e4f0ff 23%, #ffe9df);
  background-image: -o-linear-gradient(337deg, #e4f0ff 23%, #ffe9df);
  background-image: linear-gradient(113deg, #e4f0ff 23%, #ffe9df);
}

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

.block\(grantList\) .item:nth-child(even) {
  background-image: -webkit-linear-gradient(337deg, #ffe9df 23%, #e4f0ff);
  background-image: -o-linear-gradient(337deg, #ffe9df 23%, #e4f0ff);
  background-image: linear-gradient(113deg, #ffe9df 23%, #e4f0ff);
}

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

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

@media all and (max-width: 1025px) {
  /* line 52, resources/assets/styles/blocks/_grant_list.scss */

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

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

.block\(grantList\) .content p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.67;
}

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

.block\(grantList\) h3.fz\(20\),
.block\(grantList\) h3.btn-flat,
.block\(grantList\) h3.dark,
.block\(grantList\) h3.small,
.block\(grantList\) .block\(impact\) h3.content,
.block\(impact\) .block\(grantList\) h3.content {
  margin: 30px auto;
  -ms-flex-item-align: center;
      align-self: center;
}

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

.block\(grantList\) .btn-flat,
.block\(grantList\) .dark,
.block\(grantList\) .small {
  -ms-flex-item-align: center;
      align-self: center;
}

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

.block\(grantList\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 356px;
          flex: 0 1 356px;
  height: 356px;
}

@media all and (max-width: 426px) {
  /* line 77, resources/assets/styles/blocks/_grant_list.scss */

  .block\(grantList\) .image {
    width: 100%;
    height: auto;
  }
}

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

.block\(grantList\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

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

.block\(halfImageAndText\) {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.block\(halfImageAndText\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

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

  .block\(halfImageAndText\) .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

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

.block\(halfImageAndText\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

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

.block\(halfImageAndText\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  background-image: -webkit-linear-gradient(323deg, #e4f0ff 23%, #ffe9df);
  background-image: -o-linear-gradient(323deg, #e4f0ff 23%, #ffe9df);
  background-image: linear-gradient(127deg, #e4f0ff 23%, #ffe9df);
  background-size: cover;
  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;
}

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

  .block\(halfImageAndText\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

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

.block\(halfImageAndText\) .inner {
  padding: 30px 15px;
  max-width: 480px;
}

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

.block\(halfImageAndText\) h2 {
  margin-bottom: 30px;
}

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

.block\(halfImageAndText\) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
  margin-bottom: 20px;
}

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

.block\(halfImageAndText\) .item > * {
  margin-left: 15px;
}

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

.block\(halfImageAndText\) .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0e72ed;
}

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

.block\(hero\) {
  background-size: cover;
  background-position: center;
  min-height: 695px;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

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

.block\(hero\)::before {
  background-color: rgba(13, 42, 76, 0.3);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.block\(hero\) .video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.block\(hero\) .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  z-index: 0;
}

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

.block\(hero\) .video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(198deg, #2F6FBD 0%, #001F46 52.78%);
  background-image: -o-linear-gradient(198deg, #2F6FBD 0%, #001F46 52.78%);
  background-image: linear-gradient(252deg, #2F6FBD 0%, #001F46 52.78%);
  opacity: 0.66;
}

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

.block\(hero\) .container {
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 1;
}

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

.block\(hero\) .title {
  max-width: 630px;
  margin-bottom: 53px;
  margin-top: 80px;
}

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

.block\(hero\) .wait {
  opacity: 0.001;
}

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

.block\(hero\) .wait.appear {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

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

.block\(hero\) .play {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
}

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

.block\(hero\) .play > * {
  margin-left: 15px;
}

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

.block\(hero\) .play:hover .style-svg path {
  fill: #96c5ff;
}

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

.block\(hero\) .play:hover span {
  color: #96c5ff;
}

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

.block\(imageAndText\) {
  background-image: -webkit-linear-gradient(32deg, #77b4ff 0%, #0e72ed 68%);
  background-image: -o-linear-gradient(32deg, #77b4ff 0%, #0e72ed 68%);
  background-image: linear-gradient(58deg, #77b4ff 0%, #0e72ed 68%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  min-height: 800px;
}

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

.block\(imageAndText\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1267px) {
  /* line 8, resources/assets/styles/blocks/_image_and_text.scss */

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

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

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

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

.block\(imageAndText\) .image img {
  max-width: 100%;
}

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

.block\(imageAndText\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 440px;
          flex: 0 1 440px;
  margin-left: 15px;
}

@media all and (max-width: 1267px) {
  /* line 27, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .text {
    margin-top: 30px;
  }
}

@media all and (max-width: 1252px) {
  /* line 27, resources/assets/styles/blocks/_image_and_text.scss */

  .block\(imageAndText\) .text {
    margin-left: 0;
  }
}

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

.block\(imageAndText\) p.fz\(20\),
.block\(imageAndText\) p.btn-flat,
.block\(imageAndText\) p.dark,
.block\(imageAndText\) p.small,
.block\(imageAndText\) .block\(impact\) p.content,
.block\(impact\) .block\(imageAndText\) p.content,
.block\(imageAndText\) .block\(threeImageAndText\) .content p,
.block\(threeImageAndText\) .content .block\(imageAndText\) p {
  text-transform: uppercase;
}

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

.block\(imageAndText\) h3 {
  margin: 20px 0 30px;
}

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

.block\(imageAndTitle\) {
  position: relative;
  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-size: cover;
  background-position: center;
  z-index: 1;
  padding: 50px 0;
  min-height: 668px;
}

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

.block\(imageAndTitle\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 32, 57, 0.45);
  z-index: -1;
}

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

.block\(imageAndTitle\) h3 {
  max-width: 900px;
  margin: 0 auto 20px;
}

/* line 26, resources/assets/styles/blocks/_image_and_title.scss */

.block\(imageAndTitle\) h3 p {
  letter-spacing: 1.5px;
}

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

.block\(impact\) {
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}

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

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

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

.block\(impact\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

  .block\(impact\) .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

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

.block\(impact\) .left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 640px;
          flex: 0 1 640px;
  margin-top: 0;
}

@media all and (max-width: 1000px) {
  /* line 22, resources/assets/styles/blocks/_impact.scss */

  .block\(impact\) .left-col {
    margin-top: 0;
  }
}

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

.block\(impact\) .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 640px;
          flex: 0 1 640px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 85px;
}

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

  .block\(impact\) .right-col {
    margin-top: 0px;
    margin-left: 0;
  }
}

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

.block\(impact\) .right-col .item:last-of-type {
  margin-bottom: 37px;
}

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

.block\(impact\) .title {
  margin-bottom: 40px;
}

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

.block\(impact\) h2 {
  margin-bottom: 20px;
  letter-spacing: 1.1px;
}

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

.block\(impact\) h3.fz\(20\).c\(zoom-blue\),
.block\(impact\) h3.c\(zoom-blue\).btn-flat,
.block\(impact\) h3.c\(zoom-blue\).dark,
.block\(impact\) h3.c\(zoom-blue\).small,
.block\(impact\) h3.c\(zoom-blue\).content {
  margin-bottom: 10px;
}

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

.block\(impact\) h3.fz\(20\).c\(white\),
.block\(impact\) h3.c\(white\).btn-flat,
.block\(impact\) h3.c\(white\).dark,
.block\(impact\) h3.c\(white\).small,
.block\(impact\) h3.c\(white\).content {
  margin-bottom: 20px;
}

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

.block\(impact\) .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 15px;
  background-image: -webkit-linear-gradient(310deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-image: -o-linear-gradient(310deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-image: linear-gradient(140deg, rgba(13, 42, 76, 0.9) 50%, rgba(255, 209, 187, 0.9) 109%);
  background-size: cover;
  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;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

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

.block\(impact\) .overlay .quote {
  max-width: 440px;
  margin-bottom: 15px;
}

/* line 91, resources/assets/styles/blocks/_impact.scss */

.block\(impact\) .overlay .quote p {
  letter-spacing: 0.9px;
}

@media all and (max-width: 450px) {
  /* line 91, resources/assets/styles/blocks/_impact.scss */

  .block\(impact\) .overlay .quote p {
    letter-spacing: 0px;
  }
}

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

.block\(impact\) .overlay .name {
  max-width: 445px;
  margin-bottom: 22px;
}

@media all and (max-width: 576px) {
  /* line 100, resources/assets/styles/blocks/_impact.scss */

  .block\(impact\) .overlay .name {
    font-size: 14px;
  }
}

/* line 110, resources/assets/styles/blocks/_impact.scss */

.block\(impact\) .item {
  margin-bottom: 65px;
}

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

.block\(impact\) .item:last-of-type {
  margin-bottom: 37px;
}

@media all and (max-width: 1000px) {
  /* line 118, resources/assets/styles/blocks/_impact.scss */

  .block\(impact\) .item:last-of-type {
    margin-bottom: 65px;
  }
}

/* line 124, resources/assets/styles/blocks/_impact.scss */

.block\(impact\) .image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 25px;
  min-height: 450px;
}

@media all and (max-width: 670px) {
  /* line 124, resources/assets/styles/blocks/_impact.scss */

  .block\(impact\) .image {
    margin: 0 auto 20px;
    margin-bottom: 15px;
  }
}

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

  .block\(impact\) .image {
    min-height: 400px;
  }
}

@media all and (max-width: 430px) {
  /* line 124, resources/assets/styles/blocks/_impact.scss */

  .block\(impact\) .image {
    min-height: 300px;
  }
}

/* line 151, resources/assets/styles/blocks/_impact.scss */

.block\(impact\) .text p {
  letter-spacing: 0.5px;
}

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

.block\(impact\) p.fz\(20\),
.block\(impact\) p.btn-flat,
.block\(impact\) p.dark,
.block\(impact\) p.small,
.block\(impact\) p.content,
.block\(impact\) .block\(threeImageAndText\) .content p,
.block\(threeImageAndText\) .content .block\(impact\) p {
  margin-bottom: 10px;
}

/* line 161, resources/assets/styles/blocks/_impact.scss */

.block\(impact\) .item:hover .overlay {
  opacity: 1;
}

/* line 165, resources/assets/styles/blocks/_impact.scss */

.block\(impact\) .item:hover p.fz\(24\) {
  color: #0e72ed;
}

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

.block\(impact\) .content {
  text-align: left;
}

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

.block\(impact\) .content p {
  letter-spacing: 0.55px;
}

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

.block\(impact\) .underline {
  background-position: bottom center;
}

/* line 183, resources/assets/styles/blocks/_impact.scss */

.block\(impact\) .btn-flat,
.block\(impact\) .dark,
.block\(impact\) .small {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 17px 50px;
}

@media all and (max-width: 576px) {
  /* line 183, resources/assets/styles/blocks/_impact.scss */

  .block\(impact\) .btn-flat,
  .block\(impact\) .dark,
  .block\(impact\) .small {
    min-width: 160px;
    height: 50px;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 1;
  }
}

/* line 196, resources/assets/styles/blocks/_impact.scss */

.block\(impact\) .btn-container {
  max-width: 240px;
  margin: 0 auto;
}

/* line 200, resources/assets/styles/blocks/_impact.scss */

.block\(impact\) .btn-container a {
  font-size: 1.25rem;
  min-width: 240px;
}

/* line 206, resources/assets/styles/blocks/_impact.scss */

.block\(impact\) .parallax {
  left: 0;
  z-index: -1;
}

@media all and (max-width: 900px) {
  /* line 206, resources/assets/styles/blocks/_impact.scss */

  .block\(impact\) .parallax {
    max-width: 100px;
  }
}

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

.block\(internalImageAndText\) {
  padding-top: 170px;
  padding-bottom: 80px;
  min-height: 695px;
}

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

  .block\(internalImageAndText\) {
    padding-top: 120px;
  }
}

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

.block\(internalImageAndText\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1324px) {
  /* line 10, resources/assets/styles/blocks/_internal_image_and_text.scss */

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

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

.block\(internalImageAndText\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 630px;
          flex: 0 1 630px;
  height: 444px;
  margin-left: 15px;
}

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

  .block\(internalImageAndText\) .image {
    margin-left: 0;
  }
}

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

  .block\(internalImageAndText\) .image {
    width: 100%;
    height: auto;
  }
}

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

.block\(internalImageAndText\) .image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

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

.block\(internalImageAndText\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 650px;
          flex: 0 1 650px;
}

@media all and (max-width: 1324px) {
  /* line 43, resources/assets/styles/blocks/_internal_image_and_text.scss */

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

/* line 51, resources/assets/styles/blocks/_internal_image_and_text.scss */

.block\(internalImageAndText\) h1 {
  margin-bottom: 0;
  line-height: 1.3;
}

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

.block\(internalImageAndText\) h1 p {
  letter-spacing: 1.1px;
}

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

.block\(largeTitle\) {
  padding-top: 151px;
  padding-bottom: 50px;
}

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

.block\(largeTitle\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1350px;
          flex: 0 1 1350px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 767px) {
  /* line 5, resources/assets/styles/blocks/_large_title.scss */

  .block\(largeTitle\) .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 15, resources/assets/styles/blocks/_large_title.scss */

.block\(largeTitle\) .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 460px;
          flex: 0 1 460px;
}

@media all and (max-width: 1005px) {
  /* line 15, resources/assets/styles/blocks/_large_title.scss */

  .block\(largeTitle\) .title {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}

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

.block\(largeTitle\) .title h1 {
  letter-spacing: 1.9px;
}

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

.block\(largeTitle\) .content h3 {
  line-height: 1.35;
  width: 100%;
  max-width: 670px;
  margin-right: 130px;
}

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

.block\(largeTitle\) .content h3 p {
  letter-spacing: 1.1px;
  line-height: 1.3;
}

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

.block\(levers\) {
  padding-top: 90px;
  padding-bottom: 80px;
}

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

  .block\(levers\) {
    padding-top: 20px;
  }
}

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

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

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

.block\(levers\) .spark {
  width: 100%;
  margin-bottom: 30px;
}

/* line 18, resources/assets/styles/blocks/_levers.scss */

.block\(levers\) .spark .style-svg {
  max-width: 100%;
}

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

.block\(levers\) .top h2 {
  letter-spacing: 1.1px;
}

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

.block\(levers\) .desc {
  font-size: 20px;
  max-width: 700px;
  margin: 16px 0 48px;
}

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

.block\(levers\) .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -60px;
  margin-bottom: -40px;
}

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

.block\(levers\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
  margin-left: 60px;
  margin-bottom: 40px;
}

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

.block\(levers\) .item img {
  max-width: 100%;
  display: block;
}

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

.block\(levers\) h3 {
  margin: 20px auto 8px;
}

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

.block\(levers\) p.fz\(16\) {
  line-height: 1.3;
  letter-spacing: 0.3px;
  max-width: 180px;
}

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

.block\(partners\) {
  padding-top: 80px;
  padding-bottom: 135px;
}

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

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

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

.block\(partners\) h3 {
  margin-bottom: 11px;
}

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

.block\(partners\) h1 {
  margin-bottom: 10.26694vh;
}

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

.block\(partners\) .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px;
}

@media all and (max-width: 1320px) {
  /* line 19, resources/assets/styles/blocks/_partners.scss */

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

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

.block\(partners\) .inner > * {
  margin-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 638px;
          flex: 0 1 638px;
}

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

.block\(partners\) .left-col {
  margin-bottom: 20px;
}

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

.block\(partners\) .fz\(20\),
.block\(partners\) .btn-flat,
.block\(partners\) .dark,
.block\(partners\) .small,
.block\(partners\) .block\(impact\) .content,
.block\(impact\) .block\(partners\) .content,
.block\(partners\) .block\(threeImageAndText\) .content p,
.block\(threeImageAndText\) .content .block\(partners\) p {
  font-weight: 600;
  line-height: 2.2;
}

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

.block\(pillars\) {
  padding-top: 82px;
  padding-bottom: 65px;
}

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

.block\(pillars\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 965px) {
  /* line 5, resources/assets/styles/blocks/_pillars.scss */

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

/* line 15, resources/assets/styles/blocks/_pillars.scss */

.block\(pillars\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 657px;
          flex: 0 1 657px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 20px;
}

@media all and (max-width: 1324px) {
  /* line 15, resources/assets/styles/blocks/_pillars.scss */

  .block\(pillars\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
            flex: 0 1 600px;
    margin-top: 0;
  }
}

@media all and (max-width: 1145px) {
  /* line 15, resources/assets/styles/blocks/_pillars.scss */

  .block\(pillars\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px;
  }
}

@media all and (max-width: 965px) {
  /* line 15, resources/assets/styles/blocks/_pillars.scss */

  .block\(pillars\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
            flex: 0 1 600px;
  }
}

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

.block\(pillars\) .text h2.fz\(36\) {
  margin-bottom: 20px;
}

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

.block\(pillars\) .text .content {
  max-width: 625px;
}

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

.block\(pillars\) .text .content p {
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

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

.block\(pillars\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 585px;
          flex: 0 1 585px;
  -ms-flex-item-align: center;
      align-self: center;
}

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

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

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

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

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

.block\(pillars\) .image img {
  width: 100%;
  height: 100%;
}

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

.block\(principles\) {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM0OSIgaGVpZ2h0PSI2MjUiIHZpZXdCb3g9IjAgMCAxMzQ5IDYyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGlkPSJQYXRoIENvcHkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTc3NS4xODggMTA0LjI3M0MtNjU2LjA1NiA1OS42NzM2IC01MzEuNTQ1IDI0LjU3NTUgLTQwMy41MTkgLTAuNDk1NTY0Qy0zNDAuMDkgLTEyLjg5OTYgLTI3NS45NzYgLTIyLjc5OTMgLTIxMS4xNzQgLTMwLjE5NDVDLTE1Mi4zNzMgLTM2LjkwNTMgLTgxLjE3MDggLTQ5LjE3MDQgLTI5LjE2OTYgLTE5LjUxMDhDMTIuMjYxNSA0LjA5MTA2IDMxLjQ0MTkgNDUuMzk0MyAzOS43MTIxIDgzLjY1MjlDNDkuODkyMyAxMzAuODAxIDQ2LjAyMjIgMTgwLjQyIDM3LjI1MiAyMjcuNDgyQzE5LjE0MTYgMzI0Ljg5NSAtMjQuOTc5NSA0MTcuNjk4IC02Mi4zNDA0IDUxMS4yQy04MS4zNDA4IDU1OC44MjkgLTEwMC4zNDEgNjA3LjMzMSAtMTEwLjY4MiA2NTYuNjlDLTExOS4xMjIgNjk3LjA4MSAtMTE1Ljg1MiA3NDQuODgyIC03MC4zOTA2IDc3MS41NTJDLTIzLjY3OTQgNzk4LjkzOCAzNS41MjIgNzc1LjYwNCA3OS40MTMgNzU1Ljk5OUMxMjguNDE0IDczNC4xMiAxNzIuNjA1IDcwNi4zNjQgMjE1LjE5NiA2NzcuNTQ2QzI1OC45MjcgNjQ3Ljk0MSAzMDEuMTk4IDYxNi45NjggMzQ2LjQ3OSA1ODguODExQzM5MS43NjEgNTYwLjY1NCA0NDEuMDAyIDUzMy4xMDMgNDk4LjE5MyA1MjIuODUyQzUyNy4xOTQgNTE3LjY1OSA1NTguMzU1IDUxNy40NzggNTg1Ljg4NSA1MjcuMTk0QzYxMi45NDYgNTM2Ljc0NSA2MzIuNjI2IDU1NC43MyA2NDYuMTY3IDU3NS4wNzVDNjc1Ljc4NyA2MTkuNjI3IDY3OS4zNDggNjcxLjkyOSA2ODguNjc4IDcyMC43MzdDNjk2Ljc2OCA3NjMuMDA4IDcwOS44NTggODA1LjE0NSA3NDIuMzU5IDg0MC4yNTdDNzcxLjQyIDg3MS42NjMgODEzLjAwMSA4OTEuOTM3IDg2My4xMzIgODkyLjUwNEM4OTUuNDQzIDg5Mi44NjYgOTI3LjkzMyA4ODcuNSA5NTkuNjI0IDg4My4xNTdDOTkyLjg0NSA4NzguNjA1IDEwMjUuOTUgODczLjUzIDEwNTguOTMgODY3LjkzNEMxMTI0Ljg3IDg1Ni43MzYgMTE5MC4xNyA4NDMuNDg4IDEyNTQuODMgODI4LjE4OUMxMjg1Ljg1IDgyMC44NDYgMTMxNi42NyA4MTMuMDQyIDEzNDcuMjkgODA0Ljc3NkMxMzUwLjI5IDgwMy45ODkgMTM0OS4wMSA4MDAuMTU4IDEzNDUuOTYgODAwLjk4NEMxMjE4LjI3IDgzNS40MTcgMTA4Ny4zMSA4NjEuODE0IDk1NC4zMDQgODc5LjkyNEM5MjAuNTUzIDg4NC41MTEgODg1LjYxMyA4OTAuNDUgODUxLjIwMiA4ODguMTQ1QzgyMi40NDEgODg2LjIxIDc5NS45MSA4NzYuOTU4IDc3NC4yIDg2Mi4wOTdDNzMzLjY4OSA4MzQuMzcyIDcxMS45MzggNzkzLjI1OCA3MDAuOTY4IDc1Mi43ODlDNjg3LjQ5OCA3MDMuMDkxIDY4Ni4yODggNjUxLjQyNyA2NjYuMTM3IDYwMi44NDZDNjUwLjU0NyA1NjUuMjY0IDYyMC45NjYgNTI5LjA1MSA1NjkuNTc1IDUxOC41OEM1MTcuMjQ0IDUwNy45MTIgNDYxLjMwMiA1MjQuNTUxIDQxNi41NzEgNTQ1LjIyNkMzNjcuOTIgNTY3LjY4NyAzMjQuMzU5IDU5Ny4xOSAyODIuMDE4IDYyNi4yNTlDMjM4LjAxNyA2NTYuNTA5IDE5NC45MDYgNjg3Ljc1OCAxNDguMTM1IDcxNS40MzVDMTI1LjQ0NyA3MjkuMDE0IDEwMS42NzEgNzQxLjQyOCA3Ni45NTMgNzUyLjZDNDkuNTIyMyA3NjQuODQ5IDE5LjIzMTYgNzc3Ljc3NSAtMTIuNzA5MiA3NzkuOTk0Qy00My4zOTk5IDc4Mi4xNDkgLTcwLjM1MDYgNzcxLjE5IC04Ny45MTEgNzUxLjYwMUMtMTA2LjA4MSA3MzEuMzI3IC0xMTEuMDcyIDcwNi41MDUgLTEwOS4zNjIgNjgyLjE1NkMtMTA3LjUxMSA2NTUuODQgLTk5LjE0MTMgNjI5Ljc1MiAtOTEuMDQxMSA2MDQuMjdDLTgzLjM1MDkgNTgwLjA5NCAtNzQuNjEwNyA1NTYuMTM4IC02NS4zNzA0IDUzMi4zMDhDLTI4LjUzOTYgNDM3LjQyMSAxNy4xODE2IDM0NC4wMjggMzguNjMyMSAyNDUuOTM5QzQ4Ljg0MjMgMTk5LjI4NiA1My43ODI0IDE1MS4yOCA0OC4xNzIzIDEwNC4wMjlDNDMuODkyMiA2OC4wMjA2IDMxLjc1MTkgMzAuNDM4NiAzLjg3MTIyIDEuMDM4NTZDLTkuMjc5MTEgLTEyLjgzOTMgLTI2LjA0OTUgLTI0LjUzMDEgLTQ1Ljk4IC0zMS44OTM5Qy03Mi4zODA2IC00MS42OTY1IC0xMDEuODQxIC00My4wODEyIC0xMzAuNTUyIC00MS42MzM2Qy0xOTQuMjE0IC0zOC40MjM3IC0yNTguMjU1IC0yOS4xNjM5IC0zMjAuNjg3IC0xOS4yMTE4Qy00NDguOTE5IDEuMjI5MzcgLTU3NC4yNDkgMzEuNjU1MSAtNjk0LjgyNiA3MS42MTU5Qy03MjIuNzQgODAuODY3OSAtNzUwLjM3IDkwLjYyMDcgLTc3Ny43MTggMTAwLjg3NEMtNzgwLjYxOCAxMDEuOTY4IC03NzguMDg4IDEwNS4zNTkgLTc3NS4xODggMTA0LjI3M1oiIGZpbGw9IiNDMERERkYiLz4KPC9zdmc+Cg==), -webkit-linear-gradient(331deg, #e4f0ff 23%, #ffe9df);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM0OSIgaGVpZ2h0PSI2MjUiIHZpZXdCb3g9IjAgMCAxMzQ5IDYyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGlkPSJQYXRoIENvcHkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTc3NS4xODggMTA0LjI3M0MtNjU2LjA1NiA1OS42NzM2IC01MzEuNTQ1IDI0LjU3NTUgLTQwMy41MTkgLTAuNDk1NTY0Qy0zNDAuMDkgLTEyLjg5OTYgLTI3NS45NzYgLTIyLjc5OTMgLTIxMS4xNzQgLTMwLjE5NDVDLTE1Mi4zNzMgLTM2LjkwNTMgLTgxLjE3MDggLTQ5LjE3MDQgLTI5LjE2OTYgLTE5LjUxMDhDMTIuMjYxNSA0LjA5MTA2IDMxLjQ0MTkgNDUuMzk0MyAzOS43MTIxIDgzLjY1MjlDNDkuODkyMyAxMzAuODAxIDQ2LjAyMjIgMTgwLjQyIDM3LjI1MiAyMjcuNDgyQzE5LjE0MTYgMzI0Ljg5NSAtMjQuOTc5NSA0MTcuNjk4IC02Mi4zNDA0IDUxMS4yQy04MS4zNDA4IDU1OC44MjkgLTEwMC4zNDEgNjA3LjMzMSAtMTEwLjY4MiA2NTYuNjlDLTExOS4xMjIgNjk3LjA4MSAtMTE1Ljg1MiA3NDQuODgyIC03MC4zOTA2IDc3MS41NTJDLTIzLjY3OTQgNzk4LjkzOCAzNS41MjIgNzc1LjYwNCA3OS40MTMgNzU1Ljk5OUMxMjguNDE0IDczNC4xMiAxNzIuNjA1IDcwNi4zNjQgMjE1LjE5NiA2NzcuNTQ2QzI1OC45MjcgNjQ3Ljk0MSAzMDEuMTk4IDYxNi45NjggMzQ2LjQ3OSA1ODguODExQzM5MS43NjEgNTYwLjY1NCA0NDEuMDAyIDUzMy4xMDMgNDk4LjE5MyA1MjIuODUyQzUyNy4xOTQgNTE3LjY1OSA1NTguMzU1IDUxNy40NzggNTg1Ljg4NSA1MjcuMTk0QzYxMi45NDYgNTM2Ljc0NSA2MzIuNjI2IDU1NC43MyA2NDYuMTY3IDU3NS4wNzVDNjc1Ljc4NyA2MTkuNjI3IDY3OS4zNDggNjcxLjkyOSA2ODguNjc4IDcyMC43MzdDNjk2Ljc2OCA3NjMuMDA4IDcwOS44NTggODA1LjE0NSA3NDIuMzU5IDg0MC4yNTdDNzcxLjQyIDg3MS42NjMgODEzLjAwMSA4OTEuOTM3IDg2My4xMzIgODkyLjUwNEM4OTUuNDQzIDg5Mi44NjYgOTI3LjkzMyA4ODcuNSA5NTkuNjI0IDg4My4xNTdDOTkyLjg0NSA4NzguNjA1IDEwMjUuOTUgODczLjUzIDEwNTguOTMgODY3LjkzNEMxMTI0Ljg3IDg1Ni43MzYgMTE5MC4xNyA4NDMuNDg4IDEyNTQuODMgODI4LjE4OUMxMjg1Ljg1IDgyMC44NDYgMTMxNi42NyA4MTMuMDQyIDEzNDcuMjkgODA0Ljc3NkMxMzUwLjI5IDgwMy45ODkgMTM0OS4wMSA4MDAuMTU4IDEzNDUuOTYgODAwLjk4NEMxMjE4LjI3IDgzNS40MTcgMTA4Ny4zMSA4NjEuODE0IDk1NC4zMDQgODc5LjkyNEM5MjAuNTUzIDg4NC41MTEgODg1LjYxMyA4OTAuNDUgODUxLjIwMiA4ODguMTQ1QzgyMi40NDEgODg2LjIxIDc5NS45MSA4NzYuOTU4IDc3NC4yIDg2Mi4wOTdDNzMzLjY4OSA4MzQuMzcyIDcxMS45MzggNzkzLjI1OCA3MDAuOTY4IDc1Mi43ODlDNjg3LjQ5OCA3MDMuMDkxIDY4Ni4yODggNjUxLjQyNyA2NjYuMTM3IDYwMi44NDZDNjUwLjU0NyA1NjUuMjY0IDYyMC45NjYgNTI5LjA1MSA1NjkuNTc1IDUxOC41OEM1MTcuMjQ0IDUwNy45MTIgNDYxLjMwMiA1MjQuNTUxIDQxNi41NzEgNTQ1LjIyNkMzNjcuOTIgNTY3LjY4NyAzMjQuMzU5IDU5Ny4xOSAyODIuMDE4IDYyNi4yNTlDMjM4LjAxNyA2NTYuNTA5IDE5NC45MDYgNjg3Ljc1OCAxNDguMTM1IDcxNS40MzVDMTI1LjQ0NyA3MjkuMDE0IDEwMS42NzEgNzQxLjQyOCA3Ni45NTMgNzUyLjZDNDkuNTIyMyA3NjQuODQ5IDE5LjIzMTYgNzc3Ljc3NSAtMTIuNzA5MiA3NzkuOTk0Qy00My4zOTk5IDc4Mi4xNDkgLTcwLjM1MDYgNzcxLjE5IC04Ny45MTEgNzUxLjYwMUMtMTA2LjA4MSA3MzEuMzI3IC0xMTEuMDcyIDcwNi41MDUgLTEwOS4zNjIgNjgyLjE1NkMtMTA3LjUxMSA2NTUuODQgLTk5LjE0MTMgNjI5Ljc1MiAtOTEuMDQxMSA2MDQuMjdDLTgzLjM1MDkgNTgwLjA5NCAtNzQuNjEwNyA1NTYuMTM4IC02NS4zNzA0IDUzMi4zMDhDLTI4LjUzOTYgNDM3LjQyMSAxNy4xODE2IDM0NC4wMjggMzguNjMyMSAyNDUuOTM5QzQ4Ljg0MjMgMTk5LjI4NiA1My43ODI0IDE1MS4yOCA0OC4xNzIzIDEwNC4wMjlDNDMuODkyMiA2OC4wMjA2IDMxLjc1MTkgMzAuNDM4NiAzLjg3MTIyIDEuMDM4NTZDLTkuMjc5MTEgLTEyLjgzOTMgLTI2LjA0OTUgLTI0LjUzMDEgLTQ1Ljk4IC0zMS44OTM5Qy03Mi4zODA2IC00MS42OTY1IC0xMDEuODQxIC00My4wODEyIC0xMzAuNTUyIC00MS42MzM2Qy0xOTQuMjE0IC0zOC40MjM3IC0yNTguMjU1IC0yOS4xNjM5IC0zMjAuNjg3IC0xOS4yMTE4Qy00NDguOTE5IDEuMjI5MzcgLTU3NC4yNDkgMzEuNjU1MSAtNjk0LjgyNiA3MS42MTU5Qy03MjIuNzQgODAuODY3OSAtNzUwLjM3IDkwLjYyMDcgLTc3Ny43MTggMTAwLjg3NEMtNzgwLjYxOCAxMDEuOTY4IC03NzguMDg4IDEwNS4zNTkgLTc3NS4xODggMTA0LjI3M1oiIGZpbGw9IiNDMERERkYiLz4KPC9zdmc+Cg==), -o-linear-gradient(331deg, #e4f0ff 23%, #ffe9df);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM0OSIgaGVpZ2h0PSI2MjUiIHZpZXdCb3g9IjAgMCAxMzQ5IDYyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGlkPSJQYXRoIENvcHkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTc3NS4xODggMTA0LjI3M0MtNjU2LjA1NiA1OS42NzM2IC01MzEuNTQ1IDI0LjU3NTUgLTQwMy41MTkgLTAuNDk1NTY0Qy0zNDAuMDkgLTEyLjg5OTYgLTI3NS45NzYgLTIyLjc5OTMgLTIxMS4xNzQgLTMwLjE5NDVDLTE1Mi4zNzMgLTM2LjkwNTMgLTgxLjE3MDggLTQ5LjE3MDQgLTI5LjE2OTYgLTE5LjUxMDhDMTIuMjYxNSA0LjA5MTA2IDMxLjQ0MTkgNDUuMzk0MyAzOS43MTIxIDgzLjY1MjlDNDkuODkyMyAxMzAuODAxIDQ2LjAyMjIgMTgwLjQyIDM3LjI1MiAyMjcuNDgyQzE5LjE0MTYgMzI0Ljg5NSAtMjQuOTc5NSA0MTcuNjk4IC02Mi4zNDA0IDUxMS4yQy04MS4zNDA4IDU1OC44MjkgLTEwMC4zNDEgNjA3LjMzMSAtMTEwLjY4MiA2NTYuNjlDLTExOS4xMjIgNjk3LjA4MSAtMTE1Ljg1MiA3NDQuODgyIC03MC4zOTA2IDc3MS41NTJDLTIzLjY3OTQgNzk4LjkzOCAzNS41MjIgNzc1LjYwNCA3OS40MTMgNzU1Ljk5OUMxMjguNDE0IDczNC4xMiAxNzIuNjA1IDcwNi4zNjQgMjE1LjE5NiA2NzcuNTQ2QzI1OC45MjcgNjQ3Ljk0MSAzMDEuMTk4IDYxNi45NjggMzQ2LjQ3OSA1ODguODExQzM5MS43NjEgNTYwLjY1NCA0NDEuMDAyIDUzMy4xMDMgNDk4LjE5MyA1MjIuODUyQzUyNy4xOTQgNTE3LjY1OSA1NTguMzU1IDUxNy40NzggNTg1Ljg4NSA1MjcuMTk0QzYxMi45NDYgNTM2Ljc0NSA2MzIuNjI2IDU1NC43MyA2NDYuMTY3IDU3NS4wNzVDNjc1Ljc4NyA2MTkuNjI3IDY3OS4zNDggNjcxLjkyOSA2ODguNjc4IDcyMC43MzdDNjk2Ljc2OCA3NjMuMDA4IDcwOS44NTggODA1LjE0NSA3NDIuMzU5IDg0MC4yNTdDNzcxLjQyIDg3MS42NjMgODEzLjAwMSA4OTEuOTM3IDg2My4xMzIgODkyLjUwNEM4OTUuNDQzIDg5Mi44NjYgOTI3LjkzMyA4ODcuNSA5NTkuNjI0IDg4My4xNTdDOTkyLjg0NSA4NzguNjA1IDEwMjUuOTUgODczLjUzIDEwNTguOTMgODY3LjkzNEMxMTI0Ljg3IDg1Ni43MzYgMTE5MC4xNyA4NDMuNDg4IDEyNTQuODMgODI4LjE4OUMxMjg1Ljg1IDgyMC44NDYgMTMxNi42NyA4MTMuMDQyIDEzNDcuMjkgODA0Ljc3NkMxMzUwLjI5IDgwMy45ODkgMTM0OS4wMSA4MDAuMTU4IDEzNDUuOTYgODAwLjk4NEMxMjE4LjI3IDgzNS40MTcgMTA4Ny4zMSA4NjEuODE0IDk1NC4zMDQgODc5LjkyNEM5MjAuNTUzIDg4NC41MTEgODg1LjYxMyA4OTAuNDUgODUxLjIwMiA4ODguMTQ1QzgyMi40NDEgODg2LjIxIDc5NS45MSA4NzYuOTU4IDc3NC4yIDg2Mi4wOTdDNzMzLjY4OSA4MzQuMzcyIDcxMS45MzggNzkzLjI1OCA3MDAuOTY4IDc1Mi43ODlDNjg3LjQ5OCA3MDMuMDkxIDY4Ni4yODggNjUxLjQyNyA2NjYuMTM3IDYwMi44NDZDNjUwLjU0NyA1NjUuMjY0IDYyMC45NjYgNTI5LjA1MSA1NjkuNTc1IDUxOC41OEM1MTcuMjQ0IDUwNy45MTIgNDYxLjMwMiA1MjQuNTUxIDQxNi41NzEgNTQ1LjIyNkMzNjcuOTIgNTY3LjY4NyAzMjQuMzU5IDU5Ny4xOSAyODIuMDE4IDYyNi4yNTlDMjM4LjAxNyA2NTYuNTA5IDE5NC45MDYgNjg3Ljc1OCAxNDguMTM1IDcxNS40MzVDMTI1LjQ0NyA3MjkuMDE0IDEwMS42NzEgNzQxLjQyOCA3Ni45NTMgNzUyLjZDNDkuNTIyMyA3NjQuODQ5IDE5LjIzMTYgNzc3Ljc3NSAtMTIuNzA5MiA3NzkuOTk0Qy00My4zOTk5IDc4Mi4xNDkgLTcwLjM1MDYgNzcxLjE5IC04Ny45MTEgNzUxLjYwMUMtMTA2LjA4MSA3MzEuMzI3IC0xMTEuMDcyIDcwNi41MDUgLTEwOS4zNjIgNjgyLjE1NkMtMTA3LjUxMSA2NTUuODQgLTk5LjE0MTMgNjI5Ljc1MiAtOTEuMDQxMSA2MDQuMjdDLTgzLjM1MDkgNTgwLjA5NCAtNzQuNjEwNyA1NTYuMTM4IC02NS4zNzA0IDUzMi4zMDhDLTI4LjUzOTYgNDM3LjQyMSAxNy4xODE2IDM0NC4wMjggMzguNjMyMSAyNDUuOTM5QzQ4Ljg0MjMgMTk5LjI4NiA1My43ODI0IDE1MS4yOCA0OC4xNzIzIDEwNC4wMjlDNDMuODkyMiA2OC4wMjA2IDMxLjc1MTkgMzAuNDM4NiAzLjg3MTIyIDEuMDM4NTZDLTkuMjc5MTEgLTEyLjgzOTMgLTI2LjA0OTUgLTI0LjUzMDEgLTQ1Ljk4IC0zMS44OTM5Qy03Mi4zODA2IC00MS42OTY1IC0xMDEuODQxIC00My4wODEyIC0xMzAuNTUyIC00MS42MzM2Qy0xOTQuMjE0IC0zOC40MjM3IC0yNTguMjU1IC0yOS4xNjM5IC0zMjAuNjg3IC0xOS4yMTE4Qy00NDguOTE5IDEuMjI5MzcgLTU3NC4yNDkgMzEuNjU1MSAtNjk0LjgyNiA3MS42MTU5Qy03MjIuNzQgODAuODY3OSAtNzUwLjM3IDkwLjYyMDcgLTc3Ny43MTggMTAwLjg3NEMtNzgwLjYxOCAxMDEuOTY4IC03NzguMDg4IDEwNS4zNTkgLTc3NS4xODggMTA0LjI3M1oiIGZpbGw9IiNDMERERkYiLz4KPC9zdmc+Cg==), linear-gradient(119deg, #e4f0ff 23%, #ffe9df);
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
  min-height: 900px;
  padding-top: 12.32033vh;
}

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

.block\(principles\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1135px) {
  /* line 8, resources/assets/styles/blocks/_principles.scss */

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

/* line 18, resources/assets/styles/blocks/_principles.scss */

.block\(principles\) .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 466px;
          flex: 0 1 466px;
}

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

.block\(principles\) .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 640px;
          flex: 0 1 640px;
  font-size: 1.25rem;
  line-height: 1.8;
}

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

.block\(principles\) .right p {
  margin-bottom: 40px;
}

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

.block\(principles\) .right strong {
  font-weight: bold;
}

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

.block\(quote\) {
  padding: 80px 0 150px;
}

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

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

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

.block\(quote\) .spark {
  margin-bottom: 100px;
  width: 100%;
}

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

.block\(quote\) .spark .style-svg {
  max-width: 100%;
}

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

.block\(quote\) h2.fz\(46\) {
  max-width: 406px;
  margin: 0 auto 60px;
}

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

.block\(quote\) .list {
  margin: 50px 0 100px -73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.block\(quote\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 280px;
          flex: 0 1 280px;
  margin-left: 73px;
  margin-bottom: 20px;
}

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

.block\(quote\) h3.c\(zoom-blue\) {
  margin-bottom: 10px;
}

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

.block\(quote\) p.fz\(18\) {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}

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

.block\(quote\) .quote {
  background-image: -webkit-linear-gradient(337deg, #ffe9df 23%, #e4f0ff);
  background-image: -o-linear-gradient(337deg, #ffe9df 23%, #e4f0ff);
  background-image: linear-gradient(113deg, #ffe9df 23%, #e4f0ff);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 10.26694vh 7.29167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

  .block\(quote\) .quote {
    padding: 10.26694vh 15px;
  }
}

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

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

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

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

@media all and (max-width: 1000px) {
  /* line 67, resources/assets/styles/blocks/_quote.scss */

  .block\(quote\) .image {
    margin-bottom: 20px;
  }
}

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

.block\(quote\) .image img {
  width: 100%;
  border-radius: 50%;
}

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

.block\(quote\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
  margin-left: 15px;
}

@media all and (max-width: 985px) {
  /* line 80, resources/assets/styles/blocks/_quote.scss */

  .block\(quote\) .text {
    margin-left: 0;
  }
}

/* line 89, resources/assets/styles/blocks/_quote.scss */

.block\(quote\) h3.c\(dark-indigo\) {
  margin-bottom: 32px;
}

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

.block\(reportsHero\) {
  padding-bottom: 80px;
  padding-top: 16.4271vh;
}

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

.block\(reportsHero\) .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;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1430px;
          flex: 0 1 1430px;
}

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

.block\(reportsHero\) .inner {
  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: -25px;
  margin-bottom: 125px;
  width: 100%;
}

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

.block\(reportsHero\) .inner > * {
  margin-left: 25px;
}

/* line 26, resources/assets/styles/blocks/_reports_hero.scss */

.block\(reportsHero\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 650px;
          flex: 0 1 650px;
}

@media all and (max-width: 1429px) {
  /* line 26, resources/assets/styles/blocks/_reports_hero.scss */

  .block\(reportsHero\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
            flex: 0 1 500px;
  }
}

@media all and (max-width: 1079px) {
  /* line 26, resources/assets/styles/blocks/_reports_hero.scss */

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

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

.block\(reportsHero\) h3 {
  margin-bottom: 10px;
}

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

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

@media all and (max-width: 1429px) {
  /* line 42, resources/assets/styles/blocks/_reports_hero.scss */

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

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

.block\(reportsHero\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

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

.block\(taxCollection\) {
  padding-top: 80px;
  padding-bottom: 150px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYzMCIgaGVpZ2h0PSIxNTkyIiB2aWV3Qm94PSIwIDAgMTYzMCAxNTkyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iUGF0aCBDb3B5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS01MzguMjc4IDE4ODEuMTZDLTM2Mi4zNDQgMjA4OC4yMyAtMTI4LjQzMiAyMjQ0LjI2IDEzMC42NzggMjMyNi41OEMyNTguNDU2IDIzNjcuMTcgNDAwLjgwNiAyMzkyLjQ1IDUzMi40NTMgMjM1NC41NEM1OTMuOTcxIDIzMzYuODcgNjUwLjU3MiAyMzAzLjcyIDY5Mi4yMjMgMjI1NC42OUM3MzIuNjc5IDIyMDcuMDYgNzU2LjQxNiAyMTQ3LjU3IDc2Ny42OCAyMDg2LjU2Qzc5MS4wMjcgMTk2MC4xNCA3NjcuMzg1IDE4MjQuODYgNzE5LjgxIDE3MDYuN0M2NzIuMTEzIDE1ODguNjEgNTk4LjE5OSAxNDgyLjkxIDUwMy42NSAxMzk3LjU3QzQ1NS45OTYgMTM1NC41NiA0MDMuMzAxIDEzMTcuNDggMzQ2LjcyIDEyODcuMTRDMzAzLjMwOCAxMjYzLjk0IDIyMy4xMjUgMTIxOC41NSAxNzkuMzI5IDEyNjQuMTRDMTQxLjkwNSAxMzAzLjExIDE3OC4yMzYgMTM2MC44NSAyMDguNDQ4IDEzOTEuMzRDMjUzLjEzIDE0MzYuNDEgMzExLjMzMiAxNDc2LjQ2IDM3Ni44MjcgMTQ3OC43MUM0MzkuNzQ2IDE0ODAuODggNDk2LjQ4OSAxNDQ3LjI2IDUxNi4xOTQgMTM4Ni4xOEM1MzYuNDA3IDEzMjMuNjIgNTIzLjE4NSAxMjUxLjk3IDUxMi40NTEgMTE4OC45N0M0OTguNzI1IDExMDguMjcgNDc3LjM4NCAxMDI5LjA1IDQ0OC43MTIgOTUyLjM4QzQxOS44MjkgODc1LjI3NSAzODMuNjEyIDgwMS4xODggMzU0LjI3MyA3MjQuMjY3QzMwMy4zNTMgNTkwLjczMyAyNzIuNjMgNDMyLjAyOCAzNTAuOTQ0IDMwMi4xOThDNDE4LjMzOSAxOTAuNTc0IDU0NC44NTMgMTI5LjY1MSA2NjcuMjY3IDk5LjAxMzdDODEzLjc4NSA2Mi4zMjA0IDk3MS41MjMgNjAuMjgzMSAxMTIwLjM1IDgyLjg3OTNDMTI1NC42OSAxMDMuMjc4IDEzOTQuMTEgMTQ0LjU5MiAxNDk3LjczIDIzNi40MjJDMTU4OS4zMiAzMTcuNTk4IDE2NDAuNjIgNDQxLjEzMyAxNjE0LjU3IDU2My4zMzNDMTYwMS45OCA2MjIuMzE2IDE1NjkuNyA2NzUuNjA5IDE1MTkuODggNzEwLjM1OEMxNDU5LjExIDc1Mi43MzMgMTM4MSA3NjQuOTI5IDEzMDguNTggNzU1LjM3MUMxMjM2LjE2IDc0NS44MTIgMTE2OC41NCA3MTUuMDMxIDExMDYuNzYgNjc3LjQyMUMxMDQyLjYyIDYzOC4zODkgOTgyLjUxMiA1OTIuMDAzIDkyNi4wNDQgNTQyLjYwMUM4MTMuMzc5IDQ0NC4wNjUgNzE1LjQxOSAzMjkuMzk0IDYzMi4yMTEgMjA1LjEzOEM0NTEuMjY2IC02NS4xMDE1IDM0My44MTEgLTM3Ny4yNzkgMjgxLjA1IC02OTQuNjYyQzI2NS4yMDQgLTc3NC43NyAyNTIuMTY3IC04NTUuMzk1IDI0MS4xODkgLTkzNi4yOTlDMjQwLjQ4MyAtOTQxLjQ5NCAyMzIuMzMyIC05NDAuODYyIDIzMy4wMjkgLTkzNS42NDZDMjc2LjU2MSAtNjE0Ljk5MSAzNTQuMTk1IC0yOTUuMTgzIDUwMC40OTggLTQuODk2NjRDNjMxLjQ3OCAyNTUuMDE0IDgxOC4zODEgNDkyLjY1NSAxMDYwLjYgNjU3LjI5NEMxMTcwLjc1IDczMi4xNjggMTMwNC4xMSA3OTEuNjI3IDE0MzkuMzUgNzU1Ljg2OUMxNDk4LjE1IDc0MC4zMTkgMTU1MS42MSA3MDUuOTY3IDE1ODUuNTEgNjU0LjgwNUMxNjE0IDYxMS43NTUgMTYyNy42MiA1NjAuNTUyIDE2MjkuMTYgNTA5LjI1MUMxNjMyLjY2IDM5Mi4xNzQgMTU3NC43NyAyODYuNTM5IDE0ODQuNDkgMjE0LjYwN0MxMzgwLjk0IDEzMi4xMDYgMTI0OC4xMSA5My42NzE2IDExMTkuMDQgNzQuNDAyMUM5NzYuOTAzIDUzLjE4NjYgODI4LjE3NiA1NC44NTI3IDY4Ny41MjcgODUuODkxMkM1NjkuOTQ0IDExMS44OTYgNDQ4LjgxNyAxNjMuMzUxIDM3MS4yNTMgMjU5LjA5OEMyODcuNTc2IDM2Mi40MTcgMjgxLjk3MiA0OTguMDk1IDMxMi45MzMgNjIyLjYwNkMzMzIuMiA3MDAuMTQ1IDM2NC44MDQgNzczLjU0NCAzOTYuMzY0IDg0Ni42NjFDNDI5LjY5NCA5MjMuODcyIDQ2MC4yODkgMTAwMS42NiA0ODEuNDQ2IDEwODMuMkM1MDAuNjU4IDExNTcuMjQgNTE3LjM0NiAxMjM2LjExIDUxNy43NjUgMTMxMi45QzUxNy45NTMgMTM0NS4wNiA1MTMuOTA1IDEzNzguNDEgNDk4LjQ4OCAxNDA3LjEzQzQ4MC42MjYgMTQ0MC40NCA0NDcuNzkgMTQ2MS41MiA0MTAuOTQ1IDE0NjguMTlDMzM2LjE2OSAxNDgxLjcgMjY4LjA3NyAxNDM4LjMyIDIxNi44MTggMTM4OC4zQzE5NS44NTQgMTM2Ny44NSAxNzQuODY2IDEzNDAuMzkgMTcxLjk3MiAxMzEwLjIzQzE2Ny42NzEgMTI2NS4yOCAyMTAuNzYgMTI0OS4yNSAyNDguNTMzIDEyNTUuOTVDMjgxLjg3OCAxMjYxLjg4IDMxMy40OTYgMTI3OC43NiAzNDMuMTA2IDEyOTQuNTlDMzcyLjM3IDEzMTAuMTYgNDAwLjU4NyAxMzI3LjYzIDQyNy41NzkgMTM0Ni44OEM0ODAuNTU3IDEzODQuNzggNTI4Ljc5IDE0MjguOSA1NzEuMjQyIDE0NzguM0M2NTYuMzM3IDE1NzcuMzUgNzE4LjI4OSAxNjk2LjI5IDc0OC4zMzMgMTgyMy40Qzc3Ny45MDcgMTk0OC41MSA3ODIuNDg2IDIwOTUuNjUgNzE0LjQ4OCAyMjA5LjY0QzYzNy44OTMgMjMzOC4xMSA0ODQuNTA5IDIzNzMuMTcgMzQ0LjY1OSAyMzYyLjY1QzIwOC4zMTggMjM1Mi4zOSA3NC4wNjE5IDIzMDUuNCAtNDguNzIxMiAyMjQ3LjA0Qy0xNzMuMTIxIDIxODcuODkgLTI4OC41MTYgMjExMS40MyAtMzkxLjQ3NCAyMDE5LjkzQy00NDEuNDU1IDE5NzUuNCAtNDg4LjI3NCAxOTI3LjQ0IC01MzEuNTkyIDE4NzYuNDFDLTUzNC45NzkgMTg3Mi40MiAtNTQxLjY4MiAxODc3LjEyIC01MzguMjYzIDE4ODEuMTZMLTUzOC4yNzggMTg4MS4xNloiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl82XzQyNSkiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl82XzQyNSIgeDE9IjUwMS42MjYiIHkxPSIxNTkyLjMiIHgyPSIxOTIzLjE5IiB5Mj0iMTI4Ny43NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjlDOUM5Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzk2QzVGRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

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

.block\(taxCollection\) .list {
  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: -59px;
}

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

.block\(taxCollection\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 640px;
          flex: 0 1 640px;
  margin-left: 59px;
  margin-bottom: 45px;
}

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

.block\(taxCollection\) .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 358px;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media all and (max-width: 670px) {
  /* line 22, resources/assets/styles/blocks/_tax_collection.scss */

  .block\(taxCollection\) .image {
    width: 400px;
    height: 224px;
    margin: 0 auto 20px;
  }
}

@media all and (max-width: 430px) {
  /* line 22, resources/assets/styles/blocks/_tax_collection.scss */

  .block\(taxCollection\) .image {
    width: 270px;
    height: 151px;
  }
}

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

.block\(taxCollection\) a.fz\(20\),
.block\(taxCollection\) a.btn-flat,
.block\(taxCollection\) a.dark,
.block\(taxCollection\) a.small,
.block\(taxCollection\) .block\(impact\) a.content,
.block\(impact\) .block\(taxCollection\) a.content {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

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

.block\(taxCollection\) a.fz\(20\):hover,
.block\(taxCollection\) a.btn-flat:hover,
.block\(taxCollection\) a.dark:hover,
.block\(taxCollection\) a.small:hover,
.block\(taxCollection\) .block\(impact\) a.content:hover,
.block\(impact\) .block\(taxCollection\) a.content:hover {
  color: #0e72ed;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

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

.block\(taxCollection\) p.fz\(13\) {
  margin-top: 10px;
}

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

.block\(updates\) {
  padding: 42px 0 65px;
  position: relative;
  overflow: hidden;
}

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

.block\(updates\) .container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1418px;
          flex: 0 1 1418px;
  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 13, resources/assets/styles/blocks/_updates.scss */

.block\(updates\) .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  margin-left: 45px;
}

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

  .block\(updates\) .title {
    margin-left: 0;
  }
}

/* line 26, resources/assets/styles/blocks/_updates.scss */

.block\(updates\) h3.fz\(46\) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
  margin-right: 15px;
}

@media all and (max-width: 708px) {
  /* line 26, resources/assets/styles/blocks/_updates.scss */

  .block\(updates\) h3.fz\(46\) {
    margin-right: 0;
    text-align: center;
  }
}

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

.block\(updates\) .spark {
  width: 100%;
  margin-top: 10px;
}

@media all and (max-width: 708px) {
  /* line 36, resources/assets/styles/blocks/_updates.scss */

  .block\(updates\) .spark {
    display: none;
  }
}

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

.block\(updates\) .spark .style-svg {
  max-width: 100%;
}

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

.block\(updates\) .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: -35px;
  margin-bottom: -50px;
}

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

.block\(updates\) p.fz\(20\),
.block\(updates\) p.btn-flat,
.block\(updates\) p.dark,
.block\(updates\) p.small,
.block\(updates\) .block\(impact\) p.content,
.block\(impact\) .block\(updates\) p.content,
.block\(updates\) .block\(threeImageAndText\) .content p,
.block\(threeImageAndText\) .content .block\(updates\) p {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 700;
  line-height: 1.3;
  max-width: 230px;
}

/* line 65, resources/assets/styles/blocks/_updates.scss */

.block\(updates\) .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 240px;
          flex: 0 1 240px;
  margin-left: 35px;
  margin-bottom: 50px;
}

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

.block\(updates\) .item:nth-child(odd) {
  margin-top: 50px;
}

@media all and (max-width: 579px) {
  /* line 70, resources/assets/styles/blocks/_updates.scss */

  .block\(updates\) .item:nth-child(odd) {
    margin-top: 0;
  }
}

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

.block\(updates\) .item:hover p.fz\(20\),
.block\(updates\) .item:hover p.btn-flat,
.block\(updates\) .item:hover p.dark,
.block\(updates\) .item:hover p.small,
.block\(updates\) .item:hover .block\(impact\) p.content,
.block\(impact\) .block\(updates\) .item:hover p.content,
.block\(updates\) .item:hover .block\(threeImageAndText\) .content p,
.block\(threeImageAndText\) .content .block\(updates\) .item:hover p {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #0e72ed;
}

/* line 84, resources/assets/styles/blocks/_updates.scss */

.block\(updates\) .last-link {
  height: 256px;
  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;
  text-align: center;
  border-radius: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 25px;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  -o-transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}

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

.block\(updates\) .last-link:hover {
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  -o-transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}

/* line 103, resources/assets/styles/blocks/_updates.scss */

.block\(updates\) div.item {
  height: 256px;
  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-radius: 15px;
}

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

.block\(updates\) div.item p {
  max-width: 190px;
  text-align: center;
  margin: 0 auto 20px;
}

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

.block\(updates\) .image {
  max-width: 240px;
  height: 256px;
  margin-bottom: 30px;
}

@media all and (max-width: 854px) {
  /* line 118, resources/assets/styles/blocks/_updates.scss */

  .block\(updates\) .image {
    margin-bottom: 20px;
  }
}

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

.block\(updates\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

@media all and (max-width: 375px) {
  /* line 118, resources/assets/styles/blocks/_updates.scss */

  .block\(updates\) .image {
    height: auto;
  }
}

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

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

/* line 146, resources/assets/styles/blocks/_updates.scss */

.block\(updates\) .details > * {
  margin-left: 10px;
}

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

.block\(threeImageAndText\) {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYzMCIgaGVpZ2h0PSIxNTkyIiB2aWV3Qm94PSIwIDAgMTYzMCAxNTkyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iUGF0aCBDb3B5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS01MzguMjc4IDE4ODEuMTZDLTM2Mi4zNDQgMjA4OC4yMyAtMTI4LjQzMiAyMjQ0LjI2IDEzMC42NzggMjMyNi41OEMyNTguNDU2IDIzNjcuMTcgNDAwLjgwNiAyMzkyLjQ1IDUzMi40NTMgMjM1NC41NEM1OTMuOTcxIDIzMzYuODcgNjUwLjU3MiAyMzAzLjcyIDY5Mi4yMjMgMjI1NC42OUM3MzIuNjc5IDIyMDcuMDYgNzU2LjQxNiAyMTQ3LjU3IDc2Ny42OCAyMDg2LjU2Qzc5MS4wMjcgMTk2MC4xNCA3NjcuMzg1IDE4MjQuODYgNzE5LjgxIDE3MDYuN0M2NzIuMTEzIDE1ODguNjEgNTk4LjE5OSAxNDgyLjkxIDUwMy42NSAxMzk3LjU3QzQ1NS45OTYgMTM1NC41NiA0MDMuMzAxIDEzMTcuNDggMzQ2LjcyIDEyODcuMTRDMzAzLjMwOCAxMjYzLjk0IDIyMy4xMjUgMTIxOC41NSAxNzkuMzI5IDEyNjQuMTRDMTQxLjkwNSAxMzAzLjExIDE3OC4yMzYgMTM2MC44NSAyMDguNDQ4IDEzOTEuMzRDMjUzLjEzIDE0MzYuNDEgMzExLjMzMiAxNDc2LjQ2IDM3Ni44MjcgMTQ3OC43MUM0MzkuNzQ2IDE0ODAuODggNDk2LjQ4OSAxNDQ3LjI2IDUxNi4xOTQgMTM4Ni4xOEM1MzYuNDA3IDEzMjMuNjIgNTIzLjE4NSAxMjUxLjk3IDUxMi40NTEgMTE4OC45N0M0OTguNzI1IDExMDguMjcgNDc3LjM4NCAxMDI5LjA1IDQ0OC43MTIgOTUyLjM4QzQxOS44MjkgODc1LjI3NSAzODMuNjEyIDgwMS4xODggMzU0LjI3MyA3MjQuMjY3QzMwMy4zNTMgNTkwLjczMyAyNzIuNjMgNDMyLjAyOCAzNTAuOTQ0IDMwMi4xOThDNDE4LjMzOSAxOTAuNTc0IDU0NC44NTMgMTI5LjY1MSA2NjcuMjY3IDk5LjAxMzdDODEzLjc4NSA2Mi4zMjA0IDk3MS41MjMgNjAuMjgzMSAxMTIwLjM1IDgyLjg3OTNDMTI1NC42OSAxMDMuMjc4IDEzOTQuMTEgMTQ0LjU5MiAxNDk3LjczIDIzNi40MjJDMTU4OS4zMiAzMTcuNTk4IDE2NDAuNjIgNDQxLjEzMyAxNjE0LjU3IDU2My4zMzNDMTYwMS45OCA2MjIuMzE2IDE1NjkuNyA2NzUuNjA5IDE1MTkuODggNzEwLjM1OEMxNDU5LjExIDc1Mi43MzMgMTM4MSA3NjQuOTI5IDEzMDguNTggNzU1LjM3MUMxMjM2LjE2IDc0NS44MTIgMTE2OC41NCA3MTUuMDMxIDExMDYuNzYgNjc3LjQyMUMxMDQyLjYyIDYzOC4zODkgOTgyLjUxMiA1OTIuMDAzIDkyNi4wNDQgNTQyLjYwMUM4MTMuMzc5IDQ0NC4wNjUgNzE1LjQxOSAzMjkuMzk0IDYzMi4yMTEgMjA1LjEzOEM0NTEuMjY2IC02NS4xMDE1IDM0My44MTEgLTM3Ny4yNzkgMjgxLjA1IC02OTQuNjYyQzI2NS4yMDQgLTc3NC43NyAyNTIuMTY3IC04NTUuMzk1IDI0MS4xODkgLTkzNi4yOTlDMjQwLjQ4MyAtOTQxLjQ5NCAyMzIuMzMyIC05NDAuODYyIDIzMy4wMjkgLTkzNS42NDZDMjc2LjU2MSAtNjE0Ljk5MSAzNTQuMTk1IC0yOTUuMTgzIDUwMC40OTggLTQuODk2NjRDNjMxLjQ3OCAyNTUuMDE0IDgxOC4zODEgNDkyLjY1NSAxMDYwLjYgNjU3LjI5NEMxMTcwLjc1IDczMi4xNjggMTMwNC4xMSA3OTEuNjI3IDE0MzkuMzUgNzU1Ljg2OUMxNDk4LjE1IDc0MC4zMTkgMTU1MS42MSA3MDUuOTY3IDE1ODUuNTEgNjU0LjgwNUMxNjE0IDYxMS43NTUgMTYyNy42MiA1NjAuNTUyIDE2MjkuMTYgNTA5LjI1MUMxNjMyLjY2IDM5Mi4xNzQgMTU3NC43NyAyODYuNTM5IDE0ODQuNDkgMjE0LjYwN0MxMzgwLjk0IDEzMi4xMDYgMTI0OC4xMSA5My42NzE2IDExMTkuMDQgNzQuNDAyMUM5NzYuOTAzIDUzLjE4NjYgODI4LjE3NiA1NC44NTI3IDY4Ny41MjcgODUuODkxMkM1NjkuOTQ0IDExMS44OTYgNDQ4LjgxNyAxNjMuMzUxIDM3MS4yNTMgMjU5LjA5OEMyODcuNTc2IDM2Mi40MTcgMjgxLjk3MiA0OTguMDk1IDMxMi45MzMgNjIyLjYwNkMzMzIuMiA3MDAuMTQ1IDM2NC44MDQgNzczLjU0NCAzOTYuMzY0IDg0Ni42NjFDNDI5LjY5NCA5MjMuODcyIDQ2MC4yODkgMTAwMS42NiA0ODEuNDQ2IDEwODMuMkM1MDAuNjU4IDExNTcuMjQgNTE3LjM0NiAxMjM2LjExIDUxNy43NjUgMTMxMi45QzUxNy45NTMgMTM0NS4wNiA1MTMuOTA1IDEzNzguNDEgNDk4LjQ4OCAxNDA3LjEzQzQ4MC42MjYgMTQ0MC40NCA0NDcuNzkgMTQ2MS41MiA0MTAuOTQ1IDE0NjguMTlDMzM2LjE2OSAxNDgxLjcgMjY4LjA3NyAxNDM4LjMyIDIxNi44MTggMTM4OC4zQzE5NS44NTQgMTM2Ny44NSAxNzQuODY2IDEzNDAuMzkgMTcxLjk3MiAxMzEwLjIzQzE2Ny42NzEgMTI2NS4yOCAyMTAuNzYgMTI0OS4yNSAyNDguNTMzIDEyNTUuOTVDMjgxLjg3OCAxMjYxLjg4IDMxMy40OTYgMTI3OC43NiAzNDMuMTA2IDEyOTQuNTlDMzcyLjM3IDEzMTAuMTYgNDAwLjU4NyAxMzI3LjYzIDQyNy41NzkgMTM0Ni44OEM0ODAuNTU3IDEzODQuNzggNTI4Ljc5IDE0MjguOSA1NzEuMjQyIDE0NzguM0M2NTYuMzM3IDE1NzcuMzUgNzE4LjI4OSAxNjk2LjI5IDc0OC4zMzMgMTgyMy40Qzc3Ny45MDcgMTk0OC41MSA3ODIuNDg2IDIwOTUuNjUgNzE0LjQ4OCAyMjA5LjY0QzYzNy44OTMgMjMzOC4xMSA0ODQuNTA5IDIzNzMuMTcgMzQ0LjY1OSAyMzYyLjY1QzIwOC4zMTggMjM1Mi4zOSA3NC4wNjE5IDIzMDUuNCAtNDguNzIxMiAyMjQ3LjA0Qy0xNzMuMTIxIDIxODcuODkgLTI4OC41MTYgMjExMS40MyAtMzkxLjQ3NCAyMDE5LjkzQy00NDEuNDU1IDE5NzUuNCAtNDg4LjI3NCAxOTI3LjQ0IC01MzEuNTkyIDE4NzYuNDFDLTUzNC45NzkgMTg3Mi40MiAtNTQxLjY4MiAxODc3LjEyIC01MzguMjYzIDE4ODEuMTZMLTUzOC4yNzggMTg4MS4xNloiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl82XzQyNSkiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl82XzQyNSIgeDE9IjUwMS42MjYiIHkxPSIxNTkyLjMiIHgyPSIxOTIzLjE5IiB5Mj0iMTI4Ny43NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjlDOUM5Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzk2QzVGRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=), -webkit-linear-gradient(300deg, #e4f0ff 23%, #ffe9df 100%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYzMCIgaGVpZ2h0PSIxNTkyIiB2aWV3Qm94PSIwIDAgMTYzMCAxNTkyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iUGF0aCBDb3B5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS01MzguMjc4IDE4ODEuMTZDLTM2Mi4zNDQgMjA4OC4yMyAtMTI4LjQzMiAyMjQ0LjI2IDEzMC42NzggMjMyNi41OEMyNTguNDU2IDIzNjcuMTcgNDAwLjgwNiAyMzkyLjQ1IDUzMi40NTMgMjM1NC41NEM1OTMuOTcxIDIzMzYuODcgNjUwLjU3MiAyMzAzLjcyIDY5Mi4yMjMgMjI1NC42OUM3MzIuNjc5IDIyMDcuMDYgNzU2LjQxNiAyMTQ3LjU3IDc2Ny42OCAyMDg2LjU2Qzc5MS4wMjcgMTk2MC4xNCA3NjcuMzg1IDE4MjQuODYgNzE5LjgxIDE3MDYuN0M2NzIuMTEzIDE1ODguNjEgNTk4LjE5OSAxNDgyLjkxIDUwMy42NSAxMzk3LjU3QzQ1NS45OTYgMTM1NC41NiA0MDMuMzAxIDEzMTcuNDggMzQ2LjcyIDEyODcuMTRDMzAzLjMwOCAxMjYzLjk0IDIyMy4xMjUgMTIxOC41NSAxNzkuMzI5IDEyNjQuMTRDMTQxLjkwNSAxMzAzLjExIDE3OC4yMzYgMTM2MC44NSAyMDguNDQ4IDEzOTEuMzRDMjUzLjEzIDE0MzYuNDEgMzExLjMzMiAxNDc2LjQ2IDM3Ni44MjcgMTQ3OC43MUM0MzkuNzQ2IDE0ODAuODggNDk2LjQ4OSAxNDQ3LjI2IDUxNi4xOTQgMTM4Ni4xOEM1MzYuNDA3IDEzMjMuNjIgNTIzLjE4NSAxMjUxLjk3IDUxMi40NTEgMTE4OC45N0M0OTguNzI1IDExMDguMjcgNDc3LjM4NCAxMDI5LjA1IDQ0OC43MTIgOTUyLjM4QzQxOS44MjkgODc1LjI3NSAzODMuNjEyIDgwMS4xODggMzU0LjI3MyA3MjQuMjY3QzMwMy4zNTMgNTkwLjczMyAyNzIuNjMgNDMyLjAyOCAzNTAuOTQ0IDMwMi4xOThDNDE4LjMzOSAxOTAuNTc0IDU0NC44NTMgMTI5LjY1MSA2NjcuMjY3IDk5LjAxMzdDODEzLjc4NSA2Mi4zMjA0IDk3MS41MjMgNjAuMjgzMSAxMTIwLjM1IDgyLjg3OTNDMTI1NC42OSAxMDMuMjc4IDEzOTQuMTEgMTQ0LjU5MiAxNDk3LjczIDIzNi40MjJDMTU4OS4zMiAzMTcuNTk4IDE2NDAuNjIgNDQxLjEzMyAxNjE0LjU3IDU2My4zMzNDMTYwMS45OCA2MjIuMzE2IDE1NjkuNyA2NzUuNjA5IDE1MTkuODggNzEwLjM1OEMxNDU5LjExIDc1Mi43MzMgMTM4MSA3NjQuOTI5IDEzMDguNTggNzU1LjM3MUMxMjM2LjE2IDc0NS44MTIgMTE2OC41NCA3MTUuMDMxIDExMDYuNzYgNjc3LjQyMUMxMDQyLjYyIDYzOC4zODkgOTgyLjUxMiA1OTIuMDAzIDkyNi4wNDQgNTQyLjYwMUM4MTMuMzc5IDQ0NC4wNjUgNzE1LjQxOSAzMjkuMzk0IDYzMi4yMTEgMjA1LjEzOEM0NTEuMjY2IC02NS4xMDE1IDM0My44MTEgLTM3Ny4yNzkgMjgxLjA1IC02OTQuNjYyQzI2NS4yMDQgLTc3NC43NyAyNTIuMTY3IC04NTUuMzk1IDI0MS4xODkgLTkzNi4yOTlDMjQwLjQ4MyAtOTQxLjQ5NCAyMzIuMzMyIC05NDAuODYyIDIzMy4wMjkgLTkzNS42NDZDMjc2LjU2MSAtNjE0Ljk5MSAzNTQuMTk1IC0yOTUuMTgzIDUwMC40OTggLTQuODk2NjRDNjMxLjQ3OCAyNTUuMDE0IDgxOC4zODEgNDkyLjY1NSAxMDYwLjYgNjU3LjI5NEMxMTcwLjc1IDczMi4xNjggMTMwNC4xMSA3OTEuNjI3IDE0MzkuMzUgNzU1Ljg2OUMxNDk4LjE1IDc0MC4zMTkgMTU1MS42MSA3MDUuOTY3IDE1ODUuNTEgNjU0LjgwNUMxNjE0IDYxMS43NTUgMTYyNy42MiA1NjAuNTUyIDE2MjkuMTYgNTA5LjI1MUMxNjMyLjY2IDM5Mi4xNzQgMTU3NC43NyAyODYuNTM5IDE0ODQuNDkgMjE0LjYwN0MxMzgwLjk0IDEzMi4xMDYgMTI0OC4xMSA5My42NzE2IDExMTkuMDQgNzQuNDAyMUM5NzYuOTAzIDUzLjE4NjYgODI4LjE3NiA1NC44NTI3IDY4Ny41MjcgODUuODkxMkM1NjkuOTQ0IDExMS44OTYgNDQ4LjgxNyAxNjMuMzUxIDM3MS4yNTMgMjU5LjA5OEMyODcuNTc2IDM2Mi40MTcgMjgxLjk3MiA0OTguMDk1IDMxMi45MzMgNjIyLjYwNkMzMzIuMiA3MDAuMTQ1IDM2NC44MDQgNzczLjU0NCAzOTYuMzY0IDg0Ni42NjFDNDI5LjY5NCA5MjMuODcyIDQ2MC4yODkgMTAwMS42NiA0ODEuNDQ2IDEwODMuMkM1MDAuNjU4IDExNTcuMjQgNTE3LjM0NiAxMjM2LjExIDUxNy43NjUgMTMxMi45QzUxNy45NTMgMTM0NS4wNiA1MTMuOTA1IDEzNzguNDEgNDk4LjQ4OCAxNDA3LjEzQzQ4MC42MjYgMTQ0MC40NCA0NDcuNzkgMTQ2MS41MiA0MTAuOTQ1IDE0NjguMTlDMzM2LjE2OSAxNDgxLjcgMjY4LjA3NyAxNDM4LjMyIDIxNi44MTggMTM4OC4zQzE5NS44NTQgMTM2Ny44NSAxNzQuODY2IDEzNDAuMzkgMTcxLjk3MiAxMzEwLjIzQzE2Ny42NzEgMTI2NS4yOCAyMTAuNzYgMTI0OS4yNSAyNDguNTMzIDEyNTUuOTVDMjgxLjg3OCAxMjYxLjg4IDMxMy40OTYgMTI3OC43NiAzNDMuMTA2IDEyOTQuNTlDMzcyLjM3IDEzMTAuMTYgNDAwLjU4NyAxMzI3LjYzIDQyNy41NzkgMTM0Ni44OEM0ODAuNTU3IDEzODQuNzggNTI4Ljc5IDE0MjguOSA1NzEuMjQyIDE0NzguM0M2NTYuMzM3IDE1NzcuMzUgNzE4LjI4OSAxNjk2LjI5IDc0OC4zMzMgMTgyMy40Qzc3Ny45MDcgMTk0OC41MSA3ODIuNDg2IDIwOTUuNjUgNzE0LjQ4OCAyMjA5LjY0QzYzNy44OTMgMjMzOC4xMSA0ODQuNTA5IDIzNzMuMTcgMzQ0LjY1OSAyMzYyLjY1QzIwOC4zMTggMjM1Mi4zOSA3NC4wNjE5IDIzMDUuNCAtNDguNzIxMiAyMjQ3LjA0Qy0xNzMuMTIxIDIxODcuODkgLTI4OC41MTYgMjExMS40MyAtMzkxLjQ3NCAyMDE5LjkzQy00NDEuNDU1IDE5NzUuNCAtNDg4LjI3NCAxOTI3LjQ0IC01MzEuNTkyIDE4NzYuNDFDLTUzNC45NzkgMTg3Mi40MiAtNTQxLjY4MiAxODc3LjEyIC01MzguMjYzIDE4ODEuMTZMLTUzOC4yNzggMTg4MS4xNloiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl82XzQyNSkiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl82XzQyNSIgeDE9IjUwMS42MjYiIHkxPSIxNTkyLjMiIHgyPSIxOTIzLjE5IiB5Mj0iMTI4Ny43NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjlDOUM5Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzk2QzVGRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=), -o-linear-gradient(300deg, #e4f0ff 23%, #ffe9df 100%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYzMCIgaGVpZ2h0PSIxNTkyIiB2aWV3Qm94PSIwIDAgMTYzMCAxNTkyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iUGF0aCBDb3B5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS01MzguMjc4IDE4ODEuMTZDLTM2Mi4zNDQgMjA4OC4yMyAtMTI4LjQzMiAyMjQ0LjI2IDEzMC42NzggMjMyNi41OEMyNTguNDU2IDIzNjcuMTcgNDAwLjgwNiAyMzkyLjQ1IDUzMi40NTMgMjM1NC41NEM1OTMuOTcxIDIzMzYuODcgNjUwLjU3MiAyMzAzLjcyIDY5Mi4yMjMgMjI1NC42OUM3MzIuNjc5IDIyMDcuMDYgNzU2LjQxNiAyMTQ3LjU3IDc2Ny42OCAyMDg2LjU2Qzc5MS4wMjcgMTk2MC4xNCA3NjcuMzg1IDE4MjQuODYgNzE5LjgxIDE3MDYuN0M2NzIuMTEzIDE1ODguNjEgNTk4LjE5OSAxNDgyLjkxIDUwMy42NSAxMzk3LjU3QzQ1NS45OTYgMTM1NC41NiA0MDMuMzAxIDEzMTcuNDggMzQ2LjcyIDEyODcuMTRDMzAzLjMwOCAxMjYzLjk0IDIyMy4xMjUgMTIxOC41NSAxNzkuMzI5IDEyNjQuMTRDMTQxLjkwNSAxMzAzLjExIDE3OC4yMzYgMTM2MC44NSAyMDguNDQ4IDEzOTEuMzRDMjUzLjEzIDE0MzYuNDEgMzExLjMzMiAxNDc2LjQ2IDM3Ni44MjcgMTQ3OC43MUM0MzkuNzQ2IDE0ODAuODggNDk2LjQ4OSAxNDQ3LjI2IDUxNi4xOTQgMTM4Ni4xOEM1MzYuNDA3IDEzMjMuNjIgNTIzLjE4NSAxMjUxLjk3IDUxMi40NTEgMTE4OC45N0M0OTguNzI1IDExMDguMjcgNDc3LjM4NCAxMDI5LjA1IDQ0OC43MTIgOTUyLjM4QzQxOS44MjkgODc1LjI3NSAzODMuNjEyIDgwMS4xODggMzU0LjI3MyA3MjQuMjY3QzMwMy4zNTMgNTkwLjczMyAyNzIuNjMgNDMyLjAyOCAzNTAuOTQ0IDMwMi4xOThDNDE4LjMzOSAxOTAuNTc0IDU0NC44NTMgMTI5LjY1MSA2NjcuMjY3IDk5LjAxMzdDODEzLjc4NSA2Mi4zMjA0IDk3MS41MjMgNjAuMjgzMSAxMTIwLjM1IDgyLjg3OTNDMTI1NC42OSAxMDMuMjc4IDEzOTQuMTEgMTQ0LjU5MiAxNDk3LjczIDIzNi40MjJDMTU4OS4zMiAzMTcuNTk4IDE2NDAuNjIgNDQxLjEzMyAxNjE0LjU3IDU2My4zMzNDMTYwMS45OCA2MjIuMzE2IDE1NjkuNyA2NzUuNjA5IDE1MTkuODggNzEwLjM1OEMxNDU5LjExIDc1Mi43MzMgMTM4MSA3NjQuOTI5IDEzMDguNTggNzU1LjM3MUMxMjM2LjE2IDc0NS44MTIgMTE2OC41NCA3MTUuMDMxIDExMDYuNzYgNjc3LjQyMUMxMDQyLjYyIDYzOC4zODkgOTgyLjUxMiA1OTIuMDAzIDkyNi4wNDQgNTQyLjYwMUM4MTMuMzc5IDQ0NC4wNjUgNzE1LjQxOSAzMjkuMzk0IDYzMi4yMTEgMjA1LjEzOEM0NTEuMjY2IC02NS4xMDE1IDM0My44MTEgLTM3Ny4yNzkgMjgxLjA1IC02OTQuNjYyQzI2NS4yMDQgLTc3NC43NyAyNTIuMTY3IC04NTUuMzk1IDI0MS4xODkgLTkzNi4yOTlDMjQwLjQ4MyAtOTQxLjQ5NCAyMzIuMzMyIC05NDAuODYyIDIzMy4wMjkgLTkzNS42NDZDMjc2LjU2MSAtNjE0Ljk5MSAzNTQuMTk1IC0yOTUuMTgzIDUwMC40OTggLTQuODk2NjRDNjMxLjQ3OCAyNTUuMDE0IDgxOC4zODEgNDkyLjY1NSAxMDYwLjYgNjU3LjI5NEMxMTcwLjc1IDczMi4xNjggMTMwNC4xMSA3OTEuNjI3IDE0MzkuMzUgNzU1Ljg2OUMxNDk4LjE1IDc0MC4zMTkgMTU1MS42MSA3MDUuOTY3IDE1ODUuNTEgNjU0LjgwNUMxNjE0IDYxMS43NTUgMTYyNy42MiA1NjAuNTUyIDE2MjkuMTYgNTA5LjI1MUMxNjMyLjY2IDM5Mi4xNzQgMTU3NC43NyAyODYuNTM5IDE0ODQuNDkgMjE0LjYwN0MxMzgwLjk0IDEzMi4xMDYgMTI0OC4xMSA5My42NzE2IDExMTkuMDQgNzQuNDAyMUM5NzYuOTAzIDUzLjE4NjYgODI4LjE3NiA1NC44NTI3IDY4Ny41MjcgODUuODkxMkM1NjkuOTQ0IDExMS44OTYgNDQ4LjgxNyAxNjMuMzUxIDM3MS4yNTMgMjU5LjA5OEMyODcuNTc2IDM2Mi40MTcgMjgxLjk3MiA0OTguMDk1IDMxMi45MzMgNjIyLjYwNkMzMzIuMiA3MDAuMTQ1IDM2NC44MDQgNzczLjU0NCAzOTYuMzY0IDg0Ni42NjFDNDI5LjY5NCA5MjMuODcyIDQ2MC4yODkgMTAwMS42NiA0ODEuNDQ2IDEwODMuMkM1MDAuNjU4IDExNTcuMjQgNTE3LjM0NiAxMjM2LjExIDUxNy43NjUgMTMxMi45QzUxNy45NTMgMTM0NS4wNiA1MTMuOTA1IDEzNzguNDEgNDk4LjQ4OCAxNDA3LjEzQzQ4MC42MjYgMTQ0MC40NCA0NDcuNzkgMTQ2MS41MiA0MTAuOTQ1IDE0NjguMTlDMzM2LjE2OSAxNDgxLjcgMjY4LjA3NyAxNDM4LjMyIDIxNi44MTggMTM4OC4zQzE5NS44NTQgMTM2Ny44NSAxNzQuODY2IDEzNDAuMzkgMTcxLjk3MiAxMzEwLjIzQzE2Ny42NzEgMTI2NS4yOCAyMTAuNzYgMTI0OS4yNSAyNDguNTMzIDEyNTUuOTVDMjgxLjg3OCAxMjYxLjg4IDMxMy40OTYgMTI3OC43NiAzNDMuMTA2IDEyOTQuNTlDMzcyLjM3IDEzMTAuMTYgNDAwLjU4NyAxMzI3LjYzIDQyNy41NzkgMTM0Ni44OEM0ODAuNTU3IDEzODQuNzggNTI4Ljc5IDE0MjguOSA1NzEuMjQyIDE0NzguM0M2NTYuMzM3IDE1NzcuMzUgNzE4LjI4OSAxNjk2LjI5IDc0OC4zMzMgMTgyMy40Qzc3Ny45MDcgMTk0OC41MSA3ODIuNDg2IDIwOTUuNjUgNzE0LjQ4OCAyMjA5LjY0QzYzNy44OTMgMjMzOC4xMSA0ODQuNTA5IDIzNzMuMTcgMzQ0LjY1OSAyMzYyLjY1QzIwOC4zMTggMjM1Mi4zOSA3NC4wNjE5IDIzMDUuNCAtNDguNzIxMiAyMjQ3LjA0Qy0xNzMuMTIxIDIxODcuODkgLTI4OC41MTYgMjExMS40MyAtMzkxLjQ3NCAyMDE5LjkzQy00NDEuNDU1IDE5NzUuNCAtNDg4LjI3NCAxOTI3LjQ0IC01MzEuNTkyIDE4NzYuNDFDLTUzNC45NzkgMTg3Mi40MiAtNTQxLjY4MiAxODc3LjEyIC01MzguMjYzIDE4ODEuMTZMLTUzOC4yNzggMTg4MS4xNloiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl82XzQyNSkiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl82XzQyNSIgeDE9IjUwMS42MjYiIHkxPSIxNTkyLjMiIHgyPSIxOTIzLjE5IiB5Mj0iMTI4Ny43NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjlDOUM5Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzk2QzVGRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=), linear-gradient(150deg, #e4f0ff 23%, #ffe9df 100%);
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

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

  .block\(threeImageAndText\) {
    background-size: cover;
  }
}

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

.block\(threeImageAndText\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1470px;
          flex: 0 1 1470px;
}

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

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

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

.block\(threeImageAndText\) .list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 629px;
          flex: 0 1 629px;
  z-index: 1;
  margin-left: 50px;
}

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

  .block\(threeImageAndText\) .list {
    margin-left: 0;
  }
}

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

.block\(threeImageAndText\) .list img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

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

.block\(threeImageAndText\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
  margin-left: 0;
  z-index: 1;
  margin-bottom: 5px;
}

@media all and (max-width: 1340px) {
  /* line 42, resources/assets/styles/blocks/_three_image_and_text.scss */

  .block\(threeImageAndText\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 540px;
            flex: 0 1 540px;
    margin-top: 30px;
    margin-left: 15px;
  }
}

@media all and (max-width: 1198px) {
  /* line 42, resources/assets/styles/blocks/_three_image_and_text.scss */

  .block\(threeImageAndText\) .text {
    margin-left: 0;
  }
}

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

.block\(threeImageAndText\) h2 {
  margin-bottom: 20px;
  margin-top: 0;
}

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

.block\(threeImageAndText\) h2 p {
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 1.1px;
}

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

.block\(threeImageAndText\) .content {
  margin-bottom: 40px;
  margin-top: 0;
}

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

.block\(threeImageAndText\) .content p {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 23px;
}

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

.block\(threeImageAndText\) .hi-light {
  position: relative;
  display: inline-block;
}

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

.block\(threeImageAndText\) .hi-light::after {
  position: absolute;
  background-color: #c0ddff;
  content: "";
  width: 100%;
  height: 13px;
  left: 0;
  top: 18px;
  z-index: -1;
}

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

.block\(threeImageAndText\) .parallax {
  z-index: 0;
}

@media all and (max-width: 900px) {
  /* line 99, resources/assets/styles/blocks/_three_image_and_text.scss */

  .block\(threeImageAndText\) .parallax {
    max-width: 100px;
  }
}

/* line 107, resources/assets/styles/blocks/_three_image_and_text.scss */

.block\(threeImageAndText\) .deco:first-of-type {
  left: 60px;
  top: 125px;
}

/* line 112, resources/assets/styles/blocks/_three_image_and_text.scss */

.block\(threeImageAndText\) .deco:last-of-type {
  right: 55px;
  bottom: 55px;
}

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

.block\(values\) {
  padding-top: 80px;
  padding-bottom: 75px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM0OSIgaGVpZ2h0PSI2MjUiIHZpZXdCb3g9IjAgMCAxMzQ5IDYyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGlkPSJQYXRoIENvcHkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTc3NS4xODggMTA0LjI3M0MtNjU2LjA1NiA1OS42NzM2IC01MzEuNTQ1IDI0LjU3NTUgLTQwMy41MTkgLTAuNDk1NTY0Qy0zNDAuMDkgLTEyLjg5OTYgLTI3NS45NzYgLTIyLjc5OTMgLTIxMS4xNzQgLTMwLjE5NDVDLTE1Mi4zNzMgLTM2LjkwNTMgLTgxLjE3MDggLTQ5LjE3MDQgLTI5LjE2OTYgLTE5LjUxMDhDMTIuMjYxNSA0LjA5MTA2IDMxLjQ0MTkgNDUuMzk0MyAzOS43MTIxIDgzLjY1MjlDNDkuODkyMyAxMzAuODAxIDQ2LjAyMjIgMTgwLjQyIDM3LjI1MiAyMjcuNDgyQzE5LjE0MTYgMzI0Ljg5NSAtMjQuOTc5NSA0MTcuNjk4IC02Mi4zNDA0IDUxMS4yQy04MS4zNDA4IDU1OC44MjkgLTEwMC4zNDEgNjA3LjMzMSAtMTEwLjY4MiA2NTYuNjlDLTExOS4xMjIgNjk3LjA4MSAtMTE1Ljg1MiA3NDQuODgyIC03MC4zOTA2IDc3MS41NTJDLTIzLjY3OTQgNzk4LjkzOCAzNS41MjIgNzc1LjYwNCA3OS40MTMgNzU1Ljk5OUMxMjguNDE0IDczNC4xMiAxNzIuNjA1IDcwNi4zNjQgMjE1LjE5NiA2NzcuNTQ2QzI1OC45MjcgNjQ3Ljk0MSAzMDEuMTk4IDYxNi45NjggMzQ2LjQ3OSA1ODguODExQzM5MS43NjEgNTYwLjY1NCA0NDEuMDAyIDUzMy4xMDMgNDk4LjE5MyA1MjIuODUyQzUyNy4xOTQgNTE3LjY1OSA1NTguMzU1IDUxNy40NzggNTg1Ljg4NSA1MjcuMTk0QzYxMi45NDYgNTM2Ljc0NSA2MzIuNjI2IDU1NC43MyA2NDYuMTY3IDU3NS4wNzVDNjc1Ljc4NyA2MTkuNjI3IDY3OS4zNDggNjcxLjkyOSA2ODguNjc4IDcyMC43MzdDNjk2Ljc2OCA3NjMuMDA4IDcwOS44NTggODA1LjE0NSA3NDIuMzU5IDg0MC4yNTdDNzcxLjQyIDg3MS42NjMgODEzLjAwMSA4OTEuOTM3IDg2My4xMzIgODkyLjUwNEM4OTUuNDQzIDg5Mi44NjYgOTI3LjkzMyA4ODcuNSA5NTkuNjI0IDg4My4xNTdDOTkyLjg0NSA4NzguNjA1IDEwMjUuOTUgODczLjUzIDEwNTguOTMgODY3LjkzNEMxMTI0Ljg3IDg1Ni43MzYgMTE5MC4xNyA4NDMuNDg4IDEyNTQuODMgODI4LjE4OUMxMjg1Ljg1IDgyMC44NDYgMTMxNi42NyA4MTMuMDQyIDEzNDcuMjkgODA0Ljc3NkMxMzUwLjI5IDgwMy45ODkgMTM0OS4wMSA4MDAuMTU4IDEzNDUuOTYgODAwLjk4NEMxMjE4LjI3IDgzNS40MTcgMTA4Ny4zMSA4NjEuODE0IDk1NC4zMDQgODc5LjkyNEM5MjAuNTUzIDg4NC41MTEgODg1LjYxMyA4OTAuNDUgODUxLjIwMiA4ODguMTQ1QzgyMi40NDEgODg2LjIxIDc5NS45MSA4NzYuOTU4IDc3NC4yIDg2Mi4wOTdDNzMzLjY4OSA4MzQuMzcyIDcxMS45MzggNzkzLjI1OCA3MDAuOTY4IDc1Mi43ODlDNjg3LjQ5OCA3MDMuMDkxIDY4Ni4yODggNjUxLjQyNyA2NjYuMTM3IDYwMi44NDZDNjUwLjU0NyA1NjUuMjY0IDYyMC45NjYgNTI5LjA1MSA1NjkuNTc1IDUxOC41OEM1MTcuMjQ0IDUwNy45MTIgNDYxLjMwMiA1MjQuNTUxIDQxNi41NzEgNTQ1LjIyNkMzNjcuOTIgNTY3LjY4NyAzMjQuMzU5IDU5Ny4xOSAyODIuMDE4IDYyNi4yNTlDMjM4LjAxNyA2NTYuNTA5IDE5NC45MDYgNjg3Ljc1OCAxNDguMTM1IDcxNS40MzVDMTI1LjQ0NyA3MjkuMDE0IDEwMS42NzEgNzQxLjQyOCA3Ni45NTMgNzUyLjZDNDkuNTIyMyA3NjQuODQ5IDE5LjIzMTYgNzc3Ljc3NSAtMTIuNzA5MiA3NzkuOTk0Qy00My4zOTk5IDc4Mi4xNDkgLTcwLjM1MDYgNzcxLjE5IC04Ny45MTEgNzUxLjYwMUMtMTA2LjA4MSA3MzEuMzI3IC0xMTEuMDcyIDcwNi41MDUgLTEwOS4zNjIgNjgyLjE1NkMtMTA3LjUxMSA2NTUuODQgLTk5LjE0MTMgNjI5Ljc1MiAtOTEuMDQxMSA2MDQuMjdDLTgzLjM1MDkgNTgwLjA5NCAtNzQuNjEwNyA1NTYuMTM4IC02NS4zNzA0IDUzMi4zMDhDLTI4LjUzOTYgNDM3LjQyMSAxNy4xODE2IDM0NC4wMjggMzguNjMyMSAyNDUuOTM5QzQ4Ljg0MjMgMTk5LjI4NiA1My43ODI0IDE1MS4yOCA0OC4xNzIzIDEwNC4wMjlDNDMuODkyMiA2OC4wMjA2IDMxLjc1MTkgMzAuNDM4NiAzLjg3MTIyIDEuMDM4NTZDLTkuMjc5MTEgLTEyLjgzOTMgLTI2LjA0OTUgLTI0LjUzMDEgLTQ1Ljk4IC0zMS44OTM5Qy03Mi4zODA2IC00MS42OTY1IC0xMDEuODQxIC00My4wODEyIC0xMzAuNTUyIC00MS42MzM2Qy0xOTQuMjE0IC0zOC40MjM3IC0yNTguMjU1IC0yOS4xNjM5IC0zMjAuNjg3IC0xOS4yMTE4Qy00NDguOTE5IDEuMjI5MzcgLTU3NC4yNDkgMzEuNjU1MSAtNjk0LjgyNiA3MS42MTU5Qy03MjIuNzQgODAuODY3OSAtNzUwLjM3IDkwLjYyMDcgLTc3Ny43MTggMTAwLjg3NEMtNzgwLjYxOCAxMDEuOTY4IC03NzguMDg4IDEwNS4zNTkgLTc3NS4xODggMTA0LjI3M1oiIGZpbGw9IiNDMERERkYiLz4KPC9zdmc+Cg==);
  background-size: contain, cover;
  margin-top: -65px;
}

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

  .block\(values\) {
    background-size: cover, cover;
  }
}

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

.block\(values\) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

.block\(values\) .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 465px;
          flex: 0 1 465px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 50px;
}

@media all and (max-width: 1324px) {
  /* line 23, resources/assets/styles/blocks/_values.scss */

  .block\(values\) .image {
    margin-left: 0;
  }
}

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

.block\(values\) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

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

.block\(values\) .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 715px;
          flex: 0 1 715px;
  -ms-flex-item-align: center;
      align-self: center;
}

@media all and (max-width: 1324px) {
  /* line 41, resources/assets/styles/blocks/_values.scss */

  .block\(values\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 640px;
            flex: 0 1 640px;
  }
}

@media all and (max-width: 1145px) {
  /* line 41, resources/assets/styles/blocks/_values.scss */

  .block\(values\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px;
  }
}

@media all and (max-width: 965px) {
  /* line 41, resources/assets/styles/blocks/_values.scss */

  .block\(values\) .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
            flex: 0 1 600px;
    margin-top: 50px;
  }
}

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

.block\(values\) .text h2.fz\(36\) {
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 10px;
}

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

.block\(values\) .text .content {
  font-size: 1.25rem;
  margin-top: 20px;
}

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

.block\(values\) .text .content p {
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 5px;
}

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

.block\(values\) .text .content p.fz\(16\) {
  line-height: 1.3;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}

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

.block\(values\) .text .content .custom-list {
  font-size: 16px;
}

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

.block\(values\) .text .content .custom-list li {
  margin-bottom: 24px;
  padding-left: 36px;
  position: relative;
  letter-spacing: 0;
}

/* line 89, resources/assets/styles/blocks/_values.scss */

.block\(values\) .text .content .custom-list li::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAwQzQuNDc3MTUgMCAwIDQuNDc3MTUgMCAxMEMwIDE1LjUyMjggNC40NzcxNSAyMCAxMCAyMEMxNS41MjI4IDIwIDIwIDE1LjUyMjggMjAgMTBDMjAgNC40NzcxNSAxNS41MjI4IDAgMTAgMFpNMTQuMjgwMyA4LjAzMDMzQzE0LjU3MzIgNy43Mzc0NCAxNC41NzMyIDcuMjYyNTYgMTQuMjgwMyA2Ljk2OTY3QzEzLjk4NzQgNi42NzY3OCAxMy41MTI2IDYuNjc2NzggMTMuMjE5NyA2Ljk2OTY3TDguNzUgMTEuNDM5M0w2Ljc4MDMzIDkuNDY5NjdDNi40ODc0NCA5LjE3Njc4IDYuMDEyNTYgOS4xNzY3OCA1LjcxOTY3IDkuNDY5NjdDNS40MjY3OCA5Ljc2MjU2IDUuNDI2NzggMTAuMjM3NCA1LjcxOTY3IDEwLjUzMDNMOC4yMTk2NyAxMy4wMzAzQzguNTEyNTYgMTMuMzIzMiA4Ljk4NzQ0IDEzLjMyMzIgOS4yODAzMyAxMy4wMzAzTDE0LjI4MDMgOC4wMzAzM1oiIGZpbGw9IiMxQ0Q3QjgiLz4KPC9zdmc+Cg==);
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}

/* line 48, stdin */

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

/* line 53, stdin */

html {
  overflow-x: hidden;
}

/* line 57, stdin */

.parallax {
  position: absolute;
}

/* line 61, stdin */

.faded {
  opacity: 0.001;
  -webkit-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out, -o-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out, -o-transform 1s ease-in-out;
}

/* line 68, stdin */

.faded.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}


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