:root{--color-primary:#6551f2;--color-dark:#030308;--color-lighter:#f8f9fb;--color-light:#f4f5f7;--color-bg-white:#fff;--color-bg-gray:#e2e2e2;--color-bg-general:#ededed;--color-border-light:#ededed;--color-gray:#868eae;--color-danger:#ef0000;--color-success:#08bf9c;--color-text:#898989;--color-white:#fff;--color-black:#000}.exlac-vm-page-inner{padding:0 30px 0 0}.exlac-vm-btn{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:15px;font-weight:600;line-height:2;height:40px;padding:0 25px;border-radius:8px;text-decoration:none;cursor:pointer}.exlac-vm-btn,.exlac-vm-btn:focus,.exlac-vm-btn:hover{color:var(--color-white)}.exlac-vm-btn.exlac-vm-btn-dark{background-color:var(--color-dark);border:1px solid var(--color-dark)}.exlac-vm-btn.exlac-vm-btn-primary{background-color:var(--color-primary);border:1px solid var(--color-primary)}.exlac-vm-btn.exlac-vm-btn-light{color:var(--color-text);background-color:var(--color-light);border:1px solid var(--color-light)}.exlac-vm-btn.exlac-vm-btn-danger{color:var(--color-white);background-color:var(--color-danger);border:1px solid var(--color-danger)}.exlac-vm-btn.exlac-vm-btn-white{color:var(--color-dark);background-color:var(--color-white);border:1px solid var(--color-white)}.exlac-vm-btn.exlac-vm-btn-lg{height:56px}.exlac-vm-btn.exlac-vm-btn-md{height:44px}.exlac-vm-btn-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.exlac-vm-form-group{margin-bottom:20px}.exlac-vm-form-group .exlac-vm-form__element{width:100%;font-size:14px;font-weight:500;line-height:1.57;min-height:40px;border-radius:6px;padding:9px 16px;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--color-dark);background-color:var(--color-bg-general)}.exlac-vm-form-group textarea.exlac-vm-form__element{min-height:100px;resize:none}.exlac-vm-form-group .exlac-vm-form-group__label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.exlac-vm-form-group .exlac-vm-form-group__label span{font-size:16px;font-weight:500;color:#4d4d4d}.exlac-vm-checkbox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.exlac-vm-checkbox input[type=checkbox]{width:20px;height:20px;border-radius:4px;border:2px solid #d9d9d9}.exlac-vm-checkbox input[type=checkbox]:focus{border-color:#d9d9d9;-webkit-box-shadow:0 0;box-shadow:0 0}.exlac-vm-checkbox input[type=checkbox]:checked:before{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-family:dashicons;position:relative;top:1px;left:2px;width:20px;height:20px;border-radius:4px;content:"";font-size:18px;background-color:var(--color-primary);color:var(--color-white)}.exlac-vm-checkbox label{font-size:14px;font-weight:500;position:relative;top:-2px;line-height:1;color:var(--color-dark)}.exlac-vm-radio input[type=radio]{width:20px;height:20px;border:2px solid #d9d9d9}.exlac-vm-radio input[type=radio]:focus{border-color:#d9d9d9;-webkit-box-shadow:0 0;box-shadow:0 0}.exlac-vm-radio input[type=radio]:checked{background-color:var(--color-primary);border-color:var(--color-primary)}.exlac-vm-radio input[type=radio]:checked:focus{border-color:var(--color-primary)}.exlac-vm-radio input[type=radio]:checked:before{position:relative;top:1px;left:1px;background-color:var(--color-white)}.exlac-vm-table-responsive{display:block!important;width:100%;overflow-x:auto;overflow-y:visible}.exlac-vm-table{display:table;border-collapse:collapse;width:100%;text-align:left;border-spacing:0;empty-cells:show;margin-bottom:0;margin-top:0;overflow:visible}.exlac-vm-table thead{background-color:var(--color-light);border-radius:6px}.exlac-vm-table thead tr th{padding:16px 20px;font-size:13px;text-transform:uppercase;letter-spacing:1px;font-weight:500;color:var(--color-text)}.exlac-vm-table tbody tr:hover td{background-color:var(--color-lighter)}.exlac-vm-table tbody tr td{font-size:14px;font-weight:400;color:var(--color-text);padding:15px 20px}.exlac-vm-table tr td:first-child,.exlac-vm-table tr th:first-child{border-radius:6px 0 0 6px}.exlac-vm-table tr td:last-child,.exlac-vm-table tr th:last-child{border-radius:0 6px 6px 0}.exlac-vm-notice{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:500;min-height:40px;border-radius:8px;padding:0 15px;color:var(--color-white)}.exlac-vm-notice.exlac-vm-notice-success{background-color:var(--color-success)}.exlac-vm-notice.exlac-vm-notice-danger{background-color:var(--color-danger)}.exlac-vm-notice .exlac-vm-notice__text{line-height:1}.exlac-vm-notice .exlac-vm-notice__close{text-decoration:none;position:absolute;right:15px;top:2px;color:var(--color-white)}.exlac-vm-notice.exlac-vm-hide{display:none}.exlac-notfound-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:600;min-height:100px;color:var(--color-dark)}.exlac-vm-loading-spin{display:inline-block;width:1.75em;height:1.75em;position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:exlacRotate 1.2s linear infinite;animation:exlacRotate 1.2s linear infinite}.exlac-vm-loading-spin .exlac-vm-spin-dot{width:10px;height:10px;border-radius:50%;-webkit-transform:scale(.75);transform:scale(.75);position:absolute;opacity:.3;-webkit-animation:exlacSpinMove 1s linear infinite alternate;animation:exlacSpinMove 1s linear infinite alternate;background-color:var(--color-primary)}.exlac-vm-loading-spin .exlac-vm-spin-dot:first-child{left:0;top:0}.exlac-vm-loading-spin .exlac-vm-spin-dot:nth-child(2){right:0;top:0;-webkit-animation-delay:.3s;animation-delay:.3s}.exlac-vm-loading-spin .exlac-vm-spin-dot:nth-child(3){left:0;bottom:0;-webkit-animation-delay:.5s;animation-delay:.5s}.exlac-vm-loading-spin .exlac-vm-spin-dot:nth-child(4){right:0;bottom:0;-webkit-animation-delay:.7s;animation-delay:.7s}.exlac-vm-record-send-progress__bar{position:relative;width:164px;height:164px;border-radius:50%;margin:0 auto 40px}.exlac-vm-record-send-progress__bar:after{content:"";position:absolute;top:3px;left:3px;width:158px;height:158px;border-radius:50%;background-color:#fff}.exlac-vm-record-send-progress__bar:before{display:inline-block;width:100%;height:100%;border-radius:50%;background-image:-webkit-gradient(linear,left top,right top,from(#6551f2),color-stop(0,transparent),to(transparent)),-webkit-gradient(linear,right top,left top,color-stop(50%,#6551f2),color-stop(50%,#e8e8e8),to(#e8e8e8));background-image:linear-gradient(90deg,#6551f2,transparent 0,transparent),linear-gradient(270deg,#6551f2 50%,#e8e8e8 0,#e8e8e8);-webkit-animation:exlacVMSpiner .9s linear infinite forwards;animation:exlacVMSpiner .9s linear infinite forwards;content:""}.exlac-vm-record-send-progress__bar span{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:101}@-webkit-keyframes exlacVMSpiner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes exlacVMSpiner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exlac-vm-contact-form__title{font-size:18px;font-weight:500;line-height:1.333;margin:0 0 30px;color:var(--color-dark)}.exlac-vm-transparent-form-control{border:none;outline:none;background:transparent!important}.exlac-vm-btn svg{margin-left:10px}.exlac-vm-btn div div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.exlac-vm-h-20{height:20px}.exlac-vm-w-f{width:100%}.exlac-vm-m-0{margin:0}.exlac-vm-mb-20{margin-bottom:20px}.exlac-vm-mt-10{margin-top:10px}.exlac-vm-mt-20{margin-top:20px}.exlac-vm-p-20{padding:20px}.exlac-vm-p-20,.exlac-vm-p-30{-webkit-box-sizing:border-box;box-sizing:border-box}.exlac-vm-p-30{padding:30px}.exlac-vm-h-100pr{height:100%}.exlac-vm-font-family{font-family:var(--wp--preset--font-family--source-serif-pro)}.exlac-vm-font-weight-500{font-weight:500}.exlac-vm-font-size-16{font-size:16px}.exlac-vm-font-size-20{font-size:20px}.exlac-vm-font-w-bold{font-weight:700}.exlac-vm-success__title{font-size:24px;font-weight:600;color:var(--color-dark)}.exlac-vm-d-block{display:block}.exlac-vm-d-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.exlac-vm-flex-grow-1{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.exlac-vm-flex-direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.exlac-vm-justify-content-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.exlac-vm-text-center{text-align:center}.exlac-vm-text-danger{color:var(--color-danger)}.exlac-vm-text-white{color:#fff}.exlac-vm-text-color{color:var(--color-text)}.exlac-vm-record-send-success__top{padding:30px 0 40px;background-color:#030308;border-radius:25px 25px 0 0}.exlac-vm-space-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.exlac-vm-alert{padding:8px 15px;font-size:15px;text-align:center;border-radius:5px;background-color:#d3d3d3}.exlac-vm-alert-danger{color:red;background-color:#ffd2d2}@-webkit-keyframes exlacSpinMove{to{opacity:1}}@keyframes exlacSpinMove{to{opacity:1}}@-webkit-keyframes exlacRotate{to{-webkit-transform:rotate(410deg);transform:rotate(410deg)}}@keyframes exlacRotate{to{-webkit-transform:rotate(410deg);transform:rotate(410deg)}}@-webkit-keyframes exlacVideoOpen{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes exlacVideoOpen{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes exlacVmScaling{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes exlacVmScaling{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}