/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
[data-v-10cf5438]:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
  --fill-corpBlue: #154172;
  --fill-blueOverlay: #154172;
  --fill-corpGray: #727373;
  --fill-lightGray: #f4f0f0;
  --fill-lavender: #7778b9;
  --fill-lightBlue: #7ad1dc;
  --fill-blue: #39a9d8;
  --fill-brightBlue: #39a9d8;
  --fill-lime: #c7d528;
  --fill-coral: #eb6a53;
  --fill-black-overlay: rgba(0, 0, 0, 0.45);
}

/*
Description: A function for generating sane z-index values. Not allowed to exceed 20000 (20 levels). 
High values utilized for legibility and ease of overriding most third party tools
*/
/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
.hideVisually[data-v-10cf5438] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
.communities-search__no-results[data-v-10cf5438] {
  text-align: center;
  width: auto;
  margin: auto;
}
.communities-search__clear-container[data-v-10cf5438] {
  width: 100%;
}
.communities-search__clear-search[data-v-10cf5438] {
  margin-top: 0;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "DinPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: pointer;
  width: 155px;
}
.communities-search__clear-search.isActive[data-v-10cf5438] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.communities-search .btn[data-v-10cf5438] {
  height: 2em;
  margin: 1em 0;
}
@media (max-width: 767px) {
.communities-search .btn[data-v-10cf5438] {
    width: 100%;
}
}
.communities-search__top[data-v-10cf5438] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f0f0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.communities-search__top-left[data-v-10cf5438] {
  width: 50%;
  padding: 3em;
}
.communities-search__top-right[data-v-10cf5438] {
  width: 50%;
  overflow: hidden;
}
.communities-search__top-right img[data-v-10cf5438] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
.communities-search__top-right img[data-v-10cf5438] {
    aspect-ratio: 2/1;
}
}
@media (max-width: 767px) {
.communities-search__top[data-v-10cf5438] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.communities-search__top-left[data-v-10cf5438] {
    width: 100%;
    padding: 1em;
}
.communities-search__top-right[data-v-10cf5438] {
    width: 100%;
}
.communities-search__top-right img[data-v-10cf5438] {
    width: 100%;
}
}
.communities-search__heading[data-v-10cf5438] {
  font-weight: bold;
  font-family: "DinPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.communities-search__search-container[data-v-10cf5438] {
  border: 1px solid #154172;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  background: #fff;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.communities-search__search-validation[data-v-10cf5438] {
  color: #eb6a53;
}
.communities-search__input[data-v-10cf5438] {
  width: 100%;
  border: none;
  padding: 0;
  background: white;
  padding-left: 0.25em;
}
.communities-search__input .search-field[data-v-10cf5438] {
  width: 100%;
  padding: 5px 15px;
  border: none;
}
.communities-search__search-icon[data-v-10cf5438] {
  cursor: pointer;
  background-color: #154172;
  padding: 5px;
}
.communities-search__filters-container[data-v-10cf5438] {
  line-height: normal;
}
.communities-search__filters[data-v-10cf5438] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.communities-search__filters-group[data-v-10cf5438]:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.communities-search__filters-group[data-v-10cf5438]:last-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 1/2/2/4;
}
.communities-search__filter-label[data-v-10cf5438] {
  font-weight: bold;
  font-family: "DinPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.communities-search__filter[data-v-10cf5438] {
  font-family: "DinPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
}
.communities-search__filter input[type=checkbox][data-v-10cf5438] {
  margin-right: 0.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  color: currentColor;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.communities-search__filter input[type=checkbox][data-v-10cf5438]:before {
  content: "";
  background-color: #39a9d8;
  width: 0.65em;
  height: 0.65em;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em var(--form-control-color);
          box-shadow: inset 1em 1em var(--form-control-color);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.communities-search__filter input[type=checkbox][data-v-10cf5438]:checked {
  background-color: #fff;
}
.communities-search__filter input[type=checkbox][data-v-10cf5438]:checked:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.communities-search__bottom[data-v-10cf5438] {
  margin: 3em 0;
}
.communities-search__loading[data-v-10cf5438] {
  text-align: center;
}
.communities-search__community[data-v-10cf5438] {
  background: #f4f0f0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.communities-search__community a[data-v-10cf5438] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}
.communities-search__community[data-v-10cf5438]:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  -webkit-transition: -webkit-transform cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
  transition: -webkit-transform cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
  transition: transform cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
  transition: transform cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s, -webkit-transform cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
  text-decoration: none !important;
}
.communities-search__community:hover *[data-v-10cf5438],
.communities-search__community:hover .article-card__text[data-v-10cf5438],
.communities-search__community:hover .article-card__tags[data-v-10cf5438],
.communities-search__community:hover .article-card__title[data-v-10cf5438] {
  text-decoration: none !important;
}
.communities-search__community-image[data-v-10cf5438] {
  width: 100%;
  height: auto;
}
.communities-search__community-copy[data-v-10cf5438] {
  font-family: "DinPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  padding: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -ms-grid;
  display: grid;
}
.communities-search__community-name[data-v-10cf5438] {
  color: #7ad1dc;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
.communities-search__community-address[data-v-10cf5438] {
  color: #154172;
}
.communities-search__community-cta[data-v-10cf5438] {
  color: #eb6a53;
  margin-top: 10px;
  text-align: end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-grid-column-align: end;
      justify-self: end;
}
.communities-search__pagination_numbers[data-v-10cf5438] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.communities-search__pagination[data-v-10cf5438] {
  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;
  gap: 1em;
}
.communities-search__pagination-number[data-v-10cf5438] {
  cursor: pointer;
  font-weight: bold;
  font-family: "DinPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 1em;
}
.communities-search__pagination-number[data-current][data-v-10cf5438] {
  color: #39a9d8;
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
[data-v-c842256c]:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
  --fill-corpBlue: #154172;
  --fill-blueOverlay: #154172;
  --fill-corpGray: #727373;
  --fill-lightGray: #f4f0f0;
  --fill-lavender: #7778b9;
  --fill-lightBlue: #7ad1dc;
  --fill-blue: #39a9d8;
  --fill-brightBlue: #39a9d8;
  --fill-lime: #c7d528;
  --fill-coral: #eb6a53;
  --fill-black-overlay: rgba(0, 0, 0, 0.45);
}

/*
Description: A function for generating sane z-index values. Not allowed to exceed 20000 (20 levels). 
High values utilized for legibility and ease of overriding most third party tools
*/
/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
.hideVisually[data-v-c842256c] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
.loader[data-v-c842256c] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.loader h1[data-v-c842256c],
.loader svg[data-v-c842256c] {
  margin: auto;
}
.loader h2[data-v-c842256c] {
  font-weight: bold;
  font-family: "DinPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
.loader svg[data-v-c842256c] {
  width: 200px;
  height: 200px;
  overflow: scroll;
}
.loader #Loader[data-v-c842256c] {
  -webkit-transform: rotate(70Deg);
          transform: rotate(70Deg);
}
.loader #Loader path[data-v-c842256c] {
  fill: #39a9d8;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(1) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.145s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.145s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(2) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.19s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.19s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(3) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.235s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.235s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(4) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.28s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.28s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(5) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.325s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.325s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(6) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.37s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.37s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(7) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.415s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.415s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(8) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.46s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.46s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(9) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.505s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.505s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(10) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.55s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.55s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(11) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.595s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.595s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(12) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.64s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.64s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(13) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.685s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.685s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(14) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.73s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.73s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(15) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.775s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.775s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(16) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.82s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.82s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(17) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.865s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.865s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(18) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.91s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.91s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(19) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 0.955s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 0.955s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(20) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(21) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.045s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.045s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(22) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.09s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.09s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(23) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.135s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.135s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(24) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.18s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.18s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(25) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.225s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.225s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(26) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.27s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.27s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(27) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.315s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.315s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(28) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.36s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.36s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(29) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.405s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.405s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(30) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.45s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.45s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(31) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.495s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.495s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(32) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.54s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.54s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(33) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.585s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.585s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(34) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.63s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.63s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(35) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.675s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.675s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(36) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.72s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.72s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(37) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.765s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.765s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(38) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.81s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.81s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(39) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.855s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.855s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(40) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.9s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.9s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(41) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.945s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.945s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(42) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 1.99s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 1.99s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(43) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.035s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.035s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(44) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.08s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.08s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(45) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.125s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.125s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(46) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.17s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.17s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(47) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.215s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.215s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(48) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.26s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.26s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(49) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.305s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.305s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(50) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.35s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.35s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(51) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.395s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.395s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(52) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.44s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.44s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(53) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.485s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.485s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(54) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.53s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.53s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(55) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.575s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.575s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(56) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.62s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.62s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(57) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.665s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.665s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(58) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.71s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.71s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(59) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.755s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.755s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(60) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.8s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.8s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(61) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.845s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.845s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(62) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.89s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.89s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(63) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.935s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.935s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(64) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 2.98s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 2.98s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(65) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.025s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.025s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(66) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.07s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.07s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(67) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.115s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.115s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(68) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.16s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.16s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(69) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.205s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.205s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(70) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.25s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.25s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(71) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.295s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.295s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(72) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.34s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.34s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(73) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.385s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.385s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(74) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.43s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.43s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(75) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.475s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.475s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(76) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.52s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.52s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(77) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.565s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.565s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(78) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.61s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.61s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(79) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.655s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.655s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(80) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.7s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.7s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(81) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.745s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.745s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(82) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.79s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.79s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(83) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.835s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.835s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(84) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.88s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.88s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(85) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.925s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.925s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(86) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 3.97s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 3.97s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(87) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.015s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.015s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(88) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.06s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.06s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(89) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.105s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.105s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(90) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.15s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.15s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(91) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.195s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.195s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(92) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.24s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.24s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(93) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.285s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.285s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(94) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.33s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.33s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(95) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.375s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.375s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(96) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.42s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.42s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(97) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.465s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.465s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(98) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.51s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.51s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(99) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.555s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.555s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(100) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.6s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.6s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(101) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.645s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.645s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(102) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.69s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.69s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(103) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.735s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.735s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(104) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.78s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.78s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(105) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.825s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.825s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(106) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.87s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.87s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(107) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.915s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.915s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(108) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 4.96s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 4.96s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(109) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.005s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.005s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(110) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.05s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.05s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(111) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.095s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.095s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(112) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.14s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.14s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(113) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.185s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.185s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(114) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.23s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.23s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(115) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.275s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.275s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(116) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.32s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.32s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(117) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.365s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.365s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(118) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.41s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.41s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(119) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.455s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.455s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(120) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.5s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.5s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(121) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.545s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.545s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(122) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.59s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.59s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(123) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.635s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.635s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(124) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.68s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.68s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(125) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.725s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.725s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(126) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.77s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.77s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(127) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.815s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.815s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(128) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.86s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.86s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(129) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.905s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.905s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(130) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.95s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.95s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(131) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 5.995s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 5.995s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(132) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.04s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.04s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(133) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.085s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.085s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(134) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.13s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.13s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(135) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.175s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.175s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(136) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.22s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.22s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(137) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.265s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.265s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(138) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.31s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.31s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(139) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.355s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.355s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(140) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.4s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.4s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(141) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.445s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.445s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(142) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.49s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.49s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(143) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.535s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.535s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(144) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.58s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.58s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(145) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.625s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.625s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(146) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.67s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.67s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(147) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.715s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.715s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(148) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.76s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.76s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(149) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.805s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.805s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(150) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.85s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.85s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(151) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.895s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.895s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(152) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.94s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.94s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(153) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 6.985s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 6.985s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(154) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.03s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.03s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(155) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.075s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.075s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(156) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.12s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.12s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(157) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.165s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.165s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(158) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.21s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.21s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(159) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.255s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.255s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(160) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.3s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.3s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(161) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.345s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.345s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(162) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.39s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.39s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(163) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.435s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.435s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(164) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.48s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.48s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(165) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.525s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.525s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(166) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.57s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.57s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(167) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.615s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.615s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(168) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.66s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.66s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(169) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.705s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.705s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(170) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.75s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.75s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(171) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.795s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.795s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(172) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.84s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.84s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(173) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.885s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.885s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(174) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.93s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.93s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(175) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 7.975s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 7.975s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(176) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.02s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.02s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(177) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.065s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.065s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(178) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.11s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.11s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(179) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.155s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.155s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(180) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.2s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.2s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(181) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.245s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.245s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(182) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.29s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.29s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(183) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.335s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.335s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(184) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.38s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.38s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(185) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.425s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.425s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(186) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.47s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.47s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(187) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.515s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.515s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(188) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.56s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.56s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(189) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.605s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.605s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(190) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.65s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.65s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(191) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.695s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.695s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(192) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.74s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.74s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(193) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.785s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.785s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(194) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.83s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.83s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(195) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.875s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.875s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(196) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.92s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.92s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(197) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 8.965s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 8.965s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(198) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 9.01s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 9.01s infinite forwards;
}
.loader #Loader g path[data-v-c842256c]:nth-of-type(199) {
  -webkit-animation: myAnim-data-v-c842256c 3s ease 9.055s infinite forwards;
          animation: myAnim-data-v-c842256c 3s ease 9.055s infinite forwards;
}
@-webkit-keyframes myAnim-data-v-c842256c {
0%, 50%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    fill: #39a9d8;
}
25%, 75% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    fill: #eb6a53;
}
}
@keyframes myAnim-data-v-c842256c {
0%, 50%, 100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    fill: #39a9d8;
}
25%, 75% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    fill: #eb6a53;
}
}