@charset "UTF-8";
    @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap");

    .c-gray {
        color: #efefef;
    }

    .bg-gray {
        background-color: #efefef;
    }

    .c-gray-line {
        color: #898989;
    }

    .bg-gray-line {
        background-color: #898989;
    }

    .c-white {
        color: white;
    }

    .bg-white {
        background-color: white;
    }

    .c-black {
        color: black;
    }

    .bg-black {
        background-color: black;
    }

    .c-btn-hover,
    #dev__wrapper .btn-more-label:hover:before {
        color: black;
    }

    .bg-btn-hover {
        background-color: black;
    }

    .c-pro {
        color: #f7baad;
    }

    .bg-pro {
        background-color: #f7baad;
    }

    .c-blush,
    .color-theme,
    #dev__wrapper .lay-text-points__title,
    #dev__wrapper .lay-text-points .contener .item__point,
    #dev__wrapper .lay-menu-accordion .item label:hover .item__title,
    #dev__wrapper .lay-menu-accordion .item__subtitle {
        color: #e3bac2;
    }

    .bg-blush,
    .bg-theme {
        background-color: #e3bac2;
    }

    .c-basic {
        color: #e6007e;
    }

    .bg-basic {
        background-color: #e6007e;
    }

    /* .c-black {
  color: black;
}
.c-btn-hover {
  color: black;
}
 */
    .title-text,
    #dev__wrapper .lay-top__title,
    #dev__wrapper .lay-top__subtitle,
    #dev__wrapper .lay-text__title,
    #dev__wrapper .lay-text-points__title,
    #dev__wrapper .lay-menu-accordion .item input:checked~label .item__title {
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
    }

    @media only screen and (max-width: 768px) {

        .title-text,
        #dev__wrapper .lay-top__title,
        #dev__wrapper .lay-top__subtitle,
        #dev__wrapper .lay-text__title,
        #dev__wrapper .lay-text-points__title,
        #dev__wrapper .lay-menu-accordion .item input:checked~label .item__title {
            font-size: 26px;
            line-height: 36px;
        }
    }

    .subtitle-text,
    #dev__wrapper .lay-top__subtitle,
    #dev__wrapper .lay-text__subtitle,
    #dev__wrapper .lay-menu-accordion .item__title,
    #dev__wrapper .lay-menu-accordion .item__subtitle {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
    }

    @media only screen and (max-width: 768px) {

        .subtitle-text,
        #dev__wrapper .lay-top__subtitle,
        #dev__wrapper .lay-text__subtitle,
        #dev__wrapper .lay-menu-accordion .item__title,
        #dev__wrapper .lay-menu-accordion .item__subtitle {
            font-size: 16px;
            line-height: 26px;
        }
    }

    .features-text,
    #dev__wrapper .lay-text__features div {
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
    }

    @media only screen and (max-width: 768px) {

        .features-text,
        #dev__wrapper .lay-text__features div {
            font-size: 14px;
            line-height: 28px;
        }
    }

    .paragraph-text,
    #dev__wrapper .lay-text__paragraph-part,
    #dev__wrapper .lay-text-points .contener .item__point,
    #dev__wrapper .lay-text-points .contener .item__paragraph,
    #dev__wrapper .lay-features .contener .item__title,
    #dev__wrapper .lay-features .contener .item__paragraph,
    #dev__wrapper .lay-menu-accordion .item__paragraph {
        font-size: 16px;
        line-height: 28px;
        font-weight: 300;
    }

    @media only screen and (max-width: 768px) {

        .paragraph-text,
        #dev__wrapper .lay-text__paragraph-part,
        #dev__wrapper .lay-text-points .contener .item__point,
        #dev__wrapper .lay-text-points .contener .item__paragraph,
        #dev__wrapper .lay-features .contener .item__title,
        #dev__wrapper .lay-features .contener .item__paragraph,
        #dev__wrapper .lay-menu-accordion .item__paragraph {
            font-size: 12px;
            line-height: 24px;
        }
    }

    /*
output
.fs-features {
  font-size: 1.125em;
}
.fs-paragraph {
  font-size: 1em;
}
*/
    .w-100 {
        font-weight: 100;
    }

    .w-200,
    #dev__wrapper .lay-top__subtitle {
        font-weight: 200;
    }

    .w-300 {
        font-weight: 300;
    }

    .w-400 {
        font-weight: 400;
    }

    .w-500,
    #dev__wrapper .lay-text-points .contener .item__point,
    #dev__wrapper .lay-text-points .contener .item__paragraph--description,
    #dev__wrapper .lay-features .contener .item__title {
        font-weight: 500;
    }

    .w-600 {
        font-weight: 600;
    }

    .w-700 {
        font-weight: 700;
    }

    .w-800 {
        font-weight: 800;
    }

    .w-900 {
        font-weight: 900;
    }

    /* .w-100 {
  font-weight: 100;
} */
    .w-0p {
        width: 0%;
    }

    .w-1p {
        width: 1%;
    }

    .w-2p {
        width: 2%;
    }

    .w-3p {
        width: 3%;
    }

    .w-4p {
        width: 4%;
    }

    .w-5p {
        width: 5%;
    }

    .w-6p {
        width: 6%;
    }

    .w-7p {
        width: 7%;
    }

    .w-8p {
        width: 8%;
    }

    .w-9p {
        width: 9%;
    }

    .w-10p {
        width: 10%;
    }

    .w-11p {
        width: 11%;
    }

    .w-12p {
        width: 12%;
    }

    .w-13p {
        width: 13%;
    }

    .w-14p {
        width: 14%;
    }

    .w-15p {
        width: 15%;
    }

    .w-16p {
        width: 16%;
    }

    .w-17p {
        width: 17%;
    }

    .w-18p {
        width: 18%;
    }

    .w-19p {
        width: 19%;
    }

    .w-20p {
        width: 20%;
    }

    .w-21p {
        width: 21%;
    }

    .w-22p {
        width: 22%;
    }

    .w-23p {
        width: 23%;
    }

    .w-24p {
        width: 24%;
    }

    .w-25p {
        width: 25%;
    }

    .w-26p {
        width: 26%;
    }

    .w-27p {
        width: 27%;
    }

    .w-28p {
        width: 28%;
    }

    .w-29p {
        width: 29%;
    }

    .w-30p {
        width: 30%;
    }

    .w-31p {
        width: 31%;
    }

    .w-32p {
        width: 32%;
    }

    .w-33p {
        width: 33%;
    }

    .w-34p {
        width: 34%;
    }

    .w-35p {
        width: 35%;
    }

    .w-36p {
        width: 36%;
    }

    .w-37p {
        width: 37%;
    }

    .w-38p {
        width: 38%;
    }

    .w-39p {
        width: 39%;
    }

    .w-40p {
        width: 40%;
    }

    .w-41p {
        width: 41%;
    }

    .w-42p {
        width: 42%;
    }

    .w-43p {
        width: 43%;
    }

    .w-44p {
        width: 44%;
    }

    .w-45p {
        width: 45%;
    }

    .w-46p {
        width: 46%;
    }

    .w-47p {
        width: 47%;
    }

    .w-48p {
        width: 48%;
    }

    .w-49p {
        width: 49%;
    }

    .w-50p {
        width: 50%;
    }

    .w-51p {
        width: 51%;
    }

    .w-52p {
        width: 52%;
    }

    .w-53p {
        width: 53%;
    }

    .w-54p {
        width: 54%;
    }

    .w-55p {
        width: 55%;
    }

    .w-56p {
        width: 56%;
    }

    .w-57p {
        width: 57%;
    }

    .w-58p {
        width: 58%;
    }

    .w-59p {
        width: 59%;
    }

    .w-60p {
        width: 60%;
    }

    .w-61p {
        width: 61%;
    }

    .w-62p {
        width: 62%;
    }

    .w-63p {
        width: 63%;
    }

    .w-64p {
        width: 64%;
    }

    .w-65p {
        width: 65%;
    }

    .w-66p {
        width: 66%;
    }

    .w-67p {
        width: 67%;
    }

    .w-68p {
        width: 68%;
    }

    .w-69p {
        width: 69%;
    }

    .w-70p {
        width: 70%;
    }

    .w-71p {
        width: 71%;
    }

    .w-72p {
        width: 72%;
    }

    .w-73p {
        width: 73%;
    }

    .w-74p {
        width: 74%;
    }

    .w-75p {
        width: 75%;
    }

    .w-76p {
        width: 76%;
    }

    .w-77p {
        width: 77%;
    }

    .w-78p {
        width: 78%;
    }

    .w-79p {
        width: 79%;
    }

    .w-80p {
        width: 80%;
    }

    .w-81p {
        width: 81%;
    }

    .w-82p {
        width: 82%;
    }

    .w-83p {
        width: 83%;
    }

    .w-84p {
        width: 84%;
    }

    .w-85p {
        width: 85%;
    }

    .w-86p {
        width: 86%;
    }

    .w-87p {
        width: 87%;
    }

    .w-88p {
        width: 88%;
    }

    .w-89p {
        width: 89%;
    }

    .w-90p {
        width: 90%;
    }

    .w-91p {
        width: 91%;
    }

    .w-92p {
        width: 92%;
    }

    .w-93p {
        width: 93%;
    }

    .w-94p {
        width: 94%;
    }

    .w-95p {
        width: 95%;
    }

    .w-96p {
        width: 96%;
    }

    .w-97p {
        width: 97%;
    }

    .w-98p {
        width: 98%;
    }

    .w-99p {
        width: 99%;
    }

    .w-100p {
        width: 100%;
    }

    /* .w-63p {
  height: 63px;
} */
    .h-0px {
        height: 0px;
    }

    .h-1px {
        height: 1px;
    }

    .h-2px {
        height: 2px;
    }

    .h-3px {
        height: 3px;
    }

    .h-4px {
        height: 4px;
    }

    .h-5px {
        height: 5px;
    }

    .h-6px {
        height: 6px;
    }

    .h-7px {
        height: 7px;
    }

    .h-8px {
        height: 8px;
    }

    .h-9px {
        height: 9px;
    }

    .h-10px {
        height: 10px;
    }

    .h-11px {
        height: 11px;
    }

    .h-12px {
        height: 12px;
    }

    .h-13px {
        height: 13px;
    }

    .h-14px {
        height: 14px;
    }

    .h-15px {
        height: 15px;
    }

    .h-16px {
        height: 16px;
    }

    .h-17px {
        height: 17px;
    }

    .h-18px {
        height: 18px;
    }

    .h-19px {
        height: 19px;
    }

    .h-20px {
        height: 20px;
    }

    .h-21px {
        height: 21px;
    }

    .h-22px {
        height: 22px;
    }

    .h-23px {
        height: 23px;
    }

    .h-24px {
        height: 24px;
    }

    .h-25px {
        height: 25px;
    }

    .h-26px {
        height: 26px;
    }

    .h-27px {
        height: 27px;
    }

    .h-28px {
        height: 28px;
    }

    .h-29px {
        height: 29px;
    }

    .h-30px {
        height: 30px;
    }

    .h-31px {
        height: 31px;
    }

    .h-32px {
        height: 32px;
    }

    .h-33px {
        height: 33px;
    }

    .h-34px {
        height: 34px;
    }

    .h-35px {
        height: 35px;
    }

    .h-36px {
        height: 36px;
    }

    .h-37px {
        height: 37px;
    }

    .h-38px {
        height: 38px;
    }

    .h-39px {
        height: 39px;
    }

    .h-40px {
        height: 40px;
    }

    .h-41px {
        height: 41px;
    }

    .h-42px {
        height: 42px;
    }

    .h-43px {
        height: 43px;
    }

    .h-44px {
        height: 44px;
    }

    .h-45px {
        height: 45px;
    }

    .h-46px {
        height: 46px;
    }

    .h-47px {
        height: 47px;
    }

    .h-48px {
        height: 48px;
    }

    .h-49px {
        height: 49px;
    }

    .h-50px {
        height: 50px;
    }

    .h-51px {
        height: 51px;
    }

    .h-52px {
        height: 52px;
    }

    .h-53px {
        height: 53px;
    }

    .h-54px {
        height: 54px;
    }

    .h-55px {
        height: 55px;
    }

    .h-56px {
        height: 56px;
    }

    .h-57px {
        height: 57px;
    }

    .h-58px {
        height: 58px;
    }

    .h-59px {
        height: 59px;
    }

    .h-60px {
        height: 60px;
    }

    .h-61px {
        height: 61px;
    }

    .h-62px {
        height: 62px;
    }

    .h-63px {
        height: 63px;
    }

    .h-64px {
        height: 64px;
    }

    .h-65px {
        height: 65px;
    }

    .h-66px {
        height: 66px;
    }

    .h-67px {
        height: 67px;
    }

    .h-68px {
        height: 68px;
    }

    .h-69px {
        height: 69px;
    }

    .h-70px {
        height: 70px;
    }

    .h-71px {
        height: 71px;
    }

    .h-72px {
        height: 72px;
    }

    .h-73px {
        height: 73px;
    }

    .h-74px {
        height: 74px;
    }

    .h-75px {
        height: 75px;
    }

    .h-76px {
        height: 76px;
    }

    .h-77px {
        height: 77px;
    }

    .h-78px {
        height: 78px;
    }

    .h-79px {
        height: 79px;
    }

    .h-80px {
        height: 80px;
    }

    .h-81px {
        height: 81px;
    }

    .h-82px {
        height: 82px;
    }

    .h-83px {
        height: 83px;
    }

    .h-84px {
        height: 84px;
    }

    .h-85px {
        height: 85px;
    }

    .h-86px {
        height: 86px;
    }

    .h-87px {
        height: 87px;
    }

    .h-88px {
        height: 88px;
    }

    .h-89px {
        height: 89px;
    }

    .h-90px {
        height: 90px;
    }

    .h-91px {
        height: 91px;
    }

    .h-92px {
        height: 92px;
    }

    .h-93px {
        height: 93px;
    }

    .h-94px {
        height: 94px;
    }

    .h-95px {
        height: 95px;
    }

    .h-96px {
        height: 96px;
    }

    .h-97px {
        height: 97px;
    }

    .h-98px {
        height: 98px;
    }

    .h-99px {
        height: 99px;
    }

    .h-100px {
        height: 100px;
    }

    .h-101px {
        height: 101px;
    }

    .h-102px {
        height: 102px;
    }

    .h-103px {
        height: 103px;
    }

    .h-104px {
        height: 104px;
    }

    .h-105px {
        height: 105px;
    }

    .h-106px {
        height: 106px;
    }

    .h-107px {
        height: 107px;
    }

    .h-108px {
        height: 108px;
    }

    .h-109px {
        height: 109px;
    }

    .h-110px {
        height: 110px;
    }

    .h-111px {
        height: 111px;
    }

    .h-112px {
        height: 112px;
    }

    .h-113px {
        height: 113px;
    }

    .h-114px {
        height: 114px;
    }

    .h-115px {
        height: 115px;
    }

    .h-116px {
        height: 116px;
    }

    .h-117px {
        height: 117px;
    }

    .h-118px {
        height: 118px;
    }

    .h-119px {
        height: 119px;
    }

    .h-120px {
        height: 120px;
    }

    .h-121px {
        height: 121px;
    }

    .h-122px {
        height: 122px;
    }

    .h-123px {
        height: 123px;
    }

    .h-124px {
        height: 124px;
    }

    .h-125px {
        height: 125px;
    }

    .h-126px {
        height: 126px;
    }

    .h-127px {
        height: 127px;
    }

    .h-128px {
        height: 128px;
    }

    .h-129px {
        height: 129px;
    }

    .h-130px {
        height: 130px;
    }

    .h-131px {
        height: 131px;
    }

    .h-132px {
        height: 132px;
    }

    .h-133px {
        height: 133px;
    }

    .h-134px {
        height: 134px;
    }

    .h-135px {
        height: 135px;
    }

    .h-136px {
        height: 136px;
    }

    .h-137px {
        height: 137px;
    }

    .h-138px {
        height: 138px;
    }

    .h-139px {
        height: 139px;
    }

    .h-140px {
        height: 140px;
    }

    .h-141px {
        height: 141px;
    }

    .h-142px {
        height: 142px;
    }

    .h-143px {
        height: 143px;
    }

    .h-144px {
        height: 144px;
    }

    .h-145px {
        height: 145px;
    }

    .h-146px {
        height: 146px;
    }

    .h-147px {
        height: 147px;
    }

    .h-148px {
        height: 148px;
    }

    .h-149px {
        height: 149px;
    }

    .h-150px {
        height: 150px;
    }

    .h-151px {
        height: 151px;
    }

    .h-152px {
        height: 152px;
    }

    .h-153px {
        height: 153px;
    }

    .h-154px {
        height: 154px;
    }

    .h-155px {
        height: 155px;
    }

    .h-156px {
        height: 156px;
    }

    .h-157px {
        height: 157px;
    }

    .h-158px {
        height: 158px;
    }

    .h-159px {
        height: 159px;
    }

    .h-160px {
        height: 160px;
    }

    .h-161px {
        height: 161px;
    }

    .h-162px {
        height: 162px;
    }

    .h-163px {
        height: 163px;
    }

    .h-164px {
        height: 164px;
    }

    .h-165px {
        height: 165px;
    }

    .h-166px {
        height: 166px;
    }

    .h-167px {
        height: 167px;
    }

    .h-168px {
        height: 168px;
    }

    .h-169px {
        height: 169px;
    }

    .h-170px {
        height: 170px;
    }

    .h-171px {
        height: 171px;
    }

    .h-172px {
        height: 172px;
    }

    .h-173px {
        height: 173px;
    }

    .h-174px {
        height: 174px;
    }

    .h-175px {
        height: 175px;
    }

    .h-176px {
        height: 176px;
    }

    .h-177px {
        height: 177px;
    }

    .h-178px {
        height: 178px;
    }

    .h-179px {
        height: 179px;
    }

    .h-180px {
        height: 180px;
    }

    .h-181px {
        height: 181px;
    }

    .h-182px {
        height: 182px;
    }

    .h-183px {
        height: 183px;
    }

    .h-184px {
        height: 184px;
    }

    .h-185px {
        height: 185px;
    }

    .h-186px {
        height: 186px;
    }

    .h-187px {
        height: 187px;
    }

    .h-188px {
        height: 188px;
    }

    .h-189px {
        height: 189px;
    }

    .h-190px {
        height: 190px;
    }

    .h-191px {
        height: 191px;
    }

    .h-192px {
        height: 192px;
    }

    .h-193px {
        height: 193px;
    }

    .h-194px {
        height: 194px;
    }

    .h-195px {
        height: 195px;
    }

    .h-196px {
        height: 196px;
    }

    .h-197px {
        height: 197px;
    }

    .h-198px {
        height: 198px;
    }

    .h-199px {
        height: 199px;
    }

    .h-200px {
        height: 200px;
    }

    .h-201px {
        height: 201px;
    }

    .h-202px {
        height: 202px;
    }

    .h-203px {
        height: 203px;
    }

    .h-204px {
        height: 204px;
    }

    .h-205px {
        height: 205px;
    }

    .h-206px {
        height: 206px;
    }

    .h-207px {
        height: 207px;
    }

    .h-208px {
        height: 208px;
    }

    .h-209px {
        height: 209px;
    }

    .h-210px {
        height: 210px;
    }

    .h-211px {
        height: 211px;
    }

    .h-212px {
        height: 212px;
    }

    .h-213px {
        height: 213px;
    }

    .h-214px {
        height: 214px;
    }

    .h-215px {
        height: 215px;
    }

    .h-216px {
        height: 216px;
    }

    .h-217px {
        height: 217px;
    }

    .h-218px {
        height: 218px;
    }

    .h-219px {
        height: 219px;
    }

    .h-220px {
        height: 220px;
    }

    .h-221px {
        height: 221px;
    }

    .h-222px {
        height: 222px;
    }

    .h-223px {
        height: 223px;
    }

    .h-224px {
        height: 224px;
    }

    .h-225px {
        height: 225px;
    }

    .h-226px {
        height: 226px;
    }

    .h-227px {
        height: 227px;
    }

    .h-228px {
        height: 228px;
    }

    .h-229px {
        height: 229px;
    }

    .h-230px {
        height: 230px;
    }

    .h-231px {
        height: 231px;
    }

    .h-232px {
        height: 232px;
    }

    .h-233px {
        height: 233px;
    }

    .h-234px {
        height: 234px;
    }

    .h-235px {
        height: 235px;
    }

    .h-236px {
        height: 236px;
    }

    .h-237px {
        height: 237px;
    }

    .h-238px {
        height: 238px;
    }

    .h-239px {
        height: 239px;
    }

    .h-240px {
        height: 240px;
    }

    .h-241px {
        height: 241px;
    }

    .h-242px {
        height: 242px;
    }

    .h-243px {
        height: 243px;
    }

    .h-244px {
        height: 244px;
    }

    .h-245px {
        height: 245px;
    }

    .h-246px {
        height: 246px;
    }

    .h-247px {
        height: 247px;
    }

    .h-248px {
        height: 248px;
    }

    .h-249px {
        height: 249px;
    }

    .h-250px {
        height: 250px;
    }

    .h-251px {
        height: 251px;
    }

    .h-252px {
        height: 252px;
    }

    .h-253px {
        height: 253px;
    }

    .h-254px {
        height: 254px;
    }

    .h-255px {
        height: 255px;
    }

    .h-256px {
        height: 256px;
    }

    .h-257px {
        height: 257px;
    }

    .h-258px {
        height: 258px;
    }

    .h-259px {
        height: 259px;
    }

    .h-260px {
        height: 260px;
    }

    .h-261px {
        height: 261px;
    }

    .h-262px {
        height: 262px;
    }

    .h-263px {
        height: 263px;
    }

    .h-264px {
        height: 264px;
    }

    .h-265px {
        height: 265px;
    }

    .h-266px {
        height: 266px;
    }

    .h-267px {
        height: 267px;
    }

    .h-268px {
        height: 268px;
    }

    .h-269px {
        height: 269px;
    }

    .h-270px {
        height: 270px;
    }

    .h-271px {
        height: 271px;
    }

    .h-272px {
        height: 272px;
    }

    .h-273px {
        height: 273px;
    }

    .h-274px {
        height: 274px;
    }

    .h-275px {
        height: 275px;
    }

    .h-276px {
        height: 276px;
    }

    .h-277px {
        height: 277px;
    }

    .h-278px {
        height: 278px;
    }

    .h-279px {
        height: 279px;
    }

    .h-280px {
        height: 280px;
    }

    .h-281px {
        height: 281px;
    }

    .h-282px {
        height: 282px;
    }

    .h-283px {
        height: 283px;
    }

    .h-284px {
        height: 284px;
    }

    .h-285px {
        height: 285px;
    }

    .h-286px {
        height: 286px;
    }

    .h-287px {
        height: 287px;
    }

    .h-288px {
        height: 288px;
    }

    .h-289px {
        height: 289px;
    }

    .h-290px {
        height: 290px;
    }

    .h-291px {
        height: 291px;
    }

    .h-292px {
        height: 292px;
    }

    .h-293px {
        height: 293px;
    }

    .h-294px {
        height: 294px;
    }

    .h-295px {
        height: 295px;
    }

    .h-296px {
        height: 296px;
    }

    .h-297px {
        height: 297px;
    }

    .h-298px {
        height: 298px;
    }

    .h-299px {
        height: 299px;
    }

    .h-300px {
        height: 300px;
    }

    html {
        font-size: 100%;
        /* 16px */
    }

    body {
        font-size: 1em;
        /* 16px */
    }

    #description-text *,
    #description-text *::after,
    #description-text *::before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    img.lazy {
        width: auto;
        max-width: 100%;
    }

    #dev__wrapper {
        max-width: 920px;
        overflow: hidden;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        /* margin-left: auto;
    margin-right: auto; */
        font-family: "Poppins", sans-serif;
        background-color: white;
        color: black;
        text-align: left;
    }

    #dev__wrapper .lay-video {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }

    #dev__wrapper .lay-video__frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}
.subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.features {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
}
.paragraph {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
} */
    .btn-text,
    #dev__wrapper .btn-more-label {
        font-weight: normal;
        font-size: 18px;
        letter-spacing: 0.02em;
        line-height: 20px;
        color: #f7baad;
        text-transform: uppercase;
    }

    @media only screen and (max-width: 768px) {

        .btn-text,
        #dev__wrapper .btn-more-label {
            font-size: 14px;
            letter-spacing: 0.02em;
            line-height: 16px;
        }
    }

    .title-collapse {
        font-weight: 500;
        font-size: 20px;
        line-height: 40px;
    }

    .text-left {
        text-align: left;
    }

    .text-right {
        text-align: right;
    }

    .text-center {
        text-align: center;
    }

    .text-super {
        vertical-align: super;
    }

    .text-uppercase {
        text-transform: uppercase;
    }

    .res-img,
    #dev__wrapper .lay-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .margin-b-10px {
        margin-bottom: 10px;
    }

    #dev__wrapper {
        /* @mixin text-uncontinued {
    &:before {
        transform: scaleY(0);
    }
} */
        /* 
    <div class="lay-menu-accordion">
        <div class="item">
            <input type="checkbox" id="lay-accord-1" name="tabs" checked="true">
            <label for="lay-accord-1">
                <div class="item__title">Złuszczanie naskórka za pomocą ultradźwięków</div>
                <div class="cross"></div>
            </label>
            <div class="item__content item__content--points">
                <div class="item__subtitle">(Ultradźwięki + Jonizacja+)</div>
                <div class="item__paragraph">
                    Przed rozpoczęciem zabiegu dokładnie oczyść skórę, zmyj makijaż. Następnie zwilż skórę twarzy
                    bawełnianym wacikiem lub atomizerem. W tym celu można użyć soli fizjologicznej, toniku lub wody.
                    Podczas trwania zabiegu skóra cały czas musi być wilgotna. Nie można wykonywać zabiegu na suchej
                    skórze.
                </div>
                <div class="item__paragraph">
                    Włącz urządzenie i uruchom tryb Ultradźwięki + Jonizacja+.
                </div>
                <div class="item__paragraph">
                    Delikatnie przesuwaj szpatułką od dołu do góry, wzdłuż konturów twarzy pod kątem 45 stopni.
                    Szpatułka powinna być ustawiona w taki sposób aby, światło fotonowe dochodziło do skóry.
                </div>
                <div class="item__paragraph">
                    Urządzenie wyłączy się automatycznie po 5 minutach.
                </div>
                <div class="item__paragraph">
                    Przetrzyj twarz tonikiem.
                </div>
            </div>
        </div>
    </div> 
*/
    }

    #dev__wrapper .lay-top {
        height: 640px;
        text-align: center;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        /* * {
        @include show(aliceblue);
    } */
    }

    #dev__wrapper .lay-top__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 42%;
        flex: 0 1 42%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 36px 0px;
        text-align: center;
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-top__text {
            width: 100%;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            margin-bottom: 0;
        }
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-top__logo {
            padding: 0 36px;
        }
    }

    #dev__wrapper .lay-top__series {
        margin: 36px 0px;
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-top__series {
            padding: 0 18px;
        }
    }

    #dev__wrapper .lay-top__title,
    #dev__wrapper .lay-top__subtitle {
        text-align: center;
        width: 95%;
    }

    @media only screen and (max-width: 768px) {

        #dev__wrapper .lay-top__title,
        #dev__wrapper .lay-top__subtitle {
            width: 100%;
        }
    }

    #dev__wrapper .lay-top__device {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 42%;
        flex: 0 1 42%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #dev__wrapper .lay-top__device--img {
        max-height: 510px;
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-top__device {
            -ms-flex-item-align: auto;
            -ms-grid-row-align: auto;
            align-self: auto;
            width: 100%;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-top {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: auto;
        }
    }

    #dev__wrapper .lay-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: auto;
    }

    #dev__wrapper .lay-image--mosaic-blush {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e3bac2), color-stop(50%, #ffffff));
        background: linear-gradient(to bottom, #e3bac2 50%, #ffffff 50%);
    }

    #dev__wrapper .lay-image--mosaic-pro {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), color-stop(50%, #ffffff));
        background: linear-gradient(to bottom, #000 50%, #ffffff 50%);
    }

    #dev__wrapper .lay-image--mosaic-pink {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, pink), color-stop(50%, #ffffff));
        background: linear-gradient(to bottom, pink 50%, #ffffff 50%);
    }

    #dev__wrapper .text-continued:before,
    #dev__wrapper .lay-text__paragraph-cont:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100px;
        background: rgba(255, 255, 255, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
        -webkit-transition: scale, 0.4s ease-in;
        transition: scale, 0.4s ease-in;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }

    #dev__wrapper .text-uncontinued:before,
    #dev__wrapper .lay-text__paragraph input:checked~.lay-text__paragraph-cont:before,
    #dev__wrapper .lay-text__paragraph-cont--show:before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    #dev__wrapper .btn-more-label {
        display: inline-block;
        cursor: pointer;
        margin-top: 12px;
        /*  @include show; */
    }

    #dev__wrapper .btn-more-label:before {
        content: "więcej";
        width: auto;
        display: inline-block;
        -webkit-transition: color, 0.2s ease;
        transition: color, 0.2s ease;
    }

    #dev__wrapper .lay-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 38px 16px;
box-sizing: border-box;
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-text {
            padding: 38px 4%;
        }
    }

    #dev__wrapper .lay-text__header {
        width: 100%;
        margin-bottom: 18px;
    }

    #dev__wrapper .lay-text__title {
        width: 100%;
    }

    #dev__wrapper .lay-text__subtitle {
        width: 100%;
        margin-top: 6px;
    }

    #dev__wrapper .lay-text__img {
        margin-bottom: 1em;
        height: 300px;
    }

    #dev__wrapper .lay-text__paragraph {
        height: auto;
    }

    #dev__wrapper .lay-text__paragraph .ch-box {
        display: none;
    }

    #dev__wrapper .lay-text__paragraph input:checked~.lay-text__paragraph-cont {
        max-height: 1000px;
        -webkit-transition: max-height, 0.8s ease-in-out;
        transition: max-height, 0.8s ease-in-out;
    }

    #dev__wrapper .lay-text__paragraph input:checked~.btn-more-label:before {
        content: "mniej";
    }

    #dev__wrapper .lay-text__paragraph-cont {
        width: 100%;
        position: relative;
        max-height: 180px;
        overflow: hidden;
        -webkit-transition: max-height, 0.4s ease-in-out;
        transition: max-height, 0.4s ease-in-out;
    }

    #dev__wrapper .lay-text__paragraph-cont--show {
        max-height: 1000px;
    }

    #dev__wrapper .lay-text__paragraph-cont--show~.btn-more-label {
        display: none;
    }

    #dev__wrapper .lay-text__paragraph-part {
        margin-bottom: 12px;
    }

    #dev__wrapper .lay-text__paragraph-part:last-child {
        margin-bottom: 0px;
    }

    #dev__wrapper .lay-text__features {
        width: 100%;
        text-transform: uppercase;
    }

    #dev__wrapper .lay-text-points {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 38px 9%;
        /*  * {
        @include show(rgb(187, 201, 213));
    } */
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-text-points {
            padding: 38px 4%;
        }
    }

    #dev__wrapper .lay-text-points__title {
        margin-bottom: 18px;
        width: 100%;
        text-align: left;
    }

    #dev__wrapper .lay-text-points .contener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        width: 100%;
        /*  @include show(green);

        * {
            @include show;
        } */
    }

    #dev__wrapper .lay-text-points .contener--row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    @media only screen and (max-width: 480px) {
        #dev__wrapper .lay-text-points .contener {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    #dev__wrapper .lay-text-points .contener .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
        flex: 0 1 46%;
        margin-bottom: 50px;
        width: 100%;
        position: relative;
    }

    #dev__wrapper .lay-text-points .contener .item__point {
        margin-right: 10px;
    }

    #dev__wrapper .lay-text-points .contener .item__paragraph {
        -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    }

    #dev__wrapper .lay-text-points .contener .item__paragraph--description-part {
        margin-bottom: 25px;
        width: 99%;
    }

    #dev__wrapper .lay-text-points .contener .item:after {
        content: "";
        position: absolute;
        border-top: 1px rgba(126, 126, 126, 0.5) solid;
        width: 100%;
        bottom: -25px;
        left: 0;
    }

    #dev__wrapper .lay-text-points .contener .item:nth-last-child(1):after {
        border-top: none;
        visibility: hidden;
    }

    #dev__wrapper .lay-features {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 38px 16px;
box-sizing: border-box;
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-features {
            padding: 38px 4%;
        }
    }

    #dev__wrapper .lay-features .contener {
        height: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*  @include show(green);

        * {
            @include show;
        } */
    }

    @media only screen and (max-width: 480px) {
        #dev__wrapper .lay-features .contener {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    #dev__wrapper .lay-features .contener--column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #dev__wrapper .lay-features .contener .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
        flex: 0 1 46%;
        margin-bottom: 20px;
        width: 100%;
    }

    #dev__wrapper .lay-features .contener .item__icon {
        margin-bottom: 10px;
        margin-left: 0;
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-features .contener .item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    #dev__wrapper .lay-menu-accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 38px 16px;
box-sizing: border-box;
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-menu-accordion {
            padding: 38px 4%;
        }
    }

    #dev__wrapper .lay-menu-accordion .item {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #898989;
        /* * {
            @include show;
        } */
        /*  input:checked ~ label .cross:before {
            transform: rotate(180deg);
        }

        input:checked ~ label .cross:after {
            transform: rotate(0deg);
        } */
    }

    #dev__wrapper .lay-menu-accordion .item:last-child {
        border: none;
    }

    #dev__wrapper .lay-menu-accordion .item input {
        display: none;
    }

    #dev__wrapper .lay-menu-accordion .item label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: 74px;
        min-height: 74px;
        height: auto;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #dev__wrapper .lay-menu-accordion .item .cross {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 15px;
        position: relative;
        height: 15px;
    }

    #dev__wrapper .lay-menu-accordion .item .cross:before,
    #dev__wrapper .lay-menu-accordion .item .cross:after {
        content: "";
        border-top: 1px solid #000000;
        width: 15px;
        display: block;
        position: absolute;
        top: 7px;
    }

    #dev__wrapper .lay-menu-accordion .item .cross:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #dev__wrapper .lay-menu-accordion .item__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        width: 100%;
        -webkit-transition: font-size 0.2s;
        transition: font-size 0.2s;
        -webkit-transition: color, 0.2s ease;
        transition: color, 0.2s ease;
    }

    #dev__wrapper .lay-menu-accordion .item__content {
        position: relative;
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: max-height, 0.4s ease;
        transition: max-height, 0.4s ease;
    }

    #dev__wrapper .lay-menu-accordion .item__content--points .item__paragraph {
        position: relative;
        width: auto;
        margin-left: 30px;
    }

    #dev__wrapper .lay-menu-accordion .item__content--points .item__paragraph:after {
        content: "";
        position: absolute;
        display: inline;
        width: 11px;
        height: 11px;
        background-color: white;
        left: -23px;
        top: 8px;
        margin-right: 20px;
        border: 1px solid #898989;
        border-radius: 50%;
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-menu-accordion .item__content--points .item__paragraph:after {
            width: 9px;
            height: 9px;
        }
    }

    #dev__wrapper .lay-menu-accordion .item__content--points .item__paragraph:before {
        content: "";
        position: absolute;
        display: inline;
        height: 300%;
        left: -18px;
        top: 8px;
        border-left: 1px solid #898989;
    }

    @media only screen and (max-width: 768px) {
        #dev__wrapper .lay-menu-accordion .item__content--points .item__paragraph:before {
            left: -19px;
        }
    }

    #dev__wrapper .lay-menu-accordion .item__content--points .item__paragraph:nth-last-child(1):before {
        border-left: 3px solid white;
    }

    #dev__wrapper .lay-menu-accordion .item__paragraph {
        margin-top: 12px;
    }

    #dev__wrapper .lay-menu-accordion .item__paragraph:last-child {
        margin-bottom: 37px;
    }

    #dev__wrapper .lay-menu-accordion .item__paragraph-contener {
        width: 100%;
        height: auto;
        border: 1px red solid;
    }

    #dev__wrapper .lay-menu-accordion .item input:checked~.item__content {
        max-height: 1200px;
        -webkit-transition: max-height, 0.8s ease-in-out;
        transition: max-height, 0.8s ease-in-out;
    }

    #dev__wrapper .lay-menu-accordion .item input:checked~label .cross {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    /*# sourceMappingURL=style.css.map */