html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%
}

* {
    box-sizing: border-box;
}

body {
    min-height: 100%;
    font-family: 'CF Astystd', Arial, sans-serif;
    font-weight: normal;
    line-height: 20px;
    color: #000000;
    font-size: 16px;
    margin: 0
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}


img.oto-img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.oto-block,
.oto-d-l-block {
    display: block
}

.oto-overflow-hidden {
    overflow: hidden;
}

.oto-inline-block {
    max-width: 100%;
    display: inline-block
}

.oto-hidden {
    display: none
}

.oto-h1 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
    font-weight: bold;
}

.oto-h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}

.oto-h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.oto-p {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
}

.oto-t-18 {
    font-size: 18px;
    line-height: 20px;
}


.oto-font-20 {
    font-size: 20px;
}

.oto-section {
    position: relative;
    display: flex;
    padding: 50px 10px;
    justify-content: center;
    background-color: #ffffff;
    text-align: center;
    flex-direction: column;
}

.oto-hero-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.oto-txt-left {
    text-align: left;
}


.oto-txt-center {
    text-align: center;
}

.oto-container {
    display: block;
    margin: 0 auto;
    width: 1285px;
    max-width: 100%;
    padding: 0 0 20px;
}

.oto-hero-section .oto-container {
    display: flex;
    align-items: flex-end;
}

.oto-white-color {
    color: #ffffff;
}

.oto-magenta-bg {
    background: #BC0067;
    color: #fff;
}

.oto-grey-bg {
    background: #D7DDE1;
    color: #fff;
}

.oto-light-grey-bg {
    background: #e9e9e9;
    color: #000;
}


.oto-light-blue-bg {
    background: #DAF2FF;
    color: #000;
}

.oto-white-bg {
    background: #ffffff;
    color: #000;
    z-index: 9;
}

.oto-white-bg:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #ffffff;
}

.oto-section-sundesou {
    color: #000;
    height: 364px;
    z-index: 9;
    background-color: #62C3DA;
    background-image: url('../images/sundesou.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.oto-section-sundesou:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #62C3DA;
}


.text-block {
    padding-bottom: 0;
    text-align: left;
}

.oto-heading-32 {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 40px;
}

.oto-sundesou-title {
    color: #18426D;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
    margin: 20px 0;
}

.oto-sundesou-txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.oto-selection-container .oto-heading-32 {
    margin-bottom: 0;
}

.oto-selection-container {
    display: flex;
    justify-content: space-between;
}

.oto-heading-24 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.oto-flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 0px;

}

.oto-img-responsive {
    display: inline-block;
    max-width: 100%;
}

.oto-flex-block a {
    color: #ffffff;
    text-decoration: none;
}

.oto-fw-b {
    font-weight: bold;
}

.oto-fw-700 {
    font-weight: 700;
}

.oto-p-0 {
    padding: 0;
}

.oto-pt-0 {
    padding-top: 0;
}

.oto-pt-20 {
    padding-top: 20px;
}


.oto-pb-0 {
    padding-bottom: 0;
}

.oto-m-0 {
    margin: 0;
}

.oto-my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.oto-mb-0 {
    margin-bottom: 0;
}

.oto-mb-10 {
    margin-bottom: 10px;
}

.oto-mb-20 {
    margin-bottom: 20px;
}

.oto-mt-30 {
    margin-top: 30px;
}

.oto-mb-30 {
    margin-bottom: 30px;
}

.oto-mb-40 {
    margin-bottom: 40px;
}

.oto-mb-50 {
    margin-bottom: 50px;
}

.oto-py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.oto-upper-container {
    margin-top: -8%;
    background: #fff;
    position: relative;
    padding: 80px 10px 20px;
}

.oto-header-ab-cards {
    position: absolute;
    left: 50%;
    top: -200px;
    transform: translateX(-50%);
}

.oto-justify-evenly {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.oto-rounded-grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 45px;
    border-radius: 200px;
    background-color: #eeeeef;
    text-align: left;
    align-items: center;
}

.oto-numbers-title {
    padding-top: 5px;
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
}


.oto-input-container label img {
    transition: all 300ms;
    max-width: 100%;
    display: inline-block;
}

.oto-input-container:hover label img {
    transform: scale(1.05);
}

.oto-carousel-header-img {
    display: block;
    max-width: 100%;
}


.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-item img {
    display: inline-block;
}

.oto-carousel-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.oto-carousel-text {
    padding: 35px;
}

.oto-triangle-section {
    background-color: #605299;
}


.oto-black-bg {
    background-color: #0c0c0d;
}


.oto-triangle-section.oto-triangle-grey {
    background-color: #ededed;
}

.oto-triangle-section:before,
.oto-triangle-section:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    bottom: calc(100% - 1px);
    display: block;
    width: 50%;
    border: 60px solid transparent;
    border-bottom-color: #605299;
}

.oto-triangle-grey.oto-triangle-section:before,
.oto-triangle-grey.oto-triangle-section:after {
    border-bottom-color: #ededed;
}

.oto-red.oto-triangle-section:before,
.oto-red.oto-triangle-section:after {
    border-bottom-color: #39010c;
}

.oto-triangle-section:before {
    left: 0;
    border-right: 60px solid transparent;
    border-left: 0;
}

.oto-triangle-section:after {
    right: 0;
    border-left: 60px solid transparent;
    border-right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.oto-selection .owl-carousel .owl-dots {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel button.owl-dot {
    width: 20px;
    height: 20px;
    background-color: #C4C4C4 !important;
    margin: 5px;
    border-radius: 50%;
    border: none !important;
}


.owl-carousel button.owl-dot.active {
    background-color: #000000 !important;
}

.owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    color: #000000;
}

button.owl-prev,
button.owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    font-size: 60px !important;
    line-height: 50px !important;
    text-align: center;
    color: #000000;
}

button.owl-prev {
    left: -70px;
}

button.owl-next {
    right: -70px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000000;
}

.oto-selection button.owl-prev {
    left: 0;
}

.oto-selection button.owl-next {
    right: 0;
}

.oto-carousel-container img {
    max-width: 50%;
}

.oto-flex-justify-end {
    justify-content: flex-end;
    display: flex;
}

/*PRODUCTS */
.oto-products-container {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    justify-content: space-between;
    row-gap: 50px;
}

.oto-product {
    display: flex;
    align-items: center;
    max-width: 100%;
}

.oto-product-img-container {
    width: 296px;
}

img.oto-product-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.oto-product-content {
    background: #00FFF9;
    color: #000;
    width: 332px;
    height: 300px;
    padding: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.oto-product-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.oto-product-text-title {
    font-size: 16px;
    line-height: 24px;
}

.oto-more-btn {
    background: #FAC51C;
    padding: 10px 30px;
    color: #2E2E2E;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    width: 188px;
}

.oto-d-lg-block {
    display: block;
}

.oto-d-sm-block {
    display: none !important;
}

.oto-steps-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 80px auto 0;
    width: 900px;
    max-width: 100%;
}

.oto-step-img {
    width: 480px;
    position: relative;
    max-width: 100%;
}

.oto-step-img img {
    max-width: 100%;
}

.oto-touchpoint {
    position: absolute;
    top: 30px;
    right: -75px;
}

.oto-kouponi {
    position: absolute;
    top: 130px;
    right: -75px;
}

.oto-dots {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.oto-step-1:after {
    content: '';
    width: 200px;
    height: 150px;
    border-top: 10px dashed #545479;
    border-right: 10px dashed #545479;
    right: 160px;
    position: relative;
    top: 70px;
}

.oto-step-2:before {
    content: '';
    width: 200px;
    height: 150px;
    border-top: 10px dashed #FFC16A;
    border-left: 10px dashed #FFC16A;
    left: 160px;
    position: relative;
    top: 70px;
}

.oto-step-3:after {
    content: '';
    width: 200px;
    height: 150px;
    border-top: 10px dashed #00B2B0;
    border-right: 10px dashed #00B2B0;
    right: 160px;
    position: relative;
    top: 70px;
}

.oto-step-4:before {
    content: '';
    width: 200px;
    height: 150px;
    border-top: 10px dashed #DA2229;
    border-left: 10px dashed #DA2229;
    border-bottom: 10px dashed #DA2229;
    left: 160px;
    position: relative;
    top: 70px;
}

.oto-bannerCarousel-section {
    padding-bottom: 0 !important;
}

.oto-head-btn .oto-more-btn {
    width: 210px;
}

.oto-head-btn {
    background: #fff;
    position: relative;
    top: -60px;
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
}

.oto-pack-container {
    padding: 20px;
}

.oto-article-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.oto-article {
    width: 600px;
    flex: 1 1 50%;
    text-align: left;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
}

.oto-article-title {
    margin: 30px 0 40px;
}

.oto-article-more {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    margin-top: 10px;
    color: #BC0067;
}

.oto-side-images {
    position: relative;
}

.oto-side-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.oto-side-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1550px) {
    .oto-upper-container {
        margin-top: -6%;
    }

    .oto-side-images {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .oto-side-left,.oto-side-right {
        position: static;
    }
}

@media screen and (max-width: 1470px) {
    button.owl-prev, button.owl-next {
        opacity: .7;
    }

    button.owl-prev {
        left: 0px;
    }

    button.owl-next {
        right: 0px;
    }

}

@media screen and (max-width: 1290px) {
    .oto-upper-container {
        margin-top: 0;
    }

    .oto-products-container {
        justify-content: center;
    }

    .oto-header-ab-cards {
        position: absolute;
        left: 50%;
        top: -80px;
        width: 100%;
    }

    .oto-upper-container {
        padding: 200px 10px 20px;
    }
}

@media screen and (max-width: 1270px) {
    .oto-flex-container {
        justify-content: space-around;
    }

    .oto-article-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1200px) {
    .oto-flex-container {
        flex-direction: column;
    }

    .oto-contenst-title {
        font-size: 24px;
    }

    .oto-flex-justify-end {
        justify-content: center;
    }
    .oto-pack-container {
        padding: 0px;
    }
}

@media screen and (max-width: 1050px) {
    .oto-steps-container {
        width: 860px;
    }

}

@media screen and (max-width: 991px) {
    .oto-head-btn {
        top: 0;
        margin: 20px auto 0;
    }

    .oto-sundesou-title, .oto-sundesou-txt {
        width: 70%;
    }

    .oto-bannerCarousel {
        width: 580px;
        max-width: 100%;
        margin: 0 auto;
    }

    .oto-dots {
        justify-content: center;
        margin-bottom: 0px;
        flex-direction: column;
        align-items: center;
    }

    .oto-step-1:after,
    .oto-step-3:after,
    .oto-step-2:before,
    .oto-step-4:before {
        width: 1px;
        margin: 10px 0;
        height: 80px;
        border-top: unset;
        border-bottom: unset;
        left: unset;
        right: unset;
        top: unset;
    }

    .oto-step-2:before,
    .oto-step-4:before {
        order: 1
    }

    /*.oto-white-bg:after {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 40px solid #fff;
    }*/
    .oto-section {
        padding-right: 20px;
        padding-left: 20px;
    }

    .oto-flex-block {
        width: 20%;
    }

    .oto-d-l-block {
        display: inline;
    }


    .oto-carousel-container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        width: 85%;
        margin: 0 auto;
    }

    .oto-carousel-container img {
        max-width: 100%;
        padding: 10px 0 0;
    }

    .oto-carousel-text {
        padding: 10px 0;
    }

    .oto-carousel-header-img {
        display: none;
    }

    .oto-close {
        z-index: 99;
        top: 0;
        right: 0;
        width: 78px;
        height: 78px;
        line-height: 78px;
        font-size: 70px;
    }

    .oto-modal-content {
        padding: 70px 0 0;
    }

    .oto-selection .owl-nav {
        position: absolute;
        top: calc(50% - 40px);
        width: 100%;
        color: #000000;
    }

    .oto-banner-mobile {
        display: inline-block;
    }

    .oto-banner-desktop {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .oto-products-container {
        justify-content: center;
        padding: 20px;
    }

    .oto-product {
        flex-direction: column;
    }

    .oto-product-img-container {
        width: unset;
        max-width: 100%;
    }

    .oto-product-content {
        width: 530px;
        height: 380px;
        max-width: 100%;
        padding: 50px;
    }

    .oto-touchpoint {
        top: 30px;
        right: -75px;
    }

    .oto-d-lg-block {
        display: none !important;
    }

    .oto-d-sm-block {
        display: inline-block !important;
    }

    .oto-flex-container {
        justify-content: start;
    }

    .oto-flex-block {
        width: 25%;
    }

    .oto-tv-img-form {
        width: 267px;
    }

    .oto-img-bubble {
        width: 200px;
    }

    .oto-form-container .form-group {
        width: 320px;
        margin: 0 auto;
    }

    .oto-terms-txt {
        display: inline-block;
        width: 80%;
        vertical-align: top;
    }
}

@media screen and (max-width: 650px) {
    .oto-touchpoint {
        top: unset;
        bottom: -60px;
        right: 10px;
        width: 110px;
    }

    .oto-kouponi {
        top: unset;
        bottom: -100px;
        right: -20px;
        width: 190px;
    }

    .oto-upper-container {
        padding: 20px 10px 20px;
    }

    .oto-header-ab-cards {
        position: static;
        transform: unset;
        margin-bottom: 40px;
    }

    .oto-sundesou-title, .oto-sundesou-txt {
        width: 60%;
    }

    .oto-section-sundesou {

        height: 504px;
        background-color: #62C3DA;
        background-image: url(../images/sundesou.jpg);
        background-position: 60% top;
    }

    .oto-section-sundesou .oto-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 479px) {
    .oto-section-sundesou {
        height: unset;
        background-color: #62C3DA;
        background-image: none;
    }

    .oto-sundesou-title {
        font-size: 39px;
        line-height: 45px;
    }

    .oto-sundesou-title, .oto-sundesou-txt {
        width: 100%;
    }

    .oto-section {
        padding: 50px 15px;
    }

    .oto-section.oto-p-table {
        padding: 10px 15px 50px;
    }

    .oto-hero-black-container {
        display: block;
        width: 100%;
    }


    .oto-flex-block {
        width: 100%;
    }

    .oto-p-0.oto-hero-black-container {
        padding-left: 0;
        padding-right: 0;
    }

    .oto-hero-heading {
        font-size: 50px;
        line-height: 1;
        margin: 15px 0;
    }

    .oto-heading-32 {
        font-size: 24px;
        line-height: 32px;
    }

    .oto-rounded-grey-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .oto-flex-block {
        width: 100%;
    }

    .oto-carousel-text {
        padding: 10px 15px;
    }
}