@charset "UTF-8";
/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  text-align: left;
}

* {
  box-sizing: border-box;
  outline: 0;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}

fieldset, img {
  border: 0;
  text-align: center;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.xdebug-var-dump {
  font-size: 16px;
  position: relative;
  z-index: 100;
  background-color: #FFFFFF;
  padding: 20px 0;
}

.feedback-input-error {
  border: 1px solid #CE0000 !important;
}

.feedback {
  color: #CE0000;
}
.feedback--success {
  color: #8bbb54;
}

.feedback-wrapper--success {
  background-color: #000000 !important;
  margin-bottom: 100px !important;
}
.feedback-wrapper--success .feedback {
  color: black;
}

.flash-messages-container {
  position: fixed;
  top: 130px;
  right: calc(50vw - 690px);
  z-index: 7;
  width: calc(100% - 40px);
  max-width: 340px;
}
@media screen and (max-width: 1420px) {
  .flash-messages-container {
    right: 20px;
  }
}

.flash-message {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 18px;
  padding: 20px;
  margin-bottom: 10px;
  background: white;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  max-height: 140px;
  animation: flashMessageFadeIn linear 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.flash-message--success {
  color: #B07239;
}
.flash-message--error {
  color: #CE0000;
}
.flash-message--error:before, .flash-message--error:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 7px;
  height: 2px;
  width: 10px;
  background-color: rgba(206, 0, 0, 0.4);
  transform: rotate(45deg);
}
.flash-message--error:after {
  transform: rotate(-45deg);
}
.flash-message--hidden {
  animation: flashMessageFadeOut linear 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes flashMessageFadeIn {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flashMessageFadeOut {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
  }
}

.topbar-banner {
  display: block;
  background-color: #000000;
  height: 35px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
}
@media (max-width: 911px) {
  .topbar-banner {
    height: 55px;
  }
}
.topbar-banner__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topbar-banner .container, .topbar-banner__wrapper {
  height: 100%;
}
.topbar-banner__inner {
  max-height: 32px;
  overflow: hidden;
}
.topbar-banner p {
  margin: auto;
}
.topbar-banner a {
  text-decoration: underline;
}
.topbar-banner * {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.topbar-banner + .header {
  top: 35px;
}
@media (max-width: 911px) {
  .topbar-banner + .header {
    top: 55px;
  }
}

.topbar-banner ~ .menu {
  margin-top: 35px;
}
@media (max-width: 911px) {
  .topbar-banner ~ .menu {
    margin-top: 55px;
  }
}

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast > * {
  grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin: 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.3125em;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end" "gap gap gap";
  grid-template-rows: auto auto auto 0.625em;
  height: 100%;
  padding: 0.625em 0.625em 0;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container::after {
  content: "";
  grid-column: 1/4;
  grid-row: 4;
  height: 0.625em;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-center-start, .swal2-container.swal2-top-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.swal2-container.swal2-bottom, .swal2-container.swal2-center, .swal2-container.swal2-top {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-center-end, .swal2-container.swal2-top-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}

.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}

.swal2-container.swal2-center-left > .swal2-popup, .swal2-container.swal2-center-start > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}

.swal2-container.swal2-bottom-left > .swal2-popup, .swal2-container.swal2-bottom-start > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-popup, .swal2-container.swal2-grow-row > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: 0;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  padding: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #B07239;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(176, 114, 57, 0.5);
}

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #ea5455;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(234, 84, 85, 0.5);
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7d88;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 125, 136, 0.5);
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled:focus {
  outline: 0;
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474;
}

.swal2-close:focus {
  outline: 0;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 1em 1.6em 0.3em;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
  margin: 1em 2em 0;
}

.swal2-file, .swal2-input, .swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}

.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 0;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input, .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-checkbox, .swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-checkbox label, .swal2-radio label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-checkbox input, .swal2-radio input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
}
.swal2-icon.swal2-warning .swal2-icon-content {
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
@keyframes hvr-ripple-out {
  0% {
    opacity: 1;
  }
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}
.hover_effect, .owl-dots .owl-dot {
  position: relative;
}
.hover_effect:before, .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  border: #000000 solid 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 0.5s;
  border-radius: inherit;
}
.hover_effect:hover:before, .owl-dots .owl-dot:hover:before, .hover_effect:focus:before, .owl-dots .owl-dot:focus:before, .hover_effect:active:before, .owl-dots .owl-dot:active:before {
  animation-name: hvr-ripple-out;
}

html.menu_open body {
  overflow: hidden;
  min-height: unset;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #000000;
  height: 100%;
  padding: 0;
  background: #FCFCFC;
  padding-top: 140px;
}
body.menu_open_body {
  transition: 0s;
  transition-delay: 0.4s;
  height: 0;
}
body.menu_open_body .page, body.menu_open_body footer {
  pointer-events: none !important;
  touch-action: none !important;
  transition: 0s;
  transition-delay: 0.4s;
  display: none;
}
body.preload * {
  transition: none !important;
}
body.top-shadow:before {
  content: " ";
  width: 150%;
  box-shadow: 0 -5px 130px 0 #000000;
  z-index: 5;
  height: 60px;
  position: fixed;
  top: -60px;
  left: -25%;
}
@media screen and (max-width: 400px) {
  body {
    padding-top: 100px;
  }
}

.container {
  width: 100%;
  max-width: 1600px;
  position: relative;
  transform: translate(-50%, 0px);
  left: 50%;
  box-sizing: border-box;
  padding: 0 50px;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: initial;
  font-style: italic;
  height: 35px;
  line-height: auto;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 8px 30px;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 3.84px;
}
.button:is(strong) {
  font-weight: bold;
}
.button img {
  height: 13px;
}
.button--black {
  background: #000000;
}
.button--black, .button--black label, .button--black i, .button--black a {
  color: #FCFCFC;
}
.button--black:not(.button--fill):hover {
  border-color: #000000;
  background: transparent;
}
.button--black:not(.button--fill):hover, .button--black:not(.button--fill):hover label, .button--black:not(.button--fill):hover i, .button--black:not(.button--fill):hover a, .button--black:not(.button--fill):hover span {
  color: #000000;
}
.button--white {
  background: #FFFFFF;
}
.button--white, .button--white label, .button--white i, .button--white a {
  color: #3C3C3C;
}
.button--white:not(.button--fill):hover {
  border-color: #FFFFFF;
  background: transparent;
}
.button--white:not(.button--fill):hover, .button--white:not(.button--fill):hover label, .button--white:not(.button--fill):hover i, .button--white:not(.button--fill):hover a {
  color: #FFFFFF;
}
.button--big {
  font-size: 16px;
  font-weight: 700;
  line-height: initial;
  height: 60px;
}
.button--big:is(strong) {
  font-weight: bold;
}
.button--medium {
  font-size: 16px;
  font-weight: 700;
  line-height: initial;
  height: 50px;
}
.button--medium:is(strong) {
  font-weight: bold;
}
.button--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.button .label {
  pointer-events: none;
}
.button .label--load {
  display: none;
  font-size: 24px;
}
.button .label--load i {
  height: 24px;
  width: 24px;
}
.button.loading .label--main {
  display: none;
}
.button.loading .label--load {
  display: block;
}

.page {
  max-width: 100vw;
  position: relative;
}
.page__media {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  background: #000000;
  overflow: hidden;
  padding: 0 30px;
}
.page__media__header {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
}
.page__media__header--iframe {
  width: 120vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: no-repeat;
  background-size: cover;
}
.page__media__logo {
  position: relative;
  left: calc(50% + 0px / 2);
  top: calc(50% + 100px / 2);
  transform: translate(-50%, -50%);
  max-height: 226px;
  position: absolute;
  mix-blend-mode: screen;
  max-width: 80%;
}
.page__media__title {
  font-size: 16px;
  font-weight: 600;
  line-height: initial;
  font-family: "Lato", sans-serif;
  text-align: center;
  letter-spacing: 4.48px;
  text-transform: uppercase;
  margin-bottom: 6px;
  word-break: break-word;
}
.page__media__title:is(strong) {
  font-weight: bold;
}
.page__media__title:empty {
  display: none;
}
.page__media__text {
  font-family: "Cinzel", serif;
  text-align: center;
  word-break: break-word;
}
.page__media__text:empty {
  display: none;
}
.page__media__subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 1.28px;
  max-width: 750px;
  word-break: keep-all;
}
.page__media__subtitle:is(strong) {
  font-weight: bold;
}
.page__media__subtitle:not(:first-child) {
  margin-bottom: 6px;
}
.page__media__subtitle:empty {
  display: none;
}
.page__media__button {
  margin-top: 45px;
}
.page__media__button:empty {
  display: none;
}
@media screen and (max-width: 800px) {
  .page__media__button {
    margin-top: 25px;
  }
}
.page__media__texts {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  word-break: break-all;
  padding: 0 20px;
}
.page__media__texts--white .page__media__text,
.page__media__texts--white .page__media__title,
.page__media__texts--white .page__media__subtitle {
  color: #FFFFFF;
}
.page__media__texts--white .page__media__text em,
.page__media__texts--white .page__media__title em,
.page__media__texts--white .page__media__subtitle em {
  font-size: 16px;
  font-weight: 300;
  line-height: initial;
  color: #FFFFFF;
  text-transform: none;
}
.page__media__texts--white .page__media__text em:is(strong),
.page__media__texts--white .page__media__title em:is(strong),
.page__media__texts--white .page__media__subtitle em:is(strong) {
  font-weight: bold;
}
.page__media__texts--black .page__media__text,
.page__media__texts--black .page__media__title {
  color: #000000;
}
.page__media__texts--black .page__media__text em,
.page__media__texts--black .page__media__title em {
  color: #000000;
}
.page__media__texts--black .page__media__subtitle {
  color: #4B4B4B;
}
.page__media__texts--black .page__media__subtitle:not(:first-child) {
  margin-top: 20px;
}
.page__media__texts--black .page__media__title {
  margin-bottom: 15px;
}
.page__media__texts--black .page__media__button {
  font-size: 12px;
  font-weight: 700;
  line-height: initial;
}
.page__media__texts--black .page__media__button:is(strong) {
  font-weight: bold;
}
.page__media__texts .page__media__text {
  font-size: 42px;
  font-weight: 400;
  line-height: initial;
}
.page__media__texts .page__media__text:is(strong) {
  font-weight: bold;
}
@media screen and (max-width: 400px) {
  .page__media__texts .page__media__text {
    font-size: 32px;
    font-weight: 400;
    line-height: initial;
  }
  .page__media__texts .page__media__text:is(strong) {
    font-weight: bold;
  }
}
@media screen and (max-width: 400px) {
  .page__media__texts .page__media__title {
    font-size: 14px;
  }
}
.page__media--footer {
  max-height: 700px;
}
.page__media--middle {
  max-width: 1140px;
  max-height: 560px;
}
.page__media--editoriale {
  width: 95%;
  max-width: 1200px;
  max-height: 570px;
  margin-top: 50px;
}
@media screen and (max-width: 630px) {
  .page__media--editoriale {
    width: calc(100vw - 20px);
    height: calc(100vw - 20px);
  }
}
.page__media--corpo {
  max-width: 100%;
  max-height: 700px;
}
.page__media .video_vimeo iframe {
  width: 120vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
.page__media .video_audio {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #FFFFFF;
  text-shadow: 0px 0px 5px #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  cursor: pointer;
}
.page__media .video_audio:is(strong) {
  font-weight: bold;
}
.page__media .video_play {
  display: flex;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 35px;
  cursor: pointer;
}
.page__media .video_play i {
  display: none;
  margin-right: 15px;
  color: #FFFFFF;
  font-size: 35px;
}
.page__media .video_play label {
  font-size: 14px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
}
.page__media .video_play label:is(strong) {
  font-weight: bold;
}
.page__media .video_play[data-play="1"] .fa-play-circle {
  display: block;
}
.page__media .video_play[data-play="0"] .fa-pause-circle {
  display: block;
}
@media screen and (max-width: 500px) {
  .page__media--header.with_video {
    margin-top: 100px;
  }
}
.page__media--header .page__media__texts {
  position: relative;
  left: calc(50% + 0px / 2);
  top: calc(50% + 0px / 2);
  transform: translate(-50%, -50%);
  top: 80%;
  position: absolute;
}
@media screen and (max-width: 500px) {
  .page__media.with_video {
    height: 56.25vw;
  }
  .page__media.with_video iframe {
    min-width: unset;
  }
}

* {
  font-family: "Lato", sans-serif;
  color: #272727;
}
* p {
  font-size: 16px;
  font-weight: normal;
  color: #272727;
}

.hide {
  display: none !important;
}

.speed {
  transition: 0s !important;
}

.roll_hover, .checkout .cart__item .action-style {
  position: relative;
}
.roll_hover:after, .checkout .cart__item .action-style:after {
  content: " ";
  height: 1px;
  background: #B07239;
  width: 0;
  left: 50%;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  bottom: -3px;
}
.roll_hover:hover:after, .checkout .cart__item .action-style:hover:after {
  left: 0%;
  opacity: 1;
  width: 100%;
}

.gm-style-pbt {
  text-align: center;
}

img[data-esiste="0"] {
  display: none !important;
}

.testo_wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 200px 0;
}
.testo_wrapper .titolo {
  font-size: 38px;
  font-weight: 400;
  line-height: 43px;
  font-family: "Cinzel", serif;
  width: 90%;
  max-width: 365px;
  color: #272727;
  text-align: center;
  margin-bottom: 50px;
}
.testo_wrapper .titolo:is(strong) {
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .testo_wrapper .titolo {
    font-size: 28px;
  }
}
.testo_wrapper .testo {
  font-size: 25px;
  font-weight: 300;
  line-height: 46px;
  font-family: "Lato", sans-serif;
  width: 90%;
  max-width: 750px;
  color: #4B4B4B;
  text-align: center;
}
.testo_wrapper .testo:is(strong) {
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .testo_wrapper .testo {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
  }
  .testo_wrapper .testo:is(strong) {
    font-weight: bold;
  }
}
.testo_wrapper .testo h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: initial;
  font-family: "Cinzel", serif;
  text-align: center;
}
.testo_wrapper .testo h2:is(strong) {
  font-weight: bold;
}
.testo_wrapper--editoriale {
  padding: 100px 20px;
  width: 90%;
  max-width: 700px;
  margin: auto;
}
.testo_wrapper--editoriale .testo {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4B4B4B;
  letter-spacing: 1.28px;
}
.testo_wrapper--editoriale .testo:is(strong) {
  font-weight: bold;
}

.grecaptcha-badge {
  z-index: 3;
  visibility: hidden;
}

.section_title {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  font-weight: 600;
  line-height: initial;
  padding: 42px 20px;
  border: 1px solid #000000;
  border-right: 0;
  border-left: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 4.48px;
  margin: auto;
  width: calc(100% - 100px);
}
.section_title:is(strong) {
  font-weight: bold;
}
.section_title--instagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 0;
}
.section_title--instagram span {
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Cinzel", serif;
  max-width: 500px;
  margin: auto;
}
.section_title--instagram span:is(strong) {
  font-weight: bold;
}
@media screen and (max-width: 350px) {
  .section_title--instagram span {
    font-size: 22px;
  }
}
.section_title--instagram em {
  font-size: 13px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  letter-spacing: 3.84px;
  margin-top: 25px;
  text-transform: uppercase;
}
.section_title--instagram em:is(strong) {
  font-weight: bold;
}
.section_title--header {
  width: 95%;
  max-width: 1450px;
  font-size: 21px;
  font-weight: 600;
  line-height: initial;
}
.section_title--header:is(strong) {
  font-weight: bold;
}
.section_title--brand {
  font-size: 42px;
  font-weight: 400;
  line-height: initial;
  font-family: "Cinzel", serif;
}
.section_title--brand:is(strong) {
  font-weight: bold;
}
.section_title__breadcrumb {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.section_title__breadcrumb a {
  font-size: 10px;
  font-weight: 400;
  line-height: initial;
  letter-spacing: 1.6px;
  color: #D1A281;
  text-transform: uppercase;
}
.section_title__breadcrumb a:is(strong) {
  font-weight: bold;
}
.section_title__breadcrumb a:not(:last-child) {
  margin-right: 4px;
}
.section_title__breadcrumb a:not(:last-child):after {
  content: " / ";
  color: #D1A281;
}
.section_title__breadcrumb a:empty {
  display: none;
}
@media screen and (max-width: 450px) {
  .section_title {
    font-size: 12px;
    padding: 30px 20px;
    margin: 0 17px;
  }
}

.product {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 305px;
  max-width: 240px;
  margin: auto;
  transition: 0.3s;
  overflow: hidden;
}
.product.hide-by-category, .product.hide-by-price, .product.hide-by-offer {
  display: none !important;
}
.product__img {
  position: absolute;
  transition: 0.4s;
  max-height: 240px;
}
.product__img-wrapper {
  position: relative;
  width: 240px;
  height: 280px;
}
.product__img--cover {
  opacity: 1;
}
.product__img--hover {
  opacity: 0;
}
.product__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.product__info__price {
  display: block;
}
.product__category {
  font-size: 10px;
  font-weight: 400;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: #B07239;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.product__category:is(strong) {
  font-weight: bold;
}
.product__title {
  font-size: 20px;
  font-weight: 400;
  line-height: initial;
  display: flex;
  align-items: center;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  color: black;
  margin-bottom: 15px;
  text-align: center;
  height: 100%;
}
.product__title:is(strong) {
  font-weight: bold;
}
.product__prices {
  display: flex;
  margin-bottom: 19px;
  justify-content: center;
}
.product__price {
  font-size: 12px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: #4B4B4B;
  letter-spacing: 1.6px;
}
.product__price:is(strong) {
  font-weight: bold;
}
.product__price--sale:not(:empty) {
  margin-left: 15px;
}
.product__price:empty {
  display: none;
}
.product[data-sale="1"] .product__price--full {
  position: relative;
}
.product[data-sale="1"] .product__price--full:after {
  content: "";
  background: #B07239;
  height: 2px;
  position: absolute;
  bottom: 5px;
  transform: rotate(-25deg);
  animation: long_price 0s forwards;
}
.product--order, .product--ticket {
  flex-direction: row;
}
.product--ticket {
  max-width: 100%;
  align-items: flex-start;
  margin: 0;
}
.product--ticket label {
  display: flex;
  align-items: center;
}
.product--ticket label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #4B4B4B;
  width: 20px;
  min-width: 20px;
  height: 20px;
  cursor: pointer;
}
.product--ticket label input:checked {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product--ticket label input:checked:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #B07239;
}
.product--ticket .product__content p {
  font-size: 15px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.product--ticket .product__content p:is(strong) {
  font-weight: bold;
}
.product--order {
  max-width: unset;
}
@media screen and (max-width: 500px) {
  .product--order {
    flex-direction: column;
  }
  .product--order .product__content {
    padding-left: 0 !important;
  }
}
.product:hover .product__img--cover {
  opacity: 0;
}
.product:hover .product__img--hover {
  opacity: 1;
}

.products {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
  padding: 40px 30px 0;
  box-sizing: content-box;
  flex-wrap: wrap;
}
.products .buttons-wrapper {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .products .buttons-wrapper {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    padding: 20px;
  }
}
.products__top {
  width: 100%;
  padding: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.products__top > div:first-child {
  width: 250px;
}
.products__top > div:last-child {
  margin-left: auto;
  margin-right: 0;
}
.products__top .sorting {
  position: relative;
}
.products__top .sorting__opener {
  cursor: pointer;
}
.products__top .sorting__types {
  top: 100%;
  right: 0;
  z-index: 10;
  padding: 15px 20px;
  margin-top: 10px;
  position: absolute;
  background-color: #FFF;
  border: 1px solid #000;
  opacity: 0;
  pointer-events: none;
  transition: all 150ms linear !important;
}
.products__top .sorting__types.open {
  opacity: 1;
  pointer-events: auto;
}
.products__top .sorting__type {
  font-weight: 400;
  font-size: 12px;
  padding: 5px 0;
  white-space: nowrap;
  letter-spacing: 0;
  cursor: pointer;
}
.products__top .sorting__type.active {
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 550px) {
  .products__top {
    font-size: 13px;
    width: calc(50% - 5px);
    padding: 15px;
    border: 1px solid #000;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
  }
  .products__top > div {
    display: none;
  }
  .products__top > div:last-child {
    display: block;
    margin: 0 auto;
  }
  .products__top .sorting {
    margin: 0;
    width: 100%;
  }
  .products__top .sorting__opener {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .products__top .sorting__types {
    right: -15px;
    margin-top: 25px;
  }
}
.products__filters {
  display: flex;
  flex-direction: column;
  width: 260px;
  min-width: 260px;
  padding: 0 30px 40px;
}
.products__filters__wrapper {
  display: flex;
  flex-direction: column;
}
.products__filters__wrapper--price, .products__filters__wrapper--offers, .products__filters__wrapper--variants {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.products__filters__wrapper--price:first-child, .products__filters__wrapper--offers:first-child, .products__filters__wrapper--variants:first-child {
  border-top: none;
}
@media screen and (max-width: 550px) {
  .products__filters__wrapper--price, .products__filters__wrapper--offers, .products__filters__wrapper--variants {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.products__filters__wrapper--price .choosen-values {
  display: flex;
  gap: 5px;
  font-size: 14px;
}
.products__filters__wrapper--price .rs-container {
  margin: 10px 0 0 0;
}
.products__filters__wrapper--price .rs-container .rs-scale {
  display: flex;
  width: 100%;
}
.products__filters__wrapper--price .rs-container .rs-scale span {
  width: 3.33% !important;
}
.products__filters__wrapper--price .rs-container .rs-bg,
.products__filters__wrapper--price .rs-container .rs-selected {
  height: 2px;
}
.products__filters__wrapper--price .rs-container .rs-pointer {
  top: -3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #000;
}
.products__filters__wrapper--price .rs-container .rs-pointer::before, .products__filters__wrapper--price .rs-container .rs-pointer::after {
  display: none;
}
.products__filters__wrapper--price .rs-container .rs-selected {
  border-color: #000 !important;
}
.products__filters__wrapper--price .rs-container .rs-scale span:first-child::before,
.products__filters__wrapper--price .rs-container .rs-scale span:last-child::before {
  display: none !important;
}
.products__filters__wrapper--price .rs-container .rs-scale span:first-child ins,
.products__filters__wrapper--price .rs-container .rs-scale span:last-child ins {
  margin-top: 15px;
  opacity: 0.5;
  font-weight: 400;
}
.products__filters__wrapper--price .rs-container .rs-scale span:first-child ins::after,
.products__filters__wrapper--price .rs-container .rs-scale span:last-child ins::after {
  content: "€";
  font-size: 12px;
  margin-left: 4px;
  display: inline-block;
}
.products__filters__wrapper--price .rs-container .rs-scale span:first-child ins {
  margin-left: 0 !important;
}
.products__filters__wrapper--price .rs-container .rs-scale span:last-child ins {
  margin-left: 0 !important;
  float: right;
}
.products__filters__wrapper--price .rs-container .rs-tooltip {
  opacity: 0;
  border-color: #000;
  border-width: 1px;
  transition: opacity 0.2s linear;
}
.products__filters__wrapper--price .rs-container .rs-tooltip::after {
  content: "€";
  margin-left: 4px;
}
.products__filters__wrapper--price .rs-container .rs-pointer:hover .rs-tooltip {
  opacity: 1;
}
.products__filters__wrapper--offers {
  visibility: hidden;
  /* 6. Mostra il segno di spunta quando è selezionato */
}
.products__filters__wrapper--offers input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.products__filters__wrapper--offers label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.products__filters__wrapper--offers label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #DDDDDD;
  transition: background-color 0.2s;
}
.products__filters__wrapper--offers label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 3px;
  background-color: #000;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.2s, transform 0.2s;
}
.products__filters__wrapper--offers input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.products__filters__wrapper--reset {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  padding: 20px 0;
  margin-top: 30px;
  cursor: pointer;
  visibility: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.products__filters__wrapper--reset img {
  width: 10px;
  height: auto;
  margin-right: 10px;
}
.products__filters__category {
  display: flex;
  flex-direction: column;
}
.products__filters__variants__wrapper {
  display: flex;
  flex-direction: column;
}
.products__filters__variants__wrapper ul li {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.products__filters__variants__wrapper ul li:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #676767;
  transform: translateX(-30px);
}
@media screen and (max-width: 550px) {
  .products__filters__variants__wrapper ul li:before {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .products__filters__variants__wrapper ul li {
    padding-left: 0;
  }
}
@media screen and (min-width: 551px) {
  .products__filters__variants__wrapper:not(:last-child) {
    margin-bottom: 50px;
  }
}
.products__filters__title {
  font-size: 14px;
  font-weight: 400;
  line-height: initial;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 18px;
}
.products__filters__title:is(strong) {
  font-weight: bold;
}
.products__filters ul li, .products__filters ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: #676767;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.products__filters ul li:is(strong), .products__filters ul li a:is(strong) {
  font-weight: bold;
}
.products__filters ul li.active span, .products__filters ul li a.active span {
  color: #D1A281;
}
.products__filters ul li.active:before, .products__filters ul li a.active:before {
  background: #D1A281;
}
.products__filters ul li:not(:last-child) {
  margin-bottom: 14px;
}
.products__filters ul li.filter_category {
  cursor: pointer;
}
.products__filters ul li.filter_category .counter:empty {
  display: none;
}
.products__filters ul li.filter_category .counter:before {
  content: "(";
}
.products__filters ul li.filter_category .counter:after {
  content: ")";
}
.products__filters__show, .products__filters__close {
  display: none;
}
@media screen and (max-width: 550px) {
  .products__filters {
    width: 100%;
    padding-bottom: 80px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 99;
    transition: all 200ms linear;
    opacity: 0;
    pointer-events: none;
  }
  .products__filters-wrapper {
    height: 100%;
    overflow: auto;
    padding: 60px 30px;
  }
  .products__filters__wrapper--reset {
    left: 0;
    bottom: 5px;
    width: 100%;
    position: absolute;
    border: none;
    justify-content: center;
  }
  .products__filters__wrapper--reset img {
    display: none;
  }
  .products__filters--open {
    opacity: 1;
    pointer-events: auto;
  }
  .products__filters__close {
    top: 60px;
    right: 30px;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url("/app/resources/i/close.svg");
    background-repeat: no-repeat;
    background-size: 20px;
  }
  .products__filters__show {
    bottom: 60px;
    right: 30px;
    width: calc(100% - 60px);
    padding: 15px;
    display: block;
    position: absolute;
    padding: 15px;
    text-align: center;
    color: #FFF;
    background-color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
  }
}
.products__open-filters {
  display: none;
}
@media screen and (max-width: 550px) {
  .products__open-filters {
    width: calc(50% - 5px);
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
  }
}
.products__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: calc(100% - 260px);
}
.products__list .product {
  margin: 10px;
  margin-bottom: 60px;
}
.products__list .product__img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__list .product__img-wrapper {
  height: auto;
  padding-bottom: 40px;
}
.products__list .product__img-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 550px) {
  .products__list .product__img-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .products__list .product__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .products__list .product {
    width: calc(50% - 22px);
    margin-bottom: 60px;
  }
}
.products__list__no-result {
  width: 100%;
  visibility: hidden;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 60px;
}
.products__list__no-result .filter-reset {
  margin: 30px auto;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  font-style: italic;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 12px;
  letter-spacing: 2px;
  transition: all 200ms linear;
  cursor: pointer;
}
.products__list__no-result .filter-reset:hover {
  color: #FFF;
  background-color: #000;
}
@media screen and (max-width: 550px) {
  .products__list {
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }
}
.products #price-slider {
  display: none;
}
@media screen and (max-width: 550px) {
  .products {
    flex-direction: column;
    padding: 0;
  }
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
}
.social i {
  color: #FFFFFF;
  font-size: 22px;
}
.social:not(:last-child) {
  margin-right: 40px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
}
.owl-dots.disabled {
  display: none;
}
.owl-dots .owl-dot {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: rgba(0, 0, 0, 0.2);
}
.owl-dots .owl-dot:before {
  border-color: #cacaca;
  border-width: 1px;
}
.owl-dots .owl-dot.active {
  background: #B07239;
}
.owl-dots .owl-dot.active:before {
  border-color: #B07239;
}
.owl-dots .owl-dot:not(:last-child) {
  margin-right: 20px;
}

[data-esiste="0"] {
  display: none !important;
}

#content_pagina_generica {
  width: 100%;
  padding: 50px 20px;
  max-width: 900px;
  margin: auto;
}
#content_pagina_generica h1, #content_pagina_generica h2, #content_pagina_generica h3, #content_pagina_generica h4, #content_pagina_generica h5, #content_pagina_generica h6 {
  font-weight: bold;
  margin: 15px 0;
}
#content_pagina_generica ul {
  padding-left: 20px;
  list-style: disc;
  margin: 20px 0;
}
#content_pagina_generica.error-page, #content_pagina_generica.error-page * {
  text-align: center;
}

.preorder_detail {
  border: 1px solid #000000;
  background: transparent;
}
.preorder_detail label {
  color: #000000;
}
.preorder_detail:hover {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}
.preorder_detail:hover label {
  color: #FFFFFF !important;
}

*::-webkit-scrollbar {
  height: 0;
  width: 0;
  color: unset;
}
*::-webkit-scrollbar-button {
  color: unset;
}
*::-webkit-scrollbar-track {
  color: unset;
}
*::-webkit-scrollbar-track-piece {
  color: unset;
}
*::-webkit-scrollbar-thumb {
  color: unset;
}
*::-webkit-scrollbar-corner {
  color: unset;
}
*::-webkit-resizer {
  color: unset;
}

#bestseller, #correlati, #instagram_post {
  padding: 65px 90px;
  max-width: 1600px;
  margin: auto;
}
#bestseller .owl-dots, #correlati .owl-dots, #instagram_post .owl-dots {
  margin-top: 65px;
}
#bestseller .owl-nav, #correlati .owl-nav, #instagram_post .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  padding: 0 30px;
  transform: translateY(-50%);
  z-index: -1;
}
#bestseller .owl-nav button, #correlati .owl-nav button, #instagram_post .owl-nav button {
  height: 50px;
  width: 20px;
  background: #B07239;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}
#bestseller .owl-nav button:first-child, #correlati .owl-nav button:first-child, #instagram_post .owl-nav button:first-child {
  -webkit-mask: url(/app/resources/i/arrow-left-grey.png) no-repeat center;
  mask: url(/app/resources/i/arrow-left-grey.png) no-repeat center;
}
#bestseller .owl-nav button:last-child, #correlati .owl-nav button:last-child, #instagram_post .owl-nav button:last-child {
  -webkit-mask: url(/app/resources/i/arrow-right-grey.png) no-repeat center;
  mask: url(/app/resources/i/arrow-right-grey.png) no-repeat center;
}
#bestseller .owl-nav.disabled, #correlati .owl-nav.disabled, #instagram_post .owl-nav.disabled {
  display: none;
}
#bestseller .owl-nav.disabled button, #correlati .owl-nav.disabled button, #instagram_post .owl-nav.disabled button {
  opacity: 0.5;
  pointer-events: none;
}
.product-gallery {
  padding: 0 40px;
}
.product-gallery .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.product-gallery .owl-nav button {
  height: 50px;
  width: 20px;
  background: #B07239;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}
.product-gallery .owl-nav button:first-child {
  -webkit-mask: url(/app/resources/i/arrow-left-grey.png) no-repeat center;
  mask: url(/app/resources/i/arrow-left-grey.png) no-repeat center;
}
.product-gallery .owl-nav button:last-child {
  -webkit-mask: url(/app/resources/i/arrow-right-grey.png) no-repeat center;
  mask: url(/app/resources/i/arrow-right-grey.png) no-repeat center;
}
.product-gallery .owl-nav.disabled button {
  opacity: 0.5;
  pointer-events: none;
}

.pswp__button--share, .pswp__button--fs, .pswp__button--zoom {
  display: none !important;
}

.blocchi_categorie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42px;
  margin-bottom: 150px;
  padding: 0 17px;
}
.blocchi_categorie .box {
  width: 32.8%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}
.blocchi_categorie .box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  transition: 0.3s;
  transform: scale(1.1);
  backface-visibility: hidden;
}
@media screen and (min-width: 999px) {
  .blocchi_categorie .box__img {
    filter: blur(0);
    opacity: 0.7;
  }
}
.blocchi_categorie .box .page__media__texts {
  position: relative;
  left: calc(50% + 0px / 2);
  top: calc(50% + 0px / 2);
  transform: translate(-50%, -50%);
  position: absolute;
}
.blocchi_categorie .box .page__media__texts .page__media__title {
  font-size: 26px;
  font-weight: 700;
  line-height: initial;
}
.blocchi_categorie .box .page__media__texts .page__media__title:is(strong) {
  font-weight: bold;
}
.blocchi_categorie .box .page__media__texts .page__media__title em {
  font-size: 26px;
  font-weight: 300;
  line-height: initial;
}
.blocchi_categorie .box .page__media__texts .page__media__title em:is(strong) {
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .blocchi_categorie .box .page__media__texts .page__media__title, .blocchi_categorie .box .page__media__texts .page__media__title em {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .blocchi_categorie .box .page__media__texts .page__media__title, .blocchi_categorie .box .page__media__texts .page__media__title em {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .blocchi_categorie .box .page__media__texts .page__media__title, .blocchi_categorie .box .page__media__texts .page__media__title em {
    font-size: 16px;
  }
}
.blocchi_categorie .box:hover .box__img {
  transform: scale(1);
  filter: blur(2px);
  opacity: 0.9;
  background: #000000;
}
@media screen and (max-width: 750px) {
  .blocchi_categorie .box {
    width: 49%;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 445px) {
  .blocchi_categorie .box .page__media__button {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .blocchi_categorie {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.blocchi_categorie--lista {
  max-width: 1450px;
  width: 95%;
  box-sizing: content-box;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .blocchi_categorie--lista .box {
    width: 100%;
    margin-bottom: 7px;
  }
  .blocchi_categorie--lista .box:empty {
    display: none;
  }
}

::-moz-selection {
  background-color: rgba(176, 114, 57, 0.2);
}

::selection {
  background-color: rgba(176, 114, 57, 0.2);
}

[data-component="001"][data-module=triplet].blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 96px 45px 96px;
}
[data-component="001"][data-module=triplet].blog .blog__header {
  display: none;
  /*
  @include flexbox;
  @include justify-content( center );
  max-width: $max-width-container;
  width: 100%;
  position: relative;
  margin-bottom: 60px;

  &__title{
  	@include regular( $blog_001-el-header-size );
  	font-family: $blog_001-el-header-font;

  	@include max( 525 ){
  		@include regular( $blog_001-el-header-size - 5 );
  	}
  	@include max( 370 ){
  		@include regular( $blog_001-el-header-size - 5 - 5 );
  	}
  }

  &__all{
  	@include bold( $blog_001-el-all-size );
  	font-family: $blog_001-el-all-font;
  	color: $blog_001-el-all-color;
  	position: absolute;
  	right: 0;
  	bottom: 0;

  	@include max( 370 ){
  		@include bold( $blog_001-el-all-size - 2 );
  	}
  }

  @include max( 525 ){
  	margin-bottom: 30px;
  }
  @include max( 485 ){
  	@include justify-content( flex-start );
  }
  */
}
[data-component="001"][data-module=triplet].blog .blog__triplet {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1600px;
  width: 100%;
}
@media screen and (max-width: 486px) {
  [data-component="001"][data-module=triplet].blog .blog__triplet .blog__element {
    width: 100%;
  }
}
@media screen and (min-width: 486px) and (max-width: 768px) {
  [data-component="001"][data-module=triplet].blog .blog__triplet .blog__element:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 485px) {
  [data-component="001"][data-module=triplet].blog .blog__triplet {
    flex-wrap: wrap;
  }
  [data-component="001"][data-module=triplet].blog .blog__triplet .blog__element {
    margin: auto;
    margin-bottom: 30px;
  }
  [data-component="001"][data-module=triplet].blog .blog__triplet .blog__element:last-child {
    opacity: 1;
    width: 90%;
  }
}
[data-component="001"][data-module=triplet].blog .item {
  height: 100%;
}
@media screen and (max-width: 1300px) {
  [data-component="001"][data-module=triplet].blog {
    padding: 65px 0 45px 0;
  }
}

[data-component="001"][data-module=element].blog__element {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
  max-width: 400px;
  opacity: 1;
  transition: 0.3s;
  border-bottom: 1px solid #B07239;
  position: relative;
  height: 100%;
}
[data-component="001"][data-module=element].blog__element .blog__info:before, [data-component="001"][data-module=element].blog__element .blog__info:after {
  content: " ";
  background: #B07239;
  position: absolute;
  top: 0;
  width: 1px;
  height: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
[data-component="001"][data-module=element].blog__element .blog__info:before {
  left: 0;
}
[data-component="001"][data-module=element].blog__element .blog__info:after {
  right: 0;
}
[data-component="001"][data-module=element].blog__element:after {
  content: " ";
  background: #FFFFFF;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 100%;
  transition: 0.3s;
  transition-delay: 0s;
  left: 0;
}
[data-component="001"][data-module=element].blog__element:hover .blog__info:before, [data-component="001"][data-module=element].blog__element:hover .blog__info:after {
  height: 100%;
  opacity: 1;
  transition-delay: 0s;
}
[data-component="001"][data-module=element].blog__element:hover:after {
  transition-delay: 0.3s;
  width: 0%;
  left: 50%;
}
[data-component="001"][data-module=element] .blog__preview {
  width: 100%;
  height: 350px;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
[data-component="001"][data-module=element] .blog__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 40px 15px;
  position: relative;
}
[data-component="001"][data-module=element] .blog__info__data {
  font-size: 16px;
  font-weight: 400;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: #000000;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 4.48px;
  text-align: center;
}
[data-component="001"][data-module=element] .blog__info__data:is(strong) {
  font-weight: bold;
}
[data-component="001"][data-module=element] .blog__info__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #4B4B4B;
  min-height: 50px;
  text-align: center;
  letter-spacing: 1.28px;
  height: 100%;
}
[data-component="001"][data-module=element] .blog__info__title:is(strong) {
  font-weight: bold;
}
[data-component="001"][data-module=element] .blog__info__read {
  margin-top: 25px;
}

[data-component="001"][data-module=header].blog-header .blog-header__title {
  font-size: 40px;
  font-weight: 400;
  line-height: initial;
  font-family: "Lato", sans-serif;
  text-align: center;
}
[data-component="001"][data-module=header].blog-header .blog-header__title:is(strong) {
  font-weight: bold;
}

[data-component="001"][data-module=tabs].blog-tabs {
  text-align: center;
  margin-top: 20px;
}
[data-component="001"][data-module=tabs].blog-tabs .tab {
  font-size: 14px;
  font-weight: 600;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: #AFAFAF;
  display: inline-block;
  margin: 20px 15px 0;
}
[data-component="001"][data-module=tabs].blog-tabs .tab:is(strong) {
  font-weight: bold;
}
[data-component="001"][data-module=tabs].blog-tabs .tab.active {
  color: #000000;
  cursor: auto;
}
@media screen and (max-width: 390px) {
  [data-component="001"][data-module=tabs].blog-tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

[data-component="001"][data-module=list].blog-list .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
[data-component="001"][data-module=list].blog-list .blog-list__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1600px;
  width: 100%;
}
[data-component="001"][data-module=list].blog-list .load_more_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
[data-component="001"][data-module=list].blog-list .load_more_wrapper #load_more {
  font-size: 16px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  background-color: #000000;
  text-transform: uppercase;
  padding: 10px 24px;
  cursor: pointer;
  transition: 0.5s;
  border: 3px solid transparent;
}
[data-component="001"][data-module=list].blog-list .load_more_wrapper #load_more:is(strong) {
  font-weight: bold;
}
[data-component="001"][data-module=list].blog-list .load_more_wrapper #load_more:hover {
  border-color: #000000;
  background: transparent;
  color: #000000;
}

[data-component="001"][data-module=body].MapContacts {
  display: flex;
  flex-direction: column;
  background-color: #FCFCFC;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__map {
  width: 100%;
  min-height: 625px;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  /* PADDING */
  padding: 25px;
  padding-bottom: 100px;
  padding-top: 60px;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__texts {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  [data-component="001"][data-module=body].MapContacts .MapContacts__contacts__texts {
    width: 100%;
    margin-bottom: 50px;
  }
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__title {
  font-size: 38px;
  font-weight: 400;
  line-height: 43px;
  font-family: "Lato", sans-serif;
  color: #272727;
  margin-bottom: 20px;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__title:is(strong) {
  font-weight: bold;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__title:empty {
  display: none;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Lato", sans-serif;
  color: #000000;
  margin-bottom: 25px;
  max-width: 360px;
  width: 100%;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__text:is(strong) {
  font-weight: bold;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__text:empty {
  display: none;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #272727;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__info:is(strong) {
  font-weight: bold;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__info b {
  color: #272727;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__socials {
  display: flex;
  margin-top: 35px;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__socials li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__socials li a:before {
  border-color: #000000;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__socials li a i {
  color: #FFFFFF;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__socials li a:hover {
  animation: oscilla 0.3s;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__socials li:not(:last-child) {
  margin-right: 20px;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__socials:empty {
  display: none;
}
[data-component="001"][data-module=body].MapContacts .MapContacts__contacts__form {
  width: 50%;
}
@media screen and (max-width: 600px) {
  [data-component="001"][data-module=body].MapContacts .MapContacts__contacts__form {
    width: 100%;
  }
  [data-component="001"][data-module=body].MapContacts .MapContacts__contacts__form .input-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1201px) {
  [data-component="001"][data-module=body].MapContacts .MapContacts__contacts {
    padding: 100px;
  }
}
@media screen and (min-width: 930px) and (max-width: 1200px) {
  [data-component="001"][data-module=body].MapContacts .MapContacts__contacts {
    padding: calc(100px + (100vw - 1050px) / 1.5);
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  [data-component="001"][data-module=body].MapContacts .MapContacts__contacts {
    flex-direction: column;
  }
}

/********************************************************************************/
/********************************************************************************/
[data-component="001"][data-module=popover].MapContacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Lato", sans-serif;
  text-align: center;
  padding: 20px;
  width: 250px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  border-radius: 5px;
  position: relative;
  transform: translate(-50%, 0);
  overflow: visible;
  white-space: nowrap;
}
[data-component="001"][data-module=popover].MapContacts:is(strong) {
  font-weight: bold;
}
[data-component="001"][data-module=popover].MapContacts:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  border-right: none;
  border-bottom: none;
}

.popup-bubble {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  font-family: sans-serif;
  overflow-y: auto;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  width: 200px;
}

/********************************************************************************/
/********************************************************************************/
[data-component="001"][data-module=title].MapContacts {
  display: flex;
  justify-content: center;
  font-size: 58px;
  font-weight: 400;
  line-height: initial;
  font-family: "Lato", sans-serif;
  padding: 85px 75px 90px;
}
[data-component="001"][data-module=title].MapContacts:is(strong) {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  [data-component="001"][data-module=title].MapContacts {
    font-size: 53px;
    font-weight: 400;
    line-height: initial;
    padding: 55px 75px 10px;
  }
  [data-component="001"][data-module=title].MapContacts:is(strong) {
    font-weight: bold;
  }
}
@media screen and (max-width: 445px) {
  [data-component="001"][data-module=title].MapContacts {
    font-size: 48px;
    font-weight: 400;
    line-height: initial;
  }
  [data-component="001"][data-module=title].MapContacts:is(strong) {
    font-weight: bold;
  }
}

.header {
  display: flex;
  justify-content: center;
  background: #FCFCFC;
  transition: 0.3s;
  position: fixed;
  top: 0;
  z-index: 6;
  height: 100px;
  padding: 35px 0;
  width: 100%;
}
.header__burger {
  display: flex;
  flex-direction: column;
  width: 40px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 2;
}
.header__burger__row {
  width: 30px;
  height: 2px;
  border-radius: 50px;
  background: #000000;
  left: 0;
  position: relative;
}
.header__burger__row:not(:last-child) {
  margin-bottom: 5px;
}
.header__burger:not(.open):hover .header__burger__row {
  opacity: 1;
  transition: 0.3s;
}
.header__burger:not(.open):hover .header__burger__row--top {
  animation: corto_lungo 0.3s;
}
.header__burger:not(.open):hover .header__burger__row--middle {
  animation: lungo_corto 0.3s;
}
.header__burger:not(.open):hover .header__burger__row--bottom {
  animation: corto_lungo 0.3s;
}
.header__burger.open .header__burger__row {
  width: 30px;
  transition: 0.3s;
  position: relative;
}
.header__burger.open .header__burger__row--top {
  transform: rotate(45deg);
  top: 6px;
}
.header__burger.open .header__burger__row--middle {
  opacity: 0;
}
.header__burger.open .header__burger__row--bottom {
  transform: rotate(-45deg);
  top: -8px;
}
.header__burger.open:hover .header__burger__row {
  width: 20px;
  left: 5px;
}
.header__logo {
  -webkit-mask: url(/app/resources/i/logo.svg) no-repeat center;
  mask: url(/app/resources/i/logo.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: linear-gradient(to right, #000000 48%, #c09a5d 48%, 63%, #000000 63%);
  width: 312px;
  height: 30px;
  transition: 0.3s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 635px) {
  .header__logo {
    -webkit-mask: url(/app/resources/i/logo_mobile.svg) no-repeat center;
    mask: url(/app/resources/i/logo_mobile.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: conic-gradient(from 275deg at 32% 38%, #000000 60%, #000000 70%, #c09a5d, #c09a5d, #c09a5d);
    width: 121px;
    height: 44px;
  }
}
.header__left {
  display: flex;
}
.header__left__lang {
  font-size: 11px;
  font-weight: 600;
  line-height: initial;
  text-transform: uppercase;
  cursor: pointer;
}
.header__left__lang:is(strong) {
  font-weight: bold;
}
.header__left__lang:not(:last-child) {
  margin-bottom: 10px;
}
.header__left__lang#lingua_attiva {
  z-index: 1;
}
.header__left__lang#lingua_attiva:hover i {
  position: relative;
  animation: down_up 0.5s;
}
.header__left__lang span {
  color: #000000;
}
.header__left__lang i {
  margin-left: 10px;
  color: #000000;
}
.header__left__langs {
  display: flex;
  flex-direction: column;
  opacity: 0;
  top: 0;
  background: #FCFCFC;
  transition: 0.3s;
  pointer-events: none;
  position: absolute;
  padding: 10px;
  left: -10px;
  border-radius: 3px;
}
.header__left__langs.show {
  opacity: 1;
  top: 15px;
  pointer-events: auto;
}
.header__left__langs_wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 635px) {
  .header__left__langs_wrapper {
    display: none;
  }
}
.header__right {
  display: flex;
  align-items: center;
  position: relative;
}
.header__icon {
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  background: #000000;
  height: 28px;
  width: 28px;
  transition: 0.3s;
}
.header__icon:hover {
  animation: oscilla 0.5s;
}
.header__icon--search {
  -webkit-mask: url(/app/resources/i/search.svg) no-repeat center;
  mask: url(/app/resources/i/search.svg) no-repeat center;
  display: none;
}
@media screen and (max-width: 635px) {
  .header__icon--profile {
    display: none;
  }
}
.header__icon--bag {
  -webkit-mask: url(/app/resources/i/bag.svg) no-repeat center;
  mask: url(/app/resources/i/bag.svg) no-repeat center;
}
.header__icons {
  display: flex;
}
.header__icons__social_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  width: 37px;
  background: #394D5A;
  border-radius: 50%;
  margin-right: 8px;
}
.header__icons__social_wrapper i {
  color: #FFFFFF;
  font-size: 20px;
}
.header__icons__social_wrapper:last-child {
  margin-right: 0;
}
.header__icons__social_wrapper:hover {
  animation: oscilla 0.5s;
}
.header__icons__social_wrapper:before {
  border-color: #394D5A;
}
.header__icons__social_wrapper:before {
  border-color: #394D5A;
}
.header__icons__social_wrapper i {
  font-size: 17px;
}
.header__icon__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: initial;
  font-style: italic;
  background: #B07239;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: -8px;
  color: #FFFFFF;
}
.header__icon__badge:is(strong) {
  font-weight: bold;
}
.header__icon__badge:before {
  border-color: #B07239;
}
.header__icon__badge:before {
  border-width: 2px;
}
.header__icon__wrapper {
  position: relative;
  cursor: pointer;
}
.header__icon__wrapper:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 630px) {
  .header__icon__wrapper:not(:last-child) {
    margin-right: 20px;
  }
}
.header.transparent {
  background: transparent;
}
.header.transparent .header__burger__row {
  background: #FFFFFF;
}
.header.transparent .header__logo {
  -webkit-mask: url(/app/resources/i/logo.svg) no-repeat center;
  mask: url(/app/resources/i/logo.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: linear-gradient(to right, #000000 48%, #c09a5d 48%, 63%, #000000 63%);
  width: 312px;
  height: 30px;
  transition: 0.3s;
  background: #FFFFFF !important;
}
@media screen and (max-width: 635px) {
  .header.transparent .header__logo {
    -webkit-mask: url(/app/resources/i/logo_mobile.svg) no-repeat center;
    mask: url(/app/resources/i/logo_mobile.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: conic-gradient(from 275deg at 32% 38%, #000000 60%, #000000 70%, #c09a5d, #c09a5d, #c09a5d);
    width: 121px;
    height: 44px;
  }
}
.header.transparent .header__left__langs {
  background: transparent;
}
.header.transparent .header__left__lang {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.header.transparent .header__left__lang span {
  color: #FFFFFF;
}
.header.transparent .header__left__lang i {
  color: #FFFFFF;
}
.header.transparent .header__icon {
  background: #FFFFFF;
}
@media screen and (max-width: 440px) {
  .header.transparent {
    padding: 15px 35px;
  }
}
.header__cart {
  position: absolute;
  width: 420px;
  top: 45px;
  right: 0;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: 0.3s;
  transform: translateX(20px);
  pointer-events: none;
}
.header__cart__card {
  border-radius: 5px;
  background: #FFFFFF;
  padding: 22px;
}
.header__cart__card .card__title {
  display: flex;
  font-size: 13px;
  font-weight: 700;
  line-height: initial;
  color: #000000;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.header__cart__card .card__title:is(strong) {
  font-weight: bold;
}
.header__cart__card .card__title__counter {
  color: #B07239;
  margin-right: 5px;
}
.header__cart__card .card__title__label .singolare {
  display: none;
}
.header__cart__card .card__title__label .plurale {
  display: block;
}
.header__cart__card .card__title__label[data-singolare="1"] .singolare {
  display: block;
}
.header__cart__card .card__title__label[data-singolare="1"] .plurale {
  display: none;
}
.header__cart__card .card__list {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.header__cart__card .card__list__title {
  font-size: 13px;
  font-weight: 500;
  line-height: initial;
  color: #B07239;
  padding-bottom: 20px;
}
.header__cart__card .card__list__title:is(strong) {
  font-weight: bold;
}
.header__cart__card .card__list ul {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.header__cart__card .card__list .loader {
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.header__cart__card .card__list.loading .cart_product {
  opacity: 0.3;
}
.header__cart__card .card__list.loading .loader {
  opacity: 1;
}
.header__cart__card .card__button .button {
  justify-content: center;
}
@media screen and (max-width: 350px) {
  .header__cart__card {
    padding: 15px;
  }
}
.header__cart.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
@media screen and (max-width: 510px) {
  .header__cart.show {
    position: fixed;
    width: 90%;
    left: 5%;
    top: 80px;
  }
}
.header__cart[data-counter="0"] .card__list__title, .header__cart[data-counter="0"] .card__list ul {
  display: none;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1450px;
  width: 95%;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 35px;
  }
}

.cart_product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s;
}
.cart_product__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.cart_product__img_wrapper {
  position: relative;
  min-width: 92px;
  width: 92px;
  height: 92px;
}
.cart_product__img_wrapper:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.cart_product__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 92px;
  padding-left: 20px;
}
@media screen and (max-width: 450px) {
  .cart_product__info {
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: column;
  }
}
@media screen and (max-width: 350px) {
  .cart_product__info {
    padding-left: 10px;
  }
}
.cart_product__nome {
  font-size: 14px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding-right: 15px;
}
.cart_product__nome:is(strong) {
  font-weight: bold;
}
.cart_product__prezzo {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 450px) {
  .cart_product__prezzo {
    flex-direction: row;
  }
}
.cart_product__totale {
  font-size: 14px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.6px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.cart_product__totale:is(strong) {
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .cart_product__totale {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.cart_product__counter {
  font-size: 15px;
  font-weight: 700;
  line-height: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 5px 8px;
  border-bottom: 2px solid #B07239;
}
.cart_product__counter:is(strong) {
  font-weight: bold;
}
.cart_product__counter_wrapper {
  position: relative;
}
.cart_product__counter_wrapper:after {
  content: "\f0dd";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  right: 10px;
  top: 5px;
  pointer-events: none;
  font-weight: 900;
}
@media screen and (max-width: 450px) {
  .cart_product__counter_wrapper {
    width: 60px;
  }
}
@media screen and (max-width: 450px) {
  .cart_product {
    align-items: flex-start;
  }
}

.profile {
  -webkit-mask: url(/app/resources/i/profile.svg) no-repeat center;
  mask: url(/app/resources/i/profile.svg) no-repeat center;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  background: #000000;
  height: 28px;
  width: 28px;
}

.menu {
  padding: 35px 75px;
  display: flex;
  position: fixed;
  top: 100px;
  height: calc(100vh - 100px);
  z-index: 4;
  opacity: 0;
  border-radius: 5px;
  transition: 0.6s;
  background: #FCFCFC;
  transform: translateX(-50%) scale(0.99);
  max-width: 1450px;
  width: 95%;
  left: 50%;
  box-sizing: content-box;
}
.menu__column {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: auto;
  overflow: hidden;
  position: relative;
}
.menu__column__content {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  transform: translateX(5px);
  opacity: 0;
  transition: 0.6s;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 635px) {
  .menu__column__content {
    display: none;
  }
}
.menu__column__content.active {
  transform: translateX(0px);
  opacity: 1;
  position: relative;
  pointer-events: auto;
  z-index: 1;
  overflow-y: scroll;
}
@media screen and (max-width: 635px) {
  .menu__column__content.active {
    display: flex;
  }
}
@media screen and (max-width: 635px) {
  .menu__column__content, .menu__column__content .active {
    transition: 0s;
  }
}
.menu__column__content.check_width {
  width: auto !important;
}
.menu__column__content__sub-column {
  display: flex;
  flex-direction: column;
  display: block;
  width: 210px;
}
.menu__column__content__sub-column:not(:last-child) {
  margin-right: 40px;
}
.menu__column__content__sub-column--categorie {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu__column__content__sub-column--categorie .menu__column__voices-wrapper {
  margin-right: 40px;
  min-width: 160px;
  width: 25%;
}
@media screen and (max-width: 900px) {
  .menu__column__content__sub-column--categorie .menu__column__voices-wrapper {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (max-width: 635px) {
  .menu__column__content__sub-column--categorie .menu__column__voices-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .menu__column__content__sub-column--categorie {
    justify-content: space-between;
  }
}
.menu__column__content__sub-column--3 {
  width: auto;
  -moz-columns: 210px 3;
       columns: 210px 3;
}
@media (max-width: 991px) {
  .menu__column__content__sub-column--3 {
    -moz-columns: 1;
         columns: 1;
  }
}
.menu__column__title {
  font-size: 11px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #B07239;
  letter-spacing: 3.5px;
}
.menu__column__title:is(strong) {
  font-weight: bold;
}
.menu__column__title:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 635px) {
  .menu__column__title {
    text-align: center;
  }
}
.menu__column__voices-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.menu__column__voice {
  font-size: 11px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: rgba(60, 60, 60, 0.7);
  letter-spacing: 3.5px;
  width: 100%;
  transition: 0.6s;
  margin-bottom: 20px;
  display: block;
}
.menu__column__voice:is(strong) {
  font-weight: bold;
}
.menu__column__voice a {
  font-size: 27px;
  font-weight: 400;
  line-height: initial;
  color: #FFFFFF;
  text-transform: capitalize;
  top: -30px;
  opacity: 0;
  transition: 1s;
  transition-delay: calc(0.6s - 0.1s);
}
.menu__column__voice a:after {
  background: #FFFFFF;
}
.menu__column__voice a:is(strong) {
  font-weight: bold;
}
.menu__column__voice a:after {
  bottom: -1px;
}
@media screen and (max-width: 1125px) {
  .menu__column__voice a {
    font-size: 22px;
  }
}
@media screen and (max-width: 955px) {
  .menu__column__voice a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .menu__column__voice a {
    font-size: 16px;
  }
}
.menu__column__voice--small {
  font-size: 12px;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 1.6px;
}
.menu__column__voice--small:is(strong) {
  font-weight: bold;
}
.menu__column__voice--small:not(:last-child) {
  margin-bottom: 10px;
}
.menu__column__voice:hover {
  color: #B07239;
}
.menu__column__voice:empty {
  display: none;
}
@media screen and (max-width: 635px) {
  .menu__column__voice {
    text-align: center;
  }
}
.menu__column__menu {
  font-size: 17px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: #3C3C3C;
  letter-spacing: 3.5px;
  cursor: pointer;
  transition: 0.6s;
}
.menu__column__menu:is(strong) {
  font-weight: bold;
}
.menu__column__menu em, .menu__column__menu i {
  font-size: 17px;
  font-weight: 300;
  line-height: initial;
  font-style: italic;
  transition: 0.6s;
}
.menu__column__menu em:is(strong), .menu__column__menu i:is(strong) {
  font-weight: bold;
}
@media screen and (max-width: 635px) {
  .menu__column__menu--mobile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
    border-left: 0;
  }
}
.menu__column__menu--mobile-wrapper:not(:last-child) {
  margin-bottom: 60px;
  border-bottom: 0;
}
@media screen and (max-width: 635px) {
  .menu__column__menu--mobile-wrapper:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 636px) {
  .menu__column__menu--mobile-wrapper:nth-last-child(-n+2) {
    display: none;
  }
}
.menu__column__menu--mobile-wrapper .lang_mobile {
  text-transform: uppercase;
}
.menu__column__menu--mobile-wrapper .lang_mobile.active {
  color: #B07239;
}
.menu__column__menu--mobile-wrapper .lang_mobile:not(:last-child) {
  margin-right: 20px;
}
.menu__column__menu--mobile-content .menu__column__content {
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
}
.menu__column__menu--mobile-content .menu__column__content__sub-column {
  margin: auto;
}
.menu__column__menu--mobile-content .menu__column__content__sub-column:last-child .menu__column__voice:last-child {
  margin-bottom: 0;
}
.menu__column__menu--profile {
  display: flex;
  align-items: center;
}
.menu__column__menu--profile .profile {
  margin-right: 15px;
}
.menu__column__menu.active, .menu__column__menu.active * {
  color: #B07239;
}
.menu__column__menu.active:after, .menu__column__menu.active *:after {
  height: 0;
}
@media screen and (max-width: 635px) {
  .menu__column__menu {
    transition: 0s;
  }
}
.menu__column--shopby {
  width: 75px;
  min-width: 75px;
}
@media screen and (min-width: 636px) and (max-width: 1060px) {
  .menu__column--shopby {
    display: none;
  }
}
.menu__column--categorie {
  width: 205px;
  min-width: 205px;
}
.menu__column--voices {
  width: 100%;
}
@media screen and (max-width: 635px) {
  .menu__column--voices {
    display: none;
  }
}
.menu__column:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  .menu__column {
    width: 100%;
    overflow: visible;
  }
}
.menu, .menu * {
  pointer-events: none !important;
}
@media screen and (max-width: 750px) {
  .menu {
    padding: 35px;
  }
}
@media screen and (max-width: 635px) {
  .menu {
    flex-direction: column;
    overflow: scroll;
    height: calc(100vh - 70px);
    padding-bottom: 170px;
    box-sizing: border-box;
  }
}

html.menu_open .menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  border-radius: 0px;
}
html.menu_open .menu:before {
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: calc(100% - 2 * 75px);
  top: 0px;
  left: 0;
  margin: 0 75px;
}
@media screen and (max-width: 750px) {
  html.menu_open .menu:before {
    width: calc(100% - 2 * 35px);
    margin: 0 35px;
  }
}
@media screen and (max-width: 635px) {
  html.menu_open .menu:before {
    width: 0;
  }
}
html.menu_open .menu, html.menu_open .menu * {
  pointer-events: auto !important;
}

.footer {
  display: flex;
  flex-direction: column;
}
.footer__info {
  background: #DDDEE2;
}
.footer__info .container {
  display: flex;
  align-items: center;
  height: 450px;
  padding: 0;
}
@media screen and (max-width: 875px) {
  .footer__info .container {
    height: auto;
    flex-direction: column;
  }
}
.footer__info__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  height: 220px;
  padding: 20px;
}
.footer__info__column:nth-child(2) {
  border: 1px solid black;
  border-top: 0;
  border-bottom: 0;
}
@media screen and (max-width: 875px) {
  .footer__info__column:nth-child(2) {
    border: 1px solid black;
    border-left: 0;
    border-right: 0;
  }
}
.footer__info__column__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  letter-spacing: 4.48px;
  max-width: 250px;
  text-align: center;
  margin-bottom: 22px;
}
.footer__info__column__title:is(strong) {
  font-weight: bold;
}
@media screen and (max-width: 875px) {
  .footer__info__column__title {
    margin-bottom: 0;
  }
}
.footer__info__column__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__info__column__content__phone, .footer__info__column__content__mail {
  font-size: 16px;
  font-weight: 600;
  line-height: initial;
  font-family: "Lato", sans-serif;
}
.footer__info__column__content__phone:is(strong), .footer__info__column__content__mail:is(strong) {
  font-weight: bold;
}
.footer__info__column__content__phone {
  letter-spacing: 4.48px;
}
.footer__info__column__content__mail {
  letter-spacing: 1.28px;
  margin-bottom: 14px;
}
.footer__info__column__content__input {
  position: relative;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #000000;
  margin-bottom: 15px;
}
.footer__info__column__content__input input {
  height: 100%;
  width: calc(100% - 40px);
  padding: 0 10px;
  background: transparent;
  border: 0;
}
.footer__info__column__content__input input::-moz-placeholder {
  color: #DDDEE2;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
.footer__info__column__content__input input::placeholder {
  color: #DDDEE2;
  transition: 0.7s;
}
.footer__info__column__content__input .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  top: 0;
  cursor: pointer;
  background: #000000;
  border-radius: 5px;
}
.footer__info__column__content__input .icon i {
  color: #DDDEE2;
  font-size: 20px;
}
.footer__info__column__content__input .icon i.fa-spinner {
  display: none;
}
.footer__info__column__content__input .icon.load .fa-spinner {
  display: block;
}
.footer__info__column__content__input .icon.load .fa-arrow-right {
  display: none;
}
.footer__info__column__content__input .icon.error_pulse {
  animation: error_pulse 0.3s;
}
.footer__info__column__content__input:hover .footer__info__column__content__background, .footer__info__column__content__input.no-bg .footer__info__column__content__background {
  width: 0;
}
.footer__info__column__content__input:hover input::-moz-placeholder, .footer__info__column__content__input.no-bg input::-moz-placeholder {
  color: #000000;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.footer__info__column__content__input:hover input::placeholder, .footer__info__column__content__input.no-bg input::placeholder {
  color: #000000;
  transition: 0.3s;
}
@media screen and (max-width: 875px) {
  .footer__info__column__content__input {
    margin-top: 20px;
  }
}
.footer__info__column__content__input.error_pulse {
  border-left: 3px solid #CE0000;
}
.footer__info__column__content__background {
  position: absolute;
  background: #000000;
  width: 120%;
  height: 100%;
  top: 0;
  right: -10%;
  z-index: -1;
  transition: 0.7s;
  border-radius: 5px;
}
.footer__info__column__content__policy {
  font-size: 11px;
  font-weight: 400;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: rgba(60, 60, 60, 0.8);
}
.footer__info__column__content__policy:is(strong) {
  font-weight: bold;
}
.footer__info__column__content__policy #privacy_newsletter:not(:checked) {
  background: rgb(165.9523809524, 168.5714285714, 179.0476190476);
}
.footer__info__column__content__social {
  display: flex;
}
.footer__info__column__content__social .social i {
  color: #DDDEE2;
}
@media screen and (max-width: 875px) {
  .footer__info__column {
    justify-content: center;
    width: 70%;
    padding: 40px 0;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .footer__info__column {
    width: 90%;
  }
}
.footer__links_wrapper {
  background: #000000;
}
.footer__links_wrapper .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 385px;
}
@media screen and (max-width: 635px) {
  .footer__links_wrapper .container {
    height: auto;
    padding: 0 10px;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer__links__logo {
  -webkit-mask: url(/app/resources/i/logo.svg) no-repeat center;
  mask: url(/app/resources/i/logo.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: linear-gradient(to right, #000000 48%, #c09a5d 48%, 63%, #000000 63%);
  width: 312px;
  height: 30px;
  transition: 0.3s;
  background: #FFFFFF !important;
  position: absolute;
}
@media screen and (max-width: 635px) {
  .footer__links__logo {
    -webkit-mask: url(/app/resources/i/logo_mobile.svg) no-repeat center;
    mask: url(/app/resources/i/logo_mobile.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: conic-gradient(from 275deg at 32% 38%, #000000 60%, #000000 70%, #c09a5d, #c09a5d, #c09a5d);
    width: 121px;
    height: 44px;
  }
}
.footer__links__logo_wrapper {
  width: 50%;
  height: 45px;
}
@media screen and (max-width: 875px) {
  .footer__links__logo_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
.footer__links__value {
  font-size: 13px;
  font-weight: 400;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: rgba(255, 255, 255, 0.6);
}
.footer__links__value:is(strong) {
  font-weight: bold;
}
.footer__links__values_column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.footer__links__values_columns {
  display: flex;
  width: 50%;
}
@media screen and (max-width: 875px) {
  .footer__links__values_columns {
    width: 70%;
  }
}
@media screen and (max-width: 635px) {
  .footer__links__values_columns {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 875px) {
  .footer__links__values_column {
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 635px) {
  .footer__links__values_column:not(:last-child) {
    margin-bottom: 30px;
  }
}
.footer__links__value:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 875px) {
  .footer__links {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 635px) {
  .footer__links {
    padding: 30px 0;
  }
}
.footer__credits, .footer__captcha {
  font-size: 12px;
  font-weight: 600;
  line-height: initial;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  text-align: center;
  padding: 20px 0 15px;
}
.footer__credits:is(strong), .footer__captcha:is(strong) {
  font-weight: bold;
}
.footer__credits b, .footer__captcha b {
  color: rgba(255, 255, 255, 0.6);
}
.footer__captcha {
  font-size: 12px;
  font-weight: 400;
  line-height: initial;
}
.footer__captcha:is(strong) {
  font-weight: bold;
}

.form .input-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 10px;
  position: relative;
  margin-bottom: 10px;
}
.form .input-wrapper__label--feedback {
  display: none;
}
.form .input-wrapper__label a, .form .input-wrapper__label sup {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.form .input-wrapper__label a {
  line-height: 0;
}
.form .input-wrapper__label:empty {
  display: none;
}
.form .input-wrapper__element {
  border: 0;
  padding: 16px;
}
.form .input-wrapper__element--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.form .input-wrapper__element--textarea {
  height: 200px;
}
.form .input-wrapper__element--checkbox {
  justify-content: flex-start;
  padding: 0;
}
.form .input-wrapper__element::-moz-placeholder {
  color: rgba(50, 55, 70, 0.3);
}
.form .input-wrapper__element::placeholder {
  color: rgba(50, 55, 70, 0.3);
}
.form .input-wrapper__element:not(.form .input-wrapper__element--checkbox) {
  padding: 12px 5px;
  background: transparent;
  border-bottom: 2px solid #E0E0E0;
}
.form .input-wrapper__element.district {
  text-transform: uppercase;
}
.form .input-wrapper__icon {
  pointer-events: none;
}
.form .input-wrapper__icon--arrow, .form .input-wrapper__icon--attach {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: rgba(50, 55, 70, 0.3);
}
.form .input-wrapper--checkbox {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.form .input-wrapper--checkbox input {
  flex-direction: row;
  width: 16px;
  min-width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  background: #DDDEE2;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.form .input-wrapper--checkbox input:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
  background: #B07239;
  left: 50%;
  top: 50%;
}
.form .input-wrapper--checkbox input:checked {
  background: transparent;
  border-color: #B07239;
}
.form .input-wrapper--checkbox input:checked:after {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.form .input-wrapper--checkbox label {
  font-size: 11px;
  font-weight: 300;
  line-height: 0px;
  margin-left: 10px;
  margin-bottom: 0;
  cursor: pointer;
}
.form .input-wrapper--checkbox label:is(strong) {
  font-weight: bold;
}
.form .input-wrapper--checkbox label a {
  font-size: 11px;
  font-weight: 300;
  line-height: initial;
  font-weight: bold;
}
.form .input-wrapper--checkbox label a:is(strong) {
  font-weight: bold;
}
.form .input-wrapper--checkbox .input__label {
  margin: 0;
  text-transform: initial;
}
.form .input-wrapper--select__inner {
  position: relative;
}
.form .input-wrapper--file label {
  cursor: pointer;
}
.form .input-wrapper--file__list {
  font-size: 12px;
  margin-top: 10px;
}
.form .input-wrapper--file__list:empty {
  display: none;
}
.form .input-wrapper--hidden {
  margin: 0;
}
.form h2 {
  font-size: 15px;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form h2:is(strong) {
  font-weight: bold;
}
.form .has-error .input-wrapper__label {
  color: #CE0000;
}
.form .has-error .input-wrapper__label--feedback {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: initial;
  padding-top: 5px;
}
.form .has-error .input-wrapper__label--feedback:is(strong) {
  font-weight: bold;
}
.form .has-error .input-wrapper__element {
  background: #FFF4F4;
  border-color: #CE0000;
}
.form .has-error .input-wrapper__element--checkbox:before {
  color: #CE0000;
}
.form .has-error .input-wrapper__icon--arrow {
  color: #CE0000;
}
.form .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.form .row--1 .input-wrapper {
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
}
@media screen and (max-width: 485px) {
  .form .row--1 .input-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form .row--2 .input-wrapper {
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
@media screen and (max-width: 485px) {
  .form .row--2 .input-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form .row--3 .input-wrapper {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
@media screen and (max-width: 485px) {
  .form .row--3 .input-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form .row--4 .input-wrapper {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
@media screen and (max-width: 485px) {
  .form .row--4 .input-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form .row--remember {
  padding-top: 10px;
}
.form .form-fields-container:not(:last-child) {
  margin-bottom: 30px;
}
.form .italy_only {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form .italy_province {
  width: 50%;
}
.form .italy_province .input-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 485px) {
  .form .italy_province {
    width: 100%;
  }
}

.form_thankyou_style {
  text-align: center;
  padding: 25px 25px 15px 25px;
  border-radius: 4px;
  border: 2px solid #B07239;
}
.form_thankyou_style .checkmark {
  width: 56px;
  height: 56px;
  margin: 0 auto 25px auto;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke-miterlimit: 10;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  stroke: #FFFFFF;
  box-shadow: inset 0px 0px 0px #B07239;
}
.form_thankyou_style .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  stroke: #B07239;
}
.form_thankyou_style .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #B07239;
  }
}
.form_thankyou_style .ty-title {
  font-weight: bold;
  max-width: 100%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
  margin-bottom: 15px;
}
.form_thankyou_style p {
  text-align: center;
}

#stripe_form {
  max-width: 100%;
}
#stripe_form .form__feedback {
  margin-bottom: 45px;
}
#stripe_form .form__feedback .message {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
#stripe_form .form__feedback.error .message {
  color: #B07239;
}
#stripe_form .form__field {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.5%;
  display: inline-block;
  vertical-align: top;
}
#stripe_form .form__field--div {
  padding-left: 50px;
}
#stripe_form .form__field__icon {
  position: absolute;
  left: 5px;
  bottom: 50%;
  transform: translateY(50%);
  font-size: 20px;
  color: rgba(54, 53, 53, 0.3);
  width: 25px;
}
#stripe_form .form__field__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#stripe_form .form__field--small {
  width: 33.3%;
  padding-right: 5%;
}
#stripe_form .form__field--small.last {
  padding-right: 0;
}
@media screen and (max-width: 990px) {
  #stripe_form .form__field--small {
    width: 100%;
    padding-right: 0%;
  }
}
#stripe_form .form__field--small .form__field__icon {
  right: 15%;
}
#stripe_form .form__field--medium {
  width: 62%;
  margin-right: 4.5%;
}
#stripe_form .form__field--half {
  width: 49%;
  margin-right: 2%;
}
#stripe_form .form__field--half.last {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #stripe_form .form__field--half {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
#stripe_form .form__field--checkbox {
  margin: 0px !important;
}
#stripe_form .form__field .label {
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3em;
  padding-right: 0;
  margin-bottom: 0;
}
#stripe_form .form__field .label--ticket {
  margin-left: 3px;
}
#stripe_form .form__field .label span.mandatory_asterisk {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
#stripe_form .form__field .label--error {
  color: #B07239;
}
#stripe_form .form__field .label.form__field--textarea {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}
#stripe_form .form__field .label.form__field--textarea span.mandatory_asterisk {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
}
#stripe_form .form__field .input {
  background-color: transparent;
  border: none;
  display: block;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1em;
  line-height: 30px;
  height: 30px;
  color: #757575;
}
#stripe_form .form__field .input--error {
  color: #B07239;
}
#stripe_form .form__field .input.filled, #stripe_form .form__field .input:focus {
  border-bottom: 2px solid #B07239;
  transition: all 0.3s ease;
}
#stripe_form .form__field .select {
  background: url(/app/resources/i/select.png) no-repeat right center;
  background-size: 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#stripe_form .form__field .select:invalid {
  color: rgba(0, 0, 0, 0.3);
}
#stripe_form .form__field .select [disabled] {
  color: rgba(0, 0, 0, 0.3);
}
#stripe_form .form__field .select option {
  color: #B07239;
}
#stripe_form .form__field .err {
  color: #B07239;
}
#stripe_form .form__field input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(54, 53, 53, 0.3);
  opacity: 1; /* Firefox */
}
#stripe_form .form__field input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(54, 53, 53, 0.3);
  opacity: 1; /* Firefox */
}
#stripe_form .form__field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(54, 53, 53, 0.3);
}
#stripe_form .form__field input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(54, 53, 53, 0.3);
}
#stripe_form .form__field .textarea {
  width: 100%;
  min-height: 250px;
  color: #B07239;
  background: rgba(250, 247, 244, 0.85);
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  line-height: 1.3em;
}
#stripe_form .form__field .textarea--ticket {
  min-height: 130px;
  padding: 15px 0;
  color: #B07239;
  border-bottom: 2px solid #E0E0E0;
  font-size: 16px;
  font-weight: 300;
  background: transparent;
  resize: none !important;
}
#stripe_form .form__field .submit {
  background: #B07239;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 15px;
  border: 2px solid #B07239;
  cursor: pointer;
  transition: 0.3s all;
  text-align: center;
  width: 100%;
  max-width: 360px;
}
#stripe_form .form__field .submit:hover {
  background: transparent;
  color: #B07239;
  transition: 0.3s all;
}
#stripe_form .form__field .radio-container {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 0px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#stripe_form .form__field .radio-container label {
  width: 100%;
  display: block;
  padding: 5px 30px 15px 35px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
}
#stripe_form .form__field .radio-container input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 0;
}
#stripe_form .form__field .radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgb(250, 247, 244);
  border-radius: 50%;
  z-index: 0;
  border: 1px solid #bfbebe;
}
#stripe_form .form__field .radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#stripe_form .form__field .radio-container:hover input ~ .checkmark {
  background-color: rgb(250, 247, 244);
}
#stripe_form .form__field .radio-container input:checked ~ .checkmark {
  background-color: rgb(250, 247, 244);
}
#stripe_form .form__field .radio-container input:checked ~ .checkmark:after, #stripe_form .form__field .radio-container input:checked ~ .radio .checkmark:after {
  display: block;
}
#stripe_form .form__field .radio-container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B07239;
}
@media screen and (max-width: 1200px) {
  #stripe_form .form__field .radio-container {
    width: 100%;
  }
}
#stripe_form textarea {
  resize: vertical;
}
#stripe_form .hidden-fields {
  display: none;
}
#stripe_form .div_radio > label {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
#stripe_form .div_radio > label span.mandatory_asterisk {
  font-size: 20px;
}
#stripe_form .label-middle-fields p {
  text-align: center;
  font-size: 20px;
  padding: 30px 0 0 0;
}
#stripe_form .checkbox {
  display: block;
  margin: 45px 0;
  position: relative;
}
#stripe_form .checkbox input[type=radio],
#stripe_form .checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  position: absolute;
}
#stripe_form .checkbox .err {
  margin-left: 60px;
}
#stripe_form .checkbox .mock {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: relative;
  background-color: rgba(250, 247, 244, 0.85);
  border: 2px solid #B07239;
  margin: 0;
}
#stripe_form .checkbox input[type=radio]:checked + .mock:after,
#stripe_form .checkbox input[type=checkbox]:checked + .mock:after {
  content: "";
  background-color: #B07239;
  margin: 5px;
  height: 16px;
  position: relative;
  display: block;
}
#stripe_form .checkbox input[type=radio]:disabled + .mock:after,
#stripe_form .checkbox input[type=checkbox]:disabled + .mock:after {
  opacity: 0.6;
}
#stripe_form .checkbox label.checkbox {
  font-size: 13px;
  line-height: 15px;
  display: block;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  vertical-align: bottom;
}
#stripe_form .checkbox .mock + span {
  padding-left: 25px;
  display: inline-block;
  width: calc(100% - 36px);
  vertical-align: middle;
}
#stripe_form .privacy {
  width: 100%;
  overflow: hidden;
}
#stripe_form .privacy > .checkbox {
  margin-top: 15px;
}
#stripe_form .mandatory-text {
  margin: 20px 0;
}
#stripe_form .files-uploader {
  margin-bottom: 50px;
}
#stripe_form .files-uploader__row {
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
#stripe_form .files-uploader__row.visible {
  display: block;
}
#stripe_form .files-uploader__row:first-child {
  display: block;
}
#stripe_form .files-uploader__row .file-col {
  float: left;
  width: 50%;
}
#stripe_form .files-uploader__row .file-col .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#stripe_form .files-uploader__row .file-col .inputfile + label {
  width: 80%;
  text-align: center;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}
#stripe_form .files-uploader__row .file-col .inputfile + label:hover {
  opacity: 0.7;
}
#stripe_form .files-uploader__row .file-col .no-js .inputfile + label {
  display: none;
}
#stripe_form .files-uploader__row .file-col .inputfile:focus + label,
#stripe_form .files-uploader__row .file-col .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
#stripe_form .files-uploader__row .file-col .inputfile + label * {
  color: #B07239;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
}
#stripe_form .files-uploader__row .file-col .inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: #B07239;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}
#stripe_form .files-uploader__row .file-col .inputfile-2 + label {
  color: #d3394c;
  border: 2px solid #B07239;
}
#stripe_form .files-uploader__row .file-col .inputfile-2:focus + label,
#stripe_form .files-uploader__row .file-col .inputfile-2.has-focus + label,
#stripe_form .files-uploader__row .file-col .inputfile-2 + label:hover {
  color: #722040;
}
#stripe_form .files-uploader__row .file-col--description {
  margin-top: -25px;
}
#stripe_form .files-uploader__row .file-col--description .form__field .label.form__field--textarea {
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3em;
  padding-right: 0px;
  margin-bottom: 5px;
}
#stripe_form .files-uploader__row .file-col--description .form__field .textarea {
  min-height: 75px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #stripe_form .files-uploader__row .file-col {
    width: 100%;
    margin: 0 0 25px 0;
  }
  #stripe_form .files-uploader__row .file-col--file {
    text-align: center;
  }
}
#stripe_form .files-uploader__row .show-next {
  display: block;
  text-align: center;
  position: relative;
}
#stripe_form .files-uploader__row .show-next span.circle {
  display: inline-block;
  cursor: pointer;
  padding: 9px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: 100;
  font-size: 26px;
  background-color: #ffffff;
  z-index: 5;
  transition: all 0.3s ease;
}
#stripe_form .files-uploader__row .show-next span.circle:hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}
#stripe_form .files-uploader__row .show-next span.circle:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -5;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
#stripe_form .feedback-js {
  color: #B07239;
}
#stripe_form .form__field .label {
  color: #757575;
}
#stripe_form .form__field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
#stripe_form .form__field::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

#home {
  padding-top: 0;
}
#home #about_us {
  padding: 100px;
  box-sizing: content-box;
}
#home #about_us .page__media__texts {
  margin-bottom: 50px;
}
#home #about_us .page__media__texts:before {
  top: -55px;
}
#home #about_us .page__media__texts:after {
  bottom: -55px;
}
@media screen and (max-width: 530px) {
  #home #about_us {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 430px) {
  #home #about_us {
    padding: 40px 20px;
  }
}
#home #selected_category {
  border-top: 1px solid #000;
  margin: 0 50px;
  margin-bottom: 140px;
  padding-top: 140px;
}
#home #selected_category .button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
}
#home .triple_carousel {
  display: flex;
  margin-bottom: 125px;
  margin-bottom: 150px;
}
#home .triple_carousel .slider_left {
  width: 150px;
}
#home .triple_carousel .slider_left .item img {
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: left bottom;
     object-position: left bottom;
}
#home .triple_carousel .texts_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 100px;
  width: calc(100% - 850px);
}
#home .triple_carousel .texts_wrapper .slider_text {
  padding-top: 120px;
  padding-bottom: 135px;
}
#home .triple_carousel .texts_wrapper .nav_arrow {
  display: flex;
  justify-content: space-between;
  width: 215px;
  margin-bottom: 30px;
}
#home .triple_carousel .texts_wrapper .nav_arrow .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  width: 35px;
  height: 35px;
  background: transparent;
  color: #000000;
  transition: 0.3s;
  border-radius: 50%;
}
#home .triple_carousel .texts_wrapper .nav_arrow .arrow:hover {
  background: #000000;
  color: #FFFFFF;
}
#home .triple_carousel .texts_wrapper:before, #home .triple_carousel .texts_wrapper:after {
  content: " ";
  height: 1px;
  background: #000000;
  position: absolute;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
#home .triple_carousel .texts_wrapper:after {
  bottom: 0;
}
#home .triple_carousel .texts_wrapper:before {
  top: 0;
}
#home .triple_carousel .slider_right {
  width: 700px;
}
#home .triple_carousel .slider_right .item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#home .triple_carousel .owl-arrow {
  display: none;
}
#home .triple_carousel .owl-dots {
  display: none;
}
#home .triple_carousel .owl-stage-outer, #home .triple_carousel .owl-stage, #home .triple_carousel .owl-stage, #home .triple_carousel .owl-item, #home .triple_carousel .item {
  height: 100%;
}
@media screen and (max-width: 1385px) {
  #home .triple_carousel .texts_wrapper {
    width: calc(100% - 500px - 150px);
  }
  #home .triple_carousel .slider_right {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  #home .triple_carousel .texts_wrapper {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1165px) {
  #home .triple_carousel .texts_wrapper {
    width: calc(100% - 400px - 150px);
  }
  #home .triple_carousel .slider_right {
    width: 400px;
  }
}
@media screen and (max-width: 1075px) {
  #home .triple_carousel .texts_wrapper:before, #home .triple_carousel .texts_wrapper:after {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  #home .triple_carousel .texts_wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 970px) {
  #home .triple_carousel .slider_left {
    display: none;
  }
  #home .triple_carousel .texts_wrapper {
    width: calc(100% - 550px);
  }
  #home .triple_carousel .slider_right {
    width: 600px;
  }
}
@media screen and (max-width: 950px) {
  #home .triple_carousel .texts_wrapper {
    width: calc(100% - 400px);
  }
  #home .triple_carousel .slider_right {
    width: 400px;
  }
}
@media screen and (max-width: 800px) {
  #home .triple_carousel .texts_wrapper {
    width: calc(100% - 300px);
  }
  #home .triple_carousel .slider_right {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  #home .triple_carousel {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  #home .triple_carousel .texts_wrapper {
    width: 100%;
    padding: 0 10px;
  }
  #home .triple_carousel .texts_wrapper:before, #home .triple_carousel .texts_wrapper:after {
    display: none;
  }
  #home .triple_carousel .texts_wrapper .slider_text {
    padding-top: 25px;
    padding-bottom: 60px;
  }
  #home .triple_carousel .slider_right {
    width: 100%;
  }
  #home .triple_carousel .slider_right .item {
    height: auto !important;
  }
  #home .triple_carousel .slider_right .item:after {
    content: "";
    display: block;
    padding-bottom: 80%;
  }
  #home .triple_carousel .slider_right .item img {
    position: absolute;
  }
}
#home .separator_mobile {
  margin: 40px auto;
  height: 1px;
  width: 100%;
  max-width: 300px;
  background: #000000;
}
@media screen and (min-width: 701px) {
  #home .separator_mobile {
    display: none;
  }
}
#home #instagram_post {
  display: flex;
  padding-top: 0;
  padding-bottom: 42px;
}
#home #instagram_post .instagram_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#home #instagram_post .instagram_box__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#home #instagram_post .instagram_box__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateY(5%);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  position: relative;
  color: #FFFFFF;
  padding: 20px;
  width: 70%;
  min-height: 200px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: initial;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4.48px;
}
#home #instagram_post .instagram_box__title:is(strong) {
  font-weight: bold;
}
#home #instagram_post .instagram_box__title:after, #home #instagram_post .instagram_box__title:before {
  position: absolute;
  content: " ";
  background: #FFFFFF;
  transition: 0.3s;
  height: 1px;
  width: 120%;
}
#home #instagram_post .instagram_box__title:before {
  top: 0;
  left: -150%;
}
#home #instagram_post .instagram_box__title:after {
  bottom: 0;
  right: -150%;
}
#home #instagram_post .instagram_box__title span {
  color: #FFFFFF;
}
@media screen and (max-width: 430px) {
  #home #instagram_post .instagram_box__title {
    display: none;
  }
}
#home #instagram_post .instagram_box__counter {
  display: flex;
  flex-direction: column;
}
#home #instagram_post .instagram_box__counter_wrapper {
  display: flex;
  justify-content: center;
}
#home #instagram_post .instagram_box__counter:not(:last-child) {
  margin-right: 30px;
}
#home #instagram_post .instagram_box__counter i {
  color: #FFFFFF;
}
#home #instagram_post .instagram_box__counter:hover i {
  animation: oscilla_2 0.5s;
}
#home #instagram_post .instagram_box__counter__value {
  margin-top: 15px;
}
#home #instagram_post .instagram_box:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#home #instagram_post .instagram_box:hover .instagram_box__img {
  transform: scale(1.1);
}
#home #instagram_post .instagram_box:hover .instagram_box__title {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#home #instagram_post .instagram_box:hover .instagram_box__title:before {
  left: -10%;
}
#home #instagram_post .instagram_box:hover .instagram_box__title:after {
  right: -10%;
}
#home #instagram_post .owl-dots {
  display: none;
}
@media screen and (max-width: 830px) {
  #home #instagram_post {
    flex-wrap: wrap;
  }
}
#home .blog__triplet .owl-dots {
  margin-top: 25px;
}

#contatti [data-module=title], #contatti [data-module=popover] {
  display: none;
}
#contatti .MapContacts__map {
  display: none;
}
#contatti .box_privacy {
  overflow-y: scroll;
  font-size: 12px;
  padding: 7px;
  border: 1px solid #E0E0E0;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-right: 10px;
  height: 120px;
}
#contatti .box_privacy::-webkit-scrollbar {
  width: 3px !important;
  width: 0;
  height: 0;
}
#contatti .box_privacy::-webkit-scrollbar-track {
  background: transparent;
}
#contatti .box_privacy::-webkit-scrollbar-thumb {
  background: #D1A281;
}
#contatti .box_privacy::-webkit-scrollbar-button {
  height: 0;
}

#articolo #correlati {
  max-width: 1285px;
  margin: auto;
}
#articolo #correlati .owl-dots {
  margin-top: 65px;
}
#articolo #correlati_wrapper {
  border: 1px solid #000000;
  border-right: 0;
  border-left: 0;
  padding: 60px 20px;
  margin: auto;
  max-width: 1600px;
  width: 90%;
}
#articolo #social {
  display: flex;
  justify-content: center;
}
#articolo #social_wrapper {
  margin: 50px 0;
}

#prodotti[data-voucher="1"], #prodotti[data-sense="1"] {
  padding-top: 0;
}
#prodotti[data-voucher="1"] .page .header_wrapper, #prodotti[data-sense="1"] .page .header_wrapper {
  background: #000000;
  min-height: 500px;
  height: 33vh;
}
#prodotti[data-voucher="1"] .page .header_wrapper #header_img, #prodotti[data-sense="1"] .page .header_wrapper #header_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
#prodotti[data-voucher="1"] .page .section_title--header, #prodotti[data-sense="1"] .page .section_title--header {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  color: #FFFFFF;
}
#prodotti[data-voucher="1"] .page .section_title--header .section_title__breadcrumb a, #prodotti[data-sense="1"] .page .section_title--header .section_title__breadcrumb a {
  color: #FFFFFF;
}
#prodotti[data-voucher="1"] .page .section_title--header .section_title__breadcrumb a:after, #prodotti[data-sense="1"] .page .section_title--header .section_title__breadcrumb a:after {
  color: #FFFFFF;
}
#prodotti[data-voucher="1"] .page #headling_text, #prodotti[data-sense="1"] .page #headling_text {
  max-width: 750px;
  margin: auto;
  padding: 50px;
}
@media screen and (max-width: 890px) {
  #product_detail {
    padding-top: 40px;
  }
}
#product_detail .top-info {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}
#product_detail .top-info__footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 65px;
}
#product_detail .top-info__price {
  flex: 100% 0 0;
  text-align: left;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: -0.02em;
  position: relative;
  margin-bottom: 30px;
}
#product_detail .top-info__price-sale, #product_detail .top-info__price-price {
  font-size: 22px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-break: 42px;
  letter-spacing: 1.6px;
  color: #4B4B4B;
}
#product_detail .top-info__price-sale {
  color: #B07239;
  font-size: 18px;
  line-height: 23px;
  left: 0;
  margin-left: 20px;
  position: relative;
}
#product_detail .top-info__price-sale:after {
  content: "";
  background: #B07239;
  height: 2px;
  position: absolute;
  bottom: 10px;
  transform: rotate(-25deg);
  animation: long_price_detail 0s forwards;
}
#product_detail .top-info .product-quantity {
  display: flex;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
  max-width: 190px;
  width: 100%;
  border: 1px solid #000000;
  padding: 9.5px 25px;
}
#product_detail .top-info .product-quantity__arrow {
  font-size: 24px;
  font-weight: normal;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
#product_detail .top-info .product-quantity__arrow.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#product_detail .top-info .product-quantity__counter {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.6px;
}
#product_detail .top-info .product-quantity[data-max="0"] {
  pointer-events: none;
  opacity: 0.5;
}
#product_detail .top-info .product-variants {
  position: relative;
}
#product_detail .top-info .product-variants .product-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
  border: 1px solid #000000;
  padding: 12px 35px 12px 25px;
  margin-bottom: 16px;
  width: 190px;
}
#product_detail .top-info .product-variants .icon {
  position: absolute;
  pointer-events: none;
  top: 14px;
  right: 12px;
}
#product_detail .top-info .product-variants .icon.fa-spinner {
  display: none;
}
#product_detail .top-info .product-variants.loading .icon {
  display: none;
}
#product_detail .top-info .product-variants.loading .icon.fa-spinner {
  display: block;
}
#product_detail .top-info__buttons {
  flex: 100% 0 0;
  margin-top: 16px;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
  max-width: 190px;
}
@media screen and (max-width: 890px) {
  #product_detail .top-info__buttons {
    margin-bottom: 40px;
  }
}
#product_detail .top-info__buttons .button {
  width: 100%;
  justify-content: center;
}
#product_detail .top-info__buttons[data-max="0"] {
  pointer-events: none;
  opacity: 0.5;
}
#product_detail .top-info .btn.btn--products {
  font-size: 16px;
  height: 48px;
}
#product_detail .top-info .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 890px) {
  #product_detail .top-info .image {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
#product_detail .top-info .title {
  width: 50%;
  padding-left: 5%;
  max-width: 600px;
}
@media screen and (max-width: 890px) {
  #product_detail .top-info .title h5 {
    display: none;
  }
}
#product_detail .top-info .title h1 {
  font-size: 35px;
  font-family: "Cinzel", serif;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 890px) {
  #product_detail .top-info .title h1 {
    text-align: center;
  }
}
#product_detail .top-info .title .product-details-top {
  display: flex;
  flex-wrap: wrap;
}
#product_detail .top-info .title .product-details-top p {
  flex: 50% 0 0;
  display: block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 0;
}
#product_detail .top-info .title .product-details-top p span {
  color: #B07239;
}
@media screen and (max-width: 550px) {
  #product_detail .top-info .title .product-details-top p {
    flex-basis: 100%;
  }
}
#product_detail .top-info .title .social-share {
  display: flex;
  align-items: center;
}
#product_detail .top-info .title .social-share .social_wrapper {
  display: flex;
}
#product_detail .top-info .title .social-share p, #product_detail .top-info .title .social-share a {
  display: inline-block;
  vertical-align: bottom;
}
#product_detail .top-info .title .social-share p {
  font-family: "Lato", sans-serif;
  margin-right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3.84px;
  font-style: italic;
}
#product_detail .top-info .title .social-share a {
  margin: 0 13px 13px;
}
#product_detail .top-info .title .social-share a:last-child {
  margin-right: 0;
}
#product_detail .top-info .title .social-share a img {
  width: 21px;
}
#product_detail .top-info .title .social-share a:hover img {
  opacity: 0.7;
}
#product_detail .top-info .title .social-share a.social {
  display: flex;
  width: 30px;
  height: 30px;
  background: #3C3C3C;
  margin: 0;
}
#product_detail .top-info .title .social-share a.social:before {
  border-color: #3C3C3C;
  border-width: 2px;
}
#product_detail .top-info .title .social-share a.social:not(:last-child) {
  margin-right: 15px;
}
#product_detail .top-info .title .social-share a.social i {
  font-size: 15px;
}
@media screen and (max-width: 890px) {
  #product_detail .top-info .title .social-share {
    margin-top: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  #product_detail .top-info .title .social-share p {
    margin-right: 20px;
  }
  #product_detail .top-info .title .social-share a {
    margin: 0 7px 13px;
  }
}
#product_detail .top-info .title .info {
  font-size: 13px;
  letter-spacing: 1.28px;
  line-height: 24px;
  color: #4B4B4B;
}
#product_detail .top-info .title .info__taglie {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  padding-left: 27px;
  background-image: url("/app/resources/i/ruler-icon.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  transition: color 0.3s ease-in-out;
}
#product_detail .top-info .title .info__taglie:hover {
  color: #B07239;
}
#product_detail .top-info .title .info__taglie:after {
  content: " ";
  height: 1px;
  background: #B07239;
  width: calc(100% - 27px);
  left: calc(0% + 27px);
  right: 0%;
  opacity: 1;
  transition: all 0.3s;
  position: absolute;
  bottom: -3px;
}
@media screen and (max-width: 890px) {
  #product_detail .top-info .title {
    width: 100%;
    padding: 0;
  }
}
#product_detail .top-info .title--responsive {
  display: none;
}
@media screen and (max-width: 890px) {
  #product_detail .top-info .title--responsive {
    display: block;
  }
  #product_detail .top-info .title--responsive h5, #product_detail .top-info .title--responsive h1 {
    display: block;
  }
}
#product_detail .top-info .variants_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}
#product_detail .top-info .variants_wrapper .product-quantity {
  width: 50%;
}
#product_detail .top-info .variants_wrapper .product-variants .product-select {
  width: 100%;
}
#product_detail .top-info .variants_wrapper .elements_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product_detail .top-info .variants_wrapper .top-info__buttons {
  flex: 1;
  margin: 0;
  margin-left: 15px;
  width: 50%;
}
@media screen and (max-width: 890px) {
  #product_detail .top-info {
    flex-direction: column;
  }
  #product_detail .top-info h5, #product_detail .top-info h1 {
    display: block;
  }
}
@media screen and (max-width: 1600px) {
  #product_detail .top-info span.divider {
    margin: 25px 0 45px 0;
  }
}
@media screen and (max-width: 455px) {
  #product_detail .top-info {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#product_detail .product-gallery {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  max-width: 620px;
  margin: auto;
  margin-top: 30px;
}
#product_detail .product-gallery__image {
  max-width: 22%;
}
#product_detail .product-gallery__image:nth-child(n+5) {
  display: none;
}
#product_detail .product-gallery .owl-stage {
  display: flex;
}
#product_detail .product-gallery .owl-dots {
  margin-top: 20px;
}
#product_detail .product-gallery .owl-item {
  margin: 15px;
}
#product_detail .product-gallery .owl-item:first-child {
  margin-left: 0;
}
#product_detail .product-gallery .owl-item:last-child {
  margin-right: 0;
}
#product_detail .photoswipe-item {
  cursor: pointer;
}
#product_detail .photoswipe-item--small img {
  width: 100%;
  transition: 0.3s;
}
#product_detail .photoswipe-item--small:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 890px) {
  #product_detail .photoswipe-item {
    width: 100%;
  }
}
#product_detail .photoswipe-item img {
  width: 100%;
}
#product_detail .description {
  margin-bottom: 70px;
}
#product_detail .description__content article {
  display: block;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 65px;
       column-gap: 65px;
  color: #232323;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #product_detail .description__content article {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  #product_detail .description__content article {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#product_detail .resources {
  background-color: #B07239;
}

.features {
  position: relative;
  margin: 120px auto 150px;
}
.features__title h3 {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (max-width: 890px) {
  .features__title h3 {
    text-align: center;
    margin-bottom: 25px;
  }
}
.features__title p {
  font-size: 16px;
  font-weight: 300;
  color: #4B4B4B;
  margin-bottom: 0;
}
@media screen and (max-width: 890px) {
  .features__title p {
    display: none;
  }
}
.features__image {
  text-align: center;
  position: relative;
}
.features__image--container {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 40px auto 0;
}
.features__image--container img.product {
  max-width: 100%;
  position: relative;
  z-index: 0;
}
.features__image--container img.plus {
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 4;
}
.features__image--container img.plus:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 890px) {
  .features__image--container {
    display: none;
  }
}
.features .features-box {
  display: none;
  position: absolute;
  background: #ffffff;
  z-index: 4;
  padding: 20px;
  max-width: 280px;
}
.features .features-box h5 {
  font-weight: bold;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 890px) {
  .features .features-box .no-title {
    display: none;
  }
}
.features .features-box.left {
  left: 1%;
  /*@media screen and (max-width: 2320px ){
  	left: 20%;
  }
  @media screen and (max-width: 1920px ){
  	left: 14%;
  }
  @media screen and (max-width: 1640px ){
  	left: 9%;
  }
  @media screen and (max-width: 1380px ){
  	left: 0;
  }*/
}
@media screen and (max-width: 920px) {
  .features .features-box.left {
    left: -15%;
  }
}
.features .features-box.right {
  right: 1%;
  /*
  @media screen and (max-width: 2320px ){
  	right: 20%;
  }
  @media screen and (max-width: 1920px ){
  	right: 14%;
  }
  @media screen and (max-width: 1640px ){
  	right: 9%;
  }
  @media screen and (max-width: 1380px ){
  	right: 0;
  }*/
}
@media screen and (max-width: 920px) {
  .features .features-box.right {
    right: -3%;
  }
}
@media screen and (max-width: 890px) {
  .features .features-box {
    display: block;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border-top: 1px solid rgba(112, 112, 112, 0.3);
  }
  .features .features-box h5 {
    margin-bottom: 0;
    cursor: pointer;
    padding-right: 50px;
    background: url(/app/resources/i/ico-menu-right.png) no-repeat right center;
    background-size: 10px;
  }
  .features .features-box .text {
    display: none;
    padding-top: 25px;
  }
}
@media screen and (min-width: 890px) {
  .features .features-box {
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  }
}
.features--full .features-box.left {
  left: 24%;
}
@media screen and (max-width: 2320px) {
  .features--full .features-box.left {
    left: 20%;
  }
}
@media screen and (max-width: 1920px) {
  .features--full .features-box.left {
    left: 14%;
  }
}
@media screen and (max-width: 1640px) {
  .features--full .features-box.left {
    left: 9%;
  }
}
@media screen and (max-width: 1380px) {
  .features--full .features-box.left {
    left: 0;
  }
}
.features--full .features-box.right {
  right: 24%;
}
@media screen and (max-width: 2320px) {
  .features--full .features-box.right {
    right: 20%;
  }
}
@media screen and (max-width: 1920px) {
  .features--full .features-box.right {
    right: 14%;
  }
}
@media screen and (max-width: 1640px) {
  .features--full .features-box.right {
    right: 9%;
  }
}
@media screen and (max-width: 1380px) {
  .features--full .features-box.right {
    right: 0;
  }
}
.features line {
  display: none;
}
.features line.active {
  stroke-dasharray: 2300;
  stroke-dashoffset: 2300;
  animation: dash 2s linear forwards;
}

.related-products {
  margin-top: 70px;
  margin-bottom: 70px;
}
.related-products h3 {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.related-products__products {
  text-align: center;
  margin-bottom: 20px;
}
.related-products__products.owl-carousel .owl-stage-outer {
  padding: 20px 0px 50px 0px;
  z-index: 0;
}
.related-products__products.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: 35px;
  position: relative;
  z-index: 5;
}
.related-products__products.owl-theme .owl-dots .owl-dot span {
  background: #B07239;
}
.related-products__products.owl-theme .owl-dots .owl-dot.active span, .related-products__products.owl-theme .owl-dots .owl-dot:hover span {
  background: #B07239;
}
.related-products__products.owl-theme .owl-dots .owl-dot span {
  margin: 5px 10px;
}
.related-products .pitem {
  margin: auto;
}
.related-products .pitem__price {
  font-size: 18px;
  line-height: 23px;
}
.related-products .pitem__price-sale {
  font-size: 14px;
  line-height: 18px;
}
.related-products .pitem__code * {
  font-size: 14px;
  line-height: 22px;
}
.related-products .btn.btn--products {
  font-size: 16px;
  height: 48px;
}

#category.products-composed {
  margin-top: 70px;
}
#category.products-composed h3 {
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
}
#category.products-composed .category_list {
  width: 103%;
  margin-left: -1.5%;
}
#category.products-composed .category_list .item {
  padding: 25px 25px 40px 25px;
  margin: 1.5%;
  width: 30.33334%;
}
#category.products-composed .category_list .item:hover span.category {
  border-top: 2px solid #71727B;
}
#category.products-composed .category_list .item .product-details-top {
  margin-top: 40px;
}
#category.products-composed .category_list .item .product-details-top table {
  margin: 0;
  border: 0;
  width: 100%;
}
#category.products-composed .category_list .item .product-details-top table tr td {
  color: #B07239;
  padding-bottom: 10px;
  padding-right: 10px;
}
#category.products-composed .category_list .item .product-details-top table tr td:last-child {
  font-weight: bold;
  padding-right: 0px;
}
#category.products-composed .category_list .item .download-media {
  margin-top: 40px;
}
#category.products-composed .category_list .item .download-media a.download {
  width: 47%;
  padding: 15px 5px 15px 0;
  background-position: left center;
  background-size: 36px;
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.16);
  color: #363535;
}
#category.products-composed .category_list .item .download-media a.download span {
  padding-left: 45px;
}
#category.products-composed .category_list .item .download-media a.download span.filename {
  font-size: 14px;
}
#category.products-composed .category_list .item .download-media a.download span.filesize {
  font-size: 11px;
}
@media screen and (max-width: 1400px) {
  #category.products-composed .category_list .item .download-media a.download {
    width: 100%;
    padding: 15px 0;
  }
}
@media screen and (max-width: 890px) {
  #category.products-composed .category_list .item {
    width: 47%;
  }
}
@media screen and (max-width: 660px) {
  #category.products-composed .category_list .item {
    width: 97%;
  }
}

.download-multilanguage {
  margin-top: 70px;
}
.download-multilanguage ul.download-tabs {
  list-style: none;
  text-align: center;
  display: block;
  width: 100%;
}
.download-multilanguage ul.download-tabs li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2.5% 15px 2.5%;
  padding-bottom: 2px;
}
.download-multilanguage ul.download-tabs li a {
  text-transform: uppercase;
  color: #B07239;
  padding: 0 5px;
  font-weight: bold;
  font-size: 13px;
}
.download-multilanguage ul.download-tabs li a:hover {
  opacity: 0.6;
}
.download-multilanguage ul.download-tabs li.ui-tabs-active {
  border-bottom: 2px solid #B07239;
}
.download-multilanguage .download-list {
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}
.download-multilanguage .download-list .download {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin: 2% 0 4% 0;
  background-color: transparent;
  padding: 0px 30px;
  background-image: url(/app/resources/i/dl-icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  box-shadow: none;
}
.download-multilanguage .download-list .download span {
  padding-left: 12px;
}
.download-multilanguage .download-list .download span.filename {
  font-size: 15px;
  margin-bottom: 2px;
}
.download-multilanguage .download-list .download span.filesize {
  font-size: 11px;
}
.download-multilanguage .download-list .download:hover {
  opacity: 0.7;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.spareparts.media {
  margin-bottom: 100px;
  max-width: 100%;
}

.spare-parts {
  display: flex !important;
}
@media screen and (max-width: 820px) {
  .spare-parts {
    flex-direction: column-reverse;
  }
}
.spare-parts__svg {
  flex-basis: 55%;
  padding-right: 25px;
  /*svg {
  	width: 120%;
  	height: auto;
  	margin-left: -20%;
  }*/
}
@media screen and (max-width: 820px) {
  .spare-parts__svg {
    padding-right: 0;
  }
}
.spare-parts__svg svg {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.spare-parts__table {
  border-collapse: collapse;
  flex-basis: 45%;
  margin: auto;
  max-width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 820px) {
  .spare-parts__table {
    margin: 0;
    margin-bottom: 40px;
  }
}
.spare-parts__table table {
  width: 100%;
}
.spare-parts__table-row {
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.spare-parts__table-row td {
  max-width: 150px;
  padding: 10px 5px;
  font-weight: 600;
  font-size: 13px;
}
.spare-parts__table-row--title td {
  font-weight: 400;
}
.spare-parts__table-row--selected {
  background-color: rgba(176, 114, 57, 0.1) !important;
}
.spare-parts__table-image {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.spare-parts__table--center {
  flex-basis: 100%;
}
.spare-parts__table--center .spare-parts__table-row td:first-child {
  padding-right: 15px;
}
.spare-parts__table--center .spare-parts__table-row td:nth-child(3), .spare-parts__table--center .spare-parts__table-row td:nth-child(4), .spare-parts__table--center .spare-parts__table-row td:nth-child(5) {
  text-align: center;
}
.spare-parts .row-description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  border-bottom: none;
}
.spare-parts .row-description td {
  padding: 0;
}
.spare-parts .row-description p {
  font-weight: 400;
  max-width: 100%;
  margin: 0;
}
.spare-parts .row-description .name {
  font-weight: 600;
  width: 100%;
  color: black;
}
.spare-parts .row-description__inner {
  width: 100%;
  display: flex;
  padding: 25px 0;
}
.spare-parts .row-description--open {
  max-height: 150px;
}
.spare-parts .more {
  text-transform: uppercase;
  font-size: 11px;
}
.spare-parts .add {
  text-transform: uppercase;
  font-size: 11px;
  color: #B07239;
}
.spare-parts .add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.spare-parts .add-to-cart__input {
  display: none;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-left: 8px;
  width: 60px;
}
.spare-parts .add-to-cart__input-inner {
  border-bottom: 2px solid #B07239;
  max-width: 100%;
  width: 100%;
  font-weight: normal;
  padding: 0 8px;
  height: 22px;
  font-size: 16px;
  color: initial;
}

.box-media--products {
  background-color: white;
}

.product__footer {
  display: flex;
  flex-wrap: wrap;
}
.product__footer .price {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.product__footer .price .product-number {
  font-size: 10px;
  color: rgba(54, 53, 53, 0.6);
}
.product__footer .price .product-number span {
  font-size: 10px;
  color: rgba(54, 53, 53, 0.6);
}
.product__footer-buttons {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#brand .brand {
  display: flex;
  max-width: 1450px;
  margin: 0 auto;
  padding: 50px 0;
  width: 95%;
  border-bottom: 1px solid #000000;
}
#brand .brand__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#brand .brand__img__wrapper {
  min-width: 645px;
  max-height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 1250px) {
  #brand .brand__img__wrapper {
    min-width: 545px;
  }
}
@media screen and (max-width: 1120px) {
  #brand .brand__img__wrapper {
    min-width: 400px;
  }
}
@media screen and (max-width: 850px) {
  #brand .brand__img__wrapper {
    height: 400px;
  }
}
#brand .brand__texts {
  display: flex;
  align-items: center;
  width: 100%;
}
#brand .brand__texts .page__media__text {
  font-size: 52px;
  font-weight: 400;
  line-height: 53px;
}
#brand .brand__texts .page__media__text:is(strong) {
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  #brand .brand__texts {
    padding: 50px 0;
  }
}
@media screen and (max-width: 850px) {
  #brand .brand {
    flex-direction: column;
  }
}

.checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1450px;
  margin: auto;
  box-sizing: content-box;
  /*
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  */
}
.checkout__content {
  max-width: 660px;
  width: 100%;
}
.checkout__aside {
  max-width: 100%;
  min-width: 370px;
}
.checkout__inner {
  max-width: 100%;
}
.checkout__navbar {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  margin-bottom: 62px;
  width: 550px;
  max-width: 100%;
}
.checkout__navbar-link {
  display: inline-block;
  vertical-align: middle;
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.15;
  transition: opacity 0.3s ease;
}
.checkout__navbar-link--active {
  border-bottom: 2px solid #B07239;
  opacity: 1;
}
.checkout__navbar-link--linked:hover {
  cursor: pointer;
  opacity: 1;
  color: #4B4B4B;
}
.checkout__page {
  margin-bottom: 40px;
}
.checkout .form--shipping .form__group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.checkout .form--shipping .form__group:not(:last-child) {
  margin-bottom: 25px;
}
.checkout .form--shipping .input-radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  flex: 20px 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkout .form--shipping .input-radio:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #B07239;
}
.checkout .form--shipping .input-radio-label {
  display: flex;
  font-size: 17px;
  line-height: 22px;
  padding-left: 18px;
  letter-spacing: 0.005em;
  flex: 100% 1 1;
  flex-wrap: wrap;
}
.checkout .form--shipping .input-radio-label__name, .checkout .form--shipping .input-radio-label__desc, .checkout .form--shipping .input-radio-label__price {
  display: inline-block;
}
.checkout .form--shipping .input-radio-label__name {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 15px;
}
.checkout .form--shipping .input-radio-label__desc {
  font-size: 15px;
  order: 3;
}
.checkout .form--shipping .input-radio-label__price {
  text-align: right;
  font-weight: bold;
  flex: auto;
}
@media screen and (min-width: 650px) {
  .checkout .form--shipping .input-radio-label__desc {
    flex-basis: 100%;
    flex: 100% 0 0;
  }
}
@media screen and (max-width: 650px) {
  .checkout .form--shipping .input-radio-label__price {
    text-align: left;
  }
}
.checkout .form--shipping .form__group.fake .input-radio-label {
  color: #008000;
}
.checkout .cart__item {
  box-sizing: content-box;
  display: flex;
  height: 225px;
}
.checkout .cart__item-image {
  min-width: 225px;
}
.checkout .cart__item-image img {
  width: 100%;
}
.checkout .cart__item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px;
}
.checkout .cart__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  padding-right: 20px;
  padding-left: 30px;
  width: 100%;
  height: 100%;
}
.checkout .cart__item-title, .checkout .cart__item-price {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.6px;
  color: #4B4B4B;
  text-transform: uppercase;
}
.checkout .cart__item-code {
  display: none;
}
.checkout .cart__item-actions {
  position: relative;
  margin-top: 20px;
}
.checkout .cart__item-actions .action {
  transition: 0.3s;
}
.checkout .cart__item-actions .action-main {
  transform: translateX(0);
  opacity: 1;
}
.checkout .cart__item-actions .action-check {
  position: absolute;
  opacity: 0;
  top: 0;
  transform: translateX(-15px);
  pointer-events: none;
  display: flex;
  margin-top: 3px;
}
.checkout .cart__item-actions .action-el {
  white-space: nowrap;
}
.checkout .cart__item-actions .action-el:not(:last-child) {
  margin-right: 15px;
}
.checkout .cart__item-actions.to_check .action-main {
  transform: translateX(-15px);
  opacity: 0;
  pointer-events: none;
}
.checkout .cart__item-actions.to_check .action-check {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.checkout .cart__item-actions.to_check .action-el:not(:last-child) {
  margin-right: 15px;
}
.checkout .cart__item-quantity .cart-quantity {
  font-size: 15px;
  font-weight: 700;
  line-height: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 5px 8px;
  border-bottom: 2px solid #B07239;
}
.checkout .cart__item-quantity .cart-quantity:is(strong) {
  font-weight: bold;
}
.checkout .cart__item-quantity .cart-quantity_wrapper {
  position: relative;
}
.checkout .cart__item-quantity .cart-quantity_wrapper:after {
  content: "\f0dd";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  right: 10px;
  top: 5px;
  pointer-events: none;
  font-weight: 900;
}
@media screen and (max-width: 450px) {
  .checkout .cart__item-quantity .cart-quantity_wrapper {
    width: 60px;
  }
}
.checkout .cart__item-quantity .cart-quantity_wrapper {
  margin-top: 20px;
  width: 100%;
}
.checkout .cart__item-quantity .cart-quantity_wrapper:after {
  top: 2px;
}
.checkout .cart__item .action-style {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.28px;
  color: #4B4B4B;
  cursor: pointer;
}
.checkout .cart__item:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.checkout .cart__item:not(:first-child) {
  padding-top: 25px;
}
.checkout .cart__item-quantity {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout .cart__item-price--retail {
  position: relative;
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}
.checkout .cart__item-price--retail:after {
  content: "";
  background: #B07239;
  height: 2px;
  position: absolute;
  bottom: 7px;
  transform: rotate(-15deg);
  animation: checkout 0s forwards;
}
.checkout .cart-quantity {
  padding-top: 25px;
  padding-bottom: 15px;
}
.checkout .cart-quantity-trigger {
  padding-top: 10px;
  display: none;
}
.checkout.loading {
  opacity: 0.3;
  pointer-events: none;
}
.checkout.loading + .checkout-loader {
  opacity: 1;
}
.checkout-loader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  top: 0;
  left: 0;
}
.checkout-loader i {
  font-size: 60px;
}
@media screen and (max-width: 1145px) {
  .checkout {
    flex-direction: column;
    align-items: center;
  }
  .checkout .checkout__aside {
    width: 100%;
  }
}
@media screen and (max-width: 1320px) {
  .checkout .cart__item-image {
    min-width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .checkout__navbar-container {
    overflow: scroll;
  }
  .checkout__navbar {
    padding-right: 0;
    margin: 0 auto 40px;
    width: 400px;
    max-width: unset;
  }
  .checkout__page .cart {
    margin: auto;
  }
  .checkout .checkout__aside {
    min-width: auto;
  }
  .checkout .checkout__aside .order-summary {
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .checkout .cart__item {
    flex-wrap: wrap;
    height: auto;
  }
  .checkout .cart__item-image {
    margin: 0 auto 20px;
  }
  .checkout .cart__item-content {
    padding-left: 0;
    margin: 20px auto;
  }
  .checkout .cart__item-title {
    flex-basis: 70%;
  }
  .checkout .cart__item-price {
    flex-basis: 30%;
  }
  .checkout .cart__item-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout[data-step=signin] .checkout__page {
  display: flex;
  flex-direction: column;
}
.checkout[data-step=payment] .order-summary .coupon__remove {
  display: none;
}

.checkout-box {
  width: 612px;
  max-width: 100%;
  margin-bottom: 27px;
  padding: 24px 46px 30px;
  border: 1px solid black;
}
.checkout-box:not(.checkout-box--hover) {
  border-right: 0;
  border-left: 0;
}
.checkout-box__inner .login_form {
  margin-top: 20px;
}
.checkout-box__cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.checkout-box__col {
  padding-right: 40px;
}
@media screen and (min-width: 650px) {
  .checkout-box__col {
    max-width: 50%;
  }
}
.checkout-box__col + .checkout-box__col {
  border-left: 1px solid rgba(112, 112, 112, 0.15);
  padding-left: 40px;
  padding-right: 0;
}
.checkout-box__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
.checkout-box__title-link {
  color: inherit;
}
.checkout-box__title + .checkout-box__content {
  margin-top: 30px;
}
.checkout-box--hover {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 80%;
  padding: 20px 40px;
}
.checkout-box--hover:hover {
  border-color: #B07239;
}
.checkout-box--hover:hover i {
  color: #B07239;
  animation: oscilla 0.5s;
}
.checkout-box--shipping-method {
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout-box--shipping-method .form--shipping .input-radio {
  display: none;
}
.checkout-box--shipping-method .form--shipping .input-radio-label {
  padding-left: 0;
}
.checkout-box--regalo {
  display: none;
}
.checkout-box .address-recap p {
  color: #4B4B4B;
  line-height: 23px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 650px) {
  .checkout-box__col {
    flex-basis: 100%;
    padding: 0;
  }
  .checkout-box__col + .checkout-box__col {
    margin-top: 25px;
    padding: 0;
    border: unset;
  }
}
@media screen and (max-width: 450px) {
  .checkout-box {
    padding: 25px;
  }
}

.order-summary {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  max-width: 465px;
  margin: auto;
  margin-bottom: 60px;
}
.order-summary__header {
  padding: 35px 8.118%;
  display: flex;
  justify-content: center;
  border: 1px solid #000000;
  border-right: 0;
  border-left: 0;
}
.order-summary__title, .order-summary__title b {
  font-size: 16px;
  font-weight: 600;
  line-height: initial;
  color: #000000;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4.48px;
}
.order-summary__title:is(strong), .order-summary__title b:is(strong) {
  font-weight: bold;
}
.order-summary__title {
  max-width: 100%;
}
.order-summary__title b {
  display: inline-block;
  font-weight: 700;
}
.order-summary__content, .order-summary__footer {
  padding: 8% 0;
}
.order-summary__footer {
  padding-top: 0;
  border-bottom: 1px solid #000000;
}
.order-summary__rows:not(:last-child) {
  padding-bottom: 25px;
}
.order-summary__row {
  display: flex;
}
.order-summary__row-label {
  font-size: 15px;
  font-weight: 700;
  line-height: initial;
  flex: 60% 1 1;
  text-transform: uppercase;
}
.order-summary__row-label:is(strong) {
  font-weight: bold;
}
.order-summary__row-value {
  font-size: 15px;
  font-weight: 500;
  line-height: initial;
  flex: 40% 1 1;
  text-align: right;
}
.order-summary__row-value:is(strong) {
  font-weight: bold;
}
.order-summary__row-value--discount span {
  position: relative;
}
.order-summary__row-value--discount span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.order-summary__row-label, .order-summary__row-value {
  color: #4B4B4B;
}
.order-summary__row--total {
  margin-top: 8%;
}
.order-summary__row--total .order-summary__row-value, .order-summary__row--total .order-summary__row-label {
  font-weight: 500;
  font-size: 16px;
}
.order-summary__row:not(:last-child) {
  margin-bottom: 20px;
}
.order-summary__coupon {
  margin-top: 15px;
}
.order-summary__coupons {
  margin-top: 25px;
}
.order-summary__coupons-add {
  position: relative;
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding-bottom: 2px;
  border-bottom: 2px solid #B07239;
  display: inline;
  cursor: pointer;
}
.order-summary__coupons-form {
  margin: 10px auto;
}
.order-summary .coupon {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
}
.order-summary .coupon__remove {
  flex: 25px 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0.6;
}
.order-summary .coupon__remove:hover i {
  color: #B07239;
}
.order-summary .coupon__content {
  flex: 60% 1 1;
}
.order-summary .coupon__value, .order-summary .coupon__label, .order-summary .coupon__code {
  color: #363535;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  opacity: 0.6;
}
.order-summary .coupon__value {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #B07239;
  flex: 40%;
  opacity: 1;
}
.order-summary .coupon__code {
  font-size: 12px;
  line-height: 14px;
  min-height: 14px;
}
.order-summary .coupon-form {
  display: none;
}
.order-summary .coupon-form__form-error {
  display: none;
  font-size: 14px;
  line-height: 16px;
}
.order-summary .coupon-form__form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 250px;
}
.order-summary .coupon-form__input {
  padding: 7px 0;
  color: #4B4B4B;
  border-bottom: 2px solid #E0E0E0;
  flex: 100% 1 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 7px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.order-summary .coupon-form__input::-moz-placeholder {
  text-transform: initial;
  font-weight: normal;
  letter-spacing: -0.02em;
}
.order-summary .coupon-form__input::placeholder {
  text-transform: initial;
  font-weight: normal;
  letter-spacing: -0.02em;
}
.order-summary .coupon-form__input-addon {
  flex: 30px 0 0;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-summary .coupon-form__input-addon .label i {
  color: #B07239;
}
.order-summary .coupon-form__input-addon .label--main {
  cursor: pointer;
}
.order-summary .coupon-form__input-addon .label--main:hover {
  animation: oscilla 0.3s;
}
.order-summary .coupon-form__input-addon .label--load {
  display: none;
}
.order-summary .coupon-form__input-addon .label.loading .label--main {
  display: none;
}
.order-summary .coupon-form__input-addon .label.loading .label--load {
  display: block;
}
.order-summary .coupon-form__input-addon.error .label--main {
  animation: error_pulse 0.3s;
}
.order-summary .coupon-form__input-addon.error .label--main i {
  color: #CE0000;
}
.order-summary .coupon-form .row {
  margin-bottom: 0;
}
.order-summary .coupon-form .row .input-wrapper, .order-summary .coupon-form .row .input-wrapper__element {
  margin-bottom: 0;
}
.order-summary__button {
  display: block !important;
  width: 100%;
  border-radius: 2px;
  text-align: center;
  padding: 18px 31px 18px 25px !important;
  line-height: 28px;
  cursor: pointer;
}
.order-summary__button + .order-summary__button {
  margin-top: 8%;
}
.order-summary__button--next {
  width: 100%;
  display: flex !important;
  justify-content: center;
}
.order-summary__button--next.loading {
  pointer-events: none;
  opacity: 0.5;
}
.order-summary__button-text {
  margin-bottom: 20px;
  margin-left: 2.5%;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 20px;
}
.order-summary__button--paypal {
  background: transparent;
  padding: 0 !important;
}
.order-summary__button--paypal iframe {
  z-index: 1 !important;
  max-width: 95%;
  margin: auto;
  right: 0;
}
.order-summary__button--shopping {
  font-size: 12px;
  font-weight: 700;
  line-height: initial;
  font-style: italic;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  color: #B07239;
  border-bottom: 1px solid #B07239;
  width: auto;
  padding: 0 !important;
  padding-bottom: 8px !important;
}
.order-summary__button--shopping:is(strong) {
  font-weight: bold;
}
.order-summary__button.disabled {
  opacity: 0.4;
  cursor: initial;
  pointer-events: none;
}
.order-summary__button-price, .order-summary__button-label {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
}
.order-summary__button-price {
  flex: 40% 1 1;
  align-self: flex-start;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  font-weight: bold;
}
.order-summary__button-label {
  flex: 100% 1 1;
  align-self: flex-end;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.order-summary__buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid rgba(112, 112, 112, 0.15);
}

.checkout-addresses-wrapper {
  border-radius: 5px;
  padding: 30px 45px 50px;
  max-width: 680px;
  margin-right: 20px;
}
.checkout-addresses-wrapper .address-error {
  color: #B07239;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 650px) {
  .checkout-addresses-wrapper {
    padding: 30px 15px 50px;
    margin-right: 0;
  }
}

.checkout-addresses-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.checkout-addresses-container .address {
  flex-basis: calc(50% - 40px);
  max-width: 300px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.checkout-addresses-container .address__title {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #4B4B4B;
  margin-bottom: 45px;
}
.checkout-addresses-container .address__content {
  height: 100%;
}
.checkout-addresses-container .address__content p {
  color: #4B4B4B;
  line-height: 23px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.checkout-addresses-container .address__edit {
  margin-top: 10px;
}
.checkout-addresses-container .address__edit a {
  color: #4B4B4B;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(75, 75, 75, 0.7);
  transition: opacity 0.3s ease, border-bottom 0.3s ease;
  cursor: pointer;
}
.checkout-addresses-container .address__edit a:hover {
  opacity: 0.7;
  border-bottom-color: rgba(75, 75, 75, 0.4);
}
@media screen and (min-width: 650px) {
  .checkout-addresses-container .address:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(50%);
    width: 1px;
    background-color: rgba(112, 112, 112, 0.15);
  }
}
.checkout-addresses-container .address:last-child:after {
  display: none;
}
.checkout-addresses-container--voucher-cart {
  flex-direction: column;
}
.checkout-addresses-container--voucher-cart .address:after {
  background-color: unset !important;
}
.checkout-addresses-container--voucher-cart .address.form {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-left: -10px;
}
.checkout-addresses-container--voucher-cart .address.form .form_content {
  width: 100%;
  display: none;
  padding-top: 10px;
}
.checkout-addresses-container--voucher-cart .address.form [for=regalo] {
  font-size: 15px;
  font-weight: 300;
  margin-left: 0;
  white-space: break-spaces;
  height: auto;
  line-height: 20px;
}
.checkout-addresses-container--voucher-cart .address.form [for=regalo] i {
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .checkout-addresses-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .checkout-addresses-container {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 465px;
  }
  .checkout-addresses-container .address {
    flex-basis: 100%;
    max-width: unset;
  }
  .checkout-addresses-container .address__title {
    margin-bottom: 25px;
  }
  .checkout-addresses-container .address:last-child {
    margin-top: 30px;
    border-top: 1px solid rgba(112, 112, 112, 0.15);
    padding-top: 20px;
  }
  .checkout-addresses-container .address:last-child:after {
    display: none;
  }
}

.shipping-method-container {
  border-radius: 5px;
  padding: 30px 45px 50px;
  max-width: 680px;
  margin-right: 20px;
  margin-top: 45px;
  transition: all 0.5s ease-in;
}
.shipping-method-container .shipping-method__title {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #4B4B4B;
  margin-bottom: 45px;
}
.shipping-method-container .shipping-method__empty-text {
  margin-bottom: 5px;
}
@media screen and (max-width: 650px) {
  .shipping-method-container {
    max-width: 465px;
    margin: 40px auto 0;
  }
}

.edit-form__mask {
  z-index: 8;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease 0.2s, visibility 0.2s ease 0.2s;
}
.edit-form__modal {
  z-index: 8;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 720px;
  width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  background-color: white;
  padding: 30px 50px;
  border-radius: 5px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.edit-form__modal h3 {
  font-size: 25px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  color: #4B4B4B;
  margin-bottom: 20px;
}
.edit-form__modal .overwrite-text {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .edit-form__modal {
    padding: 45px 20px 20px;
  }
}
.edit-form__close {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.edit-form__close span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #4B4B4B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 0.3s ease;
}
.edit-form__close span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #4B4B4B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: background-color 0.3s ease;
}
.edit-form.shipping .edit-form__mask, .edit-form.billing .edit-form__mask {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.edit-form.shipping .edit-form__modal.shipping, .edit-form.billing .edit-form__modal.billing {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease 0.2s, visibility 0.2s ease 0.2s;
}
.edit-form .addresses__intro {
  color: #4B4B4B;
  line-height: 20px;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 25px;
}
.edit-form .addresses .address {
  margin-bottom: 30px;
  font-size: 0;
}
.edit-form .addresses .address__radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.edit-form .addresses .address__radio:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #B07239;
}
.edit-form .addresses .address__info {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  cursor: pointer;
  width: calc(100% - 16px);
}
.edit-form .addresses .address__info p {
  color: #4B4B4B;
  line-height: 20px;
  font-weight: 300;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
}
.edit-form .addresses .submit {
  display: block;
  min-width: 148px;
  padding: 13px 5px;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2px;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.edit-form .addresses .submit:hover {
  background-color: white;
}

.checkout-success {
  margin: 150px auto 120px;
}
.checkout-success__inner {
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .checkout-success__inner {
    flex-direction: row;
  }
}
.checkout-success__info {
  flex: 57.664% 0 0;
  background-size: cover;
  padding: 8.015%;
}
@media screen and (min-width: 768px) {
  .checkout-success__info {
    padding: 6.015%;
  }
}
.checkout-success__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.checkout-success__title-block {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .checkout-success__title-block {
    font-size: 48px;
    line-height: 52px;
  }
}
.checkout-success__title-block:nth-child(2n) {
  font-weight: 300;
}
.checkout-success__buttons {
  flex: 42.335% 1 1;
  padding: 6.015%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .checkout-success__buttons {
    padding-left: 9.022%;
  }
}
.checkout-success__buttons .btn {
  width: 100%;
  text-align: center;
  max-width: 400px;
  margin: auto;
}
.checkout-success__buttons .btn + .btn {
  margin-top: 20px;
}
.checkout-success .page__media__text {
  font-size: 52px;
  width: 500px;
}

#checkout-button {
  width: 100%;
  justify-content: center;
}

#regalo {
  display: none;
}

#form_regalo_payment p {
  display: flex;
  flex-direction: column;
}
#form_regalo_payment p span:first-child {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  opacity: 0.7;
}
#form_regalo_payment p span:last-child {
  padding-left: 10px;
}
#form_regalo_payment p:not(:last-child) {
  margin-bottom: 10px;
}

.info_voucher {
  margin-top: 20px;
  font-style: italic;
}

.info_voucher_content {
  display: none;
  padding-top: 5px;
}

.info--voucher {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}

.page--auth .auth-container {
  position: relative;
  padding: 60px 0 100px;
}
@media screen and (max-width: 425px) {
  .page--auth .auth-container {
    height: 620px;
  }
}
.page--auth .auth-container .auth-mask {
  width: 612px;
  max-width: calc(100% - 20px);
  margin: auto;
}

.page--signin .signin-container {
  max-width: 600px;
  width: calc(100% - 40px);
  margin: 60px auto 100px;
}

.page--personal-area .form-container {
  max-width: 600px;
  width: calc(100% - 40px);
  margin: 60px auto 100px;
}
.page--personal-area .form-container p {
  margin-bottom: 10px;
}
.page--personal-area .form-container .input-wrapper {
  padding-left: 0;
}
.page--personal-area .form-container.no-width-margin {
  max-width: unset;
  width: auto;
  margin: auto;
}

.auth-card {
  border: 1px solid #000000;
  border-right: 0;
  border-left: 0;
}
.auth-card--login {
  padding: 40px 50px;
}
.auth-card--login .form__field--remember {
  padding: 5px 0 25px;
}
.auth-card--signin {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 50px;
  border-top: 0;
}
.auth-card--signin h2 {
  margin-bottom: 7px;
  transition: color 0.3s ease;
}
.auth-card--signin p {
  margin-bottom: 0;
  transition: color 0.3s ease;
  color: #B07239;
  padding-bottom: 6px;
}
.auth-card h2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  .auth-card {
    padding-left: 26px;
    padding-right: 26px;
  }
}

.page--signin-confirm h1 {
  margin: 0 10px;
  padding: 150px 0;
  text-align: center;
}

.login_form__form.form .row {
  margin-bottom: 10px;
}
.login_form__form.form .row .input-wrapper {
  padding: 0;
}
.login_form__form.form .row .input-wrapper__element:not(.login_form__form.form .row .input-wrapper__element--checkbox) {
  padding: 12px 5px;
  background: transparent;
  border-bottom: 2px solid #E0E0E0;
}
.login_form__form.form .row .input-wrapper--checkbox {
  justify-content: flex-start;
}
.login_form__form.form .row--remember {
  padding-top: 10px;
}
.login_form__forgot {
  padding: 20px 0;
}
.login_form__forgot-link {
  font-size: 13px;
  font-weight: 400;
  line-height: initial;
}
.login_form__forgot-link:is(strong) {
  font-weight: bold;
}

.page--personal-area .personal-area {
  max-width: 850px;
  width: calc(100% - 40px);
  margin: 58px auto 120px;
  position: relative;
}
.page--personal-area .personal-area__headings {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}
.page--personal-area .personal-area__headings h1, .page--personal-area .personal-area__headings h2, .page--personal-area .personal-area__headings h3 {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #4B4B4B;
}
.page--personal-area .personal-area__headings a:not(.active-page) {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.page--personal-area .personal-area__headings a:not(.active-page):hover {
  opacity: 1;
}
.page--personal-area .personal-area__headings a.active-page {
  border-bottom: 2px solid #4B4B4B;
  padding-bottom: 5px;
}
.page--personal-area .personal-area__headings .personal-area__link-container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page--personal-area .personal-area__headings {
    display: block;
    padding: 25px 0 10px;
    border-top: 1px solid rgba(112, 112, 112, 0.15);
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  }
  .page--personal-area .personal-area__headings .personal-area__link-container {
    margin-bottom: 15px;
  }
}
.page--personal-area .personal-area__actions {
  position: absolute;
  left: -240px;
  top: -3px;
}
.page--personal-area .personal-area__actions .action {
  margin-bottom: 10px;
}
.page--personal-area .personal-area__actions .action a {
  color: #4B4B4B;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1400px) {
  .page--personal-area .personal-area__actions {
    position: relative;
    top: -20px;
    left: 0;
  }
  .page--personal-area .personal-area__actions .action {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.page--personal-area .personal-area__box {
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  display: block;
  padding: 29px 46px;
  transition: 0.3s;
}
.page--personal-area .personal-area__box--title {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 0 30px;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.3s ease;
}
.page--personal-area .personal-area__box--title span {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 13px;
  height: 3px;
  background-color: #4B4B4B;
}
.page--personal-area .personal-area__box--title span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4B4B4B;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
.page--personal-area .personal-area__box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.page--personal-area .personal-area__box:hover .order__number {
  color: #B07239;
}
@media screen and (max-width: 500px) {
  .page--personal-area .personal-area__box {
    padding: 25px 25px;
  }
}
.page--personal-area .personal-area__ticket h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #4B4B4B;
  text-transform: uppercase;
}
.page--personal-area .personal-area__ticket .form-columns {
  margin-bottom: 15px;
}
.page--personal-area .personal-area__ticket .ticket-products {
  flex-direction: column;
}
.page--personal-area .personal-area__ticket .ticket-products .product__image {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.page--personal-area .personal-area__ticket .ticket-products .product__content {
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.page--personal-area .personal-area__ticket .ticket-products .product__content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  line-height: 20px;
  color: #4B4B4B;
  margin: 0;
}
.page--personal-area .personal-area__ticket .ticket-products .product label {
  cursor: pointer;
  margin: 0 0 30px;
}
.page--personal-area .personal-area__ticket .label--textarea {
  color: #4B4B4B;
}
.page--personal-area .personal-area__ticket .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page--personal-area .addresses-container {
  margin-bottom: 63px;
}
.page--personal-area .addresses-container .personal-area__box {
  margin-bottom: 18px;
}
.page--personal-area .addresses-container .address__info {
  position: relative;
  display: block;
}
.page--personal-area .addresses-container .address__info p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 23px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
}
.page--personal-area .addresses-container .address__edit {
  position: absolute;
  top: 0;
  right: 0;
}
.page--personal-area .addresses-container .address__edit a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 23px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  transition: color 0.3s ease;
}
.page--personal-area .addresses-container .address__edit a:hover {
  color: #4B4B4B;
}
@media screen and (max-width: 500px) {
  .page--personal-area .addresses-container {
    margin-bottom: 40px;
  }
  .page--personal-area .addresses-container .personal-area__box {
    padding: 40px 20px 20px;
  }
  .page--personal-area .addresses-container .address__edit {
    top: -25px;
  }
}
.page--personal-area .orders-container .personal-area__box {
  margin-bottom: 18px;
}
.page--personal-area .orders-container .order {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--personal-area .orders-container .order h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #4B4B4B;
  margin-bottom: 20px;
}
.page--personal-area .orders-container .order__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.page--personal-area .orders-container .order__date {
  font-size: 11px;
  font-weight: 300;
  line-height: initial;
  letter-spacing: 1.28px;
  font-family: "Lato", sans-serif;
  color: #4B4B4B;
}
.page--personal-area .orders-container .order__date:is(strong) {
  font-weight: bold;
}
.page--personal-area .orders-container .order__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
}
.page--personal-area .orders-container .order__price {
  font-size: 15px;
  font-weight: 700;
  line-height: initial;
  font-family: "Lato", sans-serif;
  color: #4B4B4B;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.page--personal-area .orders-container .order__price:is(strong) {
  font-weight: bold;
}
.page--personal-area .orders-container .order__actions {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: rgba(112, 112, 112, 0.15) 1px solid;
}
.page--personal-area .orders-container .order__ticket, .page--personal-area .orders-container .order__details, .page--personal-area .orders-container .order__number, .page--personal-area .orders-container .order__status {
  font-size: 11px;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 1.6px;
  color: #4B4B4B;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  transition: 0.3s;
}
.page--personal-area .orders-container .order__ticket:is(strong), .page--personal-area .orders-container .order__details:is(strong), .page--personal-area .orders-container .order__number:is(strong), .page--personal-area .orders-container .order__status:is(strong) {
  font-weight: bold;
}
.page--personal-area .orders-container .order__status {
  flex-basis: 50%;
}
.page--personal-area .orders-container .order__status--1, .page--personal-area .orders-container .order__status--2 {
  color: #EDAC1B;
}
.page--personal-area .orders-container .order__status--3, .page--personal-area .orders-container .order__status--7 {
  color: #3CC75C;
}
.page--personal-area .orders-container .order__status--4, .page--personal-area .orders-container .order__status--5, .page--personal-area .orders-container .order__status--6 {
  color: #4B4B4B;
}
.page--personal-area .orders-container .order__ticket, .page--personal-area .orders-container .order__details {
  cursor: pointer;
}
.page--personal-area .orders-container .order__ticket:hover, .page--personal-area .orders-container .order__details:hover {
  color: #B07239;
}
.page--personal-area .orders-container .order__ticket-button {
  text-align: center;
  margin: 30px 0;
}
.page--personal-area .orders-container .order__items {
  margin: 50px 0 50px;
}
.page--personal-area .orders-container .order__item {
  display: flex;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding: 10px 0;
  align-items: center;
}
.page--personal-area .orders-container .order__item-image {
  flex: 104px 0 0;
  height: 104px;
}
.page--personal-area .orders-container .order__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--personal-area .orders-container .order__item-content {
  flex: 100% 1 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 23px;
}
.page--personal-area .orders-container .order__item-price, .page--personal-area .orders-container .order__item-code, .page--personal-area .orders-container .order__item-title, .page--personal-area .orders-container .order__item-quantity {
  flex: 50% 0 0;
}
.page--personal-area .orders-container .order__item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  max-height: 60px;
  overflow: hidden;
}
.page--personal-area .orders-container .order__item-price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: right;
}
.page--personal-area .orders-container .order__item-code {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5px;
  line-height: 14px;
}
.page--personal-area .orders-container .order__item-quantity {
  display: none;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5px;
}
.page--personal-area .orders-container .order__item-quantity select {
  opacity: 0;
}
@media screen and (max-width: 650px) {
  .page--personal-area .orders-container .order__item {
    flex-wrap: wrap;
  }
  .page--personal-area .orders-container .order__item-image {
    margin: 0 auto 20px;
  }
  .page--personal-area .orders-container .order__item-content {
    padding-left: 0;
    max-width: 300px;
    margin: 20px auto;
  }
}
.page--personal-area .orders-container .order__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.page--personal-area .orders-container .order__total p {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #4B4B4B;
  text-transform: uppercase;
}
.page--personal-area .orders-container .order__total--first {
  margin-top: 30px;
}
.page--personal-area .orders-container .order__price {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #4B4B4B;
}
.page--personal-area .orders-container .order__price.red {
  color: #4B4B4B;
}
.page--personal-area .orders-container .order__tracking__info {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #4B4B4B;
}
.page--personal-area .orders-container .order__addresses {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.page--personal-area .orders-container .order__addresses .address {
  max-width: 320px;
  flex-basis: calc(50% - 30px);
}
.page--personal-area .orders-container .order__addresses .address p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #4B4B4B;
  line-height: 23px;
  margin: 0;
}
.page--personal-area .orders-container .order > div:not(.button) {
  width: 100%;
}
.page--personal-area .orders-container .product__image {
  display: inline-block;
  vertical-align: middle;
}
.page--personal-area .orders-container .product__content {
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.page--personal-area .orders-container .product__content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  line-height: 20px;
  color: #4B4B4B;
  margin: 0;
}
.page--personal-area .change-password h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #4B4B4B;
  margin-bottom: 20px;
}
.page--personal-area .change-password p {
  font-size: 16px;
  font-weight: 400;
  color: #4B4B4B;
}
.page--personal-area .change-password form {
  max-width: 350px;
}
.page--personal-area .change-password form .input {
  font-size: 16px;
  font-weight: 300;
}
.page--personal-area .change-password form .input input {
  padding-left: 3px;
  padding-right: 5px;
}
.page--personal-area .change-password form .input.filled, .page--personal-area .change-password form .input input:focus {
  border-bottom-color: #e0e0e0;
}
.page--personal-area .change-password form .submit {
  min-width: 148px;
  margin-top: 20px;
  padding: 13px 20px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #4B4B4B;
  border: 2px solid #4B4B4B;
  border-radius: 2px;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.page--personal-area .change-password form .submit:hover {
  background-color: white;
  color: #4B4B4B;
}

.personal-area-header {
  height: 212px;
  position: relative;
}
.personal-area-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.personal-area-header h1, .personal-area-header h2 {
  color: white;
  font-size: 16px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes oscilla {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes oscilla_2 {
  0% {
    transform: rotate(-15deg) scale(1.3);
  }
  20% {
    transform: rotate(15deg) scale(1.3);
  }
  40% {
    transform: rotate(-15deg) scale(1.3);
  }
  60% {
    transform: rotate(15deg) scale(1.3);
  }
  80% {
    transform: rotate(-15deg) scale(1.3);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes error_pulse {
  0% {
    transform: translateX(-5px);
  }
  20% {
    transform: translateX(5px);
  }
  40% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(5px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes gira {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lungo_corto {
  50% {
    width: 34px;
    left: -2px;
  }
  100% {
    width: 30px;
    left: 0;
  }
}
@keyframes corto_lungo {
  50% {
    width: 26px;
    left: 2px;
  }
  100% {
    width: 30px;
    left: 0;
  }
}
@keyframes long_price {
  0% {
    width: 0;
    left: calc(10% + 5px);
  }
  100% {
    width: 80%;
    left: calc(-10% + 5px);
  }
}
@keyframes long_price_detail {
  0% {
    width: 0;
    left: calc(10% + 5px);
  }
  100% {
    width: 80%;
    left: calc(-10% + 5px);
  }
}
@keyframes checkout {
  0% {
    width: 0;
    left: calc(10% + 5px);
  }
  100% {
    width: 100%;
    left: calc(-10% + 5px);
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../f/fa-brands-400.eot");
  src: url("../f/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../f/fa-brands-400.woff2") format("woff2"), url("../f/fa-brands-400.woff") format("woff"), url("../f/fa-brands-400.ttf") format("truetype"), url("../f/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../f/fa-regular-400.eot");
  src: url("../f/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../f/fa-regular-400.woff2") format("woff2"), url("../f/fa-regular-400.woff") format("woff"), url("../f/fa-regular-400.ttf") format("truetype"), url("../f/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "FontAwesome";
  font-weight: 400;
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../f/fa-solid-900.eot");
  src: url("../f/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../f/fa-solid-900.woff2") format("woff2"), url("../f/fa-solid-900.woff") format("woff"), url("../f/fa-solid-900.ttf") format("truetype"), url("../f/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "FontAwesome";
  font-weight: 900;
}

.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-expand:before {
  content: "\f424";
}

.fa.fa-compress:before {
  content: "\f422";
}

.fa.fa-eye {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-dollar:before {
  content: "\f155";
}

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-envelope-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "FontAwesome";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.999);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.svg) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #CCC;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}/*# sourceMappingURL=main.css.map */