@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.admin-container{flex-direction:column;align-items:center;width:100%;display:flex;position:relative;overflow:auto}.admin-container .head{justify-content:space-around;align-items:center;width:100%;display:flex}.add-form{background-color:var(--white);width:500px;height:calc(100vh - 100px);box-shadow:1px à 40px #0000000a;border-radius:10px;flex-direction:column;margin-top:80px;padding:20px;animation:.3s cubic-bezier(.38,.1,.36,.9) forwards anvil;display:flex;overflow-y:scroll}.add-form h1{text-align:center;margin:0;padding:0;font-weight:600}.add-form label{width:100%}.add-form label .add-input{border:1px solid var(--transparent);outline:0;width:100%;margin:12px 0;padding:12px 4px}@media screen and (width<=520px){.add-form{width:400px}}@media screen and (width<=410px){.add-form{width:350px}.admin-container .head{flex-direction:column}}@media screen and (width<=350px){.add-form{width:300px}}@keyframes anvil{0%{opacity:0;transform:scale(1)translateY(0);box-shadow:0 0 #f1f1f100}1%{opacity:0;transform:scale(.96)translateY(10px);box-shadow:0 0 #f1f1f100}to{opacity:1;transform:scale(1)translateY(0);box-shadow:0 0 500px #f1f1f100}}.menu-grid{grid-gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,max-content));justify-content:center;width:100%;margin:20px 0;display:grid}.user-container{padding:20px}.user-card{background-color:var(--white);padding:10px}.table-container{flex-direction:column;justify-content:space-between;padding:10px;display:flex;overflow-x:auto}.table-container h1{color:var(--black);text-transform:uppercase;text-align:center;margin-bottom:15px;font-size:30px;font-weight:300}table{background-color:var(--white);border-collapse:collapse;width:100%}table th,table td{border:1px solid var(--second-color)}thead{background-color:var(--first-color)}thead tr th{cursor:pointer}.tbody{height:300px;margin-top:0;overflow-x:auto}th{text-align:left;color:#fff;text-transform:uppercase;padding:20px 15px;font-size:12px;font-weight:500}td{text-align:left;vertical-align:middle;width:max-content;color:var(--black);border-bottom:1px solid #4141411a;padding:15px;font-size:12px;font-weight:300}.pagination-bar{list-style-type:none;display:flex}.pagination-bar li{text-align:center;height:32px;color:var(--black);box-sizing:border-box;letter-spacing:.01071em;cursor:pointer;border-radius:16px;align-items:center;min-width:32px;margin:auto 4px;padding:0 12px;font-size:13px;line-height:1.43;display:flex}.pagination-container li:hover{cursor:default;cursor:pointer;background-color:#0000000a}.row-admin{border-bottom:1px solid var(--transparent);flex-direction:column;width:100%;margin:10px 0;padding:10px 0;display:flex}.row{flex-direction:row;width:100%;display:flex}.comment-container{flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.comment-container .section{width:100%}.comment-form{background-color:var(--white);flex-direction:column;justify-content:space-between;align-items:center;width:500px;height:400px;padding:10px;display:flex;position:relative}.comment-input{-webkit-appearance:none;width:100%;height:200px;color:var(--black);border:1px solid var(--transparent);background:var(--white);border-radius:6px;margin:4px 0;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;line-height:25px;transition:border .3s;display:block}.grid-wrap{grid-gap:10px;grid-template-columns:repeat(auto-fit,minmax(300px,max-content));justify-content:center;align-items:center;width:100%;display:grid}.slider-item{background-color:var(--white-to-gray);overflow-wrap:break-word;border-radius:10px;justify-content:flex-start;width:300px;height:max-content;padding:4px;display:flex}.slider-item .animation-card_content{width:100%;max-width:374px;padding:4px}.slider-item .animation-card_content .flex{justify-content:space-between;align-items:center;display:flex}.slider-item .animation-card_content .animation-card_content_title{letter-spacing:-.18px;margin:0;font-size:16px;font-weight:400;line-height:24px}.slider-item .animation-card_content .animation-card_content_description{letter-spacing:normal;width:100%;margin:10px 0 0;font-size:15px;font-weight:300;line-height:24px}.slider-item .animation-card_content .animation-card_content_see_more{cursor:pointer;margin:10px 0 0;padding:4px;font-size:12px;font-weight:500}@media screen and (width<=520px){.comment-form{width:400px}}@media screen and (width<=420px){.comment-form{width:300px}}@media screen and (width<=320px){.comment-form{width:250px}}.toggle-theme-wrapper{flex-direction:row;align-items:center;gap:4px;display:flex}.toggle-theme-wrapper span{font-size:16px}.toggle-theme{width:40px;height:24px;display:inline-block;position:relative}.toggle-theme input{display:none}.slider{cursor:pointer;background-color:#ccc;transition:all .2s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;width:16px;height:16px;transition:all .4s;position:absolute;bottom:4px;left:4px}input:checked+.slider:before{transform:translate(16px)}input:checked+.slider{background-color:#6495ed}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.exchenge{background-color:var(--white);border-radius:6px;flex-direction:column;justify-content:flex-start;align-items:center;width:94%;height:max-content;padding:20px;display:flex}.exchenge h1{margin:0;padding:0}.exchenge .inputs{justify-content:space-between;align-items:center;width:100%;margin:10px 0;display:flex}.exchenge .inputs p{font-size:22px}.exchenge .inputs .left,.exchenge .inputs .right{flex-direction:column;width:50%;padding:20px;display:flex}.exchenge .inputs .left p,.exchenge .inputs .right p{margin:6px}.val-input{-webkit-appearance:none;width:100%;color:var(--black);border:1px solid var(--transparent);background:var(--white);border-radius:6px;margin-top:6px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;line-height:25px;transition:border .3s;display:block}.val-input::-moz-placeholder{color:var(--body-color)}.val-input:-ms-placeholder-shown{color:var(--body-color)}.val-input::placeholder{color:var(--body-color)}.val-input:focus{border-color:var(--first-color);outline:none}.infos{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:20px;display:flex}.info-1{display:flex}.info-1 p{margin:0 20px}@media screen and (width<=610px){.exchenge .inputs{flex-direction:column}.exchenge .inputs .left,.exchenge .inputs .right{width:100%;padding:0}}.transaction-container{justify-content:center;width:100%;padding:20px;display:flex}.transaction-container .bigcard{background-color:var(--white);border-radius:10px;flex-direction:column;align-items:center;width:90%;padding:20px;animation:.4s show;display:flex;position:relative}.confirm-form{flex-direction:column;width:100%;display:flex}.confirm-form label{justify-content:space-between;align-items:center;display:flex}.confirm-input{border:1px solid var(--transparent);outline:0;width:60%;margin:12px 0;padding:12px 4px}.condition{margin-right:20px}.confirm-form .bottom{align-items:center;padding:20px 10px;display:flex}.checkbox{border:2px solid var(--first-color);border-radius:50%;min-width:.75em;min-height:.75em;margin-right:.75em;display:inline-block}@media screen and (width<=700px){.confirm-form label{flex-direction:column}.confirm-input{width:100%}}@media screen and (width<=500px){.transaction-container .card{width:100%}.confirm-form .bottom{flex-direction:column}.condition{margin-bottom:20px;margin-right:0}}@media screen and (width<=380px){.transaction-container{padding:20px 10px}}.switch-container{width:260px;height:60px;margin:0 0 6px}.faq-container{flex-direction:column;align-items:center;padding:10px 0;display:flex}.faq{width:70%;padding:4px 0}@media screen and (width<=900px){.faq{width:90%}}.accordion{background-color:var(--white);color:#444;cursor:pointer;text-align:left;border:none;border-radius:4px;outline:none;justify-content:space-between;align-items:center;width:100%;padding:18px;font-size:15px;transition:all .4s;display:flex}.panel{background-color:var(--white);border-radius:4px;max-height:0;padding:0 18px;transition:max-height .2s ease-out;overflow:hidden}.reveal{background-color:var(--white);color:var(--black);max-height:300px;transition:max-height .2s ease-out;overflow-y:scroll}.footer{background-color:var(--footer);color:#efefef;flex-direction:column;justify-content:space-between;align-items:center;padding:20px 10px;display:flex;position:relative;bottom:0;left:0;right:0}@media screen and (width<=600px){.footer{margin-bottom:80px}}.footer .grid{grid-gap:40px;grid-template-columns:repeat(auto-fit,minmax(150px,max-content));justify-content:space-around;width:100%;display:grid}.footer .grid .block{flex-direction:column;display:flex}.footer .grid .block .row{justify-content:space-between;align-items:center;display:flex}.footer .grid .block .row img{width:35px}.footer .grid .block .title{font-size:18px;font-weight:700}.links{color:var(--white-2);margin:10px 0;text-decoration:none}.copyright{margin-top:20px}.home-header{background-color:var(--first-color);justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);display:flex;position:relative}.form-container{justify-content:center;align-items:center;width:100%;display:flex;position:relative}@media screen and (width<=600px){.home-header,.form-container{height:calc(100vh - 130px)}}.w-100{flex-direction:column;align-items:center;width:100%;display:flex}.home-content{flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.home-content h3{color:var(--first-color)}.popup-content{animation:.4s cubic-bezier(.38,.1,.36,.9) forwards anvil;background:#fff;border-radius:10px;max-width:600px;max-height:98%;margin:auto;padding:5px;-webkit-animation:.3s cubic-bezier(.38,.1,.36,.9) forwards anvil;overflow-y:scroll}@media screen and (width<=500px){.popup-content{width:90%}}.popup-arrow{color:#fff}[role=tooltip].popup-content{width:200px;box-shadow:0 0 3px #00000029}.popup-overlay{background:#09013a73}[data-popup=tooltip].popup-overlay{background:0 0}.header{background-color:var(--white);border-bottom:1px solid var(--black);text-align:center;width:100%;color:var(--transparent);justify-content:center;align-items:center;font-size:22px;font-weight:600;display:flex}.modal>.content{width:100%}.modal img{object-fit:contain;height:100%}.navbarTop{background-color:var(--white);width:100%;height:80px;color:var(--black);z-index:99;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0}.navbarBottom{background-color:var(--white);width:100%;height:80px;color:var(--black);z-index:99;justify-content:center;align-items:center;padding:0 1rem;display:flex;position:fixed;bottom:0;overflow-x:scroll}.shadow{box-shadow:-1px 5px 41px #0000001a}.nav-links{justify-content:flex-start;align-items:center;list-style:none;display:flex}.nav-link{cursor:pointer;color:var(--black);border-radius:6px;flex-direction:column;align-items:center;margin:0 4px;padding:.5rem 1rem;transition:transform .33s ease-in-out;display:flex;transform:scale(.9)}.active-link{background-color:var(--first-color);color:var(--white);transition:transform .33s ease-in-out;transform:translateY(-5px)scale(1.1);box-shadow:-1px 5px 41px #0000001a}.nav-logo{width:65px;position:relative}.nav-text{text-align:center;align-items:center;width:max-content;font-size:16px;display:flex}.btn-text{text-align:center;align-items:center;font-size:16px;display:flex}@media screen and (width<=600px){.nav-text{font-size:14px}}.nav-logo img{pointer-events:none;width:100%;height:100%}.btn-icon{margin-right:8px}.logo-top{background-color:var(--white);z-index:99;justify-content:center;height:50px;display:flex;position:fixed;top:0;left:0;right:0}.logo-top .logo-link{height:100%}.logo-top .logo-link img{pointer-events:none;height:100%}.notfound-root{padding-top:80px;padding-bottom:80px}.notfound-inner{position:"relative"}.notfound-image{position:"absolute";z-index:0;opacity:.75;top:0;left:0;right:0}.notfound-content{position:"relative";z-index:1;padding-top:220px}.notfound-title{text-align:"center";font-size:38px;font-weight:900}.notfound-description{max-width:540px;margin:"auto";margin-top:10px;margin-bottom:10px * 1.5}.pagination-container{list-style-type:none;display:flex}.pagination-container .pagination-item{text-align:center;height:32px;color:var(--black);box-sizing:border-box;letter-spacing:.01071em;border-radius:16px;align-items:center;min-width:32px;margin:auto 4px;padding:0 12px;font-size:13px;line-height:1.43;display:flex}.pagination-container .pagination-item.dots:hover{cursor:default;background-color:#0000}.pagination-container .pagination-item:hover{cursor:pointer;background-color:#0000000a}.pagination-container .pagination-item.selected{background-color:var(--white);border:1px solid var(--black)}.pagination-container .pagination-item .arrow:before{content:"";border-right:.12em solid var(--black);border-top:.12em solid var(--black);width:.4em;height:.4em;display:inline-block;position:relative}.pagination-container .pagination-item .arrow.left{transform:rotate(-135deg)translate(-50%)}.pagination-container .pagination-item .arrow.right{transform:rotate(45deg)}.pagination-container .pagination-item.disabled{pointer-events:none}.pagination-container .pagination-item.disabled .arrow:before{border-right:.12em solid var(--black);border-top:.12em solid var(--black)}.pagination-container .pagination-item.disabled:hover{cursor:default;background-color:#0000}*{box-sizing:border-box;outline:none}img{max-width:100%}.header{border-bottom:1px solid var(--border-color);background-color:var(--header-bg-color);width:100%;height:90px;color:var(--body-color);align-items:center;padding:0 25px;font-size:15px;display:flex}.header-left{align-items:center;display:flex}.header-left svg{flex-shrink:0;width:22px;margin-right:25px}.logo{border:5px solid var(--logo-color);border-radius:50%;flex-shrink:0;width:34px;height:34px}.menu-item:hover{color:var(--logo-color)}.menu-item:not(:last-child){margin-right:20px}.user-settings{flex-shrink:0;align-items:center;margin-left:auto;display:flex}.user-settings>*+*{margin-left:18px}.user-settings svg{flex-shrink:0;width:22px}.menu-item.active{color:var(--logo-color)}.profil-menu{background-color:var(--white-to-gray);width:100%}.bgWhite{background-color:var(--white-to-gray)}.profile-container{flex-direction:column;align-items:flex-start;width:100%;display:flex;position:relative;overflow:auto}.profile-container .main-info{background-color:#fff;width:100%;padding:25px}.code-parrain{overflow-wrap:break-word;background-color:#fff;width:100%}.toggle-switch{vertical-align:middle;-webkit-user-select:none;user-select:none;text-align:left;width:110px;display:inline-block;position:relative}.toggle-switch-checkbox{display:none}.toggle-switch-label{cursor:pointer;border:0 solid #bbb;border-radius:20px;margin:0;display:block;overflow:hidden}.toggle-switch-inner{width:200%;margin-left:-100%;transition:margin .3s ease-in;display:block}.toggle-switch-inner:before,.toggle-switch-inner:after{float:left;color:#fff;box-sizing:border-box;width:50%;height:34px;padding:0;font-size:14px;font-weight:700;line-height:34px;display:block}.toggle-switch-inner:before{content:"Validées";text-transform:uppercase;color:#fff;background-color:green;padding-left:10px}.toggle-switch-disabled,.toggle-switch-disabled:before{cursor:not-allowed;background-color:#ddd}.toggle-switch-inner:after{content:"En cours";text-transform:uppercase;background-color:var(--main-color);color:#fff;text-align:right;padding-right:10px}.toggle-switch-switch{background:#fff;border:0 solid #bbb;border-radius:20px;width:24px;margin:5px;transition:all .3s ease-in;display:block;position:absolute;top:0;bottom:0;right:76px}.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-inner{margin-left:0}.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-switch{right:0}.home-historique-container{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:4px;display:flex}.historique-row{border-radius:4px;flex-direction:row;justify-content:space-between;align-items:center;width:500px;height:50px;margin:2px 0;padding:0 6px;display:flex}.historique-row:nth-of-type(odd){background-color:var(--second-color);color:var(--white)}.historique-row:nth-of-type(odd) .exchange-icon{filter:invert()}.historique-row:nth-of-type(2n){background-color:var(--white-to-gray)}.historique{align-items:center;padding-right:24px;display:flex}.historique h1{margin-right:10px;font-size:1px}.historique img{width:25px;height:25px;margin-right:10px}.historique-data img{width:25px;height:25px;margin-right:6px}.historique-data{text-align:left;text-transform:lowercase;justify-content:space-between;display:flex}.historique-volume{width:155px}.historique-percent{padding:0 10px}.red{color:#f00606}.green{color:#21a421}@media screen and (width<=560px){.historique-row{width:100%}}.verify-grid{grid-gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,max-content));justify-content:center;width:100%;margin-top:20px;display:grid}.list-container{background-color:var(--white);cursor:pointer;color:var(--black);justify-content:center;align-items:center;padding:4px;text-decoration:none;display:flex}.card-container{padding:10px}.verify-container{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:20px;display:flex}.verify-form{background-color:var(--white);flex-direction:column;align-self:center;align-items:center;width:100%;height:max-content;padding:20px;display:flex}.verify-form .val-input,.val-select{width:50%}.list-view{background-color:var(--white);color:var(--black);padding:4px 30px}@media screen and (width<=800px){.verify-form .val-input,.val-select{width:90%}}@media screen and (width<=500px){.verify-form{padding:10px}.verify-form .val-input,.val-select{width:95%}}.about-container{background-color:var(--white);flex-direction:column;justify-content:center;align-items:center;width:100%;padding:20px;display:flex;position:relative}.historique-container{grid-gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,max-content));justify-content:center;width:100%;padding:20px;display:grid}.historique-container .card{background-color:var(--white);height:max-content;padding:10px}.historique-container .card .bottom{grid-gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,max-content));justify-content:space-between;width:100%;display:grid}.form-container{justify-content:center;padding:20px;display:flex}.login-container{flex-direction:column;justify-content:space-between;align-items:center;padding:20px;display:flex}.login-form{background-color:var(--white);border-radius:10px;flex-direction:column;width:500px;padding:20px;display:flex;position:relative;box-shadow:1px 0 40px #0000000a}.login-form h1,.login-form h2{text-align:center;font-weight:600}.login-form label{flex-direction:column;justify-content:space-between;width:100%;margin:6px 0;padding:0;display:flex}.input-icon{justify-content:center;align-items:center;height:100%;padding:8px;display:flex}.input-icon.pointer{cursor:pointer}.login-form label .login-input{-webkit-appearance:none;width:100%;color:var(--black);border:1px solid var(--transparent);background:var(--white);border-radius:6px;align-items:center;margin:4px 0;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;line-height:25px;transition:border .3s;display:flex;position:relative}.login-input:focus{border-color:var(--first-color);outline:none}.login-form label .login-input input{background:0 0;border:none;outline:none;width:100%;padding:8px 4px}@media screen and (width<=520px){.login-form{width:400px}}@media screen and (width<=410px){.login-form{width:300px}}:root{--ig-primary-color:#337ab7;--ig-white:#fff;--ig-black:#000;--ig-background-overlay:#0006;--ig-thumbnail-size:96px;--ig-thumbnail-size-small:80px;--ig-thumbnail-border-width:4px;--ig-thumbnail-border-width-small:3px;--ig-bullet-size:4px;--ig-bullet-size-small:3px}.image-gallery-icon{color:var(--ig-white,#fff);appearance:none;cursor:pointer;z-index:4;filter:drop-shadow(0 2px 2px #00000080);background-color:#0000;border:0;outline:none;transition:all .3s ease-out;position:absolute}@media (hover:hover) and (pointer:fine){.image-gallery-icon:hover{color:var(--ig-primary-color,#337ab7)}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid var(--ig-primary-color,#337ab7)}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{padding:20px;bottom:0}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{width:32px;height:32px}@media (width<=768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:16px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{width:24px;height:24px}}@media (width<=480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:12px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{width:16px;height:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:12px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{width:96px;height:120px}@media (width<=768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{width:48px;height:72px}}@media (width<=480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{width:32px;height:48px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:not-allowed;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:48px 12px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:64px;height:120px}@media (width<=768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:32px;height:72px}}@media (width<=480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{width:24px;height:48px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:not-allowed;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;-webkit-overflow-scrolling:touch;position:relative}.image-gallery.fullscreen-modal{background:var(--ig-black,#000);z-index:5;width:100%;height:100%;position:fixed;inset:0}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:var(--ig-black,#000)}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 112px);display:inline-block}@media (width<=768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 88px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-swipe{backface-visibility:hidden;touch-action:pan-y pinch-zoom;overflow:hidden;transform:translateZ(0)}.image-gallery-slides{touch-action:pan-y pinch-zoom;backface-visibility:hidden;contain:layout style paint;isolation:isolate;position:relative;overflow:hidden}.image-gallery-slides-container{backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;will-change:transform;display:flex}.image-gallery-slides-container.vertical{flex-direction:column;height:100%}.image-gallery-slides-container.vertical .image-gallery-slide{flex:0 0 100%;height:100%;min-height:0}.image-gallery-slides-container.vertical .image-gallery-slide .image-gallery-image{width:auto;max-width:100%;height:100%}.image-gallery-slide{backface-visibility:hidden;flex:0 0 100%;min-width:0;position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:var(--ig-background-overlay,#0006);color:var(--ig-white,#fff);white-space:normal;padding:12px 20px;line-height:1;position:absolute;bottom:72px;left:0}@media (width<=768px){.image-gallery-slide .image-gallery-description{padding:8px 16px;font-size:.8em;bottom:48px}}.image-gallery-bullets{z-index:4;text-align:center;width:80%;margin:0 auto;position:absolute;bottom:20px;left:0;right:0}.image-gallery-bullets .image-gallery-bullets-container{margin:0 auto;padding:0;display:inline-block}.image-gallery-bullets .image-gallery-bullets-inner{white-space:nowrap;justify-content:flex-start;align-items:center;padding:2px 0;display:flex}.image-gallery-bullets .image-gallery-bullet{appearance:none;border:1px solid var(--ig-white,#fff);cursor:pointer;width:calc(var(--ig-bullet-size,4px) * 2 + 2px);height:calc(var(--ig-bullet-size,4px) * 2 + 2px);background-color:#0000;border-radius:50%;outline:none;flex-shrink:0;margin:0 4px;padding:0;transition:all .2s ease-out;box-shadow:0 2px 2px #0009}@media (width<=768px){.image-gallery-bullets .image-gallery-bullet{width:calc(var(--ig-bullet-size-small,3px) * 2 + 2px);height:calc(var(--ig-bullet-size-small,3px) * 2 + 2px);margin:0 3px}}@media (width<=480px){.image-gallery-bullets .image-gallery-bullet{width:8px;height:8px}}.image-gallery-bullets .image-gallery-bullet:focus{background:var(--ig-primary-color,#337ab7);border:1px solid var(--ig-primary-color,#337ab7);transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{border:1px solid var(--ig-white,#fff);background:var(--ig-white,#fff);transform:scale(1.2)}@media (hover:hover) and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:var(--ig-primary-color,#337ab7);border:1px solid var(--ig-primary-color,#337ab7)}.image-gallery-bullets .image-gallery-bullet.active:hover{background:var(--ig-primary-color,#337ab7)}}.image-gallery-bullets.image-gallery-bullets-vertical{width:auto;inset:50% auto auto 20px;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullets-inner{flex-direction:column;padding:0 2px}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:4px 0;display:block}@media (width<=768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:3px 0}}@media (width<=480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:3px 0}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{vertical-align:top;width:var(--ig-thumbnail-size,96px);display:inline-block}@media (width<=768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:var(--ig-thumbnail-size-small,80px)}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{width:100%;height:100%;padding:0;position:absolute;top:0;left:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{margin-right:0;padding:0;display:block}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-top:2px;margin-left:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 4px}@media (width<=768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 4px}}.image-gallery-thumbnails{padding:4px 0;overflow:hidden}@media (width<=768px){.image-gallery-thumbnails{padding:4px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{border:var(--ig-thumbnail-border-width,4px) solid transparent;width:var(--ig-thumbnail-size,96px);background:0 0;padding:0;transition:border .3s ease-out;display:inline-block}@media (width<=768px){.image-gallery-thumbnail{border:var(--ig-thumbnail-border-width-small,3px) solid transparent;width:var(--ig-thumbnail-size-small,80px)}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:var(--ig-thumbnail-border-width,4px) solid var(--ig-primary-color,#337ab7);outline:none}@media (width<=768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:var(--ig-thumbnail-border-width-small,3px) solid var(--ig-primary-color,#337ab7)}}@media (hover:hover) and (pointer:fine){.image-gallery-thumbnail:hover{border:var(--ig-thumbnail-border-width,4px) solid var(--ig-primary-color,#337ab7);outline:none}}@media (hover:hover) and (pointer:fine) and (width<=768px){.image-gallery-thumbnail:hover{border:var(--ig-thumbnail-border-width-small,3px) solid var(--ig-primary-color,#337ab7)}}.image-gallery-thumbnail-label{box-sizing:border-box;color:var(--ig-white,#fff);text-shadow:0 2px 2px #0009;white-space:normal;width:100%;padding:5%;font-size:1em;line-height:1em;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (width<=768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:var(--ig-background-overlay,#0006);color:var(--ig-white,#fff);z-index:4;padding:10px 20px;line-height:1;position:absolute;top:0;right:0}@media (width<=768px){.image-gallery-index{padding:5px 10px;font-size:.8em}}:root{--black:#121212;--footer:#020c27;--first-color:#0a47a2;--second-color:#427aa1;--white:#fff;--white-2:#fafafa;--white-text:#fff;--transparent:#0000006e;--white-to-gray:#fff;--body-color:#b3b3b3;--body-bg-color:#ebf2fa;--theme-bg-color:#fafafa;--border-color:#efefef;--logo-color:#f13a2f;--light-green:#3cf12fbc;--light-red:#f1392fbc;--main-color:gray;--header-bg-color:#fff;--invert:invert(0)}*{box-sizing:border-box;word-wrap:break-word;margin:0;padding:0;font-family:Inter,sans-serif}::-webkit-scrollbar-track{background-color:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background-color:var(--first-color);border-radius:10px}html{box-sizing:border-box;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{background-color:var(--body-bg-color);flex-direction:column;min-height:100vh;display:flex}.overlay{background-color:var(--transparent);z-index:-1;height:100vh;position:absolute;inset:0}.w-100{width:"100%"}.page-content{color:var(--black);flex:1 0 auto;margin-top:80px;position:relative;overflow-x:hidden}@media screen and (width<=600px){.page-content{margin-top:50px}}.loading{flex-direction:column;align-items:center;width:100%;display:flex}.loading img{width:100px}.error,.unsubscribe{color:red}a{text-decoration:none}.display-none{display:none}.load-overlay{background-color:var(--white);z-index:100;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:absolute}.load-overlay img{width:65px}.error{color:red}.success{color:green;text-align:center;padding:10px}.button{background-color:var(--first-color);color:var(--white-text);cursor:pointer;border:0;border-radius:25px;align-items:center;width:max-content;height:max-content;padding:8px 16px;font-size:14px;font-weight:600;display:flex}.button2{background-color:var(--first-color);color:var(--white-text);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;width:max-content;margin:4px;padding:8px 16px;font-size:14px;display:flex}.logout{color:red;cursor:pointer;background-color:#0000;border:0;align-items:center;width:max-content;height:max-content;padding:8px 16px;font-size:14px;font-weight:600;display:flex}.icon{cursor:pointer;width:35px}.status-container{z-index:99;width:max-content;color:var(--white);border-radius:50%;flex-direction:column;align-items:center;padding:5px;font-size:14px;font-weight:600;display:flex;position:fixed;bottom:20px;left:10px}@media screen and (width<=600px){.status-container{bottom:80px}}.whatsapp{z-index:99;width:max-content;color:var(--white);border-radius:50%;align-items:center;padding:5px;font-size:14px;font-weight:600;display:flex;position:fixed;bottom:20px;right:10px}@media screen and (width<=600px){.whatsapp{bottom:80px}}.code-parrain{cursor:pointer;padding:10px}.close{cursor:pointer;background:var(--light-red);color:var(--white);border:0;border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;font-size:30px;display:flex;position:absolute;top:10px;right:10px}.options{cursor:pointer;color:var(--black);background:0 0;border:0;border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;font-size:30px;display:flex;position:absolute;top:10px;right:10px}.small{font-size:10px}.search-input{-webkit-appearance:none;background:#fff;border:0;border-radius:5px;outline:0;width:300px;padding:7px 40px 7px 12px;font-size:16px;transition:all .15s;box-shadow:1px 0 20px #0000000d}textarea{resize:none}.variable{color:#ff6200}.refresh-container{justify-content:center;align-items:center;width:100%;padding:40px;display:flex}.refresh{background-color:var(--first-color);color:var(--white);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:8px 16px;font-size:20px;display:flex;position:absolute;top:10px;right:10px}.pointer{cursor:pointer;padding:4px}.white{background-color:var(--white);padding:20px;position:relative}.icon{filter:var(--invert)}.notif-icon{color:var(--white-2);background-color:green;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin:2px;display:flex}.status{border-radius:50%;width:15px;height:15px;margin:10px;display:inline-block;position:relative}.status.online,.status.online:before{background:#72ff7d}.status.offline,.status.offline:before{background:#ff4242}.status:before{content:"";border-radius:50%;width:25px;height:25px;animation:1.5s ease-in infinite pulse;display:block;position:absolute;top:-5px;left:-5px}@keyframes pulse{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}.notfound-container{flex-direction:column;justify-content:center;align-items:center;font-size:50px;display:flex}.notfound-container p{font-size:large}.notfound-container input{cursor:pointer;background-color:var(--first-color);color:var(--white);border:0;border-radius:4px;outline:0;padding:10px 14px;font-size:large;box-shadow:0 10px 20px #0003}.title{text-align:center;margin:0;padding:30px 30px 0;font-weight:500;line-height:1.1}.grid{vertical-align:middle;flex-wrap:wrap;flex:1;place-content:center;align-items:center;display:flex}.card{vertical-align:middle;background:#fff;border-radius:10px;flex-direction:column;justify-content:space-between;align-self:center;width:300px;height:175px;margin:10px;padding:10px;animation:.4s show;display:flex;position:relative;overflow:hidden}.card2{vertical-align:middle;background:#fff;border-radius:10px;flex-direction:column;justify-content:space-between;align-self:center;margin:10px;padding:10px;animation:.4s show;display:flex;position:relative;overflow:hidden}.card .top{background-color:var(--white-to-gray);justify-content:flex-start;align-items:center;height:100px;display:flex}.card .top img{border-radius:8px;width:80px}.card .top p{padding:2px}.card .price{margin:0 5px;padding:5px}.card .bottom{background-color:var(--second-color);color:var(--white);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;height:75px;padding:5px;display:flex}@keyframes show{0%{opacity:0;transform:scale(.4)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@font-face{font-family:FontAwesome;src:url(/assets/fontawesome-webfont-G5YE5S7X.eot?v=4.7.0);src:url(/assets/fontawesome-webfont-G5YE5S7X.eot?#iefix&v=4.7.0)format("embedded-opentype"),url(/assets/fontawesome-webfont-B-jkhYfk.woff2?v=4.7.0)format("woff2"),url(/assets/fontawesome-webfont-CDK5bt4p.woff?v=4.7.0)format("woff"),url(/assets/fontawesome-webfont-CQDK8MU3.ttf?v=4.7.0)format("truetype"),url(/assets/fontawesome-webfont-D13rzr4g.svg?v=4.7.0#fontawesomeregular)format("svg");font-weight:400;font-style:normal}.fa{font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.fa-lg{vertical-align:-15%;font-size:1.33333em;line-height:.75em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.28571em}.fa-ul{margin-left:2.14286em;padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{text-align:center;width:2.14286em;position:absolute;top:.142857em;left:-2.14286em}.fa-li.fa-lg{left:-1.85714em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:2s linear infinite fa-spin}.fa-pulse{animation:1s steps(8,end) infinite fa-spin}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{vertical-align:middle;width:2em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{text-align:center;width:100%;position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;width:auto;height:auto;margin:0;position:static;overflow:visible}@keyframes rai-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.rai-spinner{width:1.5em;height:1.5em;position:relative}.rai-spinner .rai-spinner-inner,.rai-spinner .rai-spinner-outer{border-radius:100%;width:100%;height:100%;margin-top:-.0625em;margin-left:-.0625em;position:absolute;top:0;left:0}.rai-spinner .rai-spinner-outer{opacity:.2;border:.125em solid}.rai-spinner .rai-spinner-inner{-webkit-animation-duration:inherit;animation-duration:inherit;border-top:.125em solid;border-radius:100%;width:100%;height:100%;animation-name:rai-spinner;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;top:0;left:0;border-bottom:.125em solid #0000!important;border-left:.125em solid #0000!important;border-right:.125em solid #0000!important}
