@import url('https://fonts.googleapis.com/css?family=Montserrat:400,900&display=swap');
.title__fonts {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: bold;
    letter-spacing: initial;
    text-align: justify;
}
.title__block--highlight {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(65%,transparent),color-stop(10%,#fff97f));
    background-image: linear-gradient(180deg,transparent 65%,#fff97f 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transform: translate(0, 20px);
    opacity: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.title__block--highlight.on {
    background-size: 100% 100%;
    transform: translate(0);
    opacity: 1;
    text-shadow: 0 2px 1px #00000052;
}
#info_section .info__number {
    text-align: center;
    line-height: 180px;
    color: #FFF;
    font-size: 4rem;
    font-weight: bold;
}
.info__number--pink {
    background-color: #ffd0e8;
}
.info__number--blue {
    background-color: #b2f2ff;
}
.info__number--green {
    background-color: #daff68;
}
.sec_active.slideshow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5141d6;
    background-image: linear-gradient(141deg, #7d4ca2 0%, #4221b9 51%, #2a18bb 75%);
    height: 80vh;
    overflow: hidden;
}
.kv__bg {
    width: 100%;
    height: 100%;
}
.kv__elements {
    width: 37%;
    height: 13%;
    border-radius: 200px;
    position: absolute;
    transform: rotate(-45deg);
    background-image: linear-gradient(141deg, #bc66ff66 0%, #4211f300 51%, #1d52ef7a 75%);
    box-shadow: 0 21px 33px #0003;
    -webkit-animation: elementsMove 35s infinite;
    animation: elementsMove 35s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.kv__elements:nth-child(1) {
    left: 21%;
    top: 2%;
    width: 20%;
    height: 10%;
}
.kv__elements:nth-child(2) {
    left: 1%;
    top: 36%;
    width: 57%;
    height: 23%;
}
.kv__elements:nth-child(3) {
    left: 90%;
    top: -135%;
    width: 135%;
    height: 49%;
    animation-delay: 5s;
}
.kv__elements:nth-child(4) {
    left: 81%;
    top: 84%;
    width: 20%;
    height: 9%;
    animation-delay: 1s;
}
.kv__elements.kv__elements--style2 {
    width: 100px;
    height: 100px;
    border-radius: initial;
    background-color: floralwhite;
    background-image: none;
}
.kv__elements--circle {
    width: 28%;
    height: 10%;
    top: 33%;
    left: 86%;
    background-image: linear-gradient(141deg, #a166ff2e 0%, #4211f300 51%, #c51def4d 75%);
    animation-delay: 15s;
}
.kv__lines {
    height: 2px;
    border-radius: 60px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #1fc8db;
    background-image: linear-gradient(141deg, #ffe466 0%, #f311c9 51%, #da1def 75%);
    box-shadow: 0 21px 33px #0003;
    z-index: 1;
    opacity: 0;
    -webkit-animation: linesMove 5s infinite;
    animation: linesMove 5s infinite;
}
.kv__lines:nth-child(1) {
    width: 8%;
    left: 16%;
    top: 17%;
}
.kv__lines:nth-child(2) {
    width: 25%;
    left: 9%;
    top: 74%;
    animation-delay: 3s;
}
.kv__lines:nth-child(3) {
    width: 31%;
    left: 47%;
    top: 10%;
}
.kv__lines:nth-child(4) {
    width: 13%;
    left: 42%;
    top: 72%;
    animation-delay: 1s;
}
.kv__lines:nth-child(5) {
    width: 32%;
    left: 33%;
    top: 104%;
}
.kv__lines:nth-child(6) {
    width: 8%;
    left: 89%;
    top: 44%;
    animation-delay: 2s;
}
.kv__lines:nth-child(7) {
    width: 35%;
    left: 82%;
    top: 65%;
}
.kv__text {
}
.kv__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 5rem;
    max-width: 650px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    letter-spacing: initial;
    line-height: initial;
    padding: 0 20px;
    text-shadow: 5px 5px #ff6666;
    transition: all 1s;
    -webkit-animation: titleMove 3s infinite;
    animation: titleMove 3s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.kv__subTitle {
    text-align: center;
    color: #FFF;
}
.summary_section .row .content__img {
    padding-bottom: 30%;
    background-size: cover;
    background-position: center;
}
.content__img--ui {
    background-image: url('../img/summary_section--ui.jpg');
}
.content__img--flow {
    background-image: url('../img/summary_section--flow.jpg');
}
.svg__style {
    max-width: 150px;
}
.row--pc--flex--column {
    flex-direction: column;
    align-items: center;
}
.ti-arrow-right {
    color: #000;
}
.ti-arrow-right.white {
    color: #fff;
}
.sitemap_section .footer__subtitle {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: initial;
    font-weight: bold;
    margin: 0;
}
.sitemap_section .footer__subtitle.footer__subtitle--mt {
    margin-top: -10px;
}
.footer__logo {
    width: auto;
    height: 45px;
}
.footer__logo.footer__logo--s {
    height: 35px;
}
.sec_active.slideshow.policy__section {
    color: #FFF;
    height: 40vh;
}
.sec_active.slideshow.policy__section .title__fonts {
    font-family: 'Montserrat', sans-serif;
}
@keyframes elementsMove {
    0%   {filter:blur(0); transform: rotate(-45deg) translate(0);}
    100% {filter:blur(5px); transform: rotate(-45deg) translate(-100%);}
}
@keyframes linesMove {
    0%   {opacity: 0; transform: rotate(-45deg);}
    50%  {opacity: 1;}
    100% {opacity: 0; transform: rotate(-45deg) translate(-200%) scale(1.5);}
}
@keyframes titleMove {
    0%   {text-shadow: 5px 5px #ff6666;}
    100% {text-shadow: -5px -5px #668cff;}
}
@media (max-width:768px) {
    .row--flex {
        display: flex;
        flex-wrap: nowrap;
    }
    .row--flex--columnReverse {
        flex-direction: column-reverse;
    }
    .row--flex--column {
        flex-direction: column;
    }
    .summary_section .row .content__img {
        padding-bottom: 50%;
    }
}
@media (max-width:620px) {
    .title__fonts {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}