@charset "UTF-8";
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  src: url("../font/Lato-Light.ttf") format("truetype"), url("../font/Lato-Light.eot"), url("../font/Lato-Light.eot#iefix") format("embedded-opentype"), url("../font/Lato-Light.woff") format("woff"), url("../font/Lato-Light.woff2") format("woff2");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: url("../font/Lato-Regular.ttf") format("truetype"), url("../font/Lato-Regular.eot"), url("../font/Lato-Regular.eot#iefix") format("embedded-opentype"), url("../font/Lato-Regular.woff") format("woff"), url("../font/Lato-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 200;
  src: url("../font/Lato-ThinItalic.ttf") format("truetype"), url("../font/Lato-ThinItalic.eot"), url("../font/Lato-ThinItalic.eot#iefix") format("embedded-opentype"), url("../font/Lato-ThinItalic.woff") format("woff"), url("../font/Lato-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 300;
  src: url("../font/Lato-LightItalic.ttf") format("truetype"), url("../font/Lato-LightItalic.eot"), url("../font/Lato-LightItalic.eot#iefix") format("embedded-opentype"), url("../font/Lato-LightItalic.woff") format("woff"), url("../font/Lato-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  src: url("../font/Lato-Semibold.ttf") format("truetype"), url("../font/Lato-Semibold.eot"), url("../font/Lato-Semibold.eot#iefix") format("embedded-opentype"), url("../font/Lato-Semibold.woff") format("woff"), url("../font/Lato-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 400;
  src: url("../font/Lato-Italic.ttf") format("truetype"), url("../font/Lato-Italic.eot"), url("../font/Lato-Italic.eot#iefix") format("embedded-opentype"), url("../font/Lato-Italic.woff") format("woff"), url("../font/Lato-Italic.woff2") format("woff2");
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 500;
  src: url("../font/Lato-SemiboldItalic.ttf") format("truetype"), url("../font/Lato-SemiboldItalic.eot"), url("../font/Lato-SemiboldItalic.eot#iefix") format("embedded-opentype"), url("../font/Lato-SemiboldItalic.woff") format("woff"), url("../font/Lato-SemiboldItalic.woff2") format("woff2");
}
.slower-animate {
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -ms-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}

.slow-animate {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.animate {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.faster-animate {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

div.xperia-switcher {
  width: 21px;
  height: 21px;
  cursor: pointer;
  position: relative;
  border: 1px solid #dcdcdc;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
div.xperia-switcher.active {
  border-color: #102163;
}
div.xperia-switcher.active .fa {
  opacity: 1;
  color: #102163;
  animation: xperia-switcher 0.5s 1;
  -webkit-animation: xperia-switcher 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
div.xperia-switcher .fa {
  top: 1px;
  left: 3px;
  opacity: 0;
  color: white;
  font-size: 14px;
  position: relative;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: transform 0.15s, opacity 0.15s ease-in-out;
  -moz-transition: transform 0.15s, opacity 0.15s ease-in-out;
  -ms-transition: transform 0.15s, opacity 0.15s ease-in-out;
  -o-transition: transform 0.15s, opacity 0.15s ease-in-out;
  transition: transform 0.15s, opacity 0.15s ease-in-out;
}

.bordered-button {
  float: left;
  clear: left;
  color: #102163;
  display: block;
  min-width: 150px;
  font-weight: 400;
  padding: 15px 5px;
  font-size: 2.2rem;
  text-align: center;
  position: relative;
  font-style: italic;
  text-decoration: none !important;
  -webkit-transition: padding 0.25s ease-in-out;
  -moz-transition: padding 0.25s ease-in-out;
  -ms-transition: padding 0.25s ease-in-out;
  -o-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
}
.bordered-button.loading {
  padding-left: 55px !important;
}
.bordered-button.loading .preloader {
  top: 0;
  bottom: 0;
  left: 30px;
  width: 24px;
  height: 24px;
}
.bordered-button .top-left-border {
  top: 0;
  left: 0;
  width: 150px;
  height: 30px;
  opacity: 0.8;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(/assets/page/img/button-border.png);
  -webkit-transition: transform 0.3s, opacity 0.15s ease-in-out;
  -moz-transition: transform 0.3s, opacity 0.15s ease-in-out;
  -ms-transition: transform 0.3s, opacity 0.15s ease-in-out;
  -o-transition: transform 0.3s, opacity 0.15s ease-in-out;
  transition: transform 0.3s, opacity 0.15s ease-in-out;
}
.bordered-button .bottom-right-border {
  right: 0;
  bottom: 0;
  width: 150px;
  height: 48px;
  opacity: 0.8;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(/assets/page/img/button-border-2.png);
  -webkit-transition: transform 0.3s, opacity 0.15s ease-in-out;
  -moz-transition: transform 0.3s, opacity 0.15s ease-in-out;
  -ms-transition: transform 0.3s, opacity 0.15s ease-in-out;
  -o-transition: transform 0.3s, opacity 0.15s ease-in-out;
  transition: transform 0.3s, opacity 0.15s ease-in-out;
}
.bordered-button:hover .top-left-border {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.bordered-button:hover .bottom-right-border {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

input.input[readonly=readonly], select.input[readonly=readonly], textarea.input[readonly=readonly] {
  color: gray;
  background-color: #E6E6E6 !important;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.loading .preloader {
  top: 0;
  left: 50%;
  bottom: 0;
  width: 32px;
  content: "";
  margin: auto;
  height: 32px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #102163;
  border-top: 2px solid #fff;
  animation: rotation 0.6s infinite linear;
  -webkit-animation: rotation 0.6s infinite linear;
}

.slide-down-animate {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  -moz-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  -ms-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
}
.slide-down-animate.animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slide-up-animate {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  -moz-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  -ms-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
}
.slide-up-animate.animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slide-back-animate {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  -moz-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  -ms-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
  transition: opacity 0.4s, background-color 0.2s, transform 0.4s ease-in-out;
}
.slide-back-animate.animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#cookie-info.right {
  opacity: 1;
  -webkit-transform: translate(35px, 0);
  -moz-transform: translate(35px, 0);
  -ms-transform: translate(35px, 0);
  transform: translate(35px, 0);
}

#cookie-info.left {
  opacity: 0;
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
}

#cookie-info.active {
  visibility: visible;
}

#cookie-info {
  left: 30px;
  opacity: 1;
  bottom: 30px;
  z-index: 2000;
  padding: 10px;
  display: table;
  position: fixed;
  overflow: hidden;
  visibility: hidden;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -webkit-transition: transform 0.35s, opacity 0.35s ease-in-out;
  -moz-transition: transform 0.35s, opacity 0.35s ease-in-out;
  -ms-transition: transform 0.35s, opacity 0.35s ease-in-out;
  -o-transition: transform 0.35s, opacity 0.35s ease-in-out;
  transition: transform 0.35s, opacity 0.35s ease-in-out;
}
#cookie-info .close-button {
  top: 0px;
  right: 7px;
  color: black;
  padding: 3px;
  font-size: 17px;
  cursor: pointer;
  position: absolute;
}
#cookie-info .image {
  width: 50px;
  display: table-cell;
}
#cookie-info .text {
  width: 230px;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 10px;
  display: table-cell;
  vertical-align: middle;
}

.alert {
  width: 100%;
  display: table;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.alert .alert-icon {
  top: 2px;
  width: 60px;
  font-size: 2rem;
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.alert .alert-text {
  font-weight: 300;
  font-size: 2.2rem;
  font-style: italic;
  display: table-cell;
  vertical-align: middle;
}

#page-hover {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  visibility: hidden;
  background-color: rgba(35, 35, 35, 0.75);
  -webkit-transition: opacity 0.3s, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s, visibility 0.3s ease-in-out;
  -ms-transition: opacity 0.3s, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s, visibility 0.3s ease-in-out;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
}
#page-hover .popup-modal {
  opacity: 0;
  width: 700px;
  z-index: 1050;
  margin: 0 auto;
  margin-top: 200px;
  position: relative;
  visibility: hidden;
  background-color: white;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s, visibility 0.3s ease-in-out;
  -ms-transition: opacity 0.3s, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s, visibility 0.3s ease-in-out;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
}
#page-hover .popup-modal.small {
  width: 400px;
}
#page-hover .popup-modal .popup-modal-header {
  position: relative;
  background-color: white;
  padding: 30px 25px 10px 25px;
}
#page-hover .popup-modal .popup-modal-header h2 {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.8rem;
  font-style: normal;
}
#page-hover .popup-modal .popup-modal-header .close {
  top: -25px;
  width: 40px;
  right: -25px;
  float: none;
  height: 40px;
  opacity: 0.7;
  position: absolute;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#page-hover .popup-modal .popup-modal-header .close span {
  top: 13px;
  width: 16px;
  height: 2px;
  position: absolute;
  background-color: white;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#page-hover .popup-modal .popup-modal-header .close .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page-hover .popup-modal .popup-modal-header .close .line2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page-hover .popup-modal .popup-modal-header .close:hover {
  opacity: 1;
}
#page-hover .popup-modal .popup-modal-header .close:hover .line1 {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
#page-hover .popup-modal .popup-modal-header .close:hover .line2 {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#page-hover .popup-modal .popup-modal-content {
  padding: 15px;
  overflow-y: auto;
}
#page-hover .popup-modal .popup-modal-content .remind-password {
  color: #959595;
  text-decoration: underline;
}
#page-hover .popup-modal.active {
  opacity: 1;
  visibility: visible;
}
#page-hover.show {
  opacity: 1;
  visibility: visible;
}

.my-alert {
  padding: 10px;
  overflow: hidden;
  font-weight: 300;
  border: none !important;
  font-size: 1.6rem;
  position: relative;
  font-style: normal;
  padding-left: 55px;
  line-height: 2.2rem;
  margin-bottom: 10px;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.my-alert > .fa {
  left: -5px;
  top: -10px;
  opacity: 0.5;
  display: none;
  font-size: 50px;
  margin-right: 10px;
  position: absolute;
}
.my-alert a {
  margin: 0 5px;
  font-weight: 400;
  display: inline-block;
}
.my-alert a .fa {
  margin-right: 5px;
}

.my-alert.danger {
  color: #CE2F2F;
  background-color: #f2dede;
  border-color: rgb(84.9926373712%, 34.2230489034%, 34.2230489034%);
}
.my-alert.danger .fa-times-circle {
  display: inline;
}

.my-alert.success {
  background-color: #E5EFE1;
  border-color: #53C100;
  color: rgb(23.9479833384%, 55.6862745098%, 0%);
}
.my-alert.success .fa-check-circle {
  display: inline;
}

.my-alert.info {
  background-color: #d9edf7;
  color: rgb(14.2511472674%, 53.137254902%, 92.0233625365%);
  border-color: rgb(50.8468919483%, 73.137254902%, 95.4276178557%);
}
.my-alert.info .fa-info-circle {
  display: inline;
}

.my-alert.warning {
  background-color: #fcf8e3;
  color: rgb(86.6933181039%, 36.1222158766%, 12.5223681706%);
  border-color: rgb(92.3281934133%, 61.3458975823%, 46.8874928612%);
}
.my-alert.warning .fa-exclamation-triangle {
  display: inline;
}

.alert .fa {
  display: none;
  margin-right: 10px;
}

.alert-danger .fa-times {
  display: inline;
}

.alert-success .fa-check {
  display: inline;
}

.alert-info .fa-info {
  display: inline;
}

.alert-warning .fa-exclamation {
  display: inline;
}

@-webkit-keyframes autofill {
  to {
    color: #666;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.form-row {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.form-row.has-quick-translations {
  margin-top: 20px;
}
.form-row.hide-row {
  display: none;
}
.form-row.show-row {
  display: block;
}
.form-row .table {
  margin-bottom: 0;
}
.form-row .label {
  padding: 0;
  color: black;
  display: block;
  text-align: left;
}
.form-row .label label {
  top: 28px;
  left: 15px;
  color: gray;
  cursor: pointer;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.6rem;
  position: absolute;
  font-style: normal;
  white-space: normal;
  line-height: 1.5rem;
  -webkit-transition: top 0.15s, font-size 0.15s ease-in-out;
  -moz-transition: top 0.15s, font-size 0.15s ease-in-out;
  -ms-transition: top 0.15s, font-size 0.15s ease-in-out;
  -o-transition: top 0.15s, font-size 0.15s ease-in-out;
  transition: top 0.15s, font-size 0.15s ease-in-out;
}
.form-row .label label.focus {
  top: 10px;
  font-size: 1.4rem;
}
.form-row .form-element {
  width: 100%;
  margin-left: 0;
  padding: 5px 0;
  display: block;
  position: relative;
}
.form-row .form-element input, .form-row .form-element select, .form-row .form-element textarea {
  border: 0;
  z-index: 10;
  background: none;
  position: relative;
  width: calc(100% - 2px);
  padding: 22px 15px 5px 15px;
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}
.form-row .form-element input:focus, .form-row .form-element select:focus, .form-row .form-element textarea:focus {
  background: rgba(255, 255, 255, 0.3);
}
.form-row .form-element .lines.focus .focus {
  opacity: 1;
  width: 100%;
}
.form-row .form-element .lines.focus .left {
  opacity: 1;
  height: 100%;
}
.form-row .form-element .lines.focus .right {
  opacity: 1;
  height: 100%;
}
.form-row .form-element .lines.focus .top {
  opacity: 1;
  width: 100%;
}
.form-row .form-element .lines.focus .underline {
  height: 1px;
}
.form-row .form-element .lines {
  top: 6px;
  width: 100%;
  position: absolute;
}
.form-row .form-element .lines span {
  opacity: 0;
  z-index: 10;
  display: block;
  position: absolute;
  background-color: rgb(35.5191815857%, 46.5916453538%, 89.57885763%);
}
.form-row .form-element .lines .underline {
  opacity: 1;
  width: 100%;
  height: 2px;
  bottom: -2px;
  background-color: #f3f3f3;
}
.form-row .form-element .lines .focus {
  right: 0;
  width: 2px;
  height: 2px;
  bottom: -2px;
  -webkit-transition: width 0.35s, opacity 0.15s, left 0.25s ease-in-out;
  -moz-transition: width 0.35s, opacity 0.15s, left 0.25s ease-in-out;
  -ms-transition: width 0.35s, opacity 0.15s, left 0.25s ease-in-out;
  -o-transition: width 0.35s, opacity 0.15s, left 0.25s ease-in-out;
  transition: width 0.35s, opacity 0.15s, left 0.25s ease-in-out;
}
.form-row .form-element .lines .left {
  top: 0;
  left: 0;
  width: 2px;
  height: 30px;
  -webkit-transition: height 0.35s, opacity 0.15s ease-in-out;
  -moz-transition: height 0.35s, opacity 0.15s ease-in-out;
  -ms-transition: height 0.35s, opacity 0.15s ease-in-out;
  -o-transition: height 0.35s, opacity 0.15s ease-in-out;
  transition: height 0.35s, opacity 0.15s ease-in-out;
}
.form-row .form-element .lines .right {
  top: 0;
  right: 0;
  width: 2px;
  height: 30px;
  -webkit-transition: height 0.35s, opacity 0.15s ease-in-out;
  -moz-transition: height 0.35s, opacity 0.15s ease-in-out;
  -ms-transition: height 0.35s, opacity 0.15s ease-in-out;
  -o-transition: height 0.35s, opacity 0.15s ease-in-out;
  transition: height 0.35s, opacity 0.15s ease-in-out;
}
.form-row .form-element .lines .top {
  left: 0;
  top: -2px;
  width: 2px;
  height: 2px;
  -webkit-transition: width 0.35s, opacity 0.15s, left 0.25s ease-in-out;
  -moz-transition: width 0.35s, opacity 0.15s, left 0.25s ease-in-out;
  -ms-transition: width 0.35s, opacity 0.15s, left 0.25s ease-in-out;
  -o-transition: width 0.35s, opacity 0.15s, left 0.25s ease-in-out;
  transition: width 0.35s, opacity 0.15s, left 0.25s ease-in-out;
}
.form-row .form-element label {
  display: block;
  margin-top: 3px;
  font-size: 1.3rem;
}
.form-row .form-element label input[type=checkbox] {
  top: 2px;
  position: relative;
  margin-right: 10px;
}
.form-row .form-element .append {
  top: 8px;
  right: 8px;
  bottom: 8px;
  padding: 6px 0;
  min-width: 55px;
  position: absolute;
  text-align: center;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.form-row .form-element .separator {
  font-size: 17px;
  margin-top: 15px;
  font-family: LatoR;
  padding-bottom: 5px;
}
.form-row .form-element.legend-element {
  width: 100%;
  margin-left: 0;
}
.form-row .form-element.legend-element legend.margin {
  margin-top: 20px;
}
.form-row .form-info {
  color: #717171;
  font-weight: 300;
  font-size: 1.1rem;
}
.form-row .form-errors {
  float: left;
  padding: 0 7px;
  font-weight: normal;
}
.form-row .form-errors ul.errors {
  padding-left: 20px;
}
.form-row .form-errors ul.errors li {
  color: #ba2737;
  font-size: 1.1rem;
}

.form-row.hide-row {
  display: none;
}

.system-messages {
  margin-bottom: 15px;
}
.system-messages ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tag-label {
  color: white;
  line-height: 1;
  padding: 4px 8px;
  font-size: 1.1rem;
  text-align: center;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.tag-label i.fa {
  margin-right: 4px;
}

.tag-label.dark {
  background-color: #636363;
}

.tag-label.success {
  background-color: #53C100;
}

.tag-label.info {
  background-color: #53A1EF;
}

.tag-label.warning {
  background-color: #E57C4B;
}

.tag-label.error {
  background-color: #CE2F2F;
}

.reflection-box .simple-quotation {
  color: #545454;
  font-weight: 300;
  font-size: 2.5rem;
  font-style: italic;
  text-align: center;
  position: relative;
  line-height: 3.5rem;
}
.reflection-box .icons {
  width: 100%;
  display: flex;
  padding: 50px 0;
  justify-content: center;
}
.reflection-box .icons .icon-container {
  width: 17%;
  opacity: 0.5;
  text-decoration: none !important;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.reflection-box .icons .icon-container .icon {
  color: #102163;
  text-align: center;
}
.reflection-box .icons .icon-container .icon .fa {
  font-size: 120px;
}
.reflection-box .icons .icon-container .text {
  color: #102163;
  margin-top: 10px;
  font-weight: 400;
  font-size: 2.2rem;
  font-style: italic;
  text-align: center;
}
.reflection-box .icons .icon-container:hover {
  opacity: 1;
}

.top-authors-white-cover {
  left: 0;
  right: 0;
  top: -40px;
  height: 400px;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 33%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 67%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 33%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 67%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 33%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 67%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.top-authors, .top-bands {
  margin-top: 50px;
}
.top-authors .white-cover, .top-bands .white-cover {
  top: 0 !important;
}
.top-authors .authors, .top-bands .authors {
  width: 100%;
  display: flex;
  padding: 10px 0;
  position: relative;
  justify-content: center;
}
.top-authors .authors .quote-sign, .top-bands .authors .quote-sign {
  top: -75px;
  left: 140px;
  color: black;
  opacity: 0.019;
  position: absolute;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.top-authors .authors .quote-sign .fa, .top-bands .authors .quote-sign .fa {
  font-size: 100px;
}
.top-authors .authors .music-sign, .top-bands .authors .music-sign {
  top: -120px;
  right: 220px;
  color: black;
  opacity: 0.019;
  position: absolute;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
.top-authors .authors .music-sign .fa, .top-bands .authors .music-sign .fa {
  font-size: 120px;
}
.top-authors .authors .author, .top-bands .authors .author {
  width: 17%;
  margin: 0 2%;
  opacity: 0.85;
  display: block;
  text-decoration: none !important;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.top-authors .authors .author .image, .top-bands .authors .author .image {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border: 7px solid white;
  background: white;
  box-shadow: 0 7px 18px rgba(16, 33, 99, 0.2), 0 2px 5px rgba(0, 0, 0, 0.13);
  -webkit-transition: transform 0.25s, box-shadow 0.25s ease-in-out;
  -moz-transition: transform 0.25s, box-shadow 0.25s ease-in-out;
  -ms-transition: transform 0.25s, box-shadow 0.25s ease-in-out;
  -o-transition: transform 0.25s, box-shadow 0.25s ease-in-out;
  transition: transform 0.25s, box-shadow 0.25s ease-in-out;
}
.top-authors .authors .author .image img, .top-bands .authors .author .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.top-authors .authors .author .image .avatar-placeholder, .top-bands .authors .author .image .avatar-placeholder {
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  font-size: 4.5rem;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  background-color: rgb(9.6136402387%, 19.8281329923%, 59.484398977%);
}
.top-authors .authors .author:nth-of-type(odd) .image, .top-bands .authors .author:nth-of-type(odd) .image {
  -webkit-transform: rotate(-1.4deg);
  -moz-transform: rotate(-1.4deg);
  -ms-transform: rotate(-1.4deg);
  -o-transform: rotate(-1.4deg);
  transform: rotate(-1.4deg);
}
.top-authors .authors .author:nth-of-type(even) .image, .top-bands .authors .author:nth-of-type(even) .image {
  -webkit-transform: rotate(1.4deg);
  -moz-transform: rotate(1.4deg);
  -ms-transform: rotate(1.4deg);
  -o-transform: rotate(1.4deg);
  transform: rotate(1.4deg);
}
.top-authors .authors .author:nth-of-type(3n) .image, .top-bands .authors .author:nth-of-type(3n) .image {
  -webkit-transform: rotate(-0.6deg);
  -moz-transform: rotate(-0.6deg);
  -ms-transform: rotate(-0.6deg);
  -o-transform: rotate(-0.6deg);
  transform: rotate(-0.6deg);
}
.top-authors .authors .author .text, .top-bands .authors .author .text {
  color: #545454;
  margin-top: 16px;
  font-weight: 300;
  font-size: 2.4rem;
  font-style: italic;
  text-align: center;
}
.top-authors .authors .author .text .count, .top-bands .authors .author .text .count {
  display: block;
  margin-top: 5px;
  font-size: 1.3rem;
  font-style: normal;
}
.top-authors .authors .author:hover, .top-bands .authors .author:hover {
  opacity: 1;
}
.top-authors .authors .author:hover .image, .top-bands .authors .author:hover .image {
  -webkit-transform: rotate(0deg) translateY(-4px);
  -moz-transform: rotate(0deg) translateY(-4px);
  -ms-transform: rotate(0deg) translateY(-4px);
  -o-transform: rotate(0deg) translateY(-4px);
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 11px 25px rgba(16, 33, 99, 0.24), 0 3px 7px rgba(0, 0, 0, 0.15);
}

.top-bands {
  margin-top: 70px;
}

.inspiration-categories {
  margin-top: 85px;
  padding-bottom: 85px;
}
.inspiration-categories h2 {
  margin-bottom: 0;
}

.quotation-tags {
  width: 100%;
  display: flex;
  padding: 55px 0 65px;
  position: relative;
  justify-content: center;
}
.quotation-tags .tag {
  width: 17%;
  min-height: 100px;
  margin: 0 2%;
  opacity: 0.85;
  display: flex;
  text-decoration: none !important;
}
.quotation-tags .tag .bordered-button {
  width: 100%;
  padding: 2px 15px;
  min-height: 100px;
  float: none;
  clear: none;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.quotation-tags .tag .bordered-button .text {
  line-height: 1.35;
  text-align: center;
}

.page-section-state {
  width: 100%;
  color: #545454;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}
.page-section-state .page-retry-button {
  border: 0;
  color: #102163;
  cursor: pointer;
  display: block;
  margin: 12px auto 0;
  font-family: Lato;
  font-size: 1.5rem;
  background: transparent;
  text-decoration: underline;
}

.all-categories-link {
  position: relative;
  text-align: center;
}
.all-categories-link a {
  color: #102163;
  display: inline-flex;
  gap: 11px;
  padding: 4px 3px 7px;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid rgba(16, 33, 99, 0.42);
  -webkit-transition: color 0.2s, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s, border-color 0.2s ease-in-out;
  transition: color 0.2s, border-color 0.2s ease-in-out;
}
.all-categories-link a .fa {
  font-size: 1.45rem;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.all-categories-link a:hover, .all-categories-link a:focus {
  color: rgb(10.1701619778%, 20.9759590793%, 62.9278772379%);
  border-bottom-color: currentColor;
}
.all-categories-link a:hover .fa, .all-categories-link a:focus .fa {
  transform: translateX(5px);
}

@media (max-width: 1199px) {
  .page-app > header .container,
  .page-app > .subpage .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
header .page-section-state {
  color: white;
  font-size: 2.4rem;
  font-style: italic;
  text-shadow: 1px 1px 3px black, 0 0 12px black;
}
header .page-section-state .page-retry-button {
  color: white;
}

@media (max-width: 768px) {
  .reflection-box .icons,
  .top-authors .authors,
  .top-bands .authors,
  .quotation-tags {
    flex-wrap: wrap;
  }
  .reflection-box .icons .icon-container,
  .top-authors .authors .author,
  .top-bands .authors .author,
  .quotation-tags .tag {
    width: 46%;
    margin: 0 2% 35px;
  }
  .reflection-box .icons .icon-container .icon .fa {
    font-size: 80px;
  }
  .inspiration-categories {
    margin-top: 55px;
    padding-bottom: 60px;
  }
  .quotation-tags {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .top-authors .authors .author,
  .top-bands .authors .author,
  .quotation-tags .tag {
    width: 96%;
  }
}
.category-page-app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-topbar {
  width: 100%;
  background-color: #102163;
  background-image: url(/assets/page/img/bg-pattern2.png);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 2;
}
.page-topbar .page-topbar-content {
  height: 120px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
}
.page-topbar .page-topbar-logo {
  width: 310px;
  max-width: 75%;
  display: block;
}
.page-topbar .page-topbar-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.category-page {
  flex: 1;
  color: #545454;
  padding: 55px 0 70px;
  background-color: #f7f7f7;
  background-image: url(/assets/page/img/bg-pattern1.png);
}
.category-page .category-page-container {
  padding-right: 15px;
  padding-left: 15px;
}
.category-page > .container > .page-section-state {
  min-height: 360px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.category-panel {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 250px;
  margin-bottom: 36px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 33, 99, 0.1);
  box-shadow: 0 10px 30px rgba(16, 33, 99, 0.12);
}
.category-panel.category-panel-without-image {
  min-height: 0;
}
.category-panel .category-panel-image {
  width: 38%;
  min-height: 250px;
  position: relative;
  background: #102163;
}
.category-panel .category-panel-image:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(135deg, rgba(16, 33, 99, 0.05), rgba(16, 33, 99, 0.45));
}
.category-panel .category-panel-image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
}
.category-panel .category-panel-image .owner-image-placeholder {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  font-size: 10rem;
  position: absolute;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #243879, #101b49);
}
.category-panel .category-panel-content {
  flex: 1;
  padding: 40px 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.category-panel .category-panel-eyebrow {
  color: rgba(84, 84, 84, 0.65);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.category-panel h1 {
  color: #102163;
  margin: 8px 0 30px;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.category-panel-count {
  color: #545454;
  margin-top: 28px;
  padding-top: 18px;
  font-size: 1.45rem;
  font-weight: 300;
  border-top: 1px solid rgba(84, 84, 84, 0.13);
}
.category-panel-count strong {
  color: #102163;
  font-size: 1.65rem;
  font-weight: 500;
}

.category-sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}
.category-sort .category-sort-label {
  color: #545454;
  font-size: 1.5rem;
  font-weight: 500;
}
.category-sort a {
  color: #545454;
  font-size: 1.5rem;
  font-weight: 300;
  padding-bottom: 4px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: color 0.2s, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s, border-color 0.2s ease-in-out;
  transition: color 0.2s, border-color 0.2s ease-in-out;
}
.category-sort a:hover, .category-sort a:focus, .category-sort a.active {
  color: #102163;
  border-bottom-color: #102163;
}
.category-sort a.active {
  font-weight: 500;
}

.quotation-list {
  width: 100%;
}

.quotation-card {
  margin: 0 0 24px;
  padding: 32px 36px 26px;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(16, 33, 99, 0.08);
  border-left: 4px solid #D98B16;
  box-shadow: 0 6px 20px rgba(16, 33, 99, 0.08);
  -webkit-transition: background-color 0.25s, border-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s, border-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s, border-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s, border-color 0.25s ease-in-out;
  transition: background-color 0.25s, border-color 0.25s ease-in-out;
}
.quotation-card.is-favorite {
  background: rgba(255, 247, 218, 0.35);
  border-color: rgba(217, 139, 22, 0.35);
  border-left-color: #D98B16;
}
.quotation-card .quotation-card-actions {
  min-height: 34px;
  margin-bottom: 12px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
}
.quotation-card .quotation-card-actions .quotation-share-control,
.quotation-card .quotation-card-actions .quotation-favorite-button {
  top: auto;
  right: auto;
  position: relative;
}
.quotation-card .quotation-card-category {
  margin-bottom: 22px;
}
.quotation-card .quotation-card-category a {
  color: #102163;
  display: inline-flex;
  gap: 8px;
  font-size: 1.35rem;
  font-weight: 500;
  align-items: center;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.quotation-card .quotation-card-category a:hover, .quotation-card .quotation-card-category a:focus {
  text-decoration: underline;
}
.quotation-card .quotation-card-category .fa {
  color: rgba(16, 33, 99, 0.62);
}
.quotation-card blockquote {
  color: #333;
  margin: 0;
  font-size: 2.2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  position: relative;
}
.quotation-card blockquote .highlighted-text {
  position: relative;
  z-index: 1;
}
.quotation-card blockquote:before {
  content: "“";
  top: -8rem;
  left: -1.5rem;
  color: rgba(16, 33, 99, 0.055);
  z-index: 0;
  font-size: 18rem;
  font-family: Georgia, serif;
  line-height: 1;
  position: absolute;
  pointer-events: none;
}
.quotation-card .quotation-card-category + blockquote:before {
  top: -12rem;
}
.quotation-card .quotation-card-footer {
  margin-top: 25px;
  padding-top: 20px;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid rgba(84, 84, 84, 0.13);
}
.quotation-card .quotation-source {
  color: #102163;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  line-height: 2.2rem;
}
.quotation-card .quotation-source a {
  color: #D98B16;
  font-weight: 500;
  text-decoration: none;
}
.quotation-card .quotation-source a:hover, .quotation-card .quotation-source a:focus {
  color: rgb(70.570842563%, 45.204364591%, 7.1546476331%);
  text-decoration: underline;
}
.quotation-card .quotation-source .quotation-additional {
  margin-left: 5px;
  font-weight: 300;
  color: #102163;
}
.quotation-card .quotation-source .quotation-additional .highlighted-text {
  font-weight: 300;
}
.quotation-card .quotation-details {
  width: 310px;
  max-width: 45%;
  text-align: right;
}
.quotation-card .quotation-submitter {
  color: #777;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.quotation-card .quotation-rating-summary {
  color: #545454;
  margin-top: 7px;
  font-size: 1.35rem;
  font-weight: 400;
}
.quotation-card .quotation-rating-message {
  margin-top: 7px;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.quotation-card .quotation-rating-message.is-error {
  color: #CE2F2F;
}
.quotation-card .quotation-rating-message.is-success {
  color: #388600;
}

.rating-stars {
  margin-top: 9px;
  display: flex;
  justify-content: flex-end;
}
.rating-stars button {
  border: 0;
  width: 1.08em;
  height: 1.15em;
  color: #c9c9c9;
  cursor: pointer;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1;
  position: relative;
  background: transparent;
  -webkit-transition: transform 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out;
  -ms-transition: transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}
.rating-stars button:hover, .rating-stars button:focus {
  transform: translateY(-2px);
}
.rating-stars button:disabled {
  cursor: wait;
}
.rating-stars .rating-star-empty {
  width: 1.08em;
  display: block;
  text-align: center;
}
.rating-stars .rating-star-fill {
  top: 0;
  left: 0;
  height: 1.15em;
  color: #D98B16;
  display: block;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  pointer-events: none;
}
.rating-stars .rating-star-fill .fa {
  width: 1.08em;
  display: block;
  text-align: center;
}
.rating-stars.busy {
  opacity: 0.55;
}

.category-list-loading,
.category-list-error,
.category-empty {
  min-height: 240px;
  color: #545454;
  padding: 50px 20px;
  display: flex;
  font-size: 1.8rem;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.84);
}

.category-list-error button {
  border: 0;
  color: #102163;
  cursor: pointer;
  margin-top: 12px;
  font-family: Lato;
  font-size: 1.5rem;
  background: transparent;
  text-decoration: underline;
}

.quotation-pagination {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.quotation-pagination a,
.quotation-pagination span {
  min-width: 40px;
  min-height: 40px;
  padding: 8px 12px;
  display: inline-flex;
  font-size: 1.4rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.quotation-pagination a {
  color: #102163;
  background: white;
  border: 1px solid rgba(16, 33, 99, 0.2);
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s, background-color 0.2s, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s, background-color 0.2s, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s, background-color 0.2s, border-color 0.2s ease-in-out;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s ease-in-out;
}
.quotation-pagination a:hover, .quotation-pagination a:focus, .quotation-pagination a.active {
  color: white;
  background: #102163;
  border-color: #102163;
}
.quotation-pagination .pagination-direction {
  gap: 8px;
}
.quotation-pagination .disabled {
  color: #aaa;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(84, 84, 84, 0.12);
}
.quotation-pagination .pagination-gap {
  color: #888;
  min-width: auto;
  padding-right: 2px;
  padding-left: 2px;
}

@media (max-width: 768px) {
  .page-topbar .page-topbar-content {
    height: 95px;
  }
  .page-topbar .page-topbar-logo {
    width: 190px;
  }
  .category-page {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .category-panel {
    flex-direction: column;
  }
  .category-panel .category-panel-image {
    width: 100%;
    height: 190px;
    min-height: 190px;
  }
  .category-panel .category-panel-content {
    padding: 30px 25px;
  }
  .category-panel h1 {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .category-sort {
    align-items: flex-start;
    flex-direction: column;
  }
  .quotation-card {
    padding: 25px 22px 22px;
  }
  .quotation-card blockquote {
    font-size: 1.9rem;
  }
  .quotation-card .quotation-card-footer {
    flex-direction: column;
  }
  .quotation-card .quotation-details {
    width: 100%;
    max-width: none;
    text-align: left;
  }
  .rating-stars {
    justify-content: flex-start;
  }
  .quotation-pagination .pagination-direction {
    font-size: 0;
    gap: 0;
  }
  .quotation-pagination .pagination-direction .fa {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .page-topbar .page-topbar-logo {
    width: 160px;
  }
}
@media (max-width: 420px) {
  .quotation-card {
    padding-right: 16px;
    padding-left: 16px;
  }
  .rating-stars button {
    font-size: 1.55rem;
  }
  .quotation-pagination {
    gap: 5px;
  }
  .quotation-pagination a,
  .quotation-pagination span {
    min-width: 36px;
    min-height: 36px;
    padding: 7px 9px;
  }
}
.song-card {
  width: 100%;
  margin: 0 0 24px;
  display: flex;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 33, 99, 0.08);
  border-left: 4px solid #D98B16;
  box-shadow: 0 6px 20px rgba(16, 33, 99, 0.08);
  -webkit-transition: background-color 0.25s, border-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s, border-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s, border-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s, border-color 0.25s ease-in-out;
  transition: background-color 0.25s, border-color 0.25s ease-in-out;
}
.song-card.is-favorite {
  background: rgba(255, 247, 218, 0.35);
  border-color: rgba(217, 139, 22, 0.4);
  border-left-color: #D98B16;
}
.song-card.is-favorite .song-card-identity {
  background: rgba(217, 139, 22, 0.035);
}

.song-card-identity {
  width: 45%;
  padding: 30px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: rgba(16, 33, 99, 0.045);
  border-right: 1px solid rgba(16, 33, 99, 0.1);
}

.album-cover {
  width: 145px;
  height: 145px;
  flex: 0 0 145px;
  overflow: hidden;
  box-sizing: border-box;
  border: 3px solid white;
  background-color: white;
  box-shadow: 0 7px 18px rgba(16, 33, 99, 0.2), 0 2px 5px rgba(0, 0, 0, 0.13);
}
.album-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.album-cover-placeholder {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  font-size: 5rem;
  align-items: center;
  justify-content: center;
  background-color: #102163;
  background-image: url(/assets/page/img/bg-pattern2.png);
}

.song-card-meta {
  min-width: 0;
  padding-top: 4px;
}
.song-card-meta .song-card-category {
  color: #102163;
  display: inline-flex;
  gap: 7px;
  margin-bottom: 11px;
  font-size: 1.2rem;
  font-weight: 500;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.song-card-meta h2 {
  color: #102163;
  margin: 0 0 13px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.song-card-meta a {
  color: inherit;
  text-decoration: none;
}
.song-card-meta a:hover, .song-card-meta a:focus {
  text-decoration: underline;
}
.song-card-meta .song-band {
  color: #3f3f3f;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.35;
}
.song-card-meta .song-band-missing {
  color: #858585;
  font-style: italic;
}
.song-card-meta .song-album {
  color: #777;
  margin-top: 8px;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.5;
}

.song-card-content {
  width: 55%;
  padding: 30px 90px 25px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.song-card-content .song-text {
  color: #333;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  position: relative;
  white-space: pre-line;
}
.song-card-content .song-text .highlighted-text {
  position: relative;
  z-index: 1;
}
.song-card-content .song-text:before {
  display: none;
  content: "“";
  top: -6.5rem;
  left: -1.5rem;
  color: rgba(16, 33, 99, 0.055);
  z-index: 0;
  font-size: 18rem;
  font-family: Georgia, serif;
  line-height: 1;
  position: absolute;
  pointer-events: none;
}

.song-card-footer {
  margin-top: 24px;
  padding-top: 18px;
  text-align: right;
  border-top: 1px solid rgba(84, 84, 84, 0.13);
}
.song-card-footer .song-submitter {
  color: #777;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.song-card-footer .song-rating-summary {
  color: #545454;
  margin-top: 7px;
  font-size: 1.35rem;
  font-weight: 400;
}
.song-card-footer .song-rating-message {
  margin-top: 7px;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.song-card-footer .song-rating-message.is-error {
  color: #CE2F2F;
}
.song-card-footer .song-rating-message.is-success {
  color: #388600;
}

@media (max-width: 992px) {
  .song-card-identity {
    padding: 25px;
    gap: 18px;
  }
  .album-cover {
    width: 105px;
    height: 105px;
    flex-basis: 105px;
  }
  .album-cover-placeholder {
    font-size: 3.8rem;
  }
  .song-card-meta h2 {
    font-size: 2rem;
  }
  .song-card-content {
    padding: 25px 90px 25px 25px;
  }
}
@media (max-width: 768px) {
  .song-card {
    flex-direction: column;
  }
  .song-card-identity,
  .song-card-content {
    width: 100%;
  }
  .song-card-identity {
    padding-right: 90px;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 33, 99, 0.1);
  }
  .song-card-content {
    padding: 25px;
  }
  .song-card-content .song-text {
    font-size: 1.85rem;
  }
  .song-card-footer {
    text-align: left;
  }
  .song-card-footer .rating-stars {
    justify-content: flex-start;
  }
}
@media (max-width: 420px) {
  .song-card-identity {
    padding: 20px 16px;
    padding-right: 80px;
  }
  .album-cover {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }
  .album-cover-placeholder {
    font-size: 3rem;
  }
  .song-card-meta h2 {
    font-size: 1.8rem;
  }
  .song-card-meta .song-band {
    font-size: 1.5rem;
  }
  .song-card-content {
    padding: 22px 16px;
  }
}
.categories-catalog-app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.categories-page {
  flex: 1;
  color: #545454;
  padding: 55px 0 75px;
  background-color: #f7f7f7;
  background-image: url(/assets/page/img/bg-pattern1.png);
}

.categories-page-container {
  padding-right: 15px;
  padding-left: 15px;
}
.categories-page-container > .page-section-state {
  min-height: 360px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.categories-page-header {
  width: 100%;
  margin-bottom: 38px;
  padding: 0;
  display: block;
  min-height: 0;
  color: #545454;
  position: static;
  background: none;
  text-align: center;
}
.categories-page-header span {
  color: rgba(84, 84, 84, 0.65);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.categories-page-header h1 {
  color: #102163;
  margin: 8px 0 0;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.category-tile {
  height: 125px;
  color: white;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  background: #102163;
  border: 1px solid rgba(16, 33, 99, 0.12);
  box-shadow: 0 7px 22px rgba(16, 33, 99, 0.12);
  -webkit-transition: transform 0.25s, box-shadow 0.25s ease-in-out;
  -moz-transition: transform 0.25s, box-shadow 0.25s ease-in-out;
  -ms-transition: transform 0.25s, box-shadow 0.25s ease-in-out;
  -o-transition: transform 0.25s, box-shadow 0.25s ease-in-out;
  transition: transform 0.25s, box-shadow 0.25s ease-in-out;
}
.category-tile:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.42);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.category-tile:hover, .category-tile:focus {
  color: white;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(16, 33, 99, 0.2);
}
.category-tile:hover:before, .category-tile:focus:before {
  opacity: 1;
}
.category-tile:hover .category-tile-image,
.category-tile:hover .category-tile-placeholder, .category-tile:focus .category-tile-image,
.category-tile:focus .category-tile-placeholder {
  transform: scale(1.04);
}
.category-tile:hover .category-tile-placeholder .fa, .category-tile:focus .category-tile-placeholder .fa {
  transform: scale(1.08);
}
.category-tile:hover .category-tile-caption h2, .category-tile:focus .category-tile-caption h2 {
  transform: translateY(0);
}
.category-tile:hover .category-tile-count, .category-tile:focus .category-tile-count {
  opacity: 1;
  transform: translateY(0);
}

.category-tile-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.category-tile-placeholder {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #102163;
  background-image: url(/assets/page/img/bg-pattern2.png);
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.category-tile-placeholder:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(145deg, rgba(37, 57, 122, 0.2), rgba(6, 14, 50, 0.58));
}
.category-tile-placeholder .fa {
  color: rgba(255, 255, 255, 0.7);
  font-size: 8rem;
  position: relative;
  z-index: 1;
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -ms-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.category-tile-caption {
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 7px 25px 17px;
  position: absolute;
  z-index: 2;
  text-shadow: 1px 1px 2px black;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(5, 11, 40, 0));
}
.category-tile-caption h2 {
  color: white;
  margin: 0;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.25;
  transform: translateY(13px);
  -webkit-transition: transform 0.28s ease-in-out;
  -moz-transition: transform 0.28s ease-in-out;
  -ms-transition: transform 0.28s ease-in-out;
  -o-transition: transform 0.28s ease-in-out;
  transition: transform 0.28s ease-in-out;
}

.category-tile-count {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 5px;
  opacity: 0;
  font-size: 1.35rem;
  font-weight: 300;
  transform: translateY(20px);
  -webkit-transition: opacity 0.25s, transform 0.28s ease-in-out;
  -moz-transition: opacity 0.25s, transform 0.28s ease-in-out;
  -ms-transition: opacity 0.25s, transform 0.28s ease-in-out;
  -o-transition: opacity 0.25s, transform 0.28s ease-in-out;
  transition: opacity 0.25s, transform 0.28s ease-in-out;
}

@media (hover: none) {
  .category-tile-caption h2 {
    transform: translateY(0);
  }
  .category-tile-count {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .categories-grid {
    gap: 22px;
  }
  .category-tile {
    height: 245px;
  }
}
@media (max-width: 768px) {
  .categories-page {
    padding-top: 35px;
    padding-bottom: 55px;
  }
  .categories-page-header h1 {
    font-size: 2.8rem;
  }
  .categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .categories-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .category-tile {
    height: 235px;
  }
}
.quotation-list-menu {
  width: 100%;
  margin-bottom: 36px;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 33, 99, 0.1);
  box-shadow: 0 10px 30px rgba(16, 33, 99, 0.12);
}
.quotation-list-menu a {
  min-height: 120px;
  color: #545454;
  padding: 15px 20px;
  display: flex;
  gap: 15px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  border-right: 1px solid rgba(16, 33, 99, 0.1);
  -webkit-transition: color 0.25s, background-color 0.25s ease-in-out;
  -moz-transition: color 0.25s, background-color 0.25s ease-in-out;
  -ms-transition: color 0.25s, background-color 0.25s ease-in-out;
  -o-transition: color 0.25s, background-color 0.25s ease-in-out;
  transition: color 0.25s, background-color 0.25s ease-in-out;
}
.quotation-list-menu a:last-child {
  border-right: 0;
}
.quotation-list-menu a:hover, .quotation-list-menu a:focus, .quotation-list-menu a.active {
  color: white;
  background-color: #102163;
  background-image: url(/assets/page/img/bg-pattern2.png);
}
.quotation-list-menu a:hover .fa, .quotation-list-menu a:focus .fa, .quotation-list-menu a.active .fa {
  transform: translateY(-4px) scale(1.06);
}
.quotation-list-menu a .fa {
  color: inherit;
  font-size: 4.8rem;
  line-height: 1;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.quotation-list-menu a span {
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .quotation-list-menu a {
    min-height: 140px;
    padding: 22px 10px;
    gap: 12px;
  }
  .quotation-list-menu a .fa {
    font-size: 3.8rem;
  }
  .quotation-list-menu a span {
    font-size: 1.45rem;
  }
}
@media (max-width: 520px) {
  .quotation-list-menu {
    grid-template-columns: 1fr;
  }
  .quotation-list-menu a {
    min-height: 88px;
    padding: 16px 22px;
    gap: 18px;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 33, 99, 0.1);
  }
  .quotation-list-menu a:last-child {
    border-bottom: 0;
  }
  .quotation-list-menu a .fa {
    width: 45px;
    font-size: 3.2rem;
    text-align: center;
  }
  .quotation-list-menu a span {
    font-size: 1.55rem;
  }
}
.search-panel {
  width: 100%;
  margin-bottom: 36px;
  padding: 38px 42px 32px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 33, 99, 0.1);
  border-left: 4px solid rgba(16, 33, 99, 0.72);
  box-shadow: 0 10px 30px rgba(16, 33, 99, 0.12);
}

.search-panel-title {
  color: #102163;
  margin-bottom: 18px;
  display: block;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

.search-input-row {
  display: flex;
}
.search-input-row input {
  height: 54px;
  color: #333;
  flex: 1;
  padding: 10px 16px;
  font-family: Lato;
  font-size: 1.8rem;
  font-weight: 300;
  background: white;
  border: 1px solid rgba(16, 33, 99, 0.24);
  border-right: 0;
  -webkit-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  -moz-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  -ms-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  -o-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
}
.search-input-row input:focus {
  border-color: #102163;
  box-shadow: inset 0 0 0 1px #102163;
}
.search-input-row button {
  min-width: 145px;
  height: 54px;
  border: 0;
  color: white;
  cursor: pointer;
  padding: 10px 22px;
  display: inline-flex;
  gap: 10px;
  font-family: Lato;
  font-size: 1.6rem;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  background-color: #102163;
  background-image: url(/assets/page/img/bg-pattern2.png);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.search-input-row button:hover, .search-input-row button:focus {
  background-color: rgb(9.0571184996%, 18.6803069054%, 56.0409207161%);
}

.search-options {
  margin-top: 21px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
}
.search-options > span {
  color: #545454;
  font-size: 1.45rem;
  font-weight: 500;
}
.search-options label {
  color: #545454;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  font-size: 1.45rem;
  font-weight: 300;
  align-items: center;
}
.search-options input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #102163;
}

.search-validation {
  color: #CE2F2F;
  margin-top: 14px;
  font-size: 1.35rem;
}

.search-results-summary {
  color: #545454;
  margin: 0 0 20px;
  font-size: 1.55rem;
  font-weight: 300;
}
.search-results-summary strong {
  color: #102163;
  font-style: italic;
  font-weight: 500;
}

.search-highlight {
  color: inherit;
  padding: 0 2px;
  background: rgba(246, 183, 39, 0.42);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(229, 124, 75, 0.16);
}

@media (max-width: 600px) {
  .search-panel {
    padding: 28px 22px 25px;
  }
  .search-panel-title {
    font-size: 2.1rem;
  }
  .search-input-row {
    flex-direction: column;
  }
  .search-input-row input {
    width: 100%;
    border-right: 1px solid rgba(16, 33, 99, 0.24);
  }
  .search-input-row button {
    width: 100%;
  }
  .search-options {
    align-items: flex-start;
    flex-direction: column;
  }
}
.page-user-navigation {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-user-navigation.is-loading {
  min-width: 150px;
}
.page-user-navigation a {
  color: white;
  display: inline-flex;
  gap: 9px;
  padding: 8px 0;
  font-size: 1.65rem;
  font-weight: 400;
  font-style: italic;
  align-items: center;
  text-decoration: none;
  -webkit-transition: color 0.2s, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s, opacity 0.2s ease-in-out;
  transition: color 0.2s, opacity 0.2s ease-in-out;
}
.page-user-navigation a:hover, .page-user-navigation a:focus {
  color: rgb(92.0584133235%, 63.9018787431%, 21.6670768726%);
  text-decoration: none;
}

.page-header-navigation {
  margin-left: auto;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}

.page-quotation-navigation {
  position: relative;
}

.page-quotation-trigger {
  border: 0;
  color: white;
  cursor: pointer;
  padding: 8px 0;
  display: inline-flex;
  gap: 9px;
  font-family: Lato;
  font-size: 1.65rem;
  font-weight: 400;
  font-style: italic;
  align-items: center;
  background: transparent;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.page-quotation-trigger:hover, .page-quotation-trigger:focus {
  color: rgb(92.0584133235%, 63.9018787431%, 21.6670768726%);
}
.page-quotation-trigger .page-quotation-caret {
  font-size: 1.2rem;
}

.page-quotation-navigation .page-quotation-menu {
  top: calc(100% + 10px);
  right: 0;
  width: 245px;
  margin: 0;
  padding: 7px 0;
  z-index: 50;
  position: absolute;
  text-align: left;
  list-style: none;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 33, 99, 0.12);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
.page-quotation-navigation .page-quotation-menu:before {
  content: "";
  top: -7px;
  right: 24px;
  width: 14px;
  height: 14px;
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid rgba(16, 33, 99, 0.12);
  border-left: 1px solid rgba(16, 33, 99, 0.12);
  transform: rotate(45deg);
}
.page-quotation-navigation .page-quotation-menu li {
  margin: 0;
  display: block;
  position: relative;
}
.page-quotation-navigation .page-quotation-menu a {
  color: #102163;
  padding: 11px 17px;
  display: flex;
  gap: 11px;
  font-size: 1.45rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  align-items: center;
  text-align: left;
  text-shadow: none;
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s, background-color 0.2s ease-in-out;
  transition: color 0.2s, background-color 0.2s ease-in-out;
}
.page-quotation-navigation .page-quotation-menu a:hover, .page-quotation-navigation .page-quotation-menu a:focus {
  color: #102163;
  background: rgba(16, 33, 99, 0.09);
  text-decoration: none;
}
.page-quotation-navigation .page-quotation-menu a .fa {
  width: 18px;
  color: #102163;
  text-align: center;
}

header .page-user-navigation a,
header .page-quotation-trigger {
  font-size: 2rem;
  font-weight: 300;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.98), 0 0 12px rgba(0, 0, 0, 0.95), 0 0 24px rgba(0, 0, 0, 0.78);
}

.favorite-button {
  border: 0;
  color: #D98B16;
  cursor: pointer;
  opacity: 0.58;
  padding: 5px;
  z-index: 4;
  font-size: 2.4rem;
  line-height: 1;
  background: transparent;
  -webkit-transition: opacity 0.2s, transform 0.2s, color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s, transform 0.2s, color 0.2s ease-in-out;
  -ms-transition: opacity 0.2s, transform 0.2s, color 0.2s ease-in-out;
  -o-transition: opacity 0.2s, transform 0.2s, color 0.2s ease-in-out;
  transition: opacity 0.2s, transform 0.2s, color 0.2s ease-in-out;
}
.favorite-button:hover, .favorite-button:focus, .favorite-button.is-active {
  opacity: 1;
  color: #D98B16;
  transform: scale(1.1);
}
.favorite-button.is-busy {
  cursor: wait;
  opacity: 0.35;
}

.quotation-favorite-button {
  top: 12px;
  right: 15px;
  position: absolute;
}

.share-control {
  z-index: 4;
  position: absolute;
}

.quotation-share-control {
  top: 12px;
  right: 54px;
}

.share-trigger {
  border: 0;
  color: #D98B16;
  cursor: pointer;
  opacity: 0.58;
  padding: 5px;
  font-size: 2.4rem;
  line-height: 1;
  background: transparent;
  -webkit-transition: opacity 0.2s, transform 0.2s, color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s, transform 0.2s, color 0.2s ease-in-out;
  -ms-transition: opacity 0.2s, transform 0.2s, color 0.2s ease-in-out;
  -o-transition: opacity 0.2s, transform 0.2s, color 0.2s ease-in-out;
  transition: opacity 0.2s, transform 0.2s, color 0.2s ease-in-out;
}
.share-trigger:hover, .share-trigger:focus {
  color: #D98B16;
  opacity: 1;
  transform: scale(1.1);
}

.random-quotation-favorite {
  top: -45px;
  right: 0;
  color: white;
  position: absolute;
}
.random-quotation-favorite:hover, .random-quotation-favorite:focus, .random-quotation-favorite.is-active {
  color: white;
}

.random-quotation-share {
  top: -45px;
  right: 45px;
}
.random-quotation-share .share-trigger {
  color: white;
}
.random-quotation-share .share-trigger:hover, .random-quotation-share .share-trigger:focus {
  color: white;
}

.share-popup-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  padding: 20px;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  background: rgba(5, 10, 30, 0.58);
}

.share-popup {
  width: 100%;
  max-width: 590px;
  color: #545454;
  padding: 30px;
  text-align: left;
  text-shadow: none;
  font-style: normal;
  position: relative;
  background: white;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.3);
}
.share-popup h2 {
  color: #102163;
  margin: 0 35px 8px 0;
  font-size: 2.5rem;
  font-weight: 500;
  font-style: italic;
}
.share-popup p {
  margin: 0 0 20px;
  font-size: 1.45rem;
  font-weight: 300;
  line-height: 1.5;
}

.share-popup-close {
  top: 13px;
  right: 15px;
  border: 0;
  color: #545454;
  cursor: pointer;
  padding: 4px 8px;
  font-size: 2.7rem;
  line-height: 1;
  position: absolute;
  background: transparent;
}
.share-popup-close:hover, .share-popup-close:focus {
  color: #102163;
}

.share-popup-row {
  display: flex;
  gap: 10px;
}
.share-popup-row input {
  height: 46px;
  min-width: 0;
  color: #333;
  flex: 1;
  padding: 9px 12px;
  font-family: Lato;
  font-size: 1.4rem;
  background: #f8f8f8;
  border: 1px solid rgba(16, 33, 99, 0.22);
}
.share-popup-row input:focus {
  border-color: #102163;
  box-shadow: 0 0 0 2px rgba(16, 33, 99, 0.08);
}

.share-copy-button {
  height: 46px;
  border: 0;
  color: white;
  cursor: pointer;
  padding: 0 22px;
  font-family: Lato;
  font-size: 1.45rem;
  font-weight: 500;
  background-color: #102163;
}
.share-copy-button:hover, .share-copy-button:focus {
  background-color: rgb(9.0571184996%, 18.6803069054%, 56.0409207161%);
}

.share-copy-message {
  min-height: 20px;
  color: #388600;
  margin-top: 8px;
  font-size: 1.3rem;
}

.random-quotation {
  position: relative;
}

.user-page-app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.user-page {
  flex: 1;
  color: #545454;
  padding: 70px 0 85px;
  background-color: #f7f7f7;
  background-image: url(/assets/page/img/bg-pattern1.png);
}

.user-page-container {
  padding-right: 15px;
  padding-left: 15px;
}
.user-page-container > .page-section-state {
  min-height: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.user-login-page,
.user-password-page {
  display: flex;
  align-items: center;
}

.user-login-card,
.user-password-card {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 42px 46px 46px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 33, 99, 0.1);
  border-top: 4px solid #D98B16;
  box-shadow: 0 12px 35px rgba(16, 33, 99, 0.14);
}
.user-login-card label,
.user-password-card label {
  color: #545454;
  margin: 18px 0 7px;
  display: block;
  font-size: 1.45rem;
  font-weight: 500;
}
.user-login-card input[type=text],
.user-login-card input[type=password],
.user-password-card input[type=text],
.user-password-card input[type=password] {
  width: 100%;
  height: 50px;
  color: #333;
  padding: 10px 14px;
  font-family: Lato;
  font-size: 1.65rem;
  background: white;
  border: 1px solid rgba(16, 33, 99, 0.22);
  -webkit-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  -moz-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  -ms-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  -o-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
}
.user-login-card input[type=text]:focus,
.user-login-card input[type=password]:focus,
.user-password-card input[type=text]:focus,
.user-password-card input[type=password]:focus {
  border-color: #102163;
  box-shadow: 0 0 0 2px rgba(16, 33, 99, 0.08);
}
.user-login-card button[type=submit],
.user-password-card button[type=submit] {
  width: 100%;
  height: 52px;
  border: 0;
  color: white;
  cursor: pointer;
  margin-top: 28px;
  display: inline-flex;
  gap: 10px;
  font-family: Lato;
  font-size: 1.65rem;
  align-items: center;
  justify-content: center;
  background-color: #102163;
  background-image: url(/assets/page/img/bg-pattern2.png);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.user-login-card button[type=submit]:hover, .user-login-card button[type=submit]:focus,
.user-password-card button[type=submit]:hover,
.user-password-card button[type=submit]:focus {
  background-color: rgb(9.0571184996%, 18.6803069054%, 56.0409207161%);
}
.user-login-card button[type=submit]:disabled,
.user-password-card button[type=submit]:disabled {
  cursor: wait;
  opacity: 0.65;
}

.user-form-heading {
  text-align: center;
}
.user-form-heading span {
  color: #D98B16;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.user-form-heading h1 {
  color: #102163;
  margin: 8px 0 20px;
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 500;
}

.user-form-error {
  color: #CE2F2F;
  padding: 12px 14px;
  font-size: 1.35rem;
  line-height: 1.5;
  background: rgba(206, 47, 47, 0.08);
  border-left: 3px solid #CE2F2F;
}

.user-form-success {
  color: #2f7300;
  padding: 12px 14px;
  font-size: 1.35rem;
  line-height: 1.5;
  background: rgba(83, 193, 0, 0.08);
  border-left: 3px solid #53C100;
}

.user-form-back {
  color: #102163;
  margin-top: 18px;
  display: flex;
  gap: 8px;
  font-size: 1.4rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.user-form-back:hover, .user-form-back:focus {
  text-decoration: underline;
}

.user-panel-card {
  width: 100%;
  min-height: 270px;
  display: flex;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 33, 99, 0.1);
  border-left: 4px solid #102163;
  box-shadow: 0 10px 30px rgba(16, 33, 99, 0.12);
}

.user-profile-summary {
  flex: 1;
  padding: 42px 48px;
  display: flex;
  gap: 32px;
  align-items: center;
}

.user-avatar {
  width: 155px;
  height: 155px;
  color: white;
  display: flex;
  flex: 0 0 155px;
  overflow: hidden;
  font-size: 4.6rem;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  background-color: #102163;
  background-image: url(/assets/page/img/bg-pattern2.png);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(16, 33, 99, 0.2);
}
.user-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.user-profile-details {
  min-width: 0;
}
.user-profile-details h1 {
  color: #102163;
  margin: 0 0 12px;
  font-size: 3.7rem;
  font-style: italic;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.user-profile-email {
  color: #545454;
  font-size: 1.65rem;
  font-weight: 300;
  text-decoration: none;
}
.user-profile-email:hover, .user-profile-email:focus {
  color: #102163;
  text-decoration: underline;
}

.user-profile-date {
  color: #777;
  margin-top: 9px;
  font-size: 1.35rem;
  font-weight: 300;
}

.user-panel-actions {
  width: 31%;
  min-width: 275px;
  display: flex;
  flex-direction: column;
  background: rgba(16, 33, 99, 0.045);
  border-left: 1px solid rgba(16, 33, 99, 0.1);
}
.user-panel-actions a {
  color: #102163;
  flex: 1;
  padding: 24px 30px;
  display: flex;
  gap: 14px;
  font-size: 1.65rem;
  font-weight: 400;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid rgba(16, 33, 99, 0.1);
  -webkit-transition: color 0.2s, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s, background-color 0.2s ease-in-out;
  transition: color 0.2s, background-color 0.2s ease-in-out;
}
.user-panel-actions a:last-child {
  border-bottom: 0;
}
.user-panel-actions a:hover, .user-panel-actions a:focus {
  color: white;
  background-color: #102163;
  background-image: url(/assets/page/img/bg-pattern2.png);
}
.user-panel-actions a .fa {
  width: 24px;
  color: #102163;
  font-size: 2rem;
  text-align: center;
}

.user-favorites-page {
  flex: 1;
}

.favorites-page-header {
  margin-bottom: 34px;
}

.favorite-category-filter {
  margin: 0 0 34px;
  padding: 25px 27px 27px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 33, 99, 0.1);
  box-shadow: 0 8px 28px rgba(16, 33, 99, 0.09);
}

.favorite-category-filter-heading {
  margin-bottom: 19px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.favorite-category-filter-heading span {
  color: #929292;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.favorite-category-filter-heading h2 {
  color: #102163;
  margin: 4px 0 0;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}
.favorite-category-filter-heading > .fa {
  width: 44px;
  height: 44px;
  color: white;
  display: flex;
  flex: 0 0 44px;
  font-size: 1.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D98B16;
}

.favorite-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.favorite-category-tile {
  height: 112px;
  color: white;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-decoration: none;
  border: 3px solid transparent;
  background: #102163;
  box-shadow: 0 4px 13px rgba(16, 33, 99, 0.13);
  -webkit-transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s ease-in-out;
  -moz-transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s ease-in-out;
  -ms-transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s ease-in-out;
  -o-transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s ease-in-out;
  transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s ease-in-out;
}
.favorite-category-tile:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.05) 75%);
}
.favorite-category-tile img,
.favorite-category-tile .favorite-category-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  align-items: center;
  justify-content: center;
}
.favorite-category-tile .favorite-category-placeholder {
  color: rgba(255, 255, 255, 0.67);
  font-size: 4.5rem;
  background-color: #102163;
  background-image: url(/assets/page/img/bg-pattern2.png);
}
.favorite-category-tile:hover, .favorite-category-tile:focus {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(16, 33, 99, 0.2);
}
.favorite-category-tile.active {
  border-color: #D98B16;
  box-shadow: 0 0 0 2px rgba(217, 139, 22, 0.18), 0 8px 18px rgba(16, 33, 99, 0.2);
}
.favorite-category-tile.active .favorite-category-check {
  opacity: 1;
  transform: scale(1);
}

.favorite-category-label {
  right: 9px;
  bottom: 9px;
  left: 9px;
  z-index: 2;
  position: absolute;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  text-shadow: 1px 1px 2px black;
}
.favorite-category-label strong {
  font-weight: 500;
}

.fa.favorite-category-check {
  top: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  color: white;
  opacity: 0;
  z-index: 3;
  display: flex;
  font-size: 1.3rem;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D98B16;
  transform: scale(0.65);
  -webkit-transition: opacity 0.18s, transform 0.18s ease-in-out;
  -moz-transition: opacity 0.18s, transform 0.18s ease-in-out;
  -ms-transition: opacity 0.18s, transform 0.18s ease-in-out;
  -o-transition: opacity 0.18s, transform 0.18s ease-in-out;
  transition: opacity 0.18s, transform 0.18s ease-in-out;
}

@media (max-width: 768px) {
  .page-header-navigation {
    gap: 28px;
  }
  .page-user-navigation.is-loading {
    min-width: 28px;
  }
  .page-user-panel-label {
    display: none;
  }
  .page-user-navigation a,
  .page-quotation-trigger {
    font-size: 1.45rem;
  }
  header .page-user-navigation a,
  header .page-quotation-trigger {
    font-size: 1.6rem;
  }
  .user-page {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  .user-panel-card {
    flex-direction: column;
  }
  .user-profile-summary {
    padding: 32px 25px;
  }
  .user-avatar {
    width: 120px;
    height: 120px;
    flex-basis: 120px;
    font-size: 3.7rem;
  }
  .user-profile-details h1 {
    font-size: 3rem;
  }
  .user-panel-actions {
    width: 100%;
    min-width: 0;
    border-left: 0;
    border-top: 1px solid rgba(16, 33, 99, 0.1);
  }
  .user-panel-actions a {
    min-height: 74px;
  }
  .favorite-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .page-header-navigation {
    gap: 24px;
  }
  .page-user-navigation a .page-user-label {
    display: none;
  }
  .page-user-navigation a .fa {
    font-size: 2.2rem;
  }
  .page-quotation-trigger {
    gap: 5px;
  }
  .page-quotation-trigger .page-quotation-label {
    display: none;
  }
  .page-quotation-trigger > .fa:first-child {
    font-size: 2rem;
  }
  .page-quotation-navigation .page-quotation-menu {
    right: -48px;
    width: 225px;
  }
  .page-quotation-navigation .page-quotation-menu:before {
    right: 64px;
  }
  .user-login-card,
  .user-password-card {
    padding: 34px 24px 38px;
  }
  .user-profile-summary {
    text-align: center;
    flex-direction: column;
  }
  .user-profile-details h1 {
    font-size: 2.7rem;
  }
  .share-popup {
    padding: 25px 20px;
  }
  .share-popup-row {
    flex-direction: column;
  }
  .share-copy-button {
    width: 100%;
  }
  .favorite-category-filter {
    padding: 21px 17px 19px;
  }
  .favorite-category-filter-heading h2 {
    font-size: 1.75rem;
  }
  .favorite-category-grid {
    grid-template-columns: 1fr;
  }
  .favorite-category-tile {
    height: 128px;
  }
}
.quotation-submission-app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.quotation-submission-page {
  flex: 1;
  color: #545454;
  padding: 55px 0 80px;
  background-color: #f7f7f7;
  background-image: url(/assets/page/img/bg-pattern1.png);
}

.quotation-submission-container {
  padding-right: 15px;
  padding-left: 15px;
}

.quotation-submission-header {
  width: 100%;
  min-height: 0;
  margin: 0 0 34px;
  padding: 0;
  color: #545454;
  display: block;
  position: static;
  text-align: center;
  background: none;
}
.quotation-submission-header span {
  color: rgba(84, 84, 84, 0.65);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.quotation-submission-header h1 {
  color: #102163;
  margin: 8px 0 10px;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}
.quotation-submission-header p {
  margin: 0;
  color: #777;
  font-size: 1.55rem;
  font-weight: 300;
}

.submission-type-switch {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 35px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.submission-type-switch button {
  border: 2px solid rgba(16, 33, 99, 0.14);
  color: #102163;
  cursor: pointer;
  min-height: 92px;
  padding: 18px 25px;
  display: flex;
  gap: 14px;
  font-family: Lato;
  font-size: 1.8rem;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 18px rgba(16, 33, 99, 0.08);
  -webkit-transition: color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s, background-color 0.2s ease-in-out;
  transition: color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s, background-color 0.2s ease-in-out;
}
.submission-type-switch button .fa {
  color: #D98B16;
  font-size: 2.8rem;
}
.submission-type-switch button:hover, .submission-type-switch button:focus {
  border-color: rgba(217, 139, 22, 0.7);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(16, 33, 99, 0.13);
}
.submission-type-switch button.active {
  color: white;
  border-color: #102163;
  background: #102163;
  box-shadow: 0 10px 25px rgba(16, 33, 99, 0.22);
}
.submission-type-switch button.active .fa {
  color: white;
}

.quotation-submission-form {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 34px 38px 40px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(16, 33, 99, 0.1);
  box-shadow: 0 10px 35px rgba(16, 33, 99, 0.1);
}

.submission-form-heading {
  margin-bottom: 30px;
  padding-bottom: 22px;
  display: flex;
  gap: 17px;
  align-items: center;
  border-bottom: 1px solid rgba(16, 33, 99, 0.11);
}
.submission-form-heading > .fa {
  width: 54px;
  height: 54px;
  color: white;
  display: flex;
  flex: 0 0 54px;
  font-size: 2.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D98B16;
}
.submission-form-heading span {
  color: #898989;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.submission-form-heading h2 {
  color: #102163;
  margin: 3px 0 0;
  font-size: 2.6rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
}

.submission-error {
  color: #8c1d1d;
  margin-bottom: 24px;
  padding: 13px 16px;
  font-size: 1.45rem;
  line-height: 1.5;
  background: #fff0f0;
  border-left: 4px solid #CE2F2F;
}

.submission-field {
  margin-bottom: 24px;
}
.submission-field > label {
  color: #102163;
  margin-bottom: 8px;
  display: block;
  font-size: 1.45rem;
  font-weight: 500;
}
.submission-field input,
.submission-field textarea {
  width: 100%;
  color: #3e3e3e;
  margin: 0;
  padding: 12px 14px;
  display: block;
  font-family: Lato;
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1.45;
  border: 1px solid #d2d6e0;
  border-radius: 0;
  outline: none;
  background: white;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(16, 33, 99, 0.04);
  -webkit-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  -moz-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  -ms-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  -o-transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s, box-shadow 0.2s ease-in-out;
}
.submission-field input:focus,
.submission-field textarea:focus {
  border-color: #D98B16;
  box-shadow: 0 0 0 3px rgba(217, 139, 22, 0.13);
}
.submission-field textarea {
  min-height: 170px;
  resize: vertical;
}
.submission-field small {
  color: #858585;
  margin-top: 7px;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
}
.submission-field small.is-new {
  color: #7c550a;
}

.creatable-search-control {
  position: relative;
}

.creatable-search-spinner {
  top: 15px;
  right: 14px;
  color: #D98B16;
  font-size: 1.6rem;
  position: absolute;
}

.creatable-search-results {
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  z-index: 30;
  max-height: 290px;
  padding: 5px 0;
  overflow-y: auto;
  position: absolute;
  background: white;
  border: 1px solid rgba(16, 33, 99, 0.16);
  box-shadow: 0 12px 28px rgba(16, 33, 99, 0.18);
}
.creatable-search-results button {
  width: 100%;
  border: 0;
  color: #102163;
  cursor: pointer;
  padding: 11px 14px;
  display: flex;
  gap: 11px;
  font-family: Lato;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.35;
  align-items: center;
  text-align: left;
  background: white;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.creatable-search-results button:hover, .creatable-search-results button:focus {
  background: rgba(16, 33, 99, 0.07);
}
.creatable-search-results button .fa {
  width: 18px;
  color: #102163;
  text-align: center;
}
.creatable-search-results button.creatable-search-new {
  color: #6f4c0b;
  border-top: 1px solid rgba(16, 33, 99, 0.09);
  background: rgba(217, 139, 22, 0.09);
}
.creatable-search-results button.creatable-search-new .fa {
  color: #D98B16;
}

.creatable-search-empty {
  color: #898989;
  padding: 11px 14px;
  font-size: 1.35rem;
}

.submission-selection-section,
.new-album-section {
  margin: 30px 0;
  padding: 28px 0 6px;
  border-top: 1px solid rgba(16, 33, 99, 0.11);
}
.submission-selection-section > .page-section-state,
.new-album-section > .page-section-state {
  min-height: 125px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.category-suggestion-box {
  margin: 8px 0 30px;
  padding: 22px 24px 19px;
  background: linear-gradient(135deg, rgba(217, 139, 22, 0.11), rgba(255, 255, 255, 0.96) 58%);
  border: 1px solid rgba(217, 139, 22, 0.38);
  box-shadow: 0 6px 20px rgba(16, 33, 99, 0.08);
}
.category-suggestion-box > p {
  color: #777;
  margin: 14px 0 0;
  font-size: 1.2rem;
  line-height: 1.45;
}

.category-suggestion-heading {
  margin-bottom: 16px;
  display: flex;
  gap: 13px;
  align-items: center;
}
.category-suggestion-heading > .fa {
  width: 40px;
  height: 40px;
  color: white;
  display: flex;
  flex: 0 0 40px;
  font-size: 1.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D98B16;
  box-shadow: 0 4px 12px rgba(217, 139, 22, 0.26);
}
.category-suggestion-heading span {
  color: #8a6a32;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.category-suggestion-heading h3 {
  color: #102163;
  margin: 2px 0 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
}

.category-suggestion-loading,
.category-suggestion-error {
  min-height: 48px;
  display: flex;
  gap: 10px;
  font-size: 1.35rem;
  line-height: 1.45;
  align-items: center;
}

.category-suggestion-loading {
  color: #706348;
}
.category-suggestion-loading .fa {
  color: #D98B16;
  font-size: 1.65rem;
}

.category-suggestion-error {
  color: #8c1d1d;
}

.category-suggestion-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.category-suggestion-list button {
  border: 1px solid rgba(16, 33, 99, 0.14);
  color: #102163;
  cursor: pointer;
  min-height: 67px;
  padding: 11px 13px;
  display: flex;
  gap: 7px;
  font-family: Lato;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  background: rgba(255, 255, 255, 0.92);
  -webkit-transition: border-color 0.18s, box-shadow 0.18s, background-color 0.18s ease-in-out;
  -moz-transition: border-color 0.18s, box-shadow 0.18s, background-color 0.18s ease-in-out;
  -ms-transition: border-color 0.18s, box-shadow 0.18s, background-color 0.18s ease-in-out;
  -o-transition: border-color 0.18s, box-shadow 0.18s, background-color 0.18s ease-in-out;
  transition: border-color 0.18s, box-shadow 0.18s, background-color 0.18s ease-in-out;
}
.category-suggestion-list button > span {
  display: flex;
  gap: 7px;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3;
  align-items: center;
}
.category-suggestion-list button > span .fa {
  color: #D98B16;
}
.category-suggestion-list button small {
  color: #8b8b8b;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.25;
}
.category-suggestion-list button:hover, .category-suggestion-list button:focus {
  border-color: #D98B16;
  box-shadow: 0 0 0 2px rgba(217, 139, 22, 0.13);
}
.category-suggestion-list button.selected {
  color: white;
  border-color: #102163;
  background: #102163;
}
.category-suggestion-list button.selected small,
.category-suggestion-list button.selected > span .fa {
  color: white;
}

.submission-section-heading {
  margin-bottom: 19px;
}
.submission-section-heading span {
  color: #929292;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.submission-section-heading h3 {
  color: #102163;
  margin: 5px 0 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.submission-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.submission-image-tile {
  height: 112px;
  border: 3px solid transparent;
  color: white;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  position: relative;
  font-family: Lato;
  text-align: left;
  background: #102163;
  box-shadow: 0 4px 13px rgba(16, 33, 99, 0.13);
  -webkit-transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s ease-in-out;
  -moz-transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s ease-in-out;
  -ms-transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s ease-in-out;
  -o-transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s ease-in-out;
  transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s ease-in-out;
}
.submission-image-tile:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.05) 75%);
}
.submission-image-tile img,
.submission-image-tile .submission-tile-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  align-items: center;
  justify-content: center;
}
.submission-image-tile .submission-tile-placeholder {
  color: rgba(255, 255, 255, 0.67);
  font-size: 4.5rem;
  background-color: #102163;
  background-image: url(/assets/page/img/bg-pattern2.png);
}
.submission-image-tile:hover, .submission-image-tile:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(16, 33, 99, 0.2);
}
.submission-image-tile.selected {
  border-color: #D98B16;
  box-shadow: 0 0 0 2px rgba(217, 139, 22, 0.18), 0 8px 18px rgba(16, 33, 99, 0.2);
}
.submission-image-tile.selected .submission-tile-check {
  opacity: 1;
  transform: scale(1);
}
.submission-image-tile.suggested:not(.selected) {
  border-color: rgba(217, 139, 22, 0.75);
}

.submission-tile-name {
  right: 9px;
  bottom: 9px;
  left: 9px;
  z-index: 2;
  position: absolute;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  text-shadow: 1px 1px 2px black;
}

.fa.submission-tile-check {
  top: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  color: white;
  opacity: 0;
  z-index: 3;
  display: flex;
  font-size: 1.3rem;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #D98B16;
  transform: scale(0.65);
  -webkit-transition: opacity 0.18s, transform 0.18s ease-in-out;
  -moz-transition: opacity 0.18s, transform 0.18s ease-in-out;
  -ms-transition: opacity 0.18s, transform 0.18s ease-in-out;
  -o-transition: opacity 0.18s, transform 0.18s ease-in-out;
  transition: opacity 0.18s, transform 0.18s ease-in-out;
}

.submission-tile-suggestion {
  top: 7px;
  left: 7px;
  color: white;
  padding: 4px 7px;
  z-index: 3;
  display: inline-flex;
  gap: 5px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  align-items: center;
  text-transform: uppercase;
  background: #D98B16;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}

.album-selection-tile {
  height: 145px;
}

.submission-empty-albums {
  color: #6d6d6d;
  padding: 17px 19px;
  display: flex;
  gap: 11px;
  font-size: 1.4rem;
  line-height: 1.45;
  align-items: center;
  background: rgba(16, 33, 99, 0.055);
  border-left: 4px solid #102163;
}
.submission-empty-albums .fa {
  color: #102163;
  font-size: 1.8rem;
}

.submission-checkbox {
  color: #555;
  cursor: pointer;
  margin: 0 0 23px;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  font-size: 1.35rem;
  line-height: 1.4;
  align-items: flex-start;
  background: rgba(16, 33, 99, 0.045);
}
.submission-checkbox input {
  margin-top: 3px;
}
.submission-checkbox strong {
  color: #102163;
  margin-bottom: 2px;
  display: block;
  font-size: 1.45rem;
}

.new-album-fields {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
}
.new-album-fields .submission-field {
  margin-bottom: 18px;
}

.submission-submit {
  border: 0;
  color: white;
  cursor: pointer;
  min-width: 180px;
  padding: 13px 25px;
  display: inline-flex;
  gap: 10px;
  font-family: Lato;
  font-size: 1.55rem;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  background: #D98B16;
  box-shadow: 0 6px 17px rgba(217, 139, 22, 0.25);
  -webkit-transition: background-color 0.2s, transform 0.2s, opacity 0.2s ease-in-out;
  -moz-transition: background-color 0.2s, transform 0.2s, opacity 0.2s ease-in-out;
  -ms-transition: background-color 0.2s, transform 0.2s, opacity 0.2s ease-in-out;
  -o-transition: background-color 0.2s, transform 0.2s, opacity 0.2s ease-in-out;
  transition: background-color 0.2s, transform 0.2s, opacity 0.2s ease-in-out;
}
.submission-submit:hover, .submission-submit:focus {
  background: rgb(72.3867421446%, 46.3675445073%, 7.3387480515%);
  transform: translateY(-1px);
}
.submission-submit:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

@media (max-width: 768px) {
  .quotation-submission-page {
    padding-top: 35px;
    padding-bottom: 55px;
  }
  .quotation-submission-header h1 {
    font-size: 2.8rem;
  }
  .quotation-submission-form {
    padding: 27px 24px 32px;
  }
  .submission-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .category-suggestion-list {
    grid-template-columns: 1fr;
  }
  .new-album-fields {
    grid-template-columns: 1fr 1fr;
  }
  .new-album-fields .submission-field:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 480px) {
  .submission-type-switch {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .submission-type-switch button {
    min-height: 72px;
    padding: 14px 18px;
  }
  .quotation-submission-form {
    margin-right: -5px;
    margin-left: -5px;
    width: calc(100% + 10px);
    padding: 23px 16px 28px;
  }
  .submission-form-heading > .fa {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
  .submission-tile-grid {
    grid-template-columns: 1fr;
  }
  .submission-image-tile,
  .album-selection-tile {
    height: 128px;
  }
  .new-album-fields {
    grid-template-columns: 1fr;
  }
  .new-album-fields .submission-field:first-child {
    grid-column: auto;
  }
  .submission-submit {
    width: 100%;
  }
}
html {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-family: Lato;
}

* {
  outline: 0;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.black {
  color: black !important;
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-right-padding {
  padding-right: 0 !important;
}

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

.container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

header {
  width: 100%;
  display: flex;
  min-height: 800px;
  position: relative;
  flex-direction: column;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../img/header-bg-1.jpg);
}
header .hover {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
header .menu-logo {
  padding: 20px 0;
}
header .menu-logo .menu-logo-container {
  display: flex;
  align-items: center;
}
header .menu-logo .menu-logo-container .logo {
  width: 400px;
}
header .menu-logo .menu-logo-container .logo img {
  max-width: 100%;
}
header .menu-logo .menu-logo-container .menu {
  width: 100%;
}
header .content {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .content .random-quotation {
  color: white;
  font-style: italic;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.98), 0 0 14px rgba(0, 0, 0, 0.98), 0 0 30px rgba(0, 0, 0, 0.88), 0 0 48px rgba(0, 0, 0, 0.7);
}
header .content .random-quotation .text {
  font-weight: 300;
  font-size: 2.8rem;
  text-align: center;
  line-height: 3.6rem;
}
header .content .random-quotation .additional-author {
  margin-top: 25px;
  font-size: 2rem;
  text-align: center;
}
header .content .random-quotation .additional-author .author {
  color: white;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
header .content .random-quotation .additional-author .author:hover, header .content .random-quotation .additional-author .author:focus {
  color: white;
  text-decoration: underline;
}
header .content .random-quotation .additional-author .additional {
  margin-left: 2px;
  font-weight: 200;
  display: inline-block;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.98), 0 0 14px rgba(0, 0, 0, 0.98), 0 0 30px rgba(0, 0, 0, 0.88), 0 0 48px rgba(0, 0, 0, 0.7);
}

.relative {
  position: relative;
}

.subpage {
  position: relative;
  background-image: url(/assets/page/img/bg-pattern1.png);
}
.subpage .white-cover {
  left: 0;
  top: -180px;
  width: 100%;
  height: 300px;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.9) 38%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.9) 63%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.9) 38%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.9) 63%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.9) 38%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.9) 63%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.subpage h2 {
  color: #102163;
  font-weight: 500;
  font-size: 3.5rem;
  text-align: center;
  font-style: italic;
  position: relative;
}

.site-footer {
  width: 100%;
  color: rgba(255, 255, 255, 0.75);
  background-color: #102163;
  background-image: url(/assets/page/img/bg-pattern2.png);
}
.site-footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 15px 20px;
}
.site-footer .footer-segment {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 35px;
}
.site-footer .footer-brand-name {
  color: white;
  font-size: 2.8rem;
  font-weight: 500;
  font-style: italic;
}
.site-footer .footer-copyright {
  margin: 18px 0 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.site-footer h3 {
  color: white;
  margin: 0 0 20px;
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
}
.site-footer .footer-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .footer-links li {
  margin-bottom: 12px;
}
.site-footer .footer-links li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.75);
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
  align-items: baseline;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.site-footer .footer-links a:hover, .site-footer .footer-links a:focus {
  color: white;
  text-decoration: underline;
}
.site-footer .footer-links .fa {
  width: 18px;
  color: white;
  flex: 0 0 18px;
  margin-right: 8px;
  text-align: center;
}

@media (max-width: 768px) {
  header .menu-logo {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header .menu-logo .menu-logo-container .logo {
    width: 220px;
  }
}
@media (min-height: 801px) {
  header {
    background-position: center calc(100% - (100vh - 800px));
  }
}
@media (max-width: 480px) {
  header .menu-logo .menu-logo-container .logo {
    width: 160px;
  }
}
@media (min-width: 481px) {
  .site-footer .footer-content {
    padding-top: 55px;
  }
  .site-footer .footer-segment {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .site-footer .footer-content {
    padding-bottom: 55px;
  }
  .site-footer .footer-segment {
    width: 25%;
    margin-bottom: 0;
  }
}

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