.section{width:100%;height:auto;clear:both;padding-left:1rem;padding-right:1rem;z-index:1}@media(min-width: 360px){.section{padding-left:1.266rem;padding-right:1.266rem}}@media(min-width: 568px){.section{padding-left:2.441rem;padding-right:2.441rem}}@media(min-width: 768px){.section{padding-left:3.815rem;padding-right:3.815rem}}@media(min-width: 1024px){.section{padding-left:4.768rem;padding-right:4.768rem}}@media(min-width: 1280px){.section{padding-left:5.96rem;padding-right:5.96rem}}.innerSection{width:100%;max-width:1400px;margin:0 auto}.sectionPadding{padding-bottom:2.441rem;padding-top:2.441rem}@media(min-width: 568px){.sectionPadding{padding-top:3.052rem;padding-bottom:3.052rem}}@media(min-width: 768px){.sectionPadding{padding-top:3.815rem;padding-bottom:3.815rem}}@media(min-width: 1280px){.sectionPadding{padding-top:4.768rem;padding-bottom:4.768rem}}.sectionPaddingTop{padding-top:2.441rem}@media(min-width: 568px){.sectionPaddingTop{padding-top:3.052rem}}@media(min-width: 768px){.sectionPaddingTop{padding-top:3.815rem}}@media(min-width: 1280px){.sectionPaddingTop{padding-top:4.768rem}}.sectionPaddingBottom{padding-bottom:2.441rem}@media(min-width: 568px){.sectionPaddingBottom{padding-bottom:3.052rem}}@media(min-width: 768px){.sectionPaddingBottom{padding-bottom:3.815rem}}@media(min-width: 1280px){.sectionPaddingBottom{padding-bottom:4.768rem}}.btnDiv{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.disableButton{opacity:.5;background-color:#909294 !important;border:1px solid #ebedf3 !important;cursor:inherit !important;pointer-events:none}.loader{display:inline-block;width:15px;height:15px}.loader::before{content:"";display:block;width:10px;height:10px;background-color:rgba(0,0,0,0);border:2px solid #fff;border-top:2px solid rgba(0,0,0,0);border-radius:100%;animation:loader1 .7s linear infinite}@keyframes loader1{0%{transform:translate(0%, 0%) rotate(0deg)}100%{transform:translate(0%, 0%) rotate(360deg)}}.lgCard{width:100%}.mdCard{width:100%}@media(min-width: 1024px){.mdCard{width:49.5%}}.smCard{width:49.5%;min-width:100px}@media(min-width: 1024px){.smCard{width:32.5%}}.xsCard{width:24.5%;min-width:100px;margin-right:.75%;margin-left:.75%}.lgDiv{width:100%}.mdDiv{width:100%}@media(min-width: 1024px){.mdDiv{width:48.5%;margin-right:.75%;margin-left:.75%}}.smDiv{width:48.5%;min-width:100px;margin-right:.75%;margin-left:.75%}@media(min-width: 1024px){.smDiv{width:31.5%}}.xsDiv{width:23.5%;min-width:100px;margin-right:.75%;margin-left:.75%}.xxsDiv{width:18.5%;min-width:100px;margin-right:.75%;margin-left:.75%}[width=xxs]{width:45px;min-width:45px}[width=xs]{width:75px;min-width:75px}[width=sm]{width:100px;min-width:100px}[width=md]{width:150px;min-width:150px}[width=lg]{width:200px;min-width:200px}[width=xl]{width:250px;min-width:250px}[width=xxl]{width:300px;min-width:300px}[width=xxxl]{width:350px;min-width:350px}[mode=alert]{color:#ff3232;background-color:#fff8f8;padding:.5rem}[mode=error]{color:#ff3232;background-color:#fff8f8;padding:.5rem}[mode=success]{color:#4ac434;background-color:#fafff8;padding:.5rem}[mode=warning]{color:#f8ab04;background-color:#fffef8;padding:.5rem}[mode=info]{color:#5d5e5f;background-color:#f7faff;padding:.5rem}[mode=note]{color:#5d5e5f;background-color:#f7faff;padding:.5rem}.messageBox{width:100%;max-width:600px;font-size:.702rem;font-weight:400;margin-top:.5rem;border-radius:5px}.messageBox:empty{padding:0;margin-top:0}.formDiv{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}form{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}label{display:block;white-space:nowrap;color:#fff;font-family:"Satoshi",sans-serif;font-size:.9rem;font-weight:500;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem}.inputDiv,#wallSection .formSection .optionForm{display:flex;align-items:flex-start;flex-direction:column;margin-bottom:1rem}input[type=date],input[type=datetime-local],input[type=email],input[type=file],input[type=hidden],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea,select,datalist{width:100%;padding:.5rem;font-family:"Satoshi",sans-serif;font-size:1rem;font-weight:400;color:#fff;background-color:#212427;border:1px solid #333;border-radius:0;transition:all .5s;line-height:1.3}input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=email]::placeholder,input[type=file]::placeholder,input[type=hidden]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=range]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,input[type=week]::placeholder,textarea::placeholder,select::placeholder,datalist::placeholder{color:#fff;font-family:inherit;font-size:.889rem;font-weight:400;letter-spacing:0px}input[type=date]:hover,input[type=datetime-local]:hover,input[type=email]:hover,input[type=file]:hover,input[type=hidden]:hover,input[type=month]:hover,input[type=number]:hover,input[type=password]:hover,input[type=range]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=time]:hover,input[type=url]:hover,input[type=week]:hover,textarea:hover,select:hover,datalist:hover{border:1px solid #5b0a91}input[type=date]:active,input[type=datetime-local]:active,input[type=email]:active,input[type=file]:active,input[type=hidden]:active,input[type=month]:active,input[type=number]:active,input[type=password]:active,input[type=range]:active,input[type=search]:active,input[type=tel]:active,input[type=text]:active,input[type=time]:active,input[type=url]:active,input[type=week]:active,textarea:active,select:active,datalist:active{border:1px solid #5b0a91}input[type=date]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=file]:focus,input[type=hidden]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus,select:focus,datalist:focus{border:1px solid #10b2a7}input[type=date]:visited,input[type=datetime-local]:visited,input[type=email]:visited,input[type=file]:visited,input[type=hidden]:visited,input[type=month]:visited,input[type=number]:visited,input[type=password]:visited,input[type=range]:visited,input[type=search]:visited,input[type=tel]:visited,input[type=text]:visited,input[type=time]:visited,input[type=url]:visited,input[type=week]:visited,textarea:visited,select:visited,datalist:visited{border-bottom:3px solid #fff}select{color:#fff;font-size:.889rem;appearance:auto !important}select option{color:#212427}textarea{min-height:100px;min-width:100%;max-width:100%;vertical-align:top;overflow:auto}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus input:-webkit-autofill,textarea:-webkit-autofill,textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{outline:0 none;background:#fff;-webkit-text-fill-color:inherit !important;-webkit-box-shadow:0 0 0 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}[type=radio],[type=checkbox],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;width:100%}[type=radio]:focus,[type=checkbox]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus,select:focus{outline:0}@supports(-webkit-appearance: none) or (-moz-appearance: none){input[type=checkbox],input[type=radio]{--active: #5b38e1;--active-inner: #fff;--focus: 2px #8e7fcc;--border: #BBC1E1;--border-hover: #5b38e1;--background: #fff;--disabled: #F6F8FF;--disabled-inner: #E1E6F9;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:none;display:inline-block;vertical-align:top;margin:0;cursor:pointer;border:1px solid var(--bc, var(--border));background:var(--b, var(--background));transition:background .3s,border-color .3s,box-shadow .2s}input[type=checkbox]:after,input[type=radio]:after{content:"";display:block;left:-1px;top:-1px;position:absolute;transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s)}input[type=checkbox]:checked,input[type=radio]:checked{--b: var(--active);--bc: var(--active);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}input[type=checkbox]:checked+label,input[type=radio]:checked+label{color:#212427 !important}input[type=checkbox]:checked+label::before,input[type=radio]:checked+label::before{border:3px solid #fd4a13 !important;box-shadow:2px 4px 16px rgba(0,0,0,.16) !important}input[type=checkbox]:checked+label span,input[type=radio]:checked+label span{text-shadow:none}input[type=checkbox]:disabled,input[type=radio]:disabled{--b: var(--disabled);cursor:not-allowed;opacity:.9}input[type=checkbox]:disabled:checked,input[type=radio]:disabled:checked{--b: var(--disabled-inner);--bc: var(--border)}input[type=checkbox]:disabled+label,input[type=radio]:disabled+label{cursor:not-allowed}input[type=checkbox]:hover:not(:checked):not(:disabled),input[type=radio]:hover:not(:checked):not(:disabled){--bc: var(--border-hover)}input[type=checkbox]:focus,input[type=radio]:focus{box-shadow:0 0 0 var(--focus)}input[type=checkbox]:not(.switch),input[type=radio]:not(.switch){width:19px;min-width:19px;height:19px}input[type=checkbox]:not(.switch):after,input[type=radio]:not(.switch):after{opacity:var(--o, 0)}input[type=checkbox]:not(.switch):checked,input[type=radio]:not(.switch):checked{--o: 1}input[type=checkbox]+label,input[type=radio]+label{font-size:.79rem;display:inline-block;vertical-align:top;cursor:pointer;margin-left:.5rem}input[type=checkbox]:not(.switch){border-radius:5px}input[type=checkbox]:not(.switch):after{width:4px;height:8px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:5px;top:2px;transform:rotate(var(--r, 20deg))}input[type=checkbox]:not(.switch):checked{--r: 43deg}input[type=checkbox].switch{width:38px;border-radius:11px}input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab, var(--border));transform:translateX(var(--x, 0))}input[type=checkbox].switch:checked{--ab: var(--active-inner);--x: 17px}input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}input[type=radio]{border-radius:50%}input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s, 0.7))}input[type=radio]:checked{--s: .5}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]::before{content:"";position:absolute;left:0;top:0;z-index:1;width:20px;height:20px;background-color:#5d5e5f}.inputBox{width:100%;display:flex;justify-content:space-between}.passwordShowIconDiv{position:absolute;top:5px;right:10px;width:35px;height:35px;padding:5px;border-radius:1rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.passwordShowIconDiv:hover{background-color:#f6f5fa}.passwordShowIconDiv .hide{display:none}.passwordShowIconDiv .showIcon{display:block !important}.passwordShowIconDiv i{top:3px;left:5px;color:#909294;font-size:2.027rem;display:none;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.passwordShowIconDiv i:hover{color:#10b2a7}#inputMask{position:fixed;top:0;left:0;z-index:666;display:none;width:100vw;height:100vh;background-color:rgba(0,0,0,0)}#inputMask .inputDiv,#inputMask #wallSection .formSection .optionForm,#wallSection .formSection #inputMask .optionForm{position:absolute;background-color:#fff;border-radius:0 0 10px 10px;box-shadow:rgba(0,0,0,.04) 0px 3px 5px}#inputMask .inputDiv #inputMaskTextArea,#inputMask #wallSection .formSection .optionForm #inputMaskTextArea,#wallSection .formSection #inputMask .optionForm #inputMaskTextArea{border:1px solid #ebedf3;width:300px;min-height:100px;max-height:300px;color:#333;font-size:1rem;font-weight:500;padding:.75rem;z-index:999}#inputMask .inputDiv #inputMaskButtonArea,#inputMask #wallSection .formSection .optionForm #inputMaskButtonArea,#wallSection .formSection #inputMask .optionForm #inputMaskButtonArea{width:100%;padding:.5rem .75rem;text-align:right}#inputMask .inputDiv #inputMaskButtonArea .btn,#inputMask #wallSection .formSection .optionForm #inputMaskButtonArea .btn,#wallSection .formSection #inputMask .optionForm #inputMaskButtonArea .btn{margin:0;margin-left:.5rem}#inputMask .inputDiv #inputMaskButtonArea #inputMaskClose,#inputMask #wallSection .formSection .optionForm #inputMaskButtonArea #inputMaskClose,#wallSection .formSection #inputMask .optionForm #inputMaskButtonArea #inputMaskClose{background-color:#ff8787}#inputMask .inputDiv #inputMaskButtonArea #inputMaskUpdate,#inputMask #wallSection .formSection .optionForm #inputMaskButtonArea #inputMaskUpdate,#wallSection .formSection #inputMask .optionForm #inputMaskButtonArea #inputMaskUpdate{background-color:#4bb1b1}.multiSelect .select2{width:100% !important;min-height:44.3px}.multiSelect .select2-container .selection{min-height:44.3px}.multiSelect .select2-container .selection .select2-selection{min-height:100%;padding:0 !important;border:1px solid #f2eef7 !important}.multiSelect .select2-container .selection .select2-selection__rendered{margin-top:.7rem !important;display:flex !important;flex-wrap:wrap !important}.multiSelect .select2-container .selection .select2-selection__rendered:empty{margin-top:0 !important}.multiSelect .select2-container .selection .select2-selection__rendered .select2-selection__choice{display:flex !important;align-items:center;padding:.5rem !important;background-color:#f6f5fa !important;border:1px solid #ebedf3 !important}.multiSelect .select2-container .selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{position:relative !important;order:2;border:none !important;color:#5b0a91 !important;margin-left:.5rem !important;font-size:2.281rem !important;font-weight:400 !important}.multiSelect .select2-container .selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display{color:#5b0a91 !important;order:1}.multiSelect .select2-container .selection textarea{min-height:43px !important;margin:0 !important;padding:.7rem !important;font-family:"Satoshi",sans-serif !important}.multiSearch .select2-container .selection .select2-selection--multiple{padding:0 !important;padding-right:50px !important;border:1px solid #f2eef7 !important}.multiSearch .select2-container .selection .select2-selection__rendered{margin-top:.7rem !important;display:flex !important;flex-wrap:wrap !important}.multiSearch .select2-container .selection .select2-selection__rendered:empty{margin-top:0 !important}.multiSearch .select2-container .selection .select2-selection__rendered .select2-selection__choice{display:flex !important;align-items:center;padding:.5rem !important;background-color:#f6f5fa !important;border:1px solid #ebedf3 !important}.multiSearch .select2-container .selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{position:relative !important;order:2;border:none !important;color:#5b0a91 !important;margin-left:.5rem !important;font-size:2.281rem !important;font-weight:400 !important}.multiSearch .select2-container .selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display{color:#5b0a91 !important;order:1}.multiSearch .select2-container .selection textarea{min-height:43px !important;margin:0 !important;padding:.7rem !important;font-family:"Satoshi",sans-serif !important}.multiSearch button{position:absolute;bottom:0;right:0;min-height:45px;padding:.3rem 1rem;background-color:#f6f5fa;border:1px solid #ebedf3;border-radius:5px;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.multiSearch button:hover{background-color:#5b0a91}.multiSearch button:hover i{color:#fff}.multiSearch button i{color:#5b0a91;font-size:2.027rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.search{max-width:600px;overflow:hidden;display:flex}.search input{flex:1;font-family:"Satoshi",sans-serif;padding:.7rem 1rem;border:none;padding-right:46px !important}.search button{position:absolute;top:0;right:0;height:100%;padding:.75rem 1rem;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:5px;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.search button:hover{background-color:#f6f5fa;border:1px solid #ebedf3}.search button:hover i{color:#5b0a91}.search button i{color:#10b2a7;font-size:2.281rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.dataList{max-width:600px}.dataList .inputBox button{position:absolute;top:0;right:0;height:100%;padding:.75rem 1rem;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:5px;pointer-events:none;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.dataList .inputBox button::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff;border-radius:5px}.dataList .inputBox button i{color:#10b2a7;font-size:2.281rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.customInput{max-width:600px}.customInput label input{min-width:auto;font-size:.79rem;font-weight:600;border:none;padding:0}.customInput label input:hover,.customInput label input :active,.customInput label input :visited,.customInput label input :focus,.customInput label input :focus-visible,.customInput label input :focus-within,.customInput label input :target{background-color:#fff !important;border:none !important}.customInput .moreBtn{position:absolute;top:0;right:0;padding:.75rem;border-radius:5px;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.customInput .moreBtn .btnMenu{top:unset !important;bottom:100%}.uploadInput:hover .inputBox{border:1px dashed #7d66bb}.uploadInput:hover .inputBox label{color:#10b2a7}.uploadInput .inputBox{border:1px dashed #c6aefd;border-radius:5px;overflow:hidden;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.uploadInput .inputBox label{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#5b0a91;pointer-events:none;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.uploadInput .inputBox label i{margin-right:.5rem;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.uploadInput .inputBox input{opacity:0;z-index:1;cursor:pointer}.filterSelectBox{width:100%;font-family:"Satoshi",sans-serif;color:#212427;font-size:.702rem;font-weight:500;padding:.75rem;background-color:#fff;border:1px solid #f2eef7;border-radius:5px;margin-right:1rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.filterSelectBox:hover{background-color:#fff;border:1px solid #4ac434}.inputEditor{padding-top:0}.inputEditor .ql-container.ql-snow{border:1px solid #f2eef7 !important;border-radius:5px}.inputEditor .ql-toolbar.ql-snow{position:absolute;bottom:0;left:0;z-index:100;width:100%;border:none;border-top:1px solid #ebedf3;border-radius:.25rem}.inputEditor textarea{height:200px;border:1px solid #f2eef7 !important;padding-bottom:3.052rem !important}.radioBtn{max-width:600px;padding-top:.5rem !important}.radioBtn label{position:relative;top:0;left:0;padding:0;margin-bottom:.75rem}.radioBtn ul li{display:flex;align-items:center;margin-bottom:.75rem}.radioBtn ul li label{margin-top:0;margin-bottom:0}.radioBtnRow{max-width:600px}.radioBtnRow label{position:relative;top:0;left:0;padding:0;margin-bottom:.75rem}.radioBtnRow ul{display:flex}.radioBtnRow ul li{display:flex;align-items:center;margin-right:1rem}.radioBtnRow ul li label{margin-top:0;margin-bottom:0}.checkbox{max-width:600px;padding-top:.5rem}.checkbox label{position:relative;top:0;left:0;padding:0;margin-bottom:.75rem}.checkbox ul li{display:flex;align-items:center;margin-bottom:1rem}.checkbox ul li label{margin-top:0;margin-bottom:0}.checkboxRow{max-width:600px}.checkboxRow label{position:relative;top:0;left:0;padding:0;margin-bottom:.75rem}.checkboxRow ul{display:flex;flex-wrap:wrap}.checkboxRow ul li{display:flex;align-items:center;margin-right:1rem}.checkboxRow ul li label{margin-top:0;margin-bottom:0 !important}.switchBtn{max-width:600px;display:flex;align-items:center}.switchBtn label{position:relative;top:0;left:0}#reportrange{height:46px;max-width:100%;display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:.7rem;border-radius:5px;border:1px solid #ebedf3;font-size:.889rem;cursor:pointer}#reportrange i{color:#c8cbd3;cursor:pointer}#reportrange .value{margin:0 .5rem;margin-right:auto;cursor:pointer}.subTypeinputDiv .subTypeInput{margin-top:1rem}.multiCheckbox label{z-index:3}.multiCheckbox .inputbox .checkboxField{color:#5b0a91;font-size:.889rem;font-weight:500;background-color:#fff;border:1px solid #f2eef7;border-radius:5px;padding:.75rem 1rem;z-index:2;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.multiCheckbox .inputbox .checkboxField:hover{background-color:#f6f5fa}.multiCheckbox .inputbox .checkboxField::placeholder{font-size:.889rem;font-weight:500;color:#333}.multiCheckbox .inputbox i{position:absolute;top:30%;right:1rem;z-index:2}.multiCheckbox .checkboxListDivIntro{display:block !important;box-shadow:rgba(17,12,46,.15) 0px 48px 100px 0px !important;padding-top:.5rem}.multiCheckbox .checkboxListDiv{width:100%;min-width:200px;max-width:600px;min-width:max-content;position:absolute;top:100%;left:0;z-index:3;display:none;margin-top:0;background-color:#fff;text-align:left;border:1px solid #ebedf3;border-top:none;border-radius:0 0 10px 10px;overflow:hidden;box-shadow:rgba(17,12,46,0) 0px 48px 100px 0px}.multiCheckbox .checkboxListDiv li{display:flex;align-items:center;padding:.5rem 1rem;background-color:#fff;border-bottom:1px solid #f6f5fa;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.multiCheckbox .checkboxListDiv li:hover label{color:#212427}.multiCheckbox .checkboxListDiv li input{z-index:2}.multiCheckbox .checkboxListDiv li label{z-index:1;white-space:nowrap;margin:0;margin-left:.75rem;background-color:rgba(0,0,0,0);transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.multiCheckbox .checkboxClose{display:none;position:fixed;left:0;top:0;width:100%;height:100vh;z-index:2}.addInputField{display:flex;align-items:flex-end;justify-content:center}.addInputField .inputDiv,.addInputField #wallSection .formSection .optionForm,#wallSection .formSection .addInputField .optionForm{margin-bottom:0}.addInputField .inputDiv input,.addInputField #wallSection .formSection .optionForm input,#wallSection .formSection .addInputField .optionForm input{border-right:none}[reminder=active]{border:1px solid #b6f3b6}[reminder=done]{background-color:#ecffef}[reminder=done] .btn{display:none}[reminder=cancel]{background-color:#f6f5fa;border:1px solid #ebedf3;opacity:.5}[reminder=cancel] .btn{display:none}.labelMovingAnimation{display:block;margin-bottom:1rem}.labelMovingAnimation label{pointer-events:none;transition:.3s cubic-bezier(0.37, 0, 0.63, 1);display:inline-block;position:absolute;top:1rem;left:1rem;margin:0}.labelMovingAnimation input:placeholder-shown+label{top:1rem;left:1rem;color:maroon;font-size:.9rem;font-weight:400}.labelMovingAnimation input:not(:placeholder-shown)~label{top:1rem;left:1rem;color:maroon;font-size:.9rem;font-weight:400}.labelMovingAnimation textarea:placeholder-shown+label{top:1rem;left:1rem;color:maroon;font-size:.9rem;font-weight:400}.labelMovingAnimation textarea:not(:placeholder-shown)~label{top:1rem;left:1rem;color:maroon;font-size:.9rem;font-weight:400}.labelMovingAnimation input:focus+label,.labelMovingAnimation input:not(:placeholder-shown)+label,.labelMovingAnimation textarea:focus+label,.labelMovingAnimation textarea:not(:placeholder-shown)+label{top:-15px;left:5px;color:#10b2a7;font-size:.889rem;font-weight:600;background-color:#fff;padding:.5rem}*{margin:0;padding:0;border:0;box-sizing:border-box;position:relative;outline-style:none;line-height:1;cursor:context-menu}*:before,* :after{font-family:inherit}html{width:100vw;max-width:100%;display:block;scroll-behavior:smooth;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{font-size:16px}@media screen and (min-width: 300px){html{font-size:calc(0.085106383vw + 15.7446808511px)}}@media screen and (min-width: 5000px){html{font-size:20px}}.bodyIntro{height:100vh !important;overflow:hidden !important}body{width:100%;height:100%;min-height:100vh;padding:0;margin:0;overflow-y:auto;font-family:"Satoshi",sans-serif;line-height:1;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;overscroll-behavior-y:none}.m0{margin:0 !important}.p0{padding:0 !important}img{width:100%;display:block;height:intrinsic;image-rendering:-webkit-optimize-contrast}.bgCover{background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}a{text-decoration:none;font-family:inherit;color:inherit;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}button,[type=button]{cursor:pointer;background-color:rgba(0,0,0,0);border:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}button:focus,[type=button]:focus{outline:0}li{list-style-type:none}h1,h2,h3,h4,h5,p{margin:0;padding:0}p{margin-top:1rem;font-size:1rem;font-weight:400;line-height:1.3}h1{font-size:1.802rem;font-weight:700}@media(min-width: 360px){h1{font-size:2.027rem}}@media(min-width: 568px){h1{font-size:2.281rem}}@media(min-width: 768px){h1{font-size:2.566rem}}@media(min-width: 1024px){h1{font-size:2.887rem}}@media(min-width: 1280px){h1{font-size:3.247rem}}@media(min-width: 1800px){h1{font-size:4.11rem}}h2{font-size:1.602rem;font-weight:700}@media(min-width: 360px){h2{font-size:1.802rem}}@media(min-width: 568px){h2{font-size:2.027rem}}@media(min-width: 768px){h2{font-size:2.281rem}}@media(min-width: 1024px){h2{font-size:2.566rem}}@media(min-width: 1280px){h2{font-size:2.887rem}}@media(min-width: 1800px){h2{font-size:3.653rem}}h3{font-size:1.424rem;font-weight:700}@media(min-width: 360px){h3{font-size:1.602rem}}@media(min-width: 568px){h3{font-size:1.802rem}}@media(min-width: 768px){h3{font-size:2.027rem}}@media(min-width: 1024px){h3{font-size:2.281rem}}@media(min-width: 1280px){h3{font-size:2.566rem}}h4{font-size:1.266rem;font-weight:600}@media(min-width: 360px){h4{font-size:1.424rem}}@media(min-width: 568px){h4{font-size:1.602rem}}@media(min-width: 768px){h4{font-size:1.802rem}}h5{font-size:1.125rem;font-weight:600}@media(min-width: 360px){h5{font-size:1.266rem}}table{display:table;border-spacing:0;border-collapse:collapse}table tr{display:table-row}table td{text-align:left;font-weight:300}::-webkit-scrollbar{width:10px;height:1px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background:#909294}::-webkit-scrollbar-thumb:window-inactive{background:#909294}#wallSection{min-height:88vh;display:flex;flex-wrap:wrap;text-align:center;width:100%;height:auto;clear:both;padding-left:1rem;padding-right:1rem;z-index:1;padding-bottom:2.441rem;padding-top:2.441rem;background-color:#04050c}@media(min-width: 360px){#wallSection{padding-left:1.266rem;padding-right:1.266rem}}@media(min-width: 568px){#wallSection{padding-left:2.441rem;padding-right:2.441rem}}@media(min-width: 768px){#wallSection{padding-left:3.815rem;padding-right:3.815rem}}@media(min-width: 1024px){#wallSection{padding-left:4.768rem;padding-right:4.768rem}}@media(min-width: 1280px){#wallSection{padding-left:5.96rem;padding-right:5.96rem}}@media(min-width: 568px){#wallSection{padding-top:3.052rem;padding-bottom:3.052rem}}@media(min-width: 768px){#wallSection{padding-top:3.815rem;padding-bottom:3.815rem}}@media(min-width: 1280px){#wallSection{padding-top:4.768rem;padding-bottom:4.768rem}}#wallSection::after{content:"";position:absolute;top:0;left:0;width:100%;height:50%;background-position:top;background-repeat:no-repeat;background-size:cover;background-image:url("/asset/images/wall-1.jpg")}@media(min-width: 1024px){#wallSection::after{height:100%}}#wallSection::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;background:#000;background:linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8912815126) 80%, rgba(0, 0, 0, 0.8632703081) 100%);opacity:.8;z-index:1}@media(min-width: 1024px){#wallSection::before{width:60%;height:100%;background:#000;background:linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8912815126) 80%, rgba(0, 0, 0, 0.8632703081) 100%)}}#wallSection .content{z-index:2;width:100%;text-align:center}@media(min-width: 1024px){#wallSection .content{width:auto;flex:1;text-align:left}}#wallSection .content .logoDiv{margin:auto;margin-bottom:2.441rem;width:10rem;display:block}@media(min-width: 1024px){#wallSection .content .logoDiv{margin:0;margin-bottom:2.441rem}}#wallSection .content #wallTitle{color:#fff;font-weight:300}#wallSection .content #wallTitle span{display:block;padding-bottom:.5rem;font-weight:500;letter-spacing:1px}#wallSection .content p{margin-top:0;color:#ebedf3;font-size:1.266rem}#wallSection .formSection{max-width:400px;margin:0 auto;margin-top:2.441rem;display:flex;align-items:center;padding:1rem;background-color:#212427;border-radius:10px;z-index:2}@media(min-width: 1024px){#wallSection .formSection{margin:0;padding:2rem;z-index:2}}#wallSection .formSection .optionList,#wallSection .formSection .optionForm{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;margin-top:2.441rem}#wallSection .formSection .optionList .radio,#wallSection .formSection .optionForm .radio{width:auto;min-width:100px;height:auto;border:1px solid #ebedf3;background-color:#212427;border-radius:2rem;margin:0 .5rem;padding:0 !important;margin-bottom:1rem;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}#wallSection .formSection .optionList .radio:hover::after,#wallSection .formSection .optionForm .radio:hover::after{color:#5b0a91}#wallSection .formSection .optionList .radio::after,#wallSection .formSection .optionForm .radio::after{position:relative;left:0 !important;top:0;content:attr(data-label);display:block;width:100%;height:100%;text-align:center;color:#fff;font-family:"Satoshi",sans-serif;font-size:.9rem;font-weight:500;background-color:rgba(0,0,0,0);border-radius:0;opacity:1;transform:none;padding:.75rem 0;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}#wallSection .formSection .optionList .radio:checked,#wallSection .formSection .optionForm .radio:checked{border:1px solid maroon;background-color:maroon}#wallSection .formSection .optionList .radio:checked::after,#wallSection .formSection .optionForm .radio:checked::after{color:maroon;border-bottom:1px solid maroon;padding:.75rem 0 !important;border-radius:5px !important}#wallSection .formSection .optionList .radio:focus,#wallSection .formSection .optionForm .radio:focus{box-shadow:0 0 0 #5b0a91}#wallSection .formSection .optionForm{width:100%;display:flex;align-items:center;margin:1rem 0}#wallSection .formSection .optionForm .class{width:100%;font-weight:300;text-align:center;color:#fff;margin-bottom:1rem}#wallSection .formSection .optionForm .options{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}#wallSection .formSection .optionForm .options .radio{margin:0 .5rem;margin-bottom:1rem;border-radius:0;background-color:rgba(0,0,0,0);border:0}#wallSection .formSection .optionForm .options .radio::after{left:-10px}#wallSection .formSection .optionForm .options .radio:checked::after{color:#fff;background-color:maroon;background:linear-gradient(to right top, #5b0a91, #621397, #681b9d, #6e22a3, #7529a9, #7328a6, #7127a4, #6f26a1, #641d95, #5a1489, #4f0a7d, #450072);padding:.5rem 1rem;border-radius:3rem}#wallSection .formSection .optionForm .options .radio:checked+.formDiv{order:10;display:flex}#wallSection .formSection .optionForm .options .formDiv{display:none;flex-wrap:wrap;width:100%;margin-top:1rem;text-align:center}#wallSection .formSection .optionForm .options .formDiv:empty{margin-top:0}#wallSection .formSection .optionForm .options .formDiv label{width:auto;text-align:left;margin-bottom:.5rem}#wallSection .formSection .optionForm .formDiv #submitBtn{width:100%;display:inline-flex;justify-content:center;align-items:center;font-family:inherit;font-weight:400;margin-top:1rem;border-radius:5px;-webkit-writing-mode:horizontal-tb !important;text-rendering:auto;overflow:hidden;transition:.3s cubic-bezier(0.37, 0, 0.63, 1);cursor:pointer;color:#fff;background-color:maroon;background:linear-gradient(to right top, #5b0a91, #621397, #681b9d, #6e22a3, #7529a9, #7328a6, #7127a4, #6f26a1, #641d95, #5a1489, #4f0a7d, #450072);font-size:1rem;padding:.75rem 1rem}#wallSection .formSection .optionForm .formDiv #submitBtn i{top:2px;margin-left:.25rem;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}#wallSection .formSection .optionForm .formDiv #submitBtn i{color:#212427}#wallSection .formSection .optionForm .formDiv #submitBtn:hover{color:#fff;background-color:#fff;background:none;border:1px solid #ebedf3}#wallSection .formSection .checkBoxOption{margin-top:1rem}#wallSection .formSection .checkBoxOption a{width:100%;display:inline-flex;justify-content:center;align-items:center;font-family:inherit;font-weight:400;margin-top:1rem;border-radius:5px;-webkit-writing-mode:horizontal-tb !important;text-rendering:auto;overflow:hidden;transition:.3s cubic-bezier(0.37, 0, 0.63, 1);cursor:pointer;margin:0;width:100px;display:inline-block !important;color:#fff;font-weight:500;padding:.7rem;border:1px solid #ebedf3}#wallSection .formSection .checkBoxOption a i{top:2px;margin-left:.25rem;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}#wallSection .formSection .checkBoxOption a:hover{color:maroon}#wallSection .formSection .checkBoxOption .radio{margin:0 !important;border:1px solid #ebedf3 !important;border-radius:5px !important;margin-right:1rem !important}#advantageSection{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;background-color:#333}#advantageSection .advantageDiv{width:50%;display:flex;align-items:center;padding:1rem;border-bottom:1px solid #333;border-left:1px solid #212427}@media(min-width: 1024px){#advantageSection .advantageDiv{width:16%;justify-content:center}#advantageSection .advantageDiv:nth-child(4){border-right:0}}#advantageSection .advantageDiv img{width:45px;background-color:#212427;background:linear-gradient(to right top, #5b0a91, #621397, #681b9d, #6e22a3, #7529a9, #7328a6, #7127a4, #6f26a1, #641d95, #5a1489, #4f0a7d, #450072);padding:.5rem;border-radius:10px}@media(min-width: 568px){#advantageSection .advantageDiv img{width:55px}}#advantageSection .title{margin:0;margin-left:1rem;color:#fff;font-size:1rem;font-weight:400}#productDetailsSection{width:100%;display:flex;align-items:center;flex-wrap:wrap;width:100%;height:auto;clear:both;padding-left:1rem;padding-right:1rem;z-index:1;padding-bottom:2.441rem;padding-top:2.441rem;background-color:#212427}@media(min-width: 360px){#productDetailsSection{padding-left:1.266rem;padding-right:1.266rem}}@media(min-width: 568px){#productDetailsSection{padding-left:2.441rem;padding-right:2.441rem}}@media(min-width: 768px){#productDetailsSection{padding-left:3.815rem;padding-right:3.815rem}}@media(min-width: 1024px){#productDetailsSection{padding-left:4.768rem;padding-right:4.768rem}}@media(min-width: 1280px){#productDetailsSection{padding-left:5.96rem;padding-right:5.96rem}}@media(min-width: 568px){#productDetailsSection{padding-top:3.052rem;padding-bottom:3.052rem}}@media(min-width: 768px){#productDetailsSection{padding-top:3.815rem;padding-bottom:3.815rem}}@media(min-width: 1280px){#productDetailsSection{padding-top:4.768rem;padding-bottom:4.768rem}}#productDetailsSection #mediaSection{display:flex;flex-direction:column;align-items:center;width:100%}@media(min-width: 1024px){#productDetailsSection #mediaSection{width:50%;margin:0}}#productDetailsSection #mediaSection img{border-radius:10px}#productDetailsSection .details{width:100%;padding:2.441rem}@media(min-width: 1024px){#productDetailsSection .details{width:50%}}#productDetailsSection .details .primaryDetails .title{width:100%;color:#fff;font-weight:300;margin-bottom:2.441rem}#productDetailsSection .details .primaryDetails .title span{font-weight:600;padding-bottom:1rem;background:red;background:-webkit-linear-gradient(to right, #ff0000, #9932cc);background:linear-gradient(to right, #ff0000, #9932cc);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}#productDetailsSection .details .additionalDetails{max-width:100% !important;padding:0 !important;width:100%;max-width:700px;margin:0 auto}#productDetailsSection .details .additionalDetails .dropBoxTitle{color:#212427;font-weight:500}#productDetailsSection .details .additionalDetails .dropList{display:block}#productDetailsSection .details .additionalDetails .dropList .dropBox{display:flex;align-items:center;justify-content:space-between;color:#333;font-size:1rem;font-weight:600;padding:1rem 0;transition:.3s cubic-bezier(0.37, 0, 0.63, 1);cursor:pointer}#productDetailsSection .details .additionalDetails .dropList .dropBox .moreBtn{margin-left:auto;padding:1rem}#productDetailsSection .details .additionalDetails .dropList .dropBox span{cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}#productDetailsSection .details .additionalDetails .dropList .dropBox span i{color:#5d5e5f;font-size:.889rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}#productDetailsSection .details .additionalDetails .dropList .dropBox span .dropRemove{display:none}#productDetailsSection .details .additionalDetails .dropList .dropContent{display:none;width:100%}#productDetailsSection .details .additionalDetails .dropList .dropBox{display:flex;justify-content:space-between;border-bottom:1px solid #5d5e5f;padding:.5rem 0}#productDetailsSection .details .additionalDetails .dropList .dropBox .title{margin:0;font-size:1.125rem;font-weight:400;color:#fff}#productDetailsSection .details .additionalDetails .dropList .dropBox .title:hover{color:#ebedf3}#productDetailsSection .details .additionalDetails .dropList .dropBox .icon i{color:#fff;font-size:1.424rem}#productDetailsSection .details .additionalDetails .dropList .dropBox .icon i:hover{color:maroon}#productDetailsSection .details .additionalDetails .dropList .dropContent{padding:.5rem 0}#productDetailsSection .details .additionalDetails .dropList .dropContent:nth-child(1){display:block}#productDetailsSection .details .additionalDetails .dropList .dropContent .detailsTable li{display:flex;padding:.5rem 0}#productDetailsSection .details .additionalDetails .dropList .dropContent .detailsTable li span:nth-child(1){width:200px}#productDetailsSection .details .additionalDetails .dropList .dropContent .detailsTable li span:nth-child(1)::after{content:":";position:absolute;top:0;right:0;color:#5d5e5f}#productDetailsSection .details .additionalDetails .dropList .dropContent .detailsTable li span:nth-child(2){padding-left:1rem}#productDetailsSection .details .additionalDetails .dropList .dropContent p{margin:0;color:#ebedf3;font-size:.9rem;line-height:1.4}#productDetailsSection .details .additionalDetails .dropList .dropOpen{display:block}#testimonial{width:100%;height:auto;clear:both;padding-left:1rem;padding-right:1rem;z-index:1;padding-bottom:2.441rem;overflow:hidden;background-color:#212427}@media(min-width: 360px){#testimonial{padding-left:1.266rem;padding-right:1.266rem}}@media(min-width: 568px){#testimonial{padding-left:2.441rem;padding-right:2.441rem}}@media(min-width: 768px){#testimonial{padding-left:3.815rem;padding-right:3.815rem}}@media(min-width: 1024px){#testimonial{padding-left:4.768rem;padding-right:4.768rem}}@media(min-width: 1280px){#testimonial{padding-left:5.96rem;padding-right:5.96rem}}@media(min-width: 568px){#testimonial{padding-bottom:3.052rem}}@media(min-width: 768px){#testimonial{padding-bottom:3.815rem}}@media(min-width: 1280px){#testimonial{padding-bottom:4.768rem}}#testimonial .title{margin-bottom:2.441rem;text-align:center;font-size:2.027rem;font-weight:300;color:#fff}#testimonial .title span{margin-top:.5rem;display:block;padding-bottom:1rem;font-weight:700;background:red;background:-webkit-linear-gradient(to right, #ff0000, #9932cc);background:linear-gradient(to right, #ff0000, #9932cc);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}#testimonial #wallSlideWrapper{width:100%;display:flex;justify-content:space-around;flex-wrap:wrap}#testimonial #wallSlideWrapper .wallSlide{width:100%;margin-top:1rem;padding:1rem;background-color:#000;border:1px solid #333;border-radius:10px;cursor:pointer}@media(min-width: 768px){#testimonial #wallSlideWrapper .wallSlide{width:48%}}@media(min-width: 1024px){#testimonial #wallSlideWrapper .wallSlide{width:24%}}#testimonial #wallSlideWrapper .wallSlide .contentDiv{z-index:2;cursor:pointer}#testimonial #wallSlideWrapper .wallSlide .contentDiv .content{width:100%;display:flex;flex-direction:column}#testimonial #wallSlideWrapper .wallSlide .contentDiv .content .name{margin-top:.5rem;margin-bottom:.5rem;color:#fff;font-weight:300;text-transform:uppercase}#testimonial #wallSlideWrapper .wallSlide .contentDiv .content .descrption{margin-top:.5rem;max-width:600px;color:#909294;text-align:left;font-size:.889rem}#testimonial #wallSlideWrapper .wallSlide .contentDiv .content .starDiv{width:17px;display:flex;margin-bottom:.5rem}#testimonial #wallSlideWrapper .wallSlide .contentDiv .content .starDiv img{margin-left:.5rem}#testimonial #wallSlideWrapper .wallSlide .contentDiv .content .starDiv img:nth-child(1){margin-left:0}#testimonial .slideDrop{width:100%;position:absolute;bottom:0;left:0;display:flex;justify-content:center;padding:1rem}#testimonial .slideDrop .activeDrop{background-color:maroon !important}#testimonial .slideDrop .drop{width:7px;height:7px;background-color:#212427;border-radius:100%;margin:0 .25rem;transition:all .3s ease-in-out;cursor:pointer}#testimonial .slideDrop .drop:hover{color:#5d5e5f;transform:scale(1.2)}#footerSection{width:100%;height:auto;clear:both;padding-left:1rem;padding-right:1rem;z-index:1;padding-top:1rem;padding-bottom:1rem;width:100%;z-index:111;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;text-align:center;margin-top:auto;padding-top:2.441rem;padding-bottom:2.441rem}@media(min-width: 360px){#footerSection{padding-left:1.266rem;padding-right:1.266rem}}@media(min-width: 568px){#footerSection{padding-left:2.441rem;padding-right:2.441rem}}@media(min-width: 768px){#footerSection{padding-left:3.815rem;padding-right:3.815rem}}@media(min-width: 1024px){#footerSection{padding-left:4.768rem;padding-right:4.768rem}}@media(min-width: 1280px){#footerSection{padding-left:5.96rem;padding-right:5.96rem}}@media(min-width: 768px){#footerSection{flex-direction:row}}#footerSection .link a{margin:0 .5rem;color:#fff;font-size:.889rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1);font-weight:300;opacity:.5}#footerSection .link a:hover{opacity:1}#footerSection a,#footerSection p{color:#fff;margin:0;font-size:.889rem;opacity:.5}#footerSection a span,#footerSection p span{font-weight:200}#footerSection a:hover{opacity:1}#footerSection .title{margin-bottom:.889rem;margin-top:0}#footerSection p{margin-bottom:.5rem}@media(min-width: 768px){#footerSection p{margin:0}}#privacySection{width:100%;height:auto;clear:both;padding-left:1rem;padding-right:1rem;z-index:1;padding-bottom:2.441rem;padding-top:2.441rem;display:flex;flex-direction:column;align-content:center;justify-content:center;text-align:center;color:#fff}@media(min-width: 360px){#privacySection{padding-left:1.266rem;padding-right:1.266rem}}@media(min-width: 568px){#privacySection{padding-left:2.441rem;padding-right:2.441rem}}@media(min-width: 768px){#privacySection{padding-left:3.815rem;padding-right:3.815rem}}@media(min-width: 1024px){#privacySection{padding-left:4.768rem;padding-right:4.768rem}}@media(min-width: 1280px){#privacySection{padding-left:5.96rem;padding-right:5.96rem}}@media(min-width: 568px){#privacySection{padding-top:3.052rem;padding-bottom:3.052rem}}@media(min-width: 768px){#privacySection{padding-top:3.815rem;padding-bottom:3.815rem}}@media(min-width: 1280px){#privacySection{padding-top:4.768rem;padding-bottom:4.768rem}}#pageWallSection{width:100%;height:auto;clear:both;padding-left:1rem;padding-right:1rem;z-index:1;background-image:url("/asset/images/wall1.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;display:flex;justify-content:center;align-items:flex-end;z-index:100}@media(min-width: 360px){#pageWallSection{padding-left:1.266rem;padding-right:1.266rem}}@media(min-width: 568px){#pageWallSection{padding-left:2.441rem;padding-right:2.441rem}}@media(min-width: 768px){#pageWallSection{padding-left:3.815rem;padding-right:3.815rem}}@media(min-width: 1024px){#pageWallSection{padding-left:4.768rem;padding-right:4.768rem}}@media(min-width: 1280px){#pageWallSection{padding-left:5.96rem;padding-right:5.96rem}}@media(min-width: 768px){#pageWallSection{height:100vh}}#pageWallSection:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;background-color:#212427;opacity:.6}#pageWallSection .logoDiv{position:absolute;top:5%}#pageWallSection .logoDiv .wallLogo{width:10rem}@media(min-width: 768px){#pageWallSection .logoDiv .wallLogo{width:20rem}}#pageWallSection .content{z-index:3;min-height:91vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media(min-width: 768px){#pageWallSection .content{height:100vh}}#pageWallSection .content .heading{color:#fff;text-shadow:-1px 2px 15px rgba(0,0,0,.658)}#pageWallSection .content .subText{color:#fff;font-weight:300}@media(min-width: 768px){#pageWallSection .content .subText{max-width:700px;font-size:1.266rem}}#pageWallSection .content .formAction{width:100%;display:inline-flex;justify-content:center;align-items:center;font-family:inherit;font-weight:400;margin-top:1rem;border-radius:5px;-webkit-writing-mode:horizontal-tb !important;text-rendering:auto;overflow:hidden;transition:.3s cubic-bezier(0.37, 0, 0.63, 1);cursor:pointer;color:#fff;background-color:maroon;background:linear-gradient(to right top, #5b0a91, #621397, #681b9d, #6e22a3, #7529a9, #7328a6, #7127a4, #6f26a1, #641d95, #5a1489, #4f0a7d, #450072);font-size:1rem;padding:1rem 2.566rem;margin-top:2.027rem}#pageWallSection .content .formAction i{top:2px;margin-left:.25rem;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}#pageWallSection .content .formAction i{color:#212427}#pageWallSection .content .formAction:hover{color:#fff;background-color:#fff;background:none;border:1px solid #ebedf3}@media(min-width: 568px){#pageWallSection .content .formAction{font-size:1.125rem}}@media(min-width: 768px){#pageWallSection .content .formAction{font-size:1.266rem}}@media(min-width: 1024px){#pageWallSection .content .formAction{font-size:1.424rem}}#pageWallSection .content .visitWeb{width:100%;display:inline-flex;justify-content:center;align-items:center;font-family:inherit;font-weight:400;margin-top:1rem;border-radius:5px;-webkit-writing-mode:horizontal-tb !important;text-rendering:auto;overflow:hidden;transition:.3s cubic-bezier(0.37, 0, 0.63, 1);cursor:pointer;color:#fff;background-color:maroon;background:linear-gradient(to right top, #5b0a91, #621397, #681b9d, #6e22a3, #7529a9, #7328a6, #7127a4, #6f26a1, #641d95, #5a1489, #4f0a7d, #450072);font-size:1rem;padding:1rem 2.566rem;margin-top:2.027rem}#pageWallSection .content .visitWeb i{top:2px;margin-left:.25rem;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}#pageWallSection .content .visitWeb i{color:#212427}#pageWallSection .content .visitWeb:hover{color:#fff;background-color:#fff;background:none;border:1px solid #ebedf3}@media(min-width: 568px){#pageWallSection .content .visitWeb{font-size:1.125rem}}@media(min-width: 768px){#pageWallSection .content .visitWeb{font-size:1.266rem}}@media(min-width: 1024px){#pageWallSection .content .visitWeb{font-size:1.424rem}}body{background-color:#212427}