@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700);@import url(https://fonts.googleapis.com/css?family=Quicksand:700);:root{--font:"proxima-nova",Arial,sans-serif;--primary:#1b8ff5;--gray-50:#f2f5f9;--gray-100:#ebf0f6;--gray-200:#dfe6ed;--gray-250:#c9d2dc;--gray-300:#b4c2d4;--gray-400:#7c8ba2;--gray-500:#414b5d;--gray-600:#232832;--gray-700:#191b1f;--success:"#D7F2E3";--error:"#C41F1F";--warning:"#FFAB00";--primary:"#DDF1FF";--accent:"#FFE9E5";--text-success:"#2E7B32";--text-error:"#C41F1F";--text-warning:"#FFAB00";--text-primary:"#2870C1";--text-accent:"#E03636";--thin:200;--regular:400;--bold:700;--font-extraSmall:0.5rem;--font-small:0.75rem;--font-default:1rem;--font-medium:1.25rem;--font-huge:2rem;--border-radius-small:0.125rem;--border-radius-regular:0.25rem;--border-radius-circular:"50%";--tiny:0.25rem;--small:0.5rem;--med:0.75rem;--default:1rem;--semi-large:1.25rem;--large:1.5rem;--huge:2rem}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#232832;color:var(--gray-600);font-family:proxima-nova,Arial,sans-serif;font-family:var(--font);margin:0;padding:0}.mg-btm{content:"";display:block;margin-bottom:20px}.kebab-menu{cursor:pointer;position:relative}.kebab-menu__list{background:#fff;border-radius:.375rem;box-shadow:0 .125rem .375rem rgba(0,106,194,.2);display:flex;flex-direction:column;gap:.5rem;min-width:7.5rem;padding:.25rem 0;position:absolute;right:-.5rem}.kebab-menu__list--top{bottom:1.875rem}.kebab-menu__list--bottom{top:1.875rem}.kebab-menu__option{align-items:center;color:#5670fb;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;-webkit-user-select:none;user-select:none}.kebab-menu__option:hover{background:rgba(91,111,242,.1);color:#495ac8}.kebab-menu__option-text{font-size:.875rem;font-weight:600;line-height:1.25rem;white-space:nowrap}.modal-wrap{align-items:center;background-color:rgba(0,0,0,.6);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:400!important}.modal-wrap .modal-card{background-color:#fff;border-radius:.75rem;box-shadow:0 7px 12px -1px rgba(38,48,140,.2);box-sizing:border-box;max-height:90%;overflow-y:auto;padding:1.25rem;width:80%}.modal-wrap .modal-card.bottom-sheet{border-radius:1rem 1rem 0 0;margin-top:auto;padding:1.75rem 0 0;width:100%}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.modal-wrap .modal-card.slideInUp{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:slideInUp;animation-name:slideInUp}@media only screen and (max-width:575px){.modal-wrap .modal-card{padding:.9375rem;width:90%}}.sideTab{align-items:center;display:flex;flex-direction:row;gap:.75rem;padding:.5rem 0;position:relative}.sideTab:last-child{margin-bottom:0}.sideTab--logout{color:#9a9a9a!important}.sideTab__text{color:#414141;font-size:.875rem;font-weight:600;line-height:1.25rem;max-width:calc(100% - 56px)}.sideTab__new{font-size:1rem;margin-left:.25rem}.sideTab__cta:hover{cursor:pointer}.sideTab__cta--active .sideTab__text,.sideTab__cta:hover .sideTab__text,.sideTab__dropdown--active .sideTab__text,.sideTab__dropdown:hover .sideTab__text{color:#5670fb}.sideTab__rightArrow{align-items:center;display:flex;justify-content:center;margin-left:auto}.sideTab .icon-chevron-right{color:#414141;font-size:1.5rem}.sideTab__downArrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sideTab__dropdownItems{border-bottom:1px solid #ebf0f6;margin-bottom:.25rem;padding-left:1.75rem}.sideTab__icon{font-size:1.25rem}.sideTab__child-tab{align-items:center;color:#414141;cursor:pointer;display:flex;font-size:.75rem;font-weight:400;justify-content:space-between;letter-spacing:.4px;line-height:1rem;margin-bottom:.25rem;padding:.5rem 0}.sideTab__child-tab:hover{color:#5670fb}.sideTab__child-tab--selected{border-radius:.375rem;color:#5670fb;font-weight:600}.sideTab__logoutCont{border-top:1px solid #e9e9e9;display:flex;flex-direction:column;margin-left:-.75rem;margin-right:-.75rem;padding-left:.75rem}.premium-tag{background:rgba(91,111,242,.1);border:1px solid #dee2fc;border-radius:1.25rem;color:#38459f;cursor:pointer;font-size:.625rem;font-weight:600;letter-spacing:.025rem;line-height:.875rem;margin-left:.5rem;padding:.125rem .5rem}.alert-box{align-items:center;border-radius:.25rem;box-sizing:border-box;display:flex;height:3.75rem;margin-bottom:2.375rem;padding:1rem 1.25rem;width:100%}.alert-box.error{background-color:#fff5f6;border:1px solid #f2000a}.alert-box.success{background-color:#f7f7ff;border:1px solid #4158d4}.alert-box .icon{height:20px;margin-right:.75rem;width:20px}.alert-box .icon.success{align-items:center;background-color:#4158d4;border-radius:50%;display:flex;justify-content:center}.alert-box .alert-msg{color:#1e223c;font-size:1rem;line-height:1.75rem}.rename-modal-wrapper{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;position:relative}@media only screen and (max-width:575px){.rename-modal-wrapper{gap:1rem}}.rename-modal-wrapper__ModalHeader{width:100%}.rename-modal-wrapper__ModalHeader h3{font-size:1.5rem}@media only screen and (max-width:575px){.rename-modal-wrapper__ModalHeader h3{font-size:1.25rem}}.rename-modal-wrapper__ModalCloseIcon{color:#a1a9c4;font-size:.75rem;position:absolute;right:.9375rem;top:.625rem}.rename-modal-wrapper__ModalCloseIcon:hover{cursor:pointer}@media only screen and (max-width:575px){.rename-modal-wrapper__ModalCloseIcon{right:1.875rem;top:0}}.rename-modal-wrapper__ModalCompanyName{border:1px solid #e4e6ee;font-size:.875rem;height:2.875rem;padding-left:.625rem}.rename-modal-wrapper__ModalCompanyName:focus{border:1px solid #4396f4}.rename-modal-wrapper__ModalCompanyName::-webkit-input-placeholder{margin:0 .625rem}.rename-modal-wrapper__ModalCompanyName::placeholder{margin:0 .625rem}.rename-modal-wrapper__ModalNameChangeReason{border:1px solid #e4e6ee;font-size:.875rem;height:5.625rem;padding:.9375rem .625rem;resize:none}.rename-modal-wrapper__ModalNameChangeReason:focus{border:1px solid #4396f4}.rename-modal-wrapper__ModalNameChangeReason::-webkit-input-placeholder{margin:0 .625rem}.rename-modal-wrapper__ModalNameChangeReason::placeholder{margin:0 .625rem}.rename-modal-wrapper__ModalBody{display:flex;flex-direction:column;width:100%}.rename-modal-wrapper__ModalInputWrapper{display:flex;flex-direction:column;font-size:1rem}.rename-modal-wrapper__ModalInputWrapper input{margin:5px 0}.rename-modal-wrapper__ModalInputWrapper textarea{height:5.6rem;margin:5px 0}@media only screen and (max-width:575px){.rename-modal-wrapper__ModalInputWrapper textarea{font-size:1.25rem;height:2rem}}.rename-modal-wrapper__ModalInputWrapper div[role=alert]{font-size:.75rem;padding-bottom:.625rem;padding-top:.25rem;visibility:hidden}@media only screen and (max-width:575px){.rename-modal-wrapper__ModalInputWrapper div[role=alert]{font-size:.625rem;padding-bottom:.375rem;padding-top:.25rem}}.rename-modal-wrapper__ModalInputWrapper--error input,.rename-modal-wrapper__ModalInputWrapper--error input:focus{border:1px solid red}.rename-modal-wrapper__ModalInputWrapper--error div[role=alert]{color:red;visibility:visible}.rename-modal-wrapper__ModalInputWrapper label{color:"#1E223C";font-size:"16px";font-weight:500}.rename-modal-wrapper__ModalInputWrapper label:after{color:red;content:" *"}.rename-modal-wrapper__ModalInputWrapper--hide{font-size:.625rem;text-align:right;visibility:hidden}.rename-modal-wrapper__ModalInputWrapper--block{font-size:.625rem;text-align:right;visibility:visible}.rename-modal-wrapper__action{width:100%}.rename-modal-wrapper__submit{background-color:#61a1f8;border:0;border-radius:.375rem;color:#fff;font-size:1rem;font-weight:600;outline:0;padding:.75rem 3.125rem}.rename-modal-wrapper__submit:disabled{background-color:#f2f2f2;color:#bbb}.modal-wrap{height:100%}.industry{position:relative}.industry .value-container{align-items:center;border:1px solid #c7c7c7;display:flex;justify-content:space-between;padding:.5rem}.industry .value-container__placeholder{color:#ccc;font-size:.875rem;font-weight:400;line-height:1rem}.industry .value-container__values{display:inline-flex;flex-wrap:wrap;gap:.375rem}@media only screen and (max-width:575px){.industry .value-container__values{align-items:flex-start;flex-direction:column}}.industry .value-container__chip{background:#f5f5f5;border-radius:.375rem;display:inline-flex;font-size:.75rem;line-height:.875rem;padding:.4375rem .75rem}.industry .value-container__value{display:inline-flex;justify-content:flex-start}@media only screen and (max-width:575px){.industry .value-container__value{align-items:flex-start;flex-direction:column;justify-content:center}}.industry .value-container__industry-name{color:#000;display:inline-block;font-size:.75rem;font-weight:500;line-height:.875rem;margin-right:.5rem;padding:.25rem 0}.industry .value-container__tag-chips{display:inline-flex;flex-wrap:wrap;margin-top:0;row-gap:.25rem}@media only screen and (max-width:575px){.industry .value-container__tag-chips{flex-wrap:nowrap;margin-left:0;margin-right:-1.3125rem;margin-top:.625rem;max-width:68vw;overflow-x:auto}}.industry .value-container__tag-chips::-webkit-scrollbar{display:none}.industry .value-container__selected-tag{background:#fff;border-radius:.125rem;color:#333;margin-right:.5rem;padding:.25rem .5rem;white-space:nowrap}.industry .value-container__clear{margin-left:.1875rem}.industry .value-container__clear--all{color:#2d3d54;font-size:.5625rem;padding-top:.5rem}.industry .value-container__clear--tag{font-size:.4375rem;margin-left:.625rem}.industry .value-container__clear--notDisabled{cursor:pointer}.industry .value-container__dropdown-indicator{align-self:flex-start;color:#ccc;font-size:1.25rem;margin-left:.25rem;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.industry .value-container__dropdown-indicator--active{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.industry .menu{background:#fff;border:1px solid #ccc;box-shadow:0 4px 14px rgba(0,0,0,.15);box-sizing:border-box;position:absolute;width:100%;z-index:2}.industry .menu__searchbar{align-items:center;border:1px solid #ccc;border-radius:.25rem;display:flex;margin:.75rem 1rem;padding:.5rem}.industry .menu__searchbar:focus-within{border:1px solid #5670fb}.industry .menu__searchbar--icon{margin-right:.5rem}.industry .menu__input{border-radius:.25rem;border-width:0;color:#000;font-size:.75rem;font-weight:600;line-height:1.25rem;width:-webkit-fill-available}.industry .menu__input::-webkit-input-placeholder{color:#a5a5a5;font-size:.875rem;font-weight:500;line-height:1rem}.industry .menu__input::placeholder{color:#a5a5a5;font-size:.875rem;font-weight:500;line-height:1rem}.industry .menu__list{max-height:216px;overflow-y:auto;padding:0 1rem .875rem}.industry .menu__list::-webkit-scrollbar{width:.3125rem}.industry .menu__list::-webkit-scrollbar-thumb{background:#e0e6ec;border-radius:.25rem;height:3rem}.industry .menu__list::-webkit-scrollbar-thumb:hover{background:#999}.industry .menu__list .option{align-items:flex-start;display:flex}.industry .menu__list .option input[type=checkbox],.industry .menu__list .option input[type=radio]{accent-color:#5670fb;margin-top:.875rem}.industry .menu__list .option__container{width:100%}.industry .menu__list .option__label{align-items:center;color:#333;display:flex;font-size:.875rem;font-weight:400;justify-content:space-between;line-height:1rem;margin:.75rem 0;padding-left:.75rem}.industry .menu__list .option__dropdown-indicator{align-items:center;display:flex;font-size:1rem;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.industry .menu__list .option__dropdown-indicator--active{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.industry .menu__list .option__child-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;margin-left:.75rem}@media only screen and (max-width:575px){.industry .menu__list .option__child-list{margin-left:-.8125rem}}.industry .menu__list .option__child{border:1px solid #ccc;border-radius:.25rem;color:#333;cursor:pointer;font-size:.75rem;font-weight:400;line-height:1.25rem;padding:0 .5rem}.industry .menu__list .option__child:hover{background:rgba(91,111,242,.1)}.industry .menu__list .option__child--selected{border-color:#5670fb;color:#5670fb}.industry .menu__no-options{color:#333;font-size:.875rem;font-weight:400;line-height:1rem}.industry .menu__actions{border-top:.5px solid #ccc;display:flex;justify-content:flex-end;padding:.5rem 1.25rem}.industry__disabled{background:hsla(0,0%,94%,.3)}.industry .bold-text{font-weight:700}.header{display:flex;justify-content:space-between;margin:1.2rem 0}.header .modal-title{color:#17203d;font-size:1.5rem;font-weight:700;line-height:1.875rem}@media only screen and (max-width:575px){.header .modal-title{font-size:1.25rem;line-height:1.625rem;width:85%}.header{flex-direction:column;margin:1rem 0}.header .saveBtn{margin-top:1rem}}.responsive-container{max-height:50vh;overflow-x:auto}table{margin-bottom:1.5rem;width:100%}table,td,th{border-collapse:collapse}thead{background-color:#eff5fc;position:-webkit-sticky;position:sticky;top:0}td,th{word-wrap:break-word;max-width:10rem;text-align:center}table th{font-weight:600;padding:1rem .5rem}table .dataRow td{border-bottom:1px solid #eff5fc;color:#4a4a4a;font-size:.8125rem;font-weight:400;height:2.625rem;line-height:.875rem;padding:.5rem}table .dataRow:hover{background-color:#f6f8fa}table .dataRow .deleteCell{text-align:center}table .dataRow .deleteCell .icon.icon-delete{color:#e06464}table .dataRow .deleteCell .icon.icon-delete:hover{cursor:pointer}table .no-record{text-align:center}.saveBtn.submit-btn{width:100%}.form-field input[type=number],.form-field input[type=text],.form-field input[type=url]{width:100%!important}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.unsubscribeView{align-items:center;background:hsla(0,0%,96%,.8);border:1px solid #ebf0f6;border-radius:.5rem;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);display:flex;flex-direction:column;justify-content:center;left:calc(50% - 110px);max-width:500px;padding:1.25rem;position:absolute;top:calc(50% - 110px)}@media only screen and (max-width:575px){.unsubscribeView{left:1rem;right:1rem;top:40%}}.unsubscribeView__content{align-items:center;display:flex;flex-direction:column;gap:1.25rem;margin-top:.75rem;width:493px}@media only screen and (max-width:575px){.unsubscribeView__content{width:auto}}.unsubscribeView__title{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem;text-align:center}@media only screen and (max-width:575px){.unsubscribeView__title{font-size:1rem;line-height:1.5rem}}.unsubscribeView button{align-items:center;background:#5670fb;border:0;border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:700;height:2.25rem;justify-content:center;letter-spacing:.4px;line-height:1.125rem;padding:.5rem 1rem}.unsubscribeView button:hover{background:#495ac8}.unsubscribeView button:disabled{background:#f5f5f5;color:#9a9a9a}.defaultContainerWrapper{display:flex;flex-direction:column;padding:20px}@media only screen and (max-width:575px){.defaultContainerWrapper{padding:16px 16px 20px}}.defaultContainerWrapper__text{color:#0f8ef1;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-align:center}.defaultContainerWrapper__error{color:#e02020;font-size:.875rem;font-weight:400;letter-spacing:.1px;line-height:1.25rem;margin-top:.5rem}.defaultContainerWrapper__guidelines{background:#f8f8f8;border-radius:4px;color:#1e223c;margin-top:16px;padding:12px 16px}.defaultContainerWrapper__heading{color:#1e223c;font-size:14px;font-style:normal;font-weight:600;letter-spacing:.1px;line-height:20px;margin-bottom:4px}.defaultContainerWrapper__listCont{padding-left:1.5rem}.defaultContainerWrapper__list{font-size:14px;font-style:normal;font-weight:400;line-height:20px}.dropzone{background:#fff;border:1px dashed #c7c7c7;border-radius:2px;cursor:pointer;gap:8px;padding:11px 0;white-space:nowrap}.dropzone,.dropzone .dragArea{align-items:center;display:flex;justify-content:center}.dropzone .dragArea{flex-direction:column;gap:4px}@media only screen and (max-width:575px){.dropzone{padding:12px 0}}.dropzone--dragOver{border-radius:2px;bottom:0;height:auto;left:0;margin:16px 20px 0;padding:0;position:absolute;right:0;top:-1px;z-index:10}@media only screen and (max-width:575px){.dropzone--dragOver{height:200px;margin:0;position:relative}}.dropzone__text{color:#8da1b6;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:center}.dropzone__text span{color:#5670fb;font-weight:600}.dropzone__text span:hover{color:#495ac8}@media only screen and (max-width:575px){.dropzone__text span:hover{color:#5670fb}}.dropzone__header{color:#0f8ef1;font-size:14px;font-style:normal;font-weight:600;line-height:20px;text-align:center}.photosListContainer{position:relative}@media only screen and (max-width:575px){.photosListContainer{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden}}.photosListContainer__dropzone{box-sizing:border-box;min-height:170px;padding:16px 20px}.photosListContainer__dropzone--locError{min-height:194.5px}.photosListContainer__dropzone--locDupError{min-height:218.4px}@media only screen and (max-width:575px){.photosListContainer__dropzone{flex:0 1;min-height:auto;padding:16px}}.photosListContainer__droparea{margin-bottom:16px}.photosListContainer__error{color:#e02020;font-size:.875rem;font-weight:400;letter-spacing:.1px;line-height:1.25rem;margin-top:4px}.photosListContainer__location{display:flex;flex-direction:column;gap:8px}.photosListContainer__location label{color:#1e223c;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media only screen and (max-width:575px){.photosListContainer__location{margin:0}}.photosListContainer__cont{max-height:38vh;overflow:auto;padding:0 20px;position:relative}@media only screen and (max-width:575px){.photosListContainer__cont{max-height:none;min-height:auto;overflow:auto;padding:4px 16px 0}}.photosListContainer__cont>p{color:#4e597b;font-size:.875rem;font-weight:700;line-height:1.25rem;margin-bottom:1rem}.photosListContainer__cont.dragover{overflow:hidden}.imageUploadWrapper--removePadding{padding:0!important}@media only screen and (max-width:575px){.imageUploadWrapper--removePadding{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important}.imageUploadWrapper--removeSpace{padding:0!important}.imageUploadWrapper .modal-wrap{z-index:2147483001!important}}.imageUploadWrapper .icon{cursor:pointer}.notification-view-here{color:#fff;text-decoration:underline}.addPhotosModalWrapper{min-height:520px;padding:0;z-index:100}.addPhotosModalWrapper--singleImage{min-height:490px}.addPhotosModalWrapper__title{align-items:center;border-bottom:1px solid #ebf0f6;display:flex;font-size:16px;font-weight:600;justify-content:space-between;margin:0;padding:12px 20px 12px 24px}@media only screen and (max-width:575px){.addPhotosModalWrapper__title{box-sizing:border-box;height:8vh;padding:16px 16px 14px}}.addPhotosModalWrapper__title div{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem}.addPhotosModalWrapper__title span{align-items:center;background-color:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;font-size:.625rem;height:2rem;justify-content:center;width:2rem}.addPhotosModalWrapper__title span .icon-close:before{color:#5e6b92}.addPhotosModalWrapper__subtitle{color:#5e6b92;font-size:14px;letter-spacing:.25px;line-height:20px;padding:1.25rem 1.25rem 1rem}.addPhotosModalWrapper__error{color:#e02020;font-size:.875rem;font-weight:400;letter-spacing:.1px;line-height:1.25rem;margin-top:4px}.addPhotosModalWrapper__uploadPhoto{height:147px;padding:31px!important;width:100%!important}@media only screen and (max-width:575px){.addPhotosModalWrapper__uploadPhoto{align-items:center!important;display:flex!important;flex-direction:column;gap:8px;height:162px!important;justify-content:center!important}}.addPhotosModalWrapper__text{color:#0f8ef1;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-align:center}.addPhotosModalWrapper .action_button{align-items:center;box-shadow:0 -6px 24px rgba(57,68,104,.04);display:flex;gap:10px;justify-content:start}.addPhotosModalWrapper .action_button.padding{bottom:0;left:0;padding:16px 20px;position:static;right:0}@media only screen and (max-width:575px){.addPhotosModalWrapper .action_button.padding{padding:16px}.addPhotosModalWrapper .action_button{box-sizing:border-box}}.addPhotosModalWrapper .action_button button{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:16px;font-style:normal;font-weight:500;line-height:24px;padding:6px 17px 6px 16px;text-align:center}.addPhotosModalWrapper .action_button button:disabled{background-color:#bcbcbc;cursor:not-allowed}.addPhotosModalWrapper .action_button .save{background:#5670fb;border-radius:4px}.addPhotosModalWrapper .action_button .save:hover{background:#495ac8}@media only screen and (max-width:575px){.addPhotosModalWrapper .action_button .save:hover{background:#5670fb}}.addPhotosModalWrapper .action_button .delete{background:#e06464;border-radius:4px}.addPhotosModalWrapper .action_button .cancel{color:#5e6b92}.addPhotosModalWrapper .action_button .cancel:hover{color:#394468}@media only screen and (max-width:575px){.addPhotosModalWrapper .action_button .cancel:hover{color:#5e6b92}}@media only screen and (min-width:576px){.addPhotosModalWrapper ::-webkit-scrollbar{border-radius:14px;width:12px;z-index:1000}.addPhotosModalWrapper ::-webkit-scrollbar-thumb{background-clip:padding-box!important;background-color:#bcbcbc!important;border:3px solid transparent;border-radius:100px!important;height:.8rem!important;-webkit-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.addPhotosModalWrapper ::-webkit-scrollbar-track{background:transparent}}@media only screen and (max-width:575px){.addPhotosModalWrapper--mobile{bottom:0;display:flex;flex-direction:column;justify-content:space-between;justify-content:flex-start;left:0;position:absolute;position:fixed;right:0;top:0;width:100vw}.addPhotosModalWrapper--mobile .photosListContainer{height:auto;margin:0;padding:0}.addPhotosModalWrapper--mobile .action_button{flex-direction:row-reverse;justify-content:end}.addPhotosModalWrapper--mobile .action_button.padding{background-color:#fff;bottom:0;height:9vh;margin-top:auto}.addPhotosModalWrapper{max-height:100%}.addPhotosModalWrapper .modal-title{box-sizing:border-box;height:8vh}.addPhotosModalWrapper .dropzone{padding:12px 0}.addPhotosModalWrapper .photos-caption{box-sizing:border-box;height:84vh;overflow:hidden}.addPhotosModalWrapper .photos-caption__location{padding:12px}.addPhotosModalWrapper .photos-caption__dropzone{max-height:20vh}}.confirmationModal{display:flex;flex-direction:column;gap:30px;padding:20px}@media only screen and (max-width:575px){.confirmationModal{padding:0 20px 20px}}.confirmationModal .modal-title{align-items:center;display:flex;font-size:16px;justify-content:space-between}.confirmationModal .modal-title span{color:#7c8ba2;font-size:14px}.confirmationModal--delete{padding:20px}.confirmationModal .heading{color:#1e223c;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.confirmationModal .maincontent{color:#000;font-size:16px;font-weight:600;letter-spacing:.15px;line-height:24px;margin-bottom:4px}.confirmationModal .subcontent{color:#000;font-size:14px;font-style:normal;font-weight:400;letter-spacing:.25px;line-height:20px}.confirmationModal .action_button{align-items:center;display:flex;gap:10px;justify-content:start}.confirmationModal .action_button.padding{padding:20px 20px 16px}@media only screen and (max-width:575px){.confirmationModal .action_button{box-sizing:border-box}}.confirmationModal .action_button button{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:16px;font-style:normal;font-weight:500;line-height:24px;padding:6px 17px 6px 16px;text-align:center}.confirmationModal .action_button .save{background:#5670fb;border-radius:4px;color:#fff}.confirmationModal .action_button .save:hover{background:#495ac8}@media only screen and (max-width:575px){.confirmationModal .action_button .save:hover{background:#5670fb}}.confirmationModal .action_button .cancel{color:#5e6b92}.confirmationModal .action_button .cancel:hover{color:#394468}@media only screen and (max-width:575px){.confirmationModal .action_button .cancel:hover{color:#5e6b92}}.confirmationModal .action_button .delete{background:#e06464;border-radius:4px}.photosformWrapper{margin-bottom:1.5rem!important}.photosformWrapper:last-child{margin-bottom:.5rem!important}.photosformWrapper .photoform-input{display:flex;flex-wrap:wrap;justify-content:space-between;max-height:9.25rem;width:100%}.photosformWrapper .photoform-input__image{height:9.25rem;margin-right:1rem;width:calc(55% - 16px)}.photosformWrapper .photoform-input__imgCont{background-color:#eaeaea;height:100%;max-height:9.25rem;object-fit:contain;position:relative;width:100%}.photosformWrapper .photoform-input__loader{-webkit-animation:shine-lines 1s ease-out infinite;animation:shine-lines 1s ease-out infinite;background-image:linear-gradient(90deg,#f4f4f4,hsla(0,0%,90%,.8) 190px,#f4f4f4 0);background:linear-gradient(90deg,#f5f5f5 -5.18%,#f5f5f5 33.58%,hsla(0,0%,96%,0) 39.74%,#f5f5f5 44.75%);background-size:600px;border-radius:4px;flex:45% 1;height:74px;width:100%}.photosformWrapper .photoform-input__textCont{display:flex;flex:1 1;flex-direction:column;gap:10px;width:45%}.photosformWrapper .photoform-input__textCont label{color:#1e223c;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.photosformWrapper .photoform-input__textCont textarea{background:#fff;border:1px solid #c7c7c7;border-radius:2px;height:3.5rem;max-height:72px;padding:9px 16px;resize:none}.photosformWrapper .photoform-input__textCont textarea:focus{border:1px solid #4596f3}.photosformWrapper .photoform-input__textCont textarea::-webkit-input-placeholder{color:#c7c7c7}.photosformWrapper .photoform-input__textCont textarea:-moz-placeholder,.photosformWrapper .photoform-input__textCont textarea::-moz-placeholder{color:#c7c7c7;opacity:1}.photosformWrapper .photoform-input__textCont textarea:-ms-input-placeholder{color:#c7c7c7}.photosformWrapper .photoform-input__img{border:1px solid #e9e9e9;border-radius:.25rem;object-fit:cover;width:100%}.photosformWrapper .photoform-input__img--loading,.photosformWrapper .photoform-input__img--rejected{cursor:default;opacity:.2;pointer-events:none;-webkit-user-select:none;user-select:none}.photosformWrapper .photoform-input .icon-close:before{color:#fff}.photosformWrapper .photoform-input .icon-close{font-size:12px;padding:8px}.photosformWrapper .photoform-input__progress{background-color:#5670fb;height:5px}.photosformWrapper .photoform-input__progressbar{background:#f5f5f5;bottom:0;left:0;position:absolute;width:100%}.photosformWrapper .photoform-input__caption{flex:45% 1;margin-top:0!important}@media only screen and (max-width:768px){.photosformWrapper .photoform-input{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.photosformWrapper .photoform-input__caption,.photosformWrapper .photoform-input__image{flex:100% 1}.photosformWrapper .photoform-input__image{margin-right:0}.photosformWrapper .photoform-input__textCont{display:flex;flex:1 1;flex-direction:column;gap:10px;width:45%}.photosformWrapper .photoform-input__textCont label{padding-top:16px}.photosformWrapper .photoform-input__textCont textarea{height:20px}.photosformWrapper .photoform-input__loader{flex:100% 1;height:44px!important;margin-top:16px}.photosformWrapper .photoform-input__imgCont{height:100%;max-height:148px;max-width:100%;object-fit:contain;position:relative;width:100%}}.photosformWrapper .photoform-inputicon{background:rgba(0,0,0,.6);border-radius:100px;cursor:pointer;position:absolute;right:8px;top:8px}.photosformWrapper .photoform-inputicon--hide{background:rgba(0,0,0,.2);display:none}.photosformWrapper .photoform-inputicon--disabled,.photosformWrapper .photoform-inputicon--hide{cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none}.photosformWrapper .photoform-inputicon:hover{background:rgba(0,0,0,.9)}.modal-wrap>.modal-card:has(.exit-modal){padding:0}@media only screen and (max-width:575px){.modal-wrap>.modal-card:has(.exit-modal){padding-top:0}}.exit-modal{display:flex;flex-direction:column;gap:1.5rem;padding:1.25rem}@media only screen and (max-width:575px){.exit-modal{padding:.875rem 1rem .75rem}}.exit-modal__header{display:flex;flex-direction:column;gap:.5rem}.exit-modal__headerText{color:#1e223c;font-size:1.5rem;font-weight:700;line-height:2rem}@media only screen and (max-width:575px){.exit-modal__headerText{font-size:1.25rem}}.exit-modal__warning{background:rgba(253,173,53,.1);border-radius:.25rem;display:flex;gap:.25rem;padding:.25rem .5rem}.exit-modal__warningText{color:#1e223c;font-size:.875rem;font-weight:400;letter-spacing:.25px;line-height:1.25rem}.exit-modal__actions{align-items:center;display:flex;gap:1rem;justify-content:flex-end}.exit-modal__cancelCTA{color:#5e6b92;cursor:pointer;font-size:.75rem;font-weight:700;letter-spacing:.4px;line-height:1rem;padding:.5rem 1rem}.exit-modal__cancelCTA:hover{color:#394468}@media only screen and (max-width:575px){.exit-modal__cancelCTA:hover{color:#5e6b92}}.exit-modal__submitCTA{background:#5670fb;border-radius:1.5rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;letter-spacing:.00625rem;line-height:1.25rem;padding:.75rem 1.5rem}.exit-modal__submitCTA:hover{background:#495ac8}@media only screen and (max-width:575px){.exit-modal__submitCTA{font-size:.75rem;letter-spacing:.025rem;line-height:1rem;padding:.5rem 1rem}.exit-modal__submitCTA:hover{background:#5670fb}}.exit-modal .semi-bold-text{font-weight:600}.office_location.partial-hide{position:relative}.office_location .office_location_view_wrapper{background:#fff;border:.872222px solid #dee2fc;border-radius:4px;margin:16px 0 24px;padding:16px}@media only screen and (max-width:575px){.office_location .office_location_view_wrapper{padding:16px}}.office_location .office_location_view_wrapper .card_header{align-items:center;color:#283e56;display:flex;font-size:16px;font-style:normal;font-weight:600;letter-spacing:.130833px;line-height:24px}.office_location .office_location_view_wrapper .card_header-link{align-items:center;background:transparent;border:none;color:#4596f3;cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.130833px;line-height:24px;outline:none}.office_location .office_location_view_wrapper .header_container{align-items:center;display:flex;justify-content:space-between}.office_location .office_location_view_wrapper .header_container .action_btn{align-items:center;color:#c4c3d9;display:flex;gap:12px;justify-content:center}.office_location .office_location_view_wrapper .header_container .action_btn .seperator{background-color:#c7c7c7;height:1.25rem;width:1px}.office_location .office_location_view_wrapper .header_container .action-delete:hover,.office_location .office_location_view_wrapper .header_container .action-edit:hover{color:#7c8ba2}.office_location .office_location_view_wrapper .update_text{font-size:14px;padding:4px 0 16px}.office_location .office_location_view_wrapper .card-body .team-wrap{margin-bottom:0;margin-right:0;width:100%}.office_location .office_location_view_wrapper .card-body .team-member{cursor:auto;margin-bottom:6px;margin-right:6px;padding:0;width:calc(33.33333% - .4rem)}.office_location .office_location_view_wrapper .card-body .team-member img{height:152px;max-width:100%;object-fit:cover;width:100%}.office_location .office_location_view_wrapper .viewAllAction{align-items:center;color:#283e56;cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:600;justify-content:center;letter-spacing:.130833px;line-height:20px;padding-top:16px;text-align:center}.office_location .office_location_view_wrapper .count_photos_text{color:#000}.office_location .office_location_view_wrapper .updatedon-text{color:#c4c3d9}.office_location .office_location_view_wrapper .updated_text{color:#97a0be}@media only screen and (max-width:575px){.office_location .office_location_view_wrapper .team-wrap .team-member{margin:0 0 6px;width:100%!important}}#office-photos-view .upload-photos{color:#5670fb;cursor:pointer;font-size:1rem;font-weight:500;line-height:1.1875rem;margin-top:-8px}#office-photos-view .upload-photos:hover{color:#495ac8}@media only screen and (max-width:575px){#office-photos-view .upload-photos:hover{color:#5670fb}}.select-logo-wrap .modal-content-wrap{flex-direction:column;margin-bottom:1.75rem}.select-logo-wrap .modal-content-wrap h3{color:#040a1e;font-size:1rem;font-weight:500;line-height:1.1875rem;margin-bottom:.5rem}.select-logo-wrap .upload-img-wrap{align-items:center;display:flex;padding-bottom:.75rem;padding-top:.75rem}.select-logo-wrap .existing-logo{border-radius:4px;box-shadow:0 .125rem .4375rem 0 #d6d8e5;box-sizing:border-box;cursor:pointer;height:100px;margin-bottom:.25rem;object-fit:contain;padding:.5rem;width:100px}.select-logo-wrap .img-wrap{align-items:center;display:flex;flex-wrap:wrap;padding-bottom:.75rem;padding-top:.75rem}.select-logo-wrap .img-wrap .image-details{font-size:.825rem;margin-bottom:.75rem;position:relative;text-align:center}.select-logo-wrap .img-wrap img{border:1px solid transparent;box-sizing:border-box;cursor:pointer;height:100px;margin-bottom:.25rem;margin-right:.5rem;object-fit:contain;padding:.5rem;width:100px}.select-logo-wrap .img-wrap img.selected,.select-logo-wrap .img-wrap img:hover{border-radius:4px;box-shadow:0 .125rem .4375rem 0 #d6d8e5;transition:all .25s ease-out}.select-logo-wrap .img-wrap img.selected{border:1px solid #0f8ef1}.select-logo-wrap .img-wrap .action-btn{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 .125rem .4375rem 0 #d6d8e5;color:#c4c3d9;cursor:pointer;display:flex;justify-content:center;padding:5px;position:absolute;right:5px;top:-7px}.select-logo-wrap .img-wrap .action-btn:hover{color:#7c8ba2}.select-logo-wrap .img-wrap a{color:#000;cursor:pointer;font-weight:500}.select-logo-wrap .uploadBtn{background-color:#fff;background-image:linear-gradient(-173deg,#189aff,#0f8ef1);border:0;border-radius:50%;box-shadow:0 .125rem .4375rem 0 #d6d8e5;color:#fff;cursor:pointer;font-size:1.375rem;line-height:1.625rem;min-height:1.625rem;min-width:1.625rem;text-align:center}.select-logo-wrap .saveBtn{margin:.625rem 0}.select-logo-wrap .saveBtn[disabled]{background-color:#d6d8e5;background-image:none;color:inherit;cursor:not-allowed}.select-logo-wrap .notes{font-size:.75rem;margin-bottom:1rem}.select-logo-wrap span{font-size:.9rem;margin-left:.5rem}.select-logo-wrap span.filename{align-items:baseline;display:inline-flex;font-weight:500}.select-logo-wrap span.filename i{color:red;cursor:pointer;font-size:.6rem;margin-left:.5rem}.logo-card{align-items:center;background-color:#fff;border-radius:.25rem;box-shadow:0 .125rem .4375rem 0 #d6d8e5;box-sizing:border-box;display:flex;height:6.25rem;justify-content:center;margin-right:1.75rem;position:relative;-webkit-user-select:none;user-select:none;width:6.25rem}@media only screen and (max-width:575px){.logo-card{margin-bottom:.75rem;margin-right:0}}.logo-card .add-logo-btn{font-size:1.375rem;line-height:1.625rem;right:-.8125rem;top:-.8125rem}.logo-card .add-logo-btn,.logo-card .mark-logo-btn{background-color:#fff;border-radius:50%;box-shadow:0 .125rem .4375rem 0 #d6d8e5;color:#c4c3d9;cursor:pointer;height:1.625rem;position:absolute;text-align:center;width:1.625rem;z-index:3}.logo-card .mark-logo-btn{font-size:1rem;line-height:1.8125rem;right:-.75rem;top:1.25rem}.logo-card .logo-img{max-height:100%;max-width:100%}.company-cover-wrap{display:flex;margin-bottom:2.5rem}@media only screen and (max-width:575px){.company-cover-wrap{align-items:center;flex-direction:column}.company-cover-wrap .company-header{text-align:center;width:100%}}.company-cover-wrap .company-name-wrap{display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width:575px){.company-cover-wrap .company-name-wrap{align-items:center}}.company-cover-wrap .company-name-wrap.isColumn{align-items:flex-start;flex-direction:column}@media only screen and (max-width:575px){.company-cover-wrap .company-name-wrap.isColumn{align-items:center}}.company-cover-wrap .company-name-wrap .company-header-link{align-items:center;display:flex}@media only screen and (max-width:575px){.company-cover-wrap .company-name-wrap .company-header-link{flex-wrap:wrap;justify-content:center}}.company-cover-wrap .company-name-wrap .verified{color:#49c812;font-size:1.125rem;margin-left:.5625rem}.company-cover-wrap .company-name{color:#17203d;display:inline-block;font-size:2rem;font-weight:700;line-height:2.375rem;margin-right:.75rem}@media only screen and (max-width:575px){.company-cover-wrap .company-name{font-size:1.625rem;line-height:1.875rem;margin-bottom:.625rem;margin-right:0;width:100%}}.company-cover-wrap .profile-progress{margin-top:1rem}.company-cover-wrap .profile-progress .progress-label{color:#17203d;font-size:.9375rem;font-weight:400;line-height:1.125rem;margin-bottom:1rem}.company-cover-wrap .profile-progress .progress-bar{background-color:#fff;border-radius:.125rem;box-shadow:0 .125rem .4375rem 0 #d6d8e5;height:.9375rem;margin-top:.75rem;width:18.75rem}@media only screen and (max-width:575px){.company-cover-wrap .profile-progress .progress-bar{width:100%}}.company-cover-wrap .profile-progress .progress-bar .completed{background-color:#5670fb;border-radius:.125rem 0 0 .125rem;height:100%;max-width:100%}.company-cover-wrap .profile-name-change button{background-color:initial;border:0;color:#5670fb;cursor:pointer;font-size:.875rem;font-weight:400;margin-top:.75rem;outline:0}.company-cover-wrap .profile-name-change button:hover{color:#495ac8}@media only screen and (max-width:575px){.company-cover-wrap .profile-name-change button:hover{color:#5670fb}}.overview-wrap{color:#17203d}.overview-wrap--blur{-webkit-filter:blur(6px);filter:blur(6px);min-height:215px;opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.overview-wrap .overview-item{margin-bottom:1.75rem}.overview-wrap .overview-item .overview-label{font-size:.875rem;font-weight:700;line-height:1rem;margin-bottom:.5rem}.overview-wrap .overview-item .overview-label.extra-margin{margin-bottom:1rem}.overview-wrap .overview-item .section-container .section-02{margin-top:.5rem}.overview-wrap .overview-item .overview-content{font-size:.875rem;font-weight:400;line-height:1.125rem;word-break:break-word}.overview-wrap .overview-item .overview-content a{color:#1b8ff5}.overview-wrap .overview-item .overview-content .primary-industry{color:#7c8ba2}.overview-wrap .overview-item .overview-content ol li,.overview-wrap .overview-item .overview-content ul li{margin-left:1rem}.overview-wrap .overview-item .overview-content-source-text{color:#ababab;font-size:.625rem;font-weight:400}.overview-wrap .overview-item .show-white-space{white-space:pre-wrap}.overview-wrap .overview-item.no-margin{margin-bottom:0}.overview-wrap .overview-item .blank-copy{color:#5670fb;cursor:pointer;display:inline-block;font-size:.875rem;line-height:1rem}.overview-wrap .overview-item .blank-copy:hover{color:#495ac8}@media only screen and (max-width:575px){.overview-wrap .overview-item .blank-copy:hover{color:#5670fb}}.overview-wrap .overview-item .industry{background:#f5f5f5;border-radius:.375rem;display:inline-flex;justify-content:flex-start;margin:0 .375rem .375rem 0;padding:.4375rem .4375rem .4375rem .75rem}@media only screen and (max-width:575px){.overview-wrap .overview-item .industry{align-items:flex-start;flex-direction:column;justify-content:center;padding:.5625rem .625rem .75rem}}.overview-wrap .overview-item .industry__name{font-family:Work Sans;font-size:.75rem;font-weight:500;line-height:.875rem;padding:.25rem 0;white-space:nowrap}.overview-wrap .overview-item .industry__tag-container{display:inline-flex;flex-wrap:wrap;gap:.25rem .375rem;margin-left:.75rem;margin-top:0}@media only screen and (max-width:575px){.overview-wrap .overview-item .industry__tag-container{margin-left:0;margin-top:.375rem}}.overview-wrap .overview-item .industry__tag{background:#fff;border-radius:.125rem;font-family:Work Sans;font-size:.75rem;font-weight:400;line-height:.875rem;padding:.25rem .5rem}.overview-wrap .row-half{display:inline-block;vertical-align:top;width:50%}@media only screen and (max-width:575px){.overview-wrap .row-half{margin-bottom:1.75rem;width:100%}.overview-wrap .row-half:last-child{margin-bottom:0}}.overview-edit .small-text-message{color:#ababab;font-size:.625rem;font-weight:400}.overview-edit .ql-editor{height:153px!important}.number-of-industry-selected{color:#c4c3d9;font-size:.75rem;margin-top:.25rem}.validation-error{color:red;font-size:.75rem;margin-top:.25rem}.form-error{color:#ff4b2b;font-size:.875rem;margin-top:.3125rem;overflow:hidden;text-overflow:ellipsis}.overview-edit-tooltip{color:#8d8db6;cursor:pointer;display:inline-block;margin-left:.125rem;position:relative;top:.09375rem}@media only screen and (max-width:1200px){.contact-align{position:relative;top:.3125rem}}.link{color:#5670fb;font-size:1rem;font-weight:400;line-height:1.375rem;margin-top:.5rem}.link:hover{color:#495ac8;cursor:pointer;text-decoration:underline}@media only screen and (max-width:575px){.link:hover{color:#5670fb}}#benefits-card{min-height:364px}@media only screen and (max-width:575px){#benefits-card{min-height:325px}}#benefits-card .checkbox-wrap{font-weight:600}#benefits-card textarea{margin-left:2.1875rem;margin-top:.5rem;width:calc(100% - 2.1875rem)!important}#benefits-card .add-new-benefit{color:#5670fb;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.1875rem;margin-bottom:1.25rem}#benefits-card .add-new-benefit:hover{color:#495ac8}#benefits-card .unsubscribeView{left:30px!important;max-width:none!important;right:30px!important;top:calc(50% - 72px)!important}@media only screen and (max-width:575px){#benefits-card .unsubscribeView{bottom:20px;left:16px!important;right:16px!important;top:auto!important}}.other-benefits-title-wrap{align-items:center;display:flex;margin-top:.5rem;width:calc(100% - 2.1875rem)!important}.other-benefits-title-wrap .other-benefit-close-icon-wrap{align-items:flex-end;color:#c7c7c7;cursor:pointer;display:flex;flex:1 1;justify-content:flex-end;margin-right:-2rem}.albums-wrap{-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto;padding-left:.5rem;padding-top:.375rem}.albums-wrap::-webkit-scrollbar{display:none}.albums-wrap:after{content:"";display:block;height:3.125rem;min-width:.5rem}.albums-wrap .album-item{align-items:center;background-color:#fff;box-shadow:0 .125rem .9375rem .1875rem rgba(213,232,242,.35);box-sizing:border-box;cursor:pointer;display:flex;flex-shrink:0;font-size:.875rem;font-weight:600;justify-content:center;line-height:1.1875rem;margin-bottom:1.25rem;margin-right:1.25rem;padding:1.5rem;position:relative;text-align:center;-webkit-user-select:none;user-select:none;width:11.25rem}.albums-wrap .album-item .album-count{font-size:1rem;font-weight:700}.albums-wrap .album-item .album-input{border:none;outline:none}.albums-wrap .album-item .selected-wrap{background-color:#fff;bottom:-1.25rem;box-shadow:0 .4375rem .9375rem .1875rem rgba(213,232,242,.35);height:1.25rem;position:absolute;width:100%}.albums-wrap .album-item.active{color:#1b8ff5}.albums-wrap .album-item:last-child{margin-right:0}.albums-wrap .album-item:hover .album-actions{display:flex}.albums-wrap .album-item .album-actions{display:none;position:absolute;right:0;top:0}.albums-wrap .album-item .album-actions .action-btn{color:#c4c3d9;font-size:.625rem;padding:.3125rem .5rem}.albums-wrap .album-item .album-actions .action-btn:hover{color:#7c8ba2}.albums-wrap .album-item .album-actions .seperator{background-color:#c7c7c7;height:.75rem;margin-top:.5rem;width:1px}.photos-wrap{background-color:#fff;box-shadow:0 .125rem .625rem 0 rgba(164,193,208,.28);box-sizing:border-box;display:flex;flex-wrap:wrap;margin-bottom:1.75rem;padding:1.875rem .125rem 1.875rem 1.875rem;width:100%}@media only screen and (max-width:575px){.photos-wrap{padding:1.5rem 1rem}}.photos-wrap .photo-item{cursor:pointer;height:7.375rem;margin-bottom:1.75rem;margin-right:1.75rem;position:relative;width:calc(33.33333% - 1.75rem)}@media only screen and (max-width:575px){.photos-wrap .photo-item{margin-right:0;width:100%}}.photos-wrap .photo-item .photo-img{height:100%;object-fit:cover;width:100%}.photos-wrap .photo-item .delete-photo-btn{background-color:#fff;border-radius:50%;box-shadow:0 .125rem .75rem 0 rgba(0,0,0,.1);color:#c4c3d9;cursor:pointer;height:1.625rem;position:absolute;right:-.8125rem;text-align:center;top:-.8125rem;width:1.625rem;z-index:3}.photos-wrap .photo-item .delete-photo-btn i{cursor:pointer;font-size:.75rem;line-height:1.625rem}.photos-wrap .photo-item .uploading-cover{align-items:center;background-color:rgba(0,0,0,.6);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.photos-wrap .photo-item .uploading-cover .photo-status{height:3.125rem}.photos-wrap .photo-item .uploading-cover .photo-name,.photos-wrap .photo-item .uploading-cover .photo-status{color:#eee}.upload-photo-wrap{background-color:#fff;border:1px dashed #c7c7c7;border-radius:.1875rem;box-sizing:border-box;cursor:pointer;padding:2rem;text-align:center;-webkit-user-select:none;user-select:none;width:calc(100% - 1.75rem)}@media only screen and (max-width:575px){.upload-photo-wrap{width:100%}}.upload-photo-wrap .upload-icon-img{height:1.75rem;margin:auto;width:1.75rem}.upload-photo-wrap .upload-msg{color:#8da1b6;font-size:.875rem;font-weight:400;line-height:1rem;margin-top:.5rem}.upload-photo-wrap .upload-msg span{color:#5670fb;font-weight:600}.upload-photo-wrap .upload-msg span:hover{color:#495ac8}.upload-photo-wrap.highlight{background-color:#f7f7f7}.upload-photo-wrap.disabled{background:#f5f5f5;cursor:not-allowed}.upload-photo-wrap .upload-video{margin-top:1.5rem;text-align:center}.upload-photo-wrap .upload-video .upload-label{color:#040a1e;font-size:.875rem;margin-bottom:.5625rem}.upload-photo-wrap .upload-video input{border:1px solid #c4c3d9;border-radius:2px;box-sizing:border-box;height:2.25rem;margin-top:.5rem;max-width:22.1875rem;padding-left:.625rem;text-align:center;width:100%}.upload-photo-wrap .upload-video input::-webkit-input-placeholder{font-size:.75rem}.upload-photo-wrap .upload-video input::placeholder{font-size:.75rem}.video-meta-wrap{box-shadow:0 .125rem .625rem 0 rgba(164,193,208,.28);box-sizing:border-box;display:flex;margin-bottom:1.875rem;padding:1.25rem;width:100%}@media only screen and (max-width:575px){.video-meta-wrap{align-items:center;flex-direction:column}}.video-meta-wrap .video-thumb{height:5.625rem;margin-right:1.25rem;min-width:7.5rem;object-fit:cover}@media only screen and (max-width:575px){.video-meta-wrap .video-thumb{height:6.75rem;margin-bottom:.75rem;margin-right:0;width:10rem}}.video-meta-wrap .video-content{max-height:5.625rem;overflow:hidden}@media only screen and (max-width:575px){.video-meta-wrap .video-content{width:100%}}.video-meta-wrap .video-title{font-weight:600}.video-meta-wrap .video-desc{font-size:.875rem;line-height:1.25rem;margin-top:.9375rem}.videos-wrap{margin:-.5rem}.videos-wrap .add-new-product{padding:0 0 .5rem .5rem}.videos-wrap--blur{-webkit-filter:blur(6px);filter:blur(6px);min-height:215px;opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.video-item{border-radius:.25rem;margin-bottom:1.125rem!important;padding:.625rem}.video-item .product-details{max-height:4.0625rem;overflow:hidden;position:relative;width:100%}@media only screen and (max-width:575px){.video-item .product-details{max-height:5.625rem}}.video-item .product-details:after{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 80%,#fff);bottom:0;content:"";height:.75rem;position:absolute;width:100%}.video-item .product-description{font-size:.75rem!important;line-height:.875rem!important}.video-item:hover:not(.partial-hide){box-shadow:0 .125rem .9375rem .1875rem rgba(213,232,242,.35);cursor:pointer}.video-item.premium-section-video .custom-input-wrap{margin-bottom:10px}.video-item.premium-section-video .product-content{max-width:90%}@media only screen and (max-width:575px){.video-item.premium-section-video .product-content{max-width:100%}}.video-item.premium-section-video .product-name{align-items:center;display:flex}.video-item.premium-section-video .product-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-item.premium-section-video .custom-input{border:none;border-bottom:1px solid #eeedf6;color:#283e56;font-size:.875rem;font-weight:600;height:24px;padding-bottom:.25rem;width:100%}.video-item.premium-section-video .product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.video-item.premium-section-video .icon-edit{opacity:.57;padding:4px 10px}.video-item.premium-section-video .icon-edit:hover{opacity:1}.video-item.premium-section-video .action-btn{padding-top:.25rem!important}.videos-cont .unsubscribeView{left:30px!important;max-width:none!important;right:30px!important;top:calc(50% - 60px)!important}@media only screen and (max-width:575px){.videos-cont .unsubscribeView{bottom:20px;left:1rem!important;right:1rem!important;top:auto!important}}.videos-cont--blur{min-height:180px}.products-wrap{margin:0 -.625rem}.products-wrap .product-item{align-items:flex-start;background-color:#fff;display:flex;justify-content:space-between;margin-bottom:.5rem;opacity:1;padding:.625rem;position:relative}@media only screen and (max-width:575px){.products-wrap .product-item{padding:.625rem}}.products-wrap .product-item .product-content{display:flex;width:100%}@media only screen and (max-width:575px){.products-wrap .product-item .product-content{align-items:center;flex-direction:column}}.products-wrap .product-item .product-pic-wrap{margin-right:1.25rem}@media only screen and (max-width:575px){.products-wrap .product-item .product-pic-wrap{margin-bottom:.75rem;margin-right:0}}.products-wrap .product-item .product-pic-wrap .product-pic{height:3.8125rem;width:5rem}@media only screen and (max-width:575px){.products-wrap .product-item .product-pic-wrap .product-pic{height:6.75rem;width:10rem}}.products-wrap .product-item .product-name{font-size:.875rem;font-weight:700;line-height:1rem;margin-bottom:.5rem}.products-wrap .product-item .product-description{color:#17203d;font-size:.875rem;font-weight:400;line-height:1rem}.products-wrap .product-item .product-actions{align-items:center;display:flex}@media only screen and (max-width:575px){.products-wrap .product-item .product-actions{position:absolute;right:.25rem;top:0}}.products-wrap .product-item .product-actions .action-btn{color:#c7c7c7;cursor:pointer;font-size:.875rem;line-height:1rem;padding:.75rem}.products-wrap .product-item .product-actions .900{font-weight:900}.products-wrap .product-item .product-actions .action-btn:hover{color:#7c8ba2}.products-wrap .product-item .product-actions .seperator{background-color:#c7c7c7;height:1.5625rem;width:1px}.products-wrap .over{border:1px dashed rgba(0,0,0,.8)}.products-wrap .dragged{opacity:.4}.products-wrap .add-new-product{color:#5670fb;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.1875rem}.products-wrap .add-new-product:hover{color:#495ac8}.products-wrap .footer-actions{margin-top:1.5rem}.product-edit-wrap{padding:0 .625rem;position:relative}.product-edit-wrap .modal-title{color:#17203d;font-size:1.1875rem;font-weight:600;line-height:1.4375rem;margin-bottom:1.875rem}@media only screen and (max-width:575px){.product-edit-wrap .modal-title{margin-right:1.125rem}}.product-edit-wrap .modal-desc{margin:0 0 1.875rem}.product-edit-wrap .modal-content-wrap{display:flex}.product-edit-wrap .modal-content-wrap .product-pic-wrap{background-color:#fff;border-radius:.25rem;box-shadow:0 .125rem .4375rem 0 #d6d8e5;cursor:pointer;height:5rem;margin-right:1.5625rem;position:relative;width:5rem}.product-edit-wrap .modal-content-wrap .product-pic-wrap .add-pic-btn{background-color:#fff;border-radius:50%;box-shadow:0 .125rem .4375rem 0 #d6d8e5;color:#c4c3d9;font-size:1.375rem;height:1.625rem;line-height:1.625rem;position:absolute;right:-.75rem;text-align:center;top:-.3125rem;width:1.625rem;z-index:4}.product-edit-wrap .modal-content-wrap .product-pic-wrap .product-pic{height:3.75rem;margin:.625rem;width:3.75rem}.product-edit-wrap .modal-content-wrap .product-form-wrap{flex-grow:1}.product-edit-wrap .modal-content-wrap .product-form-wrap input{width:100%}.product-edit-wrap .close-btn{color:#7c8ba2;cursor:pointer;font-size:.875rem;padding:.25rem;position:absolute;right:0;top:0}[draggable]{-khtml-user-drag:element;-webkit-user-drag:element;-webkit-user-select:none;user-select:none}.team-wrap{display:flex;flex-wrap:wrap;margin-bottom:-1.25rem;margin-right:-1.25rem}.team-wrap .team-member{background-color:#fff;border-radius:.375rem;box-shadow:0 .125rem .9375rem .1875rem rgba(213,232,242,.35);box-sizing:border-box;cursor:pointer;margin-bottom:1.25rem;margin-right:1.25rem;padding:1.25rem;position:relative;width:calc(33.33333% - 1.25rem)}@media only screen and (max-width:575px){.team-wrap .team-member{width:100%}}.team-wrap .team-member .member-pic-wrap{display:block;height:4.625rem;margin:auto;position:relative;width:4.625rem}.team-wrap .team-member .member-pic-wrap .add-team-btn{background-color:#fff;border-radius:50%;box-shadow:0 .125rem .4375rem 0 #d6d8e5;color:#c4c3d9;font-size:1.375rem;height:1.625rem;line-height:1.625rem;position:absolute;right:-.5rem;text-align:center;top:-.3125rem;width:1.625rem}.team-wrap .team-member .member-pic{border-radius:50%;height:4.625rem;width:4.625rem}.team-wrap .team-member .member-name{color:#283e56;font-size:.875rem;font-weight:700;line-height:1rem;margin-top:.5625rem;text-align:center;word-break:break-word}.team-wrap .team-member .member-designation,.team-wrap .team-member .member-education,.team-wrap .team-member .member-professional-past{font-size:.75rem;font-weight:600;line-height:.875rem;margin-top:.3125rem;text-align:center}.team-wrap .team-member .member-edit-btn{color:#c4c3d9;font-size:.875rem;position:absolute;right:.9375rem;top:.9375rem}.team-wrap .team-member .member-edit-btn:hover{color:#7c8ba2}.team-wrap .team-member.add-new{padding:1.875rem 1.25rem}.team-wrap .team-member.add-new .add-new-label{color:#283e56;font-size:1rem;font-weight:600;line-height:1.1875rem;margin:.9375rem auto;text-align:center}.team-wrap .socialLink{border-radius:50%;left:.9375rem;position:absolute;top:.9375rem}.team-wrap .socialLink img{height:1.25rem;width:1.25rem}.team-wrap--blur{-webkit-filter:blur(6px);filter:blur(6px);min-height:215px;opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.modal-wrap .modal-card.team-edit-modal{max-height:81vh;padding:0}@media only screen and (max-width:575px){.modal-wrap .modal-card.team-edit-modal{border-radius:0;max-height:100vh;overflow-y:hidden}}.team-cont .unsubscribeView{left:30px!important;max-width:none!important;right:30px!important;top:calc(50% - 52px)!important}@media only screen and (max-width:575px){.team-cont .unsubscribeView{bottom:20px;left:16px!important;right:16px!important;top:auto!important}}.locations-wrap{display:flex;flex-wrap:wrap;margin-bottom:.625rem;margin-right:-1.25rem}.locations-wrap .location-item{background-color:#fff;border-radius:.375rem;box-shadow:0 .125rem .9375rem .1875rem rgba(213,232,242,.35);box-sizing:border-box;font-size:.875rem;line-height:1rem;margin-bottom:1.25rem;margin-right:1.25rem;padding:1.25rem;position:relative;width:calc(50% - 1.25rem)}.locations-wrap .location-item .location-title{align-items:center;display:flex;font-weight:700;justify-content:space-between;margin-bottom:.5rem}.locations-wrap .location-item .location-title .location-actions{align-items:center;display:flex}.locations-wrap .location-item .location-title .location-actions .action-btn{color:#c7c7c7;cursor:pointer;font-size:.875rem;line-height:1rem;padding:.5rem}.locations-wrap .location-item .location-title .location-actions .action-btn:hover{color:#7c8ba2}.locations-wrap .location-item .location-title .location-actions .seperator{background-color:#c7c7c7;height:1.5625rem;width:1px}.locations-wrap .location-item .location-address,.locations-wrap .location-item .location-phone{font-weight:400;margin-bottom:.5rem}.locations-wrap .location-item .location-link{color:#5670fb;cursor:pointer;font-weight:700;line-height:1.25rem}.locations-wrap .location-item .location-link:hover{color:#495ac8}@media only screen and (max-width:575px){.locations-wrap .location-item .location-link:hover{color:#5670fb}}.add-new-location{color:#5670fb;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.1875rem}.add-new-location:hover{color:#495ac8}#locations-card .location-card-edit{max-height:81vh;padding:0}@media only screen and (max-width:575px){#locations-card .location-card-edit{border-radius:0;max-height:100vh;overflow-y:hidden}}.links-wrap{display:flex}.links-wrap .link-item{margin-right:1.25rem}.links-wrap .link-item .link-icon{height:2.4375rem;width:2.4375rem}.card-body--locked{min-height:180px}.card-body .unsubscribeView{left:20px!important;max-width:calc(100% - 80px)!important;top:112px!important;width:100%!important}@media only screen and (max-width:575px){.card-body .unsubscribeView{left:14px!important;max-width:calc(100% - 72px)!important}}.company-type-wrap .checkbox-wrap{margin-right:2.5rem}.company-type-wrap .company-type-other-input{margin-top:.9375rem}.flex-list{display:flex;flex-wrap:wrap}.flex-col{flex:25% 1}@media only screen and (max-width:575px){#more-details-card .add-btn{margin-top:.75rem}#more-details-card .add-more-input{width:calc(100% - 2rem)}}.show-more{color:#288ce9;cursor:pointer;font-size:.875rem;line-height:1rem;margin-top:.3125rem;text-align:right}.chip{align-items:center;background:#5670fb;border-radius:15px;color:#fff;display:flex;font-size:13px;margin-bottom:6px;margin-right:4px;padding:5px 10px}.chip span{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip i{cursor:pointer;font-size:10px;margin-left:8px}.ownership-other-item{margin-top:.75rem}.ownership-other-item:invalid{border-color:none!important}.subsidiary-error{color:red;font-size:.75rem;left:.3125rem;position:absolute;top:calc(100% + 5px)}.chip-container .chip-row .item-chip i{font-size:12px!important}.chip-container .chip-row .variant-2{background-color:rgba(91,111,242,.1);border:none;border-bottom:1px solid #c7c7c7;border-radius:0;font-weight:500!important;margin-bottom:0;margin-right:0;padding:.75rem}.chip-container .chip-row .row{align-items:center;display:flex;flex:100% 1;overflow:hidden}.chip-container .chip-row .row #style-horizontal-scrollbar ::-webkit-scrollbar{background-color:#fff;height:3px}.chip-container .chip-row .row #style-horizontal-scrollbar ::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.chip-container .chip-row .row #style-horizontal-scrollbar ::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.chip-container .chip-row .row #style-horizontal-scrollbar ::-webkit-scrollbar-thumb:hover{background-color:#ccc}.chip-container .chip-row .row .col-01{border-right:2px solid #c7c7c7;flex:35% 1;overflow:hidden;padding:0 .9375rem}.chip-container .chip-row .row .col-01 p{overflow-x:auto;white-space:nowrap}.chip-container .chip-row .row .col-02{flex:60% 1;padding:0 .625rem}.chip-container .chip-row .row .col-03{color:#c7c7c7;flex:5% 1}@media only screen and (max-width:575px){.chip-container .chip-row .row .col-01{flex:35% 1}.chip-container .chip-row .row .col-02{flex:60% 1;padding:0 .9375rem}.chip-container .chip-row .row .col-03{flex:5% 1}}.chip-container .chip-row .row label input[type=radio]{accent-color:#5670fb;cursor:pointer;margin:0 10px;position:relative;top:1px}@media only screen and (max-width:575px){.chip-container .chip-row .row label input[type=radio]{margin:0 10px 0 0!important}}.chip-container .chip-row .row label{color:#283e56;cursor:pointer;font-size:.875rem;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip-container .emp-input-row{align-items:center;display:flex;margin-top:.9375rem}.chip-container .emp-input-row label input[type=radio]{accent-color:#5670fb;cursor:pointer;margin:0 10px;position:relative;top:1px}@media only screen and (max-width:575px){.chip-container .emp-input-row label input[type=radio]{margin:0 10px 0 0!important}}.chip-container .emp-input-row label{color:#283e56;cursor:pointer;font-size:.875rem;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip-container .emp-input-row .col-01{flex:20% 1;position:relative}.chip-container .emp-input-row .col-02{flex:60% 1;position:relative}.chip-container .emp-input-row .col-03{flex:10% 1;position:relative}@media only screen and (max-width:575px){.chip-container .emp-input-row{flex-wrap:wrap}.chip-container .emp-input-row .col-01{flex:100% 1;position:relative}.chip-container .emp-input-row .col-02{flex:50% 1;margin-top:1.5rem;padding:0;position:relative}.chip-container .emp-input-row .col-03{flex:10% 1;margin-top:1.5rem;position:relative;text-align:right}}.chip-container .ops-input-row{margin-top:1.5rem}.chip-container .ops-input-row label input[type=radio]{accent-color:#5670fb;cursor:pointer;margin:0 10px;position:relative;top:1px}@media only screen and (max-width:575px){.chip-container .ops-input-row label input[type=radio]{margin:0 10px 0 0!important}}.chip-container .ops-input-row label{color:#283e56;cursor:pointer;font-size:.875rem;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip-container .ops-input-row .row-1{align-items:center;display:flex}.chip-container .ops-input-row .row-1 .col-01{flex:50% 1;position:relative}.chip-container .ops-input-row .row-1 .col-02{flex:50% 1;margin-left:.9375rem;position:relative;text-align:right}.chip-container .ops-input-row .row-2{align-items:center;display:flex;margin-top:1.5rem}@media only screen and (max-width:575px){.chip-container .ops-input-row .row-2{margin-top:2rem}}.chip-container .ops-input-row .row-2 .col-01{flex:70% 1;position:relative}.chip-container .ops-input-row .row-2 .col-02{flex:10% 1;position:relative;text-align:right}.empty-card-wrap{background-color:#ebf7fe;cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;line-height:.9375rem;padding:.9375rem 1.875rem;-webkit-user-select:none;user-select:none}.empty-card-wrap .add-content-label{padding-left:.9375rem}.helpful-widget-company-overview{margin-bottom:1.75rem}.uploadCard{background:#fff;border:1px dashed #ebf0f6;border-radius:4px;cursor:pointer;display:grid;place-items:center}.uploadCard--center{align-items:center;display:flex;flex-direction:column;gap:14px;height:56px;width:100%}.uploadCard--center i{font-size:22px}.uploadCard--center span{color:#bcbcbc;font-size:14px;font-style:normal;font-weight:600;letter-spacing:.25px;line-height:20px}.uploadCard--disabled{cursor:not-allowed}.uploadCard--enabled{cursor:pointer}.uploadCard--enabled .icon-photos-icon{fill:#1b8ff5}.uploadCard--enabled center span{color:#1b8ff5}.coverPhotoCardWrapper{background-position:50%;background-size:cover;height:100%;position:relative;width:100%}.coverPhotoCardWrapper:before{background:linear-gradient(174.56deg,rgba(0,0,0,.36) 6.71%,transparent 91.38%);border-radius:2px;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%}.coverPhotoCardWrapper:hover:before{opacity:.36}.coverPhotoCardWrapper--actionbtn{display:flex;display:none;gap:8px;justify-content:end;margin-right:12px;margin-top:12px}@media only screen and (max-width:575px){.coverPhotoCardWrapper--actionbtn{display:flex}}.coverPhotoCardWrapper--actionbtn div{background:rgba(0,0,0,.45);border-radius:2px;cursor:pointer;display:grid;height:24px;place-items:center;width:24px}.coverPhotoCardWrapper--actionbtn div i{color:#f5f5f5;font-size:16px}.coverPhotoCardWrapper:hover .coverPhotoCardWrapper--actionbtn{display:flex}@media only screen and (max-width:575px){.cover-photos-grid .modal-wrap{z-index:2147483001!important}}.modal-wrap .modal-card.coverPhotoWrapper{padding:16px 24px}@media only screen and (max-width:575px){.modal-wrap .modal-card.coverPhotoWrapper{padding:1.75rem 0 0}.modal-wrap .modal-card.coverPhotoWrapper--removeSpace{padding:0!important}}.modal-wrap .modal-card.coverPhotoWrapper .confirmationModal{gap:24px;padding:0}@media only screen and (max-width:575px){.modal-wrap .modal-card.coverPhotoWrapper .confirmationModal{gap:18px;padding:0 20px 20px}}.modal-wrap .modal-card.coverPhotoWrapper .confirmationModal .modal-title .heading{font-size:24px;font-style:normal;font-weight:700;line-height:32px}@media only screen and (max-width:575px){.modal-wrap .modal-card.coverPhotoWrapper .confirmationModal .modal-title .heading{color:#1e223c;font-size:20px;font-style:normal;font-weight:700;line-height:32px}}.modal-wrap .modal-card.coverPhotoWrapper .confirmationModal .modal-title .iconWrapper{background:#f5f5f5;border-radius:100px;cursor:pointer;display:grid;height:32px;place-items:center;width:32px}.modal-wrap .modal-card.coverPhotoWrapper .confirmationModal .content .maincontent{color:#000;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.15px;line-height:24px}.modal-wrap .modal-card.coverPhotoWrapper .confirmationModal .action_button{align-items:center;gap:24px;justify-content:end;margin-top:12px}@media only screen and (max-width:575px){.modal-wrap .modal-card.coverPhotoWrapper .confirmationModal .action_button{margin-top:6px}}.modal-wrap .coverPhotosModal{display:flex;flex-direction:column;justify-content:space-between;padding:0}@media only screen and (max-width:575px){.modal-wrap .coverPhotosModal{max-height:90vh!important}.modal-wrap .coverPhotosModal.bottom-sheet{padding-top:16px!important}.modal-wrap .coverPhotosModal.bottom-sheet .coverPhotosModal--header{margin-bottom:24px}.modal-wrap .coverPhotosModal.bottom-sheet .coverPhotosModal--title{color:#1e223c;font-size:20px;font-style:normal;font-weight:700;line-height:32px}}.modal-wrap .coverPhotosModal--header{align-items:center;color:#1e223c;display:flex;font-size:24px;font-style:normal;font-weight:700;gap:24px;justify-content:space-between;line-height:32px;padding:16px 24px 24px}@media only screen and (max-width:575px){.modal-wrap .coverPhotosModal--header{padding:0 16px}}.modal-wrap .coverPhotosModal--footer{box-shadow:0 -6px 24px rgba(57,68,104,.08);padding:12px 24px}.modal-wrap .coverPhotosModal--footer__shadow-0{box-shadow:none;margin-top:40px}@media only screen and (max-width:575px){.modal-wrap .coverPhotosModal--footer__shadow-0{margin-top:0}.modal-wrap .coverPhotosModal--footer{padding:12px}}.modal-wrap .coverPhotosModal--title{color:#1e223c;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.modal-wrap .coverPhotosModal--closeBtn{background:#f5f5f5;border-radius:100px;cursor:pointer;display:grid;height:32px;place-items:center;width:32px}.modal-wrap .coverPhotosModal--closeBtn i{color:#5e6b92;font-size:10px;height:10px;width:10px}.modal-wrap .coverPhotosModal--mainContent{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:575px){.modal-wrap .coverPhotosModal--mainContent{gap:8px}}.modal-wrap .coverPhotosModal--mainContent h2{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:24px;padding:0 24px}@media only screen and (max-width:575px){.modal-wrap .coverPhotosModal--mainContent h2{padding:0 16px}}.modal-wrap .coverPhotosModal--mainContent .scrollableList{grid-gap:12px;display:grid;grid-template-columns:repeat(3,1fr);max-height:52vh;overflow-y:auto;padding:0 24px}@media only screen and (max-width:575px){.modal-wrap .coverPhotosModal--mainContent .scrollableList{grid-gap:8px;grid-template-columns:repeat(2,1fr);max-height:60vh;padding:0 16px}}.modal-wrap .coverPhotosModal--mainContent .scrollableList div{background:hsla(0,0%,85%,.4);border:none;border-radius:2px;height:152px;margin:0;overflow:hidden;padding:0;position:relative}@media only screen and (max-width:575px){.modal-wrap .coverPhotosModal--mainContent .scrollableList div{height:104px}}.modal-wrap .coverPhotosModal--mainContent .scrollableList div:before{content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.modal-wrap .coverPhotosModal--mainContent .scrollableList div:hover:before{background:hsla(0,0%,85%,.4);border-radius:2px;opacity:1;z-index:100}.modal-wrap .coverPhotosModal--mainContent .scrollableList div>span{height:152px}@media only screen and (max-width:575px){.modal-wrap .coverPhotosModal--mainContent .scrollableList div>span{height:104px}}.modal-wrap .coverPhotosModal--mainContent .scrollableList div .image-large{border-radius:2px;width:100%}.modal-wrap .coverPhotosModal--mainContent .scrollableList div img{border-radius:2px;display:inline-block;height:100%;max-width:100%;object-fit:cover;width:100%}@media only screen and (max-width:575px){.modal-wrap .coverPhotosModal--mainContent .scrollableList div img{height:104px}}.modal-wrap .coverPhotosModal--mainContent .scrollableList div label{padding-left:1.875rem;position:absolute;right:0;top:12px}@media only screen and (max-width:575px){.modal-wrap .coverPhotosModal--mainContent .scrollableList div label{padding-left:1.625rem;right:0;top:8px}}.modal-wrap .coverPhotosModal--mainContent .scrollableList div label input+.checkmark{display:none;z-index:100}.modal-wrap .coverPhotosModal--mainContent .scrollableList div label input:checked+.checkmark{display:block}@media only screen and (min-width:576px){.modal-wrap .coverPhotosModal--mainContent .scrollableList::-webkit-scrollbar{border-radius:14px;width:12px;z-index:1000}.modal-wrap .coverPhotosModal--mainContent .scrollableList::-webkit-scrollbar-thumb{background-clip:padding-box!important;background-color:#bcbcbc!important;border:3px solid transparent;border-radius:100px!important;height:.8rem!important;-webkit-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.modal-wrap .coverPhotosModal--mainContent .scrollableList::-webkit-scrollbar-track{background:transparent}}.modal-wrap .coverPhotosModal--mainContent__noOfficePhoto{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;padding-bottom:32px}.modal-wrap .coverPhotosModal--mainContent__noOfficePhoto>div{display:flex;flex-direction:column;gap:8px}.modal-wrap .coverPhotosModal--mainContent__noOfficePhoto span{color:#1e223c;font-size:15.552px;font-style:normal;font-weight:600;line-height:23px;text-align:center}.modal-wrap .coverPhotosModal--mainContent__noOfficePhoto button{background:#4596f3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-style:normal;font-weight:500;height:36px;line-height:24px;padding:6px 17px 6px 16px;text-align:center;width:200px}.modal-wrap .coverPhotosModal--footer.actions_btn{bottom:0;display:flex;justify-content:space-between;left:0;position:-webkit-sticky;position:sticky;right:0}.modal-wrap .coverPhotosModal--footer button{background:#fff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-style:normal;font-weight:500;height:36px;line-height:24px;padding:6px 17px 6px 16px;text-align:center;width:70px}.modal-wrap .coverPhotosModal--footer button.save{background:#4596f3;border-radius:4px}.modal-wrap .coverPhotosModal--footer button.save:disabled{background:#f2f2f2;color:#bbb;cursor:not-allowed}.modal-wrap .coverPhotosModal--footer button.cancel{background:#fff;color:#4596f3}#cover-photos{min-height:364px}@media only screen and (max-width:575px){#cover-photos{min-height:325px}}#cover-photos .upload-office-photos{font-size:14px;font-style:normal;font-weight:400;line-height:20px}#cover-photos .upload-office-photos .upload-cta{align-items:center;display:flex}#cover-photos .upload-office-photos .upload-cta a{color:#1b8ff5;cursor:pointer}#cover-photos .upload-office-photos .upload-cta span{color:#7c7c7c}#cover-photos .upload-office-photos__hidden{height:0;margin-bottom:-8px;opacity:0;visibility:hidden}#cover-photos .cover-photos-content{display:flex;flex-direction:column;gap:16px}#cover-photos .cover-photos-content__gap-0{gap:0}#cover-photos .cover-photos-content--blur{background-color:#fff;-webkit-filter:blur(6px);filter:blur(6px);opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}@media only screen and (max-width:575px){#cover-photos .cover-photos-content--blur{max-height:215px}}#cover-photos .cover-photos-grid{grid-gap:16px;display:grid;grid-auto-rows:172px;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:575px){#cover-photos .cover-photos-grid{grid-template-columns:repeat(1,1fr)}}#cover-photos .unsubscribeView{left:30px!important;max-width:none!important;right:30px!important;top:calc(50% - 52px)!important}@media only screen and (max-width:575px){#cover-photos .unsubscribeView{bottom:20px;left:16px!important;right:16px!important;top:auto!important}}.rating-ebs-card{background:#fdf3e2!important;margin-bottom:1rem}@media only screen and (max-width:575px){.rating-ebs-card{margin-bottom:0}}.rating-ebs-card .ebs-card__headerText{font-size:1rem;line-height:1.5rem}@media only screen and (max-width:575px){.rating-ebs-card .ebs-card__headerText{font-size:.875rem;line-height:1.25rem}}.rating-component{display:flex;flex-direction:column;gap:1rem}.rating-component__star-form{align-items:center;display:flex;flex-direction:row;gap:1.5rem}@media only screen and (max-width:575px){.rating-component__star-form{align-items:flex-start;flex-direction:column;gap:1rem}}.rating-component__star-input{align-items:center;display:flex}.rating-component__star{cursor:pointer;padding:0 .375rem}.rating-component__star:first-child{padding-left:0}.rating-component__star:last-child{padding-right:0}.rating-component__feeling{align-items:center;display:flex;flex-direction:row;gap:.625rem}.rating-component__feelingText{color:#5e6b92;font-size:.875rem;font-weight:600;letter-spacing:.25px;line-height:1.25rem}.rating-component__submit-cta{align-items:center;background:#5670fb;border-radius:1.5rem;color:#fff;cursor:pointer;font-size:.75rem;font-weight:700;letter-spacing:.4px;line-height:1rem;margin-right:auto;padding:.5rem 1rem;width:-webkit-max-content;width:max-content}.rating-component__submit-cta--disabled{background:#f5f5f5;color:#9a9a9a}.rating-success{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem 0}.rating-success__heading{margin-top:.5rem}.rating-success__heading,.rating-success__subHeading{color:#000;font-size:1.25rem;font-weight:700;line-height:1.75rem}.custom-input{position:relative}.custom-input input:disabled{background-color:"#9a9a9a"}.custom-input__wrapper{align-items:center;background:#fff;border:1px solid #e9e9e9;border-radius:.25rem;display:flex;flex-direction:row;height:2.75rem;position:relative;width:100%}.custom-input__wrapper--active{border-color:#5b6ff2}.custom-input__wrapper--active.custom-input__wrapper--dropdown{border-radius:.25rem .25rem 0 0}.custom-input__wrapper--error{border-color:#e02020}.custom-input__wrapper--disabled{background:#f5f5f5!important;cursor:default!important;pointer-events:none}.custom-input__input{border:none;border-radius:.25rem;box-sizing:border-box;color:#1e223c;font-size:1rem;font-weight:400;height:100%;min-height:2.625rem;outline:none;width:100%}.custom-input__input:-moz-ui-invalid{box-shadow:none!important}.custom-input__input--disabled{color:#9a9a9a}.custom-input__label{background-color:inherit;color:#1e223c;cursor:text;font-size:1rem;font-weight:400;left:1rem;line-height:1.25rem;max-width:calc(100% - 2rem);overflow:hidden;position:absolute;text-overflow:ellipsis;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.custom-input__label--raised{background:#fff none repeat scroll 0 0;background:linear-gradient(180deg,transparent 50%,#fff 0);color:#5e6b92;display:inline-block;font-size:.75rem;left:12px;line-height:1rem;padding:2px 4px 0;top:-1px}.custom-input__label--active{color:#5b6ff2}.custom-input__label--error{color:#e02020}.custom-input__label--disabled{background:linear-gradient(180deg,transparent 50%,#f5f5f5 0);color:#bcbcbc}.custom-input__content{border-radius:.25rem;height:100%;padding:0 1rem;width:100%}.custom-input__content--dropdown{align-items:center;box-sizing:border-box;display:flex;padding:0 .5rem 0 1rem}.custom-input__helperText{color:#5e6b92;font-size:.75rem;font-weight:400;letter-spacing:.4px;line-height:1rem;margin-top:.25rem}.custom-input__helperText--error{color:#e02020}.custom-input__dropdownList{background:#fff;border-radius:0 0 .25rem .25rem;left:.125rem;max-height:13rem;min-height:0;overflow-y:scroll;position:absolute;top:2.875rem;width:100%}.custom-input__dropdownOption{align-items:center;cursor:pointer;display:flex;font-size:1rem;font-weight:400;justify-content:space-between;letter-spacing:.15px;line-height:1.5rem;padding:.5rem 1rem;z-index:1}.custom-input__dropdownOption--selected{color:#5670fb;font-weight:600}.custom-input__dropdownOption:hover{background:rgba(91,111,242,.1)}.ebs-card{background:#fff;border:1px solid #ebf0f6;border-radius:.375rem;box-shadow:0 .125rem .375rem -.125rem rgba(0,106,194,.2);padding:1.25rem}@media only screen and (max-width:575px){.ebs-card{padding:1.25rem 1rem}}.ebs-card__headContent{display:flex;flex-direction:column;gap:.125rem;margin-bottom:1rem}.ebs-card__headContent--less-margin{margin-bottom:.75rem}.ebs-card__header{align-items:center;display:flex;gap:.5rem}.ebs-card__headerText{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem}@media only screen and (max-width:575px){.ebs-card__headerText{font-size:1rem;line-height:1.5rem}}.ebs-card__subHeaderText{color:#5e6b92;font-size:.875rem;font-weight:400;letter-spacing:.25px;line-height:1.25rem}@media only screen and (max-width:575px){.ebs-card__subHeaderText{font-size:.75rem;line-height:1rem}}.ebs-container [data-tooltip-position=top]:before{margin-bottom:.5rem}.ebs-container [data-tooltip-position=right]:before{margin-left:.5rem}.ebs-container [data-tooltip-position=bottom]:before{margin-top:.5rem}.ebs-container [data-tooltip-position=left]:before{margin-right:.5rem}.ebs-container [data-tooltip-position=top]:after{border-width:.5rem .5rem 0;margin-left:-.5rem}.ebs-container [data-tooltip-position=right]:after{border-width:.5rem .5rem .5rem 0;margin-top:-.5rem}.ebs-container [data-tooltip-position=bottom]:after{border-width:0 .5rem .5rem;margin-left:-.5rem}.ebs-container [data-tooltip-position=left]:after{border-width:.5rem 0 .5rem .5rem;margin-top:-.5rem}.minimal-header-container{display:flex;flex-direction:column;justify-content:center;margin-bottom:1.25rem}.minimal-header-container .company-header-link{align-items:center;display:flex}.minimal-header-container .minimal-company-name{color:#17203d;display:inline-block;font-size:2rem;font-weight:600;margin-right:1rem}.review-metadata-container{display:flex;margin-bottom:1rem}.review-metadata-container .review-user-image-container{flex:0.1 1}@media only screen and (max-width:768px){.review-metadata-container .review-user-image-container{flex:0.05 1}}.review-metadata-container .review-user-image-container .review-user-profile-image{border-radius:50%;height:auto;width:3.5vw}@media only screen and (max-width:768px){.review-metadata-container .review-user-image-container .review-user-profile-image{width:2.8125rem}}@media only screen and (max-width:575px){.review-metadata-container .review-user-image-container .review-user-profile-image{width:1.875rem}}.review-metadata-container .review-meta-info-container{flex:0.9 1;padding:0 .5rem}@media only screen and (max-width:768px){.review-metadata-container .review-meta-info-container{flex:0.95 1}}.review-metadata-container .review-meta-info-container .review-meta-title{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.review-metadata-container .review-meta-info-container .review-meta-title .review-title{font-weight:700}.review-metadata-container .review-meta-info-container .review-meta-title .featured-badge{background-color:#e9f8ea;border-radius:2px;color:#2aa329;font-size:.5625rem;font-weight:500;margin-bottom:2px;margin-left:.5rem;padding:.25rem .5rem;text-transform:uppercase;vertical-align:middle}.review-metadata-container .review-meta-info-container .review-meta-title .review-date{color:#aaa;font-size:.75rem}.review-metadata-container .review-meta-info-container .review-meta-subtitle{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.review-metadata-container .review-meta-info-container .review-meta-subtitle .review-detailed-rating-link{background:#fff;border:none;color:#5670fb;cursor:pointer;font-size:.75rem;margin-top:.375rem;outline:none}.review-metadata-container .review-meta-info-container .review-meta-subtitle .review-detailed-rating-link:hover{color:#495ac8}@media only screen and (max-width:575px){.review-metadata-container .review-meta-info-container .review-meta-subtitle .review-detailed-rating-link:hover{color:#5670fb}}.review-metadata-container .review-meta-info-container .review-meta-subtitle .review-detailed-rating-link.disabled{color:#c4c3d9;cursor:not-allowed}.review-metadata-container .review-meta-info-container .review-meta-subtitle .review-employee-info{align-items:center;display:flex;font-size:.875rem;margin-top:.25rem}@media only screen and (max-width:575px){.review-metadata-container .review-meta-info-container .review-meta-subtitle .review-employee-info{flex-wrap:wrap;padding-right:.5rem}}.review-metadata-container .review-meta-info-container .review-meta-subtitle .review-employee-info .divider{margin:0 .25rem}.review-metadata-container .review-meta-info-container .review-meta-subtitle .review-employee-info .review-rating{margin-right:.75rem}.review-metadata-container .review-meta-info-container .review-meta-subtitle .review-employee-info .review-user-name{margin-left:.5rem}.review-info-item{margin:1rem 0}.review-info-item .review-info-item-header{color:#17203d;font-size:.875rem;font-weight:700;margin:.25rem 0}.review-info-item .review-info-item-content{color:#17203d;font-size:.875rem;line-height:1.25rem}.review-show-more-link{background:#fff;border:none;color:#5670fb;font-size:.875rem;margin-bottom:1rem;outline:none}.review-show-more-link:hover{color:#495ac8;cursor:pointer;text-decoration:underline}@media only screen and (max-width:575px){.review-show-more-link:hover{color:#5670fb}}.social-icons-container{align-items:center;display:flex;justify-content:space-between;margin:1rem 0}@media only screen and (max-width:575px){.social-icons-container{align-items:flex-end;flex-direction:column}}.social-icons-container .report-container{align-items:center;color:#7c8ba2;cursor:pointer;display:flex}.social-icons-container .report-container .report-icon{cursor:pointer;height:auto;margin-right:.25rem;width:1.25rem}.social-icons-container .report-container .report-text{cursor:pointer;font-size:.8125rem}.social-icons-container .report-container .report-text:hover{text-decoration:underline}.social-icons-container .social-icons-list{display:flex;margin-top:.5rem}.social-icons-container .social-icons-list .share-social-icon-container{cursor:pointer;display:flex;height:1.5rem;margin:0 .25rem;width:1.5rem}.social-icons-container .social-icons-list .share-social-icon-container .social-icon{height:1.5rem;width:1.5rem}.report-dialog-title{align-items:center;display:flex;justify-content:space-between}.report-dialog-title>p{color:#283e56;font-size:1.25rem;font-weight:600}.report-reasons-list{display:flex;flex-direction:column;margin-bottom:.75rem;margin-top:1.25rem}.report-notice{color:#999;font-size:.75rem;margin-top:1rem}.report-notice a{color:#1b8ff5}.report-other-reason-container{display:flex;flex-direction:column}.report-other-reason-container .report-other-reason-label{font-size:.875rem}.report-other-reason-container .report-other-reason-textarea{border:1px solid #ccc;border-radius:.125rem;font-size:.875rem;margin-top:.5rem;padding:1rem .75rem;resize:none}.report-dialog-close{cursor:pointer}.report-save-button{background:#1b8ff5;border:none;border-radius:.125rem;color:#fff;cursor:pointer;font-size:.875rem;margin-top:.75rem;outline:none;padding:.5rem 1rem;width:auto}.report-item-label{color:#283e56;font-size:1rem;font-weight:600}@media only screen and (max-width:575px){.report-item-label{font-size:.9375rem;font-weight:400;line-height:1.4}.featured-reviews-modal{padding:0}}.featured-reviews-modal .modal-title{margin-bottom:3px}.featured-reviews-modal .modal-content-wrap{display:block}.featured-reviews-modal .modal-content-wrap .review-wrap{align-items:flex-start;border-bottom:1px solid #e3e3e3;display:flex;margin-bottom:1.125rem}.featured-reviews-modal .modal-content-wrap .review-wrap:last-child{border-bottom:0}.featured-reviews-modal .modal-content-wrap .checkbox-wrap{margin-top:1.25rem}.featured-reviews-modal .modal-content-wrap .review-container{width:100%}@media only screen and (max-width:575px){.featured-reviews-modal .modal-content-wrap .review-container{border-top:0;padding-top:.875rem}}.featured-reviews-modal .modal-content-wrap .review-container .review-employee-info{margin-right:5px}.featured-reviews-modal .btn-wrap{align-items:center;display:flex;justify-content:flex-end}.social-action-container{align-items:center;display:flex}.social-action-container .share-container{color:#7c8ba2;cursor:pointer;margin-left:.75rem}.social-action-container .dropdown-wrapper{font-size:.875rem;font-weight:500;line-height:1.43;padding-bottom:.75rem;padding-top:.75rem;position:relative;text-transform:capitalize}.social-action-container .dropdown-wrapper:hover .dropdown-list{display:block}@media only screen and (max-width:575px){.social-action-container .dropdown-wrapper:hover .dropdown-list{right:0}}.social-action-container .dropdown-wrapper .dropdown-title{align-items:center;display:flex}.social-action-container .dropdown-wrapper .icon-share{margin-right:.25rem}.social-action-container .dropdown-list{background-color:#fff;border:1px solid #ebf0f6;border-radius:3px;bottom:2.75rem;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);display:none;height:auto;padding:1rem 1.25rem;position:absolute;right:-2.5rem;width:auto}.social-action-container .dropdown-list:after{background-color:#fff;border:1px solid #e9e8f9;border-bottom:none;border-left:none;bottom:-.3rem;content:"";height:.4rem;position:absolute;right:3rem;-webkit-transform:rotate(135deg);transform:rotate(135deg);width:.4rem}.social-action-container .dropdown-list-title{color:#1e223c}.review-edit-response{display:flex;flex-direction:column;margin-bottom:3rem}@media only screen and (max-width:575px){.review-edit-response{margin-bottom:1.875rem}}.review-edit-response .response-input{border:.0625rem solid #c7c7c7;border-radius:.125rem;flex:1 1;font-size:.875rem;padding:.75rem .875rem;resize:none}.review-edit-response .response-input::-webkit-input-placeholder{font-size:.875rem}.review-edit-response .response-input::placeholder{font-size:.875rem}.review-edit-response .review-response-action-container{display:flex;margin-bottom:1.5rem;margin-top:.5rem}.review-edit-response .review-response-action-container .review-submit-button{background:#5670fb;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:.9375rem;font-weight:500;letter-spacing:.03562rem;line-height:1.1875rem;margin-top:.5rem;outline:none;padding:.5rem 1rem;text-transform:capitalize;width:auto}.review-edit-response .review-response-action-container .review-submit-button:hover{background:#495ac8}@media only screen and (max-width:575px){.review-edit-response .review-response-action-container .review-submit-button:hover{background:#5670fb}}.review-edit-response .review-response-action-container .review-cancel-button{background:#fff;border:none;cursor:pointer;margin-top:.5rem;outline:none;padding:.5rem 1rem;width:15%}.review-filled-response{background:rgba(30,144,255,.1);display:flex;margin:1rem -1.875rem 1.875rem;padding:1rem}@media only screen and (max-width:575px){.review-filled-response{margin:1rem -1rem 1.875rem}}.review-filled-response .triangleWrap{left:3rem;position:relative;top:-1.6rem}.review-filled-response .triangleWrap .triangle{border-bottom:.6rem solid rgba(30,144,255,.1);border-left:.6rem solid transparent;border-right:.6rem solid transparent;height:0;width:0}.review-filled-response .response-author-image>img{border-radius:50%;height:auto;width:2.5rem}.review-filled-response .response-info-container{display:flex;flex:1 1;flex-direction:column;padding-left:1rem}.review-filled-response .response-info-container .response-info{display:flex;justify-content:space-between;width:100%}.review-filled-response .response-info-container .response-info .response-title{font-weight:700}.review-filled-response .response-info-container .response-info .response-action{background:transparent;border:none;color:#687398;cursor:pointer;margin:0 .5rem;outline:none}.review-filled-response .response-info-container .response-info .response-action:hover{text-decoration:underline}.review-filled-response .response-info-container .response-meta-info-container .response-meta-info{color:#8da1b6;font-size:.75rem;margin-top:.25rem}.review-filled-response .response-info-container .response-text-container{margin-top:1.5rem}.rating-item-container{display:flex;margin:.5rem 0}.rating-item-container .rating-item-content{flex:0.55 1;font-size:.875rem}.rating-item-container .rating-item-meta-info-container{display:flex;flex:1 1}.rating-item-container .rating-item-meta-info-container .rating-meta-info{color:#ccc;font-size:.875rem;margin:0 1rem}.reviews{padding:0}@media only screen and (max-width:575px){.reviews .review-container{border-top:1px solid #e8e9f9;padding-top:1.875rem}.reviews .review-container:first-child{border-top:0}}.reviews .helpful-widget-review-card{margin:0 -1.875rem 1.875rem}@media only screen and (max-width:575px){.reviews .helpful-widget-review-card{margin:0 -1rem 1.875rem}}.no-more-container{display:flex;flex:1 1;justify-content:center}.no-more-container>p{color:#ccc;font-size:.8125rem}.load-more-container{display:flex;flex:1 1;justify-content:center}.load-more-container .load-more-button{align-self:center;background:#1b8ff5;border:none;border-radius:.125rem;color:#fff;cursor:pointer;font-size:.875rem;justify-self:center;margin-top:.5rem;outline:none;padding:.5rem 1rem;width:20%}@media only screen and (max-width:575px){.load-more-container .load-more-button{width:auto}}@media only screen and (max-width:768px){.review-management.bothFilterVisible{margin-top:5rem}.review-management.oneFilterVisible{margin-top:2.5rem}.review-management .filter-body{left:0;position:fixed;top:106px;width:auto;z-index:99}.review-management .filter-body .card{box-shadow:0 .75rem 1rem .1rem rgba(0,0,0,.25)}}@media only screen and (max-width:575px){.review-management .filter-body{width:100%}}.filter-section{background:#fff;border-top:1px solid #e8e9f9;box-shadow:.0625rem .3125rem .625rem 0 rgba(0,0,0,.03);height:40px;left:0;padding-bottom:4px;padding-top:4px;position:fixed;top:3.5rem;width:100%;z-index:99}.filter-section .filter-wrap{align-items:center;display:flex;height:100%;max-width:100vw;overflow-y:auto;scrollbar-width:none}.filter-section .filter-wrap::-webkit-scrollbar{display:none}.filter-section .filter-chip{border:1px solid #e8e9f9;border-radius:1.5rem;height:20px;margin:10px;min-width:50px;overflow:hidden;padding:.375rem .75rem;text-overflow:ellipsis;white-space:nowrap}.filter-section .filter-chip.active{background-color:#fff5e4;border:1px solid #f6d399;max-width:200px}@media only screen and (max-width:575px){.filter-section .filter-chip.active{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}}.filter-section .card{box-shadow:.0625rem .3125rem .625rem 0 rgba(0,0,0,.03);padding-bottom:10px;padding-top:10px}.filter-section .card .filter-section-heading{font-weight:400}.filter-section-heading{font-size:1.125rem;font-weight:700}.filter-list-container,.rating-container{display:flex;flex-direction:column;margin-top:1rem}.filter-list-container{max-height:15rem;overflow-y:auto}.filter-container{display:flex;flex-direction:column;margin-bottom:.5rem}.filter-container .filter-dropdown-list-container{border:1px solid #ccc;border-top:none;max-height:12.5rem;overflow-x:hidden;overflow-y:auto}.filter-container .filter-dropdown-list-container .filter-dropdown-list-item-container{align-items:center;display:flex}.filter-container .filter-dropdown-list-container .filter-dropdown-list-item-container .filter-dropdown-list-item{cursor:pointer;flex-grow:1;font-size:.875rem;padding:1rem .5rem;text-transform:capitalize}.filter-container .filter-dropdown-list-container .filter-dropdown-list-item-container .filter-dropdown-list-item:hover{background:rgba(30,144,255,.1)}.filter-container .filter-search{flex:1 1;font-size:.875rem;margin-top:.5rem;padding:.5rem;text-transform:capitalize}.content-count-span{color:#687398;font-size:.8125rem;font-weight:400;margin-left:.125rem}.checkbox-item-content{display:inline;text-transform:capitalize}.sort-by{align-self:flex-end;position:relative}.sort-by__label{margin-right:.625rem}.sort-by__options-list{background-color:#fff;border:1px solid #e8e9f9;border-radius:.25rem;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);display:none;position:absolute;right:0;top:45px;z-index:9999}.sort-by__option{padding:.625rem 1.5rem;white-space:nowrap}.sort-by__option--active,.sort-by__option:hover{background-color:rgba(30,144,255,.1)}.sort-by--desktop{cursor:pointer}.sort-by--desktop .sort-by__options-list--active{display:initial}.sort-by--mobile{display:none}@media only screen and (max-width:575px){.sort-by--desktop{display:none}.sort-by--mobile,.sort-by--mobile .sort-by__options-list{display:initial}}.chip-container{align-items:center;background:#fff;border:1px solid #e8e9f9;border-radius:1rem;display:flex;font-size:.875rem;justify-content:space-between;margin:.625rem 0;padding:.375rem .75rem}.no-padding{padding-right:0!important}.larger{flex:0.5 1!important}#contact-card,.main-column.sort{display:flex;flex-direction:column}#contact-card{align-items:center;padding:32px}@media only screen and (max-width:575px){#contact-card{padding:20px 12px}}#contact-card .form-field,#contact-card .form-field input{width:100%}#contact-card .form-field textarea{min-height:9.375rem}#contact-card .col-cont{align-content:center;display:flex;flex-direction:row;justify-content:center}#contact-card .col-cont .col-3{flex:1 1;text-align:center}#contact-card .col-cont .col-3 .icon-cont .icon{color:#4da1ff;display:inline-block;font-size:3.125rem;margin:15px auto 12px}#contact-card .col-cont .col-3 .title{color:#1e223c;font-size:24px;font-weight:600;line-height:32px}#contact-card .col-cont .col-3 .desc{color:#1e223c;font-size:1rem;font-weight:400;line-height:24px;margin-top:.25rem}@media only screen and (max-width:575px){#contact-card .col-cont .col-3 .desc{margin-top:2px}}#contact-card .col-cont .col-3 .address a{color:#5670fb;display:inline-block;font-weight:500;margin:12px auto 24px}#contact-card .col-cont .col-3 .address a:hover{color:#495ac8}@media only screen and (max-width:575px){#contact-card .col-cont .col-3 .address a{margin-top:8px}#contact-card .col-cont .col-3 .address a:hover{color:#5670fb}}#contact-card .col-cont .icon-email{height:64px;margin:0 auto 12px!important}@media only screen and (max-width:575px){#contact-card .col-cont .icon-email{margin-bottom:8px}}#contact-card .contact-us-links-wrapper{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center}@media only screen and (max-width:575px){#contact-card .contact-us-links-wrapper{max-width:300px}}#contact-card .contact-us-links-wrapper .contact-us-links{color:#99a0bb;font-size:12px;font-weight:600;line-height:16px;text-decoration:underline}#contact-card .contact-us-links-wrapper .contact-us-links:hover{color:#7a859c}.toggle-switch{align-items:center;display:inline-flex}.toggle-switch .label-text{color:#191818;font-size:.875rem;margin-left:.75rem}.toggle-switch.disabled{opacity:.5}.toggle-switch.disabled .slider{cursor:not-allowed}.switch{display:inline-block;height:.875rem;position:relative;width:1.75rem}.switch input{height:0;opacity:0;width:0}.slider{background-color:#8993a5;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:.125rem;content:"";height:.625rem;left:.125rem;width:.625rem}input:checked+.slider{background-color:#5670fb}input:focus+.slider{box-shadow:0 0 1px #1b8ff5}input:checked+.slider:before{-webkit-transform:translateX(.875rem);transform:translateX(.875rem)}.slider{border-radius:2.125rem}.slider:before{border-radius:50%}#linkcard-container .card-header{color:#17203d;margin-bottom:0}#linkcard-container .card-header .card-title{color:#17203d;font-size:1.5rem;font-size:24px;font-style:normal;font-weight:600;line-height:32px}@media only screen and (max-width:575px){#linkcard-container .card-header .card-title{font-size:1.25rem;margin-bottom:.5rem}}#linkcard-container .card-header .flex{align-items:normal}#linkcard-container .card-header .add-link div{display:flex;width:100%}#linkcard-container .card-header .add-link input{border:1px solid #c4c3d9;border-radius:2px;height:40px;height:2.25rem;padding-left:.625rem;width:22.1875rem}#linkcard-container .card-header .btn-wrap{margin-top:16px}.banner-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;min-height:10.6875rem;min-width:38.125rem;position:relative;width:100%}.banner-image.contain{background-size:contain}@media only screen and (max-width:575px){.banner-image{min-width:100%}}.banner-image .saveBtn{box-sizing:border-box;font-size:.875rem;line-height:1}.banner-image .saveBtn:disabled{background-color:grey;background-image:none;cursor:not-allowed}.banner-image .play-btn-circle{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:30px;justify-content:center;width:30px}.banner-image .play-icon{border-color:transparent transparent transparent #202020;border-style:solid;border-width:6px 0 6px 12px;box-sizing:border-box;height:12px;margin-left:4px;width:12px}.banner-image .banner-overlay{align-items:center;background-color:rgba(0,0,0,.4);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.banner-image .banner-overlay.dark{background-color:rgba(0,0,0,.7)}.banner-image .banner-overlay.dark .add-video{margin-top:0;text-align:center;width:22.1875rem}.banner-image .banner-overlay.dark .form_label{color:#fff}.banner-image .banner-overlay.dark input{background-color:initial;border:1px solid #fff;color:#fff}.banner-image .banner-overlay.dark .btn-wrap{align-items:center;display:inline-flex;justify-content:flex-end;margin-top:1rem;width:100%}.banner-image .banner-overlay.dark .cancelBtn{color:#fff;margin-right:.5rem}.banner-image .dd-wrapper{border:0;bottom:0;display:inline-block;font-size:.875rem;padding-bottom:1.125rem;position:absolute;right:1.375rem;width:auto}.banner-image .dd-list{display:block;min-width:8.75rem;overflow-y:visible!important;top:2.5rem}.banner-image .dd-list:after{border-bottom:.35rem solid #fff;border-left:.35rem solid transparent;border-right:.35rem solid transparent;content:"";height:0;left:1rem;position:absolute;top:-.35rem;width:0}.banner-image .dd-list .dd-list-item{border-bottom:1px solid #e3e6ee;font-size:.75rem;font-weight:500}.banner-image .dd-list .dd-list-item:last-child{border-color:transparent}.banner-image .dd-list .dd-list-item:hover{background-image:linear-gradient(-173deg,#189aff,#0f8ef1);border-color:transparent;color:#fff}.flex{align-items:flex-end;display:flex;justify-content:space-between}@media only screen and (max-width:575px){.flex{flex-direction:column}}.banner-video{background-color:#fff;display:inline-block;margin-top:1.25rem;position:relative}@media only screen and (max-width:575px){.banner-video{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}}.banner-video .action-btn{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 .125rem .75rem 0 rgba(0,0,0,.1);cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:-8px;top:-8px;width:24px}.banner-video .action-btn .icon{font-size:12px;opacity:.67}.banner-video .action-btn:hover .icon{opacity:1}.banner-video .banner-image{border-radius:4px;min-height:7.5rem;min-width:12.5rem}.banner-video .banner-overlay{border-radius:4px}@media only screen and (max-width:768px){.add-video .video-actions{display:flex;justify-content:space-between;width:22.1875rem}.add-video .video-actions .icon-wrapper{align-items:center;display:inline-flex}.add-video .video-actions i{font-size:.75rem;padding-left:10px}.add-video .video-actions i:last-child{color:#1b8ff5;font-size:20px}}@media only screen and (max-width:575px){.add-video .video-actions{line-height:1.25;width:100%}.add-video{margin-bottom:.75rem;width:100%}}.add-video .form_label{font-size:1rem}.add-video input{border:1px solid #c4c3d9;border-radius:2px;box-sizing:border-box;height:2.25rem;margin-top:.5rem;padding-left:.625rem;padding-right:.625rem;width:22.1875rem}@media only screen and (max-width:575px){.add-video input{width:100%}}.add-video input::-webkit-input-placeholder{font-size:.75rem}.add-video input::placeholder{font-size:.75rem}.banner-card .upload-photo-wrap{width:100%}.banner-card .dimensiontext{color:#8da1b6;display:inline-block;padding-top:3px}.banner-card .add-video{margin-top:20px}@media only screen and (max-width:575px){.banner-card .add-video{width:100%}}.feature-section{margin-bottom:2.75rem}.feature-section .title-input-section .title-input-wrap{align-items:center;border-bottom:1px solid #eeedf6;display:flex;justify-content:space-between}@media only screen and (max-width:575px){.feature-section .title-input-section .title-input-wrap{margin-bottom:10px}}.feature-section .title-input-section input{border:none;color:#283e56;font-size:1.5rem;padding:.5rem 0;width:100%}@media only screen and (max-width:575px){.feature-section .title-input-section input{font-size:1.25rem}}.feature-section .title-input-section .icon-edit{cursor:pointer;opacity:.5}.feature-section .title-input-section .icon-edit:hover{opacity:.9}.feature-section .title-input-section .section-title{word-wrap:break-word;color:#17203d;display:none;font-size:1.5rem;padding:.5rem .5rem .5rem 0;width:93%}@media only screen and (max-width:575px){.feature-section .title-input-section .section-title{font-size:1.25rem}}.feature-section .title-input-section.read-only .section-title{display:block}.feature-section .title-input-section.read-only .title-input-wrap{border-bottom:0}.feature-section .title-input-section.read-only input{display:none}.feature-section .upload-photo-wrap{width:100%}.feature-section .banner-image{margin-bottom:1.5rem}.feature-section .section-banner{margin-bottom:1.5rem;position:relative}.feature-section .title-dropdown{box-sizing:border-box;width:auto}.feature-section .title-dropdown .dd-list-title{align-items:center;border-bottom:1px solid transparent;color:#17203d;display:flex;font-size:24px;padding-bottom:4px}@media only screen and (max-width:575px){.feature-section .title-dropdown .dd-list-title{font-size:1.25rem}}.feature-section .title-dropdown .dd-list-title.isopen{border-bottom:1px solid #eeedf6}.feature-section .title-dropdown .dd-list-title .icon{color:#7c8ba2;font-size:1rem;font-weight:bolder;margin-left:15px}.feature-section .title-dropdown .dd-list-item{border-bottom:1px solid #e3e6ee;font-size:.75rem;white-space:normal}.feature-section .title-dropdown .dd-list-item:last-child{border-color:transparent}.feature-section .title-dropdown .dd-list-item:hover{background-image:linear-gradient(-173deg,#189aff,#0f8ef1);border-color:transparent;color:#fff}.feature-section .btn-wrap{align-items:center;display:flex;justify-content:flex-end}.feature-section .photos-wrap{box-shadow:none;padding:0}.feature-section .list-title{color:#17203d;font-size:1.25rem;font-weight:500;margin:.75rem .5rem}.editor-container{margin-bottom:1.5rem;position:relative}.editor-container.hide-editor .section-description{display:block}.editor-container.hide-editor .section-editor{display:none}.editor-container .section-description{border:1px solid #c4c3d9;box-sizing:border-box;display:none;min-height:8.375rem;padding:25px 56px 25px 15px;resize:none;width:100%}.editor-container .section-description ol,.editor-container .section-description ul{margin-left:2rem}.editor-container .tox-toolbar__primary{border-right:1px solid #ccc;width:150px}.editor-container .tox-statusbar{display:none}.editor-container .ql-editor{height:92px!important}.add-new-custom-bar{align-items:center;background:#fff;border:1px solid #c4c3d9;border-radius:2px;color:#5670fb;cursor:pointer;display:flex;font-size:1rem;margin-bottom:1.25rem;padding:1rem}.add-new-custom-bar:hover{color:#495ac8}@media only screen and (max-width:575px){.add-new-custom-bar:hover{color:#5670fb}}.add-new-custom-bar.outer{border:none;border-radius:4px;box-shadow:0 .125rem .4375rem 0 #d6d8e5}.add-new-custom-bar .add-logo-btn{background-color:#fff;border-radius:50%;box-shadow:0 .125rem .4375rem 0 #d6d8e5;color:#c4c3d9;font-size:1.375rem;height:1.625rem;line-height:1.625rem;margin-right:.75rem;text-align:center;width:1.625rem}.section-video .add-new-custom-bar{margin-top:20px}.mgb-20{margin-bottom:1.25rem}.mgb-20 .error{color:#e06464;display:block;font-size:.8125rem;margin-top:.375rem;text-align:right}.award-list-item{display:flex}@media only screen and (max-width:575px){.award-list-item{flex-direction:column}}.award-list-item__text-cont{border:1px solid #d8d8d8;border-radius:2px;margin-left:1rem;padding:.875rem 1.125rem;position:relative;width:100%}.award-list-item__text-cont:focus-within{border:1px solid #5670fb}@media only screen and (max-width:575px){.award-list-item__text-cont{box-sizing:border-box;margin-left:0;margin-top:.375rem}}.award-list-item__actions{position:absolute;right:1rem;top:.8125rem}.award-list-item__actions i{color:#7c8ba2;cursor:pointer;height:1.125rem;margin-left:.75rem;opacity:.67;width:1.125rem}.award-list-item__actions i:hover{opacity:1}.award-list-item__text{border:none;font-size:.75rem;line-height:1rem;max-width:85%;resize:none;width:100%}.award-list-item__text.full-width{max-width:90%}.award-list-item__text-length{color:#7c8ba2;margin-top:2px;text-align:right}.card .add-new-awards{color:#5670fb;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;line-height:1.1875rem}.card .add-new-awards:hover{color:#495ac8}@media only screen and (max-width:575px){.card .add-new-awards:hover{color:#5670fb}}.card .btn-wrap{align-items:center;display:flex;flex:1 1;justify-content:flex-start;margin-top:20px}.card .award-list-wrapper--blur{-webkit-filter:blur(6px);filter:blur(6px);min-height:215px;opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}#award-card-container .unsubscribeView{left:30px!important;max-width:none!important;right:30px!important;top:calc(50% - 52px)!important}@media only screen and (max-width:575px){#award-card-container .unsubscribeView{bottom:20px;left:16px!important;right:16px!important;top:auto!important}}.featured-reviews-section .review-container{border-bottom:1px solid #eeedf6;margin-bottom:1.5rem;padding-bottom:2.5rem;padding-top:1rem}.featured-reviews-section .review-container:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.featured-reviews-section .review-container .review-show-more-link{margin-bottom:0}@media only screen and (max-width:575px){.featured-reviews-section .card-description{padding-top:.5rem}}.featured-reviews-section .link-icon-wrap{align-items:center;color:#1b8ff5;display:inline-flex;margin-left:.5rem}@media only screen and (max-width:320px){.featured-reviews-section .link-icon-wrap{margin-left:0}}#premium-features .card-header{color:#17203d;margin-bottom:1.5rem}#premium-features .card-header .card-title{font-size:1.5rem}@media only screen and (max-width:575px){#premium-features .card-header .card-title{font-size:1.25rem;margin-bottom:.5rem}}#premium-features .version-flag .checkbox-wrap{padding-left:1.75rem}@media only screen and (max-width:575px){#premium-features .version-flag{margin-bottom:1.5rem}}#premium-features .btn-wrap{align-items:center;display:flex;flex:1 1;justify-content:flex-end;margin-top:20px}@media only screen and (max-width:575px){#premium-features .btn-wrap.publish{justify-content:center}#premium-features .btn-wrap.publish button{flex:1 1}}#premium-features .error{color:#e06464;display:block;font-size:.8125rem;margin-top:.375rem}.dropdown_container .title-dropdown{box-sizing:border-box;width:auto}.dropdown_container .title-dropdown .dd-list{max-height:16rem;width:100%}.dropdown_container .title-dropdown .dd-list-title{align-items:center;border-bottom:1px solid transparent;color:#17203d;display:flex;font-size:24px;padding-bottom:4px}@media only screen and (max-width:575px){.dropdown_container .title-dropdown .dd-list-title{font-size:1.25rem}}.dropdown_container .title-dropdown .dd-list-title.isopen{border-bottom:1px solid #eeedf6}.dropdown_container .title-dropdown .dd-list-title .icon{color:#7c8ba2;font-size:1rem;font-weight:bolder;margin-left:15px}.dropdown_container .title-dropdown .dd-list-item{border-bottom:1px solid #e3e6ee;font-size:.75rem;white-space:normal}.dropdown_container .title-dropdown .dd-list-item:last-child{border-color:transparent}.dropdown_container .title-dropdown .dd-list-item:hover{background-image:linear-gradient(-173deg,#189aff,#0f8ef1);border-color:transparent;color:#fff}.template1_container{display:flex;flex-direction:column}.template1_container .preview .title{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin:16px 0;padding-left:.625rem;padding-right:.625rem}.template1_container .preview .text_description{font-size:14px;font-style:normal;font-weight:400;line-height:16px}.template1_container .title{margin:16px 0}.template1_container .title .input{border:1px solid #c4c3d9;border-radius:2px;box-sizing:border-box;height:40px;margin-top:.5rem;padding-left:.625rem;padding-right:.625rem;width:100%}.template1_container .text_description .editor-container .section-description{max-height:120px;overflow-y:scroll}.template1_container .text_description .editor-container .section-description::-webkit-scrollbar{display:none}.template1_container .text_description .description{border:1px solid #c4c3d9;border-radius:2px;box-sizing:border-box;height:88px;margin:0;width:100%}.template2_container{display:flex;flex-direction:column}.template2_container .preview .title{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin:16px 0;padding-left:.625rem;padding-right:.625rem}.template2_container .preview .text_description{font-size:14px;font-style:normal;font-weight:400;line-height:16px}.template2_container .preview .text_description label{color:#17203d;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding-bottom:8px}.template2_container .preview .text_description label.disabled{color:#bcbcbc}.template2_container .preview .text_description .editor-container{margin-top:5px}.template2_container .video-meta-wrap{align-items:center}.template2_container .video-meta-wrap .video-thumb{height:5rem;min-width:7rem}.template2_container .video-meta-wrap .video-content{flex:1 1}.template2_container .title{margin:8px 0}.template2_container .title label{color:#17203d;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding-bottom:8px}.template2_container .title label.disabled{color:#bcbcbc}.template2_container .title .video_url:disabled{background:#f5f5f5;border:1px solid #c4c3d9;color:#d3d3d3;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.template2_container .title .input,.template2_container .title .video_url{border:1px solid #c4c3d9;border-radius:2px;box-sizing:border-box;height:40px;margin-top:.5rem;padding-left:.625rem;padding-right:.625rem;width:100%}.template2_container .text_description{border-radius:2px;box-sizing:border-box;margin-top:8px;width:100%}.template2_container .text_description .editor-container .section-description{max-height:120px;overflow-y:scroll}.template2_container .text_description .editor-container .section-description::-webkit-scrollbar{display:none}.template2_container .text_description label{color:#17203d;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding-bottom:8px}.template2_container .text_description label.disabled{color:#bcbcbc}.template2_container .text_description .editor-container{margin-top:5px}.template2_container .icon-delete{color:#c4c3d9}.template2_container .upload-photo-wrap{margin:16px 0;width:100%}.template2_container .banner-image{margin:16px 0}.template2_container .card_restriction{color:#9a9a9a;font-size:12px;font-style:normal;font-weight:400;left:4px;line-height:16px;position:relative;top:-4px}#template4_container .preview .updateBtn{height:38px;margin-top:8px;padding:0;width:200px}#template4_container .preview .title{display:flex;flex-direction:column;justify-content:space-between;margin:20px 0}#template4_container .preview .title.main{align-items:center;flex-direction:row;gap:20px}#template4_container .preview .title.main span{color:#000;font-style:normal;font-weight:600}#template4_container .preview .cards_container{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:16px}#template4_container .preview .cards_container .cards{background:#fff;box-shadow:0 2px 15px rgba(213,232,242,.48);display:flex;flex-direction:column;gap:14px;height:180px;padding:20px;width:260px}#template4_container .preview .cards_container .cards .card_header{align-items:center;display:flex;justify-content:space-between}#template4_container .preview .cards_container .cards .card_header--title{color:#000;font-size:14px;font-style:normal;font-weight:600;line-height:20px}#template4_container .preview .cards_container .cards .card_header .action_btn{align-items:center;display:flex;gap:12px;justify-content:center}#template4_container .preview .cards_container .cards .card_header .action_btn:hover{color:#7c8ba2}#template4_container .preview .cards_container .cards .card_header .action_btn .action-delete,#template4_container .preview .cards_container .cards .card_header .action_btn .action-edit{color:#c4c3d9}#template4_container .preview .cards_container .cards .card_header .seperator{background-color:#c7c7c7;height:1.25rem;width:1px}#template4_container .preview .cards_container .cards .card_description{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:16px}#template4_container .add-card{align-items:center;color:#4596f3;cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:400;justify-content:flex-start;line-height:20px}#template4_container .title{margin:8px 0 16px}#template4_container .title .input{border:1px solid #c4c3d9;border-radius:2px;box-sizing:border-box;height:40px;margin-top:.5rem;padding-left:.625rem;padding-right:.625rem;width:100%}#template4_container .text_description .editor-container .section-description{max-height:120px;overflow-y:scroll}#template4_container .text_description .editor-container .section-description::-webkit-scrollbar{display:none}#template4_container .text_description .description{border:1px solid #c4c3d9;border-radius:2px;box-sizing:border-box;height:88px;margin:0;width:100%}#template4_container .icon-delete{color:#c4c3d9}#template4_container .modal-wrap .modal-card{max-width:606px!important}#template4_container .modal-header{align-items:center;display:flex;justify-content:space-between}#template4_container .modal-wrap .employer-data-modal .modal-content{padding:0}#template5_container .preview .updateBtn{height:38px;margin-top:8px;padding:0;width:200px}#template5_container .preview .title{display:flex;flex-direction:column;justify-content:space-between;margin:20px 0}#template5_container .preview .title.main{align-items:center;flex-direction:row;gap:20px}#template5_container .preview .cards_container{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:16px}#template5_container .preview .cards_container .banner-image{height:100px;margin:10px 0;max-width:none;min-height:100px;min-width:auto;width:100%}#template5_container .preview .cards_container .cards{background:#fff;box-shadow:0 2px 15px rgba(213,232,242,.48);box-sizing:border-box;display:flex;flex-direction:column;gap:14px;padding:20px;width:303px}#template5_container .preview .cards_container .cards .card_header{align-items:center;display:flex;justify-content:space-between}#template5_container .preview .cards_container .cards .card_header--title{color:#000;font-size:14px;font-style:normal;font-weight:600;line-height:20px}#template5_container .preview .cards_container .cards .card_header .action_btn{align-items:center;display:flex;gap:12px;justify-content:center}#template5_container .preview .cards_container .cards .card_header .action_btn:hover{color:#7c8ba2}#template5_container .preview .cards_container .cards .card_header .action_btn .action-delete,#template5_container .preview .cards_container .cards .card_header .action_btn .action-edit{color:#c4c3d9}#template5_container .preview .cards_container .cards .card_header .seperator{background-color:#c7c7c7;height:1.25rem;width:1px}#template5_container .preview .cards_container .cards .card_description{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:16px}#template5_container .add-card{align-items:center;color:#4596f3;cursor:pointer;display:flex;font-size:14px;font-style:normal;font-weight:400;justify-content:flex-start;line-height:20px}#template5_container .title{margin:8px 0 16px}#template5_container .title .input{border:1px solid #c4c3d9;border-radius:2px;box-sizing:border-box;height:40px;margin-top:.5rem;padding-left:.625rem;padding-right:.625rem;width:100%}#template5_container .text_description .editor-container .section-description{max-height:120px;overflow-y:scroll}#template5_container .text_description .editor-container .section-description::-webkit-scrollbar{display:none}#template5_container .text_description .description{border:1px solid #c4c3d9;border-radius:2px;box-sizing:border-box;height:88px;margin:0;width:100%}#template5_container .icon-delete{color:#c4c3d9}#template5_container .modal-wrap .modal-card{max-width:606px!important}#template5_container .modal-header{align-items:center;display:flex;justify-content:space-between}#template5_container .modal-wrap .employer-data-modal .modal-content{padding:0}#template5_container .file_upload div .upload-photo-wrap{margin:10px 0;width:100%}#template5_container .employer-data-modal .modal-content{padding:0!important}#template5_container .banner-image{margin:10px 0;max-width:none;min-width:auto;width:100%}.template6_container{display:flex;flex-direction:column}.template6_container .preview_title{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin:16px 0;padding-left:.625rem;padding-right:.625rem}.template6_container .photos-wrap{box-shadow:none;margin-bottom:0;padding:0}.template6_container .list-title{visibility:hidden}.template6_container .preview .title{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin:16px 0;padding-left:.625rem;padding-right:.625rem}.template6_container .preview .text_description{font-size:14px;font-style:normal;font-weight:400;line-height:16px}.template6_container .preview .text_description label{color:#17203d;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding-bottom:8px}.template6_container .preview .text_description label.disabled{color:#bcbcbc}.template6_container .preview .text_description .editor-container{margin-top:5px}.template6_container .video-meta-wrap{align-items:center}.template6_container .video-meta-wrap .video-thumb{height:5rem;min-width:7rem}.template6_container .video-meta-wrap .video-content{flex:1 1}.template6_container .title{margin:8px 0}.template6_container .title label{color:#17203d;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding-bottom:8px}.template6_container .title label.disabled{color:#bcbcbc}.template6_container .title .video_url:disabled{background:#f5f5f5;border:1px solid #c4c3d9;color:#d3d3d3;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.template6_container .title .input,.template6_container .title .video_url{border:1px solid #c4c3d9;border-radius:2px;box-sizing:border-box;height:40px;margin-top:.5rem;padding-left:.625rem;padding-right:.625rem;width:100%}.template6_container .text_description{border-radius:2px;box-sizing:border-box;margin-top:8px;width:100%}.template6_container .text_description .editor-container .section-description{max-height:120px;overflow-y:scroll}.template6_container .text_description .editor-container .section-description::-webkit-scrollbar{display:none}.template6_container .text_description label{color:#17203d;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding-bottom:8px}.template6_container .text_description label.disabled{color:#bcbcbc}.template6_container .text_description .editor-container{margin-top:5px}.template6_container .icon-delete{color:#c4c3d9}.template6_container .upload-photo-wrap{margin:16px 0;width:100%}.template6_container .banner-image{margin:16px 0}.template6_container .card_restriction{color:#9a9a9a;font-size:12px;font-style:normal;font-weight:400;left:4px;line-height:16px;position:relative;top:-4px}.template_container .header_container{align-items:center;display:flex;justify-content:space-between}.template_container .header_container .dropdown_container{width:174px}.template_container .header_container .dropdown_container.preview_header{align-items:center;border-bottom:1px solid transparent;color:#17203d;display:flex;font-size:24px;padding-bottom:4px}.template_container .header_container .action_btn{align-items:center;display:flex;gap:12px;justify-content:center}.template_container .header_container .action_btn:hover{color:#7c8ba2}.template_container .header_container .action_btn .action-delete,.template_container .header_container .action_btn .action-edit{color:#c4c3d9}.template_container .header_container .seperator{background-color:#c7c7c7;height:1.25rem;width:1px}.diverity_offering_container .add-new-custom-bar.outer.disabled{color:grey}.diversity_container .header{display:flex;justify-content:space-between}.diversity_container .header h2{color:#17203d;font-size:30px;font-style:normal;font-weight:600;line-height:38px}.invite-team-wrap{display:flex;flex-wrap:wrap;margin-bottom:-1.25rem;margin-right:-1.25rem}@media only screen and (max-width:992px){.invite-team-wrap{margin-bottom:0;margin-right:0}}@media only screen and (max-width:575px){.invite-team-wrap{margin-bottom:0;margin-right:0}}.invite-team-wrap .invite-team-member{background-color:#fff;border-radius:.375rem;box-shadow:0 .125rem .9375rem .1875rem rgba(213,232,242,.35);box-sizing:border-box;margin-bottom:1.25rem;margin-right:1.25rem;padding:1.25rem;position:relative;width:calc(50% - 1.25rem)}@media only screen and (max-width:992px){.invite-team-wrap .invite-team-member{margin-right:0;width:100%}}@media only screen and (max-width:575px){.invite-team-wrap .invite-team-member{margin-right:0;width:100%}}.invite-team-wrap .invite-team-member .invite-member-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.invite-team-wrap .invite-team-member .invite-show-more-wrap{align-items:center;background-color:hsla(0,0%,100%,.8);cursor:pointer;display:flex;font-weight:700;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.invite-team-wrap .invite-team-member .invite-member-pic-wrap{display:block;height:4.625rem;margin:auto;position:relative;width:4.625rem}.invite-team-wrap .invite-team-member .invite-member-pic-wrap .add-team-btn{background-color:#fff;border-radius:50%;box-shadow:0 .125rem .4375rem 0 #d6d8e5;color:#c4c3d9;font-size:1.375rem;height:1.625rem;line-height:1.625rem;position:absolute;right:-.5rem;text-align:center;top:-.3125rem;width:1.625rem}.invite-team-wrap .invite-team-member.add-new{cursor:pointer;padding:1.875rem 1.25rem}.invite-team-wrap .invite-team-member.add-new .add-new-label{color:#283e56;font-size:1rem;font-weight:600;line-height:1.1875rem;margin:.9375rem auto;text-align:center}.invite-team-wrap .invite-team-member .invite-member-pic{border-radius:50%;height:4.625rem;width:4.625rem}.invite-team-wrap .invite-team-member .invite-member-name{color:#283e56;font-size:1rem;font-weight:700;line-height:1rem;margin-top:.5625rem;text-align:center;word-break:break-word}.invite-team-wrap .invite-team-member .invite-member-email,.invite-team-wrap .invite-team-member .invite-member-status{font-size:.8125rem;font-weight:400;height:1.0625rem;line-height:.875rem;margin-top:.25rem;text-align:center}.invite-team-wrap .invite-team-member .invite-member-email.active,.invite-team-wrap .invite-team-member .invite-member-status.active{color:#5ba829;font-weight:400}.invite-team-wrap .invite-team-member .invite-member-email.pending,.invite-team-wrap .invite-team-member .invite-member-status.pending{color:#5670fb;font-weight:400}.invite-team-wrap .invite-team-member .invite-member-email.pending:hover,.invite-team-wrap .invite-team-member .invite-member-status.pending:hover{color:#495ac8}@media only screen and (max-width:575px){.invite-team-wrap .invite-team-member .invite-member-email.pending:hover,.invite-team-wrap .invite-team-member .invite-member-status.pending:hover{color:#5670fb}}.invite-team-wrap .invite-team-member .invite-member-email.rejected,.invite-team-wrap .invite-team-member .invite-member-status.rejected{color:#ff4b2b;font-weight:400}.invite-team-wrap .invite-team-member .invite-member-designation{font-size:.8125rem;font-weight:400;line-height:.875rem;margin-top:.625rem;min-height:10px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.invite-team-wrap .invite-team-member .invite-member-mobile{font-size:.8125rem;font-weight:400;height:1rem;line-height:.875rem;margin-top:.5rem;text-align:center}.invite-team-wrap .invite-team-member .invite-member-accessdate,.invite-team-wrap .invite-team-member .invite-member-lastlogin{font-size:.8125rem;font-weight:700;line-height:.875rem;margin-top:.4375rem}.invite-team-wrap .invite-team-member .invite-icon-email{height:.875rem;padding-right:.25rem;position:relative;top:.25rem}.invite-team-wrap .invite-team-member .invite-member-edit-btn{font-size:.875rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:4.375rem;position:absolute;right:.9375rem;top:.9375rem}.invite-team-wrap .invite-team-member .invite-member-edit-btn:hover{color:#7c8ba2}.invite-team-wrap .invite-team-member .invite-member-delete-btn{color:#c4c3d9;font-size:.875rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:.9375rem;max-width:4.375rem;position:absolute;top:.9375rem}.invite-team-wrap .invite-team-member .invite-member-delete-btn:hover{color:#7c8ba2}.invite-team-wrap .invite-team-member .invite-member-date-container{display:flex;justify-content:space-between;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem}.invite-team-wrap .invite-team-member .invite-member-date-container .invite-member-accessdate-text,.invite-team-wrap .invite-team-member .invite-member-date-container .invite-member-lastlogin-text{font-weight:400;margin-top:.3125rem}.invite-team-wrap .invite-team-member .invite-member-contact-icon{padding-right:.25rem}.invite-team-edit-wrap{padding:0 .625rem;position:relative}.invite-team-edit-wrap .invite-modal-title{color:#17203d;font-size:1.1875rem;font-weight:600;line-height:1.4375rem;margin-bottom:1.875rem}@media only screen and (max-width:575px){.invite-team-edit-wrap .invite-modal-title{max-width:90%}}.invite-team-edit-wrap .invite-modal-title:after{background-color:#f0f0f0;border-radius:.25rem;content:" ";display:block;height:.125rem;margin-top:.25rem;width:.9375rem}.invite-team-edit-wrap .invite-email-error{color:red;font-size:.75rem;font-weight:400;margin-top:.3125rem}.invite-team-edit-wrap .display-none{display:none}.invite-team-edit-wrap .diaplay-block{display:block}.invite-team-edit-wrap .invite-team-form-wrap{display:flex}@media only screen and (max-width:575px){.invite-team-edit-wrap .invite-team-form-wrap{flex-direction:column}}.invite-team-edit-wrap .invite-team-form-wrap .invite-member-pic-wrap{cursor:pointer;height:4.625rem;margin-right:2.1875rem;position:relative;width:4.625rem}@media only screen and (max-width:575px){.invite-team-edit-wrap .invite-team-form-wrap .invite-member-pic-wrap{margin:0 auto 2.1875rem}}.invite-team-edit-wrap .invite-team-form-wrap .invite-member-pic-wrap .add-team-btn{background-color:#fff;border-radius:50%;box-shadow:0 .125rem .4375rem 0 #d6d8e5;color:#c4c3d9;font-size:1.375rem;height:1.625rem;line-height:1.625rem;position:absolute;right:-.5rem;text-align:center;top:-.3125rem;width:1.625rem;z-index:4}.invite-team-edit-wrap .invite-team-form-wrap .invite-member-pic-wrap .invite-member-pic{border-radius:50%;height:4.625rem;width:4.625rem}.invite-team-edit-wrap .close-btn{color:#7c8ba2;cursor:pointer;font-size:.875rem;padding:.25rem;position:absolute;right:0;top:0}.invite-team-edit-wrap .invite-member-form{width:100%}.invite-team-edit-wrap .terms-condition-wrapper{display:flex;margin-bottom:24px;margin-top:-6px}@media only screen and (max-width:575px){.invite-team-edit-wrap .terms-condition-wrapper{margin-bottom:20.4px;margin-top:-7.4 px}}.invite-team-edit-wrap .terms-condition-wrapper .terms-condition-text{color:#1e223c;font-size:12px;font-weight:400;line-height:16px}.invite-team-edit-wrap .terms-condition-wrapper .checkbox-wrap{box-sizing:border-box;display:inline-block;font-size:.875rem;height:.75rem;letter-spacing:.01562rem;line-height:1.25rem;margin-right:.5rem;margin-top:.125rem;padding:0;width:1.5rem}.invite-team-edit-wrap .terms-condition-wrapper .checkbox-wrap .checkmark{background-color:#fff;border:1px solid #1e223c;border-radius:2px;box-sizing:border-box;height:.75rem;margin-right:.5rem;margin-top:.125rem;width:.75rem}.invite-team-edit-wrap .terms-condition-wrapper .checkbox-wrap input:checked~.checkmark{background-color:#5670fb;border:#5670fb}.invite-team-edit-wrap .terms-condition-wrapper .checkbox-wrap input:checked~.checkmark:after{border-radius:1px;border-width:0 1.5px 1.5px 0;height:5px;left:4px;top:2px;width:3px}.saveBtn.disabled,.saveBtn.disabled:hover{background:#9a9a9a!important;color:#f5f5f5!important}.confirmation-modal__btn-container{align-items:center;display:flex;justify-content:center;margin-top:1rem}.accordion-list-item{padding:.375rem}.accordion-list-item__button{align-items:center;background-color:#fff;border:0;color:#1e223c;cursor:pointer;display:flex;flex-direction:row;font-size:1rem;font-weight:400;gap:1.25rem;justify-content:space-between;line-height:1.5rem;outline:0;padding:1rem;-webkit-user-select:none;user-select:none;width:100%}.accordion-list-item__button.open{font-weight:600}@media only screen and (max-width:575px){.accordion-list-item__button{font-size:.875rem;line-height:1.4rem}}.accordion-list-item__title{text-align:left}.accordion-list-item__icon{color:#000;font-size:1.25rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion-list-item__icon,.accordion-list-item__icon--active{transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.accordion-list-item__icon--active{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.accordion-list-item__content{color:#000;font-size:1rem;font-weight:400;height:0;line-height:1.5rem;overflow:hidden;padding:0 2.25rem 0 1.5rem;transition:height .2s ease}.accordion-list-item__content.open{border-bottom:.0625rem solid #e4e6ee;padding:.625rem 2.25rem 1.25rem 1.5rem}@media only screen and (max-width:575px){.accordion-list-item__content{font-size:.875rem;line-height:1.4rem;margin:0;padding:.625rem 2.25rem 1.25rem 1rem}}.accordion-list-item__content ul{list-style:disc;padding-left:1.25rem}.accordion-list-item__content a{color:#5670fb;font-weight:400}.accordion-list-item__content a:hover{color:#495ac8}@media only screen and (max-width:575px){.accordion-list-item__content a:hover{color:#5670fb}}.accordion-list-item__content p:not(:first-child){margin-top:.625rem}.accordion-list-item.showDivider{border-bottom:.0625rem solid #e4e6ee;padding:1rem 0}.accordion-list-item.showDivider a{color:#5670fa}.accordion-list-item.showDivider>button{font-size:1rem;line-height:1.5rem;padding:1rem 0}@media only screen and (max-width:575px){.accordion-list-item.showDivider>button{line-height:1.4rem}}.accordion-list-item.showDivider>div{border-bottom:0;color:#000;font-size:1rem;font-weight:400;line-height:1.5rem;opacity:.85;overflow:hidden;padding:0}@media only screen and (max-width:575px){.accordion-list-item.showDivider>div{line-height:1.4rem}}.accordian__container{background-color:#fff;border-radius:.375rem;box-sizing:border-box;padding:1.25rem;position:relative}.accordian__container.shadow_wrapper{border:.0625rem solid #ebf0f6;box-shadow:0 .125rem .375rem -.125rem rgba(0,106,194,.2)}@media only screen and (max-width:575px){.accordian__container{padding:0}}.accordian__container__list{list-style:none}.FAQS__Header{margin-bottom:2rem}@media only screen and (max-width:575px){.FAQS__Header{margin-bottom:1.5rem;padding-left:.625rem}}.FAQS__Title{color:#17203d;font-size:2rem;font-weight:600;line-height:2.375rem;padding-bottom:.3125rem}@media only screen and (max-width:575px){.FAQS__Title{font-size:1.5rem;line-height:1.5rem}}.FAQS__Subtitle{color:#000;font-size:1rem;font-weight:400;line-height:1.25rem;margin-bottom:2.5rem;margin-top:.625rem;word-break:break-word}@media only screen and (max-width:575px){.FAQS__Subtitle{margin-bottom:1rem}}.FAQS__Subtitle--mail{color:#5670fb;font-weight:400}.FAQS__Subtitle--mail:hover{color:#495ac8}@media only screen and (max-width:575px){.FAQS__Subtitle--mail:hover{color:#5670fb}.FAQS{margin:0;padding:0 1rem}}.invite-employee-container{width:100%}@media only screen and (max-width:992px){.invite-employee-container{width:100%}}@media only screen and (max-width:575px){.invite-employee-container{width:100%}}.invite-employee-description{margin-bottom:2.5rem}.invite-employee-description .invite-employee-description-heading{color:#17203d;font-size:2rem;font-weight:700;line-height:2.375rem;padding-bottom:.3125rem}.invite-employee-description .invite-employee-description-text{font-size:1rem}.add-email-invites-container{margin-bottom:1.25rem}.add-email-invites-container .add-email-invites-label{font-size:1.5rem;font-weight:700;line-height:1.75rem;padding-bottom:.15625rem}.add-email-invites-container .add-email-invites-input{background-color:#fff;border-radius:.5rem;border-width:0;font-size:1rem;font-weight:400;height:2.5rem;margin-bottom:.3125rem;margin-top:.15625rem;outline:none;overflow:hidden;padding:0 1.25rem;width:calc(100% - 40px)}@media only screen and (max-width:575px){.add-email-invites-container .add-email-invites-input{padding:0 .625rem;width:calc(100% - 20px)}}.add-email-invites-container .add-email-invites-error,.add-email-invites-container .mail_error{color:#ff4b2b;font-size:.875rem;overflow:hidden;text-overflow:ellipsis}.add-email-invites-container .tag-item-container-scroll{background:transparent;height:5rem;overflow-x:hidden;overflow-y:scroll;padding:0 .625rem;width:calc(100% - 20px)}.add-email-invites-container .tag-item-container{padding:0 .625rem;width:calc(100% - 20px)}.add-email-invites-container #style-scrollbar::-webkit-scrollbar-track{background-color:#fff;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.add-email-invites-container #style-scrollbar::-webkit-scrollbar{background-color:#fff;width:.375rem}.add-email-invites-container #style-scrollbar::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.add-email-invites-container .tag-item{border:1px solid #5670fb;border-radius:30px;padding:0 4px 0 1rem}.add-email-invites-container .hide-item,.add-email-invites-container .tag-item{align-items:center;background-color:#fff;display:inline-block;display:inline-flex;font-size:14px;height:25px;margin:0 .3rem .3rem 0}.add-email-invites-container .hide-item{border:1px solid #1b8ff5;border-radius:30px;cursor:pointer;padding:0 16px}.add-email-invites-container .hide-list-text{cursor:pointer;font-size:.75rem;position:relative;top:.1875rem}.add-email-invites-container .tag-item>.button{align-items:center;background-color:initial;border:none;border-radius:50%;cursor:pointer;display:flex;font:inherit;font-weight:700;height:22px;justify-content:center;line-height:3;margin-left:10px;padding:0;width:22px}.add-email-subject-container{margin-bottom:1.25rem}.add-email-subject-container .add-email-subject-label{font-size:1.5rem;font-weight:700;line-height:1.75rem}.add-email-subject-container .add-email-subject-input{background-color:#fff;border-radius:.5rem;border-width:0;font-size:1rem;font-weight:400;height:2.5rem;margin:.3125rem 0;outline:none;overflow:hidden;padding:0 1.25rem;width:calc(100% - 40px)}@media only screen and (max-width:575px){.add-email-subject-container .add-email-subject-input{padding:0 .625rem;width:calc(100% - 20px)}}.section-title{font-size:1.5rem;font-weight:700;line-height:1.75rem}.template-box{align-items:center;border-radius:.5rem;margin-bottom:1.75rem;overflow:hidden;padding:0 1.25rem;position:relative;text-align:center}.greyTheme td,.greyTheme tr,.greyTheme.template-box{background-color:#fff}.greyTheme table{max-width:100%!important;width:100%!important}.invite-email-template-section-title{font-size:1.5rem;font-weight:700;line-height:1.75rem;padding-bottom:.3125rem}.invite-email-template-main{background-color:#fff;border-radius:.5rem;overflow:hidden;padding:1.25rem;position:relative}@media only screen and (max-width:575px){.invite-email-template-main{padding:20px 10px;width:calc(100% - 20px)}}.invite-email-template-main .invite-email-signature{color:#687398}.invite-email-template-main .invite-email-template-button{color:#fff;display:block;line-height:41px;padding:2.5rem 0;text-align:center;text-decoration:none;white-space:nowrap;white-space:nowrap!important}.invite-email-template-main .invite-email-template-button .invite-email-template-button-tag{background-color:#5670fb;border-radius:1.5625rem;color:#fff;cursor:pointer;display:inline-block;font-weight:700;height:2.6875rem;min-width:9.375rem;padding:0 1rem;text-align:center}.invite-email-template-main .invite-email-template-button .invite-email-template-button-tag:hover{background-color:#495ac8}@media only screen and (max-width:575px){.invite-email-template-main .invite-email-template-button .invite-email-template-button-tag:hover{background-color:#5670fb}}.email-disclaimer-container{background-color:#fff;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;padding:1.25rem}@media only screen and (max-width:575px){.email-disclaimer-container{padding:20px 10px;width:calc(100% - 20px)}}.email-disclaimer-container .email-disclaimer-line{background-color:#5670fb;height:.09375rem;margin-bottom:1.25rem;width:100%}.email-disclaimer-container .email-disclaimer-content{font-size:.875rem;font-style:italic;font-weight:400}.email-disclaimer-container .email-disclaimer-content a{color:#5670fb}.email-disclaimer-container .email-disclaimer-content a:hover{color:#495ac8}@media only screen and (max-width:575px){.email-disclaimer-container .email-disclaimer-content a:hover{color:#5670fb}}.submit-email-invites-container{align-items:center;margin-bottom:1rem;margin-top:1.25rem;text-align:center}.submit-email-invites-container .submit-email-invites-btn{background-color:#5670fb;border:none;border-radius:1.5625rem;cursor:pointer;display:inline-block;line-height:41px;min-width:9.375rem}.submit-email-invites-container .submit-email-invites-btn:hover{background-color:#495ac8}@media only screen and (max-width:575px){.submit-email-invites-container .submit-email-invites-btn:hover{background-color:#5670fb}}.submit-email-invites-container .submit-email-invites-btn .submit-email-invites-text{color:#fff;font-weight:700}.submit-email-invites-container .disabled{background-color:#f5f5f5!important;cursor:auto!important}.submit-email-invites-container .disabled .submit-email-invites-text{color:#bcbcbc!important}.mail_error{color:#ff4b2b;font-size:.875rem;overflow:hidden;text-overflow:ellipsis}.badges-layout .badges-header__title{color:#1e223c;font-size:1.5rem;font-weight:700;line-height:2rem;margin-bottom:1.25rem}@media only screen and (max-width:575px){.badges-layout .badges-header__title{font-size:1.25rem;line-height:1.75rem}}.badges-layout .tabs>.tab-item .hovered-tab:hover{color:#5670fb}.badges-layout .helpful-widget-badges{margin-bottom:0;width:100%}.badges-layout .profile-link{background:#fff;border-radius:.375rem;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);margin:1.25rem 0;padding:1.25rem}@media only screen and (max-width:575px){.badges-layout .profile-link{margin-bottom:2.5rem;padding:1.25rem 1rem}}.badges-layout .profile-link__heading{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem}@media only screen and (max-width:575px){.badges-layout .profile-link__heading{font-size:1rem;letter-spacing:.00937rem;line-height:1.5rem}}.badges-layout .profile-link__url-chip{align-items:center;border:1px solid #e9e9e9;border-radius:1.5625rem;display:flex;gap:.5rem;margin-top:.75rem;padding:.375rem .75rem}.badges-layout .profile-link__url{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1f223a;display:-webkit-box;flex:70% 1;font-size:.75rem;letter-spacing:.025rem;line-height:1rem;overflow:hidden;-webkit-user-select:none;user-select:none;word-break:break-all}@media only screen and (max-width:992px){.badges-layout .profile-link__url{flex:100% 1}}.badges-layout .profile-link__copy{background:#5670fb;border-radius:1.25rem;color:#fff;cursor:pointer;flex:20% 1;font-size:.75rem;font-weight:700;letter-spacing:.025rem;line-height:1rem;max-width:120px;padding:.5rem 1rem;text-align:center;white-space:nowrap}.badges-layout .profile-link__copy:hover{background:#495ac8}@media only screen and (max-width:575px){.badges-layout .profile-link__copy:hover{background:#5670fb}}.badges-layout .tabs{margin:0 -1rem;padding:0 1rem}.badges-layout .layout-badges{display:flex}@media only screen and (max-width:768px){.badges-layout .layout-badges{flex-direction:column}}.badges-layout .layout-badges .main-column{flex:1 1;padding-right:1.25rem}@media only screen and (max-width:768px){.badges-layout .layout-badges .main-column{flex:100% 1;padding:0}}.badges-layout .layout-badges .right-column{flex:0.5 1}@media only screen and (max-width:768px){.badges-layout .layout-badges .right-column{flex:100% 1}}.badges-layout .layout-badges .right-column .questions{background:#fff;border-radius:.375rem;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);margin-top:1.25rem;padding:1.25rem}@media only screen and (max-width:575px){.badges-layout .layout-badges .right-column .questions{padding:1.25rem 1rem}}.badges-layout .layout-badges .right-column .questions__heading{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem;text-transform:capitalize}@media only screen and (max-width:575px){.badges-layout .layout-badges .right-column .questions__heading{font-size:1rem;letter-spacing:.00937rem;line-height:1.5rem}}.badges-layout .layout-badges .right-column .questions__card{margin-top:1.25rem}.badges-layout .layout-badges .right-column .questions__card .arrow-icon{color:#000;font-size:.75rem;font-weight:700}.badges-layout .layout-badges .right-column .questions__ques{cursor:pointer;display:flex;justify-content:space-between}.badges-layout .layout-badges .right-column .questions__ques .text{color:#1e223c;font-size:.875rem;font-weight:700;letter-spacing:.00625rem;line-height:1.25rem}.badges-layout .layout-badges .right-column .questions__ques .icon-arrow{cursor:pointer}.badges-layout .layout-badges .right-column .questions__ans{color:#394468;font-size:.875rem;font-weight:400;letter-spacing:.01562rem;line-height:1.25rem;padding:.75rem 0 0}.badges-layout .layout-badges .right-column .questions__ans a{color:#5670fb}.badges-layout .layout-badges .right-column .questions__ans a:hover{color:#495ac8}@media only screen and (max-width:575px){.badges-layout .layout-badges .right-column .questions__ans a:hover{color:#5670fb}}.badges-layout .layout-badges .right-column .questions__divider{margin:1.25rem 0}.badges-layout .layout-badges .right-column .questions__divider .divide{border:1px solid #eaeaea;width:100%}.badges-layout .row-01{display:flex;flex-wrap:wrap;gap:1.25rem}.badges-layout .row-01 .card-01{background:#fff;border:1px solid #ebf0f6;border-radius:.375rem;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);flex-basis:calc(50% - 52px);min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding:1.25rem 1.25rem .875rem}@media only screen and (max-width:1024px){.badges-layout .row-01 .card-01{flex:100% 1}}@media only screen and (max-width:575px){.badges-layout .row-01 .card-01{padding:1.25rem 1rem}}.badges-layout .row-01 .locked-badge{position:relative}.badges-layout .row-01 .locked-badge__lock{font-size:22px;position:absolute;right:38px;top:34px}.badges-layout .certificate_card{display:flex;flex-wrap:wrap;margin-top:.75rem}@media only screen and (max-width:575px){.badges-layout .certificate_card{display:inline}}.badges-layout .certificate_card .certificate{flex-basis:50%;flex:1 1;padding:0 .75rem;text-align:center}@media only screen and (max-width:575px){.badges-layout .certificate_card .certificate{display:inline;padding:0}}@media only screen and (max-width:992px){.badges-layout .certificate_card .certificate:nth-child(2n+2){border:none}}.badges-layout .sub-heading{font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.125rem;margin:1.25rem 0}.badges-layout .subheader{align-items:center;display:flex;justify-content:space-between}.badges-layout .subheading{color:#1e223c;font-size:1rem;font-weight:700;letter-spacing:.00937rem;line-height:1.5rem}@media only screen and (max-width:575px){.badges-layout .subheading{font-size:.875rem;letter-spacing:.00625rem;line-height:1.25rem}}.badges-layout .download-all{align-items:center;color:#5e6b92;cursor:pointer;display:flex;font-size:.875rem;font-weight:700;letter-spacing:.00625rem;line-height:1.25rem;margin:.75rem 1.5rem .75rem 1rem}@media only screen and (max-width:575px){.badges-layout .download-all{font-size:.75rem;letter-spacing:.025rem;line-height:1rem;margin:.5rem 1rem .5rem .75rem}}.badges-layout .download-all__icon{font-size:1.125rem;margin-right:.25rem}.badges-layout .download-all:hover{color:#394468;cursor:pointer}.badges-layout .rating-badges__header{align-items:center;display:flex;justify-content:space-between;margin:1.25rem 0 .5rem}.badges-layout .rating-badges__heading{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem;margin:.5rem 0}@media only screen and (max-width:575px){.badges-layout .rating-badges__heading{font-size:1rem;letter-spacing:.00937rem;line-height:1.5rem;margin:.25rem 0}}.badges-layout .rating-badges .badges-popup{width:501px}@media only screen and (max-width:575px){.badges-layout .rating-badges .badges-popup{width:100%}}.badges-layout .achievements__heading{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem;margin-top:2.5rem}@media only screen and (max-width:575px){.badges-layout .achievements__heading{font-size:1rem;letter-spacing:.00937rem;line-height:1.5rem}}.badges-layout .achievements__subheader01{margin:1.25rem 0 .5rem}@media only screen and (max-width:575px){.badges-layout .achievements__subheader01{margin:1.25rem 0 .5rem}}.badges-layout .achievements__subheading{margin:.625rem 0}@media only screen and (max-width:575px){.badges-layout .achievements__subheading{margin:.375rem 0}}.badges-layout .achievements__subheader02{margin:2.5rem 0 .5rem}.badges-layout .awards__heading{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem;margin-top:2.5rem}.badges-layout .awards__chip-list{-ms-overflow-style:none;display:flex;gap:.75rem;margin-top:1.25rem;overflow-x:auto;scrollbar-width:none}@media only screen and (max-width:575px){.badges-layout .awards__chip-list{margin-left:-1rem;margin-right:-1rem}}.badges-layout .awards__chip-list::-webkit-scrollbar{display:none}.badges-layout .awards__chip-list .g-chip{flex-shrink:0}@media only screen and (max-width:575px){.badges-layout .awards__chip-list .g-chip:first-child{margin-left:16px}.badges-layout .awards__chip-list .g-chip:last-child{margin-right:16px}}.badges-layout .awards__subheading{color:#1e223c;font-size:1rem;font-weight:700;letter-spacing:.00937rem;line-height:1.5rem}@media only screen and (max-width:575px){.badges-layout .awards__subheading{font-size:.875rem;letter-spacing:.00625rem;line-height:1.25rem}}.badges-layout .awards .winner-badges__subheader{margin:1.25rem 0 .5rem}@media only screen and (max-width:575px){.badges-layout .awards .winner-badges__subheader{margin:1.25rem 0 .5rem}}.badges-layout .awards .winner-badges__subheading{margin:.625rem 0}@media only screen and (max-width:575px){.badges-layout .awards .winner-badges__subheading{margin:.375rem 0}}.badges-layout .awards .winner-badges .row-01{padding-bottom:1.25rem}.badges-layout .awards .certificates__subheader,.badges-layout .awards .poster__subheader{margin:2.5rem 0 .75rem}@media only screen and (max-width:575px){.badges-layout .awards .certificates__subheader,.badges-layout .awards .poster__subheader{margin:2.5rem 0 .5rem}}.badges-layout .awards .certificates__subheading,.badges-layout .awards .poster__subheading{margin:.625rem 0}@media only screen and (max-width:575px){.badges-layout .awards .certificates__subheading,.badges-layout .awards .poster__subheading{margin:.375rem 0}}.badges-layout .image-container{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;min-height:173px}.badges-layout .image-container .image-subcontainer{margin-bottom:-5px}.badges-layout .image-container .image-subcontainer .badges{height:auto;max-height:180px;width:100%}.badges-layout .mask{background:#060606;border-radius:6px;opacity:.3}.badges-layout .separator{background:#f5f6fa;height:1px;margin-top:.75rem}.badges-layout .action-button{align-items:center;display:flex;justify-content:flex-end;margin-top:.75rem}.badges-layout .action-button__download,.badges-layout .action-button__embed,.badges-layout .action-button__share{align-items:center;background:none;border:none;color:inherit;color:#5e6b92;-webkit-column-gap:.375rem;column-gap:.375rem;cursor:pointer;display:flex;font-size:.75rem;font-weight:700;letter-spacing:.025rem;line-height:1rem;padding:.5rem 1rem .5rem .75rem}@media only screen and (max-width:1400px){.badges-layout .action-button__download,.badges-layout .action-button__embed,.badges-layout .action-button__share{padding:.5rem}}@media only screen and (max-width:1024px){.badges-layout .action-button__download,.badges-layout .action-button__embed,.badges-layout .action-button__share{padding:.5rem 1rem .5rem .75rem}}.badges-layout .action-button__download i,.badges-layout .action-button__download img,.badges-layout .action-button__embed i,.badges-layout .action-button__embed img,.badges-layout .action-button__share i,.badges-layout .action-button__share img{font-size:1rem}.badges-layout .action-button__download .icon-chevron-down-v2:hover,.badges-layout .action-button__download:hover:not([disabled]),.badges-layout .action-button__embed .icon-chevron-down-v2:hover,.badges-layout .action-button__embed:hover:not([disabled]),.badges-layout .action-button__share .icon-chevron-down-v2:hover,.badges-layout .action-button__share:hover:not([disabled]){color:#394468}.badges-layout .action-button__download .icon-chevron-down-v2,.badges-layout .action-button__embed .icon-chevron-down-v2,.badges-layout .action-button__share .icon-chevron-down-v2{margin-left:-.375rem}.badges-layout .action-button__download[disabled],.badges-layout .action-button__embed[disabled],.badges-layout .action-button__share[disabled]{cursor:default;opacity:.4}.badges-layout .action-button .kebab-menu .action-button__download:hover:not([disabled]),.badges-layout .action-button .kebab-menu .action-button__share:hover:not([disabled]){color:#394468}.badges-layout .certificate-actions{display:flex;justify-content:center}.badges-layout .certificate-actions .action-btn{border:1px solid #5670fb;border-radius:20px;margin:.9375rem;padding:.3125rem .625rem}.badges-layout .certificate-actions .action-btn .embed-download{margin-left:.1875rem}.badges-layout .certificate-actions .action-btn .text{color:#5670fb;font-size:.75rem;font-style:normal;font-weight:500;line-height:1.125rem}.badges-layout .certificate-actions .action-btn:hover{background-color:#5670fb;cursor:pointer}.badges-layout .certificate-actions .action-btn:hover .text{color:#fff}.badges-layout .badges-footer{color:#687398;font-size:.875rem;font-weight:600;letter-spacing:.01562rem;line-height:1.25rem;margin-top:2.5rem;max-width:66%}@media only screen and (max-width:992px){.badges-layout .badges-footer{max-width:100%}}.badges-layout .badges-footer__last_updated{margin-bottom:.75rem}.badges-layout .badges-footer__date{color:#060606;font-weight:700}.badges-layout .badges-footer__note-layout{margin-bottom:1.25rem}.badges-layout .badges-footer__note{font-weight:700}.badges-layout .badges-footer__contact{color:#5b6ff2}.badges-layout .badges-footer a{color:#5670fb}.badges-layout .badges-footer a:hover{color:#495ac8}@media only screen and (max-width:575px){.badges-layout .badges-footer a:hover{color:#5670fb}}.badges-layout .modal-card{padding:initial;width:auto}.badges-layout .modal-card--w-50{width:50%}.badges-layout .btn{align-items:center;background:#5670fb;border:0;border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:700;justify-content:center;letter-spacing:.4px;line-height:1rem;padding:.5rem 1rem}.badges-layout .btn:hover{background:#495ac8}.badges-layout .btn:disabled{background:#f5f5f5;color:#9a9a9a}.badges-layout .modal-card.bottom-sheet.slideInUp{padding-top:0}.badges-layout .submit-url{background:#fff;background:rgba(91,111,242,.1);border-radius:.375rem;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);padding:1.25rem;position:relative;top:0;transition:top 1s ease}@media only screen and (max-width:575px){.badges-layout .submit-url{padding:1.25rem 1rem}}.badges-layout .submit-url__heading{color:#1e223c;font-size:1rem;font-weight:700;letter-spacing:.00937rem;line-height:1.5rem}@media only screen and (max-width:575px){.badges-layout .submit-url__heading{font-size:.875rem;letter-spacing:.00625rem;line-height:1.25rem}}.badges-layout .submit-url__subheading{color:#394468;font-size:.875rem;font-weight:400;line-height:1.25rem}.badges-layout .submit-url__input{margin-top:1rem}.badges-layout .submit-url__btn{display:flex;justify-content:start;margin-top:1rem}@media only screen and (max-width:575px){.badges-layout .submit-url__btn{justify-content:end}}.badges-layout .submit-url .close__icon{border-radius:50%;cursor:pointer;font-size:1rem;padding:.5rem;position:absolute;right:.75rem;top:.75rem}.badges-layout .submit-url .close__icon:hover{background:#f5f5f5}@media only screen and (max-width:575px){.badges-layout .submit-url .close__icon{background:#f5f5f5}}.badges-layout .submit-url .thankyou-section{align-items:center;display:flex;flex-direction:column;margin-top:2.25rem}.badges-layout .submit-url .thankyou-section__greetings{color:#060606;font-size:1rem;font-weight:700;letter-spacing:.00937rem;line-height:1.5rem;margin-top:.75rem;text-align:center}@media only screen and (max-width:575px){.badges-layout .submit-url .thankyou-section__greetings{font-size:.875rem;letter-spacing:.00625rem;line-height:1.25rem}}.badges-layout .submit-url .thankyou-section__under-review{color:#5f5f5f;font-size:.875rem;font-weight:400;letter-spacing:.25px;line-height:1.25rem;margin-top:.75rem;text-align:center}.badges-layout .submit-url--slide{margin-right:1.25rem;max-width:360px;position:fixed;top:126px;transition:top .5s ease}.badges-layout .submit-url__icon-info{color:#1e223c;font-size:.875rem;margin-left:.125rem}.badges-layout .mg-top-20{margin-top:1.25rem}.badges-layout .tooltip[data-tooltip]:hover:after,.badges-layout .tooltip[data-tooltip]:hover:before{z-index:1}.tabs{border-bottom:1px solid #ebf0f6}.tabs--sticky{background:#fafbff;position:-webkit-sticky;position:sticky;top:56px;z-index:2}.tabs .tab-item{color:#1e223c;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.01562rem;line-height:1.25rem;padding:.75rem 1.5rem}@media only screen and (max-width:575px){.tabs .tab-item{padding:.75rem 1rem}}.tabs .tab-item .hovered-tab:hover{color:#5670fb}@media only screen and (max-width:575px){.tabs .tab-item:active{color:#5670fb}}.tabs .tab-item__is-active{border-bottom:.125rem solid #5670fb;color:#5670fb;transition:border-bottom .3s ease;transition:color .3s ease}.lazy-load-image-background.blur{-webkit-filter:blur(15px);filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{-webkit-filter:blur(0);filter:blur(0);transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.badges-popup__header{align-items:center;border-bottom:1px solid #dee2fc;display:flex;justify-content:space-between;padding:.75rem 1rem .75rem 1.5rem}@media only screen and (max-width:575px){.badges-popup__header{border:0}}.badges-popup__heading{color:#1e223c;font-size:1.5rem;font-weight:700;line-height:2rem;margin-right:1.25rem}@media only screen and (max-width:575px){.badges-popup__heading{font-size:1rem;letter-spacing:.00937rem;line-height:1.5rem}}.badges-popup__close{align-items:center;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:.6875rem}.badges-popup__close:hover{background:#f5f5f5}@media only screen and (max-width:575px){.badges-popup__close{background:#f5f5f5}}.badges-popup__close-icon{font-size:.625rem}.badges-popup .content{align-items:center;display:flex;flex-direction:column;margin:.75rem 1.5rem}@media only screen and (max-width:575px){.badges-popup .content{border-top:0;margin:.75rem 1rem}}.badges-popup .content__desciption{color:#1e223c;font-size:.875rem;font-weight:600;letter-spacing:.01562rem;line-height:1.25rem;margin-bottom:1.25rem;max-width:454px;text-align:center}@media only screen and (max-width:575px){.badges-popup .content__desciption{margin-bottom:1rem}}.badges-popup .content .how-to-unlock{align-items:center;background:#f5f6fa;border-radius:.375rem;display:flex;flex-direction:column;margin-top:.625rem;padding:.75rem 1.25rem;width:-webkit-fill-available}.badges-popup .content .how-to-unlock__heading{color:#060606;font-size:14px;font-weight:600;letter-spacing:.25px;line-height:20px;margin-bottom:.5rem;text-align:center}.badges-popup .content .details{align-items:center;color:#5f5f5f;-webkit-column-gap:2rem;column-gap:2rem;display:flex;font-size:.75rem;letter-spacing:.025rem;line-height:1rem;margin-top:.5rem}.badges-popup .content__logo-container{height:auto;width:100%}.badges-popup__actionbar{border-top:1px solid #dee2fc;padding:.25rem 1.5rem 1rem}.g-chip{align-items:center;background:#fff;border:.0625rem solid #e8e9f9;border-radius:1.25rem;cursor:pointer;display:inline-flex;font-size:.875rem;gap:.5rem;justify-content:center;padding:.25rem .75rem}.g-chip__label{color:#1f223a;font-size:.875rem;letter-spacing:.01562rem;line-height:1.25rem}.g-chip--selected{background:#fef5e6;border:.0625rem solid #f0d59f}.generate-score-modal{overflow-y:visible}.generate-score-modal .flex-center{align-items:center;display:flex}.generate-score-modal__header{border-bottom:1px solid #ebf0f6;justify-content:space-between;padding:1rem 1.5rem}@media only screen and (max-width:575px){.generate-score-modal__header{padding:1rem 1rem .5rem}}.generate-score-modal__headerText{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem}@media only screen and (max-width:575px){.generate-score-modal__headerText{font-size:1rem;letter-spacing:.15px;line-height:1.5rem}}.generate-score-modal__headerCTA{background:inherit;border-radius:50%;cursor:pointer;height:2rem;justify-content:center;width:2rem}.generate-score-modal__headerCTA:hover{background:#f5f5f5}.generate-score-modal .icon-close{color:#5e6b92;font-size:.625rem}.generate-score-modal__content{display:flex;flex-direction:column;gap:2rem;padding:1.25rem 1.5rem}@media only screen and (max-width:575px){.generate-score-modal__content{padding:.75rem 1rem}}.generate-score-modal__fields{gap:1rem}@media only screen and (max-width:575px){.generate-score-modal__fields{flex-direction:column;gap:2rem}}.generate-score-modal .custom-input{width:-webkit-fill-available}.generate-score-modal .custom-input__wrapper--active.custom-input__wrapper--dropdown{border-radius:.25rem .25rem 0 0;z-index:auto}@media only screen and (max-width:575px){.generate-score-modal .custom-input__wrapper--active.custom-input__wrapper--dropdown{border-radius:0 0 .25rem .25rem;z-index:1}.generate-score-modal .custom-input__dropdownList{border-radius:4px 4px 0 0;bottom:2.875rem;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);max-height:17.5rem;padding:.5rem 0;top:auto}}.generate-score-modal__footer{border-top:1px solid #dee2fc;gap:1rem;justify-content:flex-end;padding:1rem 1.5rem}@media only screen and (max-width:575px){.generate-score-modal__footer{padding:.75rem 1rem}}.generate-score-modal__cancelCTA{cursor:pointer;justify-content:center;padding:.5rem 1rem}.generate-score-modal__cancelCTA:hover .generate-score-modal__cancelCTAText{color:#394468}.generate-score-modal__cancelCTAText{color:#5e6b92;font-size:.75rem;font-weight:700;letter-spacing:.4px;line-height:1rem}.generate-score-modal__generateCTA{background:#5670fb;border-radius:1.5rem;cursor:pointer;justify-content:center;padding:.5rem 1rem}.generate-score-modal__generateCTA:hover{background:#495ac8}.generate-score-modal__generateCTA--disabled,.generate-score-modal__generateCTA--disabled:hover{background:#f5f5f5}.generate-score-modal__generateCTA--disabled .generate-score-modal__generateCTAText{color:#9a9a9a}.generate-score-modal__generateCTAText{color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.4px;line-height:1rem}.faq-cards{margin-top:-.25rem}.faq-cards,.faq-cards__dataCard{gap:1.25rem}.faq-cards,.faq-cards__content,.faq-cards__dataCard{display:flex;flex-direction:column}.faq-cards__ques{cursor:pointer;display:flex;flex-direction:row;gap:.75rem}.faq-cards__quesText{color:#1e223c;font-size:.875rem;font-weight:700;letter-spacing:.1px;line-height:1.25rem}.faq-cards__ansText{color:#394468;font-size:.875rem;font-weight:400;letter-spacing:.25px;line-height:1.25rem;margin-top:.5rem;width:88%}.faq-cards__divider{background-color:#dee2fc;border-radius:.25rem;height:.0625rem}@media only screen and (max-width:575px){.compare-section__table{overflow:auto;white-space:nowrap}}.compare-section .hide-content{display:none}.compare-section__row{align-items:center;box-sizing:border-box;display:flex;height:3.125rem;padding:.5rem 0;width:100%}@media only screen and (max-width:575px){.compare-section__row{width:700px}}.compare-section__headRow{background:#fafbff;border-radius:.375rem .375rem 0 0}.compare-section__headCell{white-space:pre-line}.compare-section__cell{align-items:center;border-right:1px solid rgba(91,111,242,.05);box-sizing:border-box;color:#1e223c;display:flex;font-size:.75rem;font-weight:400;height:100%;letter-spacing:.4px;line-height:1rem;padding:0 1rem;text-align:left;width:22%}.compare-section__cell:first-child{padding-left:.75rem;width:30%}.compare-section__cell:nth-last-child(2){border-right:none;width:20%}.compare-section__cell:last-child{border-right:none;padding-left:0;padding-right:.75rem;width:2.75rem}.compare-section__childRow{background:#fff}.compare-section__childRow:nth-child(odd){background:#fafbff}.compare-section__childRow--highlight{background:#fdf3e2!important}.compare-section__childRow .compare-section__cell{border-right:none}.compare-section__companyLogo{background:#fff;border:1px solid rgba(91,111,242,.1);border-radius:.25rem;height:2.25rem;object-fit:contain;width:2.25rem}.compare-section__companyName{align-items:end;display:flex;gap:.25rem;width:152px}.compare-section__companyText{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:block;display:-webkit-box;font-weight:700;margin-left:.5rem;max-height:2rem;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:normal;width:-webkit-max-content;width:max-content;word-break:break-word}.compare-section__selfTag{background:#d2b583;border-radius:4px;color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.4px;line-height:.875rem;padding:0 .25rem}.compare-section__score{border-radius:4px;color:#fff;font-weight:700;padding:.125rem .5rem}.compare-section__scoreNA{color:#bcbcbc;font-size:.75rem;font-weight:700;line-height:1rem}.compare-section__rank{font-weight:600}.compare-section__industry{align-items:flex-start;flex-direction:column;gap:0;justify-content:center}.compare-section__industryNA{color:#bcbcbc;font-size:.75rem;font-weight:600;line-height:1rem}.compare-section__industry-rank{font-weight:600}.compare-section__industry-name{-webkit-box-orient:vertical;-webkit-line-clamp:1;color:#7c7c7c;display:block;display:-webkit-box;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}.compare-section__clearBtn{width:2rem}.compare-section__table-child{border-bottom:1px solid rgba(91,111,242,.1);width:100%}.compare-section__table-child:nth-child(2n){background:#fff}.compare-section__table-child:nth-child(odd){background:#fafbff}.compare-section__table-child .compare-section__table-cell{border-right:none}.compare-section__table-child--highlight{background:#fdf3e2!important}.compare-section__table-child--highlight .compare-section__industry-rank,.compare-section__table-child--highlight .compare-section__rank{font-weight:700}@media only screen and (max-width:575px){.compare-section__table-child{width:758px}}.compare-section__company-dropdown-wrapper{align-items:center;display:flex;gap:.75rem}.compare-section__company-dropdown{align-items:center;border:1px solid #5b6ff2;border-radius:.375rem;box-sizing:border-box;display:flex;gap:.5rem;height:2.75rem;margin-top:.5rem;padding:.5rem .75rem;position:relative;width:100%}.compare-section__company-dropdown--focused{border-top-left-radius:0;border-top-right-radius:0}@media only screen and (max-width:575px){.compare-section__company-dropdown--focused{border-bottom-left-radius:0;border-bottom-right-radius:0}}.compare-section__company-dropdown .dd-wrapper{height:100%;position:static}.compare-section__company-dropdown .dd-wrapper .dd-list{background:#fff;border:none;border-radius:6px 6px 0 0;bottom:2.75rem;box-shadow:0 0 10px rgba(0,0,0,.12);left:0;max-height:15.25rem;padding:.5rem 0}@media only screen and (max-width:575px){.compare-section__company-dropdown .dd-wrapper .dd-list{border-radius:0 0 6px 6px;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;top:2.75rem}}.compare-section__company-dropdown .dd-wrapper .dd-list-item:hover,.compare-section__company-dropdown .dd-wrapper .dd-list.selectedIndex{background:rgba(91,111,242,.1)!important}.compare-section__clear-icon{color:#5e6b92;cursor:pointer;padding:.625rem}.compare-section__clear-icon:hover{color:#394468}.compare-section__company-input{border:none;color:#1e223c;font-size:.875rem;font-weight:500;height:100%;letter-spacing:.15px;line-height:1.5rem;width:100%}.compare-section__cancel-cta{align-items:center;color:#5e6b92;cursor:pointer;font-size:.75rem;font-weight:700;letter-spacing:.4px;line-height:1rem;margin-top:.5rem;padding:.5rem 1rem;width:-webkit-max-content;width:max-content}.compare-section .addComp{display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.compare-section .addComp__heading,.compare-section .addComp__remainingText{font-size:.75rem;font-weight:600;letter-spacing:.25px;line-height:1rem}.compare-section .addComp__heading{color:#1e223c}.compare-section .addComp__remainingText{color:#5b6ff2;cursor:pointer;width:-webkit-max-content;width:max-content}.compare-section .addComp__remainingText:hover{color:#495ac8}.ebs-container{overflow:hidden}.ebs-container__header{align-items:center;color:#1e223c;display:flex;font-size:1.5rem;font-style:normal;font-weight:700;line-height:2rem;margin-bottom:1.25rem}@media only screen and (max-width:575px){.ebs-container__header{font-size:1.25rem;line-height:1.75rem}.ebs-container__header [data-tooltip-position=bottom]:before{left:-20%}}.ebs-container__containerFlex{display:flex;gap:1.25rem}@media only screen and (max-width:575px){.ebs-container__containerFlex{flex-direction:column}}.ebs-container__leftContainer{flex:1 1;flex-direction:column;padding-bottom:2.5rem}@media only screen and (max-width:575px){.ebs-container__leftContainer{padding-bottom:0}}.ebs-container__scoreContainer .ebs-card{flex:1 1}.ebs-container__rightContainer{flex:0.5 1;flex-direction:column;margin-bottom:5rem}@media only screen and (max-width:575px){.ebs-container__rightContainer{margin-bottom:2rem}}.ebs-container__rightContainer .ebs-card{flex:0 1}.ebs-container .rank-card{display:flex;flex-direction:column;gap:1rem}.ebs-container .rank-card__dataCard{background:#fafbff;border:1px solid rgba(91,111,242,.1);border-radius:.25rem;display:flex;flex-direction:column;gap:.125rem;padding:.75rem 1rem}.ebs-container .rank-card__title{color:#1e223c;font-size:2rem;font-weight:700;line-height:2.5rem}.ebs-container .rank-card__noTitle{color:#bcbcbc}.ebs-container .rank-card__subTitle{color:#1e223c;font-size:.875rem;font-weight:400;letter-spacing:.25px;line-height:1.25rem}.ebs-container .rank-card__boldText{font-weight:700}.ebs-container .score-card{margin-top:-1rem}.ebs-container .score-card__progress-bar{height:100px;margin:0 auto;width:200px}.ebs-container .score-card__progress-bar svg{fill:none;stroke-width:15;stroke-linecap:round;-webkit-filter:drop-shadow(-3px -2px 5px hsla(0,0%,100%,.5));filter:drop-shadow(-3px -2px 5px rgba(255,255,255,.5));height:130px;width:200px}.ebs-container .score-card__progress-bar.ebs-rate-5 svg{stroke:#4a7c22}.ebs-container .score-card__progress-bar.ebs-rate-4 svg{stroke:#6ea63f}.ebs-container .score-card__progress-bar.ebs-rate-3 svg{stroke:#cfd648}.ebs-container .score-card__progress-bar.ebs-rate-2 svg{stroke:#f19f3a}.ebs-container .score-card__progress-bar.ebs-rate-1 svg{stroke:#ec5a3b}.ebs-container .score-card__progress-bar .progressbar-text{top:3.25rem!important}.ebs-container .score-card__label{text-align:center}.ebs-container .score-card__labelTitle{color:#17231c;font-size:2rem;font-weight:700;line-height:2.5rem}.ebs-container .score-card__labelSubtitle{color:#5e6b92;font-size:1rem;font-weight:400;line-height:1.5rem}.ebs-container .score-card__textBox{border-radius:.375rem;color:#fff;display:flex;font-size:1rem;font-weight:700;letter-spacing:.15px;line-height:1.5rem;margin:2rem auto 0;padding:.125rem .75rem;width:-webkit-max-content;width:max-content}.ebs-container .score-card__textBox.ebs-rate-5{background:#4a7c22}.ebs-container .score-card__textBox.ebs-rate-4{background:#6ea63f}.ebs-container .score-card__textBox.ebs-rate-3{background:#cfd648}.ebs-container .score-card__textBox.ebs-rate-2{background:#f19f3a}.ebs-container .score-card__textBox.ebs-rate-1{background:#ec5a3b}.ebs-container .score-card__noScoretext{color:#1e223c;font-size:1rem;font-weight:600;line-height:1.5rem;margin:2rem auto 0;text-align:center}.ebs-container .score-card__rankText{color:#1e223c;font-size:1rem;font-weight:400;letter-spacing:.15px;line-height:1.5rem;margin:.5rem auto 0;text-align:center;width:-webkit-max-content;width:max-content}.ebs-container .score-card__rankText .boldText{font-weight:700}.ebs-container .score-card__refresh{align-items:center;display:flex;justify-content:center;padding:.625rem 0}.ebs-container .score-card__dateText{color:#5e6b92;font-size:.625rem;font-weight:400;letter-spacing:.4px;line-height:.875rem}.ebs-container .score-card__cta{align-items:center;background:#5670fb;border-radius:1.5rem;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin:.75rem auto 0;padding:.5rem 1rem;width:-webkit-max-content;width:max-content}.ebs-container .score-card__cta:hover{background:#495ac8}.ebs-container .score-card__cta--disabled,.ebs-container .score-card__cta--disabled:hover{background:#f5f5f5}.ebs-container .score-card__cta--disabled .score-card__ctaText{color:#9a9a9a}.ebs-container .score-card__ctaText{color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.4px;line-height:1rem}.ebs-container .score-card__scoreModal{background:#fff;border-radius:8px;overflow:visible;padding:0}.ebs-container .score-card__scoreModal.bottom-sheet{border-radius:1rem 1rem 0 0;padding-top:0}.ebs-container .score-card__infoTag{background:#fafbff;border-radius:.5rem;color:#1e223c;font-size:.75rem;font-weight:400;letter-spacing:.4px;line-height:1rem;margin:3rem auto 0;padding:.5rem .75rem;text-align:center}.ebs-container .no-data-card{align-items:center;display:flex;flex-direction:column;gap:.125rem;justify-content:center}.ebs-container .no-data-card__text{color:#7c7c7c;font-size:1rem;font-weight:500;line-height:1.25rem;text-align:center}.ebs-container .compare-section .ebs-card__headContent{margin-bottom:1.25rem}.ebs-container .compare-section .ebs-rate-5{background:#4a7c22}.ebs-container .compare-section .ebs-rate-4{background:#6ea63f}.ebs-container .compare-section .ebs-rate-3{background:#cfd648}.ebs-container .compare-section .ebs-rate-2{background:#f19f3a}.ebs-container .compare-section .ebs-rate-1{background:#ec5a3b}.ebs-container .trends-card-loader{height:7.5rem;width:100%}.score-card-loader{align-items:center;display:flex;flex-direction:column;height:12.5rem;width:100%}.score-card-loader__progressBar{height:8.125rem;width:12.5rem}.score-card-loader__text{height:1.5rem;margin-top:.5rem;width:80%}.score-card-loader__cta{height:2rem;margin-top:.75rem;width:60%}.rank-card-loader{display:flex;flex-direction:column;gap:1rem}.rank-card-loader__rankSection{background:#fafbff;border:1px solid rgba(91,111,242,.1);padding:.75rem 1rem}.rank-card-loader__rank{height:2.25rem;margin-bottom:.375rem;width:25%}.rank-card-loader__text{height:1.25rem;width:100%}.compare-card-loader__cardRow{box-sizing:border-box;height:3.125rem;padding:.25rem 0;width:100%}.compare-card-loader__card{height:100%}.reports .modal-wrap{z-index:402!important}.reports__unsubscribe-view{display:flex;flex-direction:column}.reports__unsubscribe-view-image{height:100%;margin-left:-1.5rem;margin-top:1.25rem;width:calc(100vw - 252px)}@media only screen and (max-width:575px){.reports__unsubscribe-view-image{margin-left:0;width:calc(100vw - 32px)}}.reports__heading{align-items:center;color:#1e223c;display:flex;font-size:1.5rem;font-weight:700;line-height:2rem}@media only screen and (max-width:575px){.reports__heading{font-size:1.25rem;line-height:1.75rem}}.reports__section-heading{font-size:1.25rem;font-weight:700;line-height:1.75rem;margin-bottom:.5rem}@media only screen and (max-width:575px){.reports__section-heading{font-size:1rem;line-height:1.5rem}}.reports__layout{display:flex;margin-top:1.25rem}@media only screen and (max-width:768px){.reports__layout{flex-direction:column}}.reports__main-section{border-radius:.375rem;flex:1 1;padding-right:1.25rem}@media only screen and (max-width:768px){.reports__main-section{padding-right:0}}.reports__main-section .add-details{align-items:center;background:#fff;border-radius:6px;display:flex;flex-direction:column;height:242px;justify-content:center;padding:2.5rem}@media only screen and (max-width:575px){.reports__main-section .add-details{height:222px;padding:2rem 1rem}}.reports__main-section .add-details__msg{color:#1e223c;font-size:xp-to(16);font-weight:600;line-height:1.5rem;margin:1rem 0 .5rem}.reports__main-section .table{border-radius:.375rem;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);margin-bottom:1.25rem}.reports__main-section .table__heading-row{align-items:center;background:rgba(91,111,242,.1);border-radius:6px 6px 0 0;color:#1e223c;display:flex;font-size:.75rem;font-weight:400;height:50px;letter-spacing:.025rem;line-height:1rem;padding:0 1.25rem}@media only screen and (max-width:575px){.reports__main-section .table__heading-row{padding:0 1rem}}.reports__main-section .table__heading-info{background:#f5f5f5;border-bottom:1px solid rgba(91,111,242,.1);padding:.5rem 1rem}.reports__main-section .table__heading-info .table__cell{align-items:center;display:flex;gap:12px}.reports__main-section .table__heading-info .table__cell span{color:#5e6b92;font-size:.75rem;font-style:normal;font-weight:600;letter-spacing:.4px;line-height:1rem}.reports__main-section .table__heading-info.view-more--cta{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;height:3.125rem}.reports__main-section .table__body-row{align-items:center;background:#fff;border-bottom:1px solid rgba(91,111,242,.1);box-sizing:border-box;display:flex;flex-direction:row;height:50px;padding:.125rem 1.25rem}.reports__main-section .table__body-row:nth-of-type(2n){background:#fff}.reports__main-section .table__body-row:nth-of-type(odd){background:#fafbff}.reports__main-section .table__body-row:last-of-type{border-radius:0 0 .375rem .375rem}@media only screen and (max-width:575px){.reports__main-section .table__body-row{padding:.125rem 1rem}}.reports__main-section .table__body-row .report-name{align-items:center;color:#1e223c;display:inline;display:flex;font-size:.875rem;font-weight:600;gap:.25rem;letter-spacing:.01562rem;line-height:1.25rem}.reports__main-section .table__body-row .report-name span{display:block;padding-right:8px}@media only screen and (max-width:575px){.reports__main-section .table__body-row .report-name{display:block;font-size:.75rem;letter-spacing:.025rem;line-height:1rem}}.reports__main-section .table__body-row .report-name .infoIcon{display:inline-block;position:relative}.reports__main-section .table__body-row .report-name .infoIcon img{cursor:pointer;left:.125rem;position:relative;top:.0625rem}@media only screen and (max-width:575px){.reports__main-section .table__body-row .report-name .infoIcon img{height:1rem;left:.1875rem;position:relative;top:.1875rem;width:1rem}}.reports__main-section .table__body-row .report-name .infoIcon:hover .tooltipWrapper{display:block}.reports__main-section .table__body-row .report-name .tooltipWrapper{align-items:flex-start;background:#5e6b92;border-radius:.375rem;box-sizing:border-box;color:#fff;display:none;font-size:.75rem;font-weight:400;gap:.625rem;letter-spacing:.4px;line-height:1rem;padding:1rem;position:absolute;top:2.1875rem;-webkit-transform:translateX(-48%);transform:translateX(-48%);width:13.75rem}@media only screen and (max-width:575px){.reports__main-section .table__body-row .report-name .tooltipWrapper{top:1.75rem;-webkit-transform:translateX(-30%);transform:translateX(-30%);width:13.75rem}}.reports__main-section .table__body-row .report-name .tooltipWrapper:before{background:#5e6b92;border-bottom:none;border-left:none;content:"";height:.6rem;left:52%;position:absolute;top:-.3rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:.6rem}@media only screen and (max-width:575px){.reports__main-section .table__body-row .report-name .tooltipWrapper:before{left:32.5%}}.reports__main-section .table__body-row .download{color:#5670fb;font-size:.875rem;font-weight:600;letter-spacing:.00625rem;line-height:1.25rem}@media only screen and (max-width:575px){.reports__main-section .table__body-row .download{font-size:.75rem;letter-spacing:.025rem;line-height:1rem}}.reports__main-section .table__body-row .download:hover{color:#495ac8;cursor:pointer}@media only screen and (max-width:992px){.reports__main-section .table__body-row .download:hover{color:#5e6b92}}.reports__main-section .table__body-row .download .icon-download{font-size:1.25rem;margin-right:.25rem}@media only screen and (max-width:575px){.reports__main-section .table__body-row .download .icon-download{font-size:1.125rem}}.reports__main-section .table__cell{align-items:center;display:flex;flex-direction:row;height:2.5rem}.reports__main-section .table__cell:nth-of-type(odd){flex:1 1}.reports__main-section .table__cell:nth-of-type(2n){flex:0.5 1}.reports__main-section .table__cell.action{border-left:1px solid rgba(91,111,242,.1);padding-left:1rem}.reports__main-section .table__no-record{align-items:center;background:#fff;border-bottom:1px solid rgba(91,111,242,.1);color:#1e223c;display:flex;font-size:.75rem;height:50px;justify-content:center;letter-spacing:.025rem;line-height:1rem;padding:.125rem 1.25rem;text-align:center}.reports__loading{height:200px;margin-bottom:1rem}.reports__right-section{flex:0.5 1}.reports__right-section .card{background:#fff;border-radius:6px;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);margin-bottom:1.25rem;padding:1.25rem 1rem}.reports__right-section .card__heading{color:#1e223c;font-size:16px;font-weight:700;letter-spacing:.15px;line-height:24px;margin-bottom:1rem}@media only screen and (max-width:575px){.reports__right-section .card__heading{font-size:.875rem;letter-spacing:.00625rem;line-height:1.25rem}}.reports__right-section .card--alignRow{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px}.reports__right-section .card--alignRow .card__heading{color:#1e223c;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.75rem;margin:0}@media only screen and (max-width:575px){.reports__right-section .card--alignRow .card__heading{font-size:1rem;letter-spacing:.00625rem;line-height:1.25rem}}.reports__right-section .card--alignRow button{height:2.25rem}.reports__right-section .card .shineLines{background:linear-gradient(270deg,#d9d9d9,#f4f4f4 52.6%,#d9d9d9);border-radius:.375rem;height:2.25rem;margin-bottom:1rem}.reports__right-section .card .disclaimer--wrapper{align-items:flex-start;align-self:stretch;background:rgba(253,173,53,.1);border-radius:.25rem;display:flex;gap:.75rem;gap:.5rem;padding:.5rem .75rem}.reports__right-section .card .disclaimer--wrapper span{color:#1e223c;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:.25px;line-height:1.25rem}@media only screen and (max-width:575px){.reports__right-section .card .disclaimer--wrapper span{font-size:.75rem}}.reports__right-section .card .competitor_content{grid-column-gap:.5rem;align-items:center;-webkit-column-gap:.5rem;column-gap:.5rem;display:grid;grid-template-columns:2.25rem 1fr;justify-content:flex-start}.reports__right-section .card .competitor_content .competitor_name{color:#1e223c;font-size:.875rem;font-style:normal;font-weight:600;letter-spacing:.25px;line-height:1.25rem}@media only screen and (max-width:575px){.reports__right-section .card .competitor_content .competitor_name{font-size:.75rem;line-height:1rem}}.reports__right-section .card .competitor_content .competitor_logo{background:#fff;border:1px solid #eff1fe;border-radius:.25rem;box-sizing:border-box;height:2.25rem;padding:0 .0625rem;width:2.25rem}.reports__right-section .card .competitor_content .competitor_logo img{border-radius:.25rem;object-fit:contain}.reports__right-section .card .competitor_content .competitor_seperator{background:#f5f5f5;height:1px;margin:.75rem 0}.reports__btn{align-items:center;background:#5670fb;border:0;border-radius:24px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-style:normal;font-weight:700;height:2rem;letter-spacing:.00625rem;line-height:1.25rem;padding:0 1rem}.reports__btn:hover{background:#495ac8}@media only screen and (max-width:992px){.reports__btn:hover:hover{background:#5670fb}}.reports__btn i{font-size:1.125rem;margin-left:.25rem}.reports .add-competitors{align-items:center;background:#fff;border-radius:.375rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem;padding:1.25rem 2.5rem}.reports .add-competitors button{height:2.75rem}.reports .add-competitors span{color:#1e223c;font-size:1rem;font-style:normal;font-weight:600;line-height:1.5rem;text-align:center;width:20rem}.reports__text-btn{align-items:center;background:#fff;border:0;color:#5670fb;cursor:pointer;display:flex;font-size:.875rem;font-style:normal;font-weight:600;letter-spacing:.25px;line-height:1.25rem;outline:none}.reports__text-btn:hover,.reports__text-btn:hover i:before{color:#495ac8}.reports__text-btn i{font-size:1.125rem;margin-left:.25rem}.reports__text-btn i:before{color:#5670fb}.reports .iec-pi-modal{background:#fff;border-radius:8px;overflow:visible;padding:0}.reports .add-competitor-modal{background:#fff;border-radius:6px;display:flex;flex-direction:column;height:580px;max-height:580px;overflow:hidden;padding:0}.reports .viewallWrapper{align-items:center;color:#5670fb;cursor:pointer;display:flex;font-size:.875rem;font-style:normal;font-weight:600;letter-spacing:.25px;line-height:1.25rem}@media only screen and (max-width:575px){.reports .viewallWrapper{font-size:.75rem}}.reports .viewallWrapper i{align-items:center;display:flex;height:1.125rem;justify-content:center;margin-left:2px;width:1.125rem}.reports .viewallWrapper i:before{color:#5670fb;font-weight:700}.reports .view-all-row{background-color:#fff!important}@media only screen and (max-width:575px){.reports .rating-ebs-card{margin-bottom:3.75rem}}.add-competitor-modal{overflow-y:visible;padding:0!important;width:31.375rem}@media only screen and (max-width:575px){.add-competitor-modal{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important}}.add-competitor-modal .flex-center{align-items:center;display:flex}.add-competitor-modal__header{border-bottom:1px solid #ebf0f6;justify-content:space-between;padding:1rem 1.25rem}@media only screen and (max-width:575px){.add-competitor-modal__header{padding:1rem 1rem .5rem}}.add-competitor-modal__headerText{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem}@media only screen and (max-width:575px){.add-competitor-modal__headerText{font-size:1rem;letter-spacing:.15px;line-height:1.5rem}}.add-competitor-modal__headerCTA{align-items:center;border-radius:6.25rem;box-sizing:border-box;cursor:pointer;display:flex;height:2rem;justify-content:center;padding:.3125rem;width:2rem}@media only screen and (max-width:575px){.add-competitor-modal__headerCTA{background:#f5f5f5}}.add-competitor-modal__headerCTA:hover{background:#f5f5f5}.add-competitor-modal .icon-close{color:#5e6b92;font-size:.625rem}.add-competitor-modal__content{box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem;height:32.25rem;max-height:32.25rem;overflow-x:hidden;overflow-y:auto;padding:.75rem 0 1rem}@media only screen and (max-width:575px){.add-competitor-modal__content{flex:1 1;max-height:none;padding:.75rem 1rem}}.add-competitor-modal__suggestion{color:#5e6b92;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:.25px;line-height:1.25rem;padding:0 1.25rem}@media only screen and (max-width:575px){.add-competitor-modal__suggestion{font-size:.75rem;padding:0}}.add-competitor-modal__searchContainer{background:#fff;position:-webkit-sticky;position:sticky;top:0}.add-competitor-modal__company-dropdown-wrapper{align-items:center;align-items:flex-start;display:flex;flex-direction:column;gap:.25rem;padding:0 1.25rem}@media only screen and (max-width:575px){.add-competitor-modal__company-dropdown-wrapper{padding:0}}.add-competitor-modal__company-dropdown-wrapper .error{color:#e02020;font-size:.75rem;font-style:normal;font-weight:400;letter-spacing:.4px;line-height:1rem}.add-competitor-modal__company-dropdown-wrapper--border .add-competitor-modal__company-dropdown{border:1px solid #5670fb}.add-competitor-modal__company-dropdown{align-items:center;border:1px solid #e9e9e9;border-radius:.375rem;box-sizing:border-box;display:flex;gap:.5rem;height:2.75rem;padding:.5rem .75rem;position:relative;width:100%}.add-competitor-modal__company-dropdown--focused{border-bottom-left-radius:0;border-bottom-right-radius:0}.add-competitor-modal__company-dropdown .dd-wrapper{height:100%;position:static}.add-competitor-modal__company-dropdown .dd-wrapper .dd-list{background:#fff;border:none;border-radius:0 0 6px 6px;box-shadow:0 0 10px rgba(0,0,0,.12);left:0;max-height:17rem;padding:.5rem 0;top:2.75rem;width:100%}@media only screen and (max-width:575px){.add-competitor-modal__company-dropdown .dd-wrapper .dd-list{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}}.add-competitor-modal__company-dropdown .dd-wrapper .dd-list-item:hover,.add-competitor-modal__company-dropdown .dd-wrapper .dd-list.selectedIndex{background:rgba(91,111,242,.1)!important}.add-competitor-modal__company-dropdown .icon-search-icon:before{color:#1e223c}.add-competitor-modal__addedCompanyListWrapper{margin-top:.5rem;padding:0 1.25rem;width:calc(100% - 40px)}@media only screen and (max-width:575px){.add-competitor-modal__addedCompanyListWrapper{margin:.25rem 0;padding:0;width:100%}}.add-competitor-modal__addedCompanyList{border-radius:.375rem;outline:1px solid #ebf0f6}.add-competitor-modal__addedCompanyList li:nth-child(odd){background:#fafbff;border-bottom:1px solid rgba(91,111,242,.1)}.add-competitor-modal__addedCompanyListItem{align-items:center;align-self:stretch;background:#fff;border-bottom:1px solid rgba(91,111,242,.1);display:flex;height:3.0625rem;padding:0 .5rem 0 .75rem}.add-competitor-modal__companyLogo{align-items:center;background:#fff;border:1px solid #eff1fe;border-radius:.25rem;box-sizing:border-box;height:2.25rem;justify-content:center;margin-right:.5rem;padding:0 1px;width:2.25rem}.add-competitor-modal__companyLogo img{object-fit:contain}.add-competitor-modal__companyName{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1e223c;display:-webkit-box;flex:1 1;font-size:.875rem;font-style:normal;font-weight:600;letter-spacing:.25px;line-height:1.25rem;margin-right:1rem;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:575px){.add-competitor-modal__companyName{font-size:12px;font-weight:600;line-height:16px}}.add-competitor-modal__companyNameClearBtn{border-radius:50%;box-sizing:border-box;display:grid;height:2rem;padding:.4375rem;place-items:center;width:2rem}.add-competitor-modal__companyNameClearBtn i{color:#5e6b92;font-size:1.125rem}.add-competitor-modal__companyNameClearBtn i:hover{color:#394468}.add-competitor-modal__companyDeleteButton{all:initial;color:#5e6b92;cursor:pointer;display:grid;height:2rem;place-items:center;width:2rem}.add-competitor-modal__clear-icon{color:#5e6b92;cursor:pointer;padding:.625rem}.add-competitor-modal__clear-icon:hover{color:#394468}.add-competitor-modal__company-input{border:none;color:#1e223c;font-size:1rem;font-weight:400;height:100%;letter-spacing:.15px;line-height:1.5rem;width:100%}.add-competitor-modal__company-input::-webkit-input-placeholder{color:#9a9a9a;font-weight:400}.add-competitor-modal__company-input::placeholder{color:#9a9a9a;font-weight:400}.add-competitor-modal__fields{gap:1rem}@media only screen and (max-width:575px){.add-competitor-modal__fields{flex-direction:column;gap:2rem}}.add-competitor-modal__cancelCTAText{color:#5e6b92;font-size:.75rem;font-weight:700;letter-spacing:.4px;line-height:1rem}@media only screen and (min-width:576px){.add-competitor-modal ::-webkit-scrollbar{border-radius:14px;width:.75rem;z-index:1000}.add-competitor-modal ::-webkit-scrollbar-thumb{background-clip:padding-box!important;background-color:#bcbcbc!important;border:3px solid transparent;border-radius:100px!important;height:.8rem!important;-webkit-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.add-competitor-modal ::-webkit-scrollbar-track{background:transparent}}.deleteCompetitorWrapper{background:#fff;border-radius:1rem;max-width:31.375rem;padding:1.25rem}.deleteCompetitorWrapper.bottom-sheet{padding-top:1.5rem!important}.deleteCompetitorWrapper.bottom-sheet .confirmationModal--delete{gap:1rem;padding:0 1rem 1.5rem}.deleteCompetitorWrapper .confirmationModal--delete{gap:1.5rem;padding:0}.deleteCompetitorWrapper .content .maincontent{color:#1e223c;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.75rem;margin-bottom:0}.deleteCompetitorWrapper .disclaimer--wrapper{align-items:flex-start;background:rgba(253,173,53,.1);border-radius:4px;display:flex;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem}.deleteCompetitorWrapper .disclaimer--wrapper .alert{color:#1e223c;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.15px;line-height:1.5rem}@media only screen and (max-width:575px){.deleteCompetitorWrapper .disclaimer--wrapper .alert{font-size:.75rem;font-style:normal;font-weight:400;letter-spacing:.25px;line-height:1.25rem}}.deleteCompetitorWrapper .action_button{justify-content:flex-end}.deleteCompetitorWrapper .action_button button{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:.875rem;font-style:normal;font-weight:700;height:2.75rem;justify-content:center;letter-spacing:.1px;line-height:1.25rem;padding:.75rem 1.5rem}.deleteCompetitorWrapper .action_button button.delete,.deleteCompetitorWrapper .action_button button.keepEditing{background:#5670fb;border-radius:1.5rem}.deleteCompetitorWrapper .action_button button.delete:hover,.deleteCompetitorWrapper .action_button button.keepEditing:hover{background:#495ac8}.deleteCompetitorWrapper .action_button button.cancel,.deleteCompetitorWrapper .action_button button.exit{color:#5e6b92}.deleteCompetitorWrapper .action_button button.cancel:hover,.deleteCompetitorWrapper .action_button button.exit:hover{color:#495ac8}.leaveCompetitorWrapper{background:#fff;border-radius:1rem;max-width:31.375rem;padding:1.25rem}.leaveCompetitorWrapper.bottom-sheet{padding-top:1.5rem!important}.leaveCompetitorWrapper.bottom-sheet .confirmationModal--leave{gap:1rem;padding:0 1.25rem 1.5rem}.leaveCompetitorWrapper .confirmationModal--leave{gap:1.5rem;padding:0}.leaveCompetitorWrapper .content .maincontent{color:#1e223c;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.75rem;margin-bottom:0}.leaveCompetitorWrapper .disclaimer--wrapper{align-items:flex-start;background:rgba(253,173,53,.1);border-radius:4px;display:flex;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem}.leaveCompetitorWrapper .disclaimer--wrapper .alert{color:#1e223c;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.15px;line-height:1.5rem}@media only screen and (max-width:575px){.leaveCompetitorWrapper .disclaimer--wrapper .alert{font-size:.75rem;font-style:normal;font-weight:400;letter-spacing:.25px;line-height:1.25rem}}.leaveCompetitorWrapper .action_button{justify-content:flex-end}.leaveCompetitorWrapper .action_button button{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:.875rem;font-style:normal;font-weight:700;height:2.75rem;justify-content:center;letter-spacing:.1px;line-height:1.25rem;padding:.75rem 1.5rem}.leaveCompetitorWrapper .action_button button.delete,.leaveCompetitorWrapper .action_button button.keepEditing{background:#5670fb;border-radius:1.5rem}.leaveCompetitorWrapper .action_button button.delete:hover,.leaveCompetitorWrapper .action_button button.keepEditing:hover{background:#495ac8}.leaveCompetitorWrapper .action_button button.cancel,.leaveCompetitorWrapper .action_button button.exit{color:#5e6b92}.leaveCompetitorWrapper .action_button button.cancel:hover,.leaveCompetitorWrapper .action_button button.exit:hover{color:#495ac8}.pulse_report .unsubscribeView{background-color:#f5f5f5;box-sizing:border-box;left:50%;max-width:none;padding:16px 24px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% - 48px);z-index:1}@media only screen and (max-width:575px){.pulse_report .unsubscribeView{padding:16px}}.pulse_report .unsubscribeView__content{gap:20px;width:100%}.pulse_report .unsubscribeView__title{font-size:16px;font-weight:600;line-height:24px}.pulse_report .unsubscribeView img{height:36px;width:42px}.pulse_report .lock_wrapper{padding:24px}.pulse_report .lockedStyle{-webkit-filter:blur(5px);filter:blur(5px);min-height:260px;pointer-events:none}@media only screen and (max-width:575px){.pulse_report .lockedStyle{min-height:280px}}.pulse_report .generate_report{align-items:center;display:flex;flex-direction:column;justify-items:center}.pulse_report .generate_report .wait_text{color:#1e223c;font-size:12px;line-height:16px;margin:4px 16px 24px;text-align:center}.pulse_report .generate_report__btn{align-items:center;background:#5670fb;border:0;border-radius:18px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-style:normal;font-weight:700;letter-spacing:.00625rem;line-height:1.25rem;margin:24px auto;padding:8px 16px}.pulse_report .generate_report__btn:hover{background:#495ac8}@media only screen and (max-width:992px){.pulse_report .generate_report__btn:hover:hover{background:#5670fb}}.pulse_report .generate_report__btn.disabled,.pulse_report .generate_report__btn.disabled:hover{background:#9a9a9a;color:#f5f5f5;cursor:not-allowed;margin-bottom:0}.modal-wrap>.modal-card.profile-completion-modal{max-height:81vh;padding:0}.modal-wrap>.modal-card.profile-completion-modal.bottom-sheet{border-radius:.5rem .5rem 0 0}@media only screen and (max-width:575px){.modal-wrap>.modal-card.profile-completion-modal{overflow-y:hidden}.modal-wrap>.modal-card.profile-completion-modal:has(.basic-info,.office-videos,.office-locations-info,.office-locations-edit,.leadership-info,.leadership-edit,.social-media-presence,.employee-benefits){border-radius:0;max-height:100vh}.modal-wrap>.modal-card.profile-completion-modal:has(.basic-info,.office-videos,.office-locations-info,.office-locations-edit,.leadership-info,.leadership-edit,.social-media-presence,.employee-benefits) .main-section{height:calc(100vh - 124px);max-height:calc(100vh - 124px)}.modal-wrap>.modal-card.profile-completion-modal:has(.basic-info,.office-videos,.office-locations-info,.office-locations-edit,.leadership-info,.leadership-edit,.social-media-presence,.employee-benefits) .main-section-loading{height:calc(100vh - 56px);max-height:calc(100vh - 56px)}}.add-company-info__header,.basic-info__header,.employee-benefits__header,.leadership-edit__header,.leadership-info__header,.office-locations-edit__header,.office-locations-info__header,.office-photos__header,.office-videos__header,.social-media-presence__header{align-items:center;display:flex;justify-content:space-between;padding:.75rem 1.25rem .75rem 1.5rem}.add-company-info__headerText,.basic-info__headerText,.employee-benefits__headerText,.leadership-edit__headerText,.leadership-info__headerText,.office-locations-edit__headerText,.office-locations-info__headerText,.office-photos__headerText,.office-videos__headerText,.social-media-presence__headerText{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem}.add-company-info__headerCTA,.basic-info__headerCTA,.employee-benefits__headerCTA,.leadership-edit__headerCTA,.leadership-info__headerCTA,.office-locations-edit__headerCTA,.office-locations-info__headerCTA,.office-photos__headerCTA,.office-videos__headerCTA,.social-media-presence__headerCTA{align-items:center;background-color:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;font-size:.625rem;height:2rem;justify-content:center;width:2rem}.add-company-info__headerCTA .icon-close:before,.basic-info__headerCTA .icon-close:before,.employee-benefits__headerCTA .icon-close:before,.leadership-edit__headerCTA .icon-close:before,.leadership-info__headerCTA .icon-close:before,.office-locations-edit__headerCTA .icon-close:before,.office-locations-info__headerCTA .icon-close:before,.office-photos__headerCTA .icon-close:before,.office-videos__headerCTA .icon-close:before,.social-media-presence__headerCTA .icon-close:before{color:#5e6b92}.add-company-info__disclaimer,.basic-info__disclaimer,.employee-benefits__disclaimer,.leadership-edit__disclaimer,.leadership-info__disclaimer,.office-locations-edit__disclaimer,.office-locations-info__disclaimer,.office-photos__disclaimer,.office-videos__disclaimer,.social-media-presence__disclaimer{color:#97a0be;font-size:1rem;font-weight:600;line-height:1.25rem}.add-company-info .main-section,.basic-info .main-section,.employee-benefits .main-section,.leadership-edit .main-section,.leadership-info .main-section,.office-locations-edit .main-section,.office-locations-info .main-section,.office-photos .main-section,.office-videos .main-section,.social-media-presence .main-section{border-top:1px solid #ebf0f6;max-height:calc(81vh - 124px);min-height:380px;overflow-y:auto;padding:0 1.5rem}@media only screen and (max-width:575px){.add-company-info .main-section,.basic-info .main-section,.employee-benefits .main-section,.leadership-edit .main-section,.leadership-info .main-section,.office-locations-edit .main-section,.office-locations-info .main-section,.office-photos .main-section,.office-videos .main-section,.social-media-presence .main-section{height:auto}}.add-company-info .main-section::-webkit-scrollbar,.basic-info .main-section::-webkit-scrollbar,.employee-benefits .main-section::-webkit-scrollbar,.leadership-edit .main-section::-webkit-scrollbar,.leadership-info .main-section::-webkit-scrollbar,.office-locations-edit .main-section::-webkit-scrollbar,.office-locations-info .main-section::-webkit-scrollbar,.office-photos .main-section::-webkit-scrollbar,.office-videos .main-section::-webkit-scrollbar,.social-media-presence .main-section::-webkit-scrollbar{width:.3125rem}.add-company-info .main-section::-webkit-scrollbar-thumb,.basic-info .main-section::-webkit-scrollbar-thumb,.employee-benefits .main-section::-webkit-scrollbar-thumb,.leadership-edit .main-section::-webkit-scrollbar-thumb,.leadership-info .main-section::-webkit-scrollbar-thumb,.office-locations-edit .main-section::-webkit-scrollbar-thumb,.office-locations-info .main-section::-webkit-scrollbar-thumb,.office-photos .main-section::-webkit-scrollbar-thumb,.office-videos .main-section::-webkit-scrollbar-thumb,.social-media-presence .main-section::-webkit-scrollbar-thumb{background:#bcbcbc;border-radius:.25rem;height:1.875rem}.add-company-info .main-section::-webkit-scrollbar-thumb:hover,.basic-info .main-section::-webkit-scrollbar-thumb:hover,.employee-benefits .main-section::-webkit-scrollbar-thumb:hover,.leadership-edit .main-section::-webkit-scrollbar-thumb:hover,.leadership-info .main-section::-webkit-scrollbar-thumb:hover,.office-locations-edit .main-section::-webkit-scrollbar-thumb:hover,.office-locations-info .main-section::-webkit-scrollbar-thumb:hover,.office-photos .main-section::-webkit-scrollbar-thumb:hover,.office-videos .main-section::-webkit-scrollbar-thumb:hover,.social-media-presence .main-section::-webkit-scrollbar-thumb:hover{background:#999}.add-company-info .main-section__subheading,.basic-info .main-section__subheading,.employee-benefits .main-section__subheading,.leadership-edit .main-section__subheading,.leadership-info .main-section__subheading,.office-locations-edit .main-section__subheading,.office-locations-info .main-section__subheading,.office-photos .main-section__subheading,.office-videos .main-section__subheading,.social-media-presence .main-section__subheading{color:#5e6b92;font-size:14px;letter-spacing:.25px;line-height:20px;padding:1.25rem 0 1rem}.add-company-info .main-section__flex-row,.basic-info .main-section__flex-row,.employee-benefits .main-section__flex-row,.leadership-edit .main-section__flex-row,.leadership-info .main-section__flex-row,.office-locations-edit .main-section__flex-row,.office-locations-info .main-section__flex-row,.office-photos .main-section__flex-row,.office-videos .main-section__flex-row,.social-media-presence .main-section__flex-row{-webkit-column-gap:1.375rem;column-gap:1.375rem;display:flex}.add-company-info .main-section__flex-row>*,.basic-info .main-section__flex-row>*,.employee-benefits .main-section__flex-row>*,.leadership-edit .main-section__flex-row>*,.leadership-info .main-section__flex-row>*,.office-locations-edit .main-section__flex-row>*,.office-locations-info .main-section__flex-row>*,.office-photos .main-section__flex-row>*,.office-videos .main-section__flex-row>*,.social-media-presence .main-section__flex-row>*{flex:1 1}@media only screen and (max-width:575px){.add-company-info .main-section__flex-row,.basic-info .main-section__flex-row,.employee-benefits .main-section__flex-row,.leadership-edit .main-section__flex-row,.leadership-info .main-section__flex-row,.office-locations-edit .main-section__flex-row,.office-locations-info .main-section__flex-row,.office-photos .main-section__flex-row,.office-videos .main-section__flex-row,.social-media-presence .main-section__flex-row{flex-direction:column}}.add-company-info__footer,.basic-info__footer,.employee-benefits__footer,.leadership-edit__footer,.leadership-info__footer,.office-locations-edit__footer,.office-locations-info__footer,.office-photos__footer,.office-videos__footer,.social-media-presence__footer{box-shadow:0 -6px 24px rgba(57,68,104,.04);display:flex;padding:1rem 1.25rem}@media only screen and (max-width:575px){.add-company-info__footer,.basic-info__footer,.employee-benefits__footer,.leadership-edit__footer,.leadership-info__footer,.office-locations-edit__footer,.office-locations-info__footer,.office-photos__footer,.office-videos__footer,.social-media-presence__footer{flex-direction:row-reverse}}.add-company-info__completionBar{background:rgba(91,111,242,.1);display:flex;flex-direction:column}.add-company-info__completionBarText{color:#060606;font-size:.75rem;font-weight:400;letter-spacing:.4px;line-height:1rem;padding:.625rem 1.25rem .625rem 1.5rem}.add-company-info__completionPercentage{font-weight:700}.add-company-info__progressBar{background:#5670fb;border-radius:0 4px 4px 0;height:.25rem}.add-company-info__sections{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem}@media only screen and (max-width:575px){.add-company-info__sections{padding:1.25rem 1rem}}.add-company-info__sectionHeader{color:#5e6b92;font-size:.875rem;font-weight:600;letter-spacing:.25px;line-height:1.25rem}.add-company-info__sectionsContent{display:flex;flex-direction:column;gap:.5rem}.add-company-info__section{border-bottom:1px solid #e9e9e9;cursor:pointer;padding-bottom:.375rem}.add-company-info__section:last-child{border:0}.add-company-info__sectionContent{align-items:center;display:flex;justify-content:space-between;padding:.375rem 0}.add-company-info__leftContent{align-items:center;display:flex;gap:.75rem;padding-left:.25rem}.add-company-info__sectionText{color:#1e223c;font-size:1rem;font-weight:600;line-height:1.5rem}.add-company-info__rightSection{align-items:center;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.add-company-info__rightSection .icon-chevron-right{color:#1e223c;font-size:1.5rem}.office-videos .main-section__input-error{border:1px solid #e02020!important}.office-videos .main-section__input-error-msg{color:#e02020;font-size:.75rem;letter-spacing:.025rem;line-height:1rem;margin-top:.25rem}@media only screen and (max-width:575px){.office-locations-info .main-section{height:calc(100vh - 56px)!important;max-height:calc(100vh - 56px)!important}}.office-locations-info .main-section .locations-wrap{margin-bottom:0}.office-locations-info .main-section .add-new-location{margin-bottom:20px}@media only screen and (max-width:575px){.office-locations-edit--mobile{background:#fff;bottom:0;display:flex;flex-direction:column;justify-content:space-between;justify-content:flex-start;left:0;position:absolute;position:fixed;right:0;top:0;width:100vw}.office-locations-edit .main-section{height:calc(100vh - 124px)!important;max-height:calc(100vh - 124px)!important}.leadership-info .main-section{height:calc(100vh - 56px)!important;max-height:calc(100vh - 56px)!important}}.leadership-info .main-section .team-wrap{margin-bottom:0}@media only screen and (max-width:575px){.leadership-edit .main-section{height:calc(100vh - 124px)!important;max-height:calc(100vh - 124px)!important}}.leadership-edit .main-section .flex-container{display:flex}@media only screen and (max-width:575px){.leadership-edit .main-section .flex-container{flex-direction:column}}.leadership-edit .main-section .member-pic-wrap{cursor:pointer;margin-right:2.1875rem;position:relative}@media only screen and (max-width:575px){.leadership-edit .main-section .member-pic-wrap{margin:0 auto .375rem}}.leadership-edit .main-section .member-pic-wrap .member-pic{border-radius:50%;height:4.625rem;width:4.625rem}.leadership-edit .main-section .member-pic-wrap .add-team-btn{background-color:#fff;border-radius:50%;box-shadow:0 .125rem .4375rem 0 #d6d8e5;color:#c4c3d9;font-size:1.375rem;height:1.625rem;line-height:1.625rem;position:absolute;right:-.5rem;text-align:center;top:-.3125rem;width:1.625rem;z-index:4}.leadership-edit .main-section .form-container{min-width:50%}.employee-benefits .main-section .form-field{margin-bottom:1.25rem}.employee-benefits .main-section .checkbox-wrap{color:#1e223c;font-size:.875rem;letter-spacing:.01562rem;line-height:1.25rem;padding-left:1.375rem}.employee-benefits .main-section .checkbox-wrap .checkmark{border:.0625rem solid #1e223c;border-radius:0;box-sizing:border-box;height:.75rem;margin-top:.1875rem;width:.75rem}.employee-benefits .main-section .checkbox-wrap input:checked~.checkmark{background-color:#5670fb;border:#5670fb}.employee-benefits .main-section .checkbox-wrap input:checked~.checkmark:after{height:6px;left:3px;top:1px;width:4px}.employee-benefits .main-section textarea{margin-left:1.375rem;margin-top:.5rem;width:calc(100% - 1.375rem)!important}.employee-benefits .main-section .add-new-benefit{color:#5670fb;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.1875rem;margin-bottom:1.25rem}.employee-benefits .main-section .add-new-benefit:hover{color:#495ac8}@media only screen and (max-width:575px){.profile-completion .modal-wrap{z-index:2147483001!important}}.profile-completion-score--header{align-items:center;background:#f5f6fa;display:flex;font-size:.75rem;font-style:normal;font-weight:400;height:2rem;justify-content:center;letter-spacing:.4px;line-height:1rem;position:relative}.profile-completion-score--header span:nth-child(2){color:#5e6b92;font-size:.75rem;font-style:normal;font-weight:700;letter-spacing:.4px;line-height:.875rem;margin-left:.25rem}.profile-completion-score--header-text-content{z-index:2}.profile-completion-score--progress-bar{background:rgba(91,111,242,.1);height:100%;left:0;position:absolute;z-index:1}.profile-completion-score--main-content{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem}.profile-completion-score--main-content-heading div:first-child{color:#394468;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.75rem;text-align:center}.profile-completion-score--main-content-heading div:nth-child(2){color:#5670fb;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.75rem;text-align:center}.profile-completion-score--cta-container{display:flex;flex-direction:column;gap:.5rem}.profile-completion-score--cta-container button{border:0}.profile-completion-score--cta-container button,.profile-completion-score--primarybtn{cursor:pointer;font-size:.875rem;font-style:normal;font-weight:700;letter-spacing:.1px;line-height:1.25rem;outline:none;padding:.5rem 1rem}.profile-completion-score--primarybtn{align-items:center;background:#5670fb;border:0;border-radius:1.5rem;color:#fff;display:flex;justify-content:center}.profile-completion-score--primarybtn img{margin-left:.25rem}.profile-completion-score--secondarybtn{background:transparent;color:#5e6b92}@media only screen and (max-width:575px){.awards_2024_modal .modal-wrap{z-index:2147483001!important}}.awards_2024_modal .awards_rating_modal{background:linear-gradient(135deg,#0e0e0e,#171717)!important;padding:0!important}.awards_2024_modal .awards_rating_modal__container{border-radius:1rem;margin:0 auto;padding:2rem 1.9375rem 2.8125rem;position:relative;transition:all .3s ease;width:auto;z-index:100}@media only screen and (max-width:768px){.awards_2024_modal .awards_rating_modal__container{border-radius:1.25rem 1.25rem 0 0;height:auto;padding:2.625rem 1.875rem 1.875rem}}.awards_2024_modal .awards_rating_modal--mobile .awards_rating_modal__container{padding:2.25rem 1.5rem 3.4375rem!important}.awards_2024_modal .awards_rating_modal--mobile .awards_rating_modal__container:before{background:#575757;border-radius:.125rem;content:"";height:.25rem;left:50%;position:absolute;top:.5rem;-webkit-transform:translate(-50%);transform:translate(-50%);width:2.25rem}.awards_2024_modal .awards_rating_modal__button{background:transparent;background:#242424;border:0;border-radius:6.25rem;cursor:pointer;display:grid;height:2rem;outline:none;place-content:center;position:absolute;right:1.25rem;top:1.25rem;width:2rem}@media only screen and (max-width:768px){.awards_2024_modal .awards_rating_modal__button{right:1.375rem}}.awards_2024_modal .awards_rating_modal__button i{font-size:10px}.awards_2024_modal .awards_rating_modal__button i:before{color:#bcbcbc}.awards_2024_modal .awards_rating_modal__content{display:flex;flex-direction:column;justify-content:flex-start;margin:0}@media only screen and (max-width:768px){.awards_2024_modal .awards_rating_modal__content{margin-bottom:0}}.awards_2024_modal .awards_rating_modal__header{background-image:url(https://www.ambitionbox.com/static/awards/awards24/stars.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;gap:.25rem;height:5.1875rem;margin:auto auto 0;width:16.1875rem}.awards_2024_modal .awards_rating_modal__headerDisclaimer{color:#bcbcbc;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:.25px;line-height:1.25rem;padding-top:1rem;text-align:center}.awards_2024_modal .awards_rating_modal__headerTitle{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#c38e27,#f7d590);background-clip:text;-webkit-background-clip:text;font-size:2rem;font-style:normal;font-weight:700;line-height:2.5rem;margin:0;text-align:center}.awards_2024_modal .awards_rating_modal__headerSubTitle{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#d3d3d3 6.85%,#fff 48.27%,#9a9a9c 95.21%);background-clip:text;-webkit-background-clip:text;color:#fff;font-size:1rem;font-weight:600;line-height:1.5rem;margin:0;text-align:center}.awards_2024_modal .awards_rating_modal__award-trophy{height:14.625rem;text-align:center}@media only screen and (max-width:768px){.awards_2024_modal .awards_rating_modal__award-trophy{height:13.75rem}}.awards_2024_modal .awards_rating_modal__actionWrapper{text-align:center;width:100%}.awards_2024_modal .awards_rating_modal .awards-rate-cta{whitespace:nowrap;align-items:center;align-self:stretch;background:linear-gradient(90deg,#c38e27,#f7d590),#5670fb;border:0;border-radius:2rem;color:#562901;cursor:pointer;display:flex;font-size:1rem;font-style:normal;font-weight:700;gap:.5rem;justify-content:center;letter-spacing:.1px;line-height:1.25rem;outline:0;overflow:hidden;padding:.75rem 1rem;text-align:center;text-overflow:ellipsis;width:100%}.modal-card--w-50{padding:0!important;position:relative}.feature-offering-image{height:240px;width:100%}@media only screen and (max-width:575px){.feature-offering-image{height:172px}}.feature-offering-image .feature-offering-image-content{height:100%;width:100%}.slideInUp{padding:0!important}.modal-wrap{z-index:2147483001!important}.feature-offering-close-button{align-items:center;background-color:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;font-size:10px;height:2rem;justify-content:center;position:absolute;right:.75rem;top:.75rem;width:2rem}.feature-offering-content{display:flex;flex-direction:column;margin:1rem}@media (min-width:768px){.feature-offering-content{margin:1.25rem}}.feature-offering-content .feature-offering-header{background:linear-gradient(91.32deg,#cb5bb2 2.15%,#f3747b 95.89%);border-radius:4px;padding:.25rem .5rem;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.feature-offering-content .feature-offering-header .feature-offering-new-label{color:#fff;font-size:.625rem;font-weight:600;line-height:1rem}.feature-offering-content .feature-offering-header .feature-offering-spark-line{-webkit-animation:sparkLine1 1.5s ease-in-out infinite;animation:sparkLine1 1.5s ease-in-out infinite;background:linear-gradient(242.78deg,#fff -206.1%,hsla(0,0%,100%,0) 84.18%);height:2.75rem;left:0;position:absolute;top:0;-webkit-transform:translateX(0) skewX(-20deg);transform:translateX(0) skewX(-20deg);width:1.25rem}.feature-offering-content .feature-offering-text{margin-top:.75rem}.feature-offering-content .feature-offering-text .feature-offering-title{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.625rem;margin-bottom:.25rem}.feature-offering-content .feature-offering-text .feature-offering-subtitle{color:#5e6b92;font-size:.875rem;font-weight:400;margin-top:.25rem}.feature-offering-content .feature-offering-text .feature-offering-subtitle b{font-weight:700}.feature-offering-content .feature-offering-actions{align-items:center;display:flex;flex-direction:column;gap:.25rem;margin-top:1rem}@media (min-width:768px){.feature-offering-content .feature-offering-actions{margin-top:1.25rem}}.feature-offering-content .feature-offering-actions .feature-offering-action-button{align-items:center;background:#5670fb;border:none;border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:700;height:44px;justify-content:center;margin:0 auto;padding:.5rem 1rem;width:-webkit-max-content;width:max-content}.feature-offering-content .feature-offering-actions .feature-offering-action-button:hover{background:#495ac8}.feature-offering-content .feature-offering-actions .feature-offering-action-button--disabled,.feature-offering-content .feature-offering-actions .feature-offering-action-button--disabled:hover{background:#f5f5f5}.feature-offering-content .feature-offering-actions .feature-offering-action-button--disabled .score-card__ctaText{color:#9a9a9a}.feature-offering-content .feature-offering-actions .feature-offering-note{color:#5e6b92;font-size:.625rem;font-weight:400;line-height:14px}@-webkit-keyframes sparkLine1{0%{-webkit-transform:translateX(0) skew(-20deg);transform:translateX(0) skew(-20deg)}50%{-webkit-transform:translateX(120px) skew(-20deg);transform:translateX(120px) skew(-20deg)}to{-webkit-transform:translateX(140px) skew(-20deg);transform:translateX(140px) skew(-20deg)}}@keyframes sparkLine1{0%{-webkit-transform:translateX(0) skew(-20deg);transform:translateX(0) skew(-20deg)}50%{-webkit-transform:translateX(120px) skew(-20deg);transform:translateX(120px) skew(-20deg)}to{-webkit-transform:translateX(140px) skew(-20deg);transform:translateX(140px) skew(-20deg)}}@media (min-width:768px){.custom-class{-webkit-animation-play-state:paused;animation-play-state:paused;opacity:0}}.backdrop_black{background-color:hsla(0,0%,8%,.85);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483001!important}.abecaPopup{align-items:center;background:linear-gradient(-75deg,#0e0e0e,#222);border-radius:1rem 1rem 0 0;bottom:0;box-shadow:0 2px 8px rgba(57,68,104,.16);box-sizing:border-box;display:flex;flex-direction:column;justify-items:center;padding:0 1.5rem;position:fixed;width:100%;z-index:2147483002!important}@media (min-width:768px){.abecaPopup{border-radius:1rem;height:456px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:502px}}.abecaPopup .crossButton{align-items:center;background-color:#242424;border-radius:50%;cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;right:1rem;top:1rem;width:2rem}@media (min-width:768px){.abecaPopup .crossButton{top:.75rem}}.abecaPopup .crossButton img{height:10px;width:10px}.abecaPopup .abecaPopupContent{display:flex;flex-direction:row;font-size:20px;font-weight:700;justify-content:center;line-height:26px;margin-top:56px;text-align:center}@media (min-width:768px){.abecaPopup .abecaPopupContent{font-size:24px;line-height:32px;margin-top:40px}}.abecaPopup .abecaPopupContent .shimmer{height:20px;left:-20px;position:absolute;top:-5px;width:18.96px}.abecaPopup .thumbsUpBg{align-items:center;background-image:url(https://static.ambitionbox.com/static/golden_ribbon_background.png);background-position:50% 12px;background-repeat:no-repeat;background-size:482.62px auto;display:flex;justify-content:center;margin:16px 0;width:100%}@media (min-width:768px){.abecaPopup .thumbsUpBg{margin:8px 0 2px}}.abecaPopup .thumbsUpBg .thumbsUp{height:184px;width:184px}@media (min-width:768px){.abecaPopup .thumbsUpBg .thumbsUp{height:210px;width:210px}}.abecaPopup .gradientText{font-size:1rem;font-weight:600;line-height:1.5rem;margin-bottom:1.5rem;text-align:center}.abecaPopup .knowMoreButton{align-items:center;background-image:linear-gradient(90deg,#c38e27,#f7d590 107.17%);border-radius:2rem;cursor:pointer;display:flex;flex-direction:row;height:44px;justify-content:center;margin-bottom:3.25rem;text-align:center;width:100%}.abecaPopup .knowMoreButton span{color:#562901;cursor:pointer;font-size:1rem;font-weight:700;line-height:22px}@media (min-width:768px){.abecaPopup .knowMoreButton{margin-bottom:40px;width:226px}}.landing-page{background-color:#fff;height:100%;min-height:100vh;overflow:auto;position:relative}.landing-page .banner-section{align-items:center;background-color:#f6f7ff;display:flex;height:560px;width:100%}@media only screen and (max-width:575px){.landing-page .banner-section{height:auto}}.landing-page .banner-section .banner-wrap{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin:0 auto;max-width:1104px;padding-left:40px;padding-right:40px;width:100%}@media only screen and (max-width:575px){.landing-page .banner-section .banner-wrap{flex-direction:column;height:100vh;padding-left:20px;padding-right:20px}.landing-page .banner-section .banner-wrap img{width:100%}}.landing-page .banner-section .banner-content{max-width:25.75rem;min-width:50%;z-index:1}@media only screen and (max-width:575px){.landing-page .banner-section .banner-content{margin-top:120px}}.landing-page .banner-section .banner-content h2{line-height:2.5rem}.landing-page .banner-section .banner-content p{margin-top:1.25rem}.landing-page .banner-section .banner-content a{margin-top:2.5rem}@media only screen and (max-width:768px){.landing-page .banner-section{position:relative}.landing-page .banner-section img{bottom:0;position:absolute;right:0}}.landing-page .analytics-section{background-color:#fff;border:1px solid #e6e6e6;border-radius:15px;box-sizing:border-box;display:flex;flex-wrap:wrap;margin:-3.4375rem auto 0;max-width:1024px;padding:2rem 2.5rem}@media only screen and (max-width:768px){.landing-page .analytics-section{margin-left:20px;margin-right:20px;margin-top:40px}}@media only screen and (max-width:575px){.landing-page .analytics-section{flex-direction:column;padding-bottom:0;padding-top:0}}.landing-page .analytics-section .analytics-card{border-right:1px solid #ebebeb;flex:1 1;margin-right:2.5rem}@media only screen and (max-width:768px){.landing-page .analytics-section .analytics-card{align-items:center;box-sizing:border-box;display:flex;flex:none;flex-direction:column;margin-right:0;width:50%}.landing-page .analytics-section .analytics-card:first-child,.landing-page .analytics-section .analytics-card:nth-child(2){margin-bottom:40px}.landing-page .analytics-section .analytics-card:nth-child(2){border-right:0}}@media only screen and (max-width:575px){.landing-page .analytics-section .analytics-card{align-items:center;border-right:0;border-top:1px solid #ebebeb;display:flex;flex-direction:column;margin-bottom:2.5rem;margin-right:0;padding-top:2.5rem;width:100%}.landing-page .analytics-section .analytics-card:first-child{border-top:0}}.landing-page .analytics-section .analytics-card:last-child{border-right:none;margin-right:0}.landing-page .analytics-section .analytics-card .icon{align-items:center;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.landing-page .analytics-section .analytics-card .icon.profile-visits{background-color:#e0f1ff}.landing-page .analytics-section .analytics-card .icon.registered-companies{background-color:#f1e2ff}.landing-page .analytics-section .analytics-card .icon.reviews{background-color:#fff6d4}.landing-page .analytics-section .analytics-card .icon.new-companies{background-color:#e9fff2}.landing-page .analytics-section .analytics-card .count{margin-top:1.5rem}.landing-page .analytics-section .analytics-card .description{margin-top:.25rem}@media only screen and (max-width:768px){.landing-page .analytics-section .analytics-card .description{text-align:center}}.landing-page .why-ambitionbox-section{box-sizing:border-box;margin:0 auto;max-width:1104px;padding:7.5rem 40px 5rem;width:100%}.landing-page .why-ambitionbox-section.awards-widget-space-fix{padding-top:2.5rem}@media only screen and (max-width:768px){.landing-page .why-ambitionbox-section{padding-left:20px;padding-right:20px}}@media only screen and (max-width:575px){.landing-page .why-ambitionbox-section{padding-bottom:2.5rem;padding-top:3.75rem}}.landing-page .why-ambitionbox-section h2{margin-bottom:.625rem;text-align:center}.landing-page .why-ambitionbox-section .info-section{display:flex;justify-content:space-between;padding-bottom:3.125rem;padding-top:3.125rem}@media only screen and (max-width:768px){.landing-page .why-ambitionbox-section .info-section{align-items:center;padding-bottom:0}}@media only screen and (max-width:575px){.landing-page .why-ambitionbox-section .info-section{flex-direction:column-reverse}}.landing-page .why-ambitionbox-section .info-section.row-reverse{flex-direction:row-reverse}@media only screen and (max-width:575px){.landing-page .why-ambitionbox-section .info-section.row-reverse{flex-direction:column-reverse}}@media only screen and (max-width:768px){.landing-page .why-ambitionbox-section .info-section.row-reverse .content{padding-left:1.25rem;padding-right:0}}@media only screen and (max-width:575px){.landing-page .why-ambitionbox-section .info-section.row-reverse .content{padding-left:0}}.landing-page .why-ambitionbox-section .info-section .img-wrap{max-width:460px}@media only screen and (max-width:768px){.landing-page .why-ambitionbox-section .info-section .img-wrap{width:40%}.landing-page .why-ambitionbox-section .info-section .img-wrap img{height:100%;width:100%}}@media only screen and (max-width:575px){.landing-page .why-ambitionbox-section .info-section .img-wrap{width:100%}}.landing-page .why-ambitionbox-section .info-section .content{box-sizing:border-box;margin-top:3.75rem;max-width:460px}@media only screen and (max-width:768px){.landing-page .why-ambitionbox-section .info-section .content{padding-right:1.25rem;width:60%}}@media only screen and (max-width:575px){.landing-page .why-ambitionbox-section .info-section .content{padding-right:0;width:100%}}.landing-page .why-ambitionbox-section .info-section .content h3{margin-bottom:1.25rem}.landing-page .why-ambitionbox-section .info-section .content p{margin-bottom:1.875rem;max-width:425px}.landing-page .why-ambitionbox-section .info-section .content .list-wrap{display:flex;flex-wrap:wrap}.landing-page .why-ambitionbox-section .info-section .content .list-wrap li{align-items:center;display:flex;list-style:none;margin-bottom:1.5rem;width:50%}@media only screen and (max-width:768px){.landing-page .why-ambitionbox-section .info-section .content .list-wrap li{width:100%}}.landing-page .why-ambitionbox-section .info-section .content .list-wrap img{margin-right:.5rem}.landing-page .why-ambitionbox-section .info-section .content a{align-items:center;display:flex}.landing-page .why-ambitionbox-section .info-section .content .icon-right-arrow{margin-left:.25rem}.landing-page .top-companies{background-color:#f6f7ff;padding-bottom:7.5rem;padding-top:7.5rem}@media only screen and (max-width:768px){.landing-page .top-companies{padding-left:20px;padding-right:20px}}@media only screen and (max-width:575px){.landing-page .top-companies{padding-bottom:3.75rem;padding-top:3.75rem}}.landing-page .top-companies h2{margin-bottom:3.75rem;text-align:center}.landing-page .top-companies .company-list{align-items:center;display:flex;margin:0 auto;max-width:1024px;overflow-x:auto;scrollbar-width:none;width:100%}.landing-page .top-companies .company-list::-webkit-scrollbar{display:none}.landing-page .top-companies .company-list .company{height:60px;margin-right:4.5rem;min-width:160px;width:160px}.landing-page .top-companies .company-list .company img{height:100%;width:100%}.landing-page .top-companies .company-list .company:last-child{margin-right:0}.landing-page .working-section{background-color:#fff;box-sizing:border-box;margin:0 auto;max-width:1104px;padding:7.5rem 2.5rem}@media only screen and (max-width:768px){.landing-page .working-section{padding:3.75rem 1.25rem}}.landing-page .working-section h2{margin-bottom:4.5rem;text-align:center}.landing-page .working-section .working-wrap{box-sizing:border-box;display:flex;flex-wrap:wrap;width:100%}.landing-page .working-section .working-wrap .content{flex:1 1;margin-right:5.125rem}@media only screen and (max-width:768px){.landing-page .working-section .working-wrap .content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:3.75rem;margin-right:0;min-width:50%;padding-left:10px;padding-right:10px}.landing-page .working-section .working-wrap .content:last-child{margin-bottom:0}.landing-page .working-section .working-wrap .content p{text-align:center}}@media only screen and (max-width:575px){.landing-page .working-section .working-wrap .content{min-width:100%;padding-left:0;padding-right:0}}.landing-page .working-section .working-wrap .content:last-child{margin-right:0}.landing-page .working-section .working-wrap .content img{margin-bottom:2.5rem}.landing-page .working-section .working-wrap .content h3{margin-bottom:1rem}.landing-page .working-section .working-wrap .content hr{background:#5670fb;height:2px;margin-bottom:1.5rem;width:2rem}.landing-page .faq-section{background-color:#fff;box-sizing:border-box;margin:0 auto;max-width:1104px;padding:0 2.5rem 7.5rem}.landing-page .faq-section--view-more{align-items:center;background-color:#fff;border:1px solid #5871ff;border-radius:20px;color:#5871ff;display:flex;font-weight:700;margin:40px auto 0;padding:6px 14px}.landing-page .faq-section--view-more:hover{background-color:#5871ff;border:1px solid #fff;color:#fff}.landing-page .faq-section--view-more-label{font-family:proxima-nova,Arial,sans-serif;font-size:14px;text-align:center}.landing-page .faq-section--view-more-icon{display:inline-block;font-size:1.25rem;margin-left:6px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.landing-page .faq-section h2{padding:0 1.25rem}@media only screen and (max-width:575px){.landing-page .faq-section h2{padding:0}}@media only screen and (max-width:768px){.landing-page .faq-section{padding:3.75rem 1.25rem}}.landing-page .get-started-section{background-color:#f6f7ff;padding-bottom:7.5rem;padding-top:7.5rem;text-align:center}@media only screen and (max-width:768px){.landing-page .get-started-section{padding:3.75rem 1.25rem}}.landing-page .get-started-section h2{margin-bottom:1.5rem}.landing-page .get-started-section p{margin:0 auto 2.25rem;max-width:23.4375rem}.landing-page .helpful-resources{border-radius:.75rem;box-shadow:0 2px 12px rgba(0,0,0,.09);display:flex;margin:2.5rem auto;max-width:64rem}@media only screen and (max-width:1024px){.landing-page .helpful-resources{margin:2.5rem 1.25rem}}@media only screen and (max-width:575px){.landing-page .helpful-resources{flex-direction:column-reverse}}.landing-page .helpful-resources>*{flex:1 1}.landing-page .helpful-resources__logo{background-image:url(/static/media/helpful-resources-desktop.f2f81ecdae4ecd394749.png);background-position:bottom;background-repeat:no-repeat}@media only screen and (max-width:575px){.landing-page .helpful-resources__logo{background-image:url(/static/media/helpful-resources-mobile.9a9254031ea0a00d33ca.png);background-position:0 100%;min-height:159px}}.landing-page .helpful-resources__main{margin:3.5rem 0}@media only screen and (max-width:575px){.landing-page .helpful-resources__main{margin:1.25rem 0;text-align:center}}.landing-page .helpful-resources__main--heading{color:#1e223c;font-family:proxima-nova,Arial,sans-serif;font-size:2.25rem;font-weight:700;line-height:2.75rem}@media only screen and (max-width:575px){.landing-page .helpful-resources__main--heading{font-size:1.625rem}}.landing-page .helpful-resources__main--subheading{color:#1e223c;font-family:proxima-nova,Arial,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.00937rem;line-height:1.5rem;margin:.5rem 0 1.75rem}.landing-page .helpful-resources__main--icon{margin-left:.40625rem}.woot--bubble-holder button{background:#5670fb!important}.woot--bubble-holder button:hover{background:#495ac8!important}@media only screen and (max-width:575px){.woot--bubble-holder button:hover{background:#5670fb!important}}.header-section header{align-items:center;background-color:initial;box-sizing:border-box;display:flex;justify-content:space-between;left:0;padding:.9375rem 2.5rem;position:fixed;top:0;width:100%;z-index:99}@media only screen and (max-width:575px){.header-section header{padding-left:1.25rem;padding-right:1.25rem}}.header-section header .ambox-logo-wrap{align-items:center;color:#040a1e;display:flex;font-size:1.285rem;font-weight:700;letter-spacing:.02187rem;line-height:1.5625rem;margin-right:.75rem}.header-section header .align-right{text-align:right}.header-section header button{background:transparent;border:0}.header-section header.isScrolled{background-color:#fff;box-shadow:0 0 .3125rem 0 rgba(0,0,0,.03)}.header-section header.no-shadow{box-shadow:none}.header-section.isBanner{padding-top:4rem}@media only screen and (max-width:575px){.header-section.isBanner{padding-top:3.5rem}}.header-section.isBanner header{top:4rem}@media only screen and (max-width:575px){.header-section.isBanner header{top:3.5rem}}.awards-banner-section{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#101010;background-image:url(https://static.ambitionbox.com/static/awards/black-theme/awards22/banner_card_bg.svg);background-repeat:no-repeat;height:4rem;overflow-y:hidden;position:fixed;top:0;width:100%;z-index:2}@media only screen and (max-width:768px){.awards-banner-section{align-items:center;background:#232323;display:flex;height:3.5rem}}.awards-banner-section .awards-banner{cursor:pointer;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:64rem;padding:0 1rem;width:99%}.awards-banner-section .awards-banner .logo-wrap{align-items:center;display:flex}.awards-banner-section .awards-banner .logo-wrap p{-webkit-text-fill-color:transparent;background:linear-gradient(98.7deg,#fff5e3 -19.14%,#da9949 85.23%);background-clip:text;-webkit-background-clip:text;font-size:1.125rem;font-weight:700;letter-spacing:.35px;margin-left:1rem}@media only screen and (max-width:575px){.awards-banner-section .awards-banner .logo-wrap p{font-size:.8125rem;line-height:1.3;margin-left:.5rem;max-width:10.5rem}}.awards-banner-section .ctas-wrapper{align-items:center;display:flex;padding-bottom:.75rem;padding-top:.75rem}@media only screen and (max-width:768px){.awards-banner-section .ctas-wrapper{margin-left:.5rem;margin-right:1.125rem;padding-bottom:0;padding-top:0}}.awards-banner-section .ctas-wrapper .rate-now-btn{align-items:center;background:linear-gradient(100.08deg,#ffdca0 -14.42%,#ffca6c 13.68%,#da9949 66.61%,#b96c29 111.05%);border-radius:1.875rem;color:#562901;display:flex;font-size:1rem;font-weight:700;height:2.5rem;justify-content:center;letter-spacing:.5px;padding:0 2rem;text-align:center;white-space:nowrap}@media only screen and (max-width:768px){.awards-banner-section .ctas-wrapper .rate-now-btn{font-size:.75rem;height:1.75rem;line-height:1;padding:0 .4375rem;width:100%}}.awards-banner-section .ctas-wrapper .hurry{color:#ecddc2;font-size:1rem;font-weight:600;letter-spacing:.35px;margin-right:1.75rem}.awards-banner-section .close{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:1.625rem;position:absolute;right:0;top:0}@media only screen and (max-width:768px){.awards-banner-section .close{padding:.75rem}}.awards-banner-section .close .icon-close{color:#b8b8b8;font-size:.75rem}@media only screen and (max-width:575px){.awards-banner-section .close .icon-close{font-size:.625rem}}.awards-banner-section.isSmallBanner{background-image:url(/static/media/small_banner_bg.54df1a4e770aeb9fc3db.svg);border-radius:.25rem;margin-right:1.25rem;position:relative}@media only screen and (max-width:768px){.awards-banner-section.isSmallBanner{align-items:center;background:#232323;display:flex;height:4rem;height:3.5rem;overflow-y:hidden;position:fixed;top:0;width:100%;z-index:2}}.awards-banner-section.isSmallBanner .awards-banner{max-width:51.25rem}.awards-banner-section.isSmallBanner .awards-banner .logo-wrap p{margin-left:.75rem}@media only screen and (max-width:575px){.awards-banner-section.isSmallBanner .awards-banner .logo-wrap p{margin-left:.5rem}}.awards-banner-section.isSmallBanner .ctas-wrapper .rate-now-btn{box-sizing:border-box;margin-left:1.75rem;width:14.5rem}@media only screen and (max-width:768px){.awards-banner-section.isSmallBanner .ctas-wrapper .rate-now-btn{box-sizing:initial;margin-left:0;width:auto}}.awards-banner-section.isSmallBanner .close{display:none}@media only screen and (max-width:768px){.awards-banner-section.isSmallBanner .close{display:flex}}footer{background-color:#e9e8f9;padding-top:2rem}footer .link{color:#1e223c;font-size:14px;line-height:1.71;margin:0 0 .5rem;text-decoration:none}@media only screen and (max-width:768px){footer .link{font-size:.75rem;margin:0 0 .4375rem;padding:0}}footer .link:hover{color:#4158d4}footer .link .badge{background-color:#fff2cf;border-radius:3px;color:#ad7e0d;display:inline-block;font-size:.625rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:1.43;margin:-3px 0 0 7px;padding:1.2px 6.4px;vertical-align:middle}footer .container{margin:0 auto;max-width:64rem}@media only screen and (max-width:992px){footer .container{padding-left:1rem;padding-right:1rem}}footer .logo-wrap{align-items:center;display:flex}footer .logo-wrap .logo-img{height:1.9375rem;vertical-align:middle;width:1.7rem}footer .logo-wrap .logo-text{color:#040a1e;font-size:1.325rem;font-weight:700;letter-spacing:.36px;margin-left:.5625rem;vertical-align:middle}footer .tagline{color:#1e223c;font-size:rem(14px);font-weight:600;line-height:1.23;margin:.9375rem auto .625rem}@media only screen and (max-width:768px){footer .tagline{font-size:.8125rem;font-weight:400;margin:.375rem auto 1rem}}footer .col{align-items:center;display:flex;width:75%}@media only screen and (max-width:768px){footer .col{width:100%}}footer .col .item{min-width:22%}@media only screen and (max-width:768px){footer .col .item{width:25%}}footer .col .item span{font-size:rem(14px);font-weight:700;line-height:.89}footer .col .item p{font-size:rem(12px);font-weight:500;line-height:1.07}@media only screen and (max-width:768px){footer .col .item p{font-size:.75rem;font-weight:400}}footer .footer-nav{display:flex;padding:2.5rem 0 2rem}@media only screen and (max-width:768px){footer .footer-nav{align-items:center;flex-direction:column;flex-wrap:wrap;margin-top:1.5rem;padding:0}}footer .footer-nav .left-col{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;min-width:80%;width:100%}@media only screen and (max-width:768px){footer .footer-nav .left-col{flex-wrap:wrap;width:100%}}footer .footer-nav .right-col{width:25%}@media only screen and (max-width:768px){footer .footer-nav .right-col{width:100%}}footer .footer-nav .item{display:flex;flex-direction:column;min-width:34.7%;padding-right:.5rem}@media only screen and (max-width:768px){footer .footer-nav .item{margin-bottom:1.5rem;min-width:auto;padding-right:0;width:50%}}footer .footer-nav .bold-title{display:inline-block;font-size:16px;line-height:1.56;margin-bottom:.375rem}@media only screen and (max-width:768px){footer .footer-nav .bold-title{font-size:1rem;line-height:1.75}}footer .footer-nav .social-links{margin-bottom:1.5625rem}footer .footer-nav .social-links img{margin-right:.375rem}footer .btn-invert{background-color:initial;background-image:none;border:1px solid #5670fb;border-radius:1.5rem;box-sizing:border-box;color:#5670fb;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;padding:.6rem .875rem;text-align:center;width:175px}footer .btn-invert:hover{border-color:#4158d4;color:#4158d4}footer .contribute-mob{background-color:#e1e0f5;font-weight:600;margin:31px -1rem 0;padding:15px 15px 2px}footer .contribute-mob p{font-size:.875rem;font-weight:600;line-height:1.43;margin-bottom:.5rem}footer .contribute-mob .btn-invert{display:inline-block;font-size:.8125rem;height:36px;line-height:1.43;margin-bottom:.5rem;margin-right:.5rem;min-width:120px;padding:.46875rem .4375rem;width:auto}@media only screen and (max-width:768px){footer .contribute-mob .btn-invert{display:block;max-width:187px}}footer .support-mob{border-bottom:1px solid #ccc;margin:1rem 1rem 0;padding-bottom:1rem;text-align:center;word-break:break-all}footer .support-mob .link{border-right:1px solid #ccc;color:#1e223c;font-weight:600;line-height:1.5;margin-right:.625rem;padding:0 .625rem 0 0;white-space:nowrap}@media only screen and (max-width:768px){footer .support-mob .link{font-size:12px}}footer .support-mob .link:last-child,footer .support-mob .link:nth-child(3){border-right:none}footer .copyright-container{align-items:center;border-top:1px solid #c7c7c7;display:flex;justify-content:space-between;padding:1.25rem 0;position:relative}@media only screen and (max-width:768px){footer .copyright-container{border-top:none;flex-direction:column-reverse;padding:0 1rem .4375rem}}footer .copyright-container p{font-size:1rem;font-size:12px;line-height:1.5;max-width:64rem;min-width:80%}@media only screen and (max-width:768px){footer .copyright-container p{font-size:.875rem;font-size:12px;line-height:1.33;padding-bottom:20px;text-align:center}}footer .fnt-14{font-size:14px;line-height:1.75rem}@media only screen and (max-width:768px){footer .fnt-14{margin-bottom:.5625rem}}footer .social-link-wrapper{align-items:center;display:flex;flex-shrink:0}footer .social-link-wrapper .social-links{margin-left:14px}@media only screen and (max-width:768px){footer .social-link-wrapper{flex-direction:column;margin-bottom:2.0625rem}}footer .social-icons{display:inline-block;height:1.5rem;margin:0 .75rem 0 0;width:1.5rem}@media only screen and (max-width:768px){footer .social-icons{font-size:.875rem}}footer .heading-ctn-wrapper{display:flex}footer .heading-logo-wrapper{border-right:1px solid hsla(0,0%,59%,.15);margin-right:5%;min-width:75%}@media only screen and (max-width:768px){footer .heading-logo-wrapper{border-right:0}}.orange-badge{background-color:#ffeccf;border-radius:3px;box-sizing:border-box;color:#823d00;display:inline-block;font-size:.5625rem;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:.875rem;margin-left:.375rem;margin-top:-.1875rem;padding:.0625rem .4375rem;vertical-align:middle}@media only screen and (max-width:768px){.text-new-wrapper{display:block}}.awards22-widget{align-items:center;background:linear-gradient(75.47deg,#0a0a0a -4.4%,#1a1a1a 97.49%);border-radius:.75rem;box-sizing:border-box;cursor:pointer;margin-left:auto;margin-right:auto;margin-top:2.5rem;max-width:64rem}@media only screen and (max-width:768px){.awards22-widget{margin-left:1.25rem;margin-right:1.25rem}}@media only screen and (max-width:575px){.awards22-widget{margin-left:1.125rem;margin-right:1.125rem}}.awards22-widget .awards22-cont{display:flex;padding:0 7.375rem 0 3.75rem}@media only screen and (max-width:1200px){.awards22-widget .awards22-cont{background-image:url(/static/media/widget_bg_confetti.62925648aae9de87fcf4.svg);background-repeat:no-repeat}}@media only screen and (max-width:575px){.awards22-widget .awards22-cont{align-items:center;flex-direction:column;padding:2.625rem 1.75rem 2.75rem}}.awards22-widget .text-wrap{align-items:center;display:flex}@media only screen and (max-width:768px){.awards22-widget .text-wrap{flex-direction:column;justify-content:center}}.awards22-widget .awards-widget-title{-webkit-text-fill-color:transparent;background:linear-gradient(98.7deg,#fff5e3 -19.14%,#da9949 85.23%);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;letter-spacing:.35px;line-height:1.38}@media only screen and (max-width:768px){.awards22-widget .awards-widget-title{font-size:1.25rem;margin-bottom:1.25rem;text-align:center}}@media only screen and (max-width:575px){.awards22-widget .awards-widget-title{margin-bottom:0}}@media only screen and (max-width:1200px){.awards22-widget .awards-widget-title{margin-left:.5625rem;margin-right:3.25rem}}.awards22-widget .awards-btn-wrap{display:flex;flex-direction:column;text-align:center}@media only screen and (max-width:575px){.awards22-widget .awards-btn-wrap{display:flex;flex-direction:column;text-align:center}}.awards22-widget .awards-btn-wrap .rate-now-btn{background:linear-gradient(100.08deg,#ffdca0 -14.42%,#ffca6c 13.68%,#da9949 66.61%,#b96c29 111.05%);border-radius:30px;color:#562901;font-size:1rem;font-weight:700;letter-spacing:.5px;line-height:1;padding:.75rem 2.875rem;white-space:nowrap}@media only screen and (max-width:575px){.awards22-widget .awards-btn-wrap .rate-now-btn{font-size:.875rem;padding:.875rem 1.625rem}}.awards22-widget .awards-btn-wrap .hurry{color:#ecddc2;font-size:1rem;font-weight:700;letter-spacing:.5px;margin-bottom:.875rem}.login-container{background:#fff;display:flex;min-height:100vh}@media only screen and (max-width:768px){.login-container{flex-direction:column}}.login-container .left-section{background:url(/static/media/companies.2b4efb4821f74ded9b46.png);background-position:bottom;background-repeat:no-repeat;background-size:contain;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;position:fixed;top:0;width:40%}@media only screen and (max-width:768px){.login-container .left-section{background:initial;min-height:auto;position:static;width:100%}}.login-container .left-section__branding{background:linear-gradient(.66deg,#fff,#e9edff 98.57%);display:flex;flex-direction:column;height:100%;padding:2.75rem 3.6875rem 0}@media only screen and (max-width:768px){.login-container .left-section__branding{background:transparent;padding:0}}.login-container .left-section__branding--ambox-logo{height:2.6875rem;width:7.625rem}@media only screen and (max-width:768px){.login-container .left-section__branding--ambox-logo{padding:1.125rem 1.25rem 0}}.login-container .left-section__branding--heading{color:#1e223c;font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:.02209rem;line-height:2rem;margin:3.75rem 0 0}@media only screen and (max-width:1400px){.login-container .left-section__branding--heading{margin:1rem 0 0}}@media only screen and (max-width:768px){.login-container .left-section__branding--heading{font-size:.875rem;line-height:1.375rem;margin:1.5rem 0 .875rem;padding:0 1.25rem}}.login-container .left-section__branding .static-container{grid-gap:3.75rem 1rem;align-content:space-evenly;display:grid;gap:3.75rem 1rem;grid-template-columns:auto auto;margin:3rem 0 0}@media only screen and (max-width:1400px){.login-container .left-section__branding .static-container{gap:2.1875rem 1rem;margin:2.375rem 0 0}}@media only screen and (max-width:1200px){.login-container .left-section__branding .static-container{gap:1.5rem 1rem;grid-template-columns:auto;margin:1.5rem 0 0}}@media only screen and (max-width:768px){.login-container .left-section__branding .static-container{display:none}}.login-container .left-section__branding .static-container__pitch{align-items:center;display:flex;max-width:200px}@media only screen and (max-width:1200px){.login-container .left-section__branding .static-container__pitch{max-width:none}}.login-container .left-section__branding .static-container__pitch__pitch-logo{background:linear-gradient(180deg,#fff,#f0f3fd);border-radius:12px;box-sizing:border-box;margin-right:1rem;padding:.5rem}.login-container .left-section__branding .static-container__pitch__pitch-logo--no-bottom-padding{padding-bottom:0}.login-container .left-section__branding .static-container__pitch--pitch-line{color:#1e223c;font-size:1.25rem;font-style:normal;font-weight:600;line-height:1.75rem}@media only screen and (max-width:768px){.login-container .left-section__branding .static-container__pitch--pitch-line{font-size:.875rem;line-height:1.125rem}}.login-container .left-section__branding .slider-container{display:none}@media only screen and (max-width:768px){.login-container .left-section__branding .slider-container{display:initial}}.login-container .left-section__branding .slider-container__pitch{align-items:center;background:linear-gradient(261.91deg,#e5e8ff -28.48%,#ebedff -28.47%,#f8f8f8 114.96%);border-radius:12px;display:flex;height:4.5rem;margin-left:1rem;padding:0 .5rem;width:162px}.login-container .left-section__branding .slider-container__pitch__pitch-logo{border-radius:12px;height:4rem;margin-right:1rem}.login-container .left-section__branding .slider-container__pitch__pitch-logo--align-self-end{align-self:flex-end}.login-container .left-section__branding .slider-container__pitch--pitch-line{color:#1e223c;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.125rem}.login-container .right-section{align-items:center;background:#fff;box-sizing:border-box;display:flex;flex-direction:column;margin-left:40%;max-height:100vh;overflow-y:auto;width:60%}@media only screen and (max-width:768px){.login-container .right-section{margin-left:0;max-height:none;overflow-y:initial;width:100%}}@media only screen and (max-width:575px){.login-container .right-section{padding:0 1.25rem;width:100%}}.login-container .right-section>*{width:500px}@media only screen and (max-width:1400px){.login-container .right-section>*{width:420px}}@media only screen and (max-width:992px){.login-container .right-section>*{width:340px}}@media only screen and (max-width:768px){.login-container .right-section>*{width:420px}}@media only screen and (max-width:575px){.login-container .right-section>*{width:100%}}.login-container .right-section__header-container{padding:9.5rem 0 2.5rem}@media only screen and (max-width:1400px){.login-container .right-section__header-container{padding:6.3rem 0 2.5rem}}@media only screen and (max-width:768px){.login-container .right-section__header-container{padding:3.75rem 0 1rem}}.login-container .right-section__header-container--heading{color:#1e223c;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.8125rem}@media only screen and (max-width:768px){.login-container .right-section__header-container--heading{font-size:1.25rem;line-height:1.5rem}}.login-container .right-section__header-container--sub-heading{color:#1e223c;font-size:1rem;font-style:normal;font-weight:400;line-height:1rem;margin-top:.5rem}@media only screen and (max-width:768px){.login-container .right-section__header-container--sub-heading{display:none}}.login-container .right-section__form--get-otp{width:100%}.login-container .right-section__seperator{background:#e4e6ee;height:1px;margin:2.5rem 0;position:relative}@media only screen and (max-width:768px){.login-container .right-section__seperator{margin:1.625rem 0}}.login-container .right-section__seperator__others{background:#fff;color:#97a0be;font-size:.75rem;left:0;line-height:1rem;margin:-8px auto 0;position:absolute;right:0;text-align:center;width:2rem}@media only screen and (max-width:768px){.login-container .right-section__third-party-login-desktop{display:none}}.login-container .right-section__third-party-login-mobile{display:none}@media only screen and (max-width:768px){.login-container .right-section__third-party-login-mobile{-webkit-column-gap:1.7rem;column-gap:1.7rem;display:flex}}.login-container .right-section__terms-and-conditions{color:#97a0be;font-size:.75rem;font-weight:500;line-height:1rem;margin:6.25rem auto 0;text-align:center;width:231px}@media only screen and (max-width:1400px){.login-container .right-section__terms-and-conditions{margin:1.5rem auto}}@media only screen and (max-width:768px){.login-container .right-section__terms-and-conditions{margin-top:2.75rem}}.login-container .right-section__terms-and-conditions--underline{text-decoration:underline}.login-container .right-section__terms-and-conditions--underline:hover{cursor:pointer}.login-container .right-section__otp-heading p{margin-bottom:.625rem}.login-container .right-section__expire-msg{margin-bottom:1.5rem;text-align:center}.login-container .right-section__expire-msg--error{color:#e06464}.login-container .right-section__otp-submit{margin-bottom:.5rem;width:100%}.login-container .right-section__check-spam-folder{color:#5e6b92;font-size:.875rem;font-weight:400;line-height:20px}.login-container .right-section__resend-otp{font-size:.875rem;font-weight:500;margin-bottom:.5rem;margin-top:2.75rem;text-align:center}.login-container .right-section__resend-otp--disabled,.login-container .right-section__resend-otp--disabled:hover{color:grey;cursor:not-allowed}@media only screen and (max-width:768px){.login-container .right-section__resend-otp{margin-top:1.5rem}}.login-container__companies-footer{background:#fff;display:none;height:100%;padding-top:2.5rem;width:100%}@media only screen and (max-width:768px){.login-container__companies-footer{display:initial}}.login-container.isBanner .left-section{min-height:calc(100vh - 64px);top:64px}@media only screen and (max-width:1400px){.login-container.isBanner .left-section{min-height:calc(100vh - 35px);top:35px}}@media only screen and (max-width:768px){.login-container.isBanner .left-section{min-height:auto;position:relative;top:56px}}.login-container.isBanner .right-section__header-container{padding-top:calc(9.4rem + 64px)}@media only screen and (max-width:1400px){.login-container.isBanner .right-section__header-container{padding-top:9.3rem}}@media only screen and (max-width:768px){.login-container.isBanner .right-section__header-container{padding-top:3.75rem}.login-container.isBanner .right-section{margin-top:3.5rem}}.otp-input{margin-bottom:1.5rem}.otp-input__otp-input-wrap{align-items:center;display:flex;justify-content:center;margin-top:1.75rem}.otp-input__otp-input-wrap--input{border:1px solid #e4e6ee;border-radius:4px;box-sizing:border-box;caret-color:#5670fb;color:#091e42;font-size:1.25rem;height:44px;margin-left:.5rem;margin-right:.5rem;padding:.625rem .5rem;text-align:center;width:40px}.otp-input__otp-input-wrap--input:focus{border-color:#5670fb}.otp-input__expire-msg{color:#e06464;font-size:1rem;line-height:1.5rem;margin-bottom:0;margin-top:.3125rem;text-align:center}.slick-dots.slick-thumb li{background-color:#e9e8f9;border-radius:999px;height:7px;margin:0 3px;transition:all .5s ease-in-out;width:7px;will-change:width}.slick-dots.slick-thumb li.slick-active{background-color:#5670fb;width:24px}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.icon-btn{align-items:center;border:1px solid #e4e6ee;border-radius:6px;cursor:pointer;display:flex;height:46px;margin-bottom:1.75rem;position:relative}@media only screen and (max-width:768px){.icon-btn{flex:1 1}}.icon-btn .icon{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:3rem}.icon-btn .icon img{max-height:1.25rem;max-width:1.25rem}.icon-btn .btn-text{text-align:center;width:100%}.login-container>.right-section>.verify-section{display:flex;flex-direction:column;padding-top:5rem;width:620px}@media only screen and (max-width:1400px){.login-container>.right-section>.verify-section{padding-top:2.625rem;width:420px}}@media only screen and (max-width:992px){.login-container>.right-section>.verify-section{width:340px}}@media only screen and (max-width:768px){.login-container>.right-section>.verify-section{padding-top:0;width:420px}}@media only screen and (max-width:575px){.login-container>.right-section>.verify-section{width:100%}}.login-container>.right-section>.verify-section .success-msg-cont{align-items:center;background-color:#f7f7ff;display:flex;padding:1.25rem 1.5rem}@media only screen and (max-width:768px){.login-container>.right-section>.verify-section .success-msg-cont{margin-top:2.5rem}}@media only screen and (max-width:575px){.login-container>.right-section>.verify-section .success-msg-cont{margin-top:.5rem}}.login-container>.right-section>.verify-section .success-msg-cont .icon-success{align-items:center;background-color:#5670fb;border-radius:50%;display:flex;height:1.25rem;justify-content:center;margin-right:.75rem;min-width:1.25rem}.login-container>.right-section>.verify-section .success-msg-cont .msg-sucess{color:#1e223c;font-size:.875rem;font-weight:600;line-height:1.25rem}.login-container>.right-section>.verify-section .form-heading-section{margin-top:.9375rem}.login-container>.right-section>.verify-section .form-heading-section .heading{color:#1e223c;font-size:1.5rem;font-style:normal;font-weight:700;line-height:1.8125rem}@media only screen and (max-width:768px){.login-container>.right-section>.verify-section .form-heading-section .heading{font-size:1.25rem;line-height:1.5rem}}.login-container>.right-section>.verify-section .form-heading-section .subheading{color:#1e223c;font-size:1rem;font-weight:400;line-height:1.25rem;margin-top:.5625rem}.login-container>.right-section>.verify-section .form-container{margin-top:2.5rem}@media only screen and (max-width:575px){.login-container>.right-section>.verify-section .form-container{box-sizing:border-box}}.login-container>.right-section>.verify-section .form-container .grid-row{grid-column-gap:1.25rem;-webkit-column-gap:1.25rem;column-gap:1.25rem;display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:1400px){.login-container>.right-section>.verify-section .form-container .grid-row{display:initial}}.login-container>.right-section>.verify-section .form-container .company-search.active{border:2px solid #a1a8c4}.login-container>.right-section>.verify-section .form-container .other-designation{margin-top:1.5rem}.login-container>.right-section>.verify-section .form-container .notes{font-size:.875rem;font-weight:600;line-height:1.25rem;margin-bottom:1.875rem;margin-top:.375rem}.login-container>.right-section>.verify-section .form-container .send-btn{margin-bottom:2rem;width:100%}.login-container.isBanner>.right-section>.verify-section{padding-top:144px}@media only screen and (max-width:1400px){.login-container.isBanner>.right-section>.verify-section{padding-top:4.375rem}}@media only screen and (max-width:768px){.login-container.isBanner>.right-section>.verify-section{padding-top:0}}*{margin:0;padding:0}:focus{outline:none}a{text-decoration:none}@font-face{font-family:ambox;font-style:normal;font-weight:400;src:url(/static/media/ambox.bc436f7395cb48ea0c1d.eot);src:url(/static/media/ambox.bc436f7395cb48ea0c1d.eot#iefix) format("embedded-opentype"),url(/static/media/ambox.da6b0e64cecd4cdbbf87.ttf) format("truetype"),url(/static/media/ambox.43f8e3b8a2fb7d2e07e1.woff) format("woff"),url(/static/media/ambox.ead344a81abf2a0ad340.svg#ambox) format("svg")}i{speak:never;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ambox!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-mail-envelope-closed:before{content:""}.icon-play_circle_filled:before{content:""}.icon-share:before{content:""}.icon-arrow-up:before{content:""}.icon-arrow-down:before{content:""}.icon-star:before{content:""}.icon-search:before{content:""}.icon-checked:before{content:""}.icon-edit:before{content:""}.icon-map:before{content:""}.icon-delete:before{content:""}.icon-close:before{content:""}.icon-plus-rounded:before{content:""}.icon-reports:before{content:""}.icon-dashboard:before{content:""}.icon-contact:before{content:""}.icon-company-page:before{content:""}.icon-locked:before{content:""}.icon-reviews:before{content:""}.icon-checkbox-checked:before{content:""}.icon-menu:before{content:""}.icon-check:before{content:""}.icon-west:before{content:""}.icon-chart-pie:before{content:""}.icon-info:before{content:""}.icon-award:before{content:""}.icon-download:before{content:""}.icon-copy:before{content:""}.icon-code:before{content:""}.icon-users:before{content:""}.icon-vector:before{content:""}.icon-chevron-right:before{content:""}.icon-selectedLogoutIcon:before{color:#495ac8;content:""}.icon-search-icon:before{color:#5e6b92;content:""}.icon-logoutIcon:before{content:""}.icon-left-arrow-icon:before{content:""}.icon-hamburger-icon:before{color:#5e6b92;content:""}.icon-close-icon:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-up:before{content:"";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.icon-teams-selected-icon:before{color:#5670fb;content:""}.icon-teams-icon:before{color:#414141;content:""}.icon-reviews-selected-icon:before{color:#5670fb;content:""}.icon-reviews-icon:before{color:#414141;content:""}.icon-invite-selected-icon:before{color:#5670fb;content:""}.icon-invite-icon:before{color:#414141;content:""}.icon-insights-selected-icon:before{color:#5670fb;content:""}.icon-insights-icon:before{color:#414141;content:""}.icon-home-selected-icon:before{color:#5670fb;content:""}.icon-home-icon:before{color:#414141;content:""}.icon-faqs-selected-icon:before{color:#5670fb;content:""}.icon-faqs-icon:before{color:#414141;content:""}.icon-ebs-selected-icon:before{color:#5670fb;content:""}.icon-ebs-icon:before{color:#414141;content:""}.icon-contact-selected-icon:before{color:#5670fb;content:""}.icon-contact-icon:before{color:#414141;content:""}.icon-company-selected-icon:before{color:#5670fb;content:""}.icon-company-icon:before{color:#414141;content:""}.icon-badges-selected-icon:before{color:#5670fb;content:""}.icon-badges-icon:before{color:#414141;content:""}.icon-locked-v2:before{color:#fff;content:""}.icon-chevron-down-v2:before{content:""}.icon-arrow-right:before{color:#fff;content:""}.icon-awards-2024-selected:before{color:#5670fb;content:""}.icon-awards-2024:before{color:#414141;content:""}@font-face{font-display:swap;font-family:proxima-nova;font-style:normal;font-weight:700;src:url(/static/media/Figtree-Bold.20d002e242f16b5005ac.ttf) format("truetype")}@font-face{font-display:swap;font-family:proxima-nova;font-style:normal;font-weight:600;src:url(/static/media/Figtree-SemiBold.e7c36b47e6cec9d98046.ttf) format("truetype")}@font-face{font-display:swap;font-family:proxima-nova;font-style:normal;font-weight:500;src:url(/static/media/Figtree-Medium.9f5bdeaa4791672a1407.ttf) format("truetype")}@font-face{font-display:swap;font-family:proxima-nova;font-style:normal;font-weight:400;src:url(/static/media/Figtree-Regular.eb52c4570a34a02898c8.ttf) format("truetype")}*{font-family:proxima-nova,Arial,sans-serif}body,html{background-color:#fafbff;color:#283e56}.main-header{align-items:center;background-color:#fff;box-shadow:0 .125rem .375rem -.125rem rgba(0,106,194,.2);box-sizing:border-box;display:flex;height:3.75rem;justify-content:space-between;margin:0;padding:0 1.25rem;position:fixed;top:0;width:100%;z-index:5}@media only screen and (max-width:575px){.main-header{align-items:center;flex-direction:row;height:3.5rem;padding:.75rem 1rem}}.main-header__right-section,.main-header__user-info,.main-header__user-options{align-items:center;display:flex}.main-header__kebab-placeholder{align-items:center;display:flex;gap:1rem}.main-header__left-section{align-items:center;display:flex;gap:2.5rem}.main-header__left-section .ambox-logo-wrap{height:2.5rem}@media only screen and (max-width:575px){.main-header__left-section .ambox-logo-wrap{height:2rem}}.main-header__right-section{gap:1.25rem;padding:.25rem .5rem;position:relative}@media only screen and (max-width:575px){.main-header__right-section{padding:0}}.main-header__iconPadding{cursor:pointer;font-size:1.125rem;padding:.4375rem}.main-header__user-info{gap:.5rem;-webkit-user-select:none;user-select:none}.main-header__user-image{border-radius:50%;height:1.5rem;width:1.5rem}.main-header__user-name{font-size:.875rem;font-weight:700;letter-spacing:.1px;line-height:1.25rem}.main-header__main-search{z-index:1}@media only screen and (max-width:575px){.main-header__main-search{align-items:center;background:#dee2fc;box-sizing:border-box;display:flex;gap:.5rem;height:3.5rem;left:0;padding:0 1rem;position:absolute;top:0;width:100%}}.main-header__search-wrapper{align-items:center;border:1px solid #e4e6ee;border-radius:1.75rem;display:flex;gap:.75rem;padding:.375rem .75rem;position:relative;width:22.5rem}@media only screen and (max-width:575px){.main-header__search-wrapper{background:#fff;border:1px solid #e4e6ee;border-radius:1.75rem;width:100%}}.main-header__search-wrapper input{border:none;outline:none;width:100%}.main-header__search-wrapper input::-webkit-input-placeholder{color:#99a0bb}.main-header__search-wrapper input::placeholder{color:#99a0bb}.main-header__search-wrapper .dd-wrapper{font-size:.875rem;font-weight:500;height:100%;line-height:1.5rem;position:static}.main-header__search-wrapper .dd-wrapper .dd-list{background:#fff;border:none;border-radius:.875rem;box-shadow:0 .5rem 1.5rem rgba(57,68,104,.08);left:0;max-height:19rem;padding:.5rem 0;top:2.75rem}.main-header__search-wrapper .dd-wrapper .dd-list-item:hover,.main-header__search-wrapper .dd-wrapper .dd-list.selectedIndex{background:rgba(91,111,242,.1)!important}.main-header__input{color:#1e223c;font-size:14px;font-weight:500;height:1.5rem;letter-spacing:.15px;line-height:24px}.main-header__publishBtn{background:#5670fb;border-radius:1.125rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;line-height:1.25rem;margin-right:.25rem;padding:.5rem 2.625rem;width:-webkit-max-content;width:max-content}.main-header__publishBtn:hover{background:#495ac8}@media only screen and (max-width:575px){.main-header__publishBtn{box-sizing:border-box;font-size:.75rem;line-height:1rem;padding:.5rem 1rem;text-align:center;width:100%}}.main-header__publishCTA{align-items:center;background:#fff;border:1px solid #5670fb;border-radius:24px;color:#5670fb;cursor:pointer;display:flex;font-size:.875rem;font-weight:700;gap:.5rem;line-height:1.25rem;padding:.5rem 1rem;width:-webkit-max-content;width:max-content}.main-header__publishCTA:hover{background-color:#eff1fe;color:#495ac8}@media only screen and (max-width:575px){.main-header__publishCTA{box-sizing:border-box;font-size:.75rem;line-height:1rem;padding:.5rem 1rem;text-align:center;width:100%}}.main-header__premiumCta{align-items:center;color:#38459f;display:flex;flex-direction:row;font-size:.75rem;font-weight:600;gap:2px;line-height:1rem}.main-header__publishWrapper{background:#fff;bottom:0;box-shadow:0 2px 6px -2px rgba(0,106,194,.2);box-sizing:border-box;padding:.75rem 1rem;position:fixed;width:100%;z-index:1}.main-header__clear-icon{cursor:pointer;font-size:1.125rem}.main-header .icon-logoutIcon,.main-header .icon-selectedLogoutIcon{font-size:1.25rem}.main-header .icon-hamburger-icon{font-size:2rem}.main-header #talentCloudGnb .talentCloudGnbCtaWrapper .talentCloudGnbCta{font-family:var(--font)!important;padding:7px 10px!important}.sidebar{border-right:1px solid #ebf0f6;height:calc(100vh - 60px);left:0;max-width:15rem;position:fixed;top:3.75rem;width:100%;z-index:2}.sidebar ::-webkit-scrollbar{display:none}@media only screen and (max-width:575px){.sidebar{background:hsla(0,0%,8%,0);height:calc(100dvh - 56px);left:auto;max-width:100%;right:0;top:3.5rem;transition:background .15s linear;z-index:-1}}.sidebar__section{margin-bottom:1rem}.sidebar__section--first{margin-bottom:4px}.sidebar__wrapper{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding-bottom:0;width:100%}@media only screen and (max-width:575px){.sidebar__wrapper{margin-left:auto;max-width:15rem;position:relative;-webkit-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;visibility:hidden;z-index:5}.sidebar__wrapper.hidingSlider{visibility:visible}.sidebar__wrapper.toggleSlider{-webkit-transform:none;transform:none;visibility:visible}.sidebar.showOverlay{background:hsla(0,0%,8%,.5)}}.sidebar__user-info{align-items:start;border-bottom:1px solid #eff1fe;border-radius:.5rem;display:flex;gap:.5rem;margin:0 -.75rem;padding:1rem .75rem .75rem}.sidebar__user-image{border-radius:50%;height:1.5rem;width:1.5rem}.sidebar__user-name-cont{display:flex;flex-direction:column}.sidebar__user-name{color:#1e223c;font-size:.875rem;font-weight:700;letter-spacing:.1px;line-height:1.25rem}@media only screen and (max-width:575px){.sidebar__user-name{margin-bottom:2px}}.sidebar__subscription-status{display:flex;flex-direction:row;gap:.25rem}.sidebar__subscription-text{color:#38459f;font-size:10px;font-weight:600;line-height:16px}.sidebar__subscription-text--inactive{color:#5670fb;display:flex;flex-direction:row}.sidebar__tabs{display:flex;flex-direction:column;overflow-y:auto;padding:.75rem .75rem 1.25rem}@media only screen and (max-width:575px){.sidebar__tabs{padding:1rem .75rem}}.sidebar__tabs--awards{padding-top:0}@media only screen and (max-width:575px){.sidebar__tabs--awards{padding-top:0}}.sidebar__awardsIconContainer{height:32px;width:32px}.sidebar__awardsTextContainer{max-width:160px}.sidebar__awardsContainer{align-items:center;background-color:#000;background-image:url(https://static.ambitionbox.com/static/awards/awards24/black-bg-ripples.svg);background-position:100%;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;justify-content:space-between;line-height:1.25rem;margin-bottom:12px;margin-left:-.75rem;margin-right:-.75rem;padding:.75rem 1rem;position:relative;z-index:99}.sidebar__textMain{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#d3d3d3 6.85%,#fff 48.27%,#cecece 95.21%);background-clip:text;-webkit-background-clip:text;font-size:12px;font-weight:600;letter-spacing:.4px;line-height:16px;margin-top:4px}.sidebar__textSub{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#c38e27,#f7d590 107.17%);background-clip:text;-webkit-background-clip:text;font-size:14px;font-weight:700;letter-spacing:.15px;line-height:20px}.sidebar .icon-logoutIcon{font-size:1rem}.sidebar__section-heading{align-items:center;display:flex;flex-direction:row;overflow:hidden;padding-bottom:8px;padding-top:8px}.sidebar__section-heading-text{color:#414141;font-size:12px;font-weight:400;margin-right:12px;text-transform:uppercase;width:-webkit-max-content;width:max-content}.sidebar__section-heading-line{background-color:#e9e9e9;height:1px;width:100%}.main-content{box-sizing:border-box;margin-left:15rem;max-width:78.75rem;padding:5rem 1.25rem 1.25rem;width:calc(100% - 15rem)}@media only screen and (max-width:768px){.main-content{margin-left:0;padding:6.25rem 1.875rem 1.25rem;width:100%}}@media only screen and (max-width:575px){.main-content{margin-left:0;padding:4.75rem 1rem 1.25rem;width:100%}}.main-content .profile-completion{border-radius:1rem;padding:0}.layout-2column{display:flex}@media only screen and (max-width:768px){.layout-2column{flex-direction:column}}.layout-2column .main-column{flex:1 1;max-width:42.875rem;padding-right:1.875rem}@media only screen and (max-width:768px){.layout-2column .main-column{max-width:100%;padding-right:0}}.layout-2column .right-column{flex:.4 1}.show-more-wrap{background-color:hsla(0,0%,100%,.9);cursor:pointer;font-weight:700;position:absolute}.section-overlay,.show-more-wrap{align-items:center;display:flex;height:100%;justify-content:center;left:0;top:0;width:100%}.section-overlay{background:hsla(0,0%,100%,.3);position:fixed;z-index:100000}.card{background-color:#fff;border-radius:.25rem;box-shadow:0 .1rem 1rem .1rem rgba(0,0,0,.05);box-sizing:border-box;margin-bottom:1.75rem;padding:1.875rem;position:relative}@media only screen and (max-width:575px){.card{padding:1.25rem 1rem}}.card .card-actions{display:flex;position:absolute;right:.5rem;top:.5rem}.card .card-action-btn{color:#c4c3d9;cursor:pointer;font-size:1rem;line-height:1rem;padding:.5rem;transition:color .1s ease-in}.card .card-action-btn:hover{color:#7c8ba2}.card .card-action-btn .icon-checked{font-size:1.125rem}.card .card-edit-btn{color:#7c8ba2;cursor:pointer;font-size:1rem;line-height:1.25rem;padding:.5rem;position:absolute;right:0;top:0}.card .card-edit-btn:hover{color:#1b8ff5}.card .card-header{color:#17203d;margin-bottom:1.75rem}.card .card-header .card-header-row{align-items:center;display:flex;justify-content:space-between}@media only screen and (max-width:575px){.card .card-header .card-header-row{align-items:flex-start;flex-direction:column}}.card .card-header .card-header-row .card-title{align-items:center;display:flex;font-size:1.5rem;font-weight:700;line-height:1.75rem}@media only screen and (max-width:575px){.card .card-header .card-header-row .card-title{font-size:1.25rem;max-width:80%}}.card .card-header .card-header-row .card-link{color:#5670fb;cursor:pointer}.card .card-header .card-header-row .card-link:hover{color:#495ac8}.card .card-header .card-header-row .card-actions{align-items:center;display:flex}.card .card-header .card-header-row .card-actions .card-link{color:#1b8ff5;cursor:pointer;font-size:.875rem;font-weight:600;line-height:1rem;margin-right:1rem}.card .card-header .card-header-row .card-actions .save-icon{cursor:pointer}.card .card-header .card-description{font-size:1rem;font-weight:400;line-height:1.25rem;margin-top:.25rem}.card .card-header .card-description a{color:#5670fb}.card .card-header .card-description a:hover{color:#495ac8}@media only screen and (max-width:575px){.card .card-header .card-description a:hover{color:#5670fb}.card .card-header .card-description{font-size:.875rem}}.checkbox-wrap{cursor:pointer;font-size:1rem;margin-bottom:.75rem;padding-left:2.1875rem;position:relative;-webkit-user-select:none;user-select:none}.checkbox-wrap input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkmark{background-color:#fff;border:.0625rem solid #ccc;border-radius:.1875rem;height:1rem;left:0;position:absolute;top:0;width:1rem}.checkbox-wrap:hover input~.checkmark{background-color:#eee}.checkbox-wrap input:checked~.checkmark{background-color:#5670fb;border:#5670fb}.checkmark:after{content:"";display:none;position:absolute}.checkbox-wrap input:checked~.checkmark:after{border-radius:.125rem;display:block}.checkbox-wrap .checkmark:after{border:solid #fff;border-width:0 .125rem .125rem 0;height:.5rem;left:.3125rem;top:.125rem;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.25rem}.radiomark{background-color:#fff;border:.125rem solid #ccc;border-radius:50%;height:1rem;left:0;position:absolute;top:0;width:1rem}.checkbox-wrap:hover input~.radiomark{background-color:#eee}.checkbox-wrap input:checked~.radiomark{border-color:#2196f3}.radiomark:after{content:"";display:none;position:absolute}.checkbox-wrap input:checked~.radiomark:after{display:block}.checkbox-wrap .radiomark:after{background-color:#2196f3;border:.125rem solid #fff;border-radius:50%;height:.75rem;left:0;top:0;width:.75rem}.wrapper{width:18.75rem}.dd-wrapper{position:relative;-webkit-user-select:none;user-select:none;width:100%}.dd-wrapper .dd-header{align-items:center;border:.0625rem solid #c7c7c7;border-radius:.125rem;box-sizing:border-box;color:#283e56;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;justify-content:space-between;line-height:1rem;padding:.6875rem;position:relative}.dd-wrapper .dd-header .empty{color:#ccc}.dd-wrapper .dd-header i{font-size:.625rem}.dd-wrapper span{margin-right:1.25rem}.dd-wrapper .dd-search-input{border:none!important;outline:none;padding:0!important}.dd-wrapper .dd-search-input::-webkit-input-placeholder{font-size:.875rem;line-height:1rem}.dd-wrapper .dd-search-input::placeholder{font-size:.875rem;line-height:1rem}.dd-wrapper .angle-down{color:#000;margin-right:1.25rem}.dd-wrapper .dd-list{-webkit-overflow-scrolling:touch;background-color:#fff;border:1px solid #dfdfdf;border-top:none;box-shadow:0 .125rem .3125rem -.0625rem #e8e8e8;max-height:12.5rem;overflow-y:auto;position:absolute;width:100%;z-index:10}.dd-wrapper .dd-list.show-full-info{border:2px solid #a1a8c4;border-radius:4px;border-top:1px solid #ebf0f6;top:calc(100% - 2px);width:calc(100% - 4px)}.dd-wrapper .dd-list.show-full-info .dd-list-item.message{color:#091e42;justify-content:left;line-height:1.25rem;padding:0 1.25rem .75rem}.dd-wrapper .dd-list::-webkit-scrollbar{width:4px}.dd-wrapper .dd-list::-webkit-scrollbar-thumb{background-color:#a9a9a9;border-radius:10px}.dd-wrapper .dd-list-item{align-items:center;border-bottom:1px solid #fff;box-sizing:border-box;cursor:pointer;display:flex;font-size:.875rem;justify-content:space-between;line-height:1rem;padding:.625rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.dd-wrapper .dd-list-item .checkbox-wrap{margin-top:-.375rem}.dd-wrapper .dd-list-item.selected{background-color:#f7f7f7;font-weight:700}.dd-wrapper .dd-list-item.selectedIndex,.dd-wrapper .dd-list-item:hover{background-color:#f7f7f7}.dd-wrapper .dd-list-item.message{color:#d3d3d3;cursor:auto;font-size:.875rem;justify-content:center;line-height:1.25rem}.dd-wrapper .dd-list-item.message:hover{background-color:#fff}.dd-wrapper .dd-list-item.company{justify-content:flex-start}.dd-wrapper .dd-list-item.company .company-logo{height:2.5rem;margin-right:.625rem;max-width:3.75rem;min-width:3.75rem;object-fit:contain}.dd-wrapper .dd-list-item.company .company-name{word-wrap:break-word;display:block;margin-right:0;max-width:calc(100% - 3.75rem);white-space:normal}.dd-wrapper .dd-list-item.show-full-info{align-items:flex-start;padding:1.25rem 1.25rem .75rem;white-space:normal}.dd-wrapper .dd-list-item.show-full-info .company-logo{border:1px solid #f0f0f0;height:2rem;margin-right:.75rem;max-width:auto;min-width:auto;width:2rem}.dd-wrapper .dd-list-item.show-full-info .top-row{display:flex;flex-wrap:wrap}.dd-wrapper .dd-list-item.show-full-info .top-row .name{margin-right:.75rem;text-transform:capitalize}.dd-wrapper .dd-list-item.show-full-info .top-row .rating-wrap{align-items:center;display:flex}.dd-wrapper .dd-list-item.show-full-info .top-row .rating-badge{align-items:center;border-radius:2px;box-sizing:border-box;color:#fff;display:flex;font-size:.625rem;font-weight:600;height:1rem;justify-content:space-between;line-height:.75rem;margin-right:.5rem;padding:.125rem .25rem;width:2.25rem}.dd-wrapper .dd-list-item.show-full-info .top-row .rating-badge .icon-star{height:.625rem;width:.625rem}.dd-wrapper .dd-list-item.show-full-info .top-row .count{color:#97a0be;font-size:.625rem;font-weight:500;line-height:.75rem}.dd-wrapper .dd-list-item.show-full-info .industries{color:#091e42;font-size:.875rem;line-height:1.25rem;margin-top:.25rem;white-space:pre-wrap}.dd-wrapper .dd-list-heading{padding:.75rem 1.25rem .5rem}.dd-wrapper .dd-list-heading a{display:block;font-size:.875rem;padding-bottom:.75rem}.dd-wrapper .dd-list-heading p{color:#606d92;font-size:.75rem;font-weight:500}.flex-row{display:flex;flex-wrap:wrap}.flex-row .form-field{width:18.75rem}@media only screen and (max-width:575px){.flex-row .form-field{width:100%}}.flex-row .form-field:nth-child(odd){margin-right:1.5rem}@media only screen and (max-width:575px){.flex-row .form-field:nth-child(odd){margin-right:0}}.form-row-heading{color:#040a1e;font-size:1.125rem;font-weight:600;line-height:1.1875rem;margin-bottom:.75rem}.form-field{margin-bottom:1.75rem}.form-field .form-label{color:#040a1e;font-size:1rem;font-weight:600;line-height:1.1875rem;margin-bottom:.5rem}.form-field input[type=email],.form-field input[type=number],.form-field input[type=password],.form-field input[type=tel],.form-field input[type=text],.form-field input[type=url]{border:.0625rem solid #c7c7c7;border-radius:.125rem;box-sizing:border-box;color:#283e56;font-size:.875rem;font-weight:400;line-height:1rem;padding:.6875rem;width:18.75rem}@media only screen and (max-width:575px){.form-field input[type=email],.form-field input[type=number],.form-field input[type=password],.form-field input[type=tel],.form-field input[type=text],.form-field input[type=url]{width:100%}}.form-field input[type=email]:focus,.form-field input[type=number]:focus,.form-field input[type=password]:focus,.form-field input[type=tel]:focus,.form-field input[type=text]:focus,.form-field input[type=url]:focus{border-color:#5670fb}.form-field input:invalid,.form-field textarea:invalid{border-color:#e06464}.form-field textarea{border:.0625rem solid #c7c7c7;border-radius:.125rem;box-sizing:border-box;color:#283e56;font-size:.875rem;font-weight:400;line-height:1rem;padding:.6875rem;resize:none;width:100%}.form-field textarea:focus{border-color:#5670fb}.form-field.multi-select .dd-wrapper{max-width:18.75rem}@media only screen and (max-width:575px){.form-field.multi-select .dd-wrapper{max-width:100%}}::-webkit-input-placeholder{color:#ccc;font-size:.875rem;line-height:1rem}::placeholder{color:#ccc;font-size:.875rem;line-height:1rem}:-ms-input-placeholder{color:#ccc;font-size:.75rem;line-height:.875rem}::-ms-input-placeholder{color:#ccc;font-size:.75rem;line-height:.875rem}.saveBtn{background:#5670fb;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.03562rem;line-height:1.1875rem;padding:.5rem 1rem;text-transform:capitalize;-webkit-user-select:none;user-select:none}.saveBtn:hover{background:#495ac8}.saveBtn.disabled,.saveBtn.disabled:hover{background:#f5f5f5;color:#9a9a9a;cursor:not-allowed}.saveBtn.full-width{width:100%}.cancelBtn{color:#5e6b92;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.03562rem;line-height:1.1875rem;margin-left:.25rem;padding:.5rem 1rem;text-transform:capitalize;-webkit-user-select:none;user-select:none}.cancelBtn:hover{color:#394468}.deleteBtn{background-color:#e06464;border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.03562rem;line-height:1.1875rem;padding:.5rem 1rem;text-transform:capitalize;-webkit-user-select:none;user-select:none}.hidden-input{display:none}.image-loading-wrap{align-items:center;background-color:rgba(0,0,0,.5);color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:2}.image-loading-wrap.circular{border-radius:50%}.item-chip{background-color:#fff;border:1px solid #5670fb;border-radius:.25rem;color:#283e56;cursor:pointer;display:inline-block;font-size:.875rem;line-height:1rem;margin:0 .5rem .5rem 0;padding:.4375rem .75rem}.item-chip i{font-size:.625rem;line-height:.875rem;margin-left:.625rem}.item-chip:hover i{color:#495ac8}.primary-btn{background-color:#5670fb;border:none;border-radius:.375rem;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;height:46px;line-height:1.25rem;padding:.75rem 1.5rem;text-align:center;text-transform:capitalize;-webkit-user-select:none;user-select:none}.primary-btn:hover{background-color:#495ac8}.add-btn{background-color:#5670fb;border:0;border-radius:50%;box-shadow:0 .125rem .4375rem 0 #d6d8e5;color:#fff;cursor:pointer;font-size:1.375rem;line-height:1.625rem;min-height:1.625rem;min-width:1.625rem;text-align:center}.add-btn:hover{background-color:#495ac8}.form-group{margin-bottom:1.75rem}.form-group .form-label{color:#1e223c;font-size:.875rem;font-weight:400;line-height:1.25rem;margin-bottom:.3125rem}.form-group input[type=email],.form-group input[type=number],.form-group input[type=password],.form-group input[type=tel],.form-group input[type=text],.form-group input[type=url]{border:1px solid #e4e6ee;border-radius:6px;box-sizing:border-box;color:#091e42;font-size:.875rem;padding:.8125rem 1.0625rem;width:100%}.form-group input[type=email]::-webkit-input-placeholder,.form-group input[type=number]::-webkit-input-placeholder,.form-group input[type=password]::-webkit-input-placeholder,.form-group input[type=tel]::-webkit-input-placeholder,.form-group input[type=text]::-webkit-input-placeholder,.form-group input[type=url]::-webkit-input-placeholder{color:#bfc3d1;font-size:.875rem;font-weight:400;line-height:1.25rem}.form-group input[type=email]::placeholder,.form-group input[type=number]::placeholder,.form-group input[type=password]::placeholder,.form-group input[type=tel]::placeholder,.form-group input[type=text]::placeholder,.form-group input[type=url]::placeholder{color:#bfc3d1;font-size:.875rem;font-weight:400;line-height:1.25rem}.form-group input[type=email]:focus,.form-group input[type=number]:focus,.form-group input[type=password]:focus,.form-group input[type=tel]:focus,.form-group input[type=text]:focus,.form-group input[type=url]:focus{border-color:#5670fb}.form-group .error{color:#e06464;display:block;font-size:.8125rem;font-weight:500;margin-top:.375rem}.form-group .mobile-input{border:1px solid #e4e6ee;border-radius:6px;display:flex}.form-group .mobile-input .country-code-list{box-sizing:border-box;color:#000;font-size:.875rem;font-weight:600;line-height:1.25rem;padding:.8rem;width:50px}.form-group .mobile-input .mobile-no{border-bottom-left-radius:0;border-left:1px solid #e4e6ee;border-top-left-radius:0}.form-group .mobile-input .mobile-no:focus{border:1px solid #5670fb}.form-group .mobile-input input{border:0;padding:.8125rem 1.0625rem}[data-tooltip]{cursor:pointer;display:inline-flex;padding:2px;position:relative}[data-tooltip]:before{background:#5e6b92;border-radius:.375rem;box-sizing:border-box;color:#fff;content:attr(data-tooltip);display:none;font-size:12px;font-weight:400;letter-spacing:.025rem;line-height:1rem;min-width:220px;padding:1rem;position:absolute}[data-tooltip-position=bottom]:before,[data-tooltip-position=top]:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}[data-tooltip-position=left]:before,[data-tooltip-position=right]:before{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-tooltip-position=top]:before{bottom:100%;margin-bottom:6px}[data-tooltip-position=right]:before{left:100%;margin-left:6px}[data-tooltip-position=bottom]:before{margin-top:6px;top:100%}[data-tooltip-position=left]:before{margin-right:6px;right:100%}[data-tooltip]:after{border-color:transparent;border-style:solid;content:"";display:none;height:0;position:absolute;width:0}[data-tooltip-position=bottom]:after,[data-tooltip-position=top]:after{left:50%;margin-left:-6px}[data-tooltip-position=left]:after,[data-tooltip-position=right]:after{margin-top:-6px;top:50%}[data-tooltip-position=top]:after{border-top-color:#5e6b92;border-width:6px 6px 0;bottom:100%}[data-tooltip-position=right]:after{border-right-color:#5e6b92;border-width:6px 6px 6px 0;left:100%}[data-tooltip-position=bottom]:after{border-bottom-color:#5e6b92;border-width:0 6px 6px;top:100%}[data-tooltip-position=left]:after{border-left-color:#5e6b92;border-width:6px 0 6px 6px;right:100%}[data-tooltip]:hover:after,[data-tooltip]:hover:before{display:block;z-index:4}.loading{-webkit-animation:shine-lines 2s ease-out infinite;animation:shine-lines 2s ease-out infinite;background-image:linear-gradient(90deg,#f4f4f4,hsla(0,0%,90%,.8) 40px,#f4f4f4 80px);background-size:600px}.line{border-radius:7px;height:14px}@-webkit-keyframes shine-lines{0%{background-position:-100px}40%,to{background-position:140px}}@keyframes shine-lines{0%{background-position:-100px}40%,to{background-position:140px}}@-webkit-keyframes shine-avatar{0%{background-position:-32px}40%,to{background-position:208px}}@keyframes shine-avatar{0%{background-position:-32px}40%,to{background-position:208px}}.bold-title{color:#1e223c;font-size:2.25rem;font-weight:700;line-height:2rem}@media only screen and (max-width:768px){.bold-title{font-size:1.625rem}}.bold-subtitle{color:#1e223c;font-size:1.5rem;font-weight:700}.bold-small-text{font-weight:700}.bold-small-text,.semibold-small-text{color:#1e223c;font-size:1rem;line-height:1.5rem}.semibold-small-text{font-weight:600}.normal-small-text{color:#1e223c;font-size:1rem;line-height:1.5rem}.medium-text{color:#1e223c;font-size:.875rem;font-weight:600;line-height:1rem}.semibold-link{color:#5670fb;cursor:pointer;font-size:.9375rem;font-weight:600;line-height:1.5rem}.semibold-link:hover{color:#4158d4}.isLink{color:#5670fb;cursor:pointer;font-weight:500}.isLink:hover{color:#4158d4}.cursor-pointer{cursor:pointer}.rating-45{background:#377e01}.rating-4{background:#5ba829}.rating-35{background:#9acd32}.rating-3{background:#cdd614}.rating-25{background:#ffba01}.rating-2{background:#ff9a05}.rating-15{background:#ff6e2b}.rating-1{background:#ff4b2b}.rating-0{background:#bfbfbf}.app-status-section{margin-top:3.75rem}.statusbar{box-sizing:border-box;padding:2rem;width:100%}.statusbar.pending{background-color:#f6f7ff}.statusbar.rejected{background-color:#fff5f6}.statusbar .status{display:flex;margin:0 auto;max-width:64rem}.statusbar img{height:28px;margin-right:.5rem;width:28px}@media only screen and (max-width:575px){.statusbar img{margin-right:.75rem}}.statusbar .st-title{color:#1e223c;font-size:1.25rem;font-weight:700;line-height:1.75rem;margin-bottom:.5rem}.statusbar .st-subtitle{font-size:1rem;line-height:1.5rem}.statusbar .st-subtitle a{color:#5670fb}.application-wrap{margin:3.75rem auto;max-width:44rem}@media only screen and (max-width:768px){.application-wrap{margin-left:2rem;margin-right:2rem}}.application-wrap .app-heading{color:#17203d;font-size:1.25rem;font-weight:500;line-height:1.5rem;margin-bottom:.5rem}.application-wrap .app-details{align-items:center;display:flex;flex-direction:column;padding:2.5rem}.application-wrap .comp-name{font-size:2.25rem;font-weight:700;line-height:2rem;margin-bottom:1.5rem;margin-top:2.5rem}.application-wrap .app-status{align-items:center;border-radius:3px;box-sizing:border-box;display:inline-flex;font-size:.75rem;font-weight:500;height:24px;justify-content:center;margin-bottom:.75rem;padding:0 .75rem;width:auto}.application-wrap .app-status.rejected{background-color:#fff5f6;border:1px solid #f2000a;color:#f2000a}.application-wrap .app-status.pending{background-color:#fffbee;border:1px solid #f29900;color:#f29900}.application-wrap .app-subheading{color:#17203d;font-size:1rem;line-height:1.5rem;margin-bottom:.5rem;margin-top:1.75rem}.application-wrap .app-description{color:#17203d;font-size:1rem;font-weight:500;line-height:1.5rem;margin-bottom:.5rem}.application-wrap .linkedin-wrap{align-items:center;color:#526dff;display:flex;font-size:14px;font-weight:500;line-height:24px}.application-wrap .linkedin-wrap img{height:20px;margin-right:8px;width:20px}.graphContainer{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr 1fr 1fr 1fr}.center{color:"#5B6FF2";display:grid;font-size:20px;height:60vh;place-items:center}.center>div{margin:4px;text-align:center}.progressBar-container .score-card{margin-top:2rem}.progressBar-container .score-card__progress-bar{height:160px;margin:0 auto;width:320px}.progressBar-container .score-card__progress-bar svg{fill:none;stroke:red;stroke-width:16;stroke-linecap:round;height:192px;width:320px}.progressBar-container .score-card__progress-bar.ebs-rate-5 svg{stroke:#4a7c22}.progressBar-container .score-card__progress-bar.ebs-rate-4 svg{stroke:#6ea63f}.progressBar-container .score-card__progress-bar.ebs-rate-3 svg{stroke:#cfd648}.progressBar-container .score-card__progress-bar.ebs-rate-2 svg{stroke:#f19f3a}.progressBar-container .score-card__progress-bar.ebs-rate-1 svg{stroke:#ec5a3b}.progressBar-container .score-card__progress-bar .progressbar-text{top:3.25rem!important}@font-face{font-family:Notification;font-style:normal;font-weight:400;src:url(/static/media/notification.3657084dc0419605a91c.eot);src:url(/static/media/notification.3657084dc0419605a91c.eot?#iefixs3g3t9) format("embedded-opentype"),url(/static/media/notification.c392cd33d9d9de730f9d.woff) format("woff"),url(/static/media/notification.c5d9251ea82e42f75381.ttf) format("truetype"),url(/static/media/notification.5d0158671dd860c714c4.svg#notification) format("svg")}.notification-container{box-sizing:border-box;max-height:calc(100% - 30px);overflow-x:hidden;overflow-y:auto;padding:0 15px;position:fixed;right:0;top:0;width:320px;z-index:999999}.notification{background-color:#ccc;border-radius:2px;box-shadow:0 0 12px #999;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1em;line-height:1.2em;margin-top:15px;opacity:.9;padding:15px 15px 15px 58px;position:relative}.notification .title{font-size:1em;font-weight:700;line-height:1.2em;margin:0 0 5px}.notification:focus,.notification:hover{opacity:1}.notification-enter{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}.notification-enter.notification-enter-active{transition:all .4s}.notification-enter.notification-enter-active,.notification-leave{-webkit-transform:translateZ(0);transform:translateZ(0);visibility:visible}.notification-leave.notification-leave-active{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);transition:all .4s;visibility:hidden}.notification:before{display:block;font-family:Notification;font-size:28px;height:28px;left:15px;line-height:28px;margin-top:-14px;position:absolute;text-align:center;top:50%;width:28px}.notification-info{background-color:#2f96b4}.notification-info:before{content:""}.notification-success{background-color:#51a351}.notification-success:before{content:""}.notification-warning{background-color:#f89406}.notification-warning:before{content:""}.notification-error{background-color:#bd362f}.notification-error:before{content:""}
/*# sourceMappingURL=main.7a51d239.css.map*/