@charset "UTF-8";
/* CSS Document */
/* Variables */
/*
Z-INDEX MAP

999 - Slick slides
1000 - Dropdown navigation
1300 - Fixed Header
1500 - Responsive navigation overlay
1501 - Responsive navigation trigger
1999 - Overlay BG
2000 - Overlays

*/
/*! Typography */
html {
  font-size: 62.5% !important;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}

h1, .h1 {
  font-size: 3.6em;
  line-height: 1.16;
}

h2, .h2 {
  font-size: 2.4em;
  line-height: 1.25;
}

h3, .h3 {
  font-size: 1.8em;
  line-height: 1.33;
}

h4, .h4 {
  font-size: 1.6em;
  line-height: 1.375;
}

h5, .h5 {
  font-size: 1.4em;
  line-heigh: 1.43;
}

h6, .h6 {
  font-size: 1.2em;
  line-height: 1.5;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 65%;
  color: #666;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 25px;
}

p, li, dl, address {
  font-size: 1.8em;
  margin: 0 0 10px;
  line-height: 1.55;
  font-family: "Goudy Bookletter 1911", Georgia, Times, serif;
}

p.lead {
  font-size: 2em;
}

address {
  font-style: normal;
}

a {
  color: #900;
}

a:hover {
  text-decoration: none;
}

.link-reset {
  color: inherit;
  text-decoration: none;
}

/* Lists */
ul, ol {
  margin: 0;
  padding: 0 0 0 20px;
}

ul ul, ol ol, ul ol, ol ul {
  padding: 15px 0 0 40px;
}

ol ol {
  list-style: lower-roman;
}

li li {
  font-size: 1em;
}

nav li {
  list-style: none;
}

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 30px 0;
}

dl {
  margin: 0 0 15px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

dt, dd {
  line-height: 1.45;
}

pre {
  padding: 10px;
  background: #fafafa;
  font: 1.4em/1.4 Consolas, monospace, serif;
  color: #666;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  overflow: auto;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}

.dl-horizontal dd {
  margin-left: 180px;
}

.dl-horizontal dd:before {
  content: "";
  display: table;
}

.badge {
  display: inline-block;
  padding: 0 5px;
  background: #009dd8;
  font-size: 80%;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  background-origin: border-box;
  background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
  border-radius: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.badge-danger {
  background: #C9181B;
}

/* -----------------------------------------------------------------------------

  HELPERS

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

html {
  box-sizing: border-box;
}

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

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after,
.clear-both {
  clear: both;
}

.hide {
  display: none;
}

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

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.relative {
  position: relative;
}

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reset-link {
  color: inherit;
  text-decoration: none;
}

/* -----------------------------------------------------------------------------

  FORMS

----------------------------------------------------------------------------- */
fieldset {
  border: none;
}

legend {
  font-size: 1.4em;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  display: block;
  width: 100%;
}

/*--
LABELS
--*/
label {
  display: block;
  margin: 0 0 3px;
}
label.has-error {
  color: #FF665A;
}

/*--
INPUTS
--*/
input, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  height: 10rem;
  resize: vertical;
}

select {
  position: relative;
  background: #fff url(../img/select-arrow.png) no-repeat center right 0.5rem;
  border-radius: 0.3rem;
  padding: 0 3rem 0 1rem;
}

.standard-form-control {
  padding: 1rem;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  max-width: 40rem;
  width: 100%;
  outline-width: 0;
  border: none;
}
.standard-form-control.standard-form-select {
  background: #fff url(../img/select-arrow.png) no-repeat center right 1rem;
  padding-right: 40px;
}
.standard-form-control:focus {
  border-color: #79DCE8;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.standard-form-control.success {
  border-color: #AEE88A;
}
.standard-form-control.has-error {
  border-color: #FF665A;
}

em.has-error {
  font-style: normal;
  color: #FF665A;
  font-size: 75%;
  padding: 0.3rem 0 0;
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  background: #fff;
}
textarea + em.has-error {
  vertical-align: top;
}

.summary-of-errors {
  color: #FF665A;
}

.form-has-error {
  position: relative;
}

@media only screen and (max-width: 479px) {
  .standard-form-control {
    font-size: 1.6rem;
  }
}
/*--
DISABLED
--*/
.standard-form-control:disabled {
  opacity: 0.3;
}

/*! Header */
.site-header {
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.site-logo {
  font-family: "Suez One", serif;
  font-size: 3em;
  background: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(214, 85, 110);
  border-radius: 50%;
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  .site-logo {
    font-size: 6em;
    height: 90px;
    width: 90px;
  }
}
.home-panel {
  background-image: linear-gradient(19deg, rgb(214, 85, 110) 0%, rgb(31, 36, 161) 100%);
  height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-panel h1 {
  color: #f6f6f6;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
}
.home-panel h1 span {
  color: #fff;
}

@media screen and (min-width: 480px) {
  .home-panel {
    font-size: 60px;
  }
}
.home-links {
  list-style: none;
  margin: 40px;
  display: flex;
  flex-wrap: wrap;
}
.home-links li {
  padding: 20px;
  width: 50%;
}
.home-links a {
  display: flex;
  height: 200px;
  padding: 20px;
  color: #121212;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  background: #fff;
  line-height: 1;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  border-radius: 0.3rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 480px) {
  .home-links {
    margin: 60px;
  }
  .home-links li {
    width: 20%;
  }
}
/* -----------------------------------------------------------------------------

  OVERLAYS

----------------------------------------------------------------------------- */
.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  z-index: 1999;
}

.overlay-bg.overlay-bg--visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 560px;
  height: 500px;
  background: #fff;
  transform: scale(0.5, 0.5) translate(-50%, -50%);
  transition: visibility 0s linear 0.25s, opacity 0.25s linear, transform 0.25s linear;
  z-index: 2000;
  transform-origin: left top;
}
.overlay.overlay--visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1) translate(-50%, -50%);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  transition-delay: 0s;
}

.overlay--massive {
  width: 300px;
  height: auto;
  margin: -500px 0 0 -150px;
}

.overlay--modal {
  width: 320px;
  height: 230px;
  margin: -115px 0 0 -160px;
  text-align: center;
}

.overlay--modal__actions {
  padding: 20px 0;
}
.overlay--modal__actions li {
  display: inline-block;
  margin: 0 20px;
}

.overlay__content-holder--modal {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.overlay__modal-text {
  flex-grow: 1;
}

.overlay.overlay--full {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  position: fixed;
}

.overlay--fixed {
  position: fixed;
}
.overlay--fixed.overlay--tall {
  top: 20px;
  bottom: 20px;
  height: auto;
  margin-top: 0;
}

.overlay__close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 15px;
  z-index: 2000;
}

.overlay__content-holder {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 50px 20px 20px;
}

@media screen and (min-width: 768px) {
  .main-content {
    transition: filter 0.25s ease;
  }
  .overlay-showing .main-content {
    filter: grayscale(80%);
  }
}
@media screen and (min-width: 768px) {
  .overlay--video {
    max-width: 1024px;
    height: auto;
    width: 100%;
  }
}
/* -----------------------------------------------------------------------------

  BUTTONS

----------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 1rem 2rem;
  margin-bottom: 0;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: none;
  border: 0.1rem solid transparent;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.btn {
  color: #fff;
  background-color: #d6556e;
  border-color: #d6556e;
  font-size: 1.6rem;
}

.btn:active,
.btn:focus,
.btn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn svg {
  fill: #fff;
}

.btn--primary {
  color: #fff;
  background-color: #d6556e;
  border-color: #c8304e;
  box-shadow: 0 3px 0 0 #c8304e;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
  color: #fff;
  background-color: #d1405c;
  border-color: #b32b46;
}

.btn--primary:hover {
  box-shadow: 0 4px 0 0 #c8304e;
  position: relative;
  top: -1px;
}

.btn--primary:active {
  box-shadow: 0 1px 0 0 #c8304e;
  position: relative;
  top: 2px;
}

.btn--primary svg {
  fill: #fff;
}

.btn--plain {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
}
.btn--plain .icon {
  width: 0.8rem;
  height: 0.8rem;
}

/* -----------------------------------------------------------------------------

  LAZYLOAD

----------------------------------------------------------------------------- */
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 1s;
}

/* -----------------------------------------------------------------------------

  IMAGE SLIDER

----------------------------------------------------------------------------- */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
  min-height: 400px;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #d6556e;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slide .lazyloaded {
  width: 100%;
}

.feature-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.feature-banner__control {
  padding: 10px;
  background: #d6556e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  transition: all 0.25s;
  fill: #fff;
}
.feature-banner__control:hover {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.feature-banner__control--previous {
  left: -100px;
}
.feature-banner:hover .feature-banner__control--previous {
  left: 25px;
}
.feature-banner:hover .feature-banner__control--previous:hover {
  left: 15px;
}

.feature-banner__control--next {
  right: -100px;
}
.feature-banner:hover .feature-banner__control--next {
  right: 25px;
}
.feature-banner:hover .feature-banner__control--next:hover {
  right: 15px;
}

.feature-banner__text {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  bottom: -150px;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  color: #fff;
  transition: bottom 0.75s ease;
  opacity: 0;
}
.slick-current .feature-banner__text {
  bottom: 0;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .feature-banner__text {
    left: 100px;
    bottom: -250px;
    width: auto;
  }
  .slick-current .feature-banner__text {
    bottom: 50px;
  }
}
/* -----------------------------------------------------------------------------

  SHARE BUTTONS

----------------------------------------------------------------------------- */
ul.share-buttons {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
ul.share-buttons li {
  display: inline-block;
  margin: 0 6px 10px 0;
}
ul.share-buttons a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 3px;
}

/* -----------------------------------------------------------------------------

  STAGGERED ENTRY

----------------------------------------------------------------------------- */
.js .not-visible {
  transform: translateY(50px);
}

.come-in {
  transform: translateY(50px);
  animation: come-in 0.5s ease forwards;
}

@media only screen and (min-width: 480px) {
  .js .not-visible {
    transform: translateY(150px);
  }
  .come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
  }
  .come-in:nth-child(2n+1) {
    animation-duration: 0.6s;
  }
}
@media only screen and (min-width: 1024px) {
  .come-in:nth-child(3n+1) {
    animation-duration: 0.6s;
  }
  .come-in:nth-child(3n+2) {
    animation-duration: 0.8s;
  }
  .come-in:nth-child(3n+3) {
    animation-duration: 1s;
  }
}
@media only screen and (min-width: 1200px) {
  .come-in:nth-child(4n+1) {
    animation-duration: 0.6s;
  }
  .come-in:nth-child(4n+2) {
    animation-duration: 0.8s;
  }
  .come-in:nth-child(4n+3) {
    animation-duration: 1s;
  }
  .come-in:nth-child(4n) {
    animation-duration: 1.2s;
  }
}
.js .already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
/* -----------------------------------------------------------------------------

  WIDGETS

----------------------------------------------------------------------------- */
.widget {
  margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
  .widget {
    margin: 0 0 40px;
  }
}
.widget--video {
  border-radius: 3px;
  overflow: hidden;
}

.widget--snippet {
  background: #ededed;
  padding: 20px;
}
.widget--snippet h2 {
  margin: 0 0 10px;
}
.widget--snippet p:last-of-type {
  margin: 30px 0 0;
}

@media screen and (min-width: 1024px) {
  .widget--snippet {
    background: #ededed;
    padding: 40px;
    margin: 0 0 40px 50px;
    border-radius: 3px;
  }
  .widget--snippet h2 {
    margin: 0 0 10px;
  }
  .widget--snippet p:last-of-type {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .widget--text p {
    margin-left: 50px;
  }
}
.widget--section-title {
  margin: 50px 0 40px;
}
.widget--section-title h2 {
  margin: 0;
  color: rgb(214, 85, 110);
}

.widget--image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.widget--quote {
  background-image: linear-gradient(19deg, rgb(214, 85, 110) 0%, rgb(31, 36, 161) 100%);
  background: #f6f6f6;
  color: rgb(214, 85, 110);
  padding: 20px;
  border-radius: 3px;
  max-width: 600px;
}
.widget--quote blockquote {
  padding: 0;
  margin: 0;
}
.widget--quote blockquote p {
  line-height: 1.2;
  font-size: 2.4em;
}
.widget--quote footer {
  border-top: 1px dotted rgb(214, 85, 110);
  padding: 10px 0 0;
  font-size: 1.4em;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 1024px) {
  .widget--quote {
    padding: 40px;
    margin: 0 0 40px 50px;
  }
  .widget--quote footer {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  .widget--image + .widget--quote {
    margin: -100px 0 40px 50px;
    position: relative;
    z-index: 2;
  }
  .widget--section-title {
    margin-left: 50px;
  }
}
/*! Demo */
body {
  background: #ededed;
}

/*! Reset Password or Forgotten password Form Rules*/
.password-rules {
  position: absolute;
  top: -43px;
  left: 300px;
  border: 1px solid #ccc;
  left: 500px;
  border-radius: 5px;
  background: #fff;
  padding: 15px 15px 0;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 280px;
}
.password-rules:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #999 transparent transparent;
  position: absolute;
  top: 53px;
  right: 100%;
}

.password-rules--hidden {
  transition: all 0.15 ease;
  display: none;
}

.password-rules-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  background: #ededed;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.password-rules-list li {
  border-top: 1px solid #ccc;
  padding: 12px 15px 12px 50px;
  margin: 0;
  position: relative;
  transition: background 0.25s ease;
  animation: slideIn 0.2s ease both;
}
.password-rules-list li.valid {
  background: #fff;
}
.password-rules-list li:nth-child(1) {
  animation-delay: 0s;
}
.password-rules-list li:nth-child(2) {
  animation-delay: 0.05s;
}
.password-rules-list li:nth-child(3) {
  animation-delay: 0.15s;
}
.password-rules-list li:nth-child(4) {
  animation-delay: 0.2s;
}
.password-rules-list li:nth-child(5) {
  animation-delay: 0.25s;
}
.password-rules-list li:nth-child(6) {
  animation-delay: 0.3s;
}
.password-rules-list li:nth-child(7) {
  animation-delay: 0.35s;
}
.password-rules-list li:nth-child(8) {
  animation-delay: 0.4s;
}
.password-rules-list li:nth-child(9) {
  animation-delay: 0.45s;
}

.invalid-symbol,
.valid-symbol {
  position: absolute;
  left: 15px;
  top: 24px;
  transform: translateY(-50%);
}
.invalid-symbol svg,
.valid-symbol svg {
  height: 20px;
  width: 20px;
}
.invalid-symbol .path,
.valid-symbol .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.invalid-symbol .path.circle,
.valid-symbol .path.circle {
  animation: dash 0.9s ease-in-out;
}
.invalid-symbol .path.line,
.valid-symbol .path.line {
  stroke-dashoffset: 1000;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.invalid-symbol .path.check,
.valid-symbol .path.check {
  stroke-dashoffset: -100;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

.valid-symbol {
  display: none;
}

.valid .invalid-symbol {
  display: none;
}
.valid .valid-symbol {
  display: block;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0);
  }
}
