.plugins_top_box {
    width: 100%;
    height: auto;
    padding-top: 2vw;
    /* background: green; */
    margin-bottom: 40px;
    box-sizing: border-box;
}

.main_plugins {
    background-image: radial-gradient(farthest-corner at 50% -400px, var(--d2), black 80%);
}

.plugins_top_title {
    font-family: 'Titillium Web';
    font-size: 3rem;
    color: var(--buttonAText);
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    /* background: red; */
    padding: 1em;
    align-items: center;
    animation: fadeIn 1s 1;
    margin-bottom: 100px;
}

.card {
    /* margin: 5em; */
    width: 450px;
    width: 400px;
    /* height: 800px; */
    transform: scale(0.95);
    /* background-color: #1b1b1b; */
    cursor: pointer;
    opacity: 1;
    /* transition: 0.1s; */
    /* padding: 1em; */
    /* box-shadow: 0 0 30px 1px black; */
    box-sizing: border-box;
    margin: 1em;
    position: relative;
    /* overflow: hidden; */
    box-sizing: border-box;
    /* border-radius: 10px; */
    /* opacity: 0.9; */
    /* background: radial-gradient(farthest-corner at 40px 40px, #0f131b, #171d28 100%); */
    /* background: -webkit-radial-gradient(farthest-corner at 40px 40px, #0f131b, #171d28 100%); */
    /* border: 1px solid #333333; */
    /* border: 1px solid #242c3b; */
    /* border-top: 1px solid #4d5c6c; */
    transition: 0.1s;
}

.card:hover .card_description {
    cursor: pointer;
    /* background-color: #2f3b47; */
    /* background: radial-gradient(farthest-corner at 0px 0px, #293244, #19202c 100%); */
    /* background: -webkit-radial-gradient(farthest-corner at 0px 0px, #293244, #19202c 100%); */
}

.card:hover>.oniric_license_bg {
    transition: 0.2s;
    transform: translateY(-45%) scaleX(1.2);
    display: block;
}


.card:active>.oniric_license_bg {
    transition: 0.05s;
    transform: translateY(-45%) scaleX(1);
    display: block;
}

.card:hover {
    /* border: 2px solid var(--d9); */
    cursor: pointer;
    /* border: 1px solid #4d5c6c; */
    /* filter: brightness(1.2); */
    /* background-color: #2f3b47; */
    /* background: radial-gradient(farthest-corner at 0px 0px, #293244, #19202c 100%); */
    transform: translateY(-1%);
}


.card:active {
    /* transform: translateY(-2%); */
}

.card_description {
    /* position: absolute; */
    background-color: #030303;
    width: 100%;
    height: 100px;
    opacity: 1;
    /* transition: 0.2s; */
    background: radial-gradient(farthest-corner at 0px 0px, #242c3b, #0f131b 100%);
    background: -webkit-radial-gradient(farthest-corner at 0px 0px, #242c3b, #0f131b 100%);
    /* padding: 0.4vw; */
    padding-top: 0;
    /* box-sizing: border-box; */
    justify-content: center;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    border: none;
    /* background: none; */
    display: grid;
    align-items: center;
}

.plugin_discount_label {
    color: white;
    background: rgba(255, 0, 0, 0.782);
    font-family: BankGothic Md Bt;
    font-size: 2rem;
    /* font-weight: 800; */
    letter-spacing: -0.1rem;
    width: auto;
    padding: 10px 20px;
    position: absolute;
    top: 80px;
    right: -120px;
    border-radius: 20px;
    transform: rotateZ(-10deg);

}

.card_description_version {
    font-family: BankGothic Md Bt;
    font-size: 1rem;
    color: var(--buttonAText);
    opacity: 0.6;
    /* border: 2px solid white; */
    text-align: right;
    padding: 6px 30px;
    margin-top: 100px;
    position: absolute;
    border-radius: 10px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.card_description_title {
    font-family: BankGothic Md Bt;
    /* font-size: 2.4vw; */
    font-size: 3.5rem;
    color: var(--buttonAText);
    text-align: center;
    /* margin-bottom: -1.35vw; */
    /* margin-bottom: -30px; */
}

.card_description_subtitle {
    font-family: Exo 2;
    color: #fff;
    opacity: 0.5;
    text-align: center;
    font-size: 1.3rem;
    margin-top: -30px;
    /* border: 1px solid white; */
    /* padding: 10px; */
    /* border-radius: 8px; */
    /* margin: 10px; */
}

.card:hover .card_description {
    /* opacity: 0.9; */
}


.card__image {
    width: 100%;
    height: 800px;
    /* background-color: #1b1b1b; */
    /* background-image: url("../imgs/products_oniric_cover.png"); */
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #030303; */
    bottom: 0;
    z-index: 1;
}

.plugins_logo {
    background-image: url(../imgs/icons/icon_plugin.svg);
    /* width: auto; */
    /* height: 200px; */
    background-repeat: no-repeat;
    background-position: center;
    /* margin: 20px; */
    /* transform: scale(0.8); */
}

.title-s-left {
    text-align: left;
}

.bloom_lightstreaks_box {
    width: 100%;
    position: relative;
    /* background-color: #0e0e0e; */
    /* background-color: var(--d0); */
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
}

.bloom_ls_img_car {
    position: absolute;
    width: 889px;
    height: 463px;
    /* background-image: url(../imgs/oniric_view/gary_thor.gif); */
    top: -80px;
    left: -50px;
    z-index: 1;
}

.bloom_ls_img_girl {
    background-image: url(../imgs/oniric_view/karen_bef.jpg);
    height: 890px;
    width: 593px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 15px 0 black;
    background-size: 100%;
}

.bloom_ls_img_car2 {
    position: absolute;
    width: 889px;
    height: 500px;
    bottom: 200px;
    left: 0;
    z-index: 1;
    /* background-image: url(../imgs/oniric_view/oniric-glare.gif); */

    position: absolute;
    width: 895px;
    height: 483px;
    /* background-image: url(../imgs/oniric_view/gary_thor.gif); */
    left: -50px;
    z-index: 1;
}

.bloom_ls_text_bloom_box {
    width: 350px;
    height: auto;
    right: -80px;
    top: 0px;
    position: absolute;
    /* margin-right: 50px; */
    text-align: left;
    z-index: 2;
}

.bloom_ls_text_ls_box {
    width: 550px;
    height: 500px;
    /* border: 1px solid white; */
    left: 0;
    top: 34%;
    position: absolute;
    /* margin-right: 50px; */
    text-align: left;
    z-index: 2;
}

.plugin_reviews_box {
    margin: 30px 0;
    /* border: 1px solid #0e0e0e; */
    box-sizing: border-box;
    /* background-color: rgb(20, 20, 20); */
    /* background-color: #0e0e0e; */
    padding: 50px 0;
}

.plugin_reviews_container {
    max-width: 5600px;
    margin: 0 auto;
}

.plugin_review_container {
    /* display: inline-block; */
    text-align: center;
    /* width: 800px; */
    max-width: 600px;
    min-width: 200px;
    height: auto;
    margin: 20px;
    background-color: #0e0e0e;
    padding-bottom: 35px;
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid #333333;


    /* align-items: center; */
    /* justify-content: center; */
    background: radial-gradient(farthest-corner at 40px 40px, #0f131b, #171d28 100%);
    background: -webkit-radial-gradient(farthest-corner at 40px 40px, #0f131b, #171d28 100%);
    border: 1px solid #242c3b;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 black;
    /* overflow: hidden; */
    opacity: 1;
}

.plugin_review_links {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
}

.plugin_review_picture {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    box-shadow: 0 0 15px 0 black;
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.plugin_review_name {
    text-align: left;
    line-height: 1;
    margin-bottom: 5px;
}

.plugin_review_occupation {
    font-family: Exo 2;
    color: #fff;
    opacity: 0.4;
    text-align: left;
    font-style: italic;
}

.plugin_review_content {
    /* padding: 35px; */
    padding-top: 0;
    margin-top: 1rem;
    text-align: center;
    text-align: justify;
    box-sizing: border-box;
    /* line-height: 1.5; */
    font-size: 1rem;
    margin-bottom: 40px;
}

.oniric_pricing {
    width: 100%;
    height: 700px;
    /* margin-bottom: 200px; */
    position: relative;
    /* padding: 110px 0; */
    /* padding-top: 300px; */
    padding-bottom: 0;
    /* border: 1px solid red; */
}

.oniric_pricing_title {
    position: absolute;
    top: 100px;
    z-index: 1;
    font-size: 3rem;
    color: white;
    right: 15%;
    text-align: right;
    opacity: 0.3;
}

.oniric_pricing_bgimg {
    background-image: url(../imgs/oniric_view/pricing_bg.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
}

.oniric_licenses_box {
    width: 100%;
    height: auto;
    position: absolute;
    /* right: 15%; */
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* border: 1px solid red; */
    z-index: 1;
}


.oniric_license {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 25px;
    padding: 45px;
    box-sizing: border-box;
    /* float: left; */
    position: relative;
    background-color: #0e0e0e;
    background-image: radial-gradient(farthest-corner at 40px 40px, #171d28, #0f131b 100%);
    background-image: -webkit-radial-gradient(farthest-corner at 40px 40px, #171d28, #0f131b 100%);
    border: 1px solid #4a576e;
    border-radius: 30px;
    transition: 0.1s;
}

.oniric_license:hover {
    background-image: radial-gradient(farthest-corner at 40px 40px, #242c3b, #0f131b 100%);
    background-image: -webkit-radial-gradient(farthest-corner at 40px 40px, #242c3b, #0f131b 100%);
    /* transform: translateY(-2%); */
    /* transition: 0.1s; */
    /* box-shadow: 0 0 35px 0 #ffae00; */
    /* z-index: 10; */


}

.oniric_license:hover .oniric_license_bg {
    transform: translateY(-50%) scaleX(1.05);
}

.oniric_license_bg {
    filter: contrast(1.9);
    transition: 0.3s;
    display: inline-block;
    width: 100%;
    height: 500px;
    background-image: url(../imgs/oniric_view/bars.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: center;
    border-radius: 10px;
    mix-blend-mode: screen;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleX(1.05);
    left: 0;
    /* filter: sepia(1) brightness(0.6) saturate(3); */
}

.oniric_license_bg_upgrade {
    filter: sepia(1) brightness(0.75) saturate(1) contrast(1.9);
}

.oniric_license_upgrade {}

.oniric_license_addtocart {
    background-color: #0e0e0e;
    box-sizing: border-box;
    margin: 25px;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 700px;
    height: auto;
    padding: 60px;
    border: 1px solid #444444;
    background: radial-gradient(farthest-corner at 40px 40px, #171d28, #0f131b 100%);
    background: -webkit-radial-gradient(farthest-corner at 40px 40px, #171d28, #0f131b 100%);
    /* border: 1px solid #333333; */
    border: 1px solid #242c3b;
}

.oniric_license_header {
    margin: 0 auto;
    width: auto;
    /* border: 1px solid white; */
    margin-bottom: 50px;
}

.oniric_license_name {
    line-height: 1;
    font-family: "Exo 2";
}

.oniric_license_type {
    line-height: 1;
}

.oniric_license_license_text {
    font-family: BankGothic Md Bt;
    letter-spacing: 0.2rem;
    margin-top: 10px;
    text-align: center;
    font-size: 1.5rem;
    padding-left: 5px;
    width: 100%;
}

.oniric_license_body {
    margin-bottom: 20px;
}

.oniric_license_bottom {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    /* background-color: #333; */
    padding-bottom: 30px;
}

.oniric_license_price {
    font-size: 2em;
    font-family: "Titillium Web";
    color: #fff;
    /* color: greenyellow; */
    font-weight: bolder;
    margin-bottom: 50px;
}

.oniric_license_price_before_box {
    margin: 0 auto;
    max-width: 80px;
    height: auto;
    /* border: 1px solid white; */
    position: relative;
}

.oniric_license_price_before_box p {
    font-size: 1.2rem;
}

.oniric_license_price_before_line {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background: red;
    top: 22%;
    left: -5%;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
    opacity: 0.8;
}

.text_documentation_title_red {
    color: var(--red);
    font-family: Exo 2;
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
}

.documentation_box {
    height: auto;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    min-height: 2000px;
    max-width: 1350px;
    margin: 0 auto;
}

.documentation_box_banner {
    width: 100%;
    height: 500px;
    position: inherit;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.documentation_box_banner_oniric {
    background-image: url(../imgs/documentation/doc_oniric_banner_01.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* margin: 20px; */
}

.documentation_index {
    /* border: 1px solid white; */
    width: 100%;
    max-width: 250px;
    height: 100%;
    max-height: 800px;
    padding-right: 10px;
    /* overflow-y: scroll; */
}

.documentation_index_btn {
    width: 90%;
    height: auto;
    background: var(--d1);
    margin: 10px auto;
    display: grid;
    justify-content: left;
    align-items: center;
    padding: 5px 0;
    padding-left: 20px;
    border: 1px solid #242c3b;
    position: relative;
    min-height: 40px;
}

.documentation_index_btn:hover {
    cursor: pointer;
    background-color: #2f3b47;
    background: radial-gradient(farthest-corner at 0px 0px, #293244, #19202c 100%);
    background: -webkit-radial-gradient(farthest-corner at 0px 0px, #293244, #19202c 100%);
}

.documentation_index_btn:active {
    transform: translateX(10px);
}


/* .documentation_index>ul>li {
    width: 90%;
    height: auto;
    background: var(--d1);
    margin: 10px auto;
    display: grid;
    justify-content: left;
    align-items: center;
    padding: 5px 0;
    padding-left: 20px;
    border: 1px solid #242c3b;
    position: relative;
    min-height: 40px;
}


.documentation_index>ul>li:hover {
    cursor: pointer;
    background-color: #2f3b47;
    background: radial-gradient(farthest-corner at 0px 0px, #293244, #19202c 100%);
    background: -webkit-radial-gradient(farthest-corner at 0px 0px, #293244, #19202c 100%);
}

.documentation_index>ul>li:active {
    transform: translateX(10px);
} */


.documentation_index_arrow {
    border: 3px solid var(--red);
    width: 10px;
    height: 10px;
    position: absolute;
    border-bottom: none;
    border-left: none;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) rotate(45deg);
    display: none;
    animation: 0.5s moveArrow infinite;
}

.documentation_title_red {
    font-size: 1.5rem;
    color: var(--red);
    margin: 30px 0;
}

.documentation_index_area {
    /* color: #fff; */
    text-align: left;
    /* padding-left: 10px; */
    /* text-transform: uppercase; */
    margin: 30px 0;
    font-family: Exo 2;
    color: #fff;
}

.documentation_area_title {
    font-size: 2.5rem;
    letter-spacing: -0.15rem;
    font-family: BankGothic Md Bt;
    color: #999;
    margin-top: 30px;
    text-align: left;
}

.documentation_index_area>span {
    opacity: 0.4;
    /* text-transform: lowercase; */
}

.documentation_index_title {
    color: #cacaca;
    font-family: Exo 2;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.documentation_index_btn_description {
    text-align: left;
    padding-left: 1rem;
    width: 100%;
    height: auto;
}

.documentation_content {
    width: 100%;
    /* max-width: 1250px; */
    height: 100%;
    margin: 0 20px;
    border: 1px solid #242c3b;
    background: radial-gradient(farthest-corner at 40px 40px, #171d28, #0f131b 100%);
    background: -webkit-radial-gradient(farthest-corner at 40px 40px, #171d28, #0f131b 100%);
    /* border: 1px solid #333333; */
    border: 1px solid #242c3b;
    /* border-radius: 10px; */
    box-sizing: border-box;
}

.documentation_content_text_container {
    padding: 20px;
    box-sizing: border-box;
    padding-top: 0;
    /* background: #19202c; */
    position: relative;
}

.oniric_description {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    color: var(--d9);
}

.documentation_grid_margin {
    margin: 30px 0;
}

.documentation_grid_box {
    /* width: 45%; */
    height: 320px;
    align-items: center;
    justify-content: center;
    /* display: grid; */
    background: radial-gradient(farthest-corner at 40px 40px, #0f131b, #171d28 100%);
    background: -webkit-radial-gradient(farthest-corner at 40px 40px, #0f131b, #171d28 100%);
    /* border: 1px solid #333333; */
    border: 1px solid #242c3b;
    /* border-radius: 10px; */
    box-shadow: 0 0 20px 0 black;
    /* overflow: hidden; */
    max-width: 320px;
    min-width: 300px;
    opacity: 1;
    cursor: pointer;
    margin-bottom: 20px;
}

.documentation_grid_box:hover {
    /* border: 1px solid var(--red); */
    cursor: pointer;
    filter: brightness(1.2);
    background-color: #2f3b47;
    /* background: radial-gradient(farthest-corner at 0px 0px, #293244, #19202c 100%); */
}

.documentation_grid_box:hover>.documentation_grid_img {
    /* border: 1px solid var(--red); */
    /* cursor: pointer; */
    background-size: 105%;
    transition: 0.2s;
    /* filter: brightness(1.2); */
    /* background-color: #2f3b47; */
    /* background: radial-gradient(farthest-corner at 0px 0px, #293244, #19202c 100%); */
}

.documentation_grid_box:active {
    /* opacity: 0.6; */
}

.documentation_feature_learn_more {
    position: absolute;
    bottom: -20px;
    left: 0%;
    color: var(--d9);
    font-size: 0.7rem;
    margin: 10px;
    margin-left: 20px;
    font-weight: bold;
    letter-spacing: 0.02rem;

}

.documentation_modal_box {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
    display: fixed;
    position: absolute;
    z-index: 20;
    transition: 1s;
    /* display: none; */
}


.documentation_grid_img {
    width: 100%;
    height: 150px;
    background-size: 100%;
    /* border: 1px solid white; */
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.documentation_feature_title {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #3b475c;
    font-size: 1.4rem;
    font-family: Exo 2;
    color: #fff;
    opacity: 0.8;
    font-weight: bolder;
}

.box_gray_border {
    padding: 20px;
    border: 1px solid #3b475c;
    opacity: 0.8;
    margin: 20px 0;
}

.documentation_setting_image {
    position: absolute;
    width: 200px;
    height: 40px;
    /* background-color: var(--red); */
    top: 0;
    right: 0;
}

.documentation_setting_example_img {
    margin: 20px 0;
    width: 100%;
    height: 500px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.documentation_setting_type_text {
    color: #fff;
    opacity: 0.5;
    font-size: 1rem;
    font-weight: 100;
    font-style: italic;
}


.documentation_plugin_version {
    margin-top: 20px;
}

.documentation_plugin_version_text {}

.documentation_plugin_version_version {
    color: var(--red);
    /* opacity: 0.6; */
    font-family: BankGothic Md Bt;
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
}

.documentation_index_setting_box {
    display: none;
    position: relative;
}

.documentation_content_credit_box {
    width: 100%;
    height: 20px;
    position: relative;
    /* border: 1px solid white; */
    text-align: center;
}

.documentation_credit_text {
    margin: 0 auto;
    text-align: right;
    color: #fff;
    position: absolute;
    right: 10px;
    font-size: 0.8rem;
    color: white;
    opacity: 0.4;
    height: 1rem;
    z-index: 4;
    text-align: center;
    bottom: -1.5rem;
}

.documentation_credit_text:hover {
    opacity: 1.0;
}

.feature_release_version {
    color: var(--d5);
    width: 100%;
    margin: 10px 0;
    text-align: right;
    position: absolute;
    top: 0;
    right: 20px;
}

.box_blue_full_adaptive {
    width: 100%;
    height: auto;
    padding: 20px 0;
    /* background: radial-gradient(farthest-corner at 0px 0px, #242c3b, #0f131b 100%); */
    /* background: -webkit-radial-gradient(farthest-corner at 0px 0px, #242c3b, #0f131b 100%); */
    background-image: radial-gradient(farthest-corner at 50% -400px, var(--d3), var(--d0) 80%);
}

.product_uxplogo {
    width: 60px;
    height: 60px;
    background-image: url(../imgs/icons/m1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    /* opacity: 0.3; */
    /* background-color: red; */
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.1s;
    mix-blend-mode: screen;
    margin: 0 auto;
    /* border: 1px solid white; */
}

@keyframes moveArrow {
    50% {
        transform: translateY(-50%) translateX(-50%) rotate(45deg);
    }

    100% {
        transform: translateY(-50%) translateX(0%) rotate(45deg);
    }
}

@keyframes fade-in-top {
    0% {
        margin-top: 50px;
        opacity: 0;
    }
}

@media only screen and (max-width: 1145px) {

    .oniric_license_header {
        width: 235px;
    }

    .oniric_licenses_box {
        width: 100%;
        height: auto;
        position: absolute;
        right: 4%;
        top: 55%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        margin-top: 100px;
        box-sizing: border-box;
    }

    .oniric_license {
        width: 100%;
        height: 1200px;
        max-width: 80%;
    }

    .oniric_license_body {
        width: 80%;
        margin: 0 auto;
    }

    .oniric_pricing {
        padding-top: 0;
        /* margin-top: 100px; */
        /* width: 100%; */
        height: 450vw;
        padding: 0;
    }

    .oniric_license_bottom {
        width: 70%;
    }

    .oniric_license_addtocart {
        max-width: 100%;

    }

    .oniric_license_type {
        width: 700px;
        margin-left: -230px;
    }

    .oniric_license_license_text {
        font-size: 5vw;
        margin: 0 auto;
        margin-top: 0px;
        /* letter-spacing: 3rem; */
        margin-left: -30px;
        margin-bottom: 100px;
    }

    .oniric_license_price_before_box {
        max-width: 150px;
    }

    .oniric_license_price {
        font-size: 7rem;
    }

    .card {
        width: 800px;
        height: 130vw;
        border-width: 3px;
    }

    .card__image {
        height: 110vw;
    }

    .card_description {
        height: 20%;
        padding-top: 4vw;
    }

    .card_description_title {
        font-size: 11vw;
    }

    .card_description_subtitle {
        font-size: 3.4vw;
        margin-top: -5.3vw;
    }

}