@media (max-width: 991px) {
  .Chronos-page #main {
    padding-top: 0;
  }
}

.Chronos-page .Chronos {
  overflow: hidden;
}

.Chronos-page .part1 {
  padding-top: 0;
  padding-left: 35px;
  padding-right: 35px;
}

@media (min-width: 992px) {
  .Chronos-page .part1 {
    margin-top: -20px;
  }
}

.Chronos-page .part1 .box-description {
  text-align: left;
  padding-right: 0;
}

@media (min-width: 992px) {
  .Chronos-page .part1 .box-description {
    margin-top: 103px;
    padding-left: 9.2vw;
  }
}

@media (min-width: 1400px) {
  .Chronos-page .part1 .box-description {
    margin-top: 153px;
  }
}

.Chronos-page .part1 .title {
  margin-top: 75px;
  margin-bottom: 32px;
}

.Chronos-page .part1 .text {
  margin-top: 30px;
}

.Chronos-page .part1 .link-text {
  margin-top: 29px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .Chronos-page .part1 .more {
    margin-top: 80px;
  }
}

@media (min-width: 1600px) {
  .Chronos-page .part1 .more {
    margin-top: 183px;
    margin-left: 9.2vw;
  }
}

.Chronos-page .bg-Chronos-sky {
  background-image: url("../../img/Chronos-part1-bg.avif");
  border-radius: 0 50% 50% 0;
  max-width: calc(100% - 12px);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  top: 30%;
  right: -61%;
  width: 100%;
  height: 100%;
}

.Chronos-page .Chronos-part1-image1 {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 992px) {
  .Chronos-page .Chronos-part1-image1 {
    margin-top: 58px;
    padding-left: 2.8vw;
  }
}

.Chronos-page .Chronos-part1-image1 img {
  max-width: 100%;
  padding-left: 9px;
}

@media (min-width: 992px) {
  .Chronos-page .Chronos-part1-image1 img {
    padding-left: 0px;
    max-width: 100%;
  }
}

.Chronos-page .part2 {
  margin-top: 70px;
  padding-left: 18px;
  padding-right: 18px;
}

@media (min-width: 1800px) {
  .Chronos-page .part2 .container {
    max-width: 1510px;
  }
}

@media (max-width: 1700px) {
  .Chronos-page .part2 .col-lg-6.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.Chronos-page .part2 .box {
  background: #f7f7f9;
  display: flex;
  /*flex-wrap: wrap;*/
  padding: 50px 25px 40px;
  border: solid 1px rgba(39, 48, 100, 0.3);
  border-radius: 10px;
  margin-bottom: 32px;
  text-align: center;
  flex-direction: column !important;
}

@media (max-width: 991px) {
  .Chronos-page .part2 .box {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 1700px) {
  .Chronos-page .part2 .box {
    align-items: center;
  }
}

.Chronos-page .part2 .box svg {
  width: 50px !important;
  height: 70px !important;
}

@media (min-width: 992px) {
  .Chronos-page .part2 .box svg {
    width: 80px !important;
    height: 65px !important;
  }
}

@media (min-width: 992px) {
  .Chronos-page .part2 .box {
    padding: 75px 64px;
    align-items: center;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .Chronos-page .part2 .box {
    padding: 55px 30px;
  }
}

.Chronos-page .part2 .box .box-icon {
  text-align: center;
}

@media (max-width: 991px) {
  .Chronos-page .part2 .box .box-icon {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .Chronos-page .part2 .box .box-icon {
    padding: 0 65px 0 45px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .Chronos-page .part2 .box .box-icon {
    padding: 0 40px 0 30px;
  }
}

.Chronos-page .part2 .box h5 {
  margin-top: 6px;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .Chronos-page .part2 .box h5 {
    margin-top: 24px;
  }
}

.Chronos-page .part2 .box .box-text {
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 992px) {
  .Chronos-page .part2 .box .box-text {
    text-align: left;
    min-height: 146px;
  }
}

@media (max-width: 1700px) {
  .Chronos-page .part2 .box .box-text {
    height: auto;
  }
}

@media (max-width: 991px) {
  .Chronos-page .part2 .box .box-text {
    margin-top: 34px;
    line-height: 1.3;
  }
}

.Chronos-page .part2 .box .blue {
  color: #4A6FE8;
}

.Chronos-page .part2 .box .yellow {
  color: #C99C67;
}

.Chronos-page .part3 {
  position: relative;
  margin-bottom: 130px;
  padding: 0 15px;
}

.Chronos-page .part3 .box-description {
  text-align: center;
  margin-bottom: 83px;
}

.Chronos-page .part3 .box-description .title {
  font-size: 25px;
}

@media (min-width: 992px) {
  .Chronos-page .part3 {
    margin-bottom: 164px;
  }
  .Chronos-page .part3 .box-description {
    margin-bottom: 156px;
    padding: 0;
    text-align: center;
    margin-top: getVW(336px);
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: getVW(110px);
  }
  .Chronos-page .part3 .box-description .title {
    margin-bottom: 25px;
    margin-top: 12.5vw;
    font-size: 50px;
  }
  .Chronos-page .part3 .box-description .text {
    font-size: 20px;
  }
}

.Chronos-page .part3 .Chronos-part3-image1 {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .Chronos-page .part3 .Chronos-part3-image1 {
    width: 100%;
  }
}

.Chronos-page .part3 .Chronos-part3-image1 img {
  width: 100%;
  border-radius: 3%;
}

.Chronos-page .part4 {
  position: relative;
  padding-bottom: 119px;
}

.Chronos-page .part4 .Chronos-part4-image-bg-effect {
  position: absolute;
  transform: rotate(30deg);
  z-index: 0;
  background: #C99C67;
  width: 206%;
  height: 301px;
  top: 542px;
  left: -148px;
}

@media (min-width: 992px) {
  .Chronos-page .part4 {
    position: relative;
    /*padding: 42vw 15px 25vw;*/
    /*margin-top: 39vw;*/
    /*margin-bottom: -20vw;*/
  }
  .Chronos-page .part4 .Chronos-part4-image-bg-effect {
    position: absolute;
    transform: rotate(30deg);
    z-index: 0;
    background: #C99C67;
    width: 194%;
    height: 1245px;
    top: 470px;
    left: -505px;
  }
  .Chronos-page .part4 .box-description {
    position: absolute;
    right: 5vw;
    max-width: 514px;
    top: -120px;
  }
  .Chronos-page .part4 .box-description .text {
    text-align: left;
  }
}

@media (min-width: 1500px) {
  .Chronos-page .part4 .Chronos-part4-image-bg-effect {
    position: absolute;
    transform: rotate(30deg);
    z-index: 0;
    background: #C99C67;
    width: 194%;
    height: 1245px;
    top: 600px;
    left: -532px;
  }
  .Chronos-page .part7 .box-description {
    bottom: 0 !important;
    margin-top: 0 !important;
  }
}

.Chronos-page .part4 .box-description {
  margin-bottom: 70px;
}

.Chronos-page .part4 .Chronos-part4-image-bg {
  background-image: url("../../img/Chronos-part4-image1.avif");
  height: 142vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  /*background-size: contain;*/
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
  /*background-position: 0;*/
  /*animation: mymove 150s infinite;*/
  /*animation-timing-function: linear;*/
  /*background-repeat: repeat no-repeat;*/
}

@media (min-width: 992px) {
  .Chronos-page .part4 .Chronos-part4-image-bg {
    /*height: 100vw;*/
  }
}

.Chronos-page .part5 {
  margin-bottom: 130px;
  padding: 0 15px;
}

.Chronos-page .part5 .box-description {
  text-align: center;
}

.Chronos-page .part5 .box-description .title {
  font-size: 25px;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .Chronos-page .part5 {
    margin-bottom: 164px;
    padding: 0;
  }
  .Chronos-page .part5 .box-description {
    margin-bottom: 156px;
    text-align: left !important;
    text-align: center;
    margin-top: getVW(336px);
    max-width: 514px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: getVW(110px);
  }
  .Chronos-page .part5 .box-description .title {
    margin-bottom: 25px;
    margin-top: 136px;
    font-size: 50px;
  }
  .Chronos-page .part5 .box-description .text {
    font-size: 20px;
  }
}

.Chronos-page .part5 .Chronos-part5-image1 {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .Chronos-page .part5 .Chronos-part5-image1 {
    width: 95%;
  }
}

.Chronos-page .part5 .Chronos-part5-image1 img {
  width: 100%;
}

.Chronos-page .part6 {
  position: relative;
  z-index: -2;
  padding: 50vw 15px 45vw;
  margin-top: 50vw;
  background: #FFC400;
  transform: rotate(-30deg) translate(-45vw, -130vw);
  width: 300%;
  margin-bottom: -50vw;
}

@media (min-width: 992px) {
  .Chronos-page .part6 {
    margin-bottom: -57vw;
    margin-top: 92vw;
    padding: 25vw 15px 22vw;
  }
}

.Chronos-page .part6 .box-description {
  margin-bottom: 70px;
}

.Chronos-page .part6 .Chronos-part6-image-bg {
  background-image: url("../../img/Chronos-part6-image-bg.avif");
  height: 55vw;
  background-size: cover;
  background-size: contain;
  margin-left: -15px;
  margin-right: -15px;
  background-position: 0;
  animation: mymove 150s infinite;
  animation-timing-function: linear;
  background-repeat: repeat no-repeat;
}

@media (min-width: 992px) {
  .Chronos-page .part6 .Chronos-part6-image-bg {
    height: 30vw;
  }
}

.Chronos-page .part7 {
  position: relative;
}

.Chronos-page .part7 .box-description {
  margin-top: 70px;
  margin-bottom: 115px;
  text-align: center;
}

.Chronos-page .part7 .box-description .text {
  padding-inline: 32px;
}

.Chronos-page .part7 .box-description .color-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 32px;
  padding-inline: 32px;
}
.Chronos-page .part7 .box-description .color-box div {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
}

@media (min-width: 992px) {
  .Chronos-page .part7 .box-description {
    min-width: 514px;
    position: absolute;
    bottom: -110px;
    left: 5vw;
    text-align: left;
    padding-top: 32px;
  }
  .Chronos-page .part7 .box-description .text {
    max-width: 514px;
    padding-inline: 0;
  }
  .Chronos-page .part7 .box-description .color-box {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 120px;
    padding-inline: 0;
  }
  .Chronos-page .part7 .box-description .color-box div {
    width: 144px;
    height: 144px;
    min-width: 144px;
    min-height: 144px;
  }
}

.Chronos-page .part7 .box-description .title {
  margin-top: 0;
}

.Chronos-page .see-more {
  margin-top: 20px;
}

@keyframes mymove {
  from {
    background-position: 0;
  }
  to {
    background-position: -1000px;
  }
}

.Chronos-dots {
  position: absolute;
  top: 62vw;
  left: -16px;
}

@media (max-width: 991px) {
  .Chronos-dots {
    display: none;
  }
}

.Chronos-svg {
  position: absolute;
  top: 20px;
  right: calc(100% - 11.5vw);
}

@media (min-width: 992px) {
  .Chronos-svg {
    width: 356px !important;
    height: 356px !important;
  }
}

@media (min-width: 1600px) {
  .Chronos-svg {
    width: 426px !important;
    height: 426px !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .Chronos-page .part1 .box-description {
    padding-left: 3vw;
  }
  .Chronos-svg {
    left: -310px;
  }
  .Chronos-page .part3 .box-description {
    max-width: 550px;
    margin-bottom: 238px;
  }
  .part5 {
    padding-left: 100px !important;
  }
  .part5 .text {
    font-size: 14px !important;
    padding-right: 20px;
  }
  .Chronos-page .part5 .box-description .title {
    margin-top: 0;
    font-size: 20px !important;
  }
  .part2 .col-lg-6.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .part2 .col-lg-6.col-12 .box-icon {
    padding: 0 60px 0 60px;
  }
  .part2 .col-lg-6.col-12 .box-icon svg {
    width: 48px !important;
    height: 48px !important;
  }
  .part2 .col-lg-6.col-12 .box-text {
    font-size: 16px;
    height: auto;
    padding-right: 40px;
  }
  .part2 .col-lg-6.col-12 h5 {
    font-size: 14px;
  }
  .part3 .text {
    font-size: 14px !important;
  }
  .part3 .title {
    font-size: 20px !important;
  }
  .part7 .box-description {
    padding-right: 150px;
  }
  .part7 .text {
    font-size: 14px !important;
  }
  .part7 .title {
    font-size: 20px !important;
  }
}
/*# sourceMappingURL=Chronos.css.map */