@keyframes arc-bottom-left-to-right {
  from {
    transform: rotate(-108.8deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes arc-bottom-right-to-left {
  from {
    transform: rotate(108.8deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes arc-top-left-to-right {
  from {
    transform: rotate(108.8deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes arc-top-right-to-left {
  from {
    transform: rotate(-108.8deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.arc-animation-arc {
  display: none;
}

.arc-animation {
  position: relative;
  overflow: hidden;
}
.arc-animation .bg-with-curve-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.arc-animation .container {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.arc-animation.white-patch-top::before, .arc-animation.white-patch-bottom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90px;
  left: 0;
  background: #fff;
}
@media only screen and (max-width: 1215px) {
  .arc-animation.white-patch-top::before, .arc-animation.white-patch-bottom::before {
    display: none;
  }
}
.arc-animation.white-patch-top {
  top: 0;
}
.arc-animation.white-patch-bottom::before {
  bottom: 0;
}
.arc-animation .arc-animation-arc {
  width: calc(100vw + 620px);
  height: calc(100vw + 620px);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
}
.arc-animation.arc-animation-top-left .arc-animation-arc {
  background-image: url(../../images/bg/arc-top-blue.png);
  left: -60%;
}
.arc-animation.arc-animation-top-right .arc-animation-arc {
  background-image: url(../../images/bg/arc-top-blue.png);
  right: -60%;
}
.arc-animation.arc-animation-bottom-left .arc-animation-arc {
  background-image: url(../../images/bg/arc-bottom-blue.png);
  left: -60%;
}
.arc-animation.arc-animation-bottom-right .arc-animation-arc {
  background-image: url(../../images/bg/arc-bottom-blue.png);
  right: -60%;
}
@media only screen and (max-width: 1030px) {
  .arc-animation.arc-animation-top-left .arc-animation-arc, .arc-animation.arc-animation-bottom-left .arc-animation-arc {
    left: auto;
    right: 20px;
  }
  .arc-animation.arc-animation-top-right .arc-animation-arc, .arc-animation.arc-animation-bottom-right .arc-animation-arc {
    right: auto;
    left: 20px;
  }
}
@media only screen and (min-width: 1346px) {
  .arc-animation.arc-animation-top-left .arc-animation-arc, .arc-animation.arc-animation-bottom-right .arc-animation-arc {
    transform: rotate(108.8deg);
  }
  .arc-animation.arc-animation-top-right .arc-animation-arc, .arc-animation.arc-animation-bottom-left .arc-animation-arc {
    transform: rotate(-108.8deg);
  }
  .arc-animation.arc-animation-start.arc-animation-start.arc-animation-top-left .arc-animation-arc {
    animation: 0.7s linear arc-top-left-to-right 0.5s forwards;
  }
  .arc-animation.arc-animation-start.arc-animation-start.arc-animation-top-right .arc-animation-arc {
    animation: 0.7s linear arc-top-right-to-left 0.5s forwards;
  }
  .arc-animation.arc-animation-start.arc-animation-start.arc-animation-bottom-left .arc-animation-arc {
    animation: 0.7s linear arc-bottom-left-to-right 0.5s forwards;
  }
  .arc-animation.arc-animation-start.arc-animation-start.arc-animation-bottom-right .arc-animation-arc {
    animation: 0.7s linear arc-bottom-right-to-left 0.5s forwards;
  }
}
.arc-animation[class*=arc-animation-top] .arc-animation-arc, .arc-animation[class^=arc-animation-top] .arc-animation-arc {
  bottom: 0;
  background-position: 0 100%;
}
.arc-animation[class*=arc-animation-bottom] .arc-animation-arc, .arc-animation[class^=arc-animation-bottom] .arc-animation-arc {
  top: 0;
  background-position: 0 0;
}
.arc-animation.bg-with-curve::before, .arc-animation.bg-with-curve::after {
  display: none;
}/*# sourceMappingURL=arc-animation.css.map */