/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 *//*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 *//*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 *//*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 *//*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */body,html{min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.body-scroll-locked,html.body-scroll-locked{overflow:hidden}a{will-change:color,background-color,border-color;-webkit-transition:color .25s,background-color .25s,border-color .25s;transition:color .25s,background-color .25s,border-color .25s;text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#1999f0}a:active,a:focus,a:hover{outline:none}img{vertical-align:top;max-width:100%;height:auto}textarea{resize:vertical}hr{border-color:#ddd}button:active,button:focus,button:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{outline:none;cursor:pointer}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}input[type=password]{-webkit-text-security:disc}input[type=email],input[type=file],input[type=number],input[type=password],input[type=search],input[type=submit],input[type=text],input[type=url],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=email]:focus,input[type=file]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=submit]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{outline:none!important}input[type=image]{border:0}input[type=email],input[type=password],input[type=tel],input[type=text],textarea{-webkit-tap-highlight-color:transparent;-webkit-user-modify:read-write-plaintext-only}input[type=number]::-webkit-outer-spin-button{margin:0}input::-ms-clear{display:none;width:0;height:0}@media (orientation:landscape){body{width:100%}}.section{padding:72px 0}.section h2.heading{font-family:Fira Sans,Roboto,sans-serif;font-size:40px;letter-spacing:-.5px}@media screen and (max-width:640px){.section{padding:32px 0}}.section.dark-section{background:#01306f;color:hsla(0,0%,100%,.7)}.section.dark-section .heading{color:#fff}.ellipsis{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.image-holder{border-radius:5px;overflow:hidden;margin-bottom:24px}.image-holder img{display:block;width:100%}.action-link{font-size:14px;font-weight:700;text-decoration:none}.action-link:active,.action-link:focus,.action-link:hover{text-decoration:none;color:#fff}.action-link:active span,.action-link:active strong,.action-link:focus span,.action-link:focus strong,.action-link:hover span,.action-link:hover strong{border-bottom-color:#fff}.action-link.light-parent:active,.action-link.light-parent:focus,.action-link.light-parent:hover{color:#01306f}.action-link.light-parent:active span,.action-link.light-parent:active strong,.action-link.light-parent:focus span,.action-link.light-parent:focus strong,.action-link.light-parent:hover span,.action-link.light-parent:hover strong{border-bottom-color:#01306f}.action-link i{vertical-align:middle;font-size:16px}.action-link span,.action-link strong{border-bottom:1px dotted #1999f0}.action-link.show-hide .show-text,.action-link.show-hide .show-text+i{display:none}.action-link.show-hide.closed .show-text{display:inline}.action-link.show-hide.closed .show-text+i{display:inline-block}.action-link.show-hide.closed .hide-text,.action-link.show-hide.closed .hide-text+i{display:none}.close-btn{width:32px;height:32px;line-height:32px;text-align:center;display:block;text-decoration:none!important}.close-btn i{font-size:24px;line-height:inherit;color:rgba(0,0,0,.24)}.close-btn:hover{text-decoration:none}.close-btn:hover i{color:rgba(0,0,0,.4)}.close-btn:active i,.close-btn:focus i{color:rgba(0,0,0,.6)}.iconic-link{font-size:14px;font-weight:700}.iconic-link,.iconic-link:active,.iconic-link:focus,.iconic-link:hover{text-decoration:none}.iconic-link span{text-decoration:underline}.iconic-link i{font-size:16px;margin-right:4px;vertical-align:middle;position:relative;top:-1px}@media screen and (min-width:861px){.iconic-link i{font-size:24px}}.read-more{font-size:14px;color:grey;line-height:32px;text-decoration:none}.read-more span{border-bottom:1px solid hsla(0,0%,50.2%,.5);text-decoration:none}.read-more:hover{color:grey;text-decoration:none}.read-more:hover span{border-bottom:1px solid hsla(0,0%,50.2%,.5)}.img-zoom{cursor:pointer}@-webkit-keyframes loader_rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader_rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loader-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:hsla(0,0%,100%,.5);z-index:100}.loader-spinner,.loader-spinner-fixed{width:50px;height:50px;position:absolute;top:40%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.loader-spinner-fixed{position:fixed;top:50vh;left:50vw}.loader-spinner-fixed:after,.loader-spinner:after{content:"";position:absolute;width:50px;height:50px;border-radius:50%;border:6px solid transparent;border-top:6px solid #1999f0;-webkit-animation:loader_rotate 1s linear infinite;animation:loader_rotate 1s linear infinite}.section-label{display:inline-block;padding:0 16px 2px;border:1px solid #49d985;color:#49d985;line-height:30px;height:32px;font-size:14px;border-radius:21.5px}.external-link{position:relative;padding-right:8px}.external-link:after{content:"";position:absolute;top:0;right:0;width:5px;height:5px;overflow:hidden;margin:0;background:url(../img/external-link.13e52623.svg) no-repeat}.fade-enter-active{-webkit-transition:opacity .5s ease-in .5s;transition:opacity .5s ease-in .5s}.fade-enter,.fade-leave-to{opacity:0}.view-enter-to,.view-leave{opacity:1}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */body{color:rgba(0,0,0,.38);font-family:Roboto,sans-serif}p{margin:0 0 32px}@media screen and (max-width:640px){p{margin-bottom:24px}}@media screen and (max-width:320px){p{margin-bottom:16px}}small{font-size:14px}.heading-h1,.heading-h2,h1,h2{font-size:40px;line-height:1.34;font-weight:300;margin:0 0 16px;color:#262626}@media screen and (max-width:640px){.heading-h1,.heading-h2,h1,h2{line-height:1.24;margin-bottom:8px}}.heading-h3,h3{line-height:1.34;margin-bottom:24px;color:#262626}@media screen and (max-width:640px){.heading-h3,h3{margin-bottom:16px}}.content-section{padding:56px 0 40px;color:rgba(0,0,0,.87)}@media screen and (max-width:1024px){.content-section{padding:32px 0 24px}}.content-section h1{font-weight:300;font-size:40px;margin:0 0 8px}.content-section h2{font-size:20px;line-height:1.2;font-weight:700;margin:0 0 16px;padding-top:25px}.content-section h3{font-size:16px;padding-top:8px}.content-section h3,.content-section h4{line-height:1.5;font-weight:700;margin:0 0 8px}.content-section h4{font-size:14px}.content-section p{margin:0 0 12px}.content-section a{text-decoration:none}.content-section a:hover{text-decoration:underline}.content-section ol{list-style-type:none;counter-reset:item;margin-bottom:12px;padding:0}.content-section ol>li{display:table;counter-increment:item;margin-bottom:.6em}.content-section ol>li:before{content:counters(item,".") ". ";display:table-cell;padding-right:.6em}.content-section ol.ordered-list-with-h2-titles>li:before{font-size:20px;font-weight:700}.content-section ol.lower-alpha-type>li:before{content:counter(item,lower-alpha) ". "}.content-section .content-section-img{margin:20px 0;-webkit-box-shadow:0 6px 14px 0 rgba(180,200,215,.3);box-shadow:0 6px 14px 0 rgba(180,200,215,.3)}.content-section .note{margin:32px 0;padding:40px 48px;background-color:#fbfbfb;font-size:18px;font-style:italic;color:rgba(0,0,0,.54);line-height:1.6}@media screen and (max-width:640px){.content-section .note{font-size:16px;padding:16px 24px}}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.container-holder{max-width:1200px;padding-left:40px;padding-right:40px}@media screen and (max-width:640px){.container-holder{padding-left:24px;padding-right:24px}}@media screen and (max-width:320px){.container-holder{padding-left:16px;padding-right:16px}}.container-holder.full-width{max-width:100%}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.hide-for-screen-reader{position:absolute;top:-10px;height:1px!important;width:1px!important;padding:0!important;overflow:hidden}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.image-list .image-item{margin:0 12px 32px;display:inline-block;width:168px;height:168px;border-radius:5px;-webkit-box-shadow:0 6px 14px 0 rgba(180,200,215,.3);box-shadow:0 6px 14px 0 rgba(180,200,215,.3);border:1px solid transparent;position:relative;text-align:center;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;overflow:auto}.images-wrapper{max-width:744px;margin:0 auto}.image-list{margin:72px -12px 88px;padding:0;list-style:none;text-align:left}.image-list.admin{padding-top:40px;margin-left:40px}@media screen and (max-width:768px){.image-list{text-align:center;margin:56px -12px 32px}}.image-list.center-images{text-align:center}.image-list.fade-image-list-enter-active{-webkit-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.image-list.fade-image-list-enter,.image-list .fade-image-list-leave-to{opacity:0}.image-list .image-item .icon{display:none;position:absolute;top:8px;right:8px;border-radius:50%;background-color:rgba(0,0,0,.26);color:#fff;font-size:24px;text-decoration:none}.image-list .image-item .icon,.image-list .image-item .icon i{width:32px;height:32px;line-height:32px}.image-list .image-item .icon:hover{background-color:rgba(0,0,0,.5)}.image-list .image-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.image-list .image-item img.no-thumbnail{margin-top:60px;width:40px;height:40px}.image-list .image-item:hover{border-color:#49d985;cursor:pointer}.image-list .image-item:hover .icon{display:block}.image-list .image-item.in-progress{position:relative;border:none;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.image-list .image-item.in-progress:after{content:"";position:absolute;width:32px;height:32px;background:url(../img/scan.65dd6a2e.svg) no-repeat 50%/cover;opacity:.54;top:50%;left:50%;margin-top:-16px;margin-left:-16px;z-index:2}.image-list .image-item.image-failed,.image-list .image-item.in-progress img{position:relative}.image-list .image-item.image-failed:hover{border-color:#c7d9e1;cursor:default}.image-list .image-item.image-failed img{margin:40px 0 8px;width:32px;height:32px}.image-list .image-item.image-failed .image-name{position:relative;font-size:12px;color:rgba(0,0,0,.26);padding:0 16px;height:36px;overflow:hidden;word-break:break-all}.image-list .image-item.image-failed .image-name:after{content:"";text-align:right;position:absolute;bottom:0;right:0;width:24%;height:20px;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(50%,#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 50%)}.image-list .image-item.image-failed .image-details{position:absolute;bottom:10px;left:0;right:0;color:rgba(0,0,0,.26);font-size:11px;text-transform:uppercase;font-weight:500;letter-spacing:.2px}.image-list .image-item.completed{overflow:unset}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 *//*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 *//*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */#calculate-your-cost{padding:24px 24px 32px;border-radius:10px;-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.08);box-shadow:0 2px 20px 0 rgba(0,0,0,.08);cursor:default}#calculate-your-cost .calculate-heading{text-transform:uppercase;color:rgba(0,0,0,.38);font-size:16px;margin-bottom:16px;font-weight:400}#calculate-your-cost .calculate-cost-table-holder{max-width:440px;margin:0 auto}#calculate-your-cost .calculate-cost-table-holder table{width:100%;table-layout:fixed;text-align:left;border-radius:5px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}#calculate-your-cost .calculate-cost-table-holder table thead{background-color:rgba(0,0,0,.03);height:30px;color:#262626}#calculate-your-cost .calculate-cost-table-holder table thead .calc-head-col{font-size:13px;font-weight:500;padding:5px 16px}#calculate-your-cost .calculate-cost-table-holder table thead .calc-head-col span{color:rgba(38,38,38,.54);font-weight:400}#calculate-your-cost .calculate-cost-table-holder table tbody .calc-col{font-size:22px;color:#262626;font-weight:300;padding:12px 16px 13px}#calculate-your-cost .calculate-cost-table-holder table tbody .calc-col.input-col{padding:0}#calculate-your-cost .calculate-cost-table-holder table tbody .img-quantity-input{padding:12px 16px 13px;width:100%;border:none;color:#00a947;font-weight:300;border-radius:0 0 0 5px}#calculate-your-cost .calculate-cost-table-holder table tbody .img-quantity-input:focus{-webkit-box-shadow:0 0 0 1px #49d985;box-shadow:0 0 0 1px #49d985}#calculate-your-cost .calculate-cost-table-holder table tr .calc-col,#calculate-your-cost .calculate-cost-table-holder table tr .calc-head-col{border-right:1px solid rgba(0,0,0,.08)}#calculate-your-cost .calculate-cost-table-holder table tr .calc-col:last-child,#calculate-your-cost .calculate-cost-table-holder table tr .calc-head-col:last-child{border-right:none}@media screen and (max-width:480px){#calculate-your-cost .calculate-cost-table-holder table tr .calc-col,#calculate-your-cost .calculate-cost-table-holder table tr .calc-head-col{display:block}#calculate-your-cost .calculate-cost-table-holder table tr .calc-col .img-quantity-input,#calculate-your-cost .calculate-cost-table-holder table tr .calc-head-col .img-quantity-input{border-radius:0}}@media screen and (max-width:480px){#calculate-your-cost .calculate-cost-table-holder table .total-cost-title.hide-on-mobile{display:none}}#calculate-your-cost .calculate-cost-table-holder table .total-cost-title.show-on-mobile{display:none}@media screen and (max-width:480px){#calculate-your-cost .calculate-cost-table-holder table .total-cost-title.show-on-mobile{display:block;background-color:rgba(0,0,0,.03);height:30px;color:#262626;font-size:13px;font-weight:500;padding:5px 16px}}#calculate-your-cost .info-toggle{display:inline-block}#calculate-your-cost .info-toggle.show .info-icon{color:#00a947}#calculate-your-cost .info-toggle .info-icon{margin-right:0;font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px;font-size:18px;color:rgba(0,0,0,.26);margin-top:-5px;cursor:pointer}#calculate-your-cost .info-toggle .info-icon.active,#calculate-your-cost .info-toggle .info-icon.focus,#calculate-your-cost .info-toggle .info-icon:focus,#calculate-your-cost .info-toggle .info-icon:hover{color:#00a947}#calculate-your-cost .info-toggle .price-explanation-dropdown{background-color:#262626;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.16);box-shadow:0 8px 16px 0 rgba(0,0,0,.16);border-radius:5px;max-width:232px;padding:12px 16px}#calculate-your-cost .info-toggle .price-explanation-dropdown .price-table{width:100%;font-size:13px;color:#fff;font-weight:400;line-height:28px}#calculate-your-cost .info-toggle .price-explanation-dropdown .price-table .header{color:hsla(0,0%,100%,.38);line-height:1;border-bottom:1px solid hsla(0,0%,100%,.12);height:26px;vertical-align:top}#calculate-your-cost .info-toggle .price-explanation-dropdown .price-table .row-with-top-offset{height:37px;vertical-align:bottom}#calculate-your-cost .info-toggle .price-explanation-dropdown .price-table .row-with-bottom-offset{height:37px;vertical-align:top}#calculate-your-cost .info-toggle .price-explanation-dropdown .price-table .img-quantity{color:hsla(0,0%,100%,.54)}#calculate-your-cost .info-toggle .price-explanation-dropdown .price-table .result{border-top:1px solid hsla(0,0%,100%,.12);height:37px;vertical-align:bottom}#calculate-your-cost .info-toggle .price-explanation-dropdown .price-table .result .img-quantity{color:#fff}#calculate-your-cost .info-toggle .price-explanation-dropdown[x-placement=bottom-start]{left:-16px!important;top:6px!important}#calculate-your-cost .info-toggle .price-explanation-dropdown[x-placement=bottom-start]:after{position:absolute;left:8px;top:-8px;width:0;height:0;content:"";border-left:16px solid transparent;border-right:16px solid transparent;border-bottom:16px solid #262626}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.features{padding-top:32px}@media screen and (max-width:768px){.features{padding-top:16px}}.features .element{text-align:center;margin-bottom:40px;padding:0 32px}.features .element p{max-width:300px;margin:0 auto}.features .feature-icon{width:80px;height:80px;display:inline-block}.features .heading{font-size:20px;line-height:1.2;margin-bottom:16px;font-weight:400;margin-top:8px}.features p{margin-bottom:24px}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.features-descriptions{position:relative;text-align:center;padding-top:120px;padding-bottom:0}.features-descriptions .heading{margin-bottom:32px}@media screen and (max-width:768px){.features-descriptions{padding-top:56px}}.features-descriptions .section-label{margin-bottom:24px}.features-descriptions .section-description{font-size:16px;line-height:26px;max-width:696px;padding:0 16px;margin:32px auto 66px;color:hsla(0,0%,100%,.7);text-align:left}.features-descriptions .image-wrapper{background-color:rgba(0,0,0,.3);max-width:696px;margin:0 auto 40px;border-radius:10px;-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.08);box-shadow:0 2px 20px 0 rgba(0,0,0,.08);overflow:hidden}@media screen and (max-width:768px){.features-descriptions .image-wrapper{height:auto}}.features-descriptions .feature-list-wrapper{position:relative;margin:0 auto;max-width:696px}.features-descriptions .features-list{padding:0;list-style:none;text-align:center;border-bottom:1px solid hsla(0,0%,100%,.16);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.features-descriptions .features-list::-webkit-scrollbar{display:none}.features-descriptions .features-list li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:inline-block;margin:0 8px;vertical-align:top;max-width:100px}.features-descriptions .features-list li a{text-decoration:none;color:hsla(0,0%,100%,.48);display:inline-block}.features-descriptions .features-list li a:hover{color:#49d985}.features-descriptions .features-list li.is-active{position:relative}.features-descriptions .features-list li.is-active:after{display:block;content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#fff}.features-descriptions .features-list li.is-active a{color:#fff}.features-descriptions .features-list li .icon{width:24px;height:24px;line-height:24px;margin-bottom:16px;display:inline-block;font-size:24px}.features-descriptions .features-list li .description{font-size:16px;line-height:23px;margin-bottom:20px}.features-descriptions .features-list li .description span{display:block}.features-descriptions .scroll-button-group button{border:none;background:transparent}.features-descriptions .scroll-button-group .scroll-left,.features-descriptions .scroll-button-group .scroll-right{position:absolute;top:0;cursor:pointer;color:#fff;height:100%;width:48px}.features-descriptions .scroll-button-group .scroll-left i,.features-descriptions .scroll-button-group .scroll-right i{margin-right:0;font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px;opacity:.7}.features-descriptions .scroll-button-group .scroll-left:hover i,.features-descriptions .scroll-button-group .scroll-right:hover i{opacity:1}.features-descriptions .scroll-button-group .scroll-left{left:0;background-image:-webkit-gradient(linear,right top,left top,from(rgba(1,48,111,.54)),to(#01306f));background-image:linear-gradient(270deg,rgba(1,48,111,.54),#01306f)}.features-descriptions .scroll-button-group .scroll-right{right:0;background-image:-webkit-gradient(linear,left top,right top,from(rgba(1,48,111,.54)),to(#01306f));background-image:linear-gradient(90deg,rgba(1,48,111,.54),#01306f)}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */#how-it-works{padding-top:120px}@media screen and (max-width:1024px){#how-it-works{padding-top:64px}}#how-it-works .heading{text-align:center}#how-it-works .how-it-works-list{margin:0;padding:0;list-style:none}#how-it-works .how-it-works-list li{position:relative;padding-left:46%}@media screen and (max-width:1024px){#how-it-works .how-it-works-list li{padding-left:0;text-align:center}#how-it-works .how-it-works-list li:not(:first-child) .illustration:before{clear:both;display:block;width:8px;height:56px;content:"";background:url(../img/dots.06a46694.svg) no-repeat;margin-left:50%;margin-top:25px}}#how-it-works .how-it-works-list li:not(:last-child) .illustration:after{clear:both;display:block;width:8px;height:56px;content:"";background:url(../img/dots.06a46694.svg) no-repeat;margin-left:50%;margin-top:25px}@media screen and (max-width:1024px){#how-it-works .how-it-works-list li:not(:last-child) .illustration:after{display:none}}#how-it-works .how-it-works-list li:nth-child(2) .illustration:before{margin-bottom:24px}@media screen and (max-width:1024px){#how-it-works .how-it-works-list li:last-child .illustration{margin-bottom:0}}#how-it-works .how-it-works-list li .illustration{position:absolute;max-width:320px;width:100%;top:40px;left:8%}@media screen and (max-width:1024px){#how-it-works .how-it-works-list li .illustration{position:static;margin:0 auto 24px}}#how-it-works .how-it-works-list li .illustration .image{text-align:center;width:320px;height:320px;position:relative}@media screen and (max-width:480px){#how-it-works .how-it-works-list li .illustration .image{width:280px;height:280px;margin:0 auto}}#how-it-works .how-it-works-list li .illustration .magic-svg{position:absolute;z-index:2}#how-it-works .how-it-works-list li .illustration .waves{position:absolute;z-index:1}@media screen and (max-width:480px){#how-it-works .how-it-works-list li .illustration .waves svg{width:280px;height:280px}}#how-it-works .how-it-works-list li .info{padding-left:130px;overflow:hidden;min-height:430px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1024px){#how-it-works .how-it-works-list li .info{display:block;min-height:0;padding-left:0}}#how-it-works .how-it-works-list li .info:after{content:"";width:2px;background:rgba(73,217,133,.1);height:100%;position:absolute;top:0;left:40px;z-index:1}@media screen and (max-width:1024px){#how-it-works .how-it-works-list li .info:after{display:none}}#how-it-works .how-it-works-list li .info .number{width:80px;height:80px;border:2px solid rgba(73,217,133,.1);border-radius:50%;text-align:center;line-height:76px;color:#49d985;font-size:40px;background-color:#01306f;position:absolute;top:50%;left:0;margin-top:-50px;z-index:2;font-weight:300}@media screen and (max-width:1024px){#how-it-works .how-it-works-list li .info .number{display:none}}#how-it-works .how-it-works-list li .info p{font-size:20px;line-height:30px;color:#fff;max-width:80%;font-weight:400}@media screen and (max-width:1024px){#how-it-works .how-it-works-list li .info p{margin:0 auto;font-size:16px;line-height:24px}}#how-it-works .how-it-works-list li:first-child .info:after{height:50%;top:50%}#how-it-works .how-it-works-list li:nth-child(3) .info:after{height:50%}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */#intro{position:relative;overflow:hidden;height:900px;padding-top:72px;background-repeat:no-repeat;background-image:linear-gradient(134deg,#008ea8,#38ffd3)}@media screen and (max-width:768px){#intro{text-align:center}}@media screen and (max-width:480px){#intro{height:740px}}@media screen and (max-width:320px){#intro{height:640px}}#intro:after{content:"";position:absolute;top:0;left:50%;height:100%;z-index:1;background:#262626;width:100%;-webkit-transform:skew(-35deg);transform:skew(-35deg);-webkit-transform-origin:bottom right;transform-origin:bottom right;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}@media screen and (max-width:768px){#intro:after{left:0}}#intro .gallery-wrapper{position:relative;z-index:2;cursor:default}#intro .container-holder{position:relative;height:828px}@media screen and (max-width:480px){#intro .container-holder{height:668px}}@media screen and (max-width:320px){#intro .container-holder{height:568px}}#intro .vueperslides--fixed-height{height:828px}@media screen and (max-width:480px){#intro .vueperslides--fixed-height{height:668px}}@media screen and (max-width:320px){#intro .vueperslides--fixed-height{height:568px}}#intro .gallery-slides{position:absolute;top:0;left:0;width:100%}#intro .info-text{position:relative;z-index:3;padding-top:120px}@media screen and (max-width:768px){#intro .info-text{padding-top:70px}}@media screen and (max-width:480px){#intro .info-text{padding-top:40px}}@media screen and (max-width:320px){#intro .info-text{padding-top:20px}}#intro .heading{font-size:56px;line-height:1;color:#fff;font-weight:700;margin:0 0 8px}#intro .heading span{font-weight:100}@media screen and (max-width:768px){#intro .heading{font-size:48px}}#intro .sub-heading{display:block;font-size:20px;line-height:1.5;color:hsla(0,0%,100%,.7);margin-bottom:48px;font-weight:400}@media screen and (max-width:768px){#intro .sub-heading br{display:none}}@media screen and (max-width:480px){#intro .sub-heading{margin-bottom:24px}}#intro .vueperslide__content-wrapper{position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:2;width:100%}@media screen and (max-width:1200px){#intro .vueperslide__content-wrapper{-webkit-transform:translate(-40%);transform:translate(-40%);bottom:104px}}@media screen and (max-width:960px){#intro .vueperslide__content-wrapper{width:74vmax}}@media screen and (max-width:768px){#intro .vueperslide__content-wrapper{width:45vmax;-webkit-transform:translate(-50%);transform:translate(-50%);bottom:88px}}@media screen and (max-width:640px){#intro .vueperslide__content-wrapper{width:80%}}#intro .vueperslide__content-wrapper img{width:100%;max-width:744px;display:block;margin:0 auto}#intro .vueperslides--touchable,#intro .vueperslides__track{cursor:default}#intro .gallery-previews{position:absolute;bottom:0;left:0;width:100%;padding:12px 8px;background:#000;z-index:1000}@media screen and (min-width:1201px){#intro .gallery-previews{top:50%;right:44px;bottom:auto;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:104px;padding:34px 0;background:none;margin-top:-36px}}#intro .gallery-previews .next-btn,#intro .gallery-previews .prev-btn{position:absolute;width:36px;height:25px;text-indent:-9999px;left:50%;margin-left:-18px;background:url(../img/arrow_up-white.577ce2b4.svg) no-repeat;opacity:.5}#intro .gallery-previews .next-btn:hover,#intro .gallery-previews .prev-btn:hover{opacity:1}@media screen and (max-width:1200px){#intro .gallery-previews .next-btn,#intro .gallery-previews .prev-btn{display:none}}#intro .gallery-previews .prev-btn{top:0}#intro .gallery-previews .next-btn{bottom:0;-webkit-transform:scaleX(-1);transform:scale(-1);-webkit-filter:FlipH;filter:FlipH;-ms-filter:"FlipH";margin-left:-16px}#intro .gallery-items-list-holder{overflow:hidden;width:100%}@media screen and (min-width:1201px){#intro .gallery-items-list-holder{height:536px}}#intro .gallery-items-list{margin:0;padding:0;list-style:none;text-align:center}@media screen and (min-width:1201px){#intro .gallery-items-list{width:auto;height:9999px}}#intro .gallery-items-list .gallery-item{display:inline-block;border-radius:2px;margin:8px;width:40px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}@media screen and (min-width:481px){#intro .gallery-items-list .gallery-item{width:72px}}@media screen and (min-width:1201px){#intro .gallery-items-list .gallery-item{float:left;margin:12px;width:80px}}#intro .gallery-items-list .gallery-item.active-item{-webkit-transform:scale(1.2);transform:scale(1.2);margin:20px 12px}@media screen and (max-width:1200px){#intro .gallery-items-list .gallery-item.active-item{margin:8px 16px}}#intro .gallery-items-list .gallery-item.active-item img{-webkit-filter:none;filter:none}#intro .gallery-items-list .gallery-item:hover{cursor:pointer}#intro .gallery-items-list .gallery-item:hover img{-webkit-filter:none;filter:none}#intro .gallery-items-list .gallery-item img{display:block;width:100%;height:100%;-webkit-filter:grayscale(100%);filter:grayscale(100%)}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */#plans-are-prepaid{display:inline-block;margin-left:-16px;color:rgba(0,0,0,.54)}@media screen and (max-width:640px){#plans-are-prepaid{margin-bottom:32px;max-width:268px;line-height:12px}}#plans-are-prepaid:before{content:"";display:inline-block;width:40px;height:40px;vertical-align:middle;background:url(../img/prepaid.ae0bce4f.svg) no-repeat;margin:-1px 16px 0 0;position:relative}@media screen and (max-width:480px){#plans-are-prepaid:before{margin-right:6px}}#plans-are-prepaid strong{font-weight:400;color:rgba(0,0,0,.87)}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */#pricing-tiers{padding:56px 96px;background-image:-webkit-gradient(linear,right top,left top,from(#0044ed),to(#38e6c7));background-image:linear-gradient(270deg,#0044ed,#38e6c7);border-radius:10px}@media screen and (max-width:1024px){#pricing-tiers{padding:48px 40px}}@media screen and (max-width:640px){#pricing-tiers{padding:40px 16px}}#pricing-tiers .pricing-row{margin:0}#pricing-tiers .pricing-box{padding:0}#pricing-tiers .pricing-box .rail{height:8px;background-color:#fff}#pricing-tiers .pricing-box .price{font-size:48px;font-weight:300;color:#fff;line-height:1}@media screen and (max-width:860px){#pricing-tiers .pricing-box .price{font-size:40px}}@media screen and (max-width:480px){#pricing-tiers .pricing-box .price{font-size:24px;font-weight:400;margin-bottom:16px}}#pricing-tiers .pricing-box .price.free{font-size:44px}@media screen and (max-width:860px){#pricing-tiers .pricing-box .price.free{font-size:40px}}@media screen and (max-width:480px){#pricing-tiers .pricing-box .price.free{font-size:24px;font-weight:400}}@media screen and (max-width:768px){#pricing-tiers .pricing-box .price.free:lang(ru){font-size:30px}}@media screen and (max-width:576px){#pricing-tiers .pricing-box .price.free:lang(ru){font-size:24px}}@media screen and (max-width:480px){#pricing-tiers .pricing-box .price.free:lang(ru){font-size:16px}}#pricing-tiers .pricing-box .price .currency{vertical-align:super;top:-3px;margin-right:4px;margin-left:-14px;font-size:24px}@media screen and (max-width:480px){#pricing-tiers .pricing-box .price .currency{vertical-align:baseline;top:0;margin-left:0}}#pricing-tiers .pricing-box .price-description{font-size:13px;font-weight:500;letter-spacing:.4px;color:#fff;margin:4px 0 24px}@media screen and (max-width:480px){#pricing-tiers .pricing-box .price-description{display:none}}#pricing-tiers .pricing-box .legend-value{display:inline-block;margin-top:16px;color:#fff;font-size:16px;font-weight:700;float:left;-webkit-transform:translateX(-50%);transform:translateX(-50%);line-height:1.3}#pricing-tiers .pricing-box .legend-value .description{font-size:13px;font-weight:500}@media screen and (max-width:480px){#pricing-tiers .pricing-box .legend-value{display:none}}#pricing-tiers .pricing-box .legend-value-mobile{display:none}@media screen and (max-width:480px){#pricing-tiers .pricing-box .legend-value-mobile{display:block;margin-top:12px;color:#fff;font-size:13px;font-weight:500}#pricing-tiers .pricing-box .legend-value-mobile i{font-size:22px}}#pricing-tiers .pricing-box.pricing-box-left .rail{opacity:.7;border-radius:4px 0 0 4px;margin-right:3px}#pricing-tiers .pricing-box.pricing-box-mediate .rail{-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.16);box-shadow:0 3px 10px 0 rgba(0,0,0,.16)}#pricing-tiers .pricing-box.pricing-box-right .rail{border-radius:0 4px 4px 0;margin-left:3px}#pricing-tiers .pricing-box.pricing-box-right .legend-value.unlimited{float:right;-webkit-transform:translateX(42%);transform:translateX(42%);margin-top:14px}#pricing-tiers .pricing-box.pricing-box-right i{margin-top:-3px;margin-right:0;font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.tool-for-job{position:relative;padding-top:120px}@media screen and (max-width:1024px){.tool-for-job{padding-top:64px}}.tool-for-job .heading{text-align:center;margin-bottom:32px}.tool-for-job .feature-container{max-width:1068px}.tool-for-job .feature-title{font-size:28px;font-weight:700;color:#fff;margin-bottom:6px;line-height:1.2}@media screen and (max-width:1024px){.tool-for-job .feature-title{font-size:26px}}.tool-for-job .feature-description{font-size:16px;margin-bottom:24px}.tool-for-job .feature-row{padding:40px 32px 40px 80px;background-color:#033b7b}@media screen and (max-width:1024px){.tool-for-job .feature-row{padding:40px;margin:0}}@media screen and (max-width:640px){.tool-for-job .feature-row{padding:40px 16px}}.tool-for-job .feature-row .text-holder{padding-top:56px;max-width:360px}@media screen and (max-width:1024px){.tool-for-job .feature-row .text-holder{padding-top:48px}}@media screen and (max-width:960px){.tool-for-job .feature-row .text-holder{padding-top:40px}}@media screen and (max-width:768px){.tool-for-job .feature-row .text-holder{padding-top:0}}.tool-for-job .feature-row .feature-img{text-align:center}.tool-for-job .feature-row.top-row{border-radius:10px 10px 0 0}.tool-for-job .feature-row.middle-row{background-image:linear-gradient(134deg,#008ea8,#5aceb4)}.tool-for-job .feature-row.middle-row .img-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:260px}@media screen and (max-width:768px){.tool-for-job .feature-row.middle-row .img-col{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;min-height:100%;place-content:center}}.tool-for-job .feature-row.bottom-row{border-radius:0 0 10px 10px}.tool-for-job .graduates-animation{position:relative}.tool-for-job .graduates-animation .transparent-bg{-webkit-box-shadow:0 2px 14px 0 rgba(0,0,0,.2);box-shadow:0 2px 14px 0 rgba(0,0,0,.2);border-radius:4px}.tool-for-job .graduates-animation .image-original,.tool-for-job .graduates-animation .image-transparent{position:absolute;top:0;left:0;border-radius:4px}.tool-for-job .graduates-animation .image-original{-webkit-animation:hideImage 3s infinite alternate;animation:hideImage 3s infinite alternate}@-webkit-keyframes hideImage{0%{opacity:1}50%{opacity:1}to{opacity:0}}@keyframes hideImage{0%{opacity:1}50%{opacity:1}to{opacity:0}}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.btns-holder .btn{margin:0 8px 24px}.btn{display:inline-block;border:none;font-size:16px;min-height:40px;line-height:38px;border-radius:40px;background-color:#000;color:#fff;padding:0 24px 1px;-webkit-transition:all .25s ease-in-out 0s;transition:all .25s ease-in-out 0s;text-decoration:none;text-align:center;-webkit-box-shadow:0 8px 20px 0 rgba(0,0,0,.12);box-shadow:0 8px 20px 0 rgba(0,0,0,.12)}@media screen and (min-width:481px){.btn{font-size:16px}}.btn:active,.btn:focus,.btn:hover{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.18);box-shadow:0 2px 4px 0 rgba(0,0,0,.18);text-decoration:none;color:#49d985}.btn.btn-lg{min-height:56px;border-radius:56px;line-height:54px;padding:0 40px 2px}.btn.btn-md{min-height:48px;border-radius:48px;line-height:46px;padding:0 40px 2px}.btn.btn-sm{min-height:32px;border-radius:32px;font-size:14px;line-height:30px}.btn.btn-white{background:#fff;color:#262626;-webkit-box-shadow:0 8px 20px 0 rgba(0,0,0,.12);box-shadow:0 8px 20px 0 rgba(0,0,0,.12)}.btn.btn-white.active,.btn.btn-white:hover{color:#00a947;-webkit-box-shadow:0 5px 12px 0 rgba(0,0,0,.12);box-shadow:0 5px 12px 0 rgba(0,0,0,.12)}.btn.btn-white.disabled:hover{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.btn.btn-white.capitalized{font-size:13px;letter-spacing:1px;text-transform:uppercase;font-weight:500;height:36px;min-height:36px;line-height:36px}.btn.btn-green{font-weight:500;background-color:hsla(0,0%,100%,.2);background-image:linear-gradient(-45deg,#4db4a8,#81e7b2)}.btn.btn-green.active,.btn.btn-green:focus,.btn.btn-green:hover{color:#fff;background-image:linear-gradient(-45deg,#53afa7,#76dca7)}.btn.btn-green.disabled,.btn.btn-green:disabled{color:hsla(0,0%,100%,.54);-webkit-box-shadow:none;box-shadow:none;background:hsla(0,0%,100%,.2)}.btn.btn-dark{font-weight:500}.btn.btn-bordered{border:2px solid #49d985;color:#262626;background:none;-webkit-box-shadow:none;box-shadow:none;padding:0 32px 1px;min-height:40px -4;line-height:36px;border-radius:40px -6}.btn.btn-bordered.btn-lg{border-width:2px;min-height:52px;border-radius:52px;line-height:50px}.btn.btn-bordered:active,.btn.btn-bordered:hover{-webkit-box-shadow:none;box-shadow:none;background-color:rgba(73,217,133,.12)}.btn.btn-bordered.disabled{border:2px solid #49d985;color:#262626;opacity:.4}.btn.btn-thin{margin:0 8px;height:36px;line-height:34px;min-height:36px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.38);color:#fff;text-transform:uppercase;font-size:13px;-webkit-box-shadow:none;box-shadow:none;font-weight:500;letter-spacing:1px}.btn.btn-thin.btn-md{min-height:48px;border-radius:48px;line-height:46px;padding:0 24px 2px}.btn.btn-thin:hover{background:hsla(0,0%,100%,.26);border:1px solid hsla(0,0%,100%,.87)}.btn.disabled{border-color:rgba(0,0,0,.38);color:rgba(0,0,0,.38);cursor:not-allowed}.btn.disabled:hover{background:inherit;cursor:not-allowed}.btn.iconic-btn{padding:0 6px;-webkit-box-shadow:0 1px 6px 0 rgba(0,0,0,.06),0 4px 9px 0 rgba(0,0,0,.08);box-shadow:0 1px 6px 0 rgba(0,0,0,.06),0 4px 9px 0 rgba(0,0,0,.08)}.btn.iconic-btn [class*=" icon-"],.btn.iconic-btn [class^=icon-]{font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px;position:relative;color:rgba(0,0,0,.38)}.btn .btn-icon{font-size:24px;float:right;margin-top:5px;margin-right:-8px;margin-left:8px}.btn .btn-icon-before{margin-right:16px;font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px}.btn label{cursor:pointer}@media screen and (max-width:640px){.btn.hide-text-lg .btn-text{display:none}}.btn .show-text-on-desktop{display:none}@media screen and (min-width:641px){.btn .show-text-on-desktop{display:block}}.btn .show-text-on-mobile{display:none}@media screen and (max-width:640px){.btn .show-text-on-mobile{display:block}}.google-btn{display:inline-block;border:none;padding:10px 32px 12px 24px;background-color:#fff;-webkit-box-shadow:0 8px 20px 0 rgba(0,0,0,.12);box-shadow:0 8px 20px 0 rgba(0,0,0,.12);border-radius:5px;margin-bottom:24px;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.google-btn .btn-icon{background:url(../img/google.bd1ea86d.svg) no-repeat;display:inline-block;vertical-align:middle;width:18px;height:18px;margin-right:16px}.google-btn .btn-text{font-size:14px;font-weight:500;color:#262626}.google-btn:hover{cursor:pointer;-webkit-box-shadow:0 0 4px 5px rgba(3,151,171,.32);box-shadow:0 0 4px 5px rgba(3,151,171,.32)}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.dropdown{position:relative}.dropdown .dropdown-activator{display:block;width:24px;height:24px}.dropdown .dropdown-menu{border:none;min-width:264px;padding:8px 0;font-size:14px;color:#262626;border-radius:5px;-webkit-box-shadow:0 2px 7px 0 rgba(0,0,0,.08),0 2px 20px 0 rgba(0,0,0,.08);box-shadow:0 2px 7px 0 rgba(0,0,0,.08),0 2px 20px 0 rgba(0,0,0,.08);margin:0}.dropdown .dropdown-menu .dropdown-title{margin:8px 16px;height:14px;color:rgba(0,0,0,.54);font-size:12px;letter-spacing:0;line-height:14px}.dropdown .dropdown-menu .dropdown-item{display:block;width:100%;clear:both;font-weight:400;text-align:inherit;white-space:nowrap;background-color:transparent;border:0;color:#262626;padding:12px 16px;text-decoration:none}.dropdown .dropdown-menu .dropdown-item:hover{background-color:rgba(73,217,133,.08)}.dropdown .dropdown-menu .dropdown-item:hover i{color:rgba(0,0,0,.54)!important}.dropdown .dropdown-menu .dropdown-item i{color:rgba(0,0,0,.38)!important;margin-right:16px;font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.error-page{background:url(../img/404-image.8b813dbb.png) no-repeat 50% fixed;background-size:cover;height:100%;width:100%;position:absolute}.error-page .error-content{background:rgba(0,0,0,.54);border-radius:5px;color:#fff;padding:96px 72px 88px;text-align:center}@media screen and (max-width:640px){.error-page .error-content{padding:56px 24px 64px;margin:0 8px}.error-page .error-content .back-btn{padding:0 32px 2px}}@media screen and (max-width:480px){.error-page .error-content{padding-bottom:56px}}.error-page .error-content-title{font-size:40px;font-weight:300;line-height:1.175;margin-bottom:16px;display:block}@media screen and (max-width:480px){.error-page .error-content-title{font-size:32px}}.error-page .error-content-text{color:hsla(0,0%,100%,.7);margin-bottom:64px}@media screen and (max-width:640px){.error-page .error-content-text{margin-bottom:24px}}@media screen and (max-width:480px){.error-page .error-content-text{font-size:16px}}.error-page .error-content-text:empty{margin-bottom:32px}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */#footer{color:rgba(0,0,0,.38);position:relative;z-index:3}#footer .support{position:relative;padding:110px 0;background-repeat:no-repeat;background-image:linear-gradient(134deg,#008ea8,#26dbc5);color:#fff}@media screen and (max-width:991px){#footer .support{text-align:center}}@media screen and (max-width:768px){#footer .support{padding:55px 0}}#footer .support:after,#footer .support:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background-repeat:no-repeat;background-image:linear-gradient(134deg,#008ea8,#26dbc5);opacity:.2}#footer .support:before{-webkit-transform:skew(0deg,-1.3deg);transform:skew(0deg,-1.3deg);-webkit-transform-origin:top left;transform-origin:top left}#footer .support:after{-webkit-transform:skew(0deg,-1.3deg);transform:skew(0deg,-1.3deg);-webkit-transform-origin:bottom right;transform-origin:bottom right}#footer .support .container-holder{position:relative;z-index:1}#footer .support .col a{color:#fff;text-decoration:none}#footer .support .col a:hover{text-decoration:underline}#footer .support .heading{font-weight:300;margin-top:12px;margin-bottom:32px;color:#fff}#footer .support .get-started .heading{font-size:40px;line-height:1.175}@media screen and (max-width:768px){#footer .support .get-started .heading{margin-bottom:24px}}#footer .support .get-started .btn{text-align:center;margin-bottom:8px}@media screen and (min-width:992px){#footer .support .get-started .btn{margin-right:24px;float:left}}#footer .support .get-started .action-label{padding:8px 0 0;display:block;overflow:hidden;font-style:italic;font-size:14px;color:hsla(0,0%,100%,.7)}@media screen and (max-width:991px){#footer .support .get-started .action-label br{display:none}}#footer .support .contact-box{padding:8px 0}@media screen and (max-width:991px){#footer .support .contact-box{margin-top:40px}#footer .support .contact-box:before{display:none}}#footer .support .contact-box:before{content:"";position:absolute;top:0;bottom:0;left:-49px;width:1px;background:hsla(0,0%,100%,.38)}#footer .support .contact-box .heading{font-size:32px;line-height:1.19}@media screen and (max-width:768px){#footer .support .contact-box .heading{margin-bottom:16px}}#footer .support .contact-info-box{border:1px solid hsla(0,0%,100%,.38);border-radius:5px;padding:14px 10px;overflow:hidden;max-width:400px;margin:0 auto}#footer .support .contact-info-box.no-phone{max-width:200px;margin-left:0}@media screen and (max-width:1200px){#footer .support .contact-info-box.no-phone .col{padding-top:0}}@media screen and (max-width:991px){#footer .support .contact-info-box.no-phone{margin:0 auto}}#footer .support .contact-info-box .col{padding:2px 12px 3px 7px;list-style:none;display:inline-block;line-height:19px}@media screen and (max-width:1200px){#footer .support .contact-info-box .col{display:block;text-align:center;padding-top:16px}}#footer .support .contact-info-box .col:not(:last-child){border-right:1px solid hsla(0,0%,100%,.38)}@media screen and (max-width:1200px){#footer .support .contact-info-box .col:not(:last-child){border-right:none;border-bottom:1px solid hsla(0,0%,100%,.38);padding-top:2px;padding-bottom:16px}}#footer .footer-bottom{font-size:14px;padding:40px 0}@media screen and (max-width:768px){#footer .footer-bottom{padding:20px 0}}#footer .footer-bottom .footer-nav-link{color:#262626;text-decoration:none;padding-bottom:2px;border-bottom:1px solid rgba(38,38,38,.7)}#footer .footer-bottom .footer-nav-link:active,#footer .footer-bottom .footer-nav-link:focus,#footer .footer-bottom .footer-nav-link:hover{color:#1999f0;border-bottom-color:#1999f0}#footer .copyright{margin:16px 0}#footer .footer-row{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:768px){#footer .footer-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}#footer .footer-nav-col{margin-left:auto}@media screen and (max-width:768px){#footer .footer-nav-col{margin:0}}#footer .footer-nav{text-align:right}@media screen and (max-width:768px){#footer .footer-nav{text-align:left}}#footer .footer-nav ul{margin:16px 0;padding:0}@media screen and (max-width:768px){#footer .footer-nav ul{margin:12px 0}}#footer .footer-nav ul li{list-style:none;display:inline-block;padding:0 0 0 32px}@media (max-width:1070px){#footer .footer-nav ul li{padding:8px 16px 16px 0;display:block}}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */#app,body,html{height:100%}.main-wrapper{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}#main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#footer{-ms-flex-negative:0;flex-shrink:0}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.form-group{position:relative;margin-bottom:24px}.form-group label{color:rgba(0,0,0,.38)}.form-control{padding:15px 16px 17px;height:56px;line-height:20px;border:1px solid transparent;border-radius:5px;font-size:16px}.form-control,.form-control:focus{-webkit-box-shadow:none;box-shadow:none;color:#fff;background-color:rgba(0,0,0,.12)}.form-control:focus{border-color:hsla(0,0%,100%,.87)}.form-control::-moz-placeholder{color:hsla(0,0%,100%,.54);opacity:1}.form-control:-ms-input-placeholder{color:hsla(0,0%,100%,.54)}.form-control::-webkit-input-placeholder{color:hsla(0,0%,100%,.54)}.has-error .form-control,.has-error .form-control:focus{border-color:red}.has-error .help-block{font-size:14px;color:red}.has-success .form-control,.has-success .form-control:focus{border-color:green}label{font-weight:600;font-size:13px;color:#000}.form-section{padding-bottom:40px}.form-note-text{font-size:14px;margin-top:-16px}input[type=checkbox],input[type=radio]{margin-right:12px;float:left;margin-top:5px}@media screen and (max-width:768px){input[type=checkbox],input[type=radio]{width:20px;height:20px;margin-top:2px}}input[type=checkbox]+label,input[type=radio]+label{overflow:hidden;display:block;color:#fff;font-size:14px;font-weight:400}#messageField{z-index:-1;position:absolute;top:0}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */#header{position:absolute;width:100%;min-height:48px;z-index:1000;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#header .container-holder,#header .warning{position:relative}#header .warning{text-align:center;width:100%;font-size:13px;color:#000;text-transform:uppercase;background-color:#ff4a4a;letter-spacing:1px;font-weight:500}@media screen and (min-width:1025px){#header{min-height:72px}}#header .navigation-holder{position:relative}@media screen and (min-width:1025px){#header .navigation-holder{text-align:center}}@media screen and (max-width:1024px){#header .navigation-holder{background-color:#fff;-webkit-box-shadow:0 16px 26px 0 rgba(0,0,0,.16);box-shadow:0 16px 26px 0 rgba(0,0,0,.16);z-index:999;top:-110%;left:0;position:fixed;width:100%;height:100%;padding:80px 24px 24px;-webkit-transition:all .6s cubic-bezier(.32,.08,.24,1);transition:all .6s cubic-bezier(.32,.08,.24,1);overflow-x:auto}}#header .nav-open-close{width:40px;height:40px;top:4px;left:8px;z-index:9999;cursor:pointer;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}#header .nav-open-close,#header .nav-open-close span{position:absolute;-webkit-transform:rotate(0deg);transform:rotate(0deg)}#header .nav-open-close span{display:block;height:2px;width:18px;background:#fff;opacity:1;left:11px;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}#header .nav-open-close span:first-child{top:13px}#header .nav-open-close span:nth-child(2),#header .nav-open-close span:nth-child(3){top:18px}#header .nav-open-close span:nth-child(4){top:23px}#header .nav-open-close.active span{background:rgba(0,0,0,.26)}#header .nav-open-close.active span:first-child{top:18px;width:0;left:50%}#header .nav-open-close.active span:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg)}#header .nav-open-close.active span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#header .nav-open-close.active span:nth-child(4){top:13px;width:0;left:50%}@media screen and (min-width:1025px){#header .nav-open-close{display:none}}#header .logo{display:block;position:absolute;font-family:Fira Sans,Roboto,sans-serif;font-size:20px;text-align:center;font-weight:500}@media screen and (min-width:1025px){#header .logo{margin:21px 24px 0 0;z-index:10}}@media screen and (max-width:1024px){#header .logo{left:0;right:0;top:8px;z-index:1001}}#header .logo a{color:#fff;text-decoration:none}#header .logo a .sub-heading{font-family:Roboto,sans-serif;display:inline-block;font-weight:300;color:hsla(0,0%,100%,.7);margin-right:12px}#header .logo a .sub-heading:before{content:"";position:relative;display:inline-block;vertical-align:middle;top:-1px;width:1px;height:24px;background-color:hsla(0,0%,100%,.38);margin:0 16px}@media screen and (max-width:576px){#header .logo a .sub-heading{font-size:18px;margin-right:6px}#header .logo a .sub-heading:before{margin:0 12px}}#header .right-aligned-btn{position:absolute;right:24px;height:40px;top:4px}@media screen and (max-width:1024px){#header .right-aligned-btn{z-index:1001}}#header .navigation ul{margin:0 -24px 16px;padding:0;list-style:none}@media screen and (min-width:1025px){#header .navigation ul{margin:0}}@media screen and (min-width:1025px){#header .navigation .menu-item{display:inline-block}}#header .navigation .menu-item>a{display:inline-block;margin:18px 24px;color:hsla(0,0%,100%,.7);text-decoration:none;font-size:13px;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid transparent;font-weight:500}@media screen and (min-width:1025px){#header .navigation .menu-item>a{margin:28px 24px}}#header .navigation .menu-item>a:hover{color:#fff;border-bottom:1px solid #fff}#header .navigation .menu-item>a:focus{color:#fff;border-bottom-color:transparent}#header .navigation .menu-item.current-menu-item>a{font-weight:600}@media screen and (min-width:1025px){#header .user-area{position:absolute;top:0;right:0;padding:18px 0}}#header .user-area .note{display:none}@media screen and (min-width:1025px){#header .login-area{float:left}}#header .login-area .btn{margin:0 8px;height:36px;line-height:34px;min-height:36px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.38);color:#fff;text-transform:uppercase;font-size:14px;-webkit-box-shadow:none;box-shadow:none;font-weight:500}#header .login-area .btn:hover{background:hsla(0,0%,100%,.26);border:1px solid hsla(0,0%,100%,.87)}#header .login-area .btn.title-case{text-transform:none;font-size:15px;line-height:32px;font-weight:400}#header .login-area .btn.iconic-btn{margin-left:4px}#header .login-area .btn.iconic-btn [class*=" icon-"],#header .login-area .btn.iconic-btn [class^=icon-]{left:1px;color:hsla(0,0%,100%,.7)}#header .login-area .btn.iconic-btn:hover [class*=" icon-"],#header .login-area .btn.iconic-btn:hover [class^=icon-]{color:#fff}#header .login-area .btn.iconic-btn .btn-text{display:none}@media screen and (max-width:1024px){#header .login-area .btn{display:block;width:100%;margin:0 0 16px}}#header.offline .logo a:after{content:"OFFLINE";display:inline-block;font-family:Roboto,sans-serif;margin-left:6px;line-height:1;font-size:11px;border:1px solid;opacity:.54;padding:4px;border-radius:3px;vertical-align:2px}@media screen and (max-width:1024px){.navigation .menu-item,.user-area{opacity:0}.navigation-opened{overflow:hidden}.navigation-opened #header .navigation-holder{top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:100%}.navigation-opened #header .logo{position:relative}.navigation-opened #header .logo a{color:#262626}.navigation-opened #header .right-aligned-btn{display:none}.navigation-opened #header .nav-open-close .icon-close{visibility:visible}.navigation-opened #header .nav-open-close .icon-menu{visibility:hidden}.navigation-opened #header .navigation{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.navigation-opened #header .navigation .menu-item{opacity:1;-webkit-transition:opacity .38s cubic-bezier(.32,.08,.24,1) .23s;transition:opacity .38s cubic-bezier(.32,.08,.24,1) .23s}.navigation-opened #header .navigation .menu-item:first-child{-webkit-transition:opacity .38s cubic-bezier(.32,.08,.24,1) .33s;transition:opacity .38s cubic-bezier(.32,.08,.24,1) .33s}.navigation-opened #header .navigation .menu-item:nth-child(2){-webkit-transition:opacity .38s cubic-bezier(.32,.08,.24,1) .43s;transition:opacity .38s cubic-bezier(.32,.08,.24,1) .43s}.navigation-opened #header .navigation .menu-item:nth-child(3){-webkit-transition:opacity .38s cubic-bezier(.32,.08,.24,1) .53s;transition:opacity .38s cubic-bezier(.32,.08,.24,1) .53s}.navigation-opened #header .navigation .menu-item:nth-child(4){-webkit-transition:opacity .38s cubic-bezier(.32,.08,.24,1) .63s;transition:opacity .38s cubic-bezier(.32,.08,.24,1) .63s}.navigation-opened #header .navigation .menu-item>a{color:rgba(0,0,0,.38)}.navigation-opened #header .navigation .menu-item>a:hover{color:#262626;border-bottom:1px solid #262626}.navigation-opened #header .login-area{margin-top:32px}.navigation-opened #header .user-area{-ms-flex-negative:0;flex-shrink:0;opacity:1;-webkit-transition:opacity .38s cubic-bezier(.32,.08,.24,1) .53s;transition:opacity .38s cubic-bezier(.32,.08,.24,1) .53s}.navigation-opened #header .user-area .btn{background:#fff;color:#262626;height:56px;line-height:54px;max-width:360px;margin:0 auto 24px;text-transform:capitalize;font-size:16px;-webkit-box-shadow:0 4px 16px 0 rgba(0,0,0,.12);box-shadow:0 4px 16px 0 rgba(0,0,0,.12)}.navigation-opened #header .user-area .btn:hover{color:#00a947;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.12);box-shadow:0 2px 8px 0 rgba(0,0,0,.12)}.navigation-opened #header .user-area .btn.iconic-btn [class*=" icon-"],.navigation-opened #header .user-area .btn.iconic-btn [class^=icon-]{display:none}.navigation-opened #header .user-area .btn.iconic-btn .btn-text{display:block;font-weight:400}.navigation-opened #header .user-area .btn.title-case{border:2px solid #49d985;color:#262626;background:none;-webkit-box-shadow:none;box-shadow:none}.navigation-opened #header .user-area .btn.title-case:active,.navigation-opened #header .user-area .btn.title-case:hover{-webkit-box-shadow:none;box-shadow:none;background-color:rgba(73,217,133,.12)}.navigation-opened #header .user-area .note{display:block;text-align:center;color:rgba(0,0,0,.38);font-style:italic;font-size:14px}.mobile-header-bg{height:48px;width:100%;position:absolute;background-color:transparent;top:0;left:0;z-index:1000}}.sticky-header #header{position:fixed;background:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.08);box-shadow:0 2px 4px 0 rgba(0,0,0,.08)}.sticky-header #header.offline .logo a:after{opacity:1;color:rgba(0,0,0,.38);border-color:rgba(0,0,0,.12)}.sticky-header #header .navigation .menu-item>a{color:rgba(0,0,0,.38)}.sticky-header #header .navigation .menu-item>a:hover{color:#262626;border-bottom:1px solid #262626}.sticky-header #header .navigation .menu-item .router-link-active,.sticky-header #header .navigation .menu-item .router-link-active:hover{color:#00a947;border-bottom-color:transparent}.sticky-header #header .nav-open-close span{background:#c2c2c2}.sticky-header #header .logo a{color:#262626}.sticky-header #header .logo .sub-heading{color:rgba(0,0,0,.38)}.sticky-header #header .logo .sub-heading:before{background-color:rgba(0,0,0,.12)}.sticky-header #header .user-area .btn{color:#262626;-webkit-box-shadow:0 4px 16px 0 rgba(0,0,0,.12);box-shadow:0 4px 16px 0 rgba(0,0,0,.12)}.sticky-header #header .user-area .btn:hover{color:#00a947;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.12);box-shadow:0 2px 8px 0 rgba(0,0,0,.12)}.sticky-header #header .user-area .btn.title-case{border:2px solid #49d985;color:#262626;background:none;-webkit-box-shadow:none;box-shadow:none}.sticky-header #header .user-area .btn.title-case:active,.sticky-header #header .user-area .btn.title-case:hover{-webkit-box-shadow:none;box-shadow:none;background-color:rgba(73,217,133,.12)}.sticky-header #header .user-area .btn.iconic-btn [class*=" icon-"],.sticky-header #header .user-area .btn.iconic-btn [class^=icon-]{color:rgba(0,0,0,.38)}.sticky-header #header .user-area .btn.iconic-btn:active [class*=" icon-"],.sticky-header #header .user-area .btn.iconic-btn:active [class^=icon-],.sticky-header #header .user-area .btn.iconic-btn:hover [class*=" icon-"],.sticky-header #header .user-area .btn.iconic-btn:hover [class^=icon-]{color:#49d985}@media screen and (max-width:1024px){.sticky-header #header .mobile-header-bg{background-color:#fff}}.sticky-header.floating-header #header{top:-100px;-webkit-animation:slideDown .5s ease-in-out forwards;animation:slideDown .5s ease-in-out forwards}@-webkit-keyframes slideDown{0%{top:-100px}to{top:0}}@keyframes slideDown{0%{top:-100px}to{top:0}}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.lang-selector-holder{float:left;padding:7px 16px}@media screen and (max-width:1024px){.lang-selector-holder{float:none;width:100%;padding:0}}.lang-selector .lang-link{text-decoration:none;font-size:13px;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:1px;font-weight:500}.lang-selector .lang-link:after{content:"";display:inline-block;width:0;height:0;vertical-align:-2px;margin-left:2px;border:4px solid transparent;border-top-color:hsla(0,0%,100%,.7);-webkit-transition:all .25s;transition:all .25s}.lang-selector .lang-link[aria-expanded=true]{color:#fff}.lang-selector .lang-link[aria-expanded=true]:after{border-top-color:#fff}.lang-selector .lang-link:hover{color:#fff}.lang-selector .lang-link:hover:after{border-top-color:#fff}.lang-selector .lang-dropdown{min-width:140px!important}@media screen and (max-width:1024px){.lang-selector.hide-on-tablet{display:none}}.lang-selector.mobile{display:none}@media screen and (max-width:1024px){.lang-selector.mobile{display:block}}.lang-selector.mobile hr{border-color:#f1f1f1;margin:0 -24px}.lang-selector.mobile hr.top{margin-bottom:12px}.lang-selector.mobile hr.bottom{margin-top:12px;margin-bottom:-1px}.lang-selector.mobile .menu-item{display:block;text-decoration:none;width:100%;font-weight:400;color:#262626;padding:16px 8px;font-size:14px}.lang-selector.mobile .menu-item i{color:rgba(0,0,0,.38);margin-right:16px;font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px}.lang-selector.mobile .menu-item .arrow-icon{float:right;margin-right:0}.lang-selector.mobile .lang-item-holder .padding{padding-left:40px}.sticky-header .lang-selector .lang-link{color:rgba(0,0,0,.38)}.sticky-header .lang-selector .lang-link:after{border-top-color:rgba(0,0,0,.38)}.sticky-header .lang-selector .lang-link[aria-expanded=true]{color:#262626}.sticky-header .lang-selector .lang-link[aria-expanded=true]:after{border-top-color:#262626}.sticky-header .lang-selector .lang-link:hover{color:#262626}.sticky-header .lang-selector .lang-link:hover:after{border-top-color:#262626}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.legal-page-layout .content-section-container{padding:0 20px}.legal-page-layout .content-section{padding:128px 0 40px}@media screen and (max-width:1024px){.legal-page-layout .content-section{padding-top:80px}}.legal-page-layout .content-section .heading{border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:16px;margin-bottom:48px;text-align:center}@media screen and (max-width:768px){.legal-page-layout .content-section .heading{margin-bottom:32px}.legal-page-layout .content-section .heading h1{font-size:32px}}.legal-page-layout .content-section .heading .date{font-size:14px;line-height:1.5;color:rgba(0,0,0,.54);display:block;margin-bottom:16px}.legal-page-layout .link-back{display:inline-block;text-decoration:none;margin:0 0 24px -8px;font-size:14px;color:#262626}.legal-page-layout .link-back:hover{color:#1999f0}.legal-page-layout .link-back:hover .link-name{border-bottom:1px solid #1999f0}.legal-page-layout .link-back .link-icon{margin-right:0;font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px;vertical-align:-7px}.legal-page-layout .link-back .link-name{padding-bottom:2px;border-bottom:1px solid rgba(38,38,38,.6)}.legal-page-layout .link-back .link-icon{font-size:22px}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.loading-spinner svg{display:block;margin:0 auto}.loading-spinner.center-aligned{margin-top:10%}@media screen and (max-width:640px){.loading-spinner.center-aligned{margin-top:20%}}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.maintenance-mode{text-align:center;z-index:10000;position:fixed;bottom:0;top:0;left:0;right:0;background:#fff}.maintenance-mode .maintenance-header{height:72px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.08);box-shadow:0 2px 4px 0 rgba(0,0,0,.08)}.maintenance-mode .maintenance-header .logo{display:inline-block;text-decoration:none;font-family:Fira Sans,Roboto,sans-serif;font-size:20px;text-align:center;font-weight:500;color:#262626;padding-top:18px;cursor:default}.maintenance-mode .maintenance-content{margin:10% auto 56px;max-width:600px;padding:24px}@media (max-height:800px){.maintenance-mode .maintenance-content{margin-top:32px}}.maintenance-mode .maintenance-content .maintenance-img{margin-bottom:16px}.maintenance-mode .maintenance-content .title{font-size:36px;font-weight:300;line-height:1.3;margin-bottom:12px}@media screen and (max-width:768px){.maintenance-mode .maintenance-content .title{font-size:28px}}.maintenance-mode .maintenance-content .subtitle{font-size:16px;line-height:24px;color:rgba(0,0,0,.38)}@media screen and (max-width:480px){.maintenance-mode .maintenance-content .subtitle br{display:none}}.maintenance-mode .maintenance-content .contacts{font-size:16px}.maintenance-mode .maintenance-content .contacts a{color:#00a947;text-decoration:none}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.modal-dialog.dark .modal-content{background-image:linear-gradient(135deg,#1472a0,#0546ab)}.modal-dialog.dark .modal-header .close i{color:hsla(0,0%,100%,.54)}.modal-content{border:none;border-radius:10px;-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,.08);box-shadow:0 2px 20px 0 rgba(0,0,0,.08)}.modal-content .modal-header{padding:24px 24px 8px;font-size:20px;font-weight:500;line-height:24px;color:#262626;border-bottom:0}.modal-content .modal-header .close{text-shadow:none;opacity:1}.modal-content .modal-header .close i{margin-right:0;font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px;color:rgba(0,0,0,.38)}.modal-content .modal-body{padding:0 24px 24px}.modal-content .modal-body .modal-text{font-size:14px;color:rgba(0,0,0,.54);margin-bottom:0}@media screen and (max-width:480px){.modal-content .modal-body .modal-text br{display:none}}.modal-content .modal-footer{padding:16px 24px 24px;border-top:none}.modal-content .modal-footer .btn{margin-bottom:0}.modal-content .modal-body.centered,.modal-content .modal-footer.centered,.modal-content .modal-header.centered{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-backdrop{background-color:#01306f}.modal-backdrop.show{opacity:.7}[class*=" modal-btn-"],[class^=modal-btn-]{font-size:14px;color:#262626;background:none;-webkit-box-shadow:none;box-shadow:none;padding:10px 24px 12px;line-height:1}@media screen and (max-width:640px){[class*=" modal-btn-"],[class^=modal-btn-]{padding:10px 12px 12px}}[class*=" modal-btn-"]:active,[class*=" modal-btn-"]:focus,[class*=" modal-btn-"]:hover,[class^=modal-btn-]:active,[class^=modal-btn-]:focus,[class^=modal-btn-]:hover{-webkit-box-shadow:none;box-shadow:none;color:#262626}[class*=" modal-btn-"].disabled,[class*=" modal-btn-"]:disabled,[class^=modal-btn-].disabled,[class^=modal-btn-]:disabled{opacity:.26}.modal-btn-primary{border:2px solid #49d985}.modal-btn-primary:active,.modal-btn-primary:focus,.modal-btn-primary:hover{background-color:rgba(73,217,133,.12)}.modal-btn-primary.btn-warning{border:2px solid #ff4a4a}.modal-btn-primary.btn-warning:active,.modal-btn-primary.btn-warning:focus,.modal-btn-primary.btn-warning:hover{background-color:rgba(255,74,74,.12)}.modal-btn-secondary{border:1px solid #c7c7c7;color:rgba(0,0,0,.7)}.modal-btn-secondary:active,.modal-btn-secondary:focus,.modal-btn-secondary:hover{background-color:rgba(38,38,38,.05)}.modal-btn-secondary.capitalized{font-size:13px;letter-spacing:1px;text-transform:uppercase;font-weight:500}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.notifications-container{position:fixed;z-index:998;bottom:16px;left:16px}@media screen and (max-width:480px){.notifications-container{left:5%;right:5%}}.notifications-container .toast .toast-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.notifications-container .toast .toast-body .message{display:inline-block;font-size:14px;color:#262626;margin-right:8px}.notifications-container .toast .toast-body .action{display:inline-block;margin-right:8px}.notifications-container .toast .toast-body .action>a{color:#00a947;text-decoration:none;font-size:13px;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid transparent;font-weight:500}.notifications-container .toast .toast-body .action>a:hover{border-bottom:1px solid #00a947}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.popup-bar{width:100%;height:72px;padding:16px 0;left:0;bottom:0;position:fixed;background:#fff;-webkit-box-shadow:0 -2px 4px 0 rgba(0,0,0,.08);box-shadow:0 -2px 4px 0 rgba(0,0,0,.08)}.popup-bar .link-underlined{margin-top:8px;margin-right:40px;color:rgba(0,0,0,.54);text-decoration:none;border-bottom:1px solid rgba(0,0,0,.38)}.popup-bar .link-underlined:hover{color:rgba(0,0,0,.7);border-bottom-color:rgba(0,0,0,.85)}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.radial-progress{display:inline-block;vertical-align:-3px;height:22px;width:22px;border:2px solid #49d985;border-radius:50%}.radial-progress .pie-wrapper{position:relative;margin:2px;height:14px;width:14px;border-radius:50%;overflow:hidden;background-color:#fff}.radial-progress .pie-wrapper .left-half-empty,.radial-progress .pie-wrapper .pie-progress,.radial-progress .pie-wrapper .right-half-filled{position:absolute;width:100%;height:100%}.radial-progress .pie-wrapper .pie-progress{display:block;margin-left:-50%;background:#49d985;-webkit-transform-origin:right;transform-origin:right;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.radial-progress .pie-wrapper .right-half-filled{display:none;margin-left:50%;background:#49d985}.radial-progress .pie-wrapper .left-half-empty{display:block;margin-left:-50%;background:#fff}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.loading-screen .loading-screen-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;background-color:#01306f;-webkit-animation:fadeIn .2s linear forwards;animation:fadeIn .2s linear forwards}.loading-screen .loading-screen-container .magic-loader{position:relative;margin:-20px auto 0}.loading-screen .loading-screen-container .magic-loader .magic-waves{position:relative;width:160px;height:160px;overflow:visible;border-radius:50%;-webkit-box-shadow:inset 0 0 8px hsla(0,0%,100%,.4),0 0 20px 0 #af9cce;box-shadow:inset 0 0 8px hsla(0,0%,100%,.4),0 0 20px 0 #af9cce}.loading-screen .loading-screen-container .magic-loader .magic-waves .wave-circle{display:block;position:absolute;border-radius:50%;top:0;right:0;bottom:0;left:0;opacity:.85;mix-blend-mode:lighten;-webkit-filter:brightness(100%);filter:brightness(100%);-webkit-animation:rotateWaves 4s linear infinite both;animation:rotateWaves 4s linear infinite both}.loading-screen .loading-screen-container .magic-loader .magic-waves .wave-circle:first-of-type{-webkit-box-shadow:inset 1px 0 0 1px #3b27d4,3px 0 0 3px #3b27d4;box-shadow:inset 1px 0 0 1px #3b27d4,3px 0 0 3px #3b27d4;animation-direction:reverse;-webkit-transform-origin:48.9% 49.3%;transform-origin:48.9% 49.3%}.loading-screen .loading-screen-container .magic-loader .magic-waves .wave-circle:nth-of-type(2){-webkit-box-shadow:inset 1px 0 0 1px #436bf8,3px 0 0 3px #436bf8;box-shadow:inset 1px 0 0 1px #436bf8,3px 0 0 3px #436bf8;-webkit-animation-duration:4.5s;animation-duration:4.5s;-webkit-transform-origin:47.8% 47.8%;transform-origin:47.8% 47.8%}.loading-screen .loading-screen-container .magic-loader .magic-waves .wave-circle:nth-of-type(3){-webkit-box-shadow:inset 1px 0 0 1px #b077fa,3px 0 0 3px #b077fa;box-shadow:inset 1px 0 0 1px #b077fa,3px 0 0 3px #b077fa;-webkit-animation-duration:4.5s;animation-duration:4.5s;animation-direction:reverse;-webkit-transform-origin:48.2% 48.4%;transform-origin:48.2% 48.4%}.loading-screen .loading-screen-container .magic-loader .magic-waves .wave-circle:nth-of-type(4){-webkit-box-shadow:inset 1px 0 0 1px #3fe3aa,3px 0 0 3px #3fe3aa;box-shadow:inset 1px 0 0 1px #3fe3aa,3px 0 0 3px #3fe3aa;-webkit-transform-origin:48.6% 48.8%;transform-origin:48.6% 48.8%}.loading-screen .loading-screen-container .magic-loader .magic-waves .wave-circle:nth-of-type(5){-webkit-box-shadow:inset 1px 0 0 1px #436bf8,3px 0 20px 0 #436bf8;box-shadow:inset 1px 0 0 1px #436bf8,3px 0 20px 0 #436bf8;-webkit-transform-origin:48.7% 48.8%;transform-origin:48.7% 48.8%}.loading-screen .loading-screen-container .magic-loader .magic-waves .circle-motionless{width:148px;height:148px;display:block;position:absolute;border-radius:50%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#01306f;-webkit-box-shadow:0 0 18px 8px #a579ea;box-shadow:0 0 18px 8px #a579ea}.loading-screen .loading-screen-container .magic-loader .magic-waves .loading-logo{font-family:Fira Sans,Roboto,sans-serif;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-size:20px;font-weight:500;opacity:0;-webkit-animation:fadeIn .6s linear .4s forwards;animation:fadeIn .6s linear .4s forwards}@-webkit-keyframes rotateWaves{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes rotateWaves{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.tag-holder{padding:8px 0}.tag-holder .tag{height:32px;padding:7px 15px 8px;margin-right:8px;font-size:13px;line-height:40px;color:rgba(0,0,0,.54);border:1px solid #ddd;border-radius:5px;text-decoration:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tag-holder .tag:hover{border-color:silver}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.tooltip{z-index:10000}.tooltip.show{opacity:1}.tooltip.bs-tooltip-top{top:-4px!important}.tooltip .tooltip-inner{font-family:Roboto,sans-serif;border-radius:5px;padding:7px 16px 8px;letter-spacing:.3px;line-height:18px;background-color:#262626;cursor:default}.tooltip-item-failed .tooltip-inner{max-width:268px;padding:0;white-space:normal;text-align:left}.tooltip-item-failed .tooltip-inner .title{padding:12px 16px 10px;font-size:13px;font-weight:700;line-height:18px}.tooltip-item-failed .tooltip-inner hr{margin:0;border-color:hsla(0,0%,100%,.12)}.tooltip-item-failed .tooltip-inner .message-holder{position:relative;padding:7px 20px 16px 12px}.tooltip-item-failed .tooltip-inner .message-holder .tooltip-icon{margin-right:10px;font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px;position:absolute;color:#49d985;top:8px}.tooltip-item-failed .tooltip-inner .message-holder .image-name,.tooltip-item-failed .tooltip-inner .message-holder .message{display:inline-block;margin:0 0 0 32px;font-size:13px;line-height:18px;font-weight:500;color:hsla(0,0%,100%,.7)}.tooltip-item-failed .tooltip-inner .message-holder .image-name{margin-top:8px;color:hsla(0,0%,100%,.4);word-break:break-all}/*!
Possible tooltip usage with the button:

<i v-tooltip="{class: 'tooltip-multiline'}"
    data-html="true"
    :data-original-title="tooltipText"
</i>

get tooltipText() {
  return `<p class="title">Title</p><p>Text.</p><a href="#" class="learn-more" target="_blank"><span class="external">Learn more</span></a>`;
}
*/.tooltip-multiline .arrow{display:none}.tooltip-multiline .tooltip-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:268px;padding:16px;white-space:normal;text-align:left;color:hsla(0,0%,100%,.54);font-size:14px;line-height:20px;cursor:default}.tooltip-multiline .tooltip-inner .title{display:block;color:#fff;font-weight:700;margin-bottom:8px}.tooltip-multiline .tooltip-inner p{margin:0}.tooltip-multiline .tooltip-inner .learn-more{display:block;-ms-flex-item-align:end;align-self:end;margin-top:12px;padding:5px 16px 6px;font-size:14px;font-weight:500;color:#fff;text-decoration:none;border-radius:20px;background-color:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.38);cursor:pointer}.tooltip-multiline .tooltip-inner .learn-more .external{position:relative;padding-right:10px}.tooltip-multiline .tooltip-inner .learn-more .external:after{position:absolute;font-family:purephotos,serif;content:"\e910";color:hsla(0,0%,100%,.54);font-size:24px;width:24px;height:24px;top:-5px;right:-10px}.tooltip-multiline .tooltip-inner .learn-more:hover{background-color:hsla(0,0%,100%,.26);border-color:hsla(0,0%,100%,.87)}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */@media screen and (min-width:1025px){.user-details-holder{float:right;margin-left:12px}}.user-details-holder .user-details{text-align:right}@media screen and (max-width:1024px){.user-details-holder .user-details.hide-on-tablet{display:none}}.user-details-holder .user-details .user-avatar{position:relative;display:inline-block;vertical-align:middle;width:40px;height:40px;line-height:40px}.user-details-holder .user-details .user-avatar:before{content:"";position:absolute;border-radius:50%;z-index:-1;width:46px;height:46px;top:-3px;left:-3px;background-image:-webkit-gradient(linear,right top,left top,from(#7fb5ef),to(#93f0e2));background-image:linear-gradient(270deg,#7fb5ef,#93f0e2);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;opacity:0}.user-details-holder .user-details .user-avatar:hover{cursor:pointer}.user-details-holder .user-details .user-avatar:hover:before{opacity:1}.user-details-holder .user-details .user-avatar span{width:100%;border-radius:50%;font-size:16px;font-weight:500;text-align:center;display:block;background:#e8e8e8;color:rgba(0,0,0,.38)}.user-details-holder .user-details .user-avatar img{border-radius:50%;width:100%;position:absolute;top:0;left:0;bottom:0;right:0}.user-details-holder .user-info-container{padding:8px 16px 16px;cursor:default}.user-details-holder .user-info-container .user-email,.user-details-holder .user-info-container .user-name{margin-bottom:0;font-size:14px}.user-details-holder .user-info-container .user-name{font-weight:500;color:#262626}.user-details-holder .user-info-container .user-email{color:rgba(0,0,0,.38)}.user-details-holder hr{margin:0 0 8px;border-color:#f1f1f1}.user-details-holder .user-details.mobile{display:none}@media screen and (max-width:1024px){.user-details-holder .user-details.mobile{display:block;text-align:left}}.user-details-holder .user-details.mobile .user-avatar{top:-4px}.user-details-holder .user-details.mobile .user-info-container{display:inline-block;vertical-align:middle;max-width:calc(100% - 40px)}.user-details-holder .user-details.mobile hr{margin-left:-24px;margin-right:-24px}.user-details-holder .user-details.mobile .menu-item{display:block;width:100%;clear:both;font-weight:400;text-align:inherit;white-space:nowrap;background-color:transparent;border:0;color:#262626;padding:16px 8px;text-decoration:none;font-size:14px}.user-details-holder .user-details.mobile .menu-item i{color:rgba(0,0,0,.38);margin-right:16px;font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px}.dropdown.show .user-details .user-avatar:before{opacity:1}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.user-interaction{z-index:10000;position:fixed;top:0;left:0;bottom:0;right:0;color:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-repeat:no-repeat;background-image:linear-gradient(134deg,#008ea8,#26dbc5)}@media screen and (min-width:769px) and (min-height:450px){.user-interaction{background:#01306f}}.user-interaction .user-interaction-box{padding:40px 24px;text-align:center}@media screen and (min-width:769px) and (min-height:450px){.user-interaction .user-interaction-box{border-radius:5px;top:50%;left:50%;height:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:408px;padding:40px 40px 80px;background-attachment:scroll}.user-interaction .user-interaction-box,.user-interaction .user-interaction-box:after{background-repeat:no-repeat;background-image:linear-gradient(134deg,#008ea8,#26dbc5);position:absolute}.user-interaction .user-interaction-box:after{content:"";-webkit-transform:skew(0,-3deg);transform:skew(0,-3deg);top:-5px;left:0;width:100%;height:calc(100% + 10px);opacity:.2;z-index:-1;border-radius:8px}}.user-interaction .user-interaction-box .heading{color:#fff;font-size:32px;line-height:1.375;margin-bottom:32px}.user-interaction .user-interaction-box .welcome-message{margin-bottom:16px}.user-interaction .logo{display:block;font-family:Fira Sans,Roboto,sans-serif;font-size:20px;text-align:center;font-weight:500;margin-bottom:56px;line-height:1}.user-interaction .logo a{color:#fff;text-decoration:none}.user-interaction .note-message{margin-top:8px;color:hsla(0,0%,100%,.7);font-size:14px;text-align:center;display:block}.user-interaction.thank-you .user-interaction-box .heading{margin-bottom:24px}.user-interaction.thank-you .user-interaction-box .welcome-message{margin-bottom:40px}.user-interaction #my-signin2 .abcRioButton{margin:0 auto 107px;font-size:16px;color:#262626}.user-interaction #my-signin2 .abcRioButtonContentWrapper{border-radius:3px}.user-interaction #my-signin2 .abcRioButtonContents{margin-left:-7px;margin-top:1px;display:inline-block}.user-interaction .info-text{margin-bottom:-32px;color:hsla(0,0%,100%,.8)}.user-interaction .info-text a{color:#fff;font-weight:500;text-decoration:underline}.user-interaction .info-text a:hover{text-decoration:none}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.admin-component{margin-top:32px;padding-bottom:48px}.admin-component .link-back{display:inline-block;text-decoration:none;margin:0 0 24px -6px;font-size:16px;color:#00a947}.admin-component .link-back:hover{color:#00a947}.admin-component .link-back:hover .link-name{border-bottom:1px solid #00a947}.admin-component .link-back .link-icon{margin-right:0;font-size:24px;line-height:24px;width:24px;height:24px;display:inline-block;vertical-align:middle;top:-2px;vertical-align:-7px}.admin-component .admin-table td,.admin-component .admin-table th{padding-right:10px}.admin-component .admin-table td.right-aligned,.admin-component .admin-table th.right-aligned{text-align:right}.admin-component .admin-table td.center-aligned,.admin-component .admin-table th.center-aligned{text-align:center}.admin-component form{color:#fff;background-repeat:no-repeat;background-image:linear-gradient(134deg,#008ea8,#26dbc5)}.admin-component form input,.admin-component form select{margin-bottom:16px}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.admin-content{margin-top:104px}@media screen and (max-width:1024px){.admin-content{margin-top:72px}}.admin-content #template-view{padding:0 0 70px}.admin-content .container-fluid{padding-left:0;padding-right:0}.admin-list-layout{padding-left:0;padding-bottom:60px}.admin-list-layout .title{display:inline-block;font-size:24px;color:#262626;font-weight:500}.admin-list-layout .title span{font-size:16px;color:rgba(0,0,0,.26)}.admin-list-layout table td,.admin-list-layout table th{padding-right:14px}.admin-list-layout table td.wide,.admin-list-layout table th.wide{min-width:220px}.admin-list-layout table td.right-aligned,.admin-list-layout table th.right-aligned{text-align:right}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.admin-bg-templates .title{display:inline-block;font-size:24px;color:#262626;font-weight:500}.admin-bg-templates .public-bg-upload-btn{margin-top:16px;margin-bottom:16px}.admin-bg-templates .public-bg-upload-btn.disabled{pointer-events:none}.admin-bg-templates .public-bg-upload-btn .loader{margin-top:10px}.admin-bg-templates .admin-bg-template-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.admin-bg-templates .admin-bg-template-list .bg-template{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.admin-bg-templates .admin-bg-template-list .bg-template .bg-template-tile{height:100px;width:100px}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.wizard{max-width:592px}.wizard .modal-content{min-height:670px}.wizard .step-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wizard .step-content>:first-child{width:100%}.wizard .wizard-body{padding:0 40px}@media screen and (max-width:640px){.wizard .wizard-body{padding:0 24px}}.wizard .wizard-title{cursor:default;text-align:left;padding-top:40px;margin-bottom:32px;font-size:30px;line-height:36px;font-weight:300;color:#fff}.wizard .sub-title{color:#a5c5d9;margin:-20px 0 24px;text-align:left}.wizard .option-container{margin:0 -8px}@media screen and (max-width:480px){.wizard .option-container{text-align:center}}.wizard .section-title{font-size:16px;color:#a5c5d9;margin-bottom:12px;cursor:default;text-align:left}.wizard .validation-error .modal-dialog{max-width:380px}.wizard .validation-error .modal-content{min-height:auto;background:#fff;text-align:left}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.wizard .wizard-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:32px 40px;background:rgba(60,132,189,.26);border-top:1px solid hsla(0,0%,100%,.12)}@media screen and (max-width:640px){.wizard .wizard-controls{padding:32px 24px}}.wizard .wizard-controls.start-step{background:none;border-top-color:transparent}@media screen and (max-width:480px){.wizard .wizard-controls:not(.start-step){-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.wizard .wizard-controls:not(.start-step) .btn{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:unset!important}.wizard .wizard-controls:not(.start-step) .btn.btn-next{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.wizard .wizard-controls:not(.start-step) .cancel-link{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;margin-top:24px}}@media screen and (max-width:480px) and (max-width:480px){.wizard .wizard-controls:not(.start-step) .cancel-link{text-align:left}}.wizard .wizard-controls .btn{margin-bottom:0}.wizard .wizard-controls .btn-next,.wizard .wizard-controls .btn-previous{display:-webkit-box;display:-ms-flexbox;display:flex}.wizard .wizard-controls .btn-next:after,.wizard .wizard-controls .btn-next:before,.wizard .wizard-controls .btn-previous:after,.wizard .wizard-controls .btn-previous:before{font-family:purephotos,serif;font-size:24px;margin-top:-1px}.wizard .wizard-controls .btn-next.btn-thin,.wizard .wizard-controls .btn-previous.btn-thin{margin:0;color:hsla(0,0%,100%,.7);background:none;border:1px solid transparent}.wizard .wizard-controls .btn-next.btn-thin:hover,.wizard .wizard-controls .btn-previous.btn-thin:hover{color:#fff;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.38)}@media screen and (max-width:480px){.wizard .wizard-controls .btn-next.btn-thin:hover,.wizard .wizard-controls .btn-previous.btn-thin:hover{background:none;border-color:transparent}}.wizard .wizard-controls .btn-next.disabled,.wizard .wizard-controls .btn-next:disabled,.wizard .wizard-controls .btn-previous.disabled,.wizard .wizard-controls .btn-previous:disabled{opacity:.38}.wizard .wizard-controls .btn-next:after{font-family:purephotos,serif;content:"\e914";margin-left:8px}.wizard .wizard-controls .btn-next.btn-thin{padding-right:16px}.wizard .wizard-controls .btn-next.btn-green{padding-right:24px}.wizard .wizard-controls .btn-next.btn-green:after{margin-top:0}.wizard .wizard-controls .btn-previous:before{content:"\e922";margin-right:8px}.wizard .wizard-controls .btn-previous.btn-thin{margin-right:4px;padding-left:16px}.wizard .wizard-controls .cancel-link{margin-right:auto;text-decoration:none;font-size:16px;color:hsla(0,0%,100%,.7);font-weight:500;border-bottom:1px solid hsla(0,0%,100%,0);-webkit-transition:all .25s ease-in-out 0s;transition:all .25s ease-in-out 0s}.wizard .wizard-controls .cancel-link:hover{color:#fff;border-bottom-color:#fff}@media screen and (max-width:480px){.wizard .wizard-controls .cancel-link:hover{border-bottom-color:transparent}}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */.side-navigation{margin-left:auto;background-color:rgba(0,0,0,.1);padding:40px 12px}@media screen and (max-width:640px){.side-navigation{display:none}}.side-navigation ul{padding:0;margin:0}.side-navigation-tab{list-style:none;width:88px;text-align:center;margin-bottom:12px}.side-navigation-tab a{display:block;color:#fff;text-decoration:none;padding:5px 8px 7px;background:none;border-top:1px solid transparent}.side-navigation-tab a .icon{font-size:24px;margin-bottom:6px}.side-navigation-tab a .description{margin:0;font-size:12px;font-weight:500;letter-spacing:.2px;line-height:14px}.side-navigation-tab a.selected{background-color:#3c84bd;border-radius:3px;border-top-color:hsla(0,0%,100%,.2)}.side-navigation-tab a.disabled{background:none;border-top-color:transparent;pointer-events:none}.side-navigation-tab a.disabled .description,.side-navigation-tab a.disabled .icon{color:hsla(0,0%,100%,.38)}/*!
 * Copyright (c) 2000-2022 TeamDev. All rights reserved.
 * TeamDev PROPRIETARY and CONFIDENTIAL.
 * Use is subject to license terms.
 */@font-face{font-family:purephotos;src:url(../fonts/purephotos.7acc7922.eot);src:url(../fonts/purephotos.7acc7922.eot) format("embedded-opentype"),url(../fonts/purephotos.dd139b0e.ttf) format("truetype"),url(../fonts/purephotos.44218171.woff) format("woff"),url(../img/purephotos.81317930.svg) format("svg");font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:purephotos!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow_left:before{content:"\e900"}.icon-arrow_right:before{content:"\e901"}.icon-arrows:before{content:"\e902"}.icon-bright:before{content:"\e903"}.icon-close_small:before{content:"\e904"}.icon-close:before{content:"\e905"}.icon-contrast:before{content:"\e906"}.icon-copy:before{content:"\e907"}.icon-done_small:before{content:"\e908"}.icon-download:before{content:"\e909"}.icon-drive_big:before{content:"\e90a"}.icon-link:before{content:"\e90b"}.icon-mail_ouline:before{content:"\e90c"}.icon-mail_small:before{content:"\e90d"}.icon-menu:before{content:"\e90e"}.icon-minus:before{content:"\e90f"}.icon-open_in_new_window:before{content:"\e910"}.icon-plus:before{content:"\e911"}.icon-retry:before{content:"\e912"}.icon-upload:before{content:"\e913"}.icon-arrow_next:before{content:"\e914"}.icon-feature-noise-removal:before{content:"\e915"}.icon-feature-layers:before{content:"\e916"}.icon-feature-face:before{content:"\e917"}.icon-feature-face-recogniser:before{content:"\e918"}.icon-feature-color .path1:before{content:"\e919";color:#000;opacity:.8}.icon-feature-color .path2:before{content:"\e91a";margin-left:-1em;color:#000;opacity:.5}.icon-feature-color .path3:before{content:"\e91b";margin-left:-1em;color:#000;opacity:.6}.icon-arrow-down-small:before{content:"\e91c"}.icon-wifi-off:before{content:"\e91d"}.icon-wifi:before{content:"\e91e"}.icon-direct-upload:before{content:"\e91f"}.icon-caret:before{content:"\e920"}.icon-price:before{content:"\e921"}.icon-arrow-previous:before{content:"\e922"}.icon-drive:before{content:"\e923"}.icon-sign-out:before{content:"\e924"}.icon-infinity:before{content:"\e925"}.icon-web:before{content:"\e926"}.icon-dropbox:before{content:"\e927"}.icon-drop-here:before{content:"\e928"}.icon-check:before{content:"\e929"}.icon-balance:before{content:"\e92a"}.icon-info-outline:before{content:"\e92b"}.icon-refresh:before{content:"\e92c"}.icon-money-off:before{content:"\e92d"}.icon-checkbox-off-circle:before{content:"\e92e"}.icon-checkbox-on-circle .path1:before{content:"\e92f";color:#000}.icon-checkbox-on-circle .path2:before{content:"\e930";margin-left:-1em;color:#fff}.icon-search:before{content:"\e931"}.icon-category:before{content:"\e932"}.icon-dashboard:before{content:"\e933"}.icon-dpi:before{content:"\e934"}.icon-font:before{content:"\e935"}.icon-img-size:before{content:"\e936"}.icon-psd .path1:before{content:"\e937";color:#26c9ff}.icon-psd .path2:before{content:"\e938";margin-left:-1em;color:#061e26}.icon-psd .path3:before{content:"\e939";margin-left:-1em;color:#d9f5ff}.icon-language:before{content:"\e93a"}.icon-camera-lens:before{content:"\e93b"}.icon-high-quality:before{content:"\e93c"}.icon-lens:before{content:"\e93d"}.icon-light:before{content:"\e93e"}.icon-pdf:before{content:"\e93f"}.icon-person:before{content:"\e940"}.icon-shutter-speed:before{content:"\e941"}.icon-tripod:before{content:"\e942"}.icon-foreground:before{content:"\e943"}.icon-remove-bg:before{content:"\e944"}.icon-options:before{content:"\e945"}.icon-info:before{content:"\e946"}.icon-crop:before{content:"\e947"}.icon-checklist:before{content:"\e948"}.icon-auto-rotate:before{content:"\e949"}.icon-add:before{content:"\e94a"}.icon-apply-bg:before{content:"\e94b"}.icon-export-psd .path1:before{content:"\e94c";color:#26c9ff}.icon-export-psd .path2:before{content:"\e94d";margin-left:-1em;color:#061e26}.icon-export-psd .path3:before{content:"\e94e";margin-left:-1em;color:#d9f5ff}.icon-export-png .path1:before{content:"\e94f";color:#ff6f6f}.icon-export-png .path2:before{content:"\e950";margin-left:-1em;color:#061e26}.icon-export-png .path3:before{content:"\e951";margin-left:-1em;color:#fff}.icon-color-correction:before{content:"\e952"}.icon-psd-black:before{content:"\e953"}.icon-png:before{content:"\e955"}.icon-custom-bg:before{content:"\e956"}.icon-more-menu:before{content:"\e957"}