@import url("../bootstrap/bootstrap.scss");
.duecuochi-one {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.duecuochi-one .youtube-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.duecuochi-one .youtube-bg iframe {
  width: 100vw;
  height: 121vh;
  pointer-events: none;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.duecuochi-one .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.duecuochi-one .sidebar-wrp {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}
.duecuochi-one .sidebar-wrp .sidebar-icon {
  width: 46px;
  height: 30px;
  display: block;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
}
.duecuochi-one .sidebar-wrp .sidebar-icon img {
  height: 100%;
  width: 100%;
}
.duecuochi-one .fullscreen-menu {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 768px;
  height: auto;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/1psd-images/bg-1.jpg") no-repeat center center;
  background-size: cover;
}
.duecuochi-one .fullscreen-menu .menu-content {
  width: 580px;
  height: 100vh;
  background-color: #000;
  padding: 60px 20px;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  margin-left: auto;
}
.duecuochi-one .fullscreen-menu .menu-content ul {
  list-style: none;
  padding: 0;
}
.duecuochi-one .fullscreen-menu .menu-content ul li {
  margin: 20px 0;
}
.duecuochi-one .fullscreen-menu .menu-content ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
  position: relative;
  font-family: "contralto_smallregular", sans-serif;
}
.duecuochi-one .fullscreen-menu .menu-content ul li a::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  width: 19px;
  height: 20px;
  background-image: url("../images/1psd-images/menu-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
}
.duecuochi-one .fullscreen-menu .menu-content ul li a:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.duecuochi-one .fullscreen-menu .menu-content .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 85px;
}
.duecuochi-one .fullscreen-menu .menu-content .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-one .fullscreen-menu .menu-content .duecuochi-logo-name {
  width: 222px;
  height: 98px;
  display: block;
  margin-bottom: 68px;
}
.duecuochi-one .fullscreen-menu .menu-content .duecuochi-logo-name img {
  width: 100%;
  height: 100%;
}
.duecuochi-one .fullscreen-menu .menu-content h1 {
  color: #e6e0d2;
  font-family: "contralto_smallregular", sans-serif;
}
@media (min-width: 992px) {
  .duecuochi-one .fullscreen-menu .menu-content h1 {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 65px;
  }
}
.duecuochi-one .fullscreen-menu .menu-content span {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  display: block;
  font-family: "contralto_smallregular", sans-serif;
}
.duecuochi-one .fullscreen-menu.open {
  right: 0;
  opacity: 1;
}
.duecuochi-one .fullscreen-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.duecuochi-one .duecuochi-one-content {
  position: relative;
  z-index: 2;
  padding: 70px 0 0;
  margin: 0 auto;
}
.duecuochi-one .duecuochi-one-content .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 85px;
}
.duecuochi-one .duecuochi-one-content .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-one .duecuochi-one-content .duecuochi-logo-name {
  width: 222px;
  height: 98px;
  display: block;
  margin-bottom: 68px;
}
.duecuochi-one .duecuochi-one-content .duecuochi-logo-name img {
  width: 100%;
  height: 100%;
}
.duecuochi-one .duecuochi-one-content h1 {
  color: #e6e0d2;
  font-family: "contralto_smallregular", sans-serif;
}
@media (min-width: 992px) {
  .duecuochi-one .duecuochi-one-content h1 {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 65px;
  }
}
.duecuochi-one .duecuochi-one-content p {
  color: #e6e0d2;
  text-align: center;
  font-family: "source_sans_proregular", sans-serif;
}
@media (min-width: 768px) {
  .duecuochi-one .duecuochi-one-content p {
    font-size: 18px;
    font-weight: 400;
    max-width: 615px;
    margin-bottom: 62px;
  }
}

.duecuochi-logo {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: all 0.3s ease 0.4s;
}

.duecuochi-logo-name {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: all 0.3s ease 0.6s;
}

.duecuochi-one-content h1 {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: all 0.3s ease 0.8s;
}

.duecuochi-one-content p {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: all 0.3s ease 1s;
}

.loaded .duecuochi-logo,
.loaded .duecuochi-logo-name,
.loaded .duecuochi-one-content h1,
.loaded .duecuochi-one-content p {
  opacity: 1;
  position: relative;
  top: 0;
}

.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 9999;
  opacity: 1;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.loaded .loader-wrap {
  opacity: 0;
  transition: all;
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}

.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}

.loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
    border: 2px solid #FFF;
  }
  100% {
    transform: scale(1);
    opacity: 0;
    border: 2px solid #FFF;
  }
}
.fullscreen-menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

.fullscreen-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.fullscreen-menu .menu-content .duecuochi-logo {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fullscreen-menu .menu-content .duecuochi-logo-name {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fullscreen-menu .menu-content h1 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fullscreen-menu .menu-content ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fullscreen-menu .menu-content span {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fullscreen-menu.open .duecuochi-logo {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.fullscreen-menu.open .duecuochi-logo-name {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.fullscreen-menu.open h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.fullscreen-menu.open ul li:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.fullscreen-menu.open ul li:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.fullscreen-menu.open ul li:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}

.fullscreen-menu.open ul li:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}

.fullscreen-menu.open span {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}

.footer-duecuochi {
  background: url("../images/4psd-images/bg-4.jpg") no-repeat center;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  position: relative;
  padding: 20px 0 20px;
}
.footer-duecuochi .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-duecuochi .container h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "contralto_bigregular", sans-serif;
}
.footer-duecuochi .container p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  text-align: center;
  gap: 5px;
}
@media all and (max-width: 767px) {
  .footer-duecuochi .container p {
    gap: 0px;
  }
}
.footer-duecuochi .container .dot-foot {
  gap: 5px;
}
@media all and (max-width: 767px) {
  .footer-duecuochi .container .dot-foot {
    gap: 0px;
  }
}

*, :before, :after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: none;
}

@font-face {
  font-family: "contralto_bigbold";
  src: url("../fonts/contralto_big_bold-webfont.woff2") format("woff2"), url("../fonts/contralto_big_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "contralto_bigregular";
  src: url("../fonts/contralto_big_regular-webfont.woff2") format("woff2"), url("../fonts/contralto_big_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "contralto_smalllight";
  src: url("../fonts/contralto_small_light-webfont.woff2") format("woff2"), url("../fonts/contralto_small_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "contralto_smallregular";
  src: url("../fonts/contralto-small-regular-webfont.woff2") format("woff2"), url("../fonts/contralto-small-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_probold";
  src: url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_probold_italic";
  src: url("../fonts/sourcesanspro-boldit-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-boldit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 100%;
  font-family: "source_sans_proregular", sans-serif !important;
  line-height: 1.2;
  color: #000;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

body img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

figure {
  margin: 0;
}

*:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  background: #fff;
  border: 1px solid #ccc;
  font-family: "Source Sans Pro", sans-serif;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

li {
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  border: none;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
  border: none;
}

button, input[type=button], input[type=reset], input[type=submit], input[type=file] {
  -webkit-appearance: none;
  cursor: pointer;
  line-height: normal;
  overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
  color: #999;
  border-color: #ccc;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-device-width: 767px) {
  select, textarea, input[type=text], input[type=password],
  input[type=datetime], input[type=datetime-local],
  input[type=date], input[type=month], input[type=time],
  input[type=week], input[type=number], input[type=email],
  input[type=tel], input[type=url] {
    font-size: 16px !important;
  }
}
button {
  border: none;
  background: transparent;
}

h1 {
  color: #fff;
}

.container {
  max-width: 1176px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.down-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 5;
  cursor: pointer;
}
.down-arrow .down-arrow-icon {
  display: inline-block;
  background: url("../images/1psd-images/down-arrow.png") no-repeat center;
  width: 24px;
  height: 23px;
}

.allison-regular {
  font-family: "Allison", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#horizontal-scroll,
#horizontal-scroll-vii,
#horizontal-scroll-ix,
#horizontal-scroll-xiii {
  display: flex;
  overflow: visible;
  position: relative;
  will-change: transform;
}

.duecuochi-two {
  background: #000;
  width: 100%;
  max-width: 100%;
  min-height: 768px;
  height: 100%;
  position: relative;
}
@media all and (max-width: 991px) {
  .duecuochi-two {
    height: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .duecuochi-two {
    height: 100% !important;
  }
}
.duecuochi-two .duecuochi-two-img-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
}
.duecuochi-two .duecuochi-two-content {
  position: relative;
  z-index: 2;
  padding: 70px 0 0;
  margin: 0 auto;
}
.duecuochi-two .duecuochi-two-content .line-top {
  width: 1px;
  height: 95px;
  background: #e6e0d2;
  margin-bottom: 15px;
}
.duecuochi-two .duecuochi-two-content .line-top-bottom {
  margin-bottom: 65px;
}
.duecuochi-two .duecuochi-two-content .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 32px;
}
.duecuochi-two .duecuochi-two-content .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-two .duecuochi-two-content p {
  color: #e6e0d2;
  text-align: center;
  font-family: "contralto_bigregular", sans-serif;
}
@media (min-width: 768px) {
  .duecuochi-two .duecuochi-two-content p {
    font-size: 45px;
    font-weight: 700;
    max-width: 662px;
    margin-bottom: 48px;
  }
}
.duecuochi-two .duecuochi-two-content .duecuochi-two-member {
  font-family: "contralto_smalllight", sans-serif;
  color: #e6e0d2;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 22px;
}

.watch-ida-video {
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 14px;
  border-radius: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: "contralto_smalllight", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

#video-container {
  height: 100%;
  width: 100%;
}

#video-container2 {
  height: 100%;
  width: 100%;
}

.duecuochi-three {
  background: url("../images/3psd-images/bg-3.jpg") no-repeat center;
  width: 100%;
  max-width: 100%;
  min-height: 768px;
  height: 100%;
  background-size: cover;
  position: relative;
}
.duecuochi-three .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.duecuochi-three .duecuochi-three-content {
  position: relative;
  z-index: 2;
  padding: 70px 0 0;
  margin: 0 auto;
}
.duecuochi-three .duecuochi-three-content .video-btn {
  font-size: 20px;
  font-weight: 500;
  color: #8e8e8e;
}
.duecuochi-three .duecuochi-three-content .video-btn .video-btn-icon {
  background: url("../images/3psd-images/play-btn.png") no-repeat center;
  display: inline-block;
  width: 59px;
  height: 59px;
}

.duecuochi-four {
  background: url("../images/4psd-images/bg-4.jpg") no-repeat center;
  width: 100%;
  max-width: 100%;
  min-height: 768px;
  height: 100%;
  background-size: cover;
  position: relative;
}
.duecuochi-four .duecuochi-four-img-abs-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.duecuochi-four .duecuochi-four-img-abs-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 88;
}
.duecuochi-four .duecuochi-four-img-abs-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 88;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.duecuochi-four .duecuochi-four-block {
  position: relative;
  z-index: 2;
  padding: 70px 0 0;
  margin: 0 auto;
}
.duecuochi-four .duecuochi-four-block .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 32px;
}
.duecuochi-four .duecuochi-four-block .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-four .duecuochi-four-block .duecuochi-four-content span {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 60px;
  font-family: "source_sans_proregular", sans-serif;
}
.duecuochi-four .duecuochi-four-block .duecuochi-four-content h2 {
  position: relative;
  font-size: 53px;
  margin-bottom: 60px;
  font-family: "contralto_bigbold", sans-serif;
}
.duecuochi-four .duecuochi-four-block .duecuochi-four-content h2 .arrow-icon-black {
  background: url(../images/4psd-images/haeding-arrow.png) no-repeat center;
  width: 26px;
  height: 27px;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.duecuochi-four .duecuochi-four-block .duecuochi-four-content p {
  width: 425px;
  font-family: "source_sans_proregular", sans-serif;
  font-size: 16px;
}
.duecuochi-four .duecuochi-four-content-images {
  height: 496px;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
}
.duecuochi-four .duecuochi-four-content-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.green-plate {
  position: absolute;
  bottom: 0;
  right: -30px !important;
  width: 150px;
  transform-origin: center center;
}

.duecuochi-five {
  background: url("../images/4psd-images/bg-4.jpg") no-repeat center;
  width: 100%;
  max-width: 100%;
  min-height: 768px;
  height: 100vh;
  background-size: cover;
  position: relative;
}
@media all and (max-width: 991px) {
  .duecuochi-five {
    height: auto;
  }
}
.duecuochi-five .container {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}
.duecuochi-five .youtube-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.duecuochi-five .youtube-bg iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.duecuochi-five .duecuochi-five-img-abs-1 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .duecuochi-five .img-abs-five {
    bottom: -140px !important;
  }
}
.duecuochi-five .duecuochi-five-img-abs-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 88;
}
.duecuochi-five .duecuochi-five-img-abs-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 88;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 992px) {
  .duecuochi-five .duecuochi-five-content-images-pasta {
    height: calc(100vh - 200px);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 36px;
  }
}
.duecuochi-five .duecuochi-five-block {
  position: relative;
  z-index: 2;
  padding: 70px 0 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.duecuochi-five .duecuochi-five-block .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (max-width: 1199px) {
  .duecuochi-five .duecuochi-five-block .duecuochi-logo {
    position: static;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .duecuochi-five .duecuochi-five-block .duecuochi-logo {
    top: 20px;
  }
}
.duecuochi-five .duecuochi-five-block .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-five .duecuochi-five-block .duecuochi-five-content span {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 60px;
  font-family: "source_sans_proregular", sans-serif;
}
.duecuochi-five .duecuochi-five-block .duecuochi-five-content h2 {
  position: relative;
  font-size: 53px;
  margin-bottom: 60px;
  font-family: "contralto_bigbold", sans-serif;
}
.duecuochi-five .duecuochi-five-block .duecuochi-five-content h2 .arrow-icon-black {
  background: url(../images/4psd-images/haeding-arrow.png) no-repeat center;
  width: 26px;
  height: 27px;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.duecuochi-five .duecuochi-five-block .duecuochi-five-content p {
  width: 425px;
  font-family: "source_sans_proregular", sans-serif;
  font-size: 16px;
}
.duecuochi-five .duecuochi-five-block .duecuochi-five-whole-wrap {
  margin-bottom: 70px;
}
.duecuochi-five .duecuochi-five-block .duecuochi-five-whole-wrap .duecuochi-five-content-image-lady {
  display: flex;
  align-items: end;
}
@media (min-width: 1200px) and (min-width: 1599px) {
  .duecuochi-five .duecuochi-five-block .duecuochi-five-whole-wrap .duecuochi-five-content-image-lady {
    width: 282px;
    height: 550px;
  }
}
@media all and (min-width: 1600px) {
  .duecuochi-five .duecuochi-five-block .duecuochi-five-whole-wrap .duecuochi-five-content-image-lady {
    width: 332px;
    height: 590px;
  }
}
.duecuochi-five .duecuochi-five-block .duecuochi-five-whole-wrap .duecuochi-five-content-image-lady .youtube-bg {
  width: 100%;
  height: 100%;
}
.duecuochi-five .duecuochi-five-block .duecuochi-five-whole-wrap .duecuochi-five-content-image-lady .youtube-bg iframe {
  width: 100%;
  height: 100%;
}
.duecuochi-five .down-arrow-icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(29%) hue-rotate(335deg) brightness(104%) contrast(107%);
}

.img-section-five img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.anim {
  transition: all 0.3s ease;
}

.duecuochi-six-whole-block {
  background: #000;
  min-height: 768px;
  height: 100%;
  position: relative;
  width: 100%;
}

.duecuochi-six-whole-block-inner {
  width: 12000px;
  display: flex;
  padding-right: 400px;
  position: relative;
}

.duecuochi-six {
  position: relative;
  padding: 160px 75px;
}
.duecuochi-six .container {
  margin: 0 !important;
}
.duecuochi-six .duecuochi-six-img-abs-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.duecuochi-six .duecuochi-six-img-abs-2 {
  position: absolute;
  left: 216px;
  bottom: 0;
}
.duecuochi-six .duecuochi-six-img-abs-3 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.duecuochi-six .duecuochi-six-block {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.duecuochi-six .duecuochi-six-block .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 32px;
}
.duecuochi-six .duecuochi-six-block .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-six .duecuochi-six-block .duecuochi-six-content span {
  font-size: 14px;
  font-weight: 400;
  color: #e6e0d2;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 60px;
  font-family: "source_sans_proregular", sans-serif;
}
.duecuochi-six .duecuochi-six-block .duecuochi-six-content h2 {
  position: relative;
  font-size: 53px;
  margin-bottom: 60px;
  color: #e6e0d2;
  font-family: "contralto_bigbold", sans-serif;
}
.duecuochi-six .duecuochi-six-block .duecuochi-six-content h2 .arrow-icon-black {
  background: url(../images/4psd-images/haeding-arrow.png) no-repeat center;
  width: 26px;
  height: 27px;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(97%) sepia(4%) saturate(675%) hue-rotate(354deg) brightness(93%) contrast(94%);
}
.duecuochi-six .duecuochi-six-block .duecuochi-six-content p {
  width: 425px;
  color: #e6e0d2;
  margin-bottom: 165px;
  font-family: "source_sans_proregular", sans-serif;
  font-size: 16px;
}
.duecuochi-six .duecuochi-year-old {
  margin-top: -66px !important;
}
.duecuochi-six .duecuochi-year-eight {
  margin-top: -72px !important;
}
.duecuochi-six .duecuochi-year-xii {
  margin-top: -70px !important;
}
.duecuochi-six .duecuochi-year-xv {
  margin-top: -70px !important;
}
.duecuochi-six .duecuochi-year-xxii {
  margin-top: -71px !important;
}
.duecuochi-six .duecuochi-year-xxv {
  margin-top: -71px !important;
}
.duecuochi-six .duecuochi-year-six {
  margin-top: -70px !important;
}
.duecuochi-six .duecuochi-year-content {
  display: flex;
  align-items: center;
  margin-top: -69px;
  justify-content: center;
}
.duecuochi-six .duecuochi-year-content .duecuochi-year {
  font-size: 53px;
  color: #e6e0d2;
  font-weight: 700;
  position: relative;
}
.duecuochi-six .duecuochi-year-content .duecuochi-year::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  margin-top: 10px;
  width: 50px;
  height: 26px;
  background-image: url("../images/6psd-images/line-arrow-sign-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.duecuochi-six .duecuochi-year-content-right .duecuochi-year::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  margin-top: 10px;
  width: 50px;
  height: 26px;
  background-image: url("../images/6psd-images/line-arrow-sign-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) rotate(180deg);
}
.duecuochi-six .horizontal-line {
  position: absolute;
  right: 0;
  top: 50%;
  height: 4px;
  background-color: #e6e0d2;
  z-index: 0;
  width: 57%;
}
@media all and (max-width: 1399px) {
  .duecuochi-six .horizontal-line {
    width: 52%;
  }
}
@media (min-width: 1400px) and (max-width: 1850px) {
  .duecuochi-six .horizontal-line {
    width: 54%;
  }
}

.duecuochi-inner-block .inner-content-i {
  gap: 128px;
}
.duecuochi-inner-block .horizontal-line {
  width: 100%;
}
.duecuochi-inner-block .italic-font {
  font-size: 40px;
  color: #e6e0d2;
  margin-bottom: 40px;
  width: 240px;
  transform: rotate(348deg);
  line-height: 42px;
}
.duecuochi-inner-block .content-field-inner {
  font-size: 22px;
  color: #e6e0d2;
  font-family: "source_sans_proregular", sans-serif;
}
.duecuochi-inner-block .img-and-text-field {
  gap: 45px;
}
.duecuochi-inner-block .img-and-text-field .img-quote {
  color: #e6e0d2;
  font-size: 22px;
  font-family: "source_sans_proregular", sans-serif;
}
.duecuochi-inner-block .duecuochi-six-img-abs-2i {
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.duecuochi-inner-block .duecuochi-six-img-abs-2ii {
  right: 40px;
  left: auto;
}

.duecuochi-inner-block-iii {
  padding: 150px 75px;
}

.duecuochi-inner-block-iv {
  padding: 142px 75px;
}

.duecuochi-inner-block-v {
  padding: 222px 75px;
}

.duecuochi-inner-block-vi {
  padding: 182px 75px;
}
.duecuochi-inner-block-vi .duecuochi-six-img-abs-2vi {
  left: 40px;
}

.duecuochi-inner-block-vii {
  padding: 190px 75px;
}

.duecuochi-inner-block-viii .duecuochi-year-content-right .duecuochi-year::after {
  bottom: -10px;
}

.duecuochi-inner-block-ix {
  padding: 170px 75px;
}
.duecuochi-inner-block-ix .duecuochi-year-content .duecuochi-year::after {
  bottom: -10px;
}

.duecuochi-inner-block-x .duecuochi-year-content .duecuochi-year::after {
  bottom: -9px;
}

.line-arrow-abs {
  right: -40px;
  top: 48.9%;
}

.chilli-abs {
  right: -455px;
  height: 100%;
}
.chilli-abs img {
  width: 100%;
  height: 100%;
}

.photo-middle {
  margin-top: 142px !important;
}

.anim .duecuochi-six {
  width: 100vw;
}

.sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  width: 12000px;
  display: flex;
  align-items: center;
}

.duecuochi-six-whole-block-inner {
  width: 700vw;
}

.duecuochi-six {
  width: 100vw;
  height: 100vh;
  padding-right: 0 !important;
  display: flex;
  align-items: center;
}

.duecuochi-illustration-content-images {
  position: relative;
}
.duecuochi-illustration-content-images .illustration-img,
.duecuochi-illustration-content-images .real-img {
  position: absolute;
  left: 0;
}
.duecuochi-illustration-content-images .real-img {
  opacity: 0;
  z-index: 2;
  transition: opacity 1s ease-in-out;
}
.duecuochi-illustration-content-images .real-img.show {
  opacity: 1;
}
.duecuochi-illustration-content-images .illustration-img {
  z-index: 1;
}

.duecuochi-illustration-content-images:hover .real-img {
  opacity: 1;
}

.pasta-bg-animate {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: calc(100vh - 100px);
  left: calc(50vw - 100px);
  position: absolute;
}

.duecuochi-seven-whole-block {
  width: 100%;
  min-height: 768px;
  height: 100%;
  position: relative;
  cursor: ew-resize;
}
.duecuochi-seven-whole-block img {
  -webkit-user-drag: none;
  pointer-events: auto;
}
.duecuochi-seven-whole-block .duecuochi-seven-whole-block-inner {
  width: 5312px;
  display: flex;
  padding: 0 90px;
  position: relative;
}
.duecuochi-seven-whole-block .duecuochi-seven {
  position: relative;
}
.duecuochi-seven-whole-block .duecuochi-seven .container {
  margin: 0 !important;
}
.duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block {
    width: 80vw;
    max-width: 500px;
    margin-right: 41px;
  }
}
.duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 32px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}
@media all and (max-width: 767px) {
  .duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-logo {
    top: 30px;
  }
}
.duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-seven-content {
  padding-left: 63px;
}
.duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-seven-content span {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 60px;
  font-family: "source_sans_proregular", sans-serif;
  width: 290px;
}
@media all and (max-width: 767px) {
  .duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-seven-content span {
    padding-top: 130px;
    margin-bottom: 30px;
  }
}
.duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-seven-content h2 {
  position: relative;
  font-size: 53px;
  margin-bottom: 60px;
  font-family: "contralto_bigbold", sans-serif;
}
@media all and (max-width: 767px) {
  .duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-seven-content h2 {
    margin-bottom: 40px;
  }
}
.duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-seven-content h2 .arrow-icon-black {
  background: url(../images/4psd-images/haeding-arrow.png) no-repeat center;
  width: 26px;
  height: 27px;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-seven-content p {
  width: 425px;
  font-family: "source_sans_proregular", sans-serif;
  font-size: 16px;
}
@media all and (min-width: 1900px) {
  .duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-seven-content p {
    width: 610px;
  }
}
.duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-content-images {
  width: 50vw;
  height: 100vh;
  padding-left: 100px;
  flex: none;
}
@media all and (max-width: 991px) {
  .duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-content-images {
    height: auto !important;
    padding-left: 0px;
  }
}
@media all and (max-width: 767px) {
  .duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-content-images {
    width: 170vw;
    max-width: 560px;
  }
}
.duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-content-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-logo {
  margin-right: 50px;
}
.duecuochi-seven-whole-block .duecuochi-seven .right-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  right: 70px;
  bottom: 20px;
  z-index: 5;
  cursor: pointer;
}
.duecuochi-seven-whole-block .duecuochi-seven .right-arrow .right-arrow-icon {
  display: inline-block;
  background: url("../images/7psd-images/right-arrow.png") no-repeat center;
  width: 24px;
  height: 23px;
}
.duecuochi-seven-whole-block .duecuochi-seveni {
  width: 100vw;
  flex: none;
}
@media all and (max-width: 767px) {
  .duecuochi-seven-whole-block .duecuochi-seveni {
    width: auto;
  }
}
.duecuochi-seven-whole-block .duecuochi-sevenii {
  padding: 128px 20px 90px;
  display: flex;
  justify-content: end;
  align-items: end;
}
.duecuochi-seven-whole-block .duecuochi-sevenii .duecuochi-seven-img-abs-2 {
  position: absolute;
  top: 0;
  right: 20px;
}

.sticky-container-vii {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: scroll;
  width: 100vw;
  display: flex;
  align-items: center;
  background: url("../images/4psd-images/bg-4.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sticky-container-vii .img-scale {
  overflow: hidden;
}
.sticky-container-vii .img-scale img {
  transform: scale(1);
  transition: all 0.3s ease;
  pointer-events: none;
}
.sticky-container-vii.active .img-scale img {
  pointer-events: none;
  transform: scale(1.1);
}

.sticky-container-vii::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}

.duecuochi-seven-img-abs-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.duecuochi-seven-img-abs-4 {
  position: absolute;
  right: -202px;
  bottom: 0;
}

.duecuochi-seven-whole-block-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.duecuochi-seveni {
  width: 1691px;
}

.duecuochi-sevenii {
  width: 1193px;
}

.duecuochi-seveniii {
  width: 1194px;
}

.duecuochi-seveniv {
  width: 1185px;
}

.duecuochi-seven {
  height: 100vh;
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: flex;
  align-items: center;
}
@media all and (max-width: 991px) {
  .duecuochi-seven {
    height: auto !important;
  }
}

.duecuochi-seven-block {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .duecuochi-seven-block {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .duecuochi-seven-block {
    padding-top: 180px !important;
  }
}
.duecuochi-seven-block .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 32px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}
@media all and (max-width: 767px) {
  .duecuochi-seven-block .duecuochi-logo {
    top: 15px;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .duecuochi-seven-block .duecuochi-logo {
    margin: auto;
    top: 40px;
  }
}
.duecuochi-seven-block .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-seven-block .duecuochi-seven-content {
  padding-left: 63px;
}
.duecuochi-seven-block .duecuochi-seven-content span {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 60px;
  font-family: "source_sans_proregular", sans-serif;
  width: 290px;
}
@media all and (max-width: 767px) {
  .duecuochi-seven-block .duecuochi-seven-content span {
    padding-top: 140px;
    margin-bottom: 60px;
  }
}
.duecuochi-seven-block .duecuochi-seven-content h2 {
  position: relative;
  font-size: 53px;
  width: 206px;
  margin-bottom: 60px;
  font-family: "contralto_bigbold", sans-serif;
}
@media all and (max-width: 767px) {
  .duecuochi-seven-block .duecuochi-seven-content h2 {
    margin-bottom: 35px;
  }
}
.duecuochi-seven-block .duecuochi-seven-content h2 .arrow-icon-black {
  background: url(../images/4psd-images/haeding-arrow.png) no-repeat center;
  width: 26px;
  height: 27px;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.duecuochi-seven-block .duecuochi-seven-content p {
  width: 425px;
  font-family: "source_sans_proregular", sans-serif;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .duecuochi-seven-block .duecuochi-seven-content p {
    width: 100% !important;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 1900px) {
  .duecuochi-seven-block .duecuochi-seven-content p {
    width: 610px;
  }
}

@media all and (min-width: 992px) {
  .duecuochi-seven .duecuochi-seven-logo {
    position: absolute !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    margin: auto !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

.duecuochi-eight {
  background: url("../images/4psd-images/bg-4.jpg") no-repeat center;
  width: 100%;
  max-width: 100%;
  min-height: 768px;
  height: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.duecuochi-eight .duecuochi-five-img-abs-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.duecuochi-eight .duecuochi-five-img-abs-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 88;
}
.duecuochi-eight .duecuochi-five-img-abs-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 88;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.duecuochi-eight .duecuochi-five-block {
  position: relative;
  z-index: 2;
  padding: 200px 0 0;
  margin: 0 auto;
  padding-left: 63px;
}
.duecuochi-eight .duecuochi-five-block .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 32px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
}
.duecuochi-eight .duecuochi-five-block .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-eight .duecuochi-five-block .duecuochi-five-content span {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 60px;
  font-family: "source_sans_proregular", sans-serif;
}
.duecuochi-eight .duecuochi-five-block .duecuochi-five-content h2 {
  position: relative;
  font-size: 53px;
  margin-bottom: 60px;
  font-family: "contralto_bigbold", sans-serif;
}
.duecuochi-eight .duecuochi-five-block .duecuochi-five-content h2 .arrow-icon-black {
  background: url(../images/4psd-images/haeding-arrow.png) no-repeat center;
  width: 26px;
  height: 27px;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.duecuochi-eight .duecuochi-five-block .duecuochi-five-content p {
  width: 425px;
  font-family: "source_sans_proregular", sans-serif;
  font-size: 16px;
}
.duecuochi-eight .duecuochi-five-block .duecuochi-five-whole-wrap {
  margin-bottom: 70px;
}
.duecuochi-eight .duecuochi-five-block .duecuochi-five-whole-wrap .duecuochi-five-content-image-lady {
  display: flex;
  align-items: end;
}
.duecuochi-eight .down-arrow-icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(29%) hue-rotate(335deg) brightness(104%) contrast(107%);
}
.duecuochi-eight .duecuochi-eight-heading {
  width: 370px !important;
}
.duecuochi-eight .duecuochi-eight-img-abs-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.duecuochi-eight .duecuochi-eight-img-abs-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.duecuochi-eight .duecuochi-eight-img-abs-3 {
  position: absolute;
  bottom: 35px;
  right: 90px;
  z-index: 55;
}
.duecuochi-eight .duecuochi-eight-img-abs-1 {
  position: absolute;
  bottom: 128px;
  right: 245px;
  z-index: 54;
}

.yellow-plate {
  position: absolute;
  bottom: 0;
  right: -30px !important;
  width: 220px;
  transform-origin: center center;
  z-index: 11;
}

.duecuochi-nine-whole-block {
  width: 100%;
  min-height: 768px;
  height: 100%;
  position: relative;
  cursor: ew-resize;
}
.duecuochi-nine-whole-block img {
  -webkit-user-drag: none;
  pointer-events: none;
}
.duecuochi-nine-whole-block .duecuochi-nine-whole-block-inner {
  width: 4190px;
  display: flex;
  position: relative;
  height: 100vh !important;
}
.duecuochi-nine-whole-block .down-arrow {
  bottom: 10px;
}
.duecuochi-nine-whole-block .sticky-container-ix {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: scroll;
  width: 100vw;
  display: flex;
  align-items: center;
  background: url("../images/4psd-images/bg-4.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.duecuochi-nine-whole-block .sticky-container-ix .img-scaled {
  overflow: hidden;
}
.duecuochi-nine-whole-block .sticky-container-ix .img-scaled img {
  transform: scale(1);
  transition: all 0.3s ease;
  pointer-events: none;
}
.duecuochi-nine-whole-block .sticky-container-ix.active .img-scaled img {
  transform: scale(1.1);
  pointer-events: none;
}
.duecuochi-nine-whole-block .sticky-container-ix::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}
.duecuochi-nine-whole-block .duecuochi-nine {
  position: relative;
  display: flex;
  align-items: center;
  flex: none;
}
.duecuochi-nine-whole-block .duecuochi-nine .container {
  margin: 0 !important;
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-img-abs-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-img-abs-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 88;
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-img-abs-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 88;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block {
  position: relative;
  z-index: 2;
  padding: 70px 0 0;
  margin: 0 auto;
  height: 100vh;
}
@media all and (max-width: 767px) {
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block {
    padding: 40px 0 0;
  }
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 32px;
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  margin: auto;
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content {
  padding-left: 63px;
}
@media all and (max-width: 991px) {
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content {
    padding-top: 120px;
  }
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content span {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 60px;
  font-family: "source_sans_proregular", sans-serif;
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content h2 {
  position: relative;
  font-size: 53px;
  width: 206px;
  margin-bottom: 60px;
  font-family: "contralto_bigbold", sans-serif;
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content h2 .arrow-icon-black {
  background: url(../images/4psd-images/haeding-arrow.png) no-repeat center;
  width: 26px;
  height: 27px;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content p {
  width: 425px;
  font-family: "source_sans_proregular", sans-serif;
  font-size: 16px;
}
@media all and (min-width: 1920px) {
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content p {
    width: 760px;
  }
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-five-whole-wrap {
  margin-bottom: 70px;
}
@media all and (max-width: 767px) {
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-five-whole-wrap {
    margin-bottom: 0px;
  }
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-five-whole-wrap .duecuochi-five-content-image-lady {
  display: flex;
  align-items: end;
}
.duecuochi-nine-whole-block .duecuochi-nine .down-arrow-icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(29%) hue-rotate(335deg) brightness(104%) contrast(107%);
}
.duecuochi-nine-whole-block .duecuochi-nine .duecuochi-eight-heading {
  width: 370px !important;
}
.duecuochi-nine-whole-block .duecuochi-nine-img-abs-2 {
  position: absolute;
  top: 235px;
  right: 70px;
}
.duecuochi-nine-whole-block .duecuochi-nine-img-abs-4 {
  position: absolute;
  top: 137px;
  right: 70px;
}
.duecuochi-nine-whole-block .duecuochi-nine-img-abs-3 {
  position: absolute;
  top: 40px;
  right: 70px;
  z-index: 55;
}
.duecuochi-nine-whole-block .duecuochi-nine-img-abs-1 {
  position: absolute;
  bottom: 75px;
  right: 30px;
  z-index: 54;
}
.duecuochi-nine-whole-block .duecuochi-ix-content-images img {
  width: 711px;
  height: 474px;
}
.duecuochi-nine-whole-block .font-mini {
  font-size: 12px;
}

.sticky-container-ix {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  width: 4190px;
  display: flex;
  align-items: center;
}

.duecuochi-ix {
  height: 100vh;
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: flex;
  align-items: center;
}

.due-cuochi-nine-abs-block {
  width: 1000px;
}

.due-cuochi-nine-abs-block {
  position: relative;
  overflow: hidden;
}

.duecuochi-nine-img-abs-1,
.duecuochi-nine-img-abs-2,
.duecuochi-nine-img-abs-3,
.duecuochi-nine-img-abs-4 {
  transition: transform 0.3s ease;
  z-index: 1;
}

.duecuochi-nine-img-abs-1 {
  z-index: 2;
}

.due-cuochi-nine-main {
  width: 100vw;
  flex: none;
}
.due-cuochi-nine-main .duecuochi-five-whole-wrap {
  align-items: center;
  flex: none;
}
.due-cuochi-nine-main .duecuochi-five-whole-wrap .duecuochi-nine-content {
  width: 50vw;
}
@media all and (max-width: 767px) {
  .due-cuochi-nine-main .duecuochi-five-whole-wrap .duecuochi-nine-content {
    width: auto;
  }
}
.due-cuochi-nine-main .duecuochi-five-whole-wrap .duecuochi-ix-content-images {
  width: 50vw;
  align-items: center !important;
  flex: none;
}
@media all and (max-width: 767px) {
  .due-cuochi-nine-main .duecuochi-five-whole-wrap .duecuochi-ix-content-images {
    width: auto;
  }
}
.due-cuochi-nine-main .duecuochi-five-whole-wrap .duecuochi-ix-content-images .img-scaled {
  width: 100%;
}
.due-cuochi-nine-main .duecuochi-five-whole-wrap .duecuochi-ix-content-images .img-scaled img {
  width: 100%;
  height: 100%;
}

.due-cuochi-nine-inner-main {
  width: 50vw;
  height: 100vh;
}
@media all and (max-width: 767px) {
  .due-cuochi-nine-inner-main {
    width: auto;
  }
}
.due-cuochi-nine-inner-main .duecuochi-five-block {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  justify-content: end !important;
  padding: 0 0 55px !important;
}
@media all and (min-width: 1800px) {
  .due-cuochi-nine-inner-main .duecuochi-five-block {
    padding: 0 0 53px !important;
  }
}
.due-cuochi-nine-inner-main .duecuochi-five-block .img-scaled {
  width: 100%;
}
.due-cuochi-nine-inner-main .duecuochi-five-block .img-scaled img {
  width: 100%;
  height: 100%;
}

.due-cuochi-nine-inner-main-abs {
  width: 15vw;
  height: 100vh;
}

.due-cuochi-nine-inner-wrp {
  width: 65vw;
}
@media all and (max-width: 767px) {
  .due-cuochi-nine-inner-wrp {
    width: auto;
  }
}

.img-ix-abs-part1 {
  position: absolute;
  right: 0;
  margin: auto;
  bottom: 55px;
}

.duecuochi-x-whole-block-inner {
  width: 100%;
  min-height: 768px;
  height: 100%;
  position: relative;
  background: url("../images/10psd-images/bg-img.jpg") no-repeat center;
  background-size: cover;
}
.duecuochi-x-whole-block-inner .duecuochi-ten {
  width: 100%;
  min-height: 768px;
  height: 100%;
  position: relative;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-img-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-content {
  position: relative;
  z-index: 2;
  padding: 70px 0 0;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-content .line-top {
  width: 1px;
  height: 95px;
  background: #e6e0d2;
  margin-bottom: 15px;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-content .line-top-bottom {
  margin-bottom: 65px;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-content .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 32px;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-content .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-content h2 {
  position: relative;
  font-size: 53px;
  margin-bottom: 24px;
  color: #e6e0d2;
  font-family: "contralto_bigbold", sans-serif;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-content h2::before,
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-content h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 26px;
  height: 27px;
  background-image: url("../images/4psd-images/haeding-arrow.png");
  background-size: cover;
  background-position: center;
  transform: translateY(-50%);
  z-index: -1;
  filter: brightness(0) saturate(100%) invert(96%) sepia(7%) saturate(1034%) hue-rotate(316deg) brightness(105%) contrast(80%);
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-content h2::before {
  left: -50px;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-content h2::after {
  right: -50px;
  transform: translateY(-50%) scaleX(-1);
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-content .duecuochi-two-member {
  color: #e6e0d2;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-x-img-absi {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  cursor: pointer;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-x-img-absii {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
  pointer-events: none;
}
.duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-x-img-absiii {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
  cursor: pointer;
}
.duecuochi-x-whole-block-inner .duecuochi-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 9999;
  display: none;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.duecuochi-x-whole-block-inner .duecuochi-modal .duecuochi-ten-i {
  max-width: 100% !important;
}

.duecuochi-ten-ii-modal {
  width: 1920px !important;
}

.duecuochi-ten-i {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.duecuochi-ten-i .duecuochi-x-img-abs-1 {
  position: fixed;
  right: 27px;
  top: 27px;
  cursor: pointer;
  z-index: 999;
}
.duecuochi-ten-i .right-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 5;
}
.duecuochi-ten-i .right-arrow .right-arrow-icon {
  display: inline-block;
  background: url("../images/7psd-images/right-arrow.png") no-repeat center;
  width: 24px;
  height: 23px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(87%) saturate(5227%) hue-rotate(180deg) brightness(137%) contrast(118%);
}
.duecuochi-ten-i .download {
  width: 42px;
  height: 41px;
  display: flex;
  align-items: end;
  justify-content: end;
  cursor: pointer;
  margin-left: auto;
}
.duecuochi-ten-i .download .download-icon {
  background: url("../images/10psd-images/download-icon.png") no-repeat center;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.menu-duecuochi-wrap {
  width: 450px;
  padding: 40px 0 66px;
}
.menu-duecuochi-wrap img {
  margin-bottom: 24px;
}
.menu-duecuochi-wrap span {
  font-size: 20px;
  color: #e6e0d2;
}

.duecuochi-ten-iv .menu-duecuochi-wrap span {
  margin-bottom: 24px;
}

.duecuochi-x-icontent span {
  color: #e6e0d2;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 16px;
}

.duecuochi-x-icontent-big span {
  margin-bottom: 46px;
}

.modal-scroll-wrap {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: relative;
}
.modal-scroll-wrap .modal-scroll {
  width: 2733px;
  display: flex;
  width: calc(100vw + 1920px);
}

.due-cuochi-x-contnt {
  min-height: 768px;
  height: 100%;
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.open-popup {
  overflow: hidden;
}

.close-icon-menu {
  position: fixed;
}

#modal1 {
  position: fixed;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1000;
  top: 0;
  overflow: auto;
  background: #000;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#modal2 {
  position: fixed;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1000;
  top: 0;
  overflow-x: scroll;
  background: #000;
}

#zoomPopup {
  position: fixed;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1000;
  top: 0;
  overflow-x: scroll;
  background: #000;
}

#ida-video1 {
  position: fixed;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1000;
  top: 0;
  background: #000;
}

#ida-video2 {
  position: fixed;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1000;
  top: 0;
  background: #000;
}

.duecuochi-xi {
  background: #000;
  padding: 105px 0;
  margin: 0 auto;
}
.duecuochi-xi .duecuochi-msg {
  color: #e6e0d2;
  font-size: 30px;
  font-family: "contralto_bigregular", sans-serif;
}

.duecuochi-xii {
  background: url("../images/4psd-images/bg-4.jpg") no-repeat center;
  width: 100%;
  max-width: 100%;
  min-height: 768px;
  height: 100%;
  background-size: cover;
  position: relative;
}
.duecuochi-xii .duecuochi-xii-block {
  position: relative;
  z-index: 2;
  padding: 70px 0 0;
  margin: 0 auto;
}
.duecuochi-xii .duecuochi-xii-block .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 32px;
}
.duecuochi-xii .duecuochi-xii-block .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content span {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 60px;
  font-family: "source_sans_proregular", sans-serif;
}
.duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content h2 {
  position: relative;
  font-size: 53px;
  margin-bottom: 60px;
  font-family: "contralto_bigbold", sans-serif;
}
.duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content h2 .arrow-icon-black {
  background: url(../images/4psd-images/haeding-arrow.png) no-repeat center;
  width: 26px;
  height: 27px;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content p {
  width: 100%;
  font-family: "source_sans_proregular", sans-serif;
  font-size: 16px;
}
@media all and (min-width: 1400px) {
  .duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content p {
    width: 595px;
  }
}
.duecuochi-xii .duecuochi-xii-block .duecuochi-xii-whole-wrap {
  margin-bottom: 70px;
}
@media all and (max-width: 767px) {
  .duecuochi-xii .duecuochi-xii-block .duecuochi-xii-whole-wrap {
    margin-bottom: 0px;
  }
}
.duecuochi-xii .duecuochi-xii-block .duecuochi-xii-whole-wrap .duecuochi-xii-content-image-lady {
  display: flex;
  align-items: end;
}
.duecuochi-xii .down-arrow-icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(29%) hue-rotate(335deg) brightness(104%) contrast(107%);
}
@media all and (max-width: 767px) {
  .duecuochi-xii .duecuochi-xii-content-images {
    padding: 0px !important;
  }
}

.duecuochi-xiii-whole-block {
  min-height: 768px;
  position: relative;
}
.duecuochi-xiii-whole-block .duecuochi-xiii-whole-block-inner {
  position: relative;
  display: flex;
  height: 100vh;
}
.duecuochi-xiii-whole-block .sticky-container-xiiivv {
  background: url("../images/4psd-images/bg-4.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.duecuochi-xiii-whole-block .duecuochi-xiii {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-shrink: 0;
  height: 100vh;
}
.duecuochi-xiii-whole-block .duecuochi-xiii .container {
  margin: 0 !important;
}
.duecuochi-xiii-whole-block .duecuochi-xiii .img-abs-xiii-block-1 {
  position: absolute;
  top: -161px;
  right: 81px;
  z-index: -1;
}
.duecuochi-xiii-whole-block .duecuochi-xiii .img-abs-xiii-block-2 {
  position: absolute;
  bottom: 0;
  left: 55px;
}
.duecuochi-xiii-whole-block .duecuochi-xiii .duecuochi-xiii-part-1-content p {
  font-size: 45px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
  text-align: center;
  font-family: "contralto_bigregular", sans-serif;
}
.duecuochi-xiii-whole-block .duecuochi-xiii .duecuochi-xiii-part-1-content span {
  font-size: 20px;
  font-weight: 400;
  font-family: "contralto_smalllight", sans-serif;
}
.duecuochi-xiii-whole-block .duecuochi-xiii .duecuochi-xiii-part-2-content img {
  margin-bottom: 40px;
}
.duecuochi-xiii-whole-block .duecuochi-xiii .duecuochi-xiii-part-2-content span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: "Source Sans 3", sans-serif;
}
.duecuochi-xiii-whole-block .duecuochi-xiii .duecuochi-xiii-part-2-content p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.duecuochi-xiii-whole-block .duecuochi-xiii .duecuochi-xiii-part-3-content img {
  margin-bottom: 24px;
}
.duecuochi-xiii-whole-block .duecuochi-xiii .duecuochi-xiii-part-3-content span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.duecuochi-xiii-whole-block .duecuochi-xiii-part-2 .img-abs-xiii-block-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.duecuochi-xiii-whole-block .duecuochi-xiii-part-2 .img-abs-xiii-block-1 {
  right: -85px;
  bottom: 0;
  top: auto;
}
.duecuochi-xiii-whole-block .duecuochi-xiii-part-2 .duecuochi-xiii-part-3-content {
  font-size: 20px !important;
  letter-spacing: 2px;
  font-weight: 400 !important;
}
.duecuochi-xiii-whole-block .duecuochi-xiii-part-3 {
  padding-right: 500px !important;
  margin-left: 500px !important;
}
.duecuochi-xiii-whole-block .duecuochi-xiii-part-3 .img-abs-xiii-block-1 {
  right: 0;
  left: -186px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -20px;
  top: auto;
}
.duecuochi-xiii-whole-block .duecuochi-xiii-part-3 .img-abs-xiii-block-2 {
  right: 0;
  bottom: 0;
  left: auto;
}
.duecuochi-xiii-whole-block .duecuochi-xiii-part-3 .duecuochi-xiii-part-3-content {
  font-size: 20px !important;
  letter-spacing: 2px;
  font-weight: 400 !important;
}
.duecuochi-xiii-whole-block .img-abs-xiii-main {
  right: -212px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.duecuochi-xiii-whole-block .img-abs-xiii-main img {
  height: 100%;
  width: 100%;
}
.duecuochi-xiii-whole-block .big-font-contralo {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin-bottom: 24px !important;
  text-align: center;
  font-family: "contralto_bigregular", sans-serif !important;
}

.sticky-container-xiii {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.eiffel-img {
  transform: rotate(-10deg);
  transition: transform 1s ease-in-out;
}

.eiffel-img.visible {
  transform: rotate(10deg);
}

.basil-leaves {
  bottom: -10px !important;
}

.duecuochi-xiv-whole-block {
  width: 100%;
  background: #000;
  min-height: 768px;
  height: 100%;
  position: relative;
}
.duecuochi-xiv-whole-block .duecuochi-two {
  width: 100%;
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.duecuochi-xiv-whole-block .duecuochi-two .container {
  margin: 0 !important;
}
.duecuochi-xiv-whole-block .duecuochi-two .duecuochi-two-img-abs {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 403px;
  top: 0;
}
.duecuochi-xiv-whole-block .duecuochi-two .duecuochi-two-img-abs picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.duecuochi-xiv-whole-block .duecuochi-three {
  width: 100%;
  position: relative;
  max-width: 1366px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  height: auto;
}
.duecuochi-xiv-whole-block .duecuochi-three .container {
  margin: 0 !important;
}

.duecuochi-xv {
  background: url("../images/4psd-images/bg-4.jpg") no-repeat center;
  width: 100%;
  max-width: 100%;
  min-height: 768px;
  height: 100%;
  background-size: cover;
  position: relative;
}
.duecuochi-xv .duecuochi-xv-block {
  z-index: 2;
  padding: 70px 0 0;
  margin: 0 auto;
}
.duecuochi-xv .duecuochi-xv-block .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 32px;
}
.duecuochi-xv .duecuochi-xv-block .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-xv .duecuochi-xv-block .duecuochi-xv-content span {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 60px;
  font-family: "source_sans_proregular", sans-serif;
}
.duecuochi-xv .duecuochi-xv-block .duecuochi-xv-content h2 {
  position: relative;
  font-size: 53px;
  width: 206px;
  margin-bottom: 16px;
  font-family: "contralto_bigbold", sans-serif;
}
.duecuochi-xv .duecuochi-xv-block .duecuochi-xv-content h2 .arrow-icon-black {
  background: url(../images/4psd-images/haeding-arrow.png) no-repeat center;
  width: 26px;
  height: 27px;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.duecuochi-xv .duecuochi-xv-block .duecuochi-xv-content p {
  width: 354px;
  font-size: 16px;
  font-weight: 500;
  font-family: "source_sans_proregular", sans-serif;
}
.duecuochi-xv .duecuochi-xv-content-images {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain;
}
.duecuochi-xv .duecuochi-xv-content-images picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.duecuochi-xv .duecuochi-btn-wrapped {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.duecuochi-xv .duecuochi-btn-wrapped .duecuochi-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  font-family: "source_sans_probold", sans-serif;
}
.duecuochi-xv .duecuochi-btn-wrapped .duecuochi-btn .play-btn-icon {
  background: url("../images/16psd-images/play-icon.png") no-repeat center;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.duecuochi-xv .duecuochi-btn-wrapped .duecuochi-btn .zoom-btn-icon {
  background: url("../images/16psd-images/plus-icon.png") no-repeat center;
  display: inline-block;
  width: 33px;
  height: 33px;
}

.zoom-popup {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -124px;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  padding: 45px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.zoom-popup.show {
  opacity: 1;
  pointer-events: auto;
}

.zoom-image {
  max-width: 100%;
  max-height: 100%;
}

.close-btn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 60px !important;
  color: #fff !important;
  font-weight: bold;
  cursor: pointer;
}

.duecuochi-xiii-part-1 {
  width: 1520px;
}

.duecuochi-xiii-part-2 {
  width: 1720px;
}

.duecuochi-xiii-part-3 {
  width: 1820px;
}

.duecuochi-xiii-part-4 {
  width: 1820px;
}

.duecuochi-xiii-whole-block .duecuochi-xiii {
  flex: none;
}

body .duecuochi-xiii-whole-block .duecuochi-xiii-part-3 {
  padding-right: 0 !important;
  margin-left: 0 !important;
}

.duecuochi-xiii {
  height: 100vh;
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: flex;
  align-items: center;
}

.duecuochi-xv-content-images {
  opacity: 0 !important;
  transform: translateX(50px);
  transition: all 0.4s linear;
}

.duecuochi-xv-active .duecuochi-xv-content-images {
  opacity: 1 !important;
  transform: translateX(0);
  transition: all 0.4s linear;
}

.duecuochi-xvi {
  background: #000;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.duecuochi-xvi .duecuochi-xvi-block {
  position: relative;
  z-index: 2;
  padding: 70px 0 0;
  margin: 0 auto;
}
.duecuochi-xvi .duecuochi-xvi-block .duecuochi-logo {
  width: 83px;
  height: 93px;
  display: block;
  margin-bottom: 32px;
}
.duecuochi-xvi .duecuochi-xvi-block .duecuochi-logo img {
  width: 100%;
  height: 100%;
}
.duecuochi-xvi .duecuochi-xvi-block .duecuochi-xvi-content span {
  font-size: 14px;
  font-weight: 400;
  color: #e6e0d2;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 60px;
  font-family: "source_sans_proregular", sans-serif;
}
.duecuochi-xvi .duecuochi-xvi-block .duecuochi-xvi-content h2 {
  color: #e6e0d2;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  width: 519px;
  font-family: "contralto_bigregular", sans-serif;
}
.duecuochi-xvi .duecuochi-xvi-block .duecuochi-xvi-content p {
  color: #e6e0d2;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  width: 515px;
}
.duecuochi-xvi .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.duecuochi-xvi .duecuochi-two-img-abs {
  position: static;
  background: linear-gradient(to top, #e6e0d2, #000);
  bottom: -85px;
  left: 0;
  width: 100%;
}
.duecuochi-xvi .duecuochi-two-img-abs img {
  width: 100%;
}

.duecuochi-two-img-abs {
  opacity: 0 !important;
  transform: translateY(50px);
  transition: all 0.4s linear;
}

.duecuochi-xvi-active .duecuochi-two-img-abs {
  opacity: 1 !important;
  transform: translateY(0);
}

@media all and (max-width: 767px) {
  .duecuochi-one .fullscreen-menu .menu-content h1 {
    font-size: 40px;
  }
  .duecuochi-one .fullscreen-menu .menu-content ul li a {
    font-size: 25px;
  }
  .duecuochi-one .duecuochi-one-content .duecuochi-logo {
    margin-bottom: 45px;
  }
  .duecuochi-one .duecuochi-one-content .duecuochi-logo-name {
    margin-bottom: 40px;
  }
  .duecuochi-one .duecuochi-one-content h1 {
    font-size: 40px;
  }
  .duecuochi-one .duecuochi-one-content p {
    font-size: 18px;
  }
  .duecuochi-two {
    min-height: auto !important;
  }
  .duecuochi-two .duecuochi-two-content p {
    font-size: 40px;
  }
  .duecuochi-four {
    padding-bottom: 120px;
  }
  .duecuochi-four .down-arrow .down-arrow-icon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(184deg) brightness(108%) contrast(108%);
  }
  .duecuochi-four .duecuochi-four-img-abs-1 img {
    width: 114px;
  }
  .duecuochi-four .duecuochi-four-img-abs-2 {
    right: auto !important;
    left: 7px !important;
    bottom: 56px !important;
  }
  .duecuochi-four .duecuochi-four-img-abs-2 img {
    width: 163px;
  }
  .duecuochi-four .duecuochi-four-img-abs-3 {
    bottom: 66px !important;
    right: -11px !important;
    z-index: 88;
    transform: rotate(275deg) !important;
  }
  .duecuochi-four .duecuochi-four-img-abs-3 img {
    width: 114px;
  }
  .duecuochi-four .duecuochi-four-block {
    padding: 40px 0 0px;
  }
  .duecuochi-four .duecuochi-four-block .duecuochi-four-content {
    padding: 0 30px 0 45px;
  }
  .duecuochi-four .duecuochi-four-block .duecuochi-four-content .duecuochi-logo {
    margin-bottom: 50px;
  }
  .duecuochi-four .duecuochi-four-block .duecuochi-four-content h2 {
    margin-bottom: 35px;
  }
  .duecuochi-four .duecuochi-four-block .duecuochi-four-content p {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .duecuochi-four .duecuochi-four-content-images {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    transform: translateY(0) !important;
  }
  .duecuochi-six-whole-block .duecuochi-six-whole-block-inner .year-start-one {
    padding-left: 75px !important;
  }
  .duecuochi-six-whole-block .duecuochi-six-whole-block-inner .year-start-one .horizontal-line {
    width: 55% !important;
  }
  .duecuochi-five {
    padding-bottom: 100px;
  }
  .duecuochi-five .duecuochi-five-block {
    padding: 40px 0 0px;
  }
  .duecuochi-five .duecuochi-five-block .img-abs-five {
    bottom: -50px !important;
  }
  .duecuochi-five .duecuochi-five-block .duecuochi-five-content {
    padding: 0 30px 0 45px;
  }
  .duecuochi-five .duecuochi-five-block .duecuochi-five-content .duecuochi-logo {
    margin-bottom: 50px;
  }
  .duecuochi-five .duecuochi-five-block .duecuochi-five-content h2 {
    margin-bottom: 35px;
  }
  .duecuochi-five .duecuochi-five-block .duecuochi-five-content p {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .duecuochi-seven-whole-block .duecuochi-seven .duecuochi-seven-block .duecuochi-seven-content p {
    width: 100% !important;
  }
  .duecuochi-eight .duecuochi-five-block .duecuochi-logo {
    top: 40px;
  }
  .duecuochi-eight {
    padding-bottom: 80px;
  }
  .duecuochi-eight .duecuochi-eight-img-abs-2 img {
    width: 114px;
  }
  .duecuochi-eight .duecuochi-eight-img-abs-4 {
    display: none;
  }
  .duecuochi-eight .duecuochi-eight-img-abs-1 {
    bottom: 77px !important;
    right: 84px !important;
  }
  .duecuochi-eight .duecuochi-eight-img-abs-1 img {
    width: 140px;
  }
  .duecuochi-eight .duecuochi-eight-img-abs-3 {
    bottom: 0px !important;
    right: -5px !important;
  }
  .duecuochi-eight .duecuochi-eight-img-abs-3 img {
    width: 140px;
  }
  .duecuochi-eight .duecuochi-five-block {
    padding: 160px 0 10px;
  }
  .duecuochi-eight .duecuochi-five-block .duecuochi-five-content {
    padding: 0 30px 0 63px;
  }
  .duecuochi-eight .duecuochi-five-block .duecuochi-five-content .duecuochi-logo {
    margin-bottom: 50px;
  }
  .duecuochi-eight .duecuochi-five-block .duecuochi-five-content h2 {
    margin-bottom: 35px;
  }
  .duecuochi-eight .duecuochi-five-block .duecuochi-five-content p {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .duecuochi-nine-whole-block {
    min-height: auto !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine-img-abs-4 {
    top: 77px !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine-img-abs-2 {
    top: 154px !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine-img-abs-1 {
    bottom: 0px !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine-img-abs-3 {
    top: 0 !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-five-whole-wrap {
    flex-wrap: nowrap;
  }
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content .duecuochi-logo {
    margin-bottom: 50px;
  }
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content h2 {
    margin-bottom: 35px;
  }
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content p {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .duecuochi-x-whole-block-inner {
    min-height: 650px !important;
  }
  .duecuochi-x-whole-block-inner .duecuochi-ten {
    min-height: 650px !important;
  }
  .duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-img-abs {
    display: none;
  }
  .duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-x-img-absi img {
    width: 210px;
  }
  .duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-x-img-absii img {
    width: 210px;
  }
  .duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-x-img-absiii img {
    width: 220px;
  }
  .duecuochi-x-whole-block-inner .duecuochi-ten .due-cuochi-x-contnt {
    min-height: 650px !important;
    padding: 40px 0 0;
  }
  .duecuochi-x-whole-block-inner .duecuochi-ten .due-cuochi-x-contnt .duecuochi-logo {
    margin-bottom: 100px;
  }
  .duecuochi-x-whole-block-inner .duecuochi-ten .due-cuochi-x-contnt h2 {
    margin-bottom: 0px;
  }
  .duecuochi-x-whole-block-inner .duecuochi-ten .due-cuochi-x-contnt span {
    letter-spacing: 5px;
    text-align: center;
  }
  .duecuochi-x-whole-block-inner .modal-scroll-wrap {
    min-height: 650px !important;
  }
  .duecuochi-x-whole-block-inner .menu-mob-img {
    width: 350px;
    height: 440px;
  }
  .duecuochi-xi .duecuochi-msg {
    text-align: center;
    display: block;
  }
  .duecuochi-xii .duecuochi-xii-block {
    padding: 40px 0 0;
  }
  .duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content {
    padding: 0 30px 0 45px;
    transform: none !important;
  }
  .duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content .duecuochi-logo {
    margin-bottom: 50px;
  }
  .duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content h2 {
    margin-bottom: 35px;
  }
  .duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content p {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content p:last-child {
    margin-bottom: 75px;
  }
  .duecuochi-xiii-whole-block .content-mob-fix {
    width: 375px;
  }
  .duecuochi-xiii-whole-block .content-mob-fix p {
    width: 320px;
    font-size: 30px !important;
  }
  .duecuochi-xiv-whole-block .duecuochi-two {
    flex-direction: column-reverse;
  }
  .duecuochi-xiv-whole-block .duecuochi-two .duecuochi-two-img-abs {
    position: static !important;
    width: 100% !important;
    margin-bottom: 48px;
  }
  .duecuochi-xiv-whole-block .duecuochi-two .duecuochi-two-content .line-top-bottom {
    margin-bottom: 0px;
  }
  .duecuochi-xv {
    padding: 0 0 60px;
  }
  .duecuochi-xv .down-arrow .down-arrow-icon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(184deg) brightness(108%) contrast(108%);
  }
  .duecuochi-xv .duecuochi-xv-block {
    padding: 40px 0 0;
  }
  .duecuochi-xv .duecuochi-xv-content {
    padding: 0 30px 0 45px;
  }
  .duecuochi-xv .duecuochi-xv-content .duecuochi-logo {
    margin-bottom: 50px;
  }
  .duecuochi-xv .duecuochi-xv-content h2 {
    margin-bottom: 35px;
  }
  .duecuochi-xv .duecuochi-xv-content p {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .duecuochi-xv .duecuochi-xv-content-images {
    position: static !important;
  }
  .duecuochi-xv .duecuochi-btn-wrapped {
    flex-direction: column;
    align-items: start !important;
  }
  .duecuochi-xv .duecuochi-btn-wrapped .duecuochi-btn {
    gap: 0 !important;
  }
  .duecuochi-xv .duecuochi-btn-wrapped .duecuochi-btn .play-btn-icon {
    background-size: 25px !important;
  }
  .duecuochi-xv .duecuochi-btn-wrapped .duecuochi-btn .zoom-btn-icon {
    background-size: 28px !important;
  }
  .duecuochi-xvi {
    padding: 0px !important;
    min-height: auto !important;
  }
  .duecuochi-xvi .duecuochi-xvi-block {
    padding: 40px 0 0;
  }
  .duecuochi-xvi .duecuochi-xvi-block .duecuochi-xvi-content .duecuochi-logo {
    margin-bottom: 50px;
  }
  .duecuochi-xvi .duecuochi-xvi-block .duecuochi-xvi-content h2 {
    width: 100% !important;
    margin-bottom: 35px;
  }
  .duecuochi-xvi .duecuochi-xvi-block .duecuochi-xvi-content p {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .duecuochi-xvi .duecuochi-two-img-abs {
    position: static !important;
  }
  .duecuochi-six-whole-block {
    min-height: auto !important;
  }
  .footer-duecuochi {
    padding: 28px 0 28px;
  }
  .footer-duecuochi .container h2 {
    font-size: 35px;
  }
  .footer-duecuochi .container p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-duecuochi .container p span {
    display: block;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .duecuochi-four {
    padding-bottom: 120px;
  }
  .duecuochi-four .down-arrow .down-arrow-icon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(184deg) brightness(108%) contrast(108%);
  }
  .duecuochi-four .duecuochi-four-img-abs-1 img {
    width: 114px;
  }
  .duecuochi-four .duecuochi-four-img-abs-2 {
    right: auto !important;
    left: 7px !important;
    bottom: 56px !important;
  }
  .duecuochi-four .duecuochi-four-img-abs-2 img {
    width: 163px;
  }
  .duecuochi-four .duecuochi-four-img-abs-3 {
    bottom: 66px !important;
    right: -11px !important;
    z-index: 88;
    transform: rotate(275deg) !important;
  }
  .duecuochi-four .duecuochi-four-img-abs-3 img {
    width: 114px;
  }
  .duecuochi-four .duecuochi-four-block .duecuochi-four-content {
    padding: 0 30px 0 45px;
  }
  .duecuochi-four .duecuochi-four-block .duecuochi-four-content p {
    margin-bottom: 50px;
  }
  .duecuochi-four .duecuochi-four-content-images {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    transform: translateY(0) !important;
  }
  .duecuochi-five {
    padding-bottom: 100px;
  }
  .duecuochi-five .duecuochi-five-block .img-abs-five {
    bottom: -50px !important;
  }
  .duecuochi-five .duecuochi-five-block .duecuochi-five-content {
    padding: 0 30px 0 45px;
  }
  .duecuochi-five .duecuochi-five-block .duecuochi-five-content p {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .duecuochi-eight .duecuochi-five-block .duecuochi-five-content {
    padding: 0 30px 0 45px;
  }
  .duecuochi-eight .duecuochi-five-block .duecuochi-five-content p {
    width: 100% !important;
  }
  .duecuochi-nine-whole-block {
    min-height: auto !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine-img-abs-4 {
    top: 77px !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine-img-abs-2 {
    top: 154px !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine-img-abs-1 {
    bottom: 0px !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine-img-abs-3 {
    top: 0 !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-five-whole-wrap {
    flex-wrap: nowrap;
  }
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content p {
    width: 100% !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block .duecuochi-nine-content h2 {
    width: 100% !important;
  }
  .duecuochi-xiv-whole-block .duecuochi-two {
    flex-direction: column-reverse;
    height: 100% !important;
  }
  .duecuochi-xiv-whole-block .duecuochi-two .duecuochi-two-img-abs {
    position: static !important;
    width: 100% !important;
    margin-bottom: 48px;
  }
  .duecuochi-xiv-whole-block .duecuochi-two .duecuochi-two-content .line-top-bottom {
    margin-bottom: 0px;
  }
  .duecuochi-xv .duecuochi-xv-content-images {
    position: absolute !important;
  }
  .duecuochi-x-whole-block-inner .duecuochi-ten .duecuochi-two-img-abs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content {
    padding: 0 30px 0 45px;
  }
  .duecuochi-xii .duecuochi-xii-block .duecuochi-xii-content p {
    width: 100% !important;
  }
  .duecuochi-xii .duecuochi-xii-content-images img {
    width: 100%;
  }
  .duecuochi-xv .duecuochi-xv-content-images {
    position: absolute !important;
  }
}
@media (min-width: 992px) and (max-width: 1159px) {
  .duecuochi-xv .duecuochi-xv-content-images {
    position: static !important;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .duecuochi-nine-whole-block .duecuochi-ix-content-images {
    margin-top: 0px !important;
  }
}
@media all and (max-width: 1440px) {
  .duecuochi-six-whole-block-inner {
    width: 12000px !important;
    max-width: max-content !important;
  }
  .duecuochi-six-whole-block-inner .duecuochi-six {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .duecuochi-six-whole-block-inner .duecuochi-six .duecuochi-year-old {
    margin-top: -68px !important;
  }
  .duecuochi-six-whole-block-inner .year-start-one {
    width: 1110px !important;
  }
  .duecuochi-six-whole-block-inner .year-start-two {
    width: 1110px !important;
  }
  .duecuochi-six-whole-block-inner .year-start-three {
    width: 1110px !important;
  }
  .duecuochi-six-whole-block-inner .year-start-four {
    width: 1110px !important;
  }
  .duecuochi-six-whole-block-inner .year-start-five {
    width: 1110px !important;
  }
  .duecuochi-six-whole-block-inner .year-start-six {
    width: 1110px !important;
  }
  .duecuochi-six-whole-block-inner .year-start-seven {
    width: 1110px !important;
  }
  .duecuochi-six-whole-block-inner .year-start-eight {
    width: 1110px !important;
  }
  .duecuochi-six-whole-block-inner .year-start-nine {
    width: 1110px !important;
  }
  .duecuochi-six-whole-block-inner .year-start-one .horizontal-line {
    width: 57% !important;
  }
}
@media all and (max-width: 991px) {
  .duecuochi-seven-whole-block .duecuochi-sevenii {
    padding: 0 !important;
  }
  .sticky-container-vii {
    height: auto !important;
  }
  .duecuochi-seven-whole-block .duecuochi-sevenii {
    justify-content: start !important;
    width: 200vw !important;
    align-items: center !important;
  }
  .duecuochi-seven-whole-block .duecuochi-sevenii .conatiner {
    max-width: 100% !important;
  }
  .duecuochi-seven-whole-block .duecuochi-seveni {
    width: auto !important;
  }
  .due-cuochi-nine-inner-main .duecuochi-five-block {
    justify-content: center !important;
  }
  .due-cuochi-nine-main .duecuochi-five-whole-wrap .duecuochi-nine-content {
    width: auto !important;
  }
  .duecuochi-nine-whole-block .due-cuochi-nine-inner-main .duecuochi-five-block {
    padding: 40px 0px !important;
  }
  .due-cuochi-nine-inner-main {
    height: 100% !important;
  }
}
@media all and (max-width: 991px) {
  .duecuochi-nine-whole-block .sticky-container-ix {
    position: static;
    height: auto !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block, .duecuochi-nine-whole-block .duecuochi-nine-whole-block-inner {
    height: auto !important;
  }
}
@media all and (max-width: 767px) {
  .duecuochi-one .youtube-bg iframe {
    width: 400vw;
    height: 421vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .duecuochi-seven-whole-block {
    min-height: 100% !important;
  }
  .due-cuochi-nine-main {
    width: auto !important;
  }
  .duecuochi-nine-whole-block .sticky-container-ix {
    height: auto !important;
  }
  .duecuochi-nine-whole-block .duecuochi-nine .duecuochi-five-block {
    height: auto !important;
  }
  .duecuochi-nine-whole-block .sticky-container-ix .duecuochi-nine-whole-block-inner {
    height: auto !important;
  }
}

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