@-webkit-keyframes starter-1 {
  0% {
    -webkit-transform: translateZ(200px) translateX(200px);
    transform: translateZ(200px) translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes starter-1 {
  0% {
    -webkit-transform: translateZ(200px) translateX(200px);
    transform: translateZ(200px) translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes starter-2 {
  0% {
    -webkit-transform: translateZ(200px) translateX(-200px);
    transform: translateZ(200px) translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes starter-2 {
  0% {
    -webkit-transform: translateZ(200px) translateX(-200px);
    transform: translateZ(200px) translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes starter-3 {
  0% {
    -webkit-transform: translateZ(200px) translateX(200px);
    transform: translateZ(200px) translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes starter-3 {
  0% {
    -webkit-transform: translateZ(200px) translateX(200px);
    transform: translateZ(200px) translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes starter-4 {
  0% {
    -webkit-transform: translateZ(200px) translateX(-200px);
    transform: translateZ(200px) translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes starter-4 {
  0% {
    -webkit-transform: translateZ(200px) translateX(-200px);
    transform: translateZ(200px) translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes starter-5 {
  0% {
    -webkit-transform: translateZ(200px) translateX(200px);
    transform: translateZ(200px) translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes starter-5 {
  0% {
    -webkit-transform: translateZ(200px) translateX(200px);
    transform: translateZ(200px) translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes starter-6 {
  0% {
    -webkit-transform: translateZ(200px) translateX(-200px);
    transform: translateZ(200px) translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes starter-6 {
  0% {
    -webkit-transform: translateZ(200px) translateX(-200px);
    transform: translateZ(200px) translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes starter-7 {
  0% {
    -webkit-transform: translateZ(200px) translateX(200px);
    transform: translateZ(200px) translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes starter-7 {
  0% {
    -webkit-transform: translateZ(200px) translateX(200px);
    transform: translateZ(200px) translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes starter-8 {
  0% {
    -webkit-transform: translateZ(200px) translateX(-200px);
    transform: translateZ(200px) translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes starter-8 {
  0% {
    -webkit-transform: translateZ(200px) translateX(-200px);
    transform: translateZ(200px) translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes starter-9 {
  0% {
    -webkit-transform: translateZ(200px) translateX(200px);
    transform: translateZ(200px) translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@keyframes starter-9 {
  0% {
    -webkit-transform: translateZ(200px) translateX(200px);
    transform: translateZ(200px) translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-header {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  5% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in-header {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  5% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fade-in-box {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  5% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in-box {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  5% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  5% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0.1;
    visibility: visible;
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  5% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0.1;
    visibility: visible;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    visibility: hidden;
  }
  5% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    visibility: hidden;
  }
  5% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes anim1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes anim1 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.main-header {
  width: 100%;
  height: auto;
  -webkit-animation: fade-in-header 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.5s;
  animation: fade-in-header 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.5s;
}
@media (min-width: 1024px) {
  .main-header {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 160px;
    height: 100%;
    margin-top: 0px;
    border-right: 1px solid #cfcfcf;
    background-color: #fff;
  }
}
.main-header a.home-link {
  display: block;
  width: 80px;
  height: 140px;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .main-header a.home-link {
    margin-left: 40px;
    margin-top: 30px;
  }
}
.main-header a.home-link .home-icon {
  width: 80px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: transprent;
}
.main-header .home-legal {
  display: none;
}
@media (min-width: 1024px) {
  .main-header .home-legal {
    display: block;
    position: fixed;
    bottom: 20px;
    width: 160px;
    color: #713696;
    font-weight: 400;
    text-align: center;
    font-size: 0.875rem;
  }
}
.main-header .home-legal a {
  color: #5f5f5f;
  font-size: 0.675rem;
  transition: color 250ms ease 0ms;
}
.main-header .home-legal a:hover {
  color: #713696;
  text-decoration: none;
}
.main-menu {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 20px;
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}
@media (min-width: 1024px) {
  .main-menu {
    position: fixed;
    z-index: 11;
    top: 80px;
    right: 60px;
    width: auto;
    height: auto;
  }
}
.main-menu__links li {
  height: 22px;
  text-align: right;
}
.main-menu__links li a {
  color: #b2b2b2;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 250ms ease-in-out 0ms;
}
.main-menu__links li a.active {
  color: #713696;
}
body {
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
  text-rendering: optimizeSpeed;
}
#part-home {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  #part-home {
    padding-left: 160px;
    padding-right: 6%;
  }
}
#part-home .primary {
  color: #713696;
}
#part-home .section {
  margin: 0 auto;
  max-width: 920px;
  padding-left: 20px;
  padding-right: 20px;
}
#part-home .section.section-0 {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  #part-home .section.section-0 {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  #part-home .section.section-0 {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}
#part-home .section h1 {
  position: relative;
  z-index: 1;
  color: #a1a1a1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0px;
}
@media (min-width: 640px) {
  #part-home .section h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  #part-home .section h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
#part-home .section .starter-1 {
  -webkit-animation: starter-1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.8s;
  animation: starter-1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.8s;
}
#part-home .section .starter-2 {
  -webkit-animation: starter-2 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1s;
  animation: starter-2 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1s;
}
#part-home .section .starter-3 {
  -webkit-animation: starter-3 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.2s;
  animation: starter-3 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.2s;
}
#part-home .section .starter-4 {
  -webkit-animation: starter-4 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.4s;
  animation: starter-4 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.4s;
}
#part-home .section .starter-5 {
  -webkit-animation: starter-5 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.6s;
  animation: starter-5 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.6s;
}
#part-home .section .starter-6 {
  -webkit-animation: starter-6 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.8s;
  animation: starter-6 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 1.8s;
}
#part-home .section .starter-7 {
  -webkit-animation: starter-7 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 2s;
  animation: starter-7 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 2s;
}
#part-home .section .starter-8 {
  -webkit-animation: starter-8 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 2.2s;
  animation: starter-8 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 2.2s;
}
#part-home .section .starter-9 {
  -webkit-animation: starter-9 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 2.4s;
  animation: starter-9 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 2.4s;
}
#part-home .section-divider {
  opacity: 0;
  width: 100%;
  height: 1px;
  background-color: #cfcfcf;
}
@media (min-width: 1024px) {
  #part-home .section-divider {
    width: calc(100vw - 221px);
  }
}
#part-home .section-divider.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1000ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, opacity 1000ms ease-in-out 0ms;
  transition: transform 500ms ease 0ms, opacity 1000ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
}
.box-circle {
  position: absolute;
  top: -400px;
  left: 90%;
  border: 1px solid #713696;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  opacity: 0;
  -webkit-animation: fade-in-box 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: fade-in-box 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.section-1 {
  position: relative;
  z-index: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .section-1 {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
.section-1 .aos h2 {
  position: relative;
  z-index: 1;
  color: #a1a1a1;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 2.5rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.section-1 .aos.fade-in .section-1-a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
}
.section-1 .aos.fade-in .section-1-b {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 150ms, -webkit-transform 500ms ease 150ms;
  transition: transform 500ms ease 150ms, opacity 750ms ease-in-out 150ms;
  transition: transform 500ms ease 150ms, opacity 750ms ease-in-out 150ms, -webkit-transform 500ms ease 150ms;
}
.section-1 .eos-1 {
  position: relative;
}
.section-1 .eos-1 .section-1-block-1 {
  opacity: 0;
  margin-top: 20px;
  width: 380px;
  height: 460px;
  margin-left: calc(50% - 190px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
@media (min-width: 480px) {
  .section-1 .eos-1 .section-1-block-1 {
    width: 460px;
    height: 460px;
    margin-left: calc(50% - 230px);
  }
}
@media (min-width: 1024px) {
  .section-1 .eos-1 .section-1-block-1 {
    position: relative;
    top: 20px;
    left: -20px;
    margin-top: 0px;
    margin-left: 0px;
  }
}
.section-1 .eos-1 .section-1-block-1 .section-1-quader-1 {
  position: absolute;
  bottom: 0px;
  left: -20px;
  z-index: 1;
  width: 380px;
  height: 420px;
  margin: 20px;
  background-color: #713696;
}
@media (min-width: 480px) {
  .section-1 .eos-1 .section-1-block-1 .section-1-quader-1 {
    left: 0px;
    width: 420px;
    height: 420px;
  }
}
.section-1 .eos-1 .section-1-block-1 .section-1-quader-1 h3 {
  position: absolute;
  bottom: 80px;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
}
.section-1 .eos-1 .section-1-block-1 .section-1-back-1 {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0px;
  width: 380px;
  height: 420px;
  border: 1px solid #713696;
  background-color: #fff;
}
@media (min-width: 480px) {
  .section-1 .eos-1 .section-1-block-1 .section-1-back-1 {
    left: 20px;
    width: 420px;
  }
}
.section-1 .eos-1 .section-1-block-2 {
  opacity: 0;
  width: 380px;
  height: 460px;
  margin-left: calc(50% - 190px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
@media (min-width: 480px) {
  .section-1 .eos-1 .section-1-block-2 {
    width: 460px;
    height: 460px;
    margin-left: calc(50% - 230px);
  }
}
@media (min-width: 1024px) {
  .section-1 .eos-1 .section-1-block-2 {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 440px;
    margin-left: 0px;
  }
}
.section-1 .eos-1 .section-1-block-2 .section-1-quader-2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -20px;
  width: 380px;
  height: 420px;
  margin: 20px;
  padding-bottom: 30px;
  border: 1px solid #713696;
  background-color: #fff;
}
@media (min-width: 480px) {
  .section-1 .eos-1 .section-1-block-2 .section-1-quader-2 {
    left: 0px;
    width: 420px;
    height: 420px;
  }
}
.section-1 .eos-1 .section-1-block-2 .section-1-quader-2 h3 {
  color: #713696;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  padding-bottom: 10px;
}
.section-1 .eos-1 .section-1-block-2 .section-1-quader-2 p {
  color: #a1a1a1;
  font-size: 1.125rem;
  line-height: 1.45rem;
  font-weight: 400;
}
.section-1 .eos-1 .section-1-block-2 .section-1-back-2 {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: -20px;
  margin: 20px;
  width: 380px;
  height: 420px;
  background-color: #713696;
}
@media (min-width: 480px) {
  .section-1 .eos-1 .section-1-block-2 .section-1-back-2 {
    left: 0px;
    width: 420px;
  }
}
.section-1 .eos-1.fade-in .section-1-block-1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
}
.section-1 .eos-1.fade-in .section-1-block-2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 300ms, -webkit-transform 500ms ease 300ms;
  transition: transform 500ms ease 300ms, opacity 750ms ease-in-out 300ms;
  transition: transform 500ms ease 300ms, opacity 750ms ease-in-out 300ms, -webkit-transform 500ms ease 300ms;
}
.section-1 .eos-2 {
  position: relative;
}
.section-1 .eos-2 .section-1-block-3 {
  opacity: 0;
  width: 380px;
  height: 500px;
  margin-left: calc(50% - 190px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
@media (min-width: 480px) {
  .section-1 .eos-2 .section-1-block-3 {
    width: 460px;
    height: 460px;
    margin-left: calc(50% - 230px);
  }
}
@media (min-width: 1024px) {
  .section-1 .eos-2 .section-1-block-3 {
    position: relative;
    top: 20px;
    left: -20px;
    margin-left: 0px;
  }
}
.section-1 .eos-2 .section-1-block-3 .section-1-quader-3 {
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: 1;
  width: 380px;
  height: 460px;
  margin: 20px;
  padding-bottom: 30px;
  border: 1px solid #713696;
  background-color: #fff;
}
@media (min-width: 480px) {
  .section-1 .eos-2 .section-1-block-3 .section-1-quader-3 {
    left: 0px;
    width: 420px;
    height: 420px;
  }
}
.section-1 .eos-2 .section-1-block-3 .section-1-quader-3 p {
  color: #a1a1a1;
  font-size: 1.125rem;
  line-height: 1.45rem;
  font-weight: 400;
}
.section-1 .eos-2 .section-1-block-3 .section-1-quader-3 .primary {
  color: #713696;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
}
.section-1 .eos-2 .section-1-block-3 .section-1-back-3 {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: -20px;
  margin: 20px;
  width: 380px;
  height: 420px;
  background-color: #713696;
}
@media (min-width: 480px) {
  .section-1 .eos-2 .section-1-block-3 .section-1-back-3 {
    left: 0px;
    width: 420px;
  }
}
.section-1 .eos-2 .section-1-block-4 {
  opacity: 0;
  margin-left: calc(50% - 190px);
  width: 380px;
  height: 460px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
@media (min-width: 480px) {
  .section-1 .eos-2 .section-1-block-4 {
    width: 460px;
    height: 460px;
    margin-left: calc(50% - 230px);
  }
}
@media (min-width: 1024px) {
  .section-1 .eos-2 .section-1-block-4 {
    position: absolute;
    top: 20px;
    left: 440px;
    margin-left: 0px;
  }
}
.section-1 .eos-2 .section-1-block-4 .section-1-quader-4 {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -20px;
  z-index: 1;
  width: 380px;
  height: 460px;
  margin: 20px;
  background-color: #713696;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQyMCA0MjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxLjU7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsLTIuNzMwMTQsLTEzLjIzNTUpIj4KICAgICAgICA8cGF0aCBkPSJNMzkuMjMsMjU3LjkwM0w3NS4wMiwyNDkuOTAzTDExMy4xMTcsMjQ0LjkwM0wxNDkuMDY4LDIzOS45MDNMMTgyLjI5NywyMzEuOTAzTDIxNy45NjQsMjM1LjkwM0wyNTYuMjU5LDIzMS45MDMiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoycHg7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLC0yLjczMDE0LC02MS44NDYxKSI+CiAgICAgICAgPHBhdGggZD0iTTM5LjIzLDI1Ny45MDNMNzUuMDIsMjQ0LjM0NkwxMTMuMTE3LDIzNS45MDNMMTQ5LjA2OCwyMjIuOTAzTDE4Mi4yOTcsMjAyLjg4MUwyMTcuOTY0LDIwNi45MDNMMjU2LjI1OSwxOTcuMzgxIiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTp3aGl0ZTtzdHJva2Utd2lkdGg6MnB4OyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDIzNy4yOTQsODYuMDM1OCkiPgogICAgICAgIDxjaXJjbGUgY3g9IjIzLjc5MiIgY3k9IjE5NC4zNjIiIHI9IjguMDYiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDE5OC45OTgsOTAuMDM1OCkiPgogICAgICAgIDxjaXJjbGUgY3g9IjIzLjc5MiIgY3k9IjE5NC4zNjIiIHI9IjguMDYiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDIwLjI2NDYsMTEyLjAzNikiPgogICAgICAgIDxjaXJjbGUgY3g9IjIzLjc5MiIgY3k9IjE5NC4zNjIiIHI9IjguMDYiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDE2My4zMzEsODYuMDM1OCkiPgogICAgICAgIDxjaXJjbGUgY3g9IjIzLjc5MiIgY3k9IjE5NC4zNjIiIHI9IjguMDYiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDU2LjA1NSwxMDQuMDM2KSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjY4MjM5MywwLDAsMC42ODIzOTMsOTQuMTUxMiw5OS4wMzU4KSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjY4MjM5MywwLDAsMC42ODIzOTMsMTMwLjEwMyw5NC4wMzU4KSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjY4MjM5MywwLDAsMC42ODIzOTMsMjM3LjI5NCwyLjQyNTEpIj4KICAgICAgICA8Y2lyY2xlIGN4PSIyMy43OTIiIGN5PSIxOTQuMzYyIiByPSI4LjA2IiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjgyMzkzLDAsMCwwLjY4MjM5MywxOTguOTk4LDEyLjQyNTEpIj4KICAgICAgICA8Y2lyY2xlIGN4PSIyMy43OTIiIGN5PSIxOTQuMzYyIiByPSI4LjA2IiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjgyMzkzLDAsMCwwLjY4MjM5MywyMC4yNjQ2LDYzLjQyNTEpIj4KICAgICAgICA8Y2lyY2xlIGN4PSIyMy43OTIiIGN5PSIxOTQuMzYyIiByPSI4LjA2IiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjgyMzkzLDAsMCwwLjY4MjM5MywxNjMuMzMxLDguNDAzMikiPgogICAgICAgIDxjaXJjbGUgY3g9IjIzLjc5MiIgY3k9IjE5NC4zNjIiIHI9IjguMDYiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDU2LjA1NSw0OS44Njg1KSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjY4MjM5MywwLDAsMC42ODIzOTMsOTQuMTUxMiw0MS40MjUxKSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjY4MjM5MywwLDAsMC42ODIzOTMsMTMwLjEwMywyOC40MjUxKSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 480px) {
  .section-1 .eos-2 .section-1-block-4 .section-1-quader-4 {
    left: 0px;
    width: 420px;
    height: 420px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQyMCA0MjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxLjU7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNDk1NTQyLDAsMCwwLjUwMjM3OCwtNi4xNjY0MywtNy42NTAxOCkiPgogICAgICAgIDxyZWN0IHg9IjEyLjQ0NCIgeT0iMTUuMjI4IiB3aWR0aD0iODQ3LjU1NiIgaGVpZ2h0PSI4MzYuMDI0IiBzdHlsZT0iZmlsbDpyZ2IoMTEzLDU0LDE1MCk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLC0wLjczMDE0MiwtMTMuMjM1NSkiPgogICAgICAgIDxwYXRoIGQ9Ik0zOS4yMywyNTcuOTAzTDc1LjAyLDI0OS45MDNMMTEzLjExNywyNDQuOTAzTDE0OS4wNjgsMjM5LjkwM0wxODYuMjk3LDIzMS45MDNMMjIxLjk2NCwyMzUuOTAzTDI2MC4yNTksMjMxLjkwMyIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6d2hpdGU7c3Ryb2tlLXdpZHRoOjJweDsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsLTAuNzMwMTQyLC02MS44NDYxKSI+CiAgICAgICAgPHBhdGggZD0iTTM5LjIzLDI1Ny45MDNMNzUuMDIsMjQ0LjM0NkwxMTMuMTE3LDIzNS45MDNMMTQ5LjA2OCwyMjIuOTAzTDE4Ni4yOTcsMjAyLjg4MUwyMjEuOTY0LDIwNi45MDNMMjYwLjI1OSwxOTYuOTAzIiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTp3aGl0ZTtzdHJva2Utd2lkdGg6MnB4OyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDI0My4yOTQsODYuMDM1OCkiPgogICAgICAgIDxjaXJjbGUgY3g9IjIzLjc5MiIgY3k9IjE5NC4zNjIiIHI9IjguMDYiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDIwNC45OTgsOTAuMDM1OCkiPgogICAgICAgIDxjaXJjbGUgY3g9IjIzLjc5MiIgY3k9IjE5NC4zNjIiIHI9IjguMDYiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDIyLjI2NDYsMTEyLjAzNikiPgogICAgICAgIDxjaXJjbGUgY3g9IjIzLjc5MiIgY3k9IjE5NC4zNjIiIHI9IjguMDYiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDE2OS4zMzEsODYuMDM1OCkiPgogICAgICAgIDxjaXJjbGUgY3g9IjIzLjc5MiIgY3k9IjE5NC4zNjIiIHI9IjguMDYiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDU4LjA1NSwxMDQuMDM2KSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjY4MjM5MywwLDAsMC42ODIzOTMsOTYuMTUxMiw5OS4wMzU4KSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjY4MjM5MywwLDAsMC42ODIzOTMsMTMyLjEwMyw5NC4wMzU4KSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjY4MjM5MywwLDAsMC42ODIzOTMsMjQzLjI5NCwyLjQyNTEpIj4KICAgICAgICA8Y2lyY2xlIGN4PSIyMy43OTIiIGN5PSIxOTQuMzYyIiByPSI4LjA2IiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjgyMzkzLDAsMCwwLjY4MjM5MywyMDQuOTk4LDEyLjQyNTEpIj4KICAgICAgICA8Y2lyY2xlIGN4PSIyMy43OTIiIGN5PSIxOTQuMzYyIiByPSI4LjA2IiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjgyMzkzLDAsMCwwLjY4MjM5MywyMi4yNjQ2LDYzLjQyNTEpIj4KICAgICAgICA8Y2lyY2xlIGN4PSIyMy43OTIiIGN5PSIxOTQuMzYyIiByPSI4LjA2IiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjgyMzkzLDAsMCwwLjY4MjM5MywxNjkuMzMxLDguNDAzMikiPgogICAgICAgIDxjaXJjbGUgY3g9IjIzLjc5MiIgY3k9IjE5NC4zNjIiIHI9IjguMDYiIHN0eWxlPSJmaWxsOndoaXRlOyIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42ODIzOTMsMCwwLDAuNjgyMzkzLDU4LjA1NSw0OS44Njg1KSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjY4MjM5MywwLDAsMC42ODIzOTMsOTYuMTUxMiw0MS40MjUxKSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjY4MjM5MywwLDAsMC42ODIzOTMsMTMyLjEwMywyOC40MjUxKSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjMuNzkyIiBjeT0iMTk0LjM2MiIgcj0iOC4wNiIgc3R5bGU9ImZpbGw6d2hpdGU7Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=');
  }
}
.section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end {
  width: 100%;
  padding-bottom: 40px;
}
.section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end h3 {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  text-align: right;
  line-height: 2.8rem;
}
.section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end h3.first {
  margin-bottom: 32px;
}
.section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end h3.second {
  margin-bottom: 122px;
}

@media (min-width: 480px) {
  .section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end h3.first {
    margin-bottom: 39px;
  }
  .section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end h3.second {
    margin-bottom: 102px;
  }
}

.section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end p {
  color: #fff;
}
.section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end p.percent-1,
.section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end p.percent-2 {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 400;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 40px;
}
.section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end p.sum {
  font-size: 0.515rem;
  line-height: 0.5rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 2px;
}
.section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end p.sum.spc-bottom {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end p.sum {
    font-size: 0.585rem;
  }
}

.section-1 .eos-2 .section-1-block-4 .section-1-quader-4 .self-end p.sum .asterix {
  display: inline-block;
  width: 14px;
  font-weight: 600;
  font-size: 1rem;
}
.section-1 .eos-2 .section-1-block-4 .section-1-back-4 {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0px;
  width: 380px;
  height: 420px;
  border: 1px solid #713696;
  background-color: #fff;
}
@media (min-width: 480px) {
  .section-1 .eos-2 .section-1-block-4 .section-1-back-4 {
    left: 20px;
    width: 420px;
  }
}
.section-1 .eos-2.fade-in .section-1-block-3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
}
.section-1 .eos-2.fade-in .section-1-block-4 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 300ms, -webkit-transform 500ms ease 300ms;
  transition: transform 500ms ease 300ms, opacity 750ms ease-in-out 300ms;
  transition: transform 500ms ease 300ms, opacity 750ms ease-in-out 300ms, -webkit-transform 500ms ease 300ms;
}
.section-2 {
  position: relative;
  z-index: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .section-2 {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
.section-2 .aor {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .section-2 .aor {
    padding-bottom: 50px;
  }
}
.section-2 .aor h2.aor-1-a,
.section-2 .aor h2.aor-1-b {
  position: relative;
  z-index: 1;
  color: #a1a1a1;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.section-2 .aor.fade-in h2.aor-1-a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
}
.section-2 .aor.fade-in h2.aor-1-b {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 150ms, -webkit-transform 500ms ease 150ms;
  transition: transform 500ms ease 150ms, opacity 750ms ease-in-out 150ms;
  transition: transform 500ms ease 150ms, opacity 750ms ease-in-out 150ms, -webkit-transform 500ms ease 150ms;
}
.section-2 .aor-1 {
  position: relative;
  padding: 0 40px;
  margin: 0 0 20px 0;
}
@media (min-width: 1024px) {
  .section-2 .aor-1 {
    margin: 0 60px 30px 60px;
  }
}
.section-2 .aor-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #713696;
}
.section-2 .aor-1:after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #713696;
}
.section-2 .aor-1 .top {
  opacity: 0;
  width: 100%;
  height: 2px;
}
.section-2 .aor-1 .top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #713696;
}
.section-2 .aor-1 .top:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #713696;
}
.section-2 .aor-1 .bottom {
  opacity: 0;
  width: 100%;
  height: 2px;
}
.section-2 .aor-1 .bottom:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #713696;
}
.section-2 .aor-1 .bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #713696;
}
.section-2 .aor-1 p {
  opacity: 0;
  padding-top: 15px;
  margin: 0;
  color: #a1a1a1;
  font-size: 1.125rem;
  line-height: 1.45rem;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.section-2 .aor-1 p .primary {
  font-weight: 700;
}
.section-2 .aor-1.fade-in:before {
  left: 0%;
  transition: all 500ms ease 150ms;
}
.section-2 .aor-1.fade-in:after {
  right: 0%;
  transition: all 500ms ease 150ms;
}
.section-2 .aor-1.fade-in .top,
.section-2 .aor-1.fade-in .bottom {
  opacity: 1;
  transition: opacity 100ms ease-in-out 600ms;
}
.section-2 .aor-1.fade-in p {
  opacity: 1;
  transition: opacity 750ms ease-in-out 350ms;
}
.section-2 .section-2-grid {
  margin-left: -20px;
  width: calc(100% + 40px);
}
@media (min-width: 640px) {
  .section-2 .section-2-grid {
    margin-left: 0px;
    width: 100%;
  }
}
.section-2 .section-2-grid .grid {
  color: #a1a1a1;
  line-height: 1;
}
.section-2 .section-2-grid .grid .aor-2.text-left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 10px;
  opacity: 0;
  color: #a1a1a1;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6rem;
  letter-spacing: 0px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  transition: opacity 500ms ease-in-out 200ms, -webkit-transform 500ms ease-in-out 200ms;
  transition: transform 500ms ease-in-out 200ms, opacity 500ms ease-in-out 200ms;
  transition: transform 500ms ease-in-out 200ms, opacity 500ms ease-in-out 200ms, -webkit-transform 500ms ease-in-out 200ms;
}
@media (min-width: 480px) {
  .section-2 .section-2-grid .grid .aor-2.text-left {
    font-size: 2rem;
  }
}
@media (min-width: 640px) {
  .section-2 .section-2-grid .grid .aor-2.text-left {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@media (min-width: 768px) {
  .section-2 .section-2-grid .grid .aor-2.text-left {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
  }
}
@media (min-width: 1024px) {
  .section-2 .section-2-grid .grid .aor-2.text-left {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.section-2 .section-2-grid .grid .aor-2.text-left .dot {
  opacity: 0;
  margin-bottom: 3px;
  font-size: 2.5rem;
  -webkit-transform-origin: 0 120%;
  transform-origin: 0 120%;
  -webkit-transform: scale(50);
  transform: scale(50);
  transition: opacity 750ms ease-in 750ms, -webkit-transform 750ms ease-in 750ms;
  transition: transform 750ms ease-in 750ms, opacity 750ms ease-in 750ms;
  transition: transform 750ms ease-in 750ms, opacity 750ms ease-in 750ms, -webkit-transform 750ms ease-in 750ms;
}
.section-2 .section-2-grid .grid .aor-2.text-left.fade-in {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.section-2 .section-2-grid .grid .aor-2.text-left.fade-in .dot {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section-2 .section-2-grid .grid .aor-2.text-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 10px;
  opacity: 0;
  color: #a1a1a1;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6rem;
  letter-spacing: 0px;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  transition: opacity 500ms ease-in-out 200ms, color 500ms ease-in-out 200ms, -webkit-transform 500ms ease-in-out 200ms;
  transition: transform 500ms ease-in-out 200ms, opacity 500ms ease-in-out 200ms, color 500ms ease-in-out 200ms;
  transition: transform 500ms ease-in-out 200ms, opacity 500ms ease-in-out 200ms, color 500ms ease-in-out 200ms, -webkit-transform 500ms ease-in-out 200ms;
}
@media (min-width: 480px) {
  .section-2 .section-2-grid .grid .aor-2.text-right {
    font-size: 2rem;
  }
}
@media (min-width: 640px) {
  .section-2 .section-2-grid .grid .aor-2.text-right {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@media (min-width: 768px) {
  .section-2 .section-2-grid .grid .aor-2.text-right {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
  }
}
@media (min-width: 1024px) {
  .section-2 .section-2-grid .grid .aor-2.text-right {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.section-2 .section-2-grid .grid .aor-2.text-right.fade-in {
  opacity: 1;
  color: #713696;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.section-2 .section-2-grid .grid .aor-2.text-color {
  overflow: hidden;
  color: #a1a1a1;
  font-size: 7rem;
  line-height: 1;
  transition: color 750ms ease-in-out;
  text-align: center;
  padding-right: 45px;
}
@media (min-width: 480px) {
  .section-2 .section-2-grid .grid .aor-2.text-color {
    font-size: 7rem;
  }
}
.section-2 .section-2-grid .grid .aor-2.text-color.fade-in {
  color: #713696;
}
.section-2 .section-2-grid .grid .aor-2.text-color.fade-in .anim-number {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.section-2 .section-2-grid .grid .aor-2.text-default {
  overflow: hidden;
  color: #a1a1a1;
  font-size: 6.5rem;
  line-height: 1;
  text-align: center;
  padding-left: 45px;
}
.section-2 .section-2-grid .grid .aor-2.text-default.fade-in .anim-number {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.section-2 .section-2-grid .grid .aor-2 .anim-number {
  display: inline-block;
  font-size: 5.8rem;
  font-weight: 600;
  line-height: 1;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: -webkit-transform 500ms ease-in-out 0ms;
  transition: transform 500ms ease-in-out 0ms;
  transition: transform 500ms ease-in-out 0ms, -webkit-transform 500ms ease-in-out 0ms;
}
@media (min-width: 480px) {
  .section-2 .section-2-grid .grid .aor-2 .anim-number {
    font-size: 6.5rem;
  }
}
.section-3 {
  position: relative;
  z-index: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .section-3 {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
.section-3 .aos {
  margin-bottom: 68px;
}
.section-3 .aos h2 {
  position: relative;
  z-index: 1;
  color: #a1a1a1;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 2.5rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.section-3 .aos.fade-in .section-1-a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
}
.section-3 .aos.fade-in .section-1-b {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 150ms, -webkit-transform 500ms ease 150ms;
  transition: transform 500ms ease 150ms, opacity 750ms ease-in-out 150ms;
  transition: transform 500ms ease 150ms, opacity 750ms ease-in-out 150ms, -webkit-transform 500ms ease 150ms;
}
.section-3 .aop {
  padding-right: 20px;
  opacity: 0;
  transition: opacity 750ms ease-in-out 150ms;
}
@media (min-width: 768px) {
  .section-3 .aop {
    padding-left: 20px;
    padding-right: 60px;
  }
}
.section-3 .aop .grid-container {
  display: grid;
  grid-template-columns: 10% 90%;
  grid-template-rows: auto auto auto;
  gap: 0 0;
}
.section-3 .aop .grid-container .box {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-3 .aop .grid-container .box.box-top:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 2px;
  height: 50%;
  background-color: #b2b2b2;
}
@media (min-width: 768px) {
  .section-3 .aop .grid-container .box.box-top:before {
    left: calc(50% - 1px);
  }
}
.section-3 .aop .grid-container .box.box-middle:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 11px;
  width: 2px;
  height: 100%;
  background-color: #b2b2b2;
}
@media (min-width: 768px) {
  .section-3 .aop .grid-container .box.box-middle:before {
    left: calc(50% - 1px);
  }
}
.section-3 .aop .grid-container .box.box-bottom:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 11px;
  width: 2px;
  height: 50%;
  background-color: #b2b2b2;
}
@media (min-width: 768px) {
  .section-3 .aop .grid-container .box.box-bottom:before {
    left: calc(50% - 1px);
  }
}
.section-3 .aop .grid-container .box .circle {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #713696;
  opacity: 0;
  -webkit-transform: scale(3) translate(-17.5%, -50%);
  transform: scale(3) translate(-17.5%, -50%);
}
@media (min-width: 768px) {
  .section-3 .aop .grid-container .box .circle {
    left: 50%;
  }
}
.section-3 .aop .grid-container p {
  opacity: 0;
  color: #b2b2b2;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.45rem;
}
.section-3 .aop .grid-container p .primary {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transform-origin: -1px 18px;
  transform-origin: -1px 18px;
}
.section-3 .aop .grid-container .desc-middle {
  padding-top: 56px;
  padding-bottom: 56px;
}
.section-3 .aop.fade-in {
  opacity: 1;
}
.section-3 .aop.fade-in .grid-container .box .circle {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.section-3 .aop.fade-in .grid-container .box .circle.circle-a {
  transition: opacity 500ms ease-in 250ms, -webkit-transform 500ms ease-in 250ms;
  transition: transform 500ms ease-in 250ms, opacity 500ms ease-in 250ms;
  transition: transform 500ms ease-in 250ms, opacity 500ms ease-in 250ms, -webkit-transform 500ms ease-in 250ms;
}
.section-3 .aop.fade-in .grid-container .box .circle.circle-b {
  transition: opacity 500ms ease-in 500ms, -webkit-transform 500ms ease-in 500ms;
  transition: transform 500ms ease-in 500ms, opacity 500ms ease-in 500ms;
  transition: transform 500ms ease-in 500ms, opacity 500ms ease-in 500ms, -webkit-transform 500ms ease-in 500ms;
}
.section-3 .aop.fade-in .grid-container .box .circle.circle-c {
  transition: opacity 500ms ease-in 750ms, -webkit-transform 500ms ease-in 750ms;
  transition: transform 500ms ease-in 750ms, opacity 500ms ease-in 750ms;
  transition: transform 500ms ease-in 750ms, opacity 500ms ease-in 750ms, -webkit-transform 500ms ease-in 750ms;
}
.section-3 .aop.fade-in .grid-container p.desc-top {
  opacity: 1;
  transition: opacity 750ms ease-in 250ms;
}
.section-3 .aop.fade-in .grid-container p.desc-middle {
  opacity: 1;
  transition: opacity 750ms ease-in 500ms;
}
.section-3 .aop.fade-in .grid-container p.desc-bottom {
  opacity: 1;
  transition: opacity 750ms ease-in 750ms;
}
.section-4 {
  position: relative;
  z-index: 0;
  padding-top: 90px;
}
@media (min-width: 768px) {
  .section-4 {
    padding-top: 110px;
  }
}
.section-4 .aos {
  margin-bottom: 40px;
}
.section-4 .aos h2 {
  position: relative;
  z-index: 1;
  color: #a1a1a1;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 2.5rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.section-4 .aos.fade-in .section-1-a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms;
  transition: transform 500ms ease 0ms, opacity 750ms ease-in-out 0ms, -webkit-transform 500ms ease 0ms;
}
.section-4 .aos.fade-in .section-1-b {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 150ms, -webkit-transform 500ms ease 150ms;
  transition: transform 500ms ease 150ms, opacity 750ms ease-in-out 150ms;
  transition: transform 500ms ease 150ms, opacity 750ms ease-in-out 150ms, -webkit-transform 500ms ease 150ms;
}
.section-4 form .gea {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.section-4 form .gea.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 750ms ease-in-out 150ms, -webkit-transform 500ms ease 150ms;
  transition: transform 500ms ease 150ms, opacity 750ms ease-in-out 150ms;
  transition: transform 500ms ease 150ms, opacity 750ms ease-in-out 150ms, -webkit-transform 500ms ease 150ms;
}
.section-4 form a {
  color: #713696;
  transition: color 250ms ease 0ms;
}
.section-4 form a:hover {
  color: #713696;
}
.section-4 form fieldset {
  margin-bottom: 40px;
}
.section-4 form fieldset p {
  color: #b2b2b2;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
}
.section-4 form .text-starter {
  display: inline-block;
  min-width: 32px;
}
.section-4 form .txt-spacer {
  color: #b2b2b2;
}
.section-4 form .text-label {
  color: #b2b2b2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.section-4 form .form-title {
  margin-top: 75px;
  position: relative;
}
.section-4 form .form-title h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0px;
}
.section-4 form .form-title .smallsize {
  display: inline-block;
  position: absolute;
  left: 110px;
  top: 6px;
  color: #b2b2b2;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0px;
}
@media (min-width: 678px) {
  .section-4 form .form-title .smallsize {
    top: 22px;
  }
}
.section-4 form #option-1,
.section-4 form #option-2,
.section-4 form #dsvgo {
  display: none;
}
.section-4 form label {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.section-4 form label.dsvgo.error .check {
  border: 2px solid #ff4747;
}
.section-4 form label .dot {
  height: 9px;
  width: 9px;
  margin-right: 26px;
  margin-top: 1px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #713696;
  transition: all 0.3s ease;
}
.section-4 form label .check {
  overflow: hidden;
  height: 18px;
  width: 18px;
  margin-right: 15px;
  margin-top: 1px;
  border-radius: 3px;
  border: 2px solid #713696;
  background-color: #fff;
}
.section-4 form label .check::before {
  opacity: 0;
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  left: -2px;
  height: 18px;
  width: 18px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIyIDIyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPHBhdGggaWQ9ImFuY2hvciIgZD0iTTE1LjksNi4xTDguOSwxMy4xTDYuMSwxMC4zTDQuNiwxMS43TDguOSwxNS45TDE3LjQsNy41TDE1LjksNi4xWiIgc3R5bGU9ImZpbGw6d2hpdGU7ZmlsbC1ydWxlOm5vbnplcm87Ii8+Cjwvc3ZnPgo=');
  background-position: center;
  background-repeat: no-repeat;
}
.section-4 form label .text {
  color: #b2b2b2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  transition: color 250ms ease;
}
.section-4 form label .desc {
  color: #b2b2b2;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  transition: color 250ms ease;
}
.section-4 form #option-1:checked ~ .option-1 .dot,
.section-4 form #option-2:checked ~ .option-2 .dot {
  background: #713696;
}
.section-4 form #dsvgo:checked ~ .dsvgo .check {
  background: #713696;
}
.section-4 form #dsvgo:checked ~ .dsvgo .check::before {
  opacity: 1;
}
.section-4 form .flex-auto {
  margin-top: 40px;
}
.section-4 form .flex-auto.short {
  margin-top: 20px;
}
.section-4 form .flex-auto.large {
  margin-top: 60px;
}
.section-4 form .flex-auto .label {
  float: left;
  width: 150px;
  padding-top: 1px;
  color: #b2b2b2;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
}
.section-4 form .flex-auto .label.form_name.error {
  color: #ff4747;
}
.section-4 form .flex-auto .label .primary {
  font-size: 1rem;
  font-weight: 600;
}
.section-4 form .flex-auto .input {
  float: left;
  width: calc(100% - 150px);
}
@media (min-width: 1024px) {
  .section-4 form .flex-auto .input {
    padding-right: 60px;
  }
}
.section-4 form .flex-auto .input.firstinput {
  padding-top: 30px;
}
.section-4 form .flex-auto .input input[type='tel'],
.section-4 form .flex-auto .input input[type='email'],
.section-4 form .flex-auto .input input[type='text'] {
  width: 100%;
  height: 24px;
  border-radius: 0px;
  border-bottom: 1px dotted #b2b2b2;
  background-color: #fff;
  color: #b2b2b2;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.section-4 form .flex-auto .input input[type='tel'].error,
.section-4 form .flex-auto .input input[type='email'].error,
.section-4 form .flex-auto .input input[type='text'].error {
  border-bottom: 1px dotted #ff4747;
}
.section-4 form .flex-auto .input input[type='tel']:focus,
.section-4 form .flex-auto .input input[type='email']:focus,
.section-4 form .flex-auto .input input[type='text']:focus {
  border-bottom: 1px dotted #713696;
}
.section-4 form .flex-auto .input-box {
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .section-4 form .flex-auto .input-box {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .section-4 form .flex-auto .input-box {
    width: 33.333333%;
  }
}
.section-4 form .flex-auto .input-box #options-1,
.section-4 form .flex-auto .input-box #options-2,
.section-4 form .flex-auto .input-box #options-3,
.section-4 form .flex-auto .input-box #options-4,
.section-4 form .flex-auto .input-box #options-5 {
  display: none;
}
.section-4 form .flex-auto .input-box #options-1:checked ~ .options-1 .dot,
.section-4 form .flex-auto .input-box #options-2:checked ~ .options-2 .dot,
.section-4 form .flex-auto .input-box #options-3:checked ~ .options-3 .dot,
.section-4 form .flex-auto .input-box #options-4:checked ~ .options-4 .dot,
.section-4 form .flex-auto .input-box #options-5:checked ~ .options-5 .dot {
  background: #713696;
}
.section-4 form .flex-auto .input-box #options-1:checked ~ .options-1 .text,
.section-4 form .flex-auto .input-box #options-2:checked ~ .options-2 .text,
.section-4 form .flex-auto .input-box #options-3:checked ~ .options-3 .text,
.section-4 form .flex-auto .input-box #options-4:checked ~ .options-4 .text,
.section-4 form .flex-auto .input-box #options-5:checked ~ .options-5 .text {
  color: #713696;
}
.section-4 form .flex-auto .input-box label {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 12px;
}
.section-4 form .flex-auto .input-box label .dot {
  height: 9px;
  width: 9px;
  margin-right: 26px;
}
.section-4 form .flex-auto .input-box label .text {
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.section-4 form .flex-auto #message {
  display: inline-block;
  width: auto;
}
.section-4 form .flex-auto #message p {
  margin-top: 20px;
  color: #b2b2b2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.section-4 form .flex-auto #message.error p {
  color: #ff4747;
  border: 1px dotted #ff4747;
  border-radius: 3px;
  padding: 12px 20px 13px;
}
.section-4 form .flex-auto #message.success p {
  color: #0b910b;
  border: 1px dotted #0b910b;
  border-radius: 3px;
  padding: 12px 20px 13px;
}
.section-4 form .flex-auto .button {
  cursor: pointer;
  margin-top: 0px;
  padding: 12px 20px 14px 20px;
  background-color: #713696;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.5px;
  line-height: 1;
  outline: none;
  transition: background-color 250ms ease;
}
.section-4 form .flex-auto .button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #b2b2b2;
}
.section-4 form .flex-auto .button:hover {
  background-color: #b2b2b2;
}
.footer {
  margin: 0 auto;
  max-width: 920px;
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 37px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 120px;
  }
}
.footer div {
  float: left;
  color: #a1a1a1;
  font-size: 0.675rem;
  font-weight: 400;
}
.footer div.text-left {
  width: 50%;
  text-align: left;
}
@media (min-width: 1024px) {
  .footer div.text-left {
    width: 100%;
  }
}
.footer div.text-right {
  width: 50%;
  text-align: right;
}
@media (min-width: 1024px) {
  .footer div.text-right {
    display: none;
  }
}
.footer a {
  color: #5f5f5f;
  font-size: 0.675rem;
  font-weight: 400;
  transition: color 250ms ease 0ms;
}
.footer a:hover {
  color: #713696;
  text-decoration: none;
}
#app.imprint-off #part-impressum {
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 500ms ease-in-out 250ms, width 0ms ease 750ms, height 0ms ease 750ms;
}
#app.imprint-off #part-impressum .impressum-article {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: opacity 500ms ease-in 0ms, -webkit-transform 0ms ease 750ms;
  transition: transform 0ms ease 750ms, opacity 500ms ease-in 0ms;
  transition: transform 0ms ease 750ms, opacity 500ms ease-in 0ms, -webkit-transform 0ms ease 750ms;
}
#app.imprint-off #part-impressum .impressum-close {
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  transition: opacity 250ms ease-in 0ms, -webkit-transform 250ms ease 0ms;
  transition: transform 250ms ease 0ms, opacity 250ms ease-in 0ms;
  transition: transform 250ms ease 0ms, opacity 250ms ease-in 0ms, -webkit-transform 250ms ease 0ms;
}
#app.imprint-on #part-impressum {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 500ms ease-in-out 0ms;
}
#app.imprint-on #part-impressum .impressum-article {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1000ms ease 250ms, -webkit-transform 750ms ease 250ms;
  transition: transform 750ms ease 250ms, opacity 1000ms ease 250ms;
  transition: transform 750ms ease 250ms, opacity 1000ms ease 250ms, -webkit-transform 750ms ease 250ms;
}
#app.imprint-on #part-impressum .impressum-close {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 250ms ease-in 750ms, -webkit-transform 250ms ease 750ms;
  transition: transform 250ms ease 750ms, opacity 250ms ease-in 750ms;
  transition: transform 250ms ease 750ms, opacity 250ms ease-in 750ms, -webkit-transform 250ms ease 750ms;
}
#part-impressum {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  background-color: #713696;
}
#part-impressum .impressum-article {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 60px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media (min-width: 1024px) {
  #part-impressum .impressum-article {
    padding-left: 160px;
  }
}
#part-impressum .impressum-article .impressum-content {
  margin: 0 auto;
  padding: 0 4% 0 4%;
}
@media (min-width: 1024px) {
  #part-impressum .impressum-article .impressum-content {
    padding: 0 12% 0 8%;
  }
}
#part-impressum .impressum-article .impressum-content .impressum-box {
  margin-bottom: 2rem;
}
#part-impressum .impressum-article .impressum-content .txt-spacer {
  color: rgba(255, 255, 255, 0.35);
}
#part-impressum .impressum-article .impressum-content h2 {
  color: #fff;
  font-weight: 700;
}
#part-impressum .impressum-article .impressum-content h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
#part-impressum .impressum-article .impressum-content p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
}
#part-impressum .impressum-article .impressum-content a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-weight: 400;
  transition: color 250ms ease 0ms;
}
#part-impressum .impressum-article .impressum-content a:hover {
  color: #fff;
  text-decoration: none;
}
#part-impressum .impressum-close {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 30;
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}
#part-impressum .impressum-close:hover {
  height: 42px;
  width: 42px;
  top: 29px;
  right: 29px;
}
#part-impressum .impressum-close:before {
  content: '';
  display: block;
  height: 20px;
  width: 2px;
  background: #713696;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#part-impressum .impressum-close:after {
  content: '';
  display: block;
  height: 20px;
  width: 2px;
  background: #713696;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#app.privacy-off #part-datenschutz {
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 500ms ease-in-out 250ms, width 0ms ease 750ms, height 0ms ease 750ms;
}
#app.privacy-off #part-datenschutz .datenschutz-article {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: opacity 500ms ease-in 0ms, -webkit-transform 0ms ease 750ms;
  transition: transform 0ms ease 750ms, opacity 500ms ease-in 0ms;
  transition: transform 0ms ease 750ms, opacity 500ms ease-in 0ms, -webkit-transform 0ms ease 750ms;
}
#app.privacy-off #part-datenschutz .datenschutz-close {
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  transition: opacity 250ms ease-in 0ms, -webkit-transform 250ms ease 0ms;
  transition: transform 250ms ease 0ms, opacity 250ms ease-in 0ms;
  transition: transform 250ms ease 0ms, opacity 250ms ease-in 0ms, -webkit-transform 250ms ease 0ms;
}
#app.privacy-on #part-datenschutz {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 500ms ease-in-out 0ms;
}
#app.privacy-on #part-datenschutz .datenschutz-article {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity 1000ms ease 250ms, -webkit-transform 750ms ease 250ms;
  transition: transform 750ms ease 250ms, opacity 1000ms ease 250ms;
  transition: transform 750ms ease 250ms, opacity 1000ms ease 250ms, -webkit-transform 750ms ease 250ms;
}
#app.privacy-on #part-datenschutz .datenschutz-close {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 250ms ease-in 750ms, -webkit-transform 250ms ease 750ms;
  transition: transform 250ms ease 750ms, opacity 250ms ease-in 750ms;
  transition: transform 250ms ease 750ms, opacity 250ms ease-in 750ms, -webkit-transform 250ms ease 750ms;
}
#part-datenschutz {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  background-color: #713696;
}
#part-datenschutz .datenschutz-article {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 60px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media (min-width: 1024px) {
  #part-datenschutz .datenschutz-article {
    padding-left: 160px;
  }
}
#part-datenschutz .datenschutz-article .datenschutz-content {
  margin: 0 auto;
  padding: 0 4% 0 4%;
}
@media (min-width: 1024px) {
  #part-datenschutz .datenschutz-article .datenschutz-content {
    padding: 0 12% 0 8%;
  }
}
#part-datenschutz .datenschutz-article .datenschutz-content .txt-spacer {
  color: rgba(255, 255, 255, 0.35);
}
#part-datenschutz .datenschutz-article .datenschutz-content h2 {
  color: #fff;
  font-weight: 700;
}
#part-datenschutz .datenschutz-article .datenschutz-content h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
#part-datenschutz .datenschutz-article .datenschutz-content p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
}
#part-datenschutz .datenschutz-article .datenschutz-content a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-weight: 400;
  transition: color 250ms ease 0ms;
}
#part-datenschutz .datenschutz-article .datenschutz-content a:hover {
  color: #fff;
  text-decoration: none;
}
#part-datenschutz .datenschutz-close {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  z-index: 30;
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}
#part-datenschutz .datenschutz-close:hover {
  height: 42px;
  width: 42px;
  top: 29px;
  right: 29px;
}
#part-datenschutz .datenschutz-close:before {
  content: '';
  display: block;
  height: 20px;
  width: 2px;
  background: #713696;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#part-datenschutz .datenschutz-close:after {
  content: '';
  display: block;
  height: 20px;
  width: 2px;
  background: #713696;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.imprint-on .cursor,
.privacy-on .cursor,
.cursor-white .cursor {
  background-color: #fff;
}
.cursor {
  width: 6px;
  height: 6px;
  position: fixed;
  z-index: 99;
  border-radius: 50%;
  background-color: #713696;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
}
.link-grow {
  opacity: 0.3;
  -webkit-transform: scale(6);
  transform: scale(6);
}
.link-shrink {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
