.fixed-top {
  z-index: initial; }

.margin-top {
  margin-top: 3em; }

body, html {
  font-size: 100%;
  height: 100%;
  font-family: "Roboto Flex", sans-serif;
  color: #333;
  line-height: normal;
  position: relative; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1em; }

h2 {
  font-size: 1.8rem; }

h3 {
  font-size: 1.6rem; }

h1, h2, h3 {
  font-weight: 600; }

ul {
  line-height: 1.6;
  margin: 0; }

ol, ul {
  padding: 0; }

label {
  font-weight: normal;
  font-size: 1rem; }

p {
  line-height: 1.5;
  font-size: 1.4rem;
  margin-bottom: 2em; }
  p.end {
    margin-bottom: 0; }

.filler {
  flex: 1 1 auto; }

.bold {
  font-weight: 600; }

a {
  line-height: inherit;
  color: transparent;
  text-decoration: none;
  cursor: pointer; }

.headRow, .subRow {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
  display: flex;
  justify-items: flex-start;
  font-size: 1.2rem;
  padding: 10px 20px;
  letter-spacing: 2.5px;
  text-decoration: none;
  flex-direction: column;
  font-weight: 600; }
  .headRow span, .subRow span {
    display: inline-flex; }

.headRow.main {
  display: flex;
  flex-direction: column;
  margin-bottom: 0; }
  .headRow.main span:last-of-type {
    font-size: 1rem;
    margin-top: .5em; }

.subRow {
  text-shadow: none;
  padding: 5px 10px;
  margin-bottom: 5px; }

header {
  z-index: 2;
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: inset 0 0 4px 1px transparent, 0 5px 10px 0 rgba(0, 0, 0, 0.2); }

.controlBar {
  display: flex; }
  .controlBar .colL {
    display: inline-flex; }
    .controlBar .colL ul {
      display: inline-flex;
      margin-bottom: 0;
      padding: 0 1rem 0 0; }
      .controlBar .colL ul li {
        margin: 5px 0;
        display: flex;
        align-items: center; }
        .controlBar .colL ul li a {
          display: inline-flex;
          font-size: .9rem;
          align-items: center;
          text-decoration: none;
          padding: 5px 15px 5px 10px;
          margin: 0 5px;
          outline: none;
          transition: all 0.3s; }
          .controlBar .colL ul li a svg {
            margin-right: 5px;
            font-size: 1.2rem; }
  .controlBar .mode {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center; }
    .controlBar .mode .animated-button1 {
      margin-right: .1em; }
    .controlBar .mode .dropdown-menu {
      padding: .2em; }
      .controlBar .mode .dropdown-menu button {
        padding: .2em .8em .2em .2em;
        display: inline-flex;
        align-items: center; }
        .controlBar .mode .dropdown-menu button.active {
          cursor: default; }
        .controlBar .mode .dropdown-menu button span:first-child {
          margin-right: .5em;
          width: 25px;
          height: 25px;
          display: inline-flex; }

.topBar {
  display: flex;
  align-items: center;
  padding: .5em .5em .5em 1em;
  position: relative; }

.navbar {
  padding: 0;
  display: flex;
  flex: 1; }

.lHeader {
  display: inline-flex;
  flex-direction: column; }
  .lHeader .logo {
    display: inline-flex;
    transition: all 0.3s; }
  .lHeader ul {
    display: inline-flex;
    margin-bottom: 0;
    padding: 1em 0 0 2em;
    list-style: none; }
    .lHeader ul li {
      margin: 5px 0; }
      .lHeader ul li:last-child {
        border-left: 2px solid #ccc; }
      .lHeader ul li a {
        display: inline-flex;
        font-size: 1rem;
        align-items: center;
        text-shadow: 1px 1px #000;
        text-decoration: none;
        padding: 5px 15px 5px 10px;
        margin: 0 5px;
        outline: none;
        transition: all 0.3s;
        font-weight: 600; }
        .lHeader ul li a svg {
          margin-right: 5px;
          font-size: 1.2rem;
          fill: #0276e3; }

.banner {
  text-align: center;
  margin-top: 2em; }

.bgHeader {
  padding: .2em 1em;
  font-size: 1.2em;
  display: flex; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent; }

.avatar {
  margin-bottom: 1em; }

.bd-mode-toggle {
  z-index: 1;
  display: inline-flex; }
  .bd-mode-toggle button.btn {
    border-radius: 0; }
  .bd-mode-toggle:focus-visible {
    outline: 0; }

.dropdown-menu-end[data-bs-popper] {
  right: 13px; }

.dropdown-menu[data-bs-popper] {
  top: 64px; }

.composition {
  position: relative;
  flex: 1; }
  .composition__photo {
    width: 55%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    transition: all .2s;
    outline-offset: 2rem;
    border: 1px solid #444; }
    @media only screen and (max-width: 56.25em) {
      .composition__photo {
        float: left;
        position: relative;
        width: 33.33333333%;
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2); } }
    .composition__photo--p1 {
      left: 0;
      top: -2rem; }
      .composition__photo--p1.graphics {
        left: 0;
        top: 0; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p1 {
          top: 0;
          transform: scale(1.2); } }
    .composition__photo--p2 {
      right: 0;
      top: 2rem; }
      .composition__photo--p2.graphics {
        right: -3px;
        top: -23px; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p2 {
          top: -1rem;
          transform: scale(1.3);
          z-index: 100; } }
    .composition__photo--p3 {
      left: 10%;
      top: 4rem; }
      .composition__photo--p3.graphics {
        left: 27%;
        top: 47px; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p3 {
          top: 1rem;
          left: 0;
          transform: scale(1.1); } }
    .composition__photo:hover {
      outline: 0;
      transform: scale(1.05) translateY(-0.5rem);
      box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
      z-index: 20; }
  .composition:hover .composition__photo:not(:hover) {
    transform: scale(0.95); }

/* Skip to link */
.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 3; }

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: 40px;
  display: inline-flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  text-decoration: none;
  background-color: white;
  color: #0276e3;
  border-radius: 0 0 5px 0;
  border: 1px solid #026ed4;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

h1.search {
  justify-content: flex-start;
  margin-bottom: 0; }

.search-container {
  position: absolute;
  top: 13px;
  right: 15px;
  padding: 5px;
  margin-top: 0;
  width: 300px;
  border: 1px solid #5a1d02;
  border-radius: 6px;
  background: #f9f9f9;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 2px 3px rgba(0, 0, 0, 0.3); }
  .search-container .form-row {
    position: relative;
    display: flex; }
  .search-container #tipue_search_input {
    color: #333;
    padding: 5px 10px;
    height: 30px;
    margin: 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: none;
    outline: 0;
    font-size: .8rem; }
  .search-container #tipue_search_button, .search-container #search_reset_button {
    /*position: absolute;
    top: 1px;
    left: 3px;*/
    display: inline-flex;
    padding: .2em;
    border: 1px solid #ddd;
    margin-left: .2em; }
    .search-container #tipue_search_button svg, .search-container #search_reset_button svg {
      height: 21px;
      width: 21px; }

#tipue_search_results_count {
  font-size: 1rem;
  margin-bottom: 1em; }

.tipue_search_content_title {
  font-size: 1.4rem;
  margin-top: 23px; }

.tipue_search_content_text {
  font-size: 1.2rem; }

.carousel {
  margin-top: 2em; }

.carousel-control-next, .carousel-control-prev {
  top: 40%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 100%;
  transition: all 0.3s;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3); }
  .carousel-control-next:hover, .carousel-control-next:focus, .carousel-control-prev:hover, .carousel-control-prev:focus {
    transform: scale(1.2); }
  .carousel-control-next .svg, .carousel-control-prev .svg {
    border-radius: 50%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.5em;
    margin-right: 0.5em;
    box-shadow: inset 0 0 4px 1px #5cb0ff, 0 2px 6px 0 rgba(0, 0, 0, 0.15); }

main {
  position: relative;
  top: 155px; }
  main.preview {
    position: relative;
    top: 75px;
    height: calc(100% - 75px); }
    main.preview .rowContainer .rowSection {
      display: flex;
      height: 100%;
      flex-direction: column; }
      main.preview .rowContainer .rowSection svg {
        fill: #fff;
        height: 1em;
        width: 1em;
        margin-left: .5em; }

.wordContainer {
  padding: 0 0 2em; }

.abContainer {
  padding: 2.2em 0 2em; }

.padChange {
  padding: 2.2em 0 3em; }

.bottomPadding {
  padding: 0 0 3em; }

.webPadding {
  padding: 0 0 1em; }

.rw-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1em; }
  .rw-wrapper p {
    display: flex;
    font-size: 2em;
    justify-content: center;
    font-weight: 600; }
    .rw-wrapper p.end {
      margin-bottom: 0; }

.rw-sentence {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  padding-right: 4em; }

.rw-sentence, .rw-wrapper p {
  font-size: 3em; }

.rw-words {
  display: inline;
  text-indent: 5px; }

.rw-words span {
  position: absolute;
  opacity: 0;
  overflow: hidden; }

.rw-words-1 span {
  animation: rotateWordsFirst 12s linear infinite 0s; }

.rw-words-2 span {
  animation: rotateWordsSecond 18s linear infinite 0s; }

.rw-words span:nth-child(2) {
  animation-delay: 3s; }

.rw-words span:nth-child(3) {
  animation-delay: 6s; }

.rw-words span:nth-child(4) {
  animation-delay: 9s; }

.rw-words span:nth-child(5) {
  animation-delay: 12s; }

.rw-words span:nth-child(6) {
  animation-delay: 15s; }

.avatar svg {
  display: inline-flex;
  /*padding: .5em;
  border-radius: 50%;*/
  width: 57px;
  height: 57px;
  margin-right: .2em; }

.tag {
  display: inline-flex;
  padding: 0 2em 0 0;
  margin: 0 1em 1em 0;
  height: 2.7em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .tag .block {
    width: .5em;
    margin-right: .4em; }
  .tag span {
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center; }

.apct {
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 2em;
  font-weight: 600;
  margin: 1em 0;
  letter-spacing: 5px; }

.divider {
  width: 1px;
  margin: 0 10px;
  display: block;
  height: 30px; }

.containers {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  align-items: start;
  margin: 1.5em 0 0; }
  .containers.fourCols, .containers.twoCols {
    align-items: initial; }
  .containers.twoCols {
    margin-bottom: 2em; }
  .containers.inner {
    align-items: initial; }
    .containers.inner li {
      width: calc(50% - 20px);
      margin: 0 10px 20px;
      font-size: 1.2rem; }
      .containers.inner li h3 {
        margin: 0;
        text-shadow: none; }
      .containers.inner li .headRow {
        display: flex;
        flex-direction: column; }
        .containers.inner li .headRow span:first-of-type {
          font-size: 1.4rem; }
        .containers.inner li .headRow span:last-of-type {
          font-size: 1rem; }
      .containers.inner li .body {
        display: flex;
        padding: 0 1em 1em; }
        .containers.inner li .body .lCol {
          text-align: center;
          margin-right: 1em;
          display: inline-flex;
          flex-direction: column; }
          .containers.inner li .body .lCol img {
            max-width: 100px;
            height: 200px;
            margin: 0 auto 1rem; }
            .containers.inner li .body .lCol img.collections {
              max-width: 150px;
              height: 109px; }
          .containers.inner li .body .lCol .animated-button1 {
            margin-bottom: 10px; }
        .containers.inner li .body .rCol {
          display: flex;
          flex: 1;
          flex-direction: column; }
          .containers.inner li .body .rCol p {
            margin-bottom: 1em; }
            .containers.inner li .body .rCol p:last-of-type {
              margin-bottom: 0; }
          .containers.inner li .body .rCol ul.desc {
            list-style: disc;
            margin-left: 2em; }
            .containers.inner li .body .rCol ul.desc li {
              width: 100%;
              flex-direction: initial;
              margin: 0 0 .3em;
              border: none; }
      .containers.inner li.last {
        margin: 0; }
      .containers.inner li.oneCol {
        width: 100%;
        margin-bottom: 0; }
    .containers.inner.end {
      margin-bottom: 10px; }
  .containers .lSide.webImages {
    flex: initial;
    display: inline-flex;
    width: 480px; }
  .containers .lSide.bannerInfo {
    flex: initial;
    width: 480px;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0;
    background-clip: border-box;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    list-style: none; }
    .containers .lSide.bannerInfo .cardHeader {
      height: 80px;
      position: relative;
      border-radius: 5px 5px 0 0;
      width: 100%;
      display: inline-flex; }
    .containers .lSide.bannerInfo .avatarRow {
      position: absolute;
      top: 0;
      display: flex;
      width: 100%;
      justify-content: center;
      z-index: 2;
      box-shadow: none; }
      .containers .lSide.bannerInfo .avatarRow .avatarContainer {
        border-radius: 50%;
        margin-top: 30px;
        padding: 5px 10px;
        height: 80px;
        width: 80px;
        color: #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        border: none; }
    .containers .lSide.bannerInfo .cardTitle {
      margin: 30px 0 0;
      position: relative;
      z-index: 3;
      line-height: normal;
      text-align: center;
      box-shadow: none; }
    .containers .lSide.bannerInfo ul {
      padding: 0;
      margin: .5em 0 1em; }
      .containers .lSide.bannerInfo ul li {
        list-style: none;
        display: inline-flex;
        flex-wrap: wrap;
        width: calc(49% - 40px);
        margin: .5em 20px;
        font-size: 1.2rem; }
        .containers .lSide.bannerInfo ul li svg {
          margin-right: 10px; }
    .containers .lSide.bannerInfo .cardBottom {
      height: 10px;
      border-radius: 0 0 5px 5px;
      position: absolute;
      bottom: 0;
      width: 100%; }
  .containers .lSide.text {
    flex: 1;
    margin-right: 3em; }
  .containers .rSide {
    display: inline-flex;
    flex-wrap: wrap; }
    .containers .rSide.text {
      flex: 1;
      margin-left: 3em; }
    .containers .rSide.colSpace {
      width: 480px; }
    .containers .rSide.bannerInfo {
      flex: initial;
      width: 480px;
      margin: 0;
      position: relative;
      z-index: 1;
      padding: 0;
      background-clip: border-box;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      list-style: none; }
      .containers .rSide.bannerInfo .cardHeader {
        height: 80px;
        position: relative;
        border-radius: 5px 5px 0 0;
        width: 100%;
        display: inline-flex; }
      .containers .rSide.bannerInfo .avatarRow {
        position: absolute;
        top: 0;
        display: flex;
        width: 100%;
        justify-content: center;
        z-index: 2;
        box-shadow: none; }
        .containers .rSide.bannerInfo .avatarRow .avatarContainer {
          border-radius: 50%;
          margin-top: 30px;
          padding: 5px 10px;
          height: 80px;
          width: 80px;
          color: #000;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          box-shadow: none;
          border: none; }
      .containers .rSide.bannerInfo .cardTitle {
        margin: 30px 0 0;
        position: relative;
        z-index: 3;
        line-height: normal;
        text-align: center;
        box-shadow: none; }
      .containers .rSide.bannerInfo ul {
        padding: 0;
        margin: .5em 0 1em; }
        .containers .rSide.bannerInfo ul li {
          list-style: none;
          display: inline-flex;
          flex-wrap: wrap;
          width: calc(49% - 40px);
          margin: .5em 20px;
          font-size: 1.2rem; }
          .containers .rSide.bannerInfo ul li svg {
            margin-right: 10px; }
      .containers .rSide.bannerInfo .cardBottom {
        height: 10px;
        border-radius: 0 0 5px 5px;
        position: absolute;
        bottom: 0;
        width: 100%; }
  .containers .fourCol {
    display: inline-flex;
    width: calc(25% - 20px);
    list-style: none;
    margin: 0 10px 20px;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 0;
    background-clip: border-box;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    list-style: none; }
    .containers .fourCol .cardHeader {
      height: 80px;
      position: relative;
      border-radius: 5px 5px 0 0;
      width: 100%;
      display: inline-flex; }
    .containers .fourCol .avatarRow {
      position: absolute;
      top: 0;
      display: flex;
      width: 100%;
      justify-content: center;
      z-index: 2;
      box-shadow: none; }
      .containers .fourCol .avatarRow .avatarContainer {
        border-radius: 50%;
        margin-top: 30px;
        padding: 5px 10px;
        height: 80px;
        width: 80px;
        color: #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        border: none; }
    .containers .fourCol .cardTitle {
      margin: 15px 0 0;
      position: relative;
      z-index: 3;
      line-height: normal;
      text-align: center;
      box-shadow: none; }
      .containers .fourCol .cardTitle h3 {
        text-align: center;
        line-height: normal;
        margin-bottom: .5em;
        margin-top: .5em; }
    .containers .fourCol .blockTxt {
      padding: 0 20px 10px;
      margin-bottom: 20px;
      font-size: 1.2rem;
      font-weight: normal;
      line-height: 1.4;
      text-align: center; }
    .containers .fourCol .actionTxt {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      font-size: .9rem;
      text-decoration: none;
      border-radius: 0 0 5px 5px;
      position: absolute;
      bottom: 0;
      width: 100%; }
    .containers .fourCol .cardBody {
      padding: 0 20px; }
      .containers .fourCol .cardBody ul {
        margin-bottom: 20px; }
        .containers .fourCol .cardBody ul li {
          display: flex;
          align-items: center;
          margin-bottom: 10px;
          width: 100%;
          margin-left: 0; }
          .containers .fourCol .cardBody ul li svg {
            margin-right: 5px; }
    .containers .fourCol .cardBottom {
      border-radius: 0 0 5px 5px;
      height: 10px;
      border-radius: 0 0 5px 5px;
      position: absolute;
      bottom: 0;
      width: 100%; }
    .containers .fourCol .avatarContainer svg {
      width: 50px;
      height: 50px; }
    .containers .fourCol ul.info {
      font-size: 1.2rem;
      list-style: none;
      padding: 0 20px;
      margin: 0 0 3em; }
      .containers .fourCol ul.info .title {
        font-weight: 600; }
    .containers .fourCol button {
      border-radius: 0 0 5px 5px; }
  .containers.twoCols .twoCol {
    display: inline-flex;
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 0;
    background-clip: border-box;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    list-style: none; }
    .containers.twoCols .twoCol .cardHeader {
      height: 80px;
      position: relative;
      border-radius: 5px 5px 0 0;
      width: 100%;
      display: inline-flex; }
    .containers.twoCols .twoCol .avatarRow {
      position: absolute;
      top: 0;
      display: flex;
      width: 100%;
      justify-content: center;
      z-index: 2;
      box-shadow: none; }
      .containers.twoCols .twoCol .avatarRow .avatarContainer {
        border-radius: 50%;
        margin-top: 30px;
        padding: 5px 10px;
        height: 80px;
        width: 80px;
        color: #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        border: none; }
    .containers.twoCols .twoCol .cardTitle {
      margin: 15px 0 0;
      position: relative;
      z-index: 3;
      line-height: normal;
      text-align: center;
      box-shadow: none; }
      .containers.twoCols .twoCol .cardTitle h3 {
        text-align: center;
        line-height: normal;
        margin-bottom: .5em;
        margin-top: .5em; }
    .containers.twoCols .twoCol .blockTxt {
      padding: 0 20px 10px;
      margin-bottom: 20px;
      font-size: 1.2rem;
      font-weight: normal;
      line-height: 1.4;
      text-align: center; }
    .containers.twoCols .twoCol .actionTxt {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      font-size: .9rem;
      text-decoration: none;
      border-radius: 0 0 5px 5px;
      position: absolute;
      bottom: 0;
      width: 100%; }
    .containers.twoCols .twoCol .cardBody {
      padding: 0 20px; }
      .containers.twoCols .twoCol .cardBody ul {
        margin-bottom: 20px; }
        .containers.twoCols .twoCol .cardBody ul li {
          display: flex;
          align-items: center;
          margin-bottom: 10px;
          width: 100%;
          margin-left: 0; }
          .containers.twoCols .twoCol .cardBody ul li svg {
            margin-right: 5px; }
    .containers.twoCols .twoCol .cardBottom {
      border-radius: 0 0 5px 5px;
      height: 10px;
      border-radius: 0 0 5px 5px;
      position: absolute;
      bottom: 0;
      width: 100%; }
    .containers.twoCols .twoCol .avatarContainer svg {
      width: 50px;
      height: 50px; }
    .containers.twoCols .twoCol .bodyTxt {
      padding: .5em 20px; }
      .containers.twoCols .twoCol .bodyTxt p {
        margin-bottom: .5em; }
      .containers.twoCols .twoCol .bodyTxt .info {
        padding-bottom: 10px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        font-weight: normal;
        font-size: 1.2rem;
        font-weight: 600; }
    .containers.twoCols .twoCol ul {
      padding: 0;
      margin: .5em 0 1em; }
      .containers.twoCols .twoCol ul li {
        list-style: none;
        display: inline-flex;
        flex-wrap: wrap;
        width: calc(49% - 40px);
        margin: .5em 20px;
        font-size: 1.2rem; }
        .containers.twoCols .twoCol ul li svg {
          margin-right: 10px; }
        .containers.twoCols .twoCol ul li.skills {
          flex-direction: column; }
  .containers.twoCols.about {
    margin-bottom: 0; }
  .containers.smCols {
    margin-bottom: 0; }
    .containers.smCols li {
      display: inline-flex;
      width: calc(16% - 20px);
      margin: 0 0 20px;
      padding: 0 10px;
      flex-direction: column;
      list-style: none; }
      .containers.smCols li a {
        display: inline-flex;
        flex-direction: column;
        padding: .5em;
        transition: all .3s;
        font-size: 1rem;
        text-shadow: none; }
        .containers.smCols li a span {
          display: flex;
          justify-content: center;
          margin-top: .5em; }

ul.imgCols {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: center; }
  ul.imgCols li {
    list-style: none;
    display: inline-flex;
    width: calc(20% - 20px);
    padding: 0;
    margin: 0 10px 20px; }
    ul.imgCols li a {
      display: inline-flex;
      flex-direction: column;
      font-size: 1rem; }
      ul.imgCols li a span {
        text-align: center;
        font-size: 1rem;
        padding: .3em 0; }
    ul.imgCols li.perTag {
      padding: 0;
      margin: 5px 20px 20px 0;
      width: initial; }
      ul.imgCols li.perTag a {
        padding: 5px 10px 5px 5px;
        flex-direction: row;
        align-items: center;
        border-radius: 5px; }
        ul.imgCols li.perTag a svg {
          width: 32px;
          height: 32px;
          margin-right: 8px; }

.duties {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: .4em; }

.resume, .color {
  display: flex;
  justify-content: center;
  align-items: center; }
  .resume .header, .color .header {
    font-size: 1.5em;
    font-weight: 500;
    margin-right: .5em; }
  .resume .links, .color .links {
    display: flex;
    align-items: center; }
    .resume .links a, .color .links a {
      display: flex;
      padding: .2em .5em;
      align-items: center;
      font-size: 1.2rem;
      text-shadow: none; }
      .resume .links a svg, .color .links a svg {
        width: 32px;
        height: 32px;
        margin-right: 5px; }

.resume {
  margin-bottom: 1em;
  margin-top: 1em; }

.skillTable {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .skillTable .SkillSpacer {
    flex: 1 1 auto; }
  .skillTable .SkillHeader {
    display: flex;
    width: 100%;
    font-size: 1rem;
    border-bottom: 1px solid transparent;
    padding: 0 1em .5em 1em; }
  .skillTable .skillRow {
    display: flex;
    font-size: 1.2rem;
    padding: .5em 1em; }
  .skillTable button {
    transition: all .3s;
    position: absolute;
    width: 100%;
    bottom: 0;
    border: 0;
    transition: all .3s;
    left: 0;
    border-radius: 0 0 6px 6px; }

.modal-content.skills {
  width: 550px;
  margin: 0 auto; }

.tab-pane {
  padding: 20px 20px 0; }
  .tab-pane:focus-visible {
    outline: none; }
  .tab-pane ul li {
    font-size: 1.2em; }
  .tab-pane p {
    margin-bottom: 1em; }
  .tab-pane ul.spacer {
    margin-bottom: 2em;
    margin-left: 2em; }
    .tab-pane ul.spacer li {
      font-size: 1.2em;
      margin-bottom: .3em; }

.modal-header h3 {
  font-size: 1.75rem; }
.modal-header button {
  background-color: transparent;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all .3s; }
  .modal-header button svg {
    width: 24px;
    height: 24px; }

.modal-body {
  padding: 1.8em; }
  .modal-body p {
    margin-bottom: 2em; }
  .modal-body .bodyContainer {
    display: flex;
    align-items: baseline;
    font-size: 1.2rem; }
    .modal-body .bodyContainer .lSide {
      display: flex;
      flex-direction: column;
      border-radius: 5px;
      width: 400px;
      padding: 20px 20px 0;
      margin-right: 3em; }
      .modal-body .bodyContainer .lSide .info {
        list-style: none;
        padding-bottom: 20px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        font-weight: normal;
        font-size: 1.4rem; }
    .modal-body .bodyContainer .rSide {
      display: flex;
      flex-direction: column; }
      .modal-body .bodyContainer .rSide p {
        margin-bottom: 10px; }
      .modal-body .bodyContainer .rSide ul {
        margin-bottom: 0;
        margin-left: 1em; }
        .modal-body .bodyContainer .rSide ul li {
          margin-bottom: 10px;
          font-size: 1.4rem; }
          .modal-body .bodyContainer .rSide ul li:last-child {
            margin-bottom: 0; }
        .modal-body .bodyContainer .rSide ul.box {
          margin-top: 1.8em;
          display: flex;
          flex-direction: row; }
          .modal-body .bodyContainer .rSide ul.box li {
            display: inline-flex;
            margin: 0; }
            .modal-body .bodyContainer .rSide ul.box li a {
              display: inline-flex;
              flex-direction: column;
              border-radius: 5px;
              position: relative;
              padding: 0;
              margin: 0;
              cursor: pointer;
              font-size: 0.9rem;
              text-decoration: none;
              z-index: 0;
              outline: 0;
              width: 80%;
              transition: all 0.3s; }
              .modal-body .bodyContainer .rSide ul.box li a:hover, .modal-body .bodyContainer .rSide ul.box li a:focus {
                border-radius: 5px;
                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
              .modal-body .bodyContainer .rSide ul.box li a img {
                border-radius: 5px 5px 0 0; }
              .modal-body .bodyContainer .rSide ul.box li a span {
                padding: .5em 0;
                display: flex;
                justify-content: center;
                border-radius: 0 0 5px 5px; }

.nav-pills {
  margin-bottom: -1px; }
  .nav-pills li {
    margin-right: 10px; }
    .nav-pills li button.nav-link {
      border-radius: 5px;
      border: 1px solid transparent; }
      .nav-pills li button.nav-link.active {
        box-shadow: none;
        border-radius: 5px 5px 0 0;
        padding-bottom: 10px;
        font-size: 1.2rem; }

@media (min-width: 1200px) {
  .rowSection {
    max-width: 1200px;
    margin: 0 auto; }

  .modalContainer .modal {
    --bs-modal-width: 1024px; }

  .modalContainer .modal.show .modal-dialog {
    max-width: 1024px; } }
@media (max-width: 1200px) {
  .rowSection {
    max-width: 100%;
    padding: 0 2em; }

  .abContainer {
    padding: 2.2em 0 3em; } }
@media (max-width: 1110px) {
  .containers.twoCols .twoCol ul li {
    width: calc(100% - 40px); } }
@media (min-width: 1024px) {
  .navbar-expand-lg {
    display: flex;
    justify-content: flex-end;
    width: 100%; }
    .navbar-expand-lg .navbar-collapse {
      flex-basis: initial;
      flex-grow: initial; }
    .navbar-expand-lg ul.navbar-nav {
      width: 100%;
      justify-content: center;
      align-items: center; }
      .navbar-expand-lg ul.navbar-nav li.nav-item {
        padding: 0 .3rem; }
        .navbar-expand-lg ul.navbar-nav li.nav-item:first-of-type {
          border-left: 0; }
        .navbar-expand-lg ul.navbar-nav li.nav-item a {
          position: relative;
          transition: all .3s;
          line-height: normal;
          font-size: 1rem;
          padding: .4em 1rem .4em; }

  .navbar-toggler, .navTitle {
    display: none; }

  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end; } }
@media (max-width: 1024px) {
  .resume.body .header {
    margin-right: 0; }
  .resume.body .links .dPreview, .resume.body .links .divider {
    display: none; }

  .navTitle {
    display: flex;
    font-size: 2rem;
    margin-left: 35px;
    position: relative;
    margin-bottom: 0.5em;
    margin-top: 0.8em;
    font-weight: 500;
    width: 100%; }

  .navbar-toggler {
    z-index: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 7px;
    height: 50px;
    flex-direction: column;
    padding: 5px;
    text-shadow: 1px 1px #000; }
    .navbar-toggler svg {
      margin: 0 auto; }

  .navbar .mode .bd-mode-toggle {
    margin: -10px 0; }

  .offcanvas-collapse {
    transform: translateX(100%);
    transition: transform .4s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .offcanvas-collapse.open {
      transform: translateX(0);
      z-index: 2;
      flex-direction: column; }
    .offcanvas-collapse svg {
      width: 24px;
      height: 24px; }

  .navbar-expand-lg ul.navbar-nav {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin: 1em 20px 0; }

  .navbar-expand-lg ul.navbar-nav li.nav-item {
    width: 100%;
    border: 0;
    padding: 0;
    margin-top: 5px; }
    .navbar-expand-lg ul.navbar-nav li.nav-item:First-of-type {
      margin-top: 0; }
    .navbar-expand-lg ul.navbar-nav li.nav-item a {
      padding: .8em;
      font-size: 1.2em; }

  .containers .rSide {
    width: 100%; }
    .containers .rSide.colSpace {
      width: 100%; }

  .containers .fourCol {
    width: calc(50% - 20px);
    margin: 0 10px 20px; }

  .padChange {
    padding: 2.2em 0 2.5em; }

  .containers .rSide.text {
    margin-left: 0; }

  .containers .lSide.bannerInfo, .containers .rSide.bannerInfo {
    width: 100%; }

  .containers .lSide.bannerInfo {
    margin: 0 0 2em; }

  .containers .rSide.bannerInfo {
    margin: 2em 0 0; }

  .containers .lSide.webImages, .containers .rSide.webImages {
    display: none; }

  .containers.smCols li {
    width: calc(22% - 20px); }

  .fixColRow {
    flex-direction: column; }
    .fixColRow .rSide {
      width: initial;
      margin-left: 0; }

  .containers.inner li, .containers.inner li:last-of-type {
    width: 100%;
    margin: 0 0 20px; }

  .containers.inner li:nth-child(2), .containers.inner li:nth-child(4), .containers.inner li:nth-child(6) {
    width: 100%;
    margin: 0 0 20px; } }
@media (max-width: 900px) {
  .nav-pills {
    margin-bottom: 0;
    display: flex;
    flex-direction: column; }
    .nav-pills li {
      margin-right: 0; }
      .nav-pills li button.nav-link {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 5px; }
        .nav-pills li button.nav-link.active {
          border-radius: 5px; } }
@media (max-width: 800px) {
  .modal-body .bodyContainer {
    flex-direction: column;
    align-items: initial; }
    .modal-body .bodyContainer .lSide {
      width: 100%; }
    .modal-body .bodyContainer .rSide {
      width: 100%;
      margin: 2em 0 0 0; }

  ul.imgCols li {
    width: calc(25% - 20px); } }
@media (max-width: 680px) {
  .controlBar .mode {
    display: none; }

  .rw-sentence, .rw-wrapper p {
    font-size: 7vw; }

  .containers .fourCol {
    width: 100%;
    margin: 0 0 20px; }
    .containers .fourCol:nth-child(3) {
      margin-bottom: 20px; }
    .containers .fourCol:last-of-type {
      margin-bottom: 0; }

  .containers.twoCols .twoCol {
    width: 100%;
    margin: 0 0 20px 0; }
    .containers.twoCols .twoCol ul li {
      width: 100%; }

  .containers.inner li .body {
    flex-direction: column; }
    .containers.inner li .body .lCol {
      margin-right: 0; }
    .containers.inner li .body .rCol {
      margin-top: 1em; }

  ul.imgCols li {
    width: calc(33% - 20px); } }
@media (max-width: 550px) {
  .modal-content.skills {
    width: 100%;
    margin: 0 auto; } }
@media (max-width: 500px) {
  .footerInfo .resume, .footerInfo .color {
    flex-direction: column; }

  .footerInfo .color .mode {
    margin-top: 10px;
    margin-bottom: 10px; } }
@media (max-width: 480px) {
  .lHeader .logo img {
    max-width: 227px; }

  .navbar-toggler {
    top: 2px; }

  main {
    top: 135px; }

  .mainBar {
    padding: .5em .5em .5em 1em; }

  .fixColRow .lSide.bannerInfo, .fixColRow .rSide.bannerInfo {
    display: none; }

  ul.imgCols li {
    width: calc(50% - 20px); }

  .containers .lSide.bannerInfo ul li, .containers .rSide.bannerInfo ul li {
    width: 100%;
    margin: .5em 0 .5em 20px; } }
@media (max-width: 450px) {
  .containers .lSide.bannerInfo ul li, .containers .rSide.bannerInfo ul li {
    width: 100%;
    margin: .5em 0 .5em 20px; } }
@media (max-width: 410px) {
  .rw-sentence, .rw-wrapper p, h2 {
    font-size: 1.4em; }

  .controlBar .colL ul {
    padding: 0; } }
.animated-button {
  padding: 10px 20px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  transition: all 0.3s;
  font-size: .8rem;
  text-shadow: 1px 1px #000;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 14px 23px -9px inset, rgba(255, 255, 255, 0.2) 0px 0px 18px 0px inset, 0 2px 6px rgba(0, 0, 0, 0.3); }

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button:hover::before {
  opacity: 0.2; }

.animated-button span {
  position: absolute; }

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#fff));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #fff);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#fff));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #fff);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#fff));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #fff);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #fff);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button1 {
  padding: 10px 20px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  transition: all 0.3s;
  font-size: .8rem;
  text-shadow: 1px 1px #000;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button1:hover::before {
  opacity: 0.2; }

.animated-button1 span {
  position: absolute; }

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button2 {
  background: linear-gradient(-30deg, #3d240b 50%, #2b1a08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7e6d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button2::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad9985;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button2:hover::before {
  opacity: 0.2; }

.animated-button2 span {
  position: absolute; }

.animated-button2 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to left, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button2 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to top, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button2 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to right, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button2 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 26, 8, 0)), to(#d98026));
  background: linear-gradient(to bottom, rgba(43, 26, 8, 0), #d98026);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button3 {
  background: linear-gradient(-30deg, #3d3d0b 50%, #2b2b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button3::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #adad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button3:hover::before {
  opacity: 0.2; }

.animated-button3 span {
  position: absolute; }

.animated-button3 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to left, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button3 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to top, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button3 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to right, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button3 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 8, 0)), to(#d9d926));
  background: linear-gradient(to bottom, rgba(43, 43, 8, 0), #d9d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button4 {
  background: linear-gradient(-30deg, #243d0b 50%, #1a2b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #e6f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button4::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #99ad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button4:hover::before {
  opacity: 0.2; }

.animated-button4 span {
  position: absolute; }

.animated-button4 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to left, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button4 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to top, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button4 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to right, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button4 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 43, 8, 0)), to(#80d926));
  background: linear-gradient(to bottom, rgba(26, 43, 8, 0), #80d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button5 {
  background: linear-gradient(-30deg, #0b3d0b 50%, #082b08 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button5::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85ad85;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button5:hover::before {
  opacity: 0.2; }

.animated-button5 span {
  position: absolute; }

.animated-button5 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to left, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button5 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to top, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to right, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button5 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 8, 0)), to(#26d926));
  background: linear-gradient(to bottom, rgba(8, 43, 8, 0), #26d926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button6 {
  background: linear-gradient(-30deg, #0b3d24 50%, #082b1a 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7e6;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button6::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85ad99;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button6:hover::before {
  opacity: 0.2; }

.animated-button6 span {
  position: absolute; }

.animated-button6 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button6 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to top, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button6 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to right, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button6 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 26, 0)), to(#26d980));
  background: linear-gradient(to bottom, rgba(8, 43, 26, 0), #26d980);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button7 {
  background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4f7f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button7::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85adad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button7:hover::before {
  opacity: 0.2; }

.animated-button7 span {
  position: absolute; }

.animated-button7 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to left, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button7 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to top, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button7 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to right, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button7 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button8 {
  background: linear-gradient(-30deg, #0b243d 50%, #081a2b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e6f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button8::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8599ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button8:hover::before {
  opacity: 0.2; }

.animated-button8 span {
  position: absolute; }

.animated-button8 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to left, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button8 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to top, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button8 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to right, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button8 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 26, 43, 0)), to(#2680d9));
  background: linear-gradient(to bottom, rgba(8, 26, 43, 0), #2680d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button9 {
  background: linear-gradient(-30deg, #0b0b3d 50%, #08082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button9::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8585ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button9:hover::before {
  opacity: 0.2; }

.animated-button9 span {
  position: absolute; }

.animated-button9 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to left, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button9 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to top, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button9 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to right, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button9 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 43, 0)), to(#2626d9));
  background: linear-gradient(to bottom, rgba(8, 8, 43, 0), #2626d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button10 {
  background: linear-gradient(-30deg, #240b3d 50%, #1a082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #e6d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button10::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #9985ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button10:hover::before {
  opacity: 0.2; }

.animated-button10 span {
  position: absolute; }

.animated-button10 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to left, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button10 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to top, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button10 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to right, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button10 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 8, 43, 0)), to(#8026d9));
  background: linear-gradient(to bottom, rgba(26, 8, 43, 0), #8026d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button11 {
  background: linear-gradient(-30deg, #3d0b3d 50%, #2b082b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button11::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad85ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button11:hover::before {
  opacity: 0.2; }

.animated-button11 span {
  position: absolute; }

.animated-button11 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to left, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button11 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to top, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button11 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to right, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button11 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 43, 0)), to(#d926d9));
  background: linear-gradient(to bottom, rgba(43, 8, 43, 0), #d926d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.animated-button12 {
  background: linear-gradient(-30deg, #3d0b24 50%, #2b081a 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4e6;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }

.animated-button12::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8599;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.animated-button12:hover::before {
  opacity: 0.2; }

.animated-button12 span {
  position: absolute; }

.animated-button12 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to left, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.animated-button12 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to top, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.animated-button12 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to right, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.animated-button12 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 26, 0)), to(#d92680));
  background: linear-gradient(to bottom, rgba(43, 8, 26, 0), #d92680);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@keyframes rotateWordsFirst {
  0% {
    opacity: 1;
    animation-timing-function: ease-in;
    height: 0px; }
  8% {
    opacity: 1;
    height: 60px; }
  19% {
    opacity: 1;
    height: 60px; }
  25% {
    opacity: 0;
    height: 60px; }
  100% {
    opacity: 0; } }
@keyframes rotateWordsSecond {
  0% {
    opacity: 1;
    animation-timing-function: ease-in;
    width: 0px; }
  10% {
    opacity: 0.3;
    width: 0px; }
  20% {
    opacity: 1;
    width: 100%; }
  27% {
    opacity: 0;
    width: 100%; }
  100% {
    opacity: 0; } }

/*# sourceMappingURL=overrides.css.map */
