* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  font-family: Montserrat;
}

:root {
  --transition: .2s ease-in-out;
}

html {
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    position: relative;
  }
}

p {
  margin: 0;
  padding: 0;
}

.hero-content-team {
  width: 100%;
  min-height: 100vh;
  background: rgb(129, 157, 241);
  background: linear-gradient(22deg, rgb(68, 98, 210) 0%, rgb(129, 157, 241) 100%);
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 767px) {
  .team {
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.team div {
  width: calc(25% - 60px);
  text-align: center;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 979px) {
  .team div {
    width: calc(33.33% - 60px);
  }
}
@media (max-width: 767px) {
  .team div {
    width: calc(100% - 60px);
    margin: 0;
    margin-bottom: 40px;
  }
}
.team div h3, .team div h4 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.team div h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .team div h3 {
    font-size: 18px;
  }
}
.team div h4 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .team div h4 {
    font-size: 14px;
  }
}
.team div img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}

.default-whatwedo {
  width: 100%;
  background: rgb(129, 157, 241);
  background: linear-gradient(22deg, rgb(32, 135, 150) 0%, rgb(124, 208, 218) 100%);
  position: relative;
}
.default-whatwedo .brain {
  position: absolute;
  width: 400px;
  right: -100px;
  top: 45%;
  z-index: 4;
}
.default-whatwedo .brain img {
  width: 100%;
}
.default-whatwedo .guitar {
  position: absolute;
  width: 440px;
  top: 33%;
  right: 200px;
  z-index: 3;
}
.default-whatwedo .guitar img {
  width: 100%;
}
.default-whatwedo .donut {
  position: absolute;
  width: 320px;
  top: 13%;
  right: 200px;
  z-index: 2;
}
.default-whatwedo .donut img {
  width: 100%;
}
.default-whatwedo .website {
  position: absolute;
  width: 320px;
  top: 18%;
  right: -40px;
  z-index: 1;
}
.default-whatwedo .website img {
  width: 100%;
}
.default-whatwedo .light1 {
  width: 110px;
  top: 8%;
  right: 460px;
}
.default-whatwedo .light2 {
  width: 110px;
  top: 58%;
  right: 376px;
}
.default-whatwedo .light3 {
  width: 90px;
  top: 88%;
  right: 440px;
}
.default-whatwedo .light4 {
  width: 60px;
  top: 56%;
  right: 250px;
}
.default-whatwedo .light1, .default-whatwedo .light2, .default-whatwedo .light3, .default-whatwedo .light4 {
  position: absolute;
  z-index: 9;
}
.default-whatwedo .light1 img, .default-whatwedo .light2 img, .default-whatwedo .light3 img, .default-whatwedo .light4 img {
  width: 100%;
}
@media (max-width: 767px) {
  .default-whatwedo .animations {
    position: relative;
    min-height: 300px;
  }
  .default-whatwedo .brain {
    width: 200px;
    right: -40px;
    top: 20%;
  }
  .default-whatwedo .guitar {
    width: 300px;
    right: 200px;
    right: 60px;
    top: 0;
  }
  .default-whatwedo .donut {
    width: 140PX;
    top: -18px;
    right: 100PX;
  }
  .default-whatwedo .website {
    width: 160PX;
    right: -16px;
    TOP: -11PX;
  }
  .default-whatwedo .light1 {
    width: 40px;
    top: -20px;
    right: 213px;
  }
  .default-whatwedo .light2 {
    width: 40px;
    right: 200px;
    top: 42%;
  }
  .default-whatwedo .light3 {
    width: 40px;
    top: 82%;
    right: 240px;
  }
  .default-whatwedo .light4 {
    width: 30px;
    right: 124px;
  }
}

img.is-background-2-scritta {
  -webkit-animation: rotate-element 10.8s infinite linear;
          animation: rotate-element 10.8s infinite linear;
}

@-webkit-keyframes rotate-element {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-element {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.default-first {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .default-first img.is-background {
    position: absolute;
    right: -40px;
    max-width: 50%;
    top: 50%;
    margin-top: -240px;
  }
  .default-first .is-second-salsa {
    position: absolute;
    max-width: 46%;
    left: -20px;
  }
  .default-first .is-second-salsa img.is-background-2 {
    max-width: 100%;
  }
  .default-first .is-second-salsa img.is-background-2-barattolo {
    position: absolute;
    max-width: 100%;
    top: 0px;
    z-index: 9;
    margin-top: -4.5%;
    left: 0 !important;
  }
  .default-first .is-second-salsa img.is-background-2-scritta {
    position: absolute;
    max-width: 80%;
    left: 10% !important;
    top: 10%;
    z-index: 8;
    left: 0;
  }
}
@media (max-width: 767px) {
  .default-first img.is-background {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 0px;
    display: block;
  }
  .default-first .is-second-salsa {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .default-first .is-second-salsa img {
    max-width: 100%;
  }
  .default-first .is-second-salsa img.is-background-2-barattolo {
    position: absolute;
    max-width: 100%;
    top: 0px;
    z-index: 9;
    left: 0;
    margin-top: -10px;
  }
  .default-first .is-second-salsa img.is-background-2-scritta {
    position: absolute;
    max-width: 80%;
    z-index: 8;
    left: 10% !important;
    top: 10% !important;
  }
}
@media (min-width: 768px) {
  .default-first .container {
    position: relative;
  }
  .default-first .container.is-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .default-first .container {
    text-align: center;
  }
  .default-first .container .content {
    text-align: left;
  }
}

.default-whatwedo .content, .default-first .content, .default-second .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  min-height: 660px;
}
@media (max-width: 767px) {
  .default-whatwedo .content, .default-first .content, .default-second .content {
    width: 100%;
    min-height: auto;
  }
}

.hero-content-contact {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(22deg, rgb(99, 17, 215) 0%, rgb(185, 101, 248) 100%);
}
.hero-content-contact .title h1 {
  color: #fff;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact > div {
  width: calc(33.33% - 160px);
  margin-left: 80px;
  margin-right: 80px;
  cursor: pointer;
  text-align: center;
}
.contact > div img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.contact > div img:hover {
  -webkit-animation: pulse;
          animation: pulse; /* referring directly to the animation's @keyframe declaration */
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; /* don't forget to set a duration! */
}
@media (max-width: 767px) {
  .contact > div {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 0px;
  }
}

.contact-talk {
  text-align: center;
}
.contact-talk h2 {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 58px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .contact-talk h2 {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

.contact-footer {
  background: url(/assets/images/contacts/rose.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .contact-footer {
    margin-top: 40px;
    padding-bottom: 40px;
    min-height: 920px;
  }
}
.contact-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact-form {
  text-align: center;
  width: 640px;
}
.contact-form h3 {
  color: #c13080;
  font-size: 19px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .contact-form h3 {
    font-size: 16px;
  }
}
.contact-form h2 {
  margin: 0 auto;
  padding: 0;
  font-size: 58px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-form h2 {
    font-size: 28px;
  }
}
.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.contact-form form input {
  width: calc(50% - 8px);
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 4px;
  border: 1px solid #b7b7b7;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  margin-bottom: 8px;
  color: #8e8e8e;
}
.contact-form form input.alert {
  border: 1px solid #ff0000;
}
.contact-form form textarea {
  margin-left: 4px;
  margin-right: 4px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #b7b7b7;
  resize: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  margin-bottom: 8px;
  color: #8e8e8e;
  padding-top: 10px;
}
.contact-form form textarea.alert {
  border: 1px solid #ff0000;
}
.contact-form form div {
  font-size: 14px;
}
.contact-form form div label {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form form div label input {
  width: 20px;
  margin-top: 7px;
  border: 1px solid #b7b7b7;
  margin-right: 12px;
}
.contact-form form button {
  color: #fff;
  background: #000;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  border-radius: 4px;
  border: 1px solid #000;
  margin-top: 40px;
}

.hero-content-howto {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(22deg, rgb(235, 163, 18) 0%, rgb(243, 218, 19) 100%);
  padding-bottom: 40px;
}

.cloud1, .cloud2, .cloud3, .cloud, .cloud5, .rocket {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.rocket {
  background: url(/assets/images/clouds/header-rocket.webp);
  width: 206px;
  height: 210px;
  position: absolute;
  background-size: 206px;
  right: 200px;
  top: 200px;
  -webkit-animation-name: rocket;
          animation-name: rocket;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cloud1 {
  background: url(/assets/images/clouds/header-cloud-1.webp);
  width: 306px;
  height: 195px;
  background-size: 306px;
  position: absolute;
  right: -40px;
  top: 200px;
  -webkit-animation-name: cloud1;
          animation-name: cloud1;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .cloud1 {
    width: 200px;
    height: 127px;
    background-size: 200px;
  }
}

.cloud2 {
  background: url(/assets/images/clouds/header-cloud-2.webp);
  width: 206px;
  height: 121px;
  background-size: 206px;
  position: absolute;
  right: 200px;
  top: 400px;
  -webkit-animation-name: cloud2;
          animation-name: cloud2;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .cloud2 {
    width: 100px;
    height: 60px;
    background-size: 100px;
    right: 20px;
    top: 353px;
  }
}

.cloud3 {
  background: url(/assets/images/clouds/header-cloud-3.webp);
  width: 207px;
  height: 100px;
  position: absolute;
  background-size: 207px;
  right: 0;
  top: 500px;
  -webkit-animation-name: cloud3;
          animation-name: cloud3;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .cloud3 {
    width: 80px;
    height: 38px;
    background-size: 80px;
    right: 100px;
    top: 320px;
  }
}

.cloud4 {
  background: url(/assets/images/clouds/header-cloud-4.webp);
  width: 200px;
  height: 96px;
  position: absolute;
  background-size: 200px;
  right: 0;
  top: 80px;
  -webkit-animation-name: cloud4;
          animation-name: cloud4;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .cloud4 {
    width: 120px;
    height: 57px;
    background-size: 120px;
    top: 140px;
  }
}

.cloud5 {
  background: url(/assets/images/clouds/header-cloud-5.webp);
  width: 130px;
  height: 73px;
  position: absolute;
  background-size: 130px;
  top: 50px;
  right: 200px;
  -webkit-animation-name: cloud5;
          animation-name: cloud5;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .cloud5 {
    top: 140px;
    right: 0;
    left: 140px;
  }
}

@-webkit-keyframes cloud1 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes cloud1 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes cloud2 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes cloud2 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes cloud3 {
  0% {
    margin-top: 0;
    margin-right: 0;
  }
  50% {
    margin-top: 10px;
    margin-right: 20px;
  }
  100% {
    margin-top: 0px;
    margin-right: 0px;
  }
}
@keyframes cloud3 {
  0% {
    margin-top: 0;
    margin-right: 0;
  }
  50% {
    margin-top: 10px;
    margin-right: 20px;
  }
  100% {
    margin-top: 0px;
    margin-right: 0px;
  }
}
@-webkit-keyframes cloud4 {
  0% {
    margin-top: 0;
    margin-right: 0;
  }
  50% {
    margin-top: 20px;
    margin-right: 20px;
  }
  100% {
    margin-top: 0px;
    margin-right: 0px;
  }
}
@keyframes cloud4 {
  0% {
    margin-top: 0;
    margin-right: 0;
  }
  50% {
    margin-top: 20px;
    margin-right: 20px;
  }
  100% {
    margin-top: 0px;
    margin-right: 0px;
  }
}
@-webkit-keyframes cloud5 {
  0% {
    margin-top: 0;
    right: 200px;
  }
  50% {
    margin-top: 20px;
    right: 160px;
  }
  100% {
    margin-top: 0px;
    right: 200px;
  }
}
@keyframes cloud5 {
  0% {
    margin-top: 0;
    right: 200px;
  }
  50% {
    margin-top: 20px;
    right: 160px;
  }
  100% {
    margin-top: 0px;
    right: 200px;
  }
}
@-webkit-keyframes rocket {
  0% {
    display: block;
    margin-top: 0;
    right: 200px;
    visibility: visible;
  }
  20% {
    margin-top: -200px;
    right: 400px;
    visibility: visible;
  }
  34% {
    margin-top: -200px;
    right: 400px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    visibility: visible;
  }
  50% {
    margin-top: -200px;
    right: 400px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    visibility: visible;
  }
  60% {
    margin-top: -200px;
    right: 2500px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    visibility: visible;
  }
  82% {
    margin-top: 200px;
    right: 2500px;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    visibility: visible;
  }
  92% {
    margin-top: 200px;
    right: 200px;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    visibility: visible;
  }
  100% {
    margin-top: 0px;
    right: 200px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    visibility: visible;
  }
}
@keyframes rocket {
  0% {
    display: block;
    margin-top: 0;
    right: 200px;
    visibility: visible;
  }
  20% {
    margin-top: -200px;
    right: 400px;
    visibility: visible;
  }
  34% {
    margin-top: -200px;
    right: 400px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    visibility: visible;
  }
  50% {
    margin-top: -200px;
    right: 400px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    visibility: visible;
  }
  60% {
    margin-top: -200px;
    right: 2500px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    visibility: visible;
  }
  82% {
    margin-top: 200px;
    right: 2500px;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    visibility: visible;
  }
  92% {
    margin-top: 200px;
    right: 200px;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    visibility: visible;
  }
  100% {
    margin-top: 0px;
    right: 200px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    visibility: visible;
  }
}
.howto {
  margin-left: 40px;
  width: 50%;
}
@media (max-width: 767px) {
  .howto {
    margin-left: 0px;
    width: 100%;
  }
}
.howto > div {
  padding-bottom: 20px;
  cursor: pointer;
}
.howto > div h2 {
  font-weight: 700;
  color: #000;
  font-size: 48px;
  margin: 0;
  padding: 0;
}
.howto > div .activites {
  display: none;
  padding-top: 5px;
}
.howto > div .activites ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.howto > div .activites ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.howto > div .activites ul li span {
  font-weight: 600;
  font-size: 24px;
  margin-right: 10px;
}
.howto > div:hover h2, .howto > div.is-active h2 {
  color: #FB0088;
}
.howto > div:hover .activites, .howto > div.is-active .activites {
  display: block;
}

.hero-content-portfolio .title {
  padding-bottom: 40px;
}

.portfolio .portfolio-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .portfolio .portfolio-tags {
    margin-bottom: 40px;
  }
}
.portfolio .portfolio-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portfolio .portfolio-tags ul li {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .portfolio .portfolio-tags ul li {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.portfolio .portfolio-tags ul li a {
  text-decoration: none;
  color: #000;
  font-size: 22px;
}
.portfolio .portfolio-tags ul li a:hover, .portfolio .portfolio-tags ul li a.is-active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .portfolio .portfolio-tags ul li a {
    font-size: 16px;
  }
}

.portfolio-container-slider {
  width: 100%;
  position: relative;
}
.portfolio-container-slider .slick-slide {
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-size: 100%;
  background-position: center center;
  overflow: hidden;
  aspect-ratio: 1/1;
  aspect-ratio: 1;
}
.portfolio-container-slider .slick-slide > a > div.is-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-size: 100% !important;
}
.portfolio-container-slider .slick-slide > a > div.is-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.portfolio-container-slider .slick-slide > a > div.is-info h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 700;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  font-size: 22px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media (max-width: 767px) {
  .portfolio-container-slider .slick-slide > a > div.is-info h3 {
    font-size: 20px;
  }
}
.portfolio-container-slider .slick-slide.hide {
  opacity: 0;
}
.portfolio-container-slider .slick-slide.none {
  display: none;
}
.portfolio-container-slider .slick-slide.is-active > a > div.is-background {
  position: absolute;
  width: 140%;
  height: 140%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.portfolio-container-slider .slick-slide.is-active > a > div.is-info {
  background: none !important;
}
.portfolio-container-slider .slick-slide.is-active > a > div.is-info h3, .portfolio-container-slider .slick-slide.is-active > a > div.is-info .sep, .portfolio-container-slider .slick-slide.is-active > a > div.is-info ul {
  opacity: 0;
}
.portfolio-container-slider .slick-prev, .portfolio-container-slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
}
.portfolio-container-slider .slick-prev {
  left: 40px;
}
.portfolio-container-slider .slick-next {
  right: 40px;
}
.portfolio-container-slider .slick-prev {
  background: url(/assets/images/arrow-purple.png) !important;
  background-size: 40px !important;
}
.portfolio-container-slider .slick-next {
  background: url(/assets/images/arrow-purple.png) !important;
  background-size: 40px !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.portfolio-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.portfolio-container > div {
  width: 33.33%;
  background: #000;
  aspect-ratio: 1/1;
  aspect-ratio: 1;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-size: 100%;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .portfolio-container > div {
    width: 100%;
  }
}
.portfolio-container > div a > div.is-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-size: 100% !important;
}
.portfolio-container > div a > div.is-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.portfolio-container > div a > div.is-info h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 700;
  bottom: 50%;
  margin-bottom: 16px;
  font-size: 22px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media (max-width: 767px) {
  .portfolio-container > div a > div.is-info h3 {
    font-size: 20px;
  }
}
.portfolio-container > div a > div.is-info .sep {
  position: absolute;
  height: 1px;
  width: 50px;
  background: #fff;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.portfolio-container > div a > div.is-info ul {
  position: absolute;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  top: 50%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.portfolio-container > div a > div.is-info ul li {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 767px) {
  .portfolio-container > div a > div.is-info ul li {
    font-size: 16px;
  }
}
.portfolio-container > div.hide {
  opacity: 0;
}
.portfolio-container > div.none {
  display: none;
}
.portfolio-container > div.is-active > a > div.is-background {
  position: absolute;
  width: 140%;
  height: 140%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.portfolio-container > div.is-active > a > div.is-info {
  background: none !important;
}
.portfolio-container > div.is-active > a > div.is-info h3, .portfolio-container > div.is-active > a > div.is-info .sep, .portfolio-container > div.is-active > a > div.is-info ul {
  opacity: 0;
}

.portfolio-visual {
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
.portfolio-visual .container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .portfolio-visual .container {
    height: 50vh;
  }
}
.portfolio-visual .container h1 {
  color: #fff;
  font-size: 80px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .portfolio-visual .container h1 {
    font-size: 40px;
  }
}
.portfolio-visual .container p {
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .portfolio-visual .container p {
    font-size: 20px;
    width: 100%;
  }
}
.portfolio-visual .container div {
  width: 100px;
  height: 1px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .portfolio-visual .container div {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.portfolio-sections {
  margin-top: 40px;
  /*
  .portfolio-section-1 {
      .container {
          > div {
              width: calc(50% - 20px);
          }
      }
  }

  .portfolio-section-2 {
      .container {
          > div {
              &:nth-child(1) {
                  width: calc(35% - 20px);
              }
              &:nth-child(2) {
                  width: calc(65% - 20px);
              }
          }
      }
  }

  .portfolio-section-3 {
      .container {
          > div {
              width: calc(100% - 20px);
          }
      }
  }

  .portfolio-section-4 {
      .container {
          > div {
              width: calc(100% - 240px);
              text-align: center;
          }
      }
  }

  .portfolio-section-5 {
      .container {
          > div {
              width: calc(50% - 20px);
              aspect-ratio: 1 / 1;
              ratio: 1;

              .is-background {
                  width: 100%;
                  height: 50%;
                  position: relative;
                  background-size: cover !important;

                  &:nth-child(1) {
                      aspect-ratio: 2 / 1;
                      ratio: 1;

                      > div {
                          bottom: 0;
                      }
                  }

                  &:nth-child(2) {
                      aspect-ratio: 2 / 1;
                      ratio: 1;
                  }

                  > div {
                      position: absolute;
                      width: 100%;
                      height: 10px;
                      background: #fff;
                  }
              }
          }
      }
  }

  .portfolio-section-6 {
      .container {
          > div {
              &:nth-child(1) {
                  width: calc(65% - 20px);
              }
              &:nth-child(2) {
                  width: calc(35% - 20px);
              }
          }
      }
  }

  .portfolio-section-7 {
      margin-left: -10px;
      margin-right: -10px;
      .container {
          > div {
              width: calc(33.33% - 20px);
              margin-left: 10px;
              margin-right: 10px;
          }
      }
  }

  .portfolio-section-8 {
      margin-left: -10px;
      margin-right: -10px;
      .container {
          > div {
              width: calc(50% - 20px);
              margin-left: 10px;
              margin-right: 10px;
          }
      }
  }

  .portfolio-section-9 {
      margin-left: -20px;
      margin-right: -20px;

      .container {

          > div {
              height: 300px;
              background-size: cover !important;
              background-position: center center !important;
              margin-left: 20px;
              margin-right: 20px;

              &:nth-child(1) {
                  width: 100%;
                  margin-bottom: 40px;
              }
              &:nth-child(2) {
                  width: calc(60% - 20px);
              }
              &:nth-child(3) {
                  width: calc(40% - 20px);
              }
          }
      }
  }
  */
}
@media (max-width: 767px) {
  .portfolio-sections {
    margin-top: 20px;
  }
}
.portfolio-sections p {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .portfolio-sections p {
    font-size: 18px;
    line-height: 22px;
  }
}
.portfolio-sections p strong, .portfolio-sections p b {
  font-weight: 700;
}
.portfolio-sections .portfolio-section {
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
}
.portfolio-sections .portfolio-section.portfolio-section-17 {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 767px) {
  .portfolio-sections .portfolio-section {
    margin-bottom: 0px;
  }
}
.portfolio-sections .portfolio-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.portfolio-sections .portfolio-section .container > div {
  margin-left: 20px;
  margin-right: 20px;
  background-position: center center !important;
  background-size: cover !important;
}
.portfolio-sections .portfolio-section .container > div.is-33 {
  width: calc(33.33% - 40px);
}
.portfolio-sections .portfolio-section .container > div.is-40 {
  width: calc(40% - 40px);
}
.portfolio-sections .portfolio-section .container > div.is-50 {
  width: calc(50% - 40px);
}
.portfolio-sections .portfolio-section .container > div.is-60 {
  width: calc(60% - 40px);
}
.portfolio-sections .portfolio-section .container > div.is-80 {
  width: calc(80% - 40px);
}
.portfolio-sections .portfolio-section .container > div.is-100 {
  width: calc(100% - 40px);
}
.portfolio-sections .portfolio-section .container > div.is-ratio {
  aspect-ratio: 1/1;
  ratio: 1;
}
.portfolio-sections .portfolio-section .container > div.is-min-400 {
  height: 400px;
}
.portfolio-sections .portfolio-section .container > div.text-align-center {
  text-align: center;
}
.portfolio-sections .portfolio-section .container > div.mb {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .portfolio-sections .portfolio-section .container > div {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}
.portfolio-sections .portfolio-section .container > div img {
  display: block;
  width: 100%;
}
.portfolio-sections .portfolio-section .container > div img.is-logo {
  width: auto;
  margin-bottom: 40px;
}
.portfolio-sections .portfolio-section-5 .container > div {
  width: calc(50% - 20px);
  aspect-ratio: 1/1;
  ratio: 1;
}
.portfolio-sections .portfolio-section-5 .container > div .is-background {
  width: 100%;
  height: 50%;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}
.portfolio-sections .portfolio-section-5 .container > div .is-background:nth-child(1) {
  aspect-ratio: 2/1;
  ratio: 1;
}
.portfolio-sections .portfolio-section-5 .container > div .is-background:nth-child(1) > div {
  bottom: 0;
}
.portfolio-sections .portfolio-section-5 .container > div .is-background:nth-child(2) {
  aspect-ratio: 2/1;
  ratio: 1;
}
.portfolio-sections .portfolio-section-5 .container > div .is-background > div {
  position: absolute;
  width: 100%;
  height: 10px;
  background: #fff;
}
.portfolio-sections .portfolio-section-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.portfolio-sections .portfolio-section-10 .container > div {
  width: calc(50% - 20px);
  background-size: cover !important;
  background-position: center center !important;
  aspect-ratio: 1/1;
  aspect-ratio: 1;
}
.portfolio-sections .portfolio-section-10 .container > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.portfolio-sections .portfolio-section-10 .container > div:nth-child(1) > div {
  width: calc(50% - 20px);
  background-size: cover !important;
  background-position: center center !important;
  aspect-ratio: 1/1;
  aspect-ratio: 1;
  position: relative;
}
.portfolio-sections .portfolio-section-10 .container > div:nth-child(1) > div > div {
  position: absolute;
  height: 20px;
  background: #fff;
  width: 100%;
}
.portfolio-sections .portfolio-section-10 .container > div:nth-child(1) > div:nth-child(1) {
  margin-left: 0;
  margin-right: 20px;
}
.portfolio-sections .portfolio-section-10 .container > div:nth-child(1) > div:nth-child(1) > div {
  bottom: 0;
}
.portfolio-sections .portfolio-section-10 .container > div:nth-child(1) > div:nth-child(2) {
  margin-left: 20px;
  margin-right: 0;
}
.portfolio-sections .portfolio-section-10 .container > div:nth-child(1) > div:nth-child(2) > div {
  bottom: 0;
}
.portfolio-sections .portfolio-section-10 .container > div:nth-child(1) > div:nth-child(3) {
  margin-left: 0px;
  margin-right: 20px;
}
.portfolio-sections .portfolio-section-10 .container > div:nth-child(1) > div:nth-child(3) > div {
  top: 0;
}
.portfolio-sections .portfolio-section-10 .container > div:nth-child(1) > div:nth-child(4) {
  margin-left: 20px;
  margin-right: 0;
}
.portfolio-sections .portfolio-section-10 .container > div:nth-child(1) > div:nth-child(4) > div {
  top: 0;
}

.portfolio-slider {
  position: relative;
  width: 100% !important;
}
.portfolio-slider.is-margin {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .portfolio-slider.is-margin {
    margin-bottom: 40px;
  }
}
.portfolio-slider .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}
.portfolio-slider .slick-dots {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  margin-top: 20px;
  z-index: 50;
  margin-left: 0;
  padding-left: 0;
  top: 100%;
}
@media (max-width: 767px) {
  .portfolio-slider .slick-dots {
    margin-top: 0;
  }
}
.portfolio-slider .slick-dots li button {
  visibility: hidden;
}
.portfolio-slider .slick-dots li::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 8px;
}
.portfolio-slider .slick-dots li.slick-active::before {
  background: #FB0088;
}

.container {
  width: 100%;
  padding-left: 115px;
  padding-right: 115px;
}
@media (max-width: 979px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container .is-title-big {
  color: #000;
  width: 100%;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 767px) {
  .container .is-title-big {
    margin-top: 40px;
    font-size: 24px;
  }
}

.title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  text-align: center;
}
.title h1 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}
.title p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .title {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .title h1 {
    font-size: 36px;
  }
  .title p {
    font-size: 16px;
    text-align: center;
  }
}

.hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: block;
  }
}

.hidden-mobile {
  display: block;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

.sponsor-container-slider {
  margin-bottom: 40px;
}
.sponsor-container-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sponsor-container-slider .slick-slide img {
  width: 100%;
}
.sponsor-container-slider .slick-slide img:hover {
  -webkit-animation: pulse;
          animation: pulse; /* referring directly to the animation's @keyframe declaration */
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; /* don't forget to set a duration! */
}

.content h2 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}
.content p {
  font-size: 18px;
}
.content .cta {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content h2 {
    font-size: 26px;
  }
  .content p {
    font-size: 16px;
  }
}

.cta {
  text-decoration: none;
}
.cta.is-big {
  border-radius: 40px;
  color: #c13080;
  border: 3px solid #c13080;
  line-height: 48px;
  font-weight: 700;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
  display: inline-block;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cta.is-big:hover {
  color: #fff;
  background: #c13080;
  border: 3px solid #fff;
}
@media (max-width: 767px) {
  .cta.is-big {
    font-size: 20px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.portfolio-contact, .how-to-contact {
  background-image: url(/assets/images/howto/sezione-1-letter.webp);
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: calc(50% - 360px) 240px;
}
.portfolio-contact .contact-footer, .how-to-contact .contact-footer {
  background: none;
  background-image: url(/assets/images/howto/sezione-1-telephone.webp);
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: calc(50% + 360px) 324px;
  margin-top: 0 !important;
  padding-top: 60px;
}
.portfolio-contact .contact-footer .container, .how-to-contact .contact-footer .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio-contact .contact-footer .container .contact-form .is-contact-title, .how-to-contact .contact-footer .container .contact-form .is-contact-title {
  position: relativE;
}
@media (min-width: 768px) {
  .portfolio-contact .contact-footer .container .contact-form .is-contact-title:after, .how-to-contact .contact-footer .container .contact-form .is-contact-title:after {
    top: 0;
    right: 0;
    margin-top: -87px;
    margin-right: -60px;
    position: absolute;
    content: " ";
    width: 160px;
    height: 186px;
    background-image: url(/assets/images/howto/sezione-1-pin.webp);
    background-repeat: no-repeat;
    background-size: 140px;
  }
}

.portfolio-contact {
  background-color: #FB0088;
}
.portfolio-contact .contact-footer .container .contact-form h3, .portfolio-contact .contact-footer .container .contact-form p, .portfolio-contact .contact-footer .container .contact-form span {
  color: #fff;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  z-index: 95;
  left: 0%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  visibility: hidden;
}
nav .is-background {
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.is-active {
  visibility: visible;
}
nav.is-active .is-background {
  opacity: 1;
}
nav.is-active ul li:nth-child(1) a div:nth-child(1) {
  -webkit-animation: 0.5s nav1 forwards;
          animation: 0.5s nav1 forwards;
}
nav.is-active ul li:nth-child(2) a div:nth-child(1) {
  -webkit-animation: 0.5s nav1 forwards;
          animation: 0.5s nav1 forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
nav.is-active ul li:nth-child(3) a div:nth-child(1) {
  -webkit-animation: 0.5s nav1 forwards;
          animation: 0.5s nav1 forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
nav.is-active ul li:nth-child(4) a div:nth-child(1) {
  -webkit-animation: 0.5s nav1 forwards;
          animation: 0.5s nav1 forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
nav.is-active ul li:nth-child(5) a div:nth-child(1) {
  -webkit-animation: 0.5s nav1 forwards;
          animation: 0.5s nav1 forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes nav1 {
  0% {
    margin-top: 36px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes nav1 {
  0% {
    margin-top: 36px;
  }
  100% {
    margin-top: 0;
  }
}
nav .logo {
  margin-bottom: 20px;
}
nav .logo img {
  height: 40px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
nav ul li {
  margin-top: 28px;
  text-align: center;
  height: 40px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 979px) {
  nav ul li {
    margin-top: 20px;
  }
}
nav ul li a {
  position: absolute;
  text-decoration: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
nav ul li a div {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 36px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
}
nav ul li a div:nth-child(1) {
  top: 0;
  margin-top: 36px;
}
nav ul li a div:nth-child(2) {
  margin-top: 36px;
  color: #FB0088;
}
nav ul li a:hover div:nth-child(1) {
  top: -36px;
}
nav ul li a:hover div:nth-child(2) {
  margin-top: 0px;
}
nav ul li a.is-active div {
  color: #FB0088;
}
@media (max-width: 979px) {
  nav ul li a {
    font-size: 24px;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 85px;
  padding-top: 40px;
  z-index: 90;
}
@media (max-width: 979px) {
  header {
    padding-left: 20px;
    padding-top: 20px;
  }
}
header .logo {
  width: 160px;
}
@media (max-width: 979px) {
  header .logo img {
    width: 120px;
  }
}

menu {
  position: fixed;
  top: 37px;
  right: 85px;
  z-index: 99;
}
@media (max-width: 979px) {
  menu {
    right: 20px;
    top: 10px;
  }
}
menu .hamburger-menu {
  width: 30px;
  height: 26px;
  position: relative;
}
menu #menu__toggle {
  opacity: 0;
  width: 30px;
  height: 26px;
  margin: 0;
}
menu #menu__toggle:checked ~ .menu__btn > span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
menu #menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
menu #menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
menu #menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}
menu .menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 20;
}
menu .menu__btn > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
menu .menu__btn > span::before, menu .menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
menu .menu__btn > span::before {
  content: "";
  top: -8px;
}
menu .menu__btn > span::after {
  content: "";
  top: 8px;
}

footer {
  background: #1d1d1b;
  padding-bottom: 20px;
  padding-top: 40px;
}
@media (max-width: 979px) {
  footer {
    padding-top: 20px;
  }
}
footer a {
  color: #fff;
}
footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 979px) {
  footer .footer-nav {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
footer .footer-nav div {
  width: 20%;
}
@media (max-width: 767px) {
  footer .footer-nav div {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .footer-nav div.is-footer-logo {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-nav div .is-footer-title {
    height: 24px;
  }
}
footer .footer-nav div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-nav div ul li {
  margin-bottom: 5px;
}
footer .footer-nav div ul li a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 979px) {
  footer .footer-nav div ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .footer-nav div ul li {
    text-align: center;
    margin-bottom: 0px;
  }
}
footer .footer-nav div p {
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  footer .footer-nav div p {
    font-size: 14px;
  }
}
footer .footer-nav .badge {
  width: 126px;
}
footer .is-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
}
@media (max-width: 767px) {
  footer .is-title {
    font-size: 24px;
    text-align: center;
  }
}
footer .copy {
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
@media (max-width: 979px) {
  footer .copy {
    font-size: 14px;
  }
}

.default-big-slider .slick-dots {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  margin-top: -40px;
  z-index: 50;
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .default-big-slider .slick-dots {
    margin-top: -16px;
  }
}
.default-big-slider .slick-dots li button {
  visibility: hidden;
}
.default-big-slider .slick-dots li::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 8px;
}
.default-big-slider .slick-dots li.slick-active::before {
  background: #fff;
}

.hero-content-fluid {
  width: 100%;
}
.hero-content-fluid .hero-content-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100vh;
  padding-right: 115px;
  background: url(/assets/images/hero-content/header.jpg);
  background-position: center center !important;
  background-size: cover !important;
  width: 100%;
}
@media (max-width: 979px) {
  .hero-content-fluid .hero-content-default {
    background: url(/assets/images/hero-content/header.jpg);
    padding-right: 20px;
    padding-left: 20px;
    height: 70vh;
    position: relative;
  }
}
@media (max-width: 767px) {
  .hero-content-fluid .hero-content-default {
    background: url(/assets/images/hero-content/header-mobile.jpg);
    padding-right: 20px;
    padding-left: 20px;
    height: 70vh;
    position: relative;
  }
}
.hero-content-fluid .hero-content-default p {
  margin: 0;
  padding: 0;
}
.hero-content-fluid .hero-content-default p.is-big {
  font-weight: 700;
  font-size: 75px;
  line-height: 75px;
  text-transform: uppercase;
}
@media (min-width: 1441px) {
  .hero-content-fluid .hero-content-default p.is-big {
    font-size: 95px;
    line-height: 95px;
  }
}
@media (max-width: 979px) {
  .hero-content-fluid .hero-content-default p.is-big {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .hero-content-fluid .hero-content-default p.is-big.last {
    margin-bottom: 80px;
  }
}
.hero-content-fluid .hero-content-default p.is-medium {
  margin-top: 40px;
  font-size: 22px;
  text-align: right;
}
@media (max-width: 979px) {
  .hero-content-fluid .hero-content-default p.is-medium {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero-content-fluid .hero-content-default p.is-medium {
    font-size: 16px;
    text-align: center;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .hero-content-fluid {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}