@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.footer-top {
  padding-top: 57px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .footer-top {
    border-top: 1px solid rgba(194, 209, 217, 0.23);
  }
}
@media (max-width: 575px) {
  .footer-top {
    padding-top: 35px;
    padding-bottom: 0px;
  }
}
.footer-top .footer-logo img {
  max-width: 74px;
}
.footer-top .footer-locations {
  padding-top: 30px;
  font-size: 12px;
  line-height: 2em;
}
@media (max-width: 575px) {
  .footer-top .footer-locations {
    font-size: 8px;
  }
}
.footer-top .footer-locations i {
  font-size: 14px;
  color: #E84545;
  margin-right: 2px;
  position: relative;
  left: -4px;
  bottom: -2px;
}
.footer-top .footer-locations > .row > div {
  padding-right: 40px;
  padding-left: 15px;
}
@media (max-width: 575px) {
  .footer-top .footer-locations > .row > div {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .footer-top .footer-newsletter > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-top .footer-newsletter > div {
    max-width: 526px;
  }
}
.footer-top .footer-newsletter h5 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer-top .footer-newsletter .gform_body .ginput_container_email {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-top .footer-newsletter .gform_body .ginput_container_email {
    min-width: 510px;
    padding-right: 138px;
  }
}
.footer-top .footer-newsletter form {
  position: relative;
}
@media (min-width: 768px) {
  .footer-top .footer-newsletter .gform_footer {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer-top .footer-newsletter .gform_footer input[type=submit] {
  font-size: 15px !important;
}
@media (max-width: 575px) {
  .footer-top .footer-newsletter .gform_footer input[type=submit] {
    font-size: 11px !important;
  }
}
.footer-top .footer-newsletter .gform_footer:after {
  width: 53px;
  height: 53px;
}
@media (max-width: 575px) {
  .footer-top .footer-newsletter .gform_footer:after {
    width: 38px;
    height: 38px;
  }
}
.footer-top .footer-newsletter .gform_footer:before {
  right: 18px;
}
@media (max-width: 575px) {
  .footer-top .footer-newsletter .gform_footer:before {
    right: 14px;
  }
}
.footer-top .footer-newsletter .gform_validation_error .gform_footer {
  bottom: 27px;
  top: auto;
  transform: none;
}
.footer-top .footer-newsletter .gform_wrapper .validation_error, .footer-top .footer-newsletter .validation_message {
  font-size: 13px;
}
.footer-bottom {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 576px) {
  .footer-bottom {
    border-top: 1px solid rgba(194, 209, 217, 0.23);
  }
}
@media (max-width: 575px) {
  .footer-bottom {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .footer-bottom {
    font-size: 8px;
    line-height: 11px;
  }
}
.footer-bottom a {
  text-decoration: underline;
}
.footer-bottom .footer-social {
  font-size: 18px;
}
.footer-bottom .footer-social a {
  margin-right: 22px;
  text-decoration: none;
}
.footer-bottom .footer-social a:last-child {
  margin-right: 0;
}
.footer-bottom .footer-social a:hover, .footer-bottom .footer-social a:focus {
  text-decoration: none;
}
.footer-bottom .footer-social .li {
  position: relative;
  top: -2px;
}
.footer-bottom .footer-social .fb {
  position: relative;
  top: -5px;
}
.footer-bottom .footer-social .fb img {
  width: 8px;
}
@media (max-width: 1350px) {
  .footer-bottom .footer-social, .footer-bottom .footer-privacy {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-bottom .footer-copy {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
    margin-top: 20px;
  }
  .footer-bottom .footer-privacy {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .footer-bottom .footer-social, .footer-bottom .footer-privacy {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
  }
  .footer-bottom .footer-privacy {
    margin-top: 40px;
  }
}
.footer-bottom .footer-privacy a:not(:last-child) {
  margin-right: 5px;
}

.navbar-main {
  position: fixed;
  z-index: 110;
  left: 0;
  right: 0;
  top: 0;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.navbar-main .nav-link {
  outline: 0 !important;
}
.navbar-main .go-back {
  display: none;
}
@media (min-width: 1200px) {
  .navbar-main {
    background-color: rgba(31, 16, 33, 0.4);
  }
}
.navbar-main.scrolling {
  background-color: #1F1021;
}
.navbar-main.scrolling-down {
  transform: translateY(-100%);
}
.navbar-main .navbar-outer {
  width: 84%;
}
@media (max-width: 1199px) {
  .navbar-main .navbar-outer {
    width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.navbar-main .navbar-brand {
  width: 120px;
}
@media (max-width: 1199px) {
  .navbar-main .navbar-brand {
    width: 72px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .navbar-main:hover {
    background-color: #1F1021;
  }
  .navbar-main:hover .navbar-outer {
    background-color: #1F1021;
  }
}
.navbar-main .navbar-nav > li {
  transition: background 0.3s ease;
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li:hover {
    background-color: #E84545;
  }
  .navbar-main .navbar-nav > li:hover a.dropdown-toggle:before {
    color: #fff;
    transform: translateY(-50%) rotate(-180deg);
  }
}
.navbar-main .navbar-nav > li > a {
  font-size: 16px;
  font-weight: bold;
}
.navbar-main .navbar-nav > li > a.dropdown-toggle {
  position: relative;
  padding-right: 43px;
}
.navbar-main .navbar-nav > li > a.dropdown-toggle:before {
  color: #E84545;
  font-size: 6px;
  margin-top: -3px;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media (max-width: 1199px) {
  .navbar-main .navbar-nav > li > a.dropdown-toggle:before {
    right: 27px;
    font-size: 8px;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #1F1021;
    transition: transform 0.2s ease-in-out;
    transform: translateY(calc(-100% - 134px));
    z-index: -1;
    display: flex;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div {
    flex: 1;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    padding-top: 40vh;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div:before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 442px;
    width: 368px;
    left: 0;
    background-size: contain;
    background-position: left top;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > a {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    font-size: 18.72px;
    text-transform: uppercase;
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > a:before {
    position: absolute;
    top: -40vh;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > .dropdown-menu {
    display: block !important;
    position: relative;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > .dropdown-menu {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > .dropdown-menu > div {
    opacity: 0;
    pointer-events: none;
    padding-top: 5px;
    transform: translateX(-10px);
    transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > .dropdown-menu > div:first-child {
    padding-top: 10px;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > .dropdown-menu > div > div > a {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li > .dropdown-menu > div:nth-child(even) > div:before {
    background-image: url("../images/menu1.svg");
    top: -290px;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li > .dropdown-menu > div:nth-child(odd) > div:before {
    background-image: url("../images/menu2.svg");
    top: -145px;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li > .dropdown-menu > div:before {
    content: "";
    position: absolute;
    top: calc(40vh - 80px);
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E84545;
    transition: transform 0.5s ease-in-out;
    z-index: -2;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li > .dropdown-menu > div:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #E84545;
    z-index: -1;
    opacity: 0;
    transition-delay: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.1s;
    pointer-events: all;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(2) {
    transition-delay: 0.2s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(3) {
    transition-delay: 0.3s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(4) {
    transition-delay: 0.4s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(5) {
    transition-delay: 0.5s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(6) {
    transition-delay: 0.6s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(7) {
    transition-delay: 0.7s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(8) {
    transition-delay: 0.8s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(9) {
    transition-delay: 0.9s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(10) {
    transition-delay: 1s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(11) {
    transition-delay: 1.1s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(12) {
    transition-delay: 1.2s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(13) {
    transition-delay: 1.3s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(14) {
    transition-delay: 1.4s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(15) {
    transition-delay: 1.5s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(16) {
    transition-delay: 1.6s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(17) {
    transition-delay: 1.7s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(18) {
    transition-delay: 1.8s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(19) {
    transition-delay: 1.9s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div .dropdown-menu > div:nth-child(20) {
    transition-delay: 2s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div a {
    text-decoration: none;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover > div:before {
    opacity: 0.35;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover:before {
    transform: translateX(-50%) scale(30);
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover:after {
    opacity: 1;
    transition-delay: 0.5s;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover:nth-child(even) > div:before {
    -webkit-animation: parallax-menu 10s linear infinite;
            animation: parallax-menu 10s linear infinite;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div:hover:nth-child(odd) > div:before {
    -webkit-animation: parallax-menu2 10s linear infinite;
            animation: parallax-menu2 10s linear infinite;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li > .dropdown-menu > div > .dropdown-menu {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .navbar-main .navbar-nav > li:hover > .dropdown-menu {
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
  }
}
.navbar-main .navbar-login {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 34px;
}
@media (max-width: 1199px) {
  .navbar-main .navbar-login {
    padding-left: 0;
  }
  .navbar-main .navbar-login .avatar-img + .navbar-login-welcome {
    padding-left: 35px;
  }
}
.navbar-main .navbar-login:hover, .navbar-main .navbar-login:focus {
  text-decoration: none;
}
.navbar-main .navbar-login span {
  text-decoration: underline;
}
.navbar-main .navbar-login i {
  position: relative;
  margin-right: 12px;
  z-index: 1;
}
.navbar-main .navbar-login i:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #6B2061;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 0.5px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.navbar-main .navbar-login .avatar-img {
  margin-top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-main .navbar-login-welcome {
  white-space: nowrap;
  overflow: hidden;
  max-width: 255px;
}

@-webkit-keyframes parallax-menu {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-10px) translateX(-10px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

@keyframes parallax-menu {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-10px) translateX(-10px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes parallax-menu2 {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(10px) translateX(10px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes parallax-menu2 {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(10px) translateX(10px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.navbar-toggler {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
}
.navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 1px;
  background: #fff;
  position: relative;
  top: 1px;
  transition: transform 0.3s ease;
}
.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease;
}
.navbar-toggler .navbar-toggler-icon:before {
  top: -5px;
}
.navbar-toggler .navbar-toggler-icon:after {
  bottom: -5px;
}
.navbar-toggler.open .navbar-toggler-icon {
  transform: rotate(45deg);
}
.navbar-toggler.open .navbar-toggler-icon:before {
  display: none;
}
.navbar-toggler.open .navbar-toggler-icon:after {
  bottom: 0;
  transform: rotate(90deg);
}

@media (max-width: 1199px) {
  .navbar-main .navbar-nav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 110px;
    background-image: linear-gradient(180deg, #3D1642 0%, #000000 100%);
    overflow: auto;
    flex-wrap: nowrap;
    transition: opacity 0.3s ease;
  }
  .navbar-main .navbar-nav.active {
    opacity: 1;
    pointer-events: all;
  }
  .navbar-main .navbar-nav > li:first-child {
    padding-top: 87px;
  }
  .navbar-main .navbar-nav > li > a {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
  }
  .navbar-main .navbar-nav > li > a.dropdown-toggle:before {
    transform: translateY(-50%) rotate(-90deg);
  }
  .navbar-main .navbar-nav > li .dropdown-menu {
    transform: translateX(100%);
    transition: transform 0.3s ease;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 110px;
    background-image: linear-gradient(180deg, #3D1642 0%, #000000 100%);
    overflow: auto;
    z-index: 2;
    font-size: 15px;
  }
  .navbar-main .navbar-nav > li .dropdown-menu.current {
    transform: translateX(0);
  }
  .navbar-main .navbar-nav > li .dropdown-menu > div:first-of-type {
    padding-top: 87px;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > a {
    display: block;
    padding: 12px 60px 12px 15px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > a:hover, .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > a:focus {
    text-decoration: none;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > a:after {
    content: "";
    position: absolute;
    right: 26px;
    top: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #E84545;
    margin-top: -2px;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu > div > div > div > a br {
    display: none;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu .dropdown-menu {
    padding-left: 15px;
    background: #E84545;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu .dropdown-menu a {
    padding: 5px 0;
    display: block;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu .dropdown-menu a:hover, .navbar-main .navbar-nav > li > .dropdown-menu .dropdown-menu a:focus {
    text-decoration: none;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu .dropdown-menu > div {
    height: 100%;
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 35px;
    flex-flow: column;
    text-align: left;
    padding-bottom: 110px;
    padding-top: 0;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu .dropdown-menu > div > div:first-of-type {
    padding-top: 0;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu .dropdown-menu > div > div > a:first-of-type {
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .navbar-main .navbar-nav > li > .dropdown-menu .dropdown-menu > div > div > a:first-of-type br {
    display: none;
  }
  .navbar-main .navbar-nav .go-back {
    position: absolute;
    left: 15px;
    transform: rotate(-180deg);
    display: block;
    cursor: pointer;
  }
  .navbar-login-container {
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-bottom: 18px;
    right: 0;
    padding-top: 10px;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .navbar-login-container {
    display: none !important;
  }
  .navbar-login-container.show {
    display: flex !important;
  }
  .navbar-login-container > a, .navbar-login-container > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .navbar-login-container > a {
    order: 12;
  }
  .navbar-login-container > div {
    order: 1;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .navbar-login-container > div .wpml-ls-sub-menu {
    top: -100%;
  }
  .navbar-login-container > div a {
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  .hero-sx, .hero-dx, .hero-last {
    position: fixed !important;
    pointer-events: none;
    display: none;
    z-index: 1;
  }
  .hero-sx.current, .hero-dx.current, .hero-last.current {
    display: block;
  }
}
@media (max-width: 1199px) {
  .hero-last {
    z-index: -1;
  }
}
@media (max-width: 1199px) {
  .hero-sx {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.37;
    width: 26%;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .hero-sx {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .hero-sx img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .hero-sx div:first-child, .hero-sx div:nth-child(3) {
    -webkit-animation: parallax-left 80s linear infinite 2s;
            animation: parallax-left 80s linear infinite 2s;
  }
  .hero-sx div:first-child img, .hero-sx div:nth-child(3) img {
    -webkit-animation: fade-frames 3s 1, scale-frames-left 2s 1;
            animation: fade-frames 3s 1, scale-frames-left 2s 1;
  }
  .hero-sx div:nth-child(2), .hero-sx div:nth-child(4) {
    -webkit-animation: parallax-right 80s linear infinite 2s;
            animation: parallax-right 80s linear infinite 2s;
  }
  .hero-sx div:nth-child(2) img, .hero-sx div:nth-child(4) img {
    -webkit-animation: fade-frames 3s 1, scale-frames-right 2s 1;
            animation: fade-frames 3s 1, scale-frames-right 2s 1;
  }
}
@media (max-width: 1199px) {
  .hero-last {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -113px;
    opacity: 0.37;
    width: 80%;
  }
  .hero-last img {
    width: 100%;
  }
  .hero-last div:first-child, .hero-last div:nth-child(3) {
    -webkit-animation: parallax-left 80s linear infinite 2s;
            animation: parallax-left 80s linear infinite 2s;
  }
  .hero-last div:first-child img, .hero-last div:nth-child(3) img {
    -webkit-animation: fade-frames 3s 1, scale-frames-left 2s 1;
            animation: fade-frames 3s 1, scale-frames-left 2s 1;
  }
  .hero-last div:nth-child(2), .hero-last div:nth-child(4) {
    -webkit-animation: parallax-right 80s linear infinite 2s;
            animation: parallax-right 80s linear infinite 2s;
  }
  .hero-last div:nth-child(2) img, .hero-last div:nth-child(4) img {
    -webkit-animation: fade-frames 3s 1, scale-frames-right 2s 1;
            animation: fade-frames 3s 1, scale-frames-right 2s 1;
  }
}
@media (max-width: 1199px) {
  .hero-dx {
    position: absolute;
    right: 0;
    bottom: 63px;
    opacity: 0.3;
    width: 35.5%;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .hero-dx {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .hero-dx div:first-child, .hero-dx div:nth-child(3) {
    -webkit-animation: parallax-left-mobile 80s linear infinite 2s;
            animation: parallax-left-mobile 80s linear infinite 2s;
  }
  .hero-dx div:first-child img, .hero-dx div:nth-child(3) img {
    -webkit-animation: fade-frames 3s 1, scale-frames-left-mobile 2s 1;
            animation: fade-frames 3s 1, scale-frames-left-mobile 2s 1;
  }
  .hero-dx div:nth-child(2), .hero-dx div:nth-child(4) {
    -webkit-animation: parallax-right-mobile 80s linear infinite 2s;
            animation: parallax-right-mobile 80s linear infinite 2s;
  }
  .hero-dx div:nth-child(2) img, .hero-dx div:nth-child(4) img {
    -webkit-animation: fade-frames 3s 1, scale-frames-right-mobile 2s 1;
            animation: fade-frames 3s 1, scale-frames-right-mobile 2s 1;
  }
}
@media (max-width: 1199px) {
  .hero-dx img {
    width: 100%;
  }
}
@-webkit-keyframes fade-frames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-frames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-frames-left-mobile {
  0% {
    transform: scale3d(0, 0, 1) translateX(-50px);
  }
  100% {
    transform: scale3d(1, 1, 0.5) translateX(0);
  }
}
@keyframes scale-frames-left-mobile {
  0% {
    transform: scale3d(0, 0, 1) translateX(-50px);
  }
  100% {
    transform: scale3d(1, 1, 0.5) translateX(0);
  }
}
@-webkit-keyframes scale-frames-right-mobile {
  0% {
    transform: scale3d(0, 0, 1) translateX(50px);
  }
  100% {
    transform: scale3d(1, 1, 0.5) translateX(0);
  }
}
@keyframes scale-frames-right-mobile {
  0% {
    transform: scale3d(0, 0, 1) translateX(50px);
  }
  100% {
    transform: scale3d(1, 1, 0.5) translateX(0);
  }
}
@-webkit-keyframes parallax-left-mobile {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-50px) translateX(-50px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes parallax-left-mobile {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-50px) translateX(-50px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes parallax-right-mobile {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-50px) translateX(50px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
@keyframes parallax-right-mobile {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-50px) translateX(50px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.wpml-ls {
  width: auto;
  margin-left: 50px;
}
.wpml-ls .wpml-ls-sub-menu {
  border-top: 0;
}
.wpml-ls li {
  padding: 0 !important;
}
.wpml-ls li:before {
  display: none;
}
.wpml-ls li a {
  padding: 0 24px 0 0 !important;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 0;
  top: 4px;
}
.wpml-ls li a.wpml-ls-item-toggle:after {
  display: none;
}
.wpml-ls li a.wpml-ls-item-toggle:before {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #E84545;
  font-size: 6px;
  margin-top: -5px;
  display: block;
}

.widget {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 61px;
  padding-right: 35px;
  z-index: 99;
  text-align: right;
}
@media (max-width: 575px) {
  .widget {
    font-size: 37px;
    padding-right: 15px;
  }
}
.widget i {
  cursor: pointer;
  z-index: 101;
  position: relative;
}
.widget .widget-content {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background: rgba(38, 16, 38, 0.56);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 425px;
  max-width: 99vw;
  z-index: 100;
  padding: 22px 108px 20px 27px;
}
@media (max-width: 575px) {
  .widget .widget-content {
    padding: 15px 65px 5px 15px;
  }
}
.widget .widget-content .btn {
  display: block !important;
  margin-bottom: 10px;
  border-radius: 25px;
  line-height: 45px;
  font-size: 14px;
  padding-left: 60px;
  position: relative;
  padding-top: 5px;
  text-align: left;
  transition: background 0.3s ease;
}
@media (max-width: 575px) {
  .widget .widget-content .btn {
    font-size: 13px;
  }
}
@media (max-width: 374px) {
  .widget .widget-content .btn {
    padding-left: 40px;
  }
}
.widget .widget-content .btn span {
  width: 48px;
  height: 48px;
}
.widget .widget-content .btn span:before {
  right: 15.5px;
  font-size: 13px;
}
.widget .widget-content .btn i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 374px) {
  .widget .widget-content .btn i {
    transform: translateY(-50%) scale(0.8);
    left: 13px;
  }
}
.widget.open .widget-content {
  opacity: 1;
  pointer-events: all;
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?4qql70");
  src: url("../../fonts/icomoon.eot?4qql70#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?4qql70") format("truetype"), url("../../fonts/icomoon.woff?4qql70") format("woff"), url("../../fonts/icomoon.svg?4qql70#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], .icon, .page-template-template-cookie .content form input + label:before, .navbar-main .navbar-nav > li > a.dropdown-toggle:before, .wpml-ls li a.wpml-ls-item-toggle:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\e914";
}

.icon-download:before {
  content: "\e913";
}

.icon-mail:before {
  content: "\e90e";
}

.icon-users:before {
  content: "\e90f";
}

.icon-message:before {
  content: "\e910";
}

.icon-linkedin:before {
  content: "\e90c";
}

.icon-instagram:before {
  content: "\e90d";
}

.icon-pin:before {
  content: "\e90b";
}

.icon-check:before, .page-template-template-cookie .content form input + label:before {
  content: "\e90a";
}

.icon-quote:before {
  content: "\e909";
}

.icon-play:before {
  content: "\e902";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-user:before {
  content: "\e900";
}

.icon-caret:before, .navbar-main .navbar-nav > li > a.dropdown-toggle:before, .wpml-ls li a.wpml-ls-item-toggle:before {
  content: "\e904";
}

.icon-widget1 .path1:before {
  content: "\e905";
  color: rgb(232, 69, 69);
}

.icon-widget1 .path2:before {
  content: "\e906";
  margin-left: -0.8994140625em;
  color: rgb(107, 32, 97);
}

.icon-widget1 .path3:before {
  content: "\e907";
  margin-left: -0.8994140625em;
  color: rgb(31, 16, 33);
}

.icon-widget1 .path4:before {
  content: "\e908";
  margin-left: -0.8994140625em;
  color: rgb(255, 255, 255);
}

.icon-widget1 .path5:before {
  content: "\e911";
  margin-left: -0.8994140625em;
  color: rgb(255, 255, 255);
}

.icon-widget1 .path6:before {
  content: "\e912";
  margin-left: -0.8994140625em;
  color: rgb(255, 255, 255);
}

.lavora-con-noi-form {
  padding: 80px 0 35px;
  background-image: linear-gradient(180deg, #3D1642 3%, #000000 100%);
}
.lavora-con-noi-form h2 {
  font-family: "Manjari", sans-serif;
}
.lavora-con-noi-form-inner {
  max-width: 626px;
}

.profilo-inner {
  padding-left: 280px;
  position: relative;
  padding-top: 182px;
}
@media (max-width: 860px) {
  .profilo-inner {
    padding-left: 0;
  }
}
.profilo-inner + .profilo-inner {
  padding-top: 0;
}
@media (max-width: 1150px) {
  .profilo-inner + .profilo-inner {
    margin-left: -280px;
  }
}
@media (max-width: 860px) {
  .profilo-inner + .profilo-inner {
    margin-left: 0;
    padding-left: 0;
  }
}
.profilo-inner .profilo-inner-avatar {
  position: absolute;
  left: 30px;
  top: 182px;
  width: 198px;
  height: 198px;
  background-color: #210E20;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
.profilo-inner .profilo-inner-avatar #profile-form, .profilo-inner .profilo-inner-avatar input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.profilo-inner .profilo-inner-avatar input {
  opacity: 0;
}
.profilo-inner .profilo-inner-avatar input:disabled {
  display: none;
}
@media (max-width: 860px) {
  .profilo-inner .profilo-inner-avatar {
    display: none;
  }
}
.profilo-inner .profilo-inner-avatar:hover .avatar-img {
  opacity: 0.2;
}
.profilo-inner .profilo-inner-avatar:hover:after {
  opacity: 1;
}
.profilo-inner .profilo-inner-avatar.empty:after {
  opacity: 1;
}
.profilo-inner .profilo-inner-avatar:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid rgba(107, 32, 97, 0.22);
  border-radius: 50%;
  transition: opacity 0.3s linear;
  z-index: 1;
}
.profilo-inner .profilo-inner-avatar:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/pic.svg") center no-repeat;
  background-size: contain;
  width: 33px;
  height: 27px;
  opacity: 0;
}
.profilo-inner .profilo-inner-avatar .avatar-img {
  pointer-events: none;
  border-radius: 50%;
  transition: opacity 0.3s linear;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.profilo-inner .welcome {
  font-size: 30px;
  font-family: "Libre Baskerville", serif;
  padding-top: 20px;
}
.profilo-inner .logout {
  padding-left: 30px;
  position: relative;
  margin-top: 30px;
  display: block;
}
.profilo-inner .logout:before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../images/logout.svg") left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 0;
}
.profilo-inner .logout span {
  text-decoration: underline;
}
.profilo-inner .profilo-links {
  font-family: "Manjari", sans-serif;
  padding-top: 70px;
}
@media (max-width: 1150px) {
  .profilo-inner .profilo-links {
    margin-left: -280px;
  }
}
@media (max-width: 860px) {
  .profilo-inner .profilo-links {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 860px) {
  .profilo-inner .profilo-links-inner {
    width: 100%;
  }
}
.profilo-inner .profilo-links-inner .profilo-links-single {
  width: 277px;
  text-align: center;
  background-color: #E84545;
  color: #fff;
  padding: 81px 28px 20px;
  font-size: 14px;
  display: block;
  position: relative;
  border-right: 0.5px solid #fff;
  text-decoration: none;
}
@media (max-width: 860px) {
  .profilo-inner .profilo-links-inner .profilo-links-single {
    width: auto;
    flex: 0 0 33%;
  }
}
@media (max-width: 767px) {
  .profilo-inner .profilo-links-inner .profilo-links-single {
    padding: 67px 18px 25px;
  }
}
.profilo-inner .profilo-links-inner .profilo-links-single:last-child {
  border-right: 0;
}
.profilo-inner .profilo-links-inner .profilo-links-single:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  height: 49px;
  width: 49px;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .profilo-inner .profilo-links-inner .profilo-links-single:before {
    width: 35px;
    height: 35px;
  }
}
.profilo-inner .profilo-links-inner .profilo-links-single.profilo:before {
  background-image: url("../images/profilo.png");
}
.profilo-inner .profilo-links-inner .profilo-links-single.preferiti:before {
  background-image: url("../images/preferiti.png");
}
.profilo-inner .profilo-links-inner .profilo-links-single.visualizzazioni:before {
  background-image: url("../images/visualizzazioni.png");
}
.profilo-inner .profilo-links-inner .profilo-links-single strong {
  display: block;
  text-transform: uppercase;
  padding: 2px 0;
}
@media (max-width: 767px) {
  .profilo-inner .profilo-links-inner .profilo-links-single strong {
    font-size: 12px;
  }
}
.profilo-inner .profilo-links-inner .profilo-links-single:hover {
  text-decoration: none;
}
.profilo-inner .profilo-links-inner .profilo-links-single.current {
  background-color: #fff;
  color: #E84545;
}
.profilo-inner .profilo-links-inner .profilo-links-single.current.profilo:before {
  background-image: url("../images/profilo_active.png");
}
.profilo-inner .profilo-links-inner .profilo-links-single.current.preferiti:before {
  background-image: url("../images/preferiti_active.png");
}
.profilo-inner .profilo-links-inner .profilo-links-single.current.visualizzazioni:before {
  background-image: url("../images/visualizzazioni_active.png");
}
.profilo-inner .profilo-empty {
  padding: 80px 0;
}
.profilo-inner .password-update, .profilo-inner .profilo-update {
  max-width: 610px;
  padding-top: 30px;
}
@media (max-width: 575px) {
  .profilo-inner .password-update, .profilo-inner .profilo-update {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.profilo-inner .password-update .gfield:not(.half-field), .profilo-inner .profilo-update .gfield:not(.half-field) {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.profilo-inner .password-update .gform_confirmation_wrapper, .profilo-inner .profilo-update .gform_confirmation_wrapper {
  padding: 80px 0;
}
.profilo-inner .password-update, .profilo-inner .account-delete {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.profilo-inner .password-update.show, .profilo-inner .account-delete.show {
  opacity: 1;
  pointer-events: all;
}
.profilo-inner .profilo-update.hide {
  opacity: 0;
  pointer-events: none;
}
.profilo-inner .profilo-update .gfield input[type=text] {
  margin-bottom: 0 !important;
}
.profilo-inner .profilo-update .gfield:not(.half-field) {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.profilo-inner .profilo-update .gfield #disabled {
  pointer-events: none;
}
.profilo-inner .profilo-update .gfield .update-password {
  font-weight: 300;
  font-size: 14px;
  padding-top: 20px;
  display: block;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background-color: #ed6b00;
  color: #f5f5f5;
  width: 300px;
  z-index: 10;
}

.cookie-banner-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.cookie-banner-close input {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0 !important;
  z-index: 2;
}
.cookie-banner-close:before, .cookie-banner-close:after {
  content: "";
  background-color: #000;
  width: 2px;
  height: 20px;
  position: absolute;
}
.cookie-banner-close:before {
  transform: rotate(45deg);
}
.cookie-banner-close:after {
  transform: rotate(-45deg);
}

.cookie-banner .cookie-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookie-banner .cookie-form-wrapper form {
  display: inline-block;
}

.cookie-banner .cookie-form-wrapper input[type=submit],
.cookie-banner .cookie-form-wrapper a {
  margin-left: 10px;
  margin-right: 10px;
}

.cookie-banner .cookie-form-wrapper a {
  line-height: 1;
  display: block;
}

.cookie-banner a {
  color: #333333;
  font-weight: bold;
}
.cookie-banner a:hover {
  color: #333333;
}

.cookie-banner p {
  font-size: 1em;
  line-height: 1em;
}

.cookie-banner input[type=submit] {
  font-weight: bold;
  background: #ffffff;
  text-align: center;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding: 8px 16px;
  margin: 8px 0;
  font-size: 16px;
  cursor: pointer;
  line-height: 16px;
}

.cookie-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
  display: none;
}

#cookie-law-info-bar .close-btn #cookie_action_close_header_reject {
  font-size: 0 !important;
  position: absolute;
  right: 10px;
  top: 10px;
  background: 0 0 !important;
}
#cookie-law-info-bar .close-btn #cookie_action_close_header_reject::after {
  content: "X";
  position: absolute;
  right: 0;
  top: 0;
  color: #000 !important;
  font-size: 20px;
  transform: none;
  transition: none;
}

.cli-bar-message .logo-banner {
  max-width: 80px;
  margin-bottom: 15px;
}
.cli-bar-message a {
  color: inherit;
  text-decoration: underline;
}

.cli-bar-btn_container {
  margin-top: 15px;
  justify-content: center;
}
.cli-bar-btn_container a, .cli-bar-btn_container a:hover {
  border-radius: 8px;
  font-size: 16px !important;
  padding: 10px 15px 7px;
}
.cli-bar-btn_container a:first-child, .cli-bar-btn_container a:hover:first-child {
  margin-left: 0;
}

.cookie-banner {
  position: fixed;
  bottom: 0px;
  right: 0px;
  border-radius: 0px;
  /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); */
  padding: 30px 20px 20px;
  background-color: #F6F6F6;
  color: #333333;
  width: 100%;
  z-index: 1001;
  text-align: center;
}
.cookie-banner:before {
  content: url(../images/logo_dark.svg);
  display: block;
  margin: 0 auto 20px;
  height: 55px;
  width: 90px;
}

.cookie-banner > * {
  max-width: 960px;
  margin: 0 auto;
}

.cookie-banner p {
  font-size: 1em;
  line-height: 1em;
}

.cookie-banner input[type=submit] {
  background: #E84545;
  text-align: center;
  width: auto;
  border: 0;
  border-radius: 5px;
  padding: 13px 16px 8px;
  margin: 15px auto 8px;
  font-size: 16px;
  cursor: pointer;
  line-height: 16px;
  color: #f1f1f1;
  display: block;
}

.page-template-template-cookie .content {
  padding-top: 150px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-template-cookie .content h1, .page-template-template-cookie .content h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.page-template-template-cookie .content a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .page-template-template-cookie .content {
    padding-top: 80px;
  }
}
.page-template-template-cookie .content .wp-block-table td, .page-template-template-cookie .content .wp-block-table th {
  border: 1px solid #fff;
  padding: 0.5em;
}
.page-template-template-cookie .content .wp-block-table th {
  font-family: "Libre Baskerville", serif;
}
.page-template-template-cookie .content .btn {
  background-color: #6B2061;
  border: 0;
  padding: 0 20px;
}
.page-template-template-cookie .content form {
  margin-top: 50px;
}
.page-template-template-cookie .content form strong {
  font-family: "Libre Baskerville", serif;
  padding-bottom: 0.5em;
  display: block;
}
.page-template-template-cookie .content form strong + div {
  padding-bottom: 1em;
}
.page-template-template-cookie .content form input {
  display: none;
}
.page-template-template-cookie .content form input + label {
  padding-left: 37px;
  position: relative;
}
.page-template-template-cookie .content form input + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 21px;
  height: 21px;
  border: 1px solid #FFFFFF;
}
.page-template-template-cookie .content form input + label:before {
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 11px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.page-template-template-cookie .content form input:checked + label:after {
  border-color: #E84545;
  background-color: #E84545;
}
.page-template-template-cookie .content form input:checked + label:before {
  opacity: 1;
}