@font-face {
    font-family: "CFAstyPlaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Regular.otf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "CFAstyPlaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Bold.otf") format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: "CFAstyPlaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Light.otf") format("truetype");
    font-weight: light;
}
html {
    scroll-behavior: smooth;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rkpt-body {
    margin: 0;
    overflow-x: hidden;
    font-family: CFAstyPlaisio;
    text-align: unset;
    background-color: #fff;
}
.rkpt-body .rkpt-h1 {
    position: absolute;
    z-index: -1;
}
.rkpt-body img {
    max-width: 100%;
    height: auto;
    display: block;
}
.rkpt-body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.rkpt-body a {
    text-decoration: none;
}
.rkpt-body video {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}
.rkpt-body .rkpt-container {
    max-width: 1620px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.rkpt-body .rkpt-container--max {
    max-width: 1920px;
    margin: 0 auto;
}
.rkpt-only-desk {
    display: block !important;
}
@media only screen and (max-width: 769px) {
    .rkpt-only-desk {
        display: none !important;
    }
}
.rkpt-till-tab {
    display: none !important;
}
@media only screen and (max-width: 769px) {
    .rkpt-till-tab {
        display: block !important;
    }
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(12.5%) scale(1.1, 0.7);
        transform: translateY(12.5%) scale(1.1, 0.7);
    }
    10% {
        -webkit-transform: translateY(-2.5%) scale(0.9, 1.2);
        transform: translateY(-2.5%) scale(0.9, 1.2);
    }
    20% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    40% {
        -webkit-transform: translateY(-12.5%);
        transform: translateY(-12.5%);
    }
    50% {
        -webkit-transform: translateY(-12.5%);
        transform: translateY(-12.5%);
    }
    55% {
        -webkit-transform: translateY(-8.5%);
        transform: translateY(-8.5%);
    }
    60% {
        -webkit-transform: translateY(-7.5%);
        transform: translateY(-7.5%);
    }
    65% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    70% {
        -webkit-transform: translateY(-2.5%);
        transform: translateY(-2.5%);
    }
    90% {
        -webkit-transform: translateY(12.5%) scale(1.2, 0.7);
        transform: translateY(12.5%) scale(1.2, 0.7);
    }
    100% {
        -webkit-transform: translateY(12.5%) scale(1.4, 0.7);
        transform: translateY(12.5%) scale(1.4, 0.7);
    }
}
@keyframes bounce {
    0% {
        -webkit-transform: translateY(12.5%) scale(1.1, 0.7);
        transform: translateY(12.5%) scale(1.1, 0.7);
    }
    10% {
        -webkit-transform: translateY(-2.5%) scale(0.9, 1.2);
        transform: translateY(-2.5%) scale(0.9, 1.2);
    }
    20% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    40% {
        -webkit-transform: translateY(-12.5%);
        transform: translateY(-12.5%);
    }
    50% {
        -webkit-transform: translateY(-12.5%);
        transform: translateY(-12.5%);
    }
    55% {
        -webkit-transform: translateY(-8.5%);
        transform: translateY(-8.5%);
    }
    60% {
        -webkit-transform: translateY(-7.5%);
        transform: translateY(-7.5%);
    }
    65% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    70% {
        -webkit-transform: translateY(-2.5%);
        transform: translateY(-2.5%);
    }
    90% {
        -webkit-transform: translateY(12.5%) scale(1.2, 0.7);
        transform: translateY(12.5%) scale(1.2, 0.7);
    }
    100% {
        -webkit-transform: translateY(12.5%) scale(1.4, 0.7);
        transform: translateY(12.5%) scale(1.4, 0.7);
    }
}
@-webkit-keyframes expandAccordion {
    0% {
        max-height: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        max-height: 10000px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes expandAccordion {
    0% {
        max-height: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        max-height: 10000px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.rkpt-header-top__wrapper {
    max-width: 620px;
    margin: 0 auto;
    padding: 10px 8px;
}
.rkpt-header-top__wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 769px) {
    .rkpt-header-top__wrapper ul {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
.rkpt-header-top__wrapper ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rkpt-header-top__wrapper ul li a:hover svg rect {
    fill: #44d62d;
}
.rkpt-header-top__wrapper ul li a:hover span {
    color: #44d62d;
}
.rkpt-header-top__wrapper ul li a:hover span svg path {
    fill: #44d62d;
}
@media only screen and (max-width: 380px) {
    .rkpt-header-top__wrapper ul li a svg {
        width: 37px;
    }
}
.rkpt-header-top__wrapper ul li a svg rect,
.rkpt-header-top__wrapper ul li a svg path {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rkpt-header-top__wrapper ul li a span {
    font-size: 16px;
    line-height: normal;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 5px;
    padding-top: 5px;
}
@media only screen and (max-width: 769px) {
    .rkpt-header-top__wrapper ul li a span {
        font-size: 12px;
    }
}
@media only screen and (max-width: 380px) {
    .rkpt-header-top__wrapper ul li a span svg {
        width: 4px;
    }
}
.rkpt-title-banner,
.rkpt-video-banner,
.rkpt-hero-container {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.rkpt-title-banner img,
.rkpt-video-banner img,
.rkpt-hero-container img {
    display: block;
    margin: 0 auto;
}
.rkpt-hero-container__text {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 40px;
}
@media only screen and (max-width: 769px) {
    .rkpt-hero-container__text {
        max-width: 650px;
        font-size: 16px;
        line-height: 24px;
    }
}
.rkpt-video-banner {
    padding-bottom: 150px;
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 45px;
}
@media only screen and (max-width: 550px) {
    .rkpt-video-banner {
        padding-bottom: 25px;
    }
}
.rkpt-video-banner__title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
}
@media only screen and (max-width: 400px) {
    .rkpt-video-banner__title {
        font-size: 25px;
        line-height: 25px;
    }
}
.rkpt-video-banner__wrapper {
    position: relative;
}
.rkpt-video-banner__wrapper:before {
    content: "";
    width: 90%;
    background: #f2f2f2;
    height: 95%;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
}
@media only screen and (max-width: 1024px) {
    .rkpt-video-banner__wrapper:before {
        max-width: 90%;
        right: 0;
        left: unset;
    }
}
@media only screen and (max-width: 769px) {
    .rkpt-video-banner__wrapper:before {
        height: 100%;
        top: 30px;
    }
}
@media only screen and (max-width: 550px) {
    .rkpt-video-banner__wrapper:before {
        max-width: 100%;
        right: -10px;
        left: unset;
        top: 10px;
    }
}
.rkpt-video-banner video,
.rkpt-video-banner img {
    width: 90%;
    display: block;
    z-index: 2;
    margin-left: auto;
    position: relative;
}
@media only screen and (max-width: 550px) {
    .rkpt-video-banner video,
    .rkpt-video-banner img {
        width: 100%;
    }
}
.rkpt-video-banner.rkpt-video-custom {
    padding-top: 0;
}
.rkpt-video-banner.rkpt-video-custom video::-webkit-media-controls-panel {
    display: none !important;
}
.rkpt-video-banner.rkpt-video-custom video::-moz-media-controls-panel {
    display: none !important;
}
.rkpt-video-banner.rkpt-video-custom video::-moz-media-controls {
    display: none !important;
}
.rkpt-video-banner.rkpt-video-custom .rkpt-video-banner__wrapper:after {
    content: "";
    position: absolute;
    top: 45%;
    left: 46%;
    width: 70px;
    height: 70px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
    cursor: pointer;
    border-radius: 10px;
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/box-now/images/play-button.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}
@media only screen and (max-width: 550px) {
    .rkpt-video-banner.rkpt-video-custom .rkpt-video-banner__wrapper:after {
        top: 40%;
        left: 40%;
    }
}
.rkpt-video-banner.rkpt-video-custom .rkpt-video-banner__wrapper.rkpt-plays:after {
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/box-now/images/pause-button.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}
.rkpt-video-banner.rkpt-video-custom .rkpt-video-banner__wrapper:hover:after {
    background-color: rgba(255, 255, 255, 0.3);
}
.rkpt-step-by-step {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
}
.rkpt-step-by-step__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 15px;
}
@media only screen and (max-width: 769px) {
    .rkpt-step-by-step__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.rkpt-step-by-step__wrapper--item {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
}
.rkpt-step-by-step__wrapper--item.rkpt-animate {
    opacity: 1;
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
}
.rkpt-step-by-step__wrapper--item img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rkpt-step-by-step__wrapper--item img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
@media only screen and (max-width: 769px) {
    .rkpt-step-by-step__wrapper--item {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
    }
}
.rkpt-benefits {
    margin: 0 auto;
    max-width: 910px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.rkpt-benefits--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 50px;
}
@media only screen and (max-width: 650px) {
    .rkpt-benefits--item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 0;
    }
}
.rkpt-benefits--item__content,
.rkpt-benefits--item__image {
    width: 50%;
}
@media only screen and (max-width: 650px) {
    .rkpt-benefits--item__content,
    .rkpt-benefits--item__image {
        width: 100%;
    }
}
.rkpt-benefits--item__content {
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 2px dashed #000;
}
@media only screen and (max-width: 650px) {
    .rkpt-benefits--item__content {
        border-bottom: unset;
        border-left: 2px dashed #000;
        padding-left: 30px;
        margin-left: 30px;
        padding-top: 20px;
        margin-top: -50px;
    }
}
.rkpt-benefits--item__content p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    max-width: 420px;
    margin: 0;
}
@media only screen and (max-width: 769px) {
    .rkpt-benefits--item__content p {
        padding-top: 60px;
        font-size: 18px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .rkpt-benefits--item__content p {
        max-width: 360px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 400px) {
    .rkpt-benefits--item__content p {
        font-size: 16px;
        line-height: 18px;
        max-width: 250px;
    }
}
.rkpt-benefits--item__content p b {
    font-weight: 700;
}
.rkpt-benefits--item__image {
    right: -200px;
    position: relative;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
}
.rkpt-benefits--item__image.rkpt-animate {
    right: 0;
    opacity: 1;
}
@media only screen and (max-width: 650px) {
    .rkpt-benefits--item__image.rkpt-animate {
        right: 30px;
    }
}
.rkpt-benefits--item__image img {
    width: 100%;
    display: block;
}
.rkpt-benefits--item.rkpt-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media only screen and (max-width: 650px) {
    .rkpt-benefits--item.rkpt-reversed {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.rkpt-benefits--item.rkpt-reversed .rkpt-benefits--item__content p {
    margin-left: auto;
}
@media only screen and (max-width: 650px) {
    .rkpt-benefits--item.rkpt-reversed .rkpt-benefits--item__content p {
        margin-left: 0;
    }
}
.rkpt-benefits--item.rkpt-reversed .rkpt-benefits--item__image {
    left: -200px;
    right: unset;
    position: relative;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
}
.rkpt-benefits--item.rkpt-reversed .rkpt-benefits--item__image.rkpt-animate {
    left: 0;
    right: unset;
    opacity: 1;
}
@media only screen and (max-width: 650px) {
    .rkpt-benefits--item.rkpt-reversed .rkpt-benefits--item__image.rkpt-animate {
        left: -30px;
    }
}
.rkpt-trustpilot {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.rkpt-trustpilot__title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
}
@media only screen and (max-width: 400px) {
    .rkpt-trustpilot__title {
        font-size: 25px;
        line-height: 25px;
    }
}
.rkpt-trustpilot__wrapper {
    background-color: #f2f2f2;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 30px;
    position: relative;
}
@media only screen and (min-width: 1025px) {
    .rkpt-trustpilot__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 1024px) {
    .rkpt-trustpilot__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .rkpt-trustpilot__wrapper:after {
        content: "";
        width: 1px;
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
        background: #000;
        top: 25px;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
    }
}
@media only screen and (max-width: 550px) {
    .rkpt-trustpilot__wrapper {
        padding: 25px 30px;
    }
    .rkpt-trustpilot__wrapper:after {
        width: 0;
    }
}
@media only screen and (max-width: 350px) {
    .rkpt-trustpilot__wrapper {
        padding: 25px;
    }
}
.rkpt-trustpilot__wrapper a {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    gap: 30px;
    text-decoration: none;
    font-size: 20px;
    line-height: 21px;
    font-weight: 400;
    position: relative;
}
@media only screen and (min-width: 1025px) {
    .rkpt-trustpilot__wrapper a {
        padding-right: 5%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-right: 1px solid #000;
    }
    .rkpt-trustpilot__wrapper a:last-child {
        border-right: none;
    }
}
@media only screen and (max-width: 1024px) {
    .rkpt-trustpilot__wrapper a {
        width: 50%;
        border-bottom: 1px solid #000;
    }
    .rkpt-trustpilot__wrapper a:nth-child(1),
    .rkpt-trustpilot__wrapper a:nth-child(2) {
        padding-bottom: 20px;
    }
    .rkpt-trustpilot__wrapper a:nth-child(3),
    .rkpt-trustpilot__wrapper a:nth-child(4) {
        border-bottom: none;
        padding-top: 20px;
    }
    .rkpt-trustpilot__wrapper a:nth-child(even) {
        padding-left: 10%;
    }
}
@media only screen and (max-width: 550px) {
    .rkpt-trustpilot__wrapper a {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #000;
    }
    .rkpt-trustpilot__wrapper a:first-child {
        padding-top: 0;
    }
    .rkpt-trustpilot__wrapper a:nth-child(3) {
        border-bottom: 1px solid #000;
    }
    .rkpt-trustpilot__wrapper a:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .rkpt-trustpilot__wrapper a:nth-child(even) {
        padding-left: 0;
    }
}
.rkpt-trustpilot__wrapper a img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rkpt-trustpilot__wrapper a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.rkpt-trustpilot__wrapper a p {
    margin: 0;
    padding: 10px 0 0;
    font-size: 13px;
    line-height: 15px;
    color: #0046c8;
}
.rkpt-faq {
    background-color: #011740;
    padding-top: 60px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 769px) {
    .rkpt-faq {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
.rkpt-faq__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 25px;
    margin: 0;
    text-align: center;
    color: #fff;
}
.rkpt-faq .rkpt-accordion {
    margin: 0 auto;
    max-width: 910px;
    padding-left: 10px;
    padding-right: 10px;
}
.rkpt-faq .rkpt-accordion__item {
    border-radius: 10px;
    border: 1.5px solid #fff;
    padding: 30px;
    margin-bottom: 10px;
}
.rkpt-faq .rkpt-accordion__item:hover {
    border: 1.5px solid #44d62d;
}
.rkpt-faq .rkpt-accordion__item.rkpt-show {
    border: 1.5px solid #44d62d;
}
.rkpt-faq .rkpt-accordion__item.rkpt-show .rkpt-field__label {
    position: relative;
    border-bottom: none;
    margin-bottom: 25px;
}
.rkpt-faq .rkpt-accordion__item.rkpt-show .rkpt-field__label:after {
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/box-now/images/arrow_FAQ_top.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 0;
    content: "";
}
.rkpt-faq .rkpt-accordion__item.rkpt-show .rkpt-field__label + .rkpt-field__item {
    display: block;
    -webkit-animation: expandAccordion 0.6s ease;
    animation: expandAccordion 0.6s ease;
}
.rkpt-faq .rkpt-accordion__item .rkpt-field__label {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    padding-right: 30px;
}
.rkpt-faq .rkpt-accordion__item .rkpt-field__label:after {
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/box-now/images/white_arrow_FAQ_bottom.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 0;
    content: "";
}
.rkpt-faq .rkpt-accordion__item .rkpt-field__label + .rkpt-field__item {
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    padding: 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}
.rkpt-faq .rkpt-accordion__item .rkpt-field__label + .rkpt-field__item a {
    color: #fff;
}
@-moz-document url-prefix() {
    .rkpt-video-banner__wrapper::after {
        display: none;
    }
}
