.v-dialog{z-index:1000;width:100%;height:100%;display:table;position:fixed;top:0;left:0;transform:scale(0)}.v-dialog.out{pointer-events:none}.v-dialog .v-dialog-background{vertical-align:middle;transition:background .5s;display:table-cell;background:#000c!important}.v-dialog .v-dialog-background .v-dialog-content{box-sizing:border-box;background:#fff;border-radius:5px;width:85%;max-width:90%;margin-left:7.5%;font-weight:300;display:inline-block;position:relative}@media (min-width:1000px){.v-dialog .v-dialog-background .v-dialog-content.vd-medium{width:75%;margin-left:12.5%}.v-dialog .v-dialog-background .v-dialog-content.vd-md{width:60%;margin-left:20%}.v-dialog .v-dialog-background .v-dialog-content.vd-small{width:50%;margin-left:25%}}.v-dialog .v-dialog-background .v-dialog-content__contentBox{width:100%;min-height:300px;max-height:600px;padding:30px;overflow-y:scroll}.v-dialog .v-dialog-background .v-dialog-content__contentBox::-webkit-scrollbar{width:3px}.v-dialog .v-dialog-background .v-dialog-content .v-dialog-svg{border-radius:5px;width:100%;height:100%;position:absolute;top:0;left:0}.v-dialog .v-dialog-background .v-dialog-content .v-dialog-svg rect{stroke:#fff;stroke-width:2px;stroke-dasharray:778;stroke-dashoffset:778px}.v-dialog__header{color:#2f2f2f;background-color:red;justify-content:space-between;align-items:center;width:100%;min-height:50px;padding:6px 16px;display:flex}@media (min-width:1000px){.v-dialog__header{padding:6px 20px}}.v-dialog__header.th-heder{color:#fff!important}.v-dialog__header__title{text-transform:capitalize;letter-spacing:.3px;font-size:22px!important}.v-dialog__header .v-close{cursor:pointer;font-size:26px}.v-dialog .v-dialog-svg{display:none}@media (max-width:768px){.v-dialog .v-dialog-content{width:90%}.v-dialog .v-dialog-content__contentBox{padding:25px 5px!important}}.v-dialog.one{animation:1s cubic-bezier(.165,.84,.44,1) forwards unfoldIn;transform:scaleY(.01)scaleX(0)}.v-dialog.one .v-dialog-content{animation:.5s cubic-bezier(.165,.84,.44,1) .8s forwards zoomIn;transform:scale(0)}.v-dialog.one.out{animation:1s cubic-bezier(.165,.84,.44,1) forwards unfoldOut}.v-dialog.one.out .v-dialog-content{animation:.5s cubic-bezier(.165,.84,.44,1) .8s forwards zoomOut}.v-dialog.two{transform:scale(1)}.v-dialog.two .v-dialog-background{background:0 0;animation:.5s cubic-bezier(.165,.84,.44,1) forwards fadeIn}.v-dialog.two .v-dialog-background .v-dialog-content{opacity:0;animation:.5s cubic-bezier(.165,.84,.44,1) forwards scaleUp}.v-dialog.two.out .v-dialog-background{animation:.5s cubic-bezier(.165,.84,.44,1) forwards fadeOut}.v-dialog.two.out .v-dialog-background .v-dialog-content{animation:.5s cubic-bezier(.165,.84,.44,1) forwards scaleDown}.v-dialog.three{z-index:100;transform:scale(1)}.v-dialog.three .v-dialog-background{background:#0009}.v-dialog.three .v-dialog-background .v-dialog-content{animation:.5s cubic-bezier(.165,.84,.44,1) forwards moveUp}.v-dialog.three.out .v-dialog-background .v-dialog-content{animation:.5s cubic-bezier(.165,.84,.44,1) forwards moveDown}.v-dialog.four{transform:scale(1)}.v-dialog.four .v-dialog-background{background:#000000b3}.v-dialog.four .v-dialog-background .v-dialog-content{animation:.5s cubic-bezier(.165,.84,.44,1) forwards blowUpModal}.v-dialog.four.out .v-dialog-background .v-dialog-content{animation:.5s cubic-bezier(.165,.84,.44,1) forwards blowUpModalTwo}.v-dialog.five{transform:scale(1)}.v-dialog.five .v-dialog-background{background:0 0}.v-dialog.five .v-dialog-background .v-dialog-content{animation:.3s cubic-bezier(.165,.84,.44,1) forwards roadRunnerIn;transform:translate(-1500px)}.v-dialog.five.out .v-dialog-background .v-dialog-content{animation:.5s cubic-bezier(.165,.84,.44,1) forwards roadRunnerOut}.v-dialog.six{transform:scale(1)}.v-dialog.six .v-dialog-svg{display:block}.v-dialog.six .v-dialog-background{background:0 0}.v-dialog.six .v-dialog-background .v-dialog-content{background-color:#0000;animation:.5s cubic-bezier(.165,.84,.44,1) .8s forwards modalFadeIn}.v-dialog.six .v-dialog-background .v-dialog-content .v-dialog-svg rect{animation:.5s cubic-bezier(.165,.84,.44,1) .3s forwards sketchIn}.v-dialog.six.out .v-dialog-background .v-dialog-content{animation:.5s cubic-bezier(.165,.84,.44,1) forwards modalFadeOut}.v-dialog.six.out .v-dialog-background .v-dialog-content .v-dialog-svg rect{animation:.5s cubic-bezier(.165,.84,.44,1) forwards sketchOut}.v-dialog.seven{transform:scale(1)}.v-dialog.seven .v-dialog-background{background:0 0}.v-dialog.seven .v-dialog-background .v-dialog-content{border-radius:75px;width:75px;height:75px;animation:1.5s cubic-bezier(.165,.84,.44,1) forwards bondJamesBond;overflow:hidden}.v-dialog.seven .v-dialog-background .v-dialog-content h2,.v-dialog.seven .v-dialog-background .v-dialog-content p{opacity:0;animation:.5s linear 1.4s forwards modalContentFadeIn;position:relative}.v-dialog.seven.out{animation:.5s linear 1.5s forwards slowFade}.v-dialog.seven.out .v-dialog-background{background-color:#000000b3;animation:2s cubic-bezier(.165,.84,.44,1) forwards fadeToRed}.v-dialog.seven.out .v-dialog-background .v-dialog-content{border-radius:3px;width:227px;height:162px;animation:1s cubic-bezier(.165,.84,.44,1) forwards killShot}.v-dialog.seven.out .v-dialog-background .v-dialog-content h2,.v-dialog.seven.out .v-dialog-background .v-dialog-content p{animation:.5s cubic-bezier(.165,.84,.44,1) forwards modalContentFadeOut}@keyframes unfoldIn{0%{transform:scaleY(.005)scaleX(0)}50%{transform:scaleY(.005)scaleX(1)}to{transform:scaleY(1)scaleX(1)}}@keyframes unfoldOut{0%{transform:scaleY(1)scaleX(1)}50%{transform:scaleY(.005)scaleX(1)}to{transform:scaleY(.005)scaleX(0)}}@keyframes zoomIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes zoomOut{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes fadeIn{0%{background:0 0}to{background:#000000b3}}@keyframes fadeOut{0%{background:#000000b3}to{background:0 0}}@keyframes scaleUp{0%{opacity:0;transform:scale(.8)translateY(1000px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes scaleDown{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.8)translateY(1000px)}}@keyframes moveUp{0%{transform:translateY(150px)}to{transform:translateY(0)}}@keyframes moveDown{0%{transform:translateY(0)}to{transform:translateY(150px)}}@keyframes blowUpModal{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes blowUpModalTwo{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes roadRunnerIn{0%{transform:translate(-1500px)skew(30deg)scaleX(1.3)}70%{transform:translate(30px)skew(0)scaleX(.9)}to{transform:translate(0)skew(0)scaleX(1)}}@keyframes roadRunnerOut{0%{transform:translate(0)skew(0)scaleX(1)}30%{transform:translate(-30px)skew(-5deg)scaleX(.9)}to{transform:translate(1500px)skew(30deg)scaleX(1.3)}}@keyframes modalFadeIn{0%{background-color:#0000}to{background-color:#fff}}@keyframes modalFadeOut{0%{background-color:#fff}to{background-color:#0000}}@keyframes modalContentFadeIn{0%{opacity:0;top:-20px}to{opacity:1;top:0}}@keyframes modalContentFadeOut{0%{opacity:1;top:0}to{opacity:0;top:-20px}}@keyframes sketchIn{0%{stroke-dashoffset:1920px}to{stroke-dashoffset:0}}@keyframes sketchOut{0%{stroke-dashoffset:0}to{stroke-dashoffset:1920px}}@keyframes bondJamesBond{0%{transform:translate(1000px)}80%{border-radius:75px;width:75px;height:75px;transform:translate(0)}90%{border-radius:3px;width:247px;height:182px}to{border-radius:3px;width:227px;height:162px}}@keyframes killShot{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(300px)rotate(45deg)}}@keyframes fadeToRed{0%{background-color:#0009}to{background-color:#f00c!important}}@keyframes slowFade{0%{opacity:1}99.9%{opacity:0;transform:scale(1)}to{transform:scale(0)}}
