/*! normalize.css v8.0.0 | 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; }

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

/*********************
LAYOUT
*********************/
/*********************
COLORS
*********************/
/*********************
TRANSITIONS
*********************/
/** 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
 */
/** Import theme styles */
p, li {
  font-size: 1.6rem;
  line-height: 2.0625; }

p {
  hyphens: auto; }

h1, .h1, h2, .h2, h3, .h3 {
  font-family: "Verdana", sans-serif;
  font-weight: bold; }

h1, .h1 {
  font-size: 2.8rem;
  line-height: 1.5; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 4.8rem;
      line-height: 1.65; } }

h2, .h2 {
  font-size: 2.8rem;
  line-height: 1.96; }

* {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  background-color: #fff;
  font-family: "Open sans", sans-serif;
  color: #000046;
  font-size: 1.6rem;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.opened-menu {
    overflow: hidden; }

a {
  color: #000046;
  text-decoration: none;
  transition: all 0.25s ease-in-out; }
  a:focus {
    outline: 0; }
  a:hover {
    color: #000046; }

img {
  max-width: 100%;
  height: auto; }

[class^="icon-"], [class*=" icon-"] {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  fill: currentColor; }

.line {
  padding: 6rem 0; }

.line--dark {
  color: #fff; }

.line--header {
  background: #000046 url(src/images/bg-header.jpg) center/cover no-repeat;
  padding: 17rem 0 10rem; }
  @media (min-width: 768px) {
    .line--header {
      padding: 26rem 0 20rem; } }

.line--purple {
  background: linear-gradient(180deg, #000046 0%, #020232 100%);
  padding: 10rem 0 8rem; }

.wrap {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 2rem; }

.color-orange {
  color: #F59100; }

.mcenter {
  text-align: center; }

.mleft {
  text-align: left; }

.mright {
  text-align: right; }

.mfloat-left {
  float: left; }

.mfloat-right {
  float: right; }

.m-none {
  display: none; }

.list {
  list-style: none;
  padding-left: 0; }

.list--inline > li {
  display: inline; }

.halfmargined {
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .halfmargined {
      margin-bottom: 6rem; } }

.margined {
  margin-bottom: 5rem; }
  @media (min-width: 768px) {
    .margined {
      margin-bottom: 10rem; } }

@media (min-width: 768px) {
  .tfloat-left {
    float: left; }
  .tfloat-right {
    float: right; }
  .tcenter {
    text-align: center; }
  .tright {
    text-align: right; }
  .m-only {
    display: none; }
  .m-none {
    display: inline-block; } }

@media (min-width: 1024px) {
  .dfloat-left {
    float: left; }
  .dfloat-right {
    float: right; } }

.flex-mobile {
  display: flex; }

@media (min-width: 768px) {
  .flex-tablet {
    display: flex; } }

@media (min-width: 768px) {
  .flex-wrap {
    flex-wrap: wrap; } }

@media (min-width: 1024px) {
  .flex-desktop {
    display: flex; } }

@media (min-width: 768px) {
  .rows-two > div, .rows-two > li {
    width: 50%; } }

.relative {
  position: relative; }

.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

@media (max-width: 767px) {
  .header-block {
    text-align: center; } }

.header-block h1 {
  margin: 0.3rem 0;
  position: relative; }
  .header-block h1:before {
    width: 0.6rem;
    position: absolute;
    left: 0;
    top: 0.45em;
    height: calc(100% - 0.9em);
    content: "";
    background-color: #F59100;
    margin-left: -3.6rem; }
  .header-block h1 span {
    color: #F59100; }

@media (max-width: 767px) {
  .header-block .h2 {
    font-size: 1.8rem;
    font-weight: normal; } }

.header-block p {
  margin: 0; }

.header-block__btnwrap {
  margin-top: 3.5rem; }

.intro-text {
  max-width: 77rem;
  margin: 4rem auto 9rem; }

@media (min-width: 768px) {
  .advantages {
    flex-wrap: wrap;
    margin: 7rem auto 0;
    max-width: 97rem; } }

.advantages > li {
  text-align: center;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .advantages > li {
      width: 50%;
      padding: 0 1.2rem 2.4rem;
      margin: 0; } }
  @media (min-width: 1024px) {
    .advantages > li {
      width: 33.33%; } }

.advantages__inner {
  background-color: #F9F9FE;
  border-radius: 4px;
  padding: 7rem 4rem 9rem;
  height: 100%;
  transition: all 0.25s ease-in-out; }
  .advantages__inner svg path {
    transition: fill 0.25s ease-in-out; }
  .advantages__inner:hover {
    background-color: #F59100;
    color: #fff; }
    .advantages__inner:hover path {
      fill: #fff; }

@media (min-width: 768px) {
  .steps {
    flex-wrap: wrap;
    margin: 7rem -1.2rem 10rem; } }

.steps > li {
  text-align: center;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .steps > li {
      width: 50%;
      padding: 0 1.2rem;
      margin: 0; } }
  @media (min-width: 1024px) {
    .steps > li {
      width: 25%; } }

.steps__inner {
  border-radius: 4px;
  padding: 3rem 3rem 4rem;
  height: 100%;
  border: 1px solid transparent;
  transition: border-color 0.25s ease-in-out; }
  @media (max-width: 767px) {
    .steps__inner {
      border-color: #fff; } }
  .steps__inner:hover {
    border-color: #fff; }
    .steps__inner:hover .steps__number {
      color: #F59100; }

.steps__number {
  font-size: 4.8rem;
  font-weight: bold;
  margin: 0;
  transition: color 0.25s ease-in-out; }

.btn-list {
  margin-top: 6rem; }
  @media (min-width: 768px) {
    .btn-list {
      justify-content: center; } }
  .btn-list > li {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .btn-list > li {
        margin: 0 3rem; } }

.overlay {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none; }
  @media (max-width: 767px) {
    .overlay {
      overflow: auto; } }
  .overlay .h2 {
    margin-top: 0; }
  .overlay.js-opened {
    opacity: 1;
    pointer-events: auto; }

.overlay__header {
  padding: 1rem 1rem 0; }
  @media (min-width: 768px) {
    .overlay__header {
      padding: 5vh 5vh 0; } }

.overlay_headerinner {
  justify-content: space-between;
  align-items: center; }

.overlay__content {
  padding: 4rem 2rem 2rem; }
  @media (min-width: 768px) {
    .overlay__content {
      position: absolute;
      margin: 0;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0;
      max-width: 62rem; } }

.overlay__form {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .overlay__form {
      margin-top: 5vh; } }

.overlay__formrow--double {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .overlay__formrow--double {
      padding: 0 3rem;
      margin-bottom: 4vh; } }
  @media (min-width: 768px) {
    .overlay__formrow--double > div {
      width: 50%; } }
  @media (max-width: 767px) {
    .overlay__formrow--double > div:first-child {
      margin-bottom: 2rem; } }
  @media (min-width: 768px) {
    .overlay__formrow--double > div:first-child {
      padding-right: 10%; } }
  @media (min-width: 768px) {
    .overlay__formrow--double > div:last-child {
      padding-left: 10%; } }

.overlay__btnwrap {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .overlay__btnwrap {
      margin-top: 8vh; } }

.btn {
  border: 0;
  cursor: pointer;
  background-color: transparent;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.25s ease-in-out;
  display: block;
  font-family: "Open sans", sans-serif;
  color: #fff;
  font-weight: bold;
  padding: 1.8rem;
  box-shadow: 0 0 4rem rgba(245, 145, 0, 0.18);
  border-radius: 0.4rem;
  font-size: 1.8rem;
  width: 100%; }
  @media (min-width: 768px) {
    .btn {
      display: inline-block;
      width: auto;
      min-width: 33rem; } }
  .btn:focus {
    outline: 0; }
  .btn:hover {
    color: #fff; }

.btn--orange {
  background-color: #F59100; }
  .btn--orange:hover {
    background-color: #dc8200; }

.btn--purple {
  background-color: #000046; }
  .btn--purple:hover {
    background-color: #00002d; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
select,
textarea {
  transition: all 0.25s ease-in-out;
  box-shadow: none;
  background: none;
  display: block;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  padding: 1.2rem 0;
  color: #000;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  transition: all 0.25s ease-in-out; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="date"]:hover,
  input[type="date"]:focus,
  select:hover,
  select:focus,
  textarea:hover,
  textarea:focus {
    border-color: #000; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus,
  select:focus,
  textarea:focus {
    outline: 0 !important; }

select {
  appearance: none;
  background: none; }

textarea {
  resize: vertical; }

.label {
  text-align: left;
  display: block;
  font-size: 1.2rem;
  line-height: 2; }

.label--text {
  text-transform: uppercase;
  font-weight: bold; }

.label--checkbox {
  position: relative;
  padding-left: 3rem; }
  .label--checkbox input {
    position: absolute;
    left: 0;
    top: 0.5rem; }

::-webkit-input-placeholder {
  opacity: 0.3; }

::-moz-placeholder {
  opacity: 0.3; }

:-ms-input-placeholder {
  opacity: 0.3; }

.animate--fadeIn {
  opacity: 0;
  transition: opacity 0.25s ease-in-out; }
  .animate--fadeIn.animated {
    opacity: 1; }

.animate--delayed {
  transition-delay: 0.5s; }

.animate--fadeInBottom {
  opacity: 0;
  position: relative;
  top: 2rem;
  transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out; }
  .animate--fadeInBottom.animated {
    top: 0;
    opacity: 1; }

.animate--childrenFade > * {
  opacity: 0;
  transition: opacity 0.25s ease-in-out; }
  .animate--childrenFade > *:nth-child(1) {
    transition-delay: 0.125s; }
  .animate--childrenFade > *:nth-child(2) {
    transition-delay: 0.25s; }
  .animate--childrenFade > *:nth-child(3) {
    transition-delay: 0.375s; }
  .animate--childrenFade > *:nth-child(4) {
    transition-delay: 0.5s; }
  .animate--childrenFade > *:nth-child(5) {
    transition-delay: 0.625s; }
  .animate--childrenFade > *:nth-child(6) {
    transition-delay: 0.75s; }
  .animate--childrenFade > *:nth-child(7) {
    transition-delay: 0.875s; }
  .animate--childrenFade > *:nth-child(8) {
    transition-delay: 1s; }
  .animate--childrenFade > *:nth-child(9) {
    transition-delay: 1.125s; }
  .animate--childrenFade > *:nth-child(10) {
    transition-delay: 1.25s; }

.animate--childrenFade.animated > * {
  opacity: 1; }

.timeline__post a .timeline__image {
  position: relative;
  top: 0;
  transition: top 0.25s ease-in-out; }

.timeline__post a:hover .timeline__image {
  top: -1rem; }

.nav-secondary li {
  opacity: 0;
  transition: opacity 0.25s ease-in-out; }
  .opened-menu .nav-secondary li {
    opacity: 1; }
  .opened-menu .nav-secondary li:nth-child(1) {
    transition-delay: 0.125s; }
  .opened-menu .nav-secondary li:nth-child(2) {
    transition-delay: 0.25s; }
  .opened-menu .nav-secondary li:nth-child(3) {
    transition-delay: 0.375s; }
  .opened-menu .nav-secondary li:nth-child(4) {
    transition-delay: 0.5s; }
  .opened-menu .nav-secondary li:nth-child(5) {
    transition-delay: 0.625s; }

@media (min-width: 768px) {
  .page-header__imageinner, .page-subheader__imageinner, .paragaphs__imageinner {
    width: 0;
    overflow: hidden;
    transition: width 0.25s ease-in-out;
    transition-delay: 0.25s;
    display: block; }
    .animated .page-header__imageinner, .animated .page-subheader__imageinner, .animated .paragaphs__imageinner {
      width: 100%; } }

.preloader li:nth-child(1) .preloader__ver {
  transition-delay: 0.0125s; }
  .page-transition-done .preloader li:nth-child(1) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(2) .preloader__ver {
  transition-delay: 0.025s; }
  .page-transition-done .preloader li:nth-child(2) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(3) .preloader__ver {
  transition-delay: 0.0375s; }
  .page-transition-done .preloader li:nth-child(3) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(4) .preloader__ver {
  transition-delay: 0.05s; }
  .page-transition-done .preloader li:nth-child(4) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(5) .preloader__ver {
  transition-delay: 0.0625s; }
  .page-transition-done .preloader li:nth-child(5) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(6) .preloader__ver {
  transition-delay: 0.075s; }
  .page-transition-done .preloader li:nth-child(6) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(7) .preloader__ver {
  transition-delay: 0.0875s; }
  .page-transition-done .preloader li:nth-child(7) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(8) .preloader__ver {
  transition-delay: 0.1s; }
  .page-transition-done .preloader li:nth-child(8) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(9) .preloader__ver {
  transition-delay: 0.1125s; }
  .page-transition-done .preloader li:nth-child(9) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(10) .preloader__ver {
  transition-delay: 0.125s; }
  .page-transition-done .preloader li:nth-child(10) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(11) .preloader__ver {
  transition-delay: 0.1375s; }
  .page-transition-done .preloader li:nth-child(11) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(12) .preloader__ver {
  transition-delay: 0.15s; }
  .page-transition-done .preloader li:nth-child(12) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(13) .preloader__ver {
  transition-delay: 0.1625s; }
  .page-transition-done .preloader li:nth-child(13) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(14) .preloader__ver {
  transition-delay: 0.175s; }
  .page-transition-done .preloader li:nth-child(14) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(15) .preloader__ver {
  transition-delay: 0.1875s; }
  .page-transition-done .preloader li:nth-child(15) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(16) .preloader__ver {
  transition-delay: 0.2s; }
  .page-transition-done .preloader li:nth-child(16) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(17) .preloader__ver {
  transition-delay: 0.2125s; }
  .page-transition-done .preloader li:nth-child(17) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(18) .preloader__ver {
  transition-delay: 0.225s; }
  .page-transition-done .preloader li:nth-child(18) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(19) .preloader__ver {
  transition-delay: 0.2375s; }
  .page-transition-done .preloader li:nth-child(19) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(20) .preloader__ver {
  transition-delay: 0.25s; }
  .page-transition-done .preloader li:nth-child(20) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(21) .preloader__ver {
  transition-delay: 0.2625s; }
  .page-transition-done .preloader li:nth-child(21) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(22) .preloader__ver {
  transition-delay: 0.275s; }
  .page-transition-done .preloader li:nth-child(22) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(23) .preloader__ver {
  transition-delay: 0.2875s; }
  .page-transition-done .preloader li:nth-child(23) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(24) .preloader__ver {
  transition-delay: 0.3s; }
  .page-transition-done .preloader li:nth-child(24) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(25) .preloader__ver {
  transition-delay: 0.3125s; }
  .page-transition-done .preloader li:nth-child(25) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(26) .preloader__ver {
  transition-delay: 0.325s; }
  .page-transition-done .preloader li:nth-child(26) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(27) .preloader__ver {
  transition-delay: 0.3375s; }
  .page-transition-done .preloader li:nth-child(27) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(28) .preloader__ver {
  transition-delay: 0.35s; }
  .page-transition-done .preloader li:nth-child(28) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(29) .preloader__ver {
  transition-delay: 0.3625s; }
  .page-transition-done .preloader li:nth-child(29) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(30) .preloader__ver {
  transition-delay: 0.375s; }
  .page-transition-done .preloader li:nth-child(30) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(31) .preloader__ver {
  transition-delay: 0.3875s; }
  .page-transition-done .preloader li:nth-child(31) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(32) .preloader__ver {
  transition-delay: 0.4s; }
  .page-transition-done .preloader li:nth-child(32) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(33) .preloader__ver {
  transition-delay: 0.4125s; }
  .page-transition-done .preloader li:nth-child(33) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(34) .preloader__ver {
  transition-delay: 0.425s; }
  .page-transition-done .preloader li:nth-child(34) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(35) .preloader__ver {
  transition-delay: 0.4375s; }
  .page-transition-done .preloader li:nth-child(35) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(36) .preloader__ver {
  transition-delay: 0.45s; }
  .page-transition-done .preloader li:nth-child(36) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(37) .preloader__ver {
  transition-delay: 0.4625s; }
  .page-transition-done .preloader li:nth-child(37) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(38) .preloader__ver {
  transition-delay: 0.475s; }
  .page-transition-done .preloader li:nth-child(38) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(39) .preloader__ver {
  transition-delay: 0.4875s; }
  .page-transition-done .preloader li:nth-child(39) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(40) .preloader__ver {
  transition-delay: 0.5s; }
  .page-transition-done .preloader li:nth-child(40) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(41) .preloader__ver {
  transition-delay: 0.5125s; }
  .page-transition-done .preloader li:nth-child(41) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(42) .preloader__ver {
  transition-delay: 0.525s; }
  .page-transition-done .preloader li:nth-child(42) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(43) .preloader__ver {
  transition-delay: 0.5375s; }
  .page-transition-done .preloader li:nth-child(43) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(44) .preloader__ver {
  transition-delay: 0.55s; }
  .page-transition-done .preloader li:nth-child(44) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(45) .preloader__ver {
  transition-delay: 0.5625s; }
  .page-transition-done .preloader li:nth-child(45) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(46) .preloader__ver {
  transition-delay: 0.575s; }
  .page-transition-done .preloader li:nth-child(46) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(47) .preloader__ver {
  transition-delay: 0.5875s; }
  .page-transition-done .preloader li:nth-child(47) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(48) .preloader__ver {
  transition-delay: 0.6s; }
  .page-transition-done .preloader li:nth-child(48) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(49) .preloader__ver {
  transition-delay: 0.6125s; }
  .page-transition-done .preloader li:nth-child(49) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(50) .preloader__ver {
  transition-delay: 0.625s; }
  .page-transition-done .preloader li:nth-child(50) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(51) .preloader__ver {
  transition-delay: 0.6375s; }
  .page-transition-done .preloader li:nth-child(51) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(52) .preloader__ver {
  transition-delay: 0.65s; }
  .page-transition-done .preloader li:nth-child(52) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(53) .preloader__ver {
  transition-delay: 0.6625s; }
  .page-transition-done .preloader li:nth-child(53) .preloader__ver {
    transition-delay: 0; }

.preloader li:nth-child(54) .preloader__ver {
  transition-delay: 0.675s; }
  .page-transition-done .preloader li:nth-child(54) .preloader__ver {
    transition-delay: 0; }

.preloader__ver {
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out; }
  .page-transitioning .preloader__ver, .page-preloaded .preloader__ver {
    transform: rotate(0);
    opacity: 1; }

.menu-opener {
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  transition-delay: 0.25s; }
  .page-transition-done .menu-opener {
    opacity: 1; }

#header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 2.5rem 0;
  z-index: 5; }

@media (min-width: 768px) {
  .header-cols {
    justify-content: space-between;
    align-items: center; } }

.header-cols > div {
  align-items: center; }

.header-cols__left span {
  color: #F59100;
  font-size: 1.9rem;
  display: inline-block;
  padding: 0 0 0 3rem;
  border-left: 1px solid rgba(245, 145, 0, 0.3);
  margin-left: 3rem; }

.header-cols__right p {
  margin: 0; }

.header-cols__right span {
  font-weight: bold;
  display: inline-block;
  margin-left: 0.25em; }

.header-cols__right .btn {
  min-width: 0;
  padding: 1.2rem 1.8rem; }
  @media (min-width: 768px) {
    .header-cols__right .btn {
      margin-left: 3rem; } }

.header-cols__right img {
  position: relative;
  top: 0.3em; }

#footer {
  padding: 4rem 0 4rem; }

.footer-cols {
  margin-bottom: 7rem;
  position: relative;
  padding-top: 6rem;
  border-top: 2px solid #F59100; }
  .footer-cols:before {
    height: 1px;
    width: 100%;
    content: "";
    left: 0;
    top: 5px;
    position: absolute;
    background-color: #F59100; }
  .footer-cols > li {
    margin-bottom: 4rem; }
    @media (min-width: 768px) {
      .footer-cols > li {
        width: 25%;
        margin: 0;
        padding-right: 1rem; } }
  @media (max-width: 1023px) {
    .footer-cols p, .footer-cols li {
      font-size: 1.3rem; } }

.footer-cols__header {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2em; }

.footer-note {
  color: #C4C4C4;
  font-size: 1rem; }


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