@keyframes rotate {
  from {
    transform: rotate(162deg);
  }
  to {
    transform: rotate(70deg);
  }
}
.bg-with-curve {
  position: relative;
}
.bg-with-curve .curve-animation {
  display: none;
}
.bg-with-curve::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 91%;
}
.bg-with-curve::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90px;
  left: 0;
  background: #fff;
  margin-bottom: -1px;
}
.bg-with-curve.curve-top::before {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .bg-with-curve.curve-top::before {
    display: none;
  }
}
.bg-with-curve.curve-top::after {
  top: 0;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1050px) {
  .bg-with-curve.curve-top::after {
    background-position: 100% 100%;
  }
}
.bg-with-curve.curve-top.blue-curve.curve-left::after {
  left: 0;
  background-image: url(../../images/bg/blue-curve-bottom-left.png);
}
.bg-with-curve.curve-top.blue-curve.curve-right::after {
  right: 0;
  background-image: url(../../images/bg/blue-curve-bottom-right.png);
}
.bg-with-curve.curve-bottom::before {
  bottom: 0;
}
@media only screen and (max-width: 1215px) {
  .bg-with-curve.curve-bottom::before {
    display: none;
  }
}
.bg-with-curve.curve-bottom::after {
  bottom: 0;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1281px) {
  .bg-with-curve.curve-bottom::after {
    background-position: 100% 0;
  }
}
.bg-with-curve.curve-bottom.orange-curve.curve-left::after {
  left: 0;
  background-image: url(../../images/bg/orange-curve-bottom-left.png);
}
.bg-with-curve.curve-bottom.orange-curve.curve-right::after {
  right: 0;
  background-image: url(../../images/bg/orange-curve-bottom-right.png);
}
.bg-with-curve .bg-with-curve-inner {
  position: relative;
  z-index: 1;
}

.before-line {
  position: relative;
  padding-left: 48px;
}
.before-line::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: var(--color-white);
  left: 0;
  bottom: 5px;
}

.min-height-690 {
  min-height: 690px;
}
@media only screen and (max-width: 1215px) {
  .min-height-690 {
    min-height: 630px;
  }
}
@media only screen and (max-width: 1100px) {
  .min-height-690 {
    min-height: 600px;
  }
}
@media only screen and (max-width: 1024px) {
  .min-height-690 {
    min-height: 560px;
  }
}
@media only screen and (max-width: 991px) {
  .min-height-690 {
    min-height: 540px;
  }
}
@media only screen and (max-width: 870px) {
  .min-height-690 {
    min-height: 510px;
  }
}
@media only screen and (max-width: 767px) {
  .min-height-690 {
    min-height: auto;
  }
}

.min-height-710 {
  min-height: 710px;
}
@media only screen and (max-width: 1215px) {
  .min-height-710 {
    min-height: 680px;
  }
}
@media only screen and (max-width: 1100px) {
  .min-height-710 {
    min-height: 610px;
  }
}
@media only screen and (max-width: 1024px) {
  .min-height-710 {
    min-height: 570px;
  }
}
@media only screen and (max-width: 991px) {
  .min-height-710 {
    min-height: 550px;
  }
}
@media only screen and (max-width: 870px) {
  .min-height-710 {
    min-height: 530px;
  }
}
@media only screen and (max-width: 767px) {
  .min-height-710 {
    min-height: auto;
  }
}

.min-height-870 {
  min-height: 870px;
}
@media only screen and (max-width: 767px) {
  .min-height-870 {
    min-height: auto;
  }
}

.bg-with-curve-animation {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 810px) {
  .bg-with-curve-animation .bg-with-curve-right .sm-font-size-28 {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  .bg-with-curve-animation .bg-with-curve-right .sm-font-size-28 {
    font-size: 28px !important;
  }
}
.bg-with-curve-animation.bg-with-curve .curve-animation {
  display: block;
}
.bg-with-curve-animation::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90px;
  left: 0;
  bottom: 0;
  background: #fff;
}
@media only screen and (max-width: 1215px) {
  .bg-with-curve-animation::before {
    display: none;
  }
}
.bg-with-curve-animation .bg-with-curve-inner {
  position: relative;
  z-index: 1;
}
.bg-with-curve-animation .curve-animation {
  bottom: 0;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}
@media only screen and (max-width: 1345px) {
  .bg-with-curve-animation .curve-animation {
    background-image: url(../../images/bg/orange-curve-bottom-right.png);
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 1295px) {
  .bg-with-curve-animation .curve-animation {
    max-width: 96%;
  }
}
@media only screen and (max-width: 1215px) {
  .bg-with-curve-animation .curve-animation {
    background-position: 100% 0;
    top: 0;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bg-with-curve-animation .curve-animation {
    right: auto;
    left: -5%;
    width: 105%;
    max-width: inherit;
  }
}
@media only screen and (min-width: 1346px) {
  .bg-with-curve-animation.bg-with-curve-animation-start .curve-animation {
    background-image: url(../../images/bg/orange-curve-animation.png);
    right: -60%;
    width: calc(100vw + 620px);
    height: calc(100vw + 620px);
    max-width: inherit;
    transform: rotate(162deg);
    animation: 0.7s linear rotate;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }
}/*# sourceMappingURL=bg_with_curve.css.map */