﻿/*! 
 * SudaYoruka Website Styles
 * Based on FriendKit Theme
 * Compiled by Zola SSG
 * 
 * Brand Colors:
 *   Red (#b23e55)    - Primary brand color
 *   Yellow (#e7a457) - Secondary brand color
 *   Black (#3d3b42)  - Base color
 *   Pink (#d081a5)   - Accent color
 * 
 * See: docs/brand-colors.md for complete brand color guidelines
 * 
 * Note: Bulma is loaded via CDN due to Sass scoping issues with grass compiler.
 * Only FriendKit custom styles are compiled here.
 *//*! _colors.scss | Friendkit | © Css Ninja. 2020-2021 *//*! _fonts.scss | SudaYoruka Website | Font Definitions */:root{--font-system-ui: "Noto Sans TC", "Noto Sans JP", "Noto Sans SC", "Noto Sans", Microsoft JhengHei, Heiti TC, "Noto Color Emoji", "Open Sans", "Noto Serif Tibetan", system-ui, sans-serif;--font-antique: Iansui, Superclarendon, "URW Bookman", "URW Bookman L", "Georgia Pro", Georgia, serif}@font-face{font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/l/font?kit=w8gbH2UoTuUp5bOaiDl73QJZwo74cj2R7cn5gdocrE-gZ-mUxruKOrww7gul2YgGsrNx3Brm_mNovbXW_EUcjE-8AJWlvAMQ745TZBhwGPBuvkPPUWN0IxitPLIvj5CU_81Et_b_QmjlOl0ScPotaxeVqDeTMUQT6OmxmctMQFvzuSgGGYZhTeb6e6qnZayMY4caxGe_rWIpOpFqOIsyT_Ze_pTF4B8csjaRfmDBUOxx7lo9d8b57lCZeqO08Y8gpNy3sjsjQFjYhurADe1oK2wGqbB6DzaL6FK6xk_HJP_9Npr8upG_GrbjqAOB6NccHp2DNczgPEsXytVhcrriXwdDcMb_wQQNRJ0mew&skey=2e8b012f7c13371c&v=v7) format("woff2");font-family:"Iansui"}h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:normal;font-family:var(--font-antique),var(--font-system-ui)}body{font-family:var(--font-antique),var(--font-system-ui)}button,button.button{font-family:var(--font-antique),var(--font-system-ui)}p{font-family:var(--font-system-ui)}blockquote,blockquote p{font-size:1.1em;font-family:var(--font-antique),var(--font-system-ui)}strong,a strong,strong a{color:#b23e55;font-family:var(--font-antique),var(--font-system-ui)}/*! _special-mixins.scss | Friendkit | © Css Ninja. 2020-2021 *//*! _pageloader.scss | Friendkit | © Css Ninja. 2020-2021 */.pageloader{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;background-color:#fafafa;z-index:999998;opacity:0;transition:-webkit-opacity .35s ease-out;transition:opacity .35s ease-out;transition:opacity .35s ease-out,-webkit-transform .35s ease-out;will-change:opacity;pointer-events:none}.pageloader.is-active{opacity:1}.pageloader::after,.pageloader::before{position:absolute;top:50%;left:50%;display:block;border-radius:100%;content:"";z-index:999999}.pageloader::after{margin-top:-100px;margin-left:-100px;width:200px;height:200px;background-color:rgba(178,62,85,.5);border:3px solid rgba(178,62,85,.75);-webkit-animation:page-loader-inner 1.5s infinite ease-out;animation:page-loader-inner 1.5s infinite ease-out}.pageloader::before{margin-top:-30px;margin-left:-30px;width:60px;height:60px;background-color:#b23e55;-webkit-animation:page-loader-outer 1.5s infinite ease-in;animation:page-loader-outer 1.5s infinite ease-in}@-webkit-keyframes page-loader-inner{0%, 40%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes page-loader-inner{0%, 40%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-webkit-keyframes page-loader-outer{0%{-webkit-transform:scale(1);transform:scale(1)}100%, 40%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@keyframes page-loader-outer{0%{-webkit-transform:scale(1);transform:scale(1)}100%, 40%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}.infraloader{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;background:#fff;z-index:-1;opacity:0;transition:opacity .35s}.infraloader.is-active{opacity:1;z-index:999997}.infraloader.is-full{width:100% !important;left:0 !important}@media (max-width: 767px){.pageloader,.infraloader{width:100% !important;left:0 !important}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.pageloader,.infraloader{width:100% !important;left:0 !important}}/*! _animations.scss | Friendkit | © Css Ninja. 2020-2021 */@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation:fadeIn 500ms ease-in-out;animation:fadeIn 500ms ease-in-out}@-webkit-keyframes fadeInLeft{from{-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes fadeInLeft{from{-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.preFadeInLeft{opacity:0}.fadeInLeft{opacity:0;-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@keyframes wave{0%{transform:scale(1);opacity:1}25%{transform:scale(1);opacity:1}100%{transform:scale(4.5);opacity:0}}@keyframes modalScale{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}/*! _accessibility.scss | Friendkit | © Css Ninja. 2020-2021 */*:focus{outline:2px solid #b23e55;outline-offset:2px}*:focus:not(:focus-visible){outline:none}*:focus-visible{outline:2px solid #b23e55;outline-offset:2px}a:focus-visible,button:focus-visible,.button:focus-visible{outline:2px solid #b23e55;outline-offset:2px;box-shadow:0 0 0 3px rgba(178,62,85,.2)}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #b23e55;outline-offset:1px;border-color:#b23e55}.modal-trigger:focus-visible,.dropdown-trigger:focus-visible{outline:2px solid #b23e55;outline-offset:2px}.skip-link{position:absolute;top:-40px;left:0;background:#b23e55;color:#fff;padding:8px;text-decoration:none;z-index:100}.skip-link:focus{top:0}/*! _buttons.scss | Friendkit | © Css Ninja. 2020-2021 */.button{display:inline-block;transition:all .3s;border:none;border-radius:.65rem;font-weight:500;font-size:.8rem}.button.is-rounded{padding-right:1.5em;padding-left:1.5em}.button.icon-button{padding:0;width:32px;height:32px}.button.icon-button svg{stroke:#3d3b42;width:16px !important;height:16px !important}.button.icon-button.is-solid svg{stroke:#fff !important}.button.has-icon svg{margin-right:4px;width:16px;min-width:16px;height:16px;min-height:16px}.button.default-raised:hover{opacity:.8;box-shadow:0 14px 26px -12px rgba(0,0,0,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}.button.is-phantom{border:2px solid rgba(0,0,0,0);background:rgba(0,0,0,0)}.button.is-phantom.primary-button{color:#b23e55}.button.is-phantom.primary-button:hover{border-color:#b23e55}.button.is-phantom.accent-button{color:#d081a5}.button.is-phantom.accent-button:hover{border-color:#d081a5}.button.is-reversed-phantom{border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0)}.button.is-reversed-phantom.primary-button{color:#b23e55}.button.is-reversed-phantom.primary-button:hover{border-color:rgba(0,0,0,0) !important;background:#b23e55;color:#fafafa}.button.is-reversed-phantom.accent-button{color:#d081a5}.button.is-reversed-phantom.accent-button:hover{border-color:rgba(0,0,0,0) !important;background:#d081a5;color:#fafafa}.button.is-solid.primary-button{border-color:#b23e55;background:#b23e55;color:#fff}.button.is-solid.primary-button.raised:hover{opacity:.8;box-shadow:0 14px 26px -12px rgba(178,62,85,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(178,62,85,.2) !important}.button.is-solid.secondary-button{border-color:#e7a457;background:#e7a457;color:#fff}.button.is-solid.secondary-button.raised:hover{opacity:.8;box-shadow:0 14px 26px -12px rgba(231,164,87,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(231,164,87,.2) !important}.button.is-solid.accent-button{border-color:#d081a5;background:#d081a5;color:#fff}.button.is-solid.accent-button.raised:hover{opacity:.8;box-shadow:0 14px 26px -12px rgba(208,129,165,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,129,165,.2) !important}.button.is-solid.red-button{border-color:#b23e55;background:#b23e55;color:#fff}.button.is-solid.red-button.raised:hover{opacity:.8;box-shadow:0 14px 26px -12px rgba(178,62,85,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(178,62,85,.2) !important}.button.is-solid.green-button{border-color:#1ce589;background:#1ce589;color:#fff}.button.is-solid.green-button.raised:hover{opacity:.8;box-shadow:0 14px 26px -12px rgba(28,229,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(28,229,137,.2) !important}.button.is-solid.blue-button{border-color:#039be5;background:#039be5;color:#fff}.button.is-solid.blue-button.raised:hover{opacity:.8;box-shadow:0 14px 26px -12px rgba(3,155,229,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(3,155,229,.2) !important}.button.is-solid.grey-button{border-color:#f7f7f7;background:#f7f7f7}.button.is-solid.grey-button svg{stroke:#3d3b42 !important}.button.is-solid.grey-button:hover{border-color:#f2f2f2;background:#f2f2f2}.button.is-solid.dark-grey-button{border-color:#ededed;background:#ededed}.button.is-solid.dark-grey-button svg{stroke:#3d3b42 !important}.button.is-solid.dark-grey-button:hover{border-color:#dedede;background:#dedede}.button.light-button{border-color:#fff;background:rgba(0,0,0,0);color:#fff;font-weight:500}.button.light-button:hover{background:#fff;color:#393a4f}.button.light-button.raised:hover{opacity:.8;box-shadow:0 14px 26px -12px rgba(178,62,85,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(178,62,85,.2) !important !important}/*! _cards.scss | Friendkit | © Css Ninja. 2020-2021 */.card{position:relative;margin-bottom:1.5rem;border:1px solid #e8e8e8;background:#fff;border-radius:.85rem;box-shadow:none}.card .card-heading{display:flex;justify-content:flex-start;align-items:center;padding:16px}.card .card-heading .dropdown{margin-left:auto}.card .card-heading .dropdown .button{padding:0;background:none;border:none}.card .card-heading .dropdown .button svg{stroke:#888da8}.card .card-heading .dropdown.is-light svg{stroke:#fff}.card .card-heading.is-bordered{border-bottom:1px solid #e8e8e8}.card .card-heading.is-bordered h4{font-size:.9rem;color:#757a91;font-weight:400}.card .card-body{padding:10px 16px}.card .card-body.no-padding{padding:0}.card .card-footer{margin:8px 16px 16px 16px;border-top:1px solid #e8e8e8}/*! _components-widgets.scss | Friendkit | © Css Ninja. 2020-2021 */.official-links-widget .links-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(60px, 1fr));gap:1rem;padding:1rem 0 0}.official-links-widget .links-grid .link-card{display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;box-shadow:none;border:1px solid #e8e8e8;border-radius:.85rem;background:#fff;padding:1.5rem 1rem;text-decoration:none}.official-links-widget .links-grid .link-card:hover{transform:translateY(-2px);box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06);border-color:#b23e55}.official-links-widget .links-grid .link-card svg{transition:stroke .3s;stroke:#393a4f;margin-bottom:.5rem;width:32px;height:32px}.official-links-widget .links-grid .link-card span{transition:color .3s;color:#393a4f;font-weight:500;font-size:.9rem;font-family:"Roboto",sans-serif}.official-links-widget .links-grid .link-card.youtube:hover{border-color:red}.official-links-widget .links-grid .link-card.youtube:hover svg{stroke:red}.official-links-widget .links-grid .link-card.youtube:hover span{color:red}.official-links-widget .links-grid .link-card.twitch:hover{border-color:#9146ff}.official-links-widget .links-grid .link-card.twitch:hover svg{stroke:#9146ff}.official-links-widget .links-grid .link-card.twitch:hover span{color:#9146ff}.official-links-widget .links-grid .link-card.twitter:hover{border-color:#1da1f2}.official-links-widget .links-grid .link-card.twitter:hover svg{stroke:#1da1f2}.official-links-widget .links-grid .link-card.twitter:hover span{color:#1da1f2}.all-tags-widget .links-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(80px, 1fr));gap:.75rem;padding:1rem 0 0}.all-tags-widget .links-grid .link-card{display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;box-shadow:none;border:1px solid #e8e8e8;border-radius:.85rem;background:#fff;padding:1rem .75rem;text-decoration:none}.all-tags-widget .links-grid .link-card:hover{transform:translateY(-2px);box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06);border-color:#d081a5}.all-tags-widget .links-grid .link-card svg{transition:stroke .3s;stroke:#393a4f;margin-bottom:.5rem;width:28px;height:28px}.all-tags-widget .links-grid .link-card span{transition:color .3s;color:#393a4f;font-weight:500;font-size:.85rem;font-family:"Roboto",sans-serif;text-align:center}.all-tags-widget .links-grid .link-card small{margin-top:.25rem;color:#737373;font-size:.75rem}.all-tags-widget .links-grid .link-card.tag-card:hover{border-color:#d081a5}.all-tags-widget .links-grid .link-card.tag-card:hover svg{stroke:#d081a5}.all-tags-widget .links-grid .link-card.tag-card:hover span{color:#d081a5}.all-tags-widget .links-grid .link-card.tag-card.is-current{border-color:#d081a5;background:rgba(208,129,165,.05)}.all-tags-widget .links-grid .link-card.tag-card.is-current svg{stroke:#d081a5}.all-tags-widget .links-grid .link-card.tag-card.is-current span{color:#d081a5}.explore-more-widget .links-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:.75rem;padding:1rem 0 0}.explore-more-widget .links-grid .link-card{display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;box-shadow:none;border:1px solid #e8e8e8;border-radius:.85rem;background:#fff;padding:1.25rem 1rem;text-decoration:none}.explore-more-widget .links-grid .link-card:hover{transform:translateY(-2px);box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06)}.explore-more-widget .links-grid .link-card svg{transition:stroke .3s;stroke:#393a4f;margin-bottom:.5rem;width:28px;height:28px}.explore-more-widget .links-grid .link-card span{transition:color .3s;color:#393a4f;font-weight:500;font-size:.9rem;font-family:"Roboto",sans-serif}.explore-more-widget .links-grid .link-card.posts-card:hover{border-color:#d081a5}.explore-more-widget .links-grid .link-card.posts-card:hover svg{stroke:#d081a5}.explore-more-widget .links-grid .link-card.posts-card:hover span{color:#d081a5}.explore-more-widget .links-grid .link-card.home-card:hover{border-color:#b23e55}.explore-more-widget .links-grid .link-card.home-card:hover svg{stroke:#b23e55}.explore-more-widget .links-grid .link-card.home-card:hover span{color:#b23e55}.explore-more-widget .links-grid .link-card.videos-card:hover{border-color:#e7a457}.explore-more-widget .links-grid .link-card.videos-card:hover svg{stroke:#e7a457}.explore-more-widget .links-grid .link-card.videos-card:hover span{color:#e7a457}/*! _dropdowns.scss | Friendkit | © Css Ninja. 2020-2021 */.dropdown-divider{background-color:#e8e8e8}.card-heading .dropdown.is-spaced>div .button,.about-card .header .actions .dropdown.is-spaced>div .button{padding:0;display:flex;justify-content:center;align-items:center;height:32px;width:32px;border:none;border-radius:50%;transition:all .3s}.card-heading .dropdown.is-spaced>div .button:hover,.about-card .header .actions .dropdown.is-spaced>div .button:hover{background:#f5f5f5}.card-heading .dropdown.is-spaced>div .button svg,.about-card .header .actions .dropdown.is-spaced>div .button svg{height:20px;width:20px;transition:all .3s}.dropdown.is-spaced .dropdown-menu{box-shadow:0px 5px 16px rgba(0,0,0,.05);border-color:#e8e8e8;padding-top:0;min-width:280px;border-radius:.65rem}.dropdown.is-spaced .dropdown-menu.has-margin{margin-top:10px}.dropdown.is-spaced .dropdown-menu .dropdown-content{border:1px solid #e8e8e8;box-shadow:none;border-radius:.65rem}.dropdown.is-spaced .dropdown-item{padding-right:1rem !important;padding:.5rem 1rem}.dropdown.is-spaced .dropdown-item:hover{background:#fafafa}.dropdown.is-spaced .dropdown-item:hover h3{color:#b23e55}.dropdown.is-spaced .dropdown-item:hover svg{stroke:#b23e55}.dropdown.is-spaced .dropdown-item.is-selected .checkmark{display:block !important}.dropdown.is-spaced .dropdown-item.is-header h5{font-weight:500;margin-bottom:10px;color:#757a91}.dropdown.is-spaced .dropdown-item .media{align-items:center}.dropdown.is-spaced .dropdown-item .media .media-content{line-height:1.2}.dropdown.is-spaced .dropdown-item .media h3{font-weight:500;font-size:.85rem;color:#393a4f;transition:all .3s;line-height:1.2}.dropdown.is-spaced .dropdown-item .media img{display:block;width:32px;height:32px;border-radius:50%;margin-right:20px}.dropdown.is-spaced .dropdown-item .media svg{width:18px;height:18px;margin-right:10px;stroke-width:1px;stroke:#757a91;transition:all .3s}.dropdown.is-spaced .dropdown-item .media small{color:#6b7280}.dropdown.is-spaced .dropdown-item .media .checkmark{display:none}.dropdown.is-spaced .dropdown-item .media .checkmark svg{margin-right:0;margin-left:auto}.dropdown.is-spaced .dropdown-item.is-title{background-color:rgba(0,0,0,0);margin-bottom:10px}.dropdown.is-spaced .dropdown-item.is-active{background:#039be5}.dropdown.is-spaced .dropdown-item.is-active svg{stroke:#fff}.dropdown.is-spaced .dropdown-item.is-active small{color:#fff}/*! _modals.scss | Friendkit | © Css Ninja. 2020-2021 *//*! _special-mixins.scss | Friendkit | © Css Ninja. 2020-2021 */.modal{z-index:1050}.modal .modal-background{transition:all .3s}.modal.is-xsmall .modal-content{width:480px}.modal.is-small .modal-content{width:540px}.modal.is-medium .modal-content{width:720px}.modal.is-large .modal-content{width:840px}.modal.is-xlarge .modal-content{width:1200px}.modal.is-xxl .modal-content{width:1340px}.modal.is-light-bg .modal-background{background:rgba(0,0,0,.4)}.modal .card{animation:modalScale .3s;margin-bottom:0}.modal .card .card-heading{display:flex;align-items:center;padding:8px 12px}.modal .card .card-heading h3{font-weight:500;font-size:.95rem}.modal .card .card-heading .close-wrap{margin-left:auto;width:30px;height:30px}.modal .card .card-heading .close-wrap .close-modal{display:flex;justify-content:center;align-items:center;transition:background .3s;cursor:pointer;border-radius:50%;background:rgba(0,0,0,0);width:30px;height:30px}.modal .card .card-heading .close-wrap .close-modal:hover{background:#b8bdc6}.modal .card .card-heading .close-wrap .close-modal svg{stroke:#757a91;width:18px;height:18px}.modal .card .card-body{padding:8px 12px}.logout-info-modal{position:fixed;top:auto;right:auto;bottom:24px;left:24px;justify-content:flex-start;align-items:flex-end;z-index:1200;margin:0;width:auto;max-width:calc(100vw - 32px);pointer-events:none}.logout-info-modal.is-active{pointer-events:auto}.logout-info-modal .modal-background{display:none}.logout-info-modal .modal-content{margin:0;width:360px;max-width:calc(100vw - 64px);scrollbar-width:none}.logout-info-modal .card{animation:toastSlideIn .3s ease;border-radius:14px}.logout-info-modal .card-heading{border-bottom:1px solid #e8e8e8}.logout-info-modal .logout-info-modal__content{display:flex;align-items:flex-start;gap:12px}.logout-info-modal .logout-info-modal__icon{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#f5f6fa;width:40px;height:40px;color:#b23e55}.logout-info-modal .logout-info-modal__icon svg{stroke:currentColor;width:20px;height:20px}.logout-info-modal .logout-info-modal__text{flex:1}.logout-info-modal .logout-info-modal__text p{margin-bottom:4px;font-weight:500}.logout-info-modal .logout-info-modal__text small{color:#757a91}@keyframes toastSlideIn{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}/*! _forms.scss | Friendkit | © Css Ninja. 2020-2021 */.input,.textarea{box-shadow:none !important}.input.is-light::-webkit-input-placeholder,.textarea.is-light::-webkit-input-placeholder{color:#9ca3af}.input.is-light::-moz-placeholder,.textarea.is-light::-moz-placeholder{color:#9ca3af}.input.is-light:-ms-input-placeholder,.textarea.is-light:-ms-input-placeholder{color:#9ca3af}.input.is-light:-moz-placeholder,.textarea.is-light:-moz-placeholder{color:#9ca3af}.input.is-dark,.textarea.is-dark{color:#a29faa !important}.input.is-dark::-webkit-input-placeholder,.textarea.is-dark::-webkit-input-placeholder{color:#7b7785 !important}.input.is-dark::-moz-placeholder,.textarea.is-dark::-moz-placeholder{color:#7b7785 !important}.input.is-dark:-ms-input-placeholder,.textarea.is-dark:-ms-input-placeholder{color:#7b7785 !important}.input.is-dark:-moz-placeholder,.textarea.is-dark:-moz-placeholder{color:#7b7785 !important}.input{font-size:.9rem;height:36px;border-radius:.65rem;transition:all .3s}.input:focus{border-color:#d081a5}.input.is-sm{height:32px;font-size:.9rem}.input.no-radius{border-radius:1px}.input.is-fade:hover{border:1px solid #e3e3e3}.input.is-fade:focus{border:1px solid #e3e3e3;box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06) !important}.input.is-bordered:focus{border-color:#757a91}.textarea{font-size:.9rem;border-radius:.65rem;transition:all .3s}.textarea.is-sm{font-size:.9rem;resize:none}.textarea.no-radius{border-radius:1px}.textarea.is-fade:hover{border:1px solid #e3e3e3}.textarea.is-fade:focus{border:1px solid #e3e3e3;box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06) !important}.field label{font-size:.9rem;font-weight:500;color:#393a4f}.control.has-icon{position:relative}.control.has-icon .form-icon{position:absolute;top:0;left:0;height:36px;width:36px;display:flex;justify-content:center;align-items:center}.control.has-icon .form-icon svg{height:20px;width:20px;stroke:#9ca3af;transition:all .3s}.control.has-icon .input{height:36px;padding-left:40px}.control.has-icon .input:focus+.form-icon svg{stroke:#d081a5}.control.has-validation{position:relative}.control.has-validation .error-icon{position:absolute;top:0;right:0;height:36px;width:36px;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s}.control.has-validation .error-icon svg{height:16px;width:16px;stroke:#b23e55}.control.has-validation .success-icon{position:absolute;top:0;right:0;height:36px;width:36px;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s}.control.has-validation .success-icon svg{height:16px;width:16px;stroke:#1ce589}.control.has-validation.has-error input{border-color:#b23e55 !important}.control.has-validation.has-error input+label{font-size:.75rem;color:#b23e55}.control.has-validation.has-error .error-icon{opacity:1}.control.has-validation.has-error .success-icon{opacity:0}.control.has-validation.has-success input{border-color:#1ce589 !important}.control.has-validation.has-success .error-icon{opacity:0}.control.has-validation.has-success .success-icon{opacity:1}/*! _utils.scss | Friendkit | © Css Ninja. 2020-2021 */a{transition:all .3s;color:#c96e98}a:hover{color:#c96e98}a.is-inverted{color:#d081a5}a.standard-link{color:#039be5;text-decoration:underline}var{font-style:normal}code{word-break:break-all}.is-disabled{opacity:.4;cursor:default !important;pointer-events:none}.no-click{pointer-events:none}.is-vhidden{visibility:hidden !important}.is-hidden{display:none !important}.no-padding{padding:0 !important}.no-margin{margin:0 !important}.ml-auto{margin-left:auto !important}.mt-10{margin-top:10px !important}.mb-10{margin-bottom:10px !important}pre{background-color:rgba(0,0,0,0) !important;padding:0 !important;overflow-x:auto;color:unset;font-size:.875em;white-space:pre;word-wrap:normal}.error-container{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:2rem 1rem;overflow:hidden}.error-container .error-wrapper{margin:0 auto;width:100%;max-width:1200px}.error-container .error-wrapper .error-inner{position:relative;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.error-container .error-wrapper .error-inner .bg-number{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:.08;z-index:0;margin:0;font-weight:700;font-size:clamp(12rem,30vw,32rem);font-family:var(--font-system-ui);line-height:1;pointer-events:none;user-select:none}.error-container .error-wrapper .error-inner .error-image-wrapper{position:relative;z-index:1;margin-bottom:2rem;max-width:600px;width:100%}.error-container .error-wrapper .error-inner .error-image-wrapper picture{display:block;width:100%}.error-container .error-wrapper .error-inner .error-image-wrapper .error-image{display:block;width:100%;height:auto;max-height:70vh;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15))}.error-container .error-wrapper .error-inner .error-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.error-container .error-wrapper .error-inner .error-content .error-title{margin:0;background:linear-gradient(135deg, #b23e55 0%, #e7a457 50%, #d081a5 100%);font-weight:700;font-size:clamp(2rem,5vw,3.5rem);line-height:1.2;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.error-container .error-wrapper .error-inner .error-content .error-description{margin:0;color:var(--muted-grey);font-size:clamp(1rem,2.5vw,1.25rem);max-width:500px}.error-container .error-wrapper .error-inner .error-content .error-home-button{margin-top:.5rem;padding:.875rem 2rem;border-radius:500px;font-weight:600;font-size:1rem;transition:all .3s ease}.error-container .error-wrapper .error-inner .error-content .error-home-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(178,62,85,.3)}@media screen and (max-width: 768px){.error-container{padding:1rem .5rem}.error-container .error-wrapper .error-inner .error-image-wrapper{max-width:400px;margin-bottom:1.5rem}.error-container .error-wrapper .error-inner .error-image-wrapper .error-image{max-height:50vh}.error-container .error-wrapper .error-inner .error-content{gap:1rem}.error-container .error-wrapper .error-inner .error-content .error-home-button{padding:.75rem 1.5rem;font-size:.9rem}}@media screen and (max-width: 480px){.error-container .error-wrapper .error-inner .error-image-wrapper{max-width:300px}.error-container .error-wrapper .error-inner .error-image-wrapper .error-image{max-height:40vh}}/*! _hamburger.scss | Friendkit | © Css Ninja. 2020-2021 */.friendkit-hamburger .menu-toggle{font-size:20px;color:#666;text-align:center;background:rgba(0,0,0,0);display:block;width:32px;height:32px;cursor:pointer;padding:0;transition:all .3s ease;opacity:1;position:relative}.friendkit-hamburger .menu-toggle.favicon-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.friendkit-hamburger .menu-toggle.favicon-icon .favicon-hamburger{width:100%;height:100%;object-fit:contain;animation:jello-horizontal-repeat 3s ease-in-out infinite;transition:transform .3s ease}.friendkit-hamburger .menu-toggle.favicon-icon:hover .favicon-hamburger{transform:scale(1.15)}.friendkit-hamburger .menu-toggle.favicon-icon.rotate-scale-up-click .favicon-hamburger{animation:rotate-scale-up .4s linear both}.friendkit-hamburger .menu-toggle.has-chevron .icon-box-toggle.active .icon-line-top{width:13px !important;top:17px !important}.friendkit-hamburger .menu-toggle.has-chevron .icon-box-toggle.active .icon-line-bottom{width:13px !important;top:9px !important}.friendkit-hamburger .menu-toggle .icon-box-toggle{height:100%;width:100%;background:rgba(0,0,0,0);position:relative;display:block;width:30px;height:30px}.friendkit-hamburger .menu-toggle .icon-box-toggle.active>span.rotate{-webkit-transform:rotate(90deg);-moz-transform:translate(0px, 0px) rotate(90deg);-ms-transform:translate(0px, 0px) rotate(90deg);-o-transform:translate(0px, 0px) rotate(90deg);transform:translate(0px, 0px) rotate(90deg)}.friendkit-hamburger .menu-toggle .icon-box-toggle.active>span>i.icon-line-center{visibility:hidden;width:1px;height:3px;left:70%}.friendkit-hamburger .menu-toggle .icon-box-toggle.active>span>i.icon-line-bottom{margin:-2px 0 0 -10px;left:50%;top:12px;-webkit-transform:rotate(135deg);-moz-transform:translate(0px, 0px) rotate(135deg);-ms-transform:translate(0px, 0px) rotate(135deg);-o-transform:translate(0px, 0px) rotate(135deg);transform:translate(0px, 0px) rotate(135deg)}.friendkit-hamburger .menu-toggle .icon-box-toggle.active>span>i.icon-line-top{margin:-2px 0 0 -10px;left:50%;top:12px;-webkit-transform:rotate(45deg);-moz-transform:translate(0px, 0px) rotate(45deg);-ms-transform:translate(0px, 0px) rotate(45deg);-o-transform:translate(0px, 0px) rotate(45deg);transform:translate(0px, 0px) rotate(45deg)}.friendkit-hamburger .menu-toggle .icon-line-center{position:absolute;width:12px;height:2px;background:#b23e55;margin:-1px 0 0 -10px;left:50%;top:12px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.friendkit-hamburger .menu-toggle .icon-line-top{position:absolute;width:20px;height:2px;background:#b23e55;margin:-3px 0 0 -10px;left:50%;top:6px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.friendkit-hamburger .menu-toggle .icon-line-bottom{position:absolute;width:20px;height:2px;background:#b23e55;margin:2px 0 0 -10px;left:50%;top:17px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}@-webkit-keyframes jello-horizontal-repeat{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}9%{-webkit-transform:scale3d(1.25, .75, 1);transform:scale3d(1.25, .75, 1)}12%{-webkit-transform:scale3d(.75, 1.25, 1);transform:scale3d(.75, 1.25, 1)}15%{-webkit-transform:scale3d(1.15, .85, 1);transform:scale3d(1.15, .85, 1)}19.5%{-webkit-transform:scale3d(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1)}22.5%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1)}30%, 100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes jello-horizontal-repeat{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}9%{-webkit-transform:scale3d(1.25, .75, 1);transform:scale3d(1.25, .75, 1)}12%{-webkit-transform:scale3d(.75, 1.25, 1);transform:scale3d(.75, 1.25, 1)}15%{-webkit-transform:scale3d(1.15, .85, 1);transform:scale3d(1.15, .85, 1)}19.5%{-webkit-transform:scale3d(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1)}22.5%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1)}30%, 100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@-webkit-keyframes jello-horizontal{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, .75, 1);transform:scale3d(1.25, .75, 1)}40%{-webkit-transform:scale3d(.75, 1.25, 1);transform:scale3d(.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, .85, 1);transform:scale3d(1.15, .85, 1)}65%{-webkit-transform:scale3d(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes jello-horizontal{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, .75, 1);transform:scale3d(1.25, .75, 1)}40%{-webkit-transform:scale3d(.75, 1.25, 1);transform:scale3d(.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, .85, 1);transform:scale3d(1.15, .85, 1)}65%{-webkit-transform:scale3d(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@-webkit-keyframes rotate-scale-up{0%{-webkit-transform:scale(1) rotateZ(0);transform:scale(1) rotateZ(0)}50%{-webkit-transform:scale(2) rotateZ(180deg);transform:scale(2) rotateZ(180deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}@keyframes rotate-scale-up{0%{-webkit-transform:scale(1) rotateZ(0);transform:scale(1) rotateZ(0)}50%{-webkit-transform:scale(2) rotateZ(180deg);transform:scale(2) rotateZ(180deg)}100%{-webkit-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}}/*! _fancybox.scss | Website Yoruka | © 2025 */.fancybox-content.hidden{display:none}.morphing-btn-wrap,#morphing{width:111.425px}@media all and (max-width: 599px){.fancybox-custom-layout .fancybox-stage{position:relative;top:0;right:0;left:0;z-index:99;height:240px}.fancybox-custom-layout .fancybox-slide{padding:0 !important;width:calc(100% - 44px) !important}.fancybox-custom-layout .fancybox-slide .fancybox-content{width:100% !important}.fancybox-custom-layout .fancybox-slide .fancybox-content img{margin:0 20px !important;max-width:calc(100% - 40px) !important;object-fit:cover !important}.fancybox-custom-layout .fancybox-caption{top:240px !important;width:calc(100% - 44px) !important;height:calc(100% - 240px) !important}}.fancybox-custom-layout .fancybox-bg{background:#d081a5}.fancybox-custom-layout .fancybox-slide{background:#18171a;padding:0 40px}.fancybox-custom-layout .fancybox-slide img{border-radius:6px}.fancybox-custom-layout .fancybox-custom-layout.fancybox-is-open .fancybox-bg{opacity:1}.fancybox-custom-layout .fancybox-caption{top:0;right:44px;bottom:0;left:auto;background:#fff;padding:10px 0;width:350px;color:#6c6f73;text-align:left}.fancybox-custom-layout .fancybox-caption:before{display:none}.fancybox-custom-layout .fancybox-caption .fancybox-caption__body{position:absolute;top:0;left:0;padding-bottom:50px;height:100%}.fancybox-custom-layout .fancybox-caption a{text-decoration:none}.fancybox-custom-layout .fancybox-caption a:hover{color:#d081a5}.fancybox-custom-layout .fancybox-caption .comment-controls{position:absolute;bottom:0;left:0;border-top:1px solid #dee2e5;border-radius:0 0 6px 0;background:#fbfbfc;width:100%;height:50px}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner{display:flex;position:relative;align-items:center;padding:0 16px;width:100%;height:100%}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner img{border-radius:50%;width:32px;height:32px}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .control{position:relative;width:100%}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .control .textarea,.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .control .emojionearea-editor{margin:0 6px;border-radius:100px;padding-left:16px;height:36px;min-height:36px;max-height:36px;overflow:hidden;resize:none;font-size:.8rem;line-height:1.6;text-align:left}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .control .emoji-button{display:flex;position:absolute;top:0;right:0;justify-content:center;align-items:center;transition:all .3s;cursor:pointer;outline:none;border:none;background:none;width:36px;height:36px}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .control .emoji-button:hover svg{stroke:#b23e55}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .control .emoji-button svg{transition:all .3s;stroke:#6b7280;width:16px;height:16px}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .emojionearea-editor{padding-left:0 !important}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .emojionearea-editor img{width:18px;height:18px;min-height:18px;max-height:18px}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .emojionearea{overflow:visible !important}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .emojionearea-picker{position:absolute;top:-230px;left:-50px;width:310px}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .emojionearea-picker .emojionearea-wrapper{width:310px}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .emojionearea-picker .emojionearea-wrapper img{width:22px;height:22px;min-height:22px;max-height:22px}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .emojionearea-scroll-area{width:310px}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .emojionearea .emojionearea-button>div.emojionearea-button-open{background-position:0 -22px}.fancybox-custom-layout .fancybox-caption .comment-controls .controls-inner .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn{width:24px !important;height:24px !important}.fancybox-custom-layout .fancybox-caption .header{display:flex;justify-content:flex-start;align-items:center;padding:12px;width:100%}.fancybox-custom-layout .fancybox-caption .header img{border-radius:50%;width:42px;height:42px}.fancybox-custom-layout .fancybox-caption .header .user-meta{margin:0 10px}.fancybox-custom-layout .fancybox-caption .header .user-meta span{display:block}.fancybox-custom-layout .fancybox-caption .header .user-meta span:first-child{font-weight:500;font-size:.9rem}.fancybox-custom-layout .fancybox-caption .header .user-meta span:first-child small{color:#737373}.fancybox-custom-layout .fancybox-caption .header .user-meta span:nth-child(2){color:#737373;font-size:.8rem;text-align:left}.fancybox-custom-layout .fancybox-caption .header .button{margin-left:auto;padding:14px 18px;line-height:0}.fancybox-custom-layout .fancybox-caption .header .dropdown .button{border:none;background:rgba(0,0,0,0);padding:18px 6px}.fancybox-custom-layout .fancybox-caption .header .dropdown .button svg{width:18px;height:18px}.fancybox-custom-layout .fancybox-caption .header .dropdown .dropdown-menu{margin-top:10px}.fancybox-custom-layout .fancybox-caption .inner-content{padding:12px}.fancybox-custom-layout .fancybox-caption .inner-content .control{width:100%}.fancybox-custom-layout .fancybox-caption .inner-content .control input{padding-left:34px}.fancybox-custom-layout .fancybox-caption .inner-content .control input:focus+.icon svg{stroke:#d081a5}.fancybox-custom-layout .fancybox-caption .inner-content .control .icon{display:flex;position:absolute;top:0;left:0;justify-content:center;align-items:center;width:32px;height:32px}.fancybox-custom-layout .fancybox-caption .inner-content .control .icon svg{transition:all .3s;stroke:#9ca3af;width:18px;height:18px}.fancybox-custom-layout .fancybox-caption .live-stats{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8e8e8;padding:0 0 20px 0}.fancybox-custom-layout .fancybox-caption .live-stats .social-count{display:flex;align-items:stretch}.fancybox-custom-layout .fancybox-caption .live-stats .social-count .shares-count,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .comments-count,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .likes-count,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .views-count{display:flex;justify-content:flex-start;align-items:center;margin:0 3px}.fancybox-custom-layout .fancybox-caption .live-stats .social-count .shares-count span,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .comments-count span,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .likes-count span,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .views-count span{display:block;margin:0 5px;color:#888da8;font-size:.8rem}.fancybox-custom-layout .fancybox-caption .live-stats .social-count .shares-count span.views,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .comments-count span.views,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .likes-count span.views,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .views-count span.views{margin:0 2px}.fancybox-custom-layout .fancybox-caption .live-stats .social-count .shares-count svg,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .comments-count svg,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .likes-count svg,.fancybox-custom-layout .fancybox-caption .live-stats .social-count .views-count svg{stroke:#888da8;width:14px;height:14px}.fancybox-custom-layout .fancybox-caption .actions{display:flex;justify-content:space-between;align-items:center;padding:12px 0 0 0}.fancybox-custom-layout .fancybox-caption .actions .action{display:flex;justify-content:center;align-items:center;cursor:pointer}.fancybox-custom-layout .fancybox-caption .actions .action span{display:block;transition:all .3s;margin:0 4px;font-size:.8rem}.fancybox-custom-layout .fancybox-caption .actions .action svg{transition:all .3s;stroke:#888da8;width:16px;height:16px}.fancybox-custom-layout .fancybox-caption .actions .action:hover span{color:#d081a5}.fancybox-custom-layout .fancybox-caption .actions .action:hover svg{stroke:#d081a5}.fancybox-custom-layout .fancybox-caption .comments-list{background:#f5f6f7;padding:20px 14px;height:calc(100% - 162px);overflow-y:auto}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment{border:none !important;padding-top:0 !important}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment.is-nested{margin-left:40px}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-left{margin-right:10px}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-left img{border-radius:50%}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-content{border-radius:8px;background:#fff;padding:12px}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-content .username{font-weight:500;font-size:.8rem}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-content p{color:#737373;font-size:.75rem}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-content .comment-actions{display:flex;align-items:center;padding-top:8px}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-content .comment-actions span,.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-content .comment-actions a{display:block;font-size:.75rem}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-content .comment-actions span{margin:0 10px;color:#737373}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-content .comment-actions .likes-count{display:flex;justify-content:flex-start;align-items:center;margin-left:auto}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-content .comment-actions .likes-count span{display:block;margin:0 5px;color:#888da8;font-size:.75rem}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-content .comment-actions .likes-count span.views{margin:0 2px}.fancybox-custom-layout .fancybox-caption .comments-list .is-comment .media-content .comment-actions .likes-count svg{stroke:#888da8;width:12px;height:12px}.fancybox-custom-layout .fancybox-stage{right:394px}.fancybox-custom-layout .fancybox-toolbar{top:0;right:0;bottom:0;left:auto;background:#d081a5;width:44px}.fancybox-custom-layout .fancybox-button{background:rgba(0,0,0,0)}.fancybox-custom-layout .fancybox-button div{padding:2px}.fancybox-custom-layout .fancybox-button[disabled]{color:#fff}.fancybox-custom-layout .fancybox-button:not([disabled]){color:#fff}.fancybox-custom-layout .fancybox-button--arrow_right{right:308px}@media only screen and (min-width: 600px){.tabs.is-boxed li.is-active a{border-color:#e8e8e8}}.fancybox-confirm{padding:2.5rem !important}.fancybox-confirm .title{font-size:1.5rem;font-family:"Montserrat",sans-serif}/*! soundbuttons.scss | SudaYoruka Website | © 2025 */.soundbuttons-container{display:flex;flex-wrap:wrap;justify-content:center;gap:.3em;margin-top:10px;padding:16px;overflow-y:auto;font-family:var(--font-antique),var(--font-system-ui)}.soundbuttons-container .sound-button{transition:all .2s ease;cursor:pointer;outline:none;border:.5px solid #e8e8e8;border-radius:.3rem;background:#fff;padding:.5em 1em;max-width:100%;overflow:hidden;color:#3d3b42;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.soundbuttons-container .sound-button:hover{transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,.15);border-color:#b23e55}.soundbuttons-container .sound-button:active{transform:translateY(.3em)}.soundbuttons-container .sound-button:focus{box-shadow:0 0 0 2px rgba(229,90,116,.4)}.soundbuttons-container p.has-text-centered{padding:1em;width:100%}.fancybox-container .fancybox-bg{background:rgba(61,59,66,.9)}.fancybox-container .fancybox-content{display:inline-flex !important;cursor:unset;border-radius:12px;padding:2em;width:90vw;height:85vh;overflow-y:auto;text-align:left}.fancybox-container .fancybox-slide{padding:0}.fancybox-container .fancybox-caption__body>a{display:flex;position:absolute;right:10px;bottom:10px;justify-content:center;align-items:center;gap:.3em;transition:all .3s;cursor:pointer;border-radius:.3rem;padding:.5em 1em;font-size:1.5em;text-decoration:none}.fancybox-container .fancybox-caption__body>a img{height:1.5em}.post-image a.single-image,.post-image>a{display:block;border-radius:.65rem;overflow:hidden}.post-image a.single-image:hover img,.post-image>a:hover img{transform:scale(1.05)}.post-image a.single-image img,.post-image>a img{display:block;transition:transform .3s;border-radius:.65rem;width:100%}.post-image{position:relative;container-type:inline-size;margin:10px 0}.post-image a.single-image img{max-height:66vh;object-fit:contain}.post-image .gallery-grid{position:relative;border-radius:.65rem;aspect-ratio:1;width:100%;overflow:hidden}.post-image .gallery-grid .gallery-item{display:block;position:absolute;border-radius:.65rem;overflow:hidden}.post-image .gallery-grid .gallery-item:hover img{transform:scale(1.05)}.post-image .gallery-grid .gallery-item img{display:block;transition:transform .3s;width:100%;height:100%;object-fit:cover}.post-image .gallery-grid .gallery-item .more-overlay{display:flex;position:absolute;top:0;left:0;justify-content:center;align-items:center;background:rgba(57,58,79,.7);width:100%;height:100%;pointer-events:none}.post-image .gallery-grid .gallery-item .more-overlay span{color:#fff;font-weight:bold;font-size:2rem}.post-image .gallery-grid.first-horizontal[data-image-count="2"] .gallery-item:nth-child(1){inset:0 0 calc(50% + 1.01px)}.post-image .gallery-grid.first-horizontal[data-image-count="2"] .gallery-item:nth-child(2){inset:calc(50% + 1.01px) 0 0}.post-image .gallery-grid.first-portrait[data-image-count="2"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-square[data-image-count="2"] .gallery-item:nth-child(1){inset:0 calc(50% + 1.01px) 0 0}.post-image .gallery-grid.first-portrait[data-image-count="2"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-square[data-image-count="2"] .gallery-item:nth-child(2){inset:0 0 0 calc(50% + 1.01px)}.post-image .gallery-grid.first-horizontal[data-image-count="3"] .gallery-item:nth-child(1){inset:0 0 calc(33.3333% + 1.01px)}.post-image .gallery-grid.first-horizontal[data-image-count="3"] .gallery-item:nth-child(2){inset:calc(66.6667% + 1.01px) calc(50% + 1.01px) 0 0}.post-image .gallery-grid.first-horizontal[data-image-count="3"] .gallery-item:nth-child(3){inset:calc(66.6667% + 1.01px) 0 0 calc(50% + 1.01px)}.post-image .gallery-grid.first-portrait[data-image-count="3"] .gallery-item:nth-child(1){inset:0 calc(33.3333% + 1.01px) 0 0}.post-image .gallery-grid.first-portrait[data-image-count="3"] .gallery-item:nth-child(2){inset:0 0 calc(50% + 1.01px) calc(66.6667% + 1.01px)}.post-image .gallery-grid.first-portrait[data-image-count="3"] .gallery-item:nth-child(3){inset:calc(50% + 1.01px) 0 0 calc(66.6667% + 1.01px)}.post-image .gallery-grid.first-square[data-image-count="3"] .gallery-item:nth-child(1){inset:0 0 calc(50% + 1.01px)}.post-image .gallery-grid.first-square[data-image-count="3"] .gallery-item:nth-child(2){inset:calc(50% + 1.01px) calc(50% + 1.01px) 0 0}.post-image .gallery-grid.first-square[data-image-count="3"] .gallery-item:nth-child(3){inset:calc(50% + 1.01px) 0 0 calc(50% + 1.01px)}.post-image .gallery-grid.first-horizontal[data-image-count="4"] .gallery-item:nth-child(1){inset:0 0 calc(33.3333% + 1.01px)}.post-image .gallery-grid.first-horizontal[data-image-count="4"] .gallery-item:nth-child(2){inset:calc(66.6667% + 1.01px) calc(66.6667% + 1.01px) 0 0}.post-image .gallery-grid.first-horizontal[data-image-count="4"] .gallery-item:nth-child(3){inset:calc(66.6667% + 1.01px) calc(33.3333% + 1.01px) 0}.post-image .gallery-grid.first-horizontal[data-image-count="4"] .gallery-item:nth-child(4){inset:calc(66.6667% + 1.01px) 0 0 calc(66.6667% + 1.01px)}.post-image .gallery-grid.first-portrait[data-image-count="4"] .gallery-item:nth-child(1){inset:0 calc(33.3333% + 1.01px) 0 0}.post-image .gallery-grid.first-portrait[data-image-count="4"] .gallery-item:nth-child(2){inset:0 0 calc(66.6667% + 1.01px) calc(66.6667% + 1.01px)}.post-image .gallery-grid.first-portrait[data-image-count="4"] .gallery-item:nth-child(3){inset:calc(33.3333% + 1.01px) 0 calc(33.3333% + 1.01px) calc(66.6667% + 1.01px)}.post-image .gallery-grid.first-portrait[data-image-count="4"] .gallery-item:nth-child(4){inset:calc(66.6667% + 1.01px) 0 0 calc(66.6667% + 1.01px)}.post-image .gallery-grid.first-square[data-image-count="4"] .gallery-item:nth-child(1){inset:0 calc(50% + 1.01px) calc(50% + 1.01px) 0}.post-image .gallery-grid.first-square[data-image-count="4"] .gallery-item:nth-child(2){inset:0 0 calc(50% + 1.01px) calc(50% + 1.01px)}.post-image .gallery-grid.first-square[data-image-count="4"] .gallery-item:nth-child(3){inset:calc(50% + 1.01px) calc(50% + 1.01px) 0 0}.post-image .gallery-grid.first-square[data-image-count="4"] .gallery-item:nth-child(4){inset:calc(50% + 1.01px) 0 0 calc(50% + 1.01px)}.post-image .gallery-grid.first-horizontal[data-image-count="5"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-horizontal[data-image-count="6"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-horizontal[data-image-count="7"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-horizontal[data-image-count="8"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-horizontal[data-image-count="9"] .gallery-item:nth-child(1){inset:0 calc(50% + 1.01px) calc(50% + 1.01px) 0}.post-image .gallery-grid.first-horizontal[data-image-count="5"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-horizontal[data-image-count="6"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-horizontal[data-image-count="7"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-horizontal[data-image-count="8"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-horizontal[data-image-count="9"] .gallery-item:nth-child(2){inset:calc(50% + 1.01px) calc(50% + 1.01px) 0 0}.post-image .gallery-grid.first-horizontal[data-image-count="5"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-horizontal[data-image-count="6"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-horizontal[data-image-count="7"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-horizontal[data-image-count="8"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-horizontal[data-image-count="9"] .gallery-item:nth-child(3){inset:0 0 calc(66.6667% + 1.01px) calc(50% + 1.01px)}.post-image .gallery-grid.first-horizontal[data-image-count="5"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-horizontal[data-image-count="6"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-horizontal[data-image-count="7"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-horizontal[data-image-count="8"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-horizontal[data-image-count="9"] .gallery-item:nth-child(4){inset:calc(33.3333% + 1.01px) 0 calc(33.3333% + 1.01px) calc(50% + 1.01px)}.post-image .gallery-grid.first-horizontal[data-image-count="5"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-horizontal[data-image-count="6"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-horizontal[data-image-count="7"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-horizontal[data-image-count="8"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-horizontal[data-image-count="9"] .gallery-item:nth-child(5){inset:calc(66.6667% + 1.01px) 0 0 calc(50% + 1.01px)}.post-image .gallery-grid.first-portrait[data-image-count="5"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-square[data-image-count="5"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-portrait[data-image-count="6"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-square[data-image-count="6"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-portrait[data-image-count="7"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-square[data-image-count="7"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-portrait[data-image-count="8"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-square[data-image-count="8"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-portrait[data-image-count="9"] .gallery-item:nth-child(1),.post-image .gallery-grid.first-square[data-image-count="9"] .gallery-item:nth-child(1){inset:0 calc(50% + 1.01px) calc(40% + 1.01px) 0}.post-image .gallery-grid.first-portrait[data-image-count="5"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-square[data-image-count="5"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-portrait[data-image-count="6"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-square[data-image-count="6"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-portrait[data-image-count="7"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-square[data-image-count="7"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-portrait[data-image-count="8"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-square[data-image-count="8"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-portrait[data-image-count="9"] .gallery-item:nth-child(2),.post-image .gallery-grid.first-square[data-image-count="9"] .gallery-item:nth-child(2){inset:0 0 calc(40% + 1.01px) calc(50% + 1.01px)}.post-image .gallery-grid.first-portrait[data-image-count="5"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-square[data-image-count="5"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-portrait[data-image-count="6"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-square[data-image-count="6"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-portrait[data-image-count="7"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-square[data-image-count="7"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-portrait[data-image-count="8"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-square[data-image-count="8"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-portrait[data-image-count="9"] .gallery-item:nth-child(3),.post-image .gallery-grid.first-square[data-image-count="9"] .gallery-item:nth-child(3){inset:calc(60% + 1.01px) calc(66.6667% + 1.01px) 0 0}.post-image .gallery-grid.first-portrait[data-image-count="5"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-square[data-image-count="5"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-portrait[data-image-count="6"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-square[data-image-count="6"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-portrait[data-image-count="7"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-square[data-image-count="7"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-portrait[data-image-count="8"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-square[data-image-count="8"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-portrait[data-image-count="9"] .gallery-item:nth-child(4),.post-image .gallery-grid.first-square[data-image-count="9"] .gallery-item:nth-child(4){inset:calc(60% + 1.01px) calc(33.3333% + 1.01px) 0}.post-image .gallery-grid.first-portrait[data-image-count="5"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-square[data-image-count="5"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-portrait[data-image-count="6"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-square[data-image-count="6"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-portrait[data-image-count="7"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-square[data-image-count="7"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-portrait[data-image-count="8"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-square[data-image-count="8"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-portrait[data-image-count="9"] .gallery-item:nth-child(5),.post-image .gallery-grid.first-square[data-image-count="9"] .gallery-item:nth-child(5){inset:calc(60% + 1.01px) 0 0 calc(66.6667% + 1.01px)}/*! _layout.scss | Friendkit | © Css Ninja. 2020-2021 */body{background:#f4f4f4;width:100%;height:100%;min-height:100vh;overflow:hidden;color:#3d3b42}body.is-frozen{position:fixed;top:0;left:0;overflow:hidden !important}body.is-white{background:#fff}.app-overlay{position:fixed;top:0;left:0;opacity:0;z-index:-1;background:rgba(0,0,0,.6);width:100%;height:100%}.app-overlay.is-active{opacity:1 !important;z-index:1000 !important}.container.is-fluid{margin:0 !important}.container.is-desktop{max-width:1180px !important}.container.sidebar-boxed{max-width:1040px !important}.view-wrapper{transition:all .3s;padding:60px 12px}.view-wrapper.is-side{margin-left:70px;width:calc(100% - 70px)}.view-wrapper.is-full{padding:60px 0 0 0}.view-wrapper.is-sidebar-v1{position:relative;margin-left:280px;padding-top:1.5rem;width:calc(100% - 280px)}.view-wrapper.is-sidebar-v1.is-fold{margin-left:0;width:100%}.view-wrapper.is-map{position:relative;top:57px;padding:0;min-height:calc(100vh - 57px)}.view-wrapper.is-map-pushed{position:relative;top:150px;padding:0;min-height:calc(100vh - 150px)}.view-wrapper.is-dashboard{position:relative;margin-left:80px;padding-top:1.5rem;width:calc(100% - 80px)}.view-wrapper.is-dashboard.is-fold{margin-left:0;width:100%}.view-wrapper .view-wrap{padding:20px 0}.view-wrapper .view-wrap.is-headless{padding-top:10px}.columns.no-mb{margin-bottom:0 !important}.column.is-paddingless{padding:0}.column.no-padding-left{padding-left:0}.column.no-padding-right{padding-right:0}.fat-footer{transition:all .3s;padding:60px 12px}.fat-footer.is-side{margin-left:70px;width:calc(100% - 70px)}.fat-footer.is-full{padding:60px 0 0 0}.fat-footer.is-sidebar-v1{position:relative;margin-left:280px;padding-top:1.5rem;width:calc(100% - 280px)}.fat-footer.is-sidebar-v1.is-fold{margin-left:0;width:100%}@media only screen and (max-width: 767px){.view-wrapper.is-sidebar-v1,.view-wrapper.is-dashboard,.fat-footer.is-sidebar-v1,.fat-footer.is-dashboard{margin-left:0 !important;width:100% !important}.view-wrap.is-headless{padding-top:10px !important}.column.no-padding-left{padding-left:.75rem}.column.no-padding-right{padding-right:.75rem}.column.no-side-padding-mobile{padding-right:0 !important;padding-left:0 !important}.control.is-grouped{margin-bottom:8px}.footer-light-medium .footer-head{flex-direction:column;text-align:center}.footer-light-medium .footer-head .head-text{padding-bottom:20px}.footer-light-medium .footer-body{padding:1rem !important}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.view-wrapper.is-sidebar-v1,.view-wrapper.is-dashboard,.fat-footer.is-sidebar-v1,.fat-footer.is-dashboard{margin-left:0 !important;width:100% !important}.columns.has-portrait-padding{padding:0 40px}.column.no-padding-left{padding-left:.75rem}.column.no-padding-right{padding-right:.75rem}.footer-light-medium{padding-top:3rem !important;padding-bottom:3rem !important}.footer-light-medium .footer-head{padding:1rem !important}.footer-light-medium .footer-body{display:flex;padding:2rem 1rem !important}.footer-light-medium .footer-body .column.is-4{flex-shrink:1;width:42%;max-width:42%}.footer-light-medium .footer-body .is-offset-2 .columns{display:flex !important}.footer-light-medium .columns .column.is-4{text-align:center}.footer-light-medium .columns .column.is-4>div{margin:20px auto;max-width:430px}.footer-light-medium .columns .column.is-4 .moto{margin:0}.footer-light-medium .columns .column.is-offset-2 .columns{display:flex;text-align:center}.footer-light-medium .columns .column.is-offset-2 .columns .footer-column{padding:0}.copyright .inner{justify-content:center}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.container{max-width:100%}.container .column{padding:.5rem}.view-wrapper.is-sidebar-v1,.fat-footer.is-sidebar-v1{margin-left:250px;padding-top:1.5rem;width:calc(100% - 250px)}.view-wrapper.is-dashboard,.fat-footer.is-dashboard{margin-left:70px;padding-top:1.5rem;width:calc(100% - 70px)}.is-hidden-landscape{display:none !important}}@media screen and (min-width: 1297px){.container.is-custom{width:1240px;max-width:1240px}}@media screen and (min-width: 1088px){.container.is-custom{width:1140px;max-width:1140px}}@media screen and (max-width: 1300px){#main-feed{max-width:1240px}}.title.is-thin{font-weight:300}/*! _footer.scss | Website Yoruka | Fat Footer Styles */.fat-footer{margin-top:3rem;background:linear-gradient(135deg, #b23e55 0%, #e7a457 50%, #d081a5 100%);padding:3rem 0 0 0;width:100%;color:#fff}.fat-footer .container{margin:0 auto;padding:0 2rem;max-width:1200px}.fat-footer .footer-content{display:grid;grid-template-columns:2fr 1.5fr 1.5fr;align-content:center;justify-content:center;align-items:flex-start;justify-items:center;gap:2rem;padding-bottom:2rem}.fat-footer .footer-heading{margin-bottom:1.25rem;color:#fff;font-weight:700;font-size:1.2rem;letter-spacing:.5px;text-transform:uppercase}.fat-footer .brand-column{align-self:center;text-align:center}.fat-footer .brand-column .footer-logo{opacity:.95;transition:opacity .3s;max-height:150px}.fat-footer .brand-column .footer-logo:hover{opacity:1}.fat-footer .brand-column .footer-social-links{display:flex;justify-content:center;gap:1rem}.fat-footer .brand-column .footer-social-links a{display:inline-flex;justify-content:center;align-items:center;transition:all .3s;border-radius:50%;background:rgba(255,255,255,.1);width:40px;height:40px;color:#fff}.fat-footer .brand-column .footer-social-links a svg{stroke:currentColor;width:20px;height:20px}.fat-footer .brand-column .footer-social-links a:hover{transform:translateY(-3px);background:rgba(255,255,255,.2)}.fat-footer .contact-column{align-self:flex-start}.fat-footer .contact-column .contact-list{display:flex;flex-direction:column;gap:1.25rem}.fat-footer .contact-column .contact-item{display:flex;align-items:flex-start;gap:.75rem}.fat-footer .contact-column .contact-item .contact-icon{flex-shrink:0;opacity:.9;font-size:1.5rem;line-height:1}.fat-footer .contact-column .contact-item .contact-details{flex:1}.fat-footer .contact-column .contact-item .contact-details .contact-purpose{opacity:.95;margin-bottom:.25rem;font-weight:600;font-size:.9rem;line-height:1.4}.fat-footer .contact-column .contact-item .contact-details .contact-email{display:inline-block;transition:all .2s ease;border-bottom:1px solid rgba(255,255,255,.3);color:#fff;font-size:.85rem;line-height:1.6;text-decoration:none;word-break:break-all}.fat-footer .contact-column .contact-item .contact-details .contact-email:hover{opacity:1;border-bottom-color:#fff}.fat-footer .links-column{align-self:flex-start}.fat-footer .links-column .quick-links{margin:0;padding:0;list-style:none}.fat-footer .links-column .quick-links li{margin-bottom:.65rem}.fat-footer .links-column .quick-links li a{display:inline-block;position:relative;opacity:.9;transition:all .2s ease;padding-left:1rem;color:#fff;font-size:.9rem;text-decoration:none}.fat-footer .links-column .quick-links li a::before{position:absolute;left:0;opacity:.7;content:"•"}.fat-footer .links-column .quick-links li a:hover{transform:translateX(5px);opacity:1}.fat-footer .footer-bottom{padding:1rem 0;text-align:center}.fat-footer .footer-bottom .footer-copyright{opacity:.85;margin:0;color:#fff;font-size:.85rem;line-height:1.6}.fat-footer .footer-bottom .footer-copyright a{transition:opacity .2s ease;color:#fff;text-decoration:none}.fat-footer .footer-bottom .footer-copyright a:hover{opacity:1;text-decoration:underline}.fat-footer .footer-bottom .footer-copyright .separator{opacity:.5;margin:0 .5rem}.fat-footer .footer-bottom .footer-copyright .view-counter-badge{display:inline-block;vertical-align:middle;opacity:.9;transition:opacity .2s ease;margin-left:.25rem}.fat-footer .footer-bottom .footer-copyright .view-counter-badge:hover{opacity:1}@media only screen and (min-width: 768px) and (max-width: 1023px){.fat-footer .footer-content{grid-template-columns:1fr 1fr;gap:2rem}.fat-footer .brand-column{grid-row:1;grid-column:1/-1}.fat-footer .contact-column{grid-row:2;grid-column:1/2}.fat-footer .links-column{grid-row:2;grid-column:2/3}}@media only screen and (max-width: 767px){.fat-footer{margin-top:2rem;padding:2.5rem 0 0 0}.fat-footer .container{padding:0 1.5rem}.fat-footer .footer-content{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.fat-footer .footer-heading{margin-bottom:1rem;font-size:1.1rem}.fat-footer .contact-column{display:none}.fat-footer .contact-column .contact-item{gap:.5rem}.fat-footer .contact-column .contact-item .contact-icon{font-size:1.35rem}.fat-footer .contact-column .contact-item .contact-details .contact-purpose{font-size:.85rem}.fat-footer .contact-column .contact-item .contact-details .contact-email{font-size:.8rem}.fat-footer .links-column{display:none}.fat-footer .links-column .quick-links li a{font-size:.85rem}.fat-footer .footer-bottom .footer-copyright{font-size:.8rem;line-height:1.8}}@media only screen and (max-width: 479px){.fat-footer .footer-copyright .separator{display:block;opacity:0 !important;margin:0 !important;height:0}.fat-footer .footer-copyright .separator::before{content:none}}/*! _sidebar-v1.scss | Friendkit | © Css Ninja. 2020-2021 */.sidebar-v1{position:fixed;top:0;left:0;z-index:10;transition:transform .3s;box-shadow:0px 5px 25px 0px rgba(0,0,0,.09);border-right:1px solid #e3e3e3;background:#fff;width:280px;height:100%;font-family:var(--font-antique),var(--font-system-ui)}.sidebar-v1.is-fold{transform:translate(-100%)}.sidebar-v1 .top-section{display:flex;position:relative;flex-direction:column;justify-content:space-between;padding:2rem 2rem 1rem 2rem;width:100%;height:40%}.sidebar-v1 .top-section .close-button{display:none;position:absolute;top:10px;right:12px;justify-content:center;align-items:center;outline:none;border:none;background:none;width:38px;height:38px}.sidebar-v1 .top-section .field{flex-direction:column;margin-bottom:0}.sidebar-v1 .top-section .field .control{position:relative;width:100%}.sidebar-v1 .top-section .field .control .input{border-color:#f7f7f7;border-radius:.5rem;background:#f7f7f7;padding-left:42px;width:100%;height:42px}.sidebar-v1 .top-section .field .control .input:focus{box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06) !important;border-color:#e3e3e3;background:#fff}.sidebar-v1 .top-section .field .control .input:focus+.form-icon{color:#b23e55}.sidebar-v1 .top-section .field .control .form-icon{display:flex;position:absolute;top:0;left:0;justify-content:center;align-items:center;z-index:2;transition:color .3s;width:42px;height:42px;color:#9ca3af}.sidebar-v1 .top-section .field .control .form-icon svg{transition:stroke .3s;width:20px;height:20px}.sidebar-v1 .top-section .field .control .form-icon.is-loading svg{animation:spin 1s linear infinite}.sidebar-v1 .top-section .field .control .form-icon.is-active{color:#b23e55}.sidebar-v1 .top-section .field .control .keyboard-shortcut-hint{position:absolute;top:50%;right:12px;transform:translateY(-50%);opacity:.5;z-index:3;transition:opacity .3s;pointer-events:none}.sidebar-v1 .top-section .field .control .keyboard-shortcut-hint kbd{display:inline-block;box-shadow:0 1px 2px rgba(0,0,0,.1);border:1px solid #dbdbdb;border-radius:4px;background-color:#f2f2f2;padding:3px 8px;color:#393a4f;font-size:.75rem;line-height:1;font-family:monospace}.sidebar-v1 .top-section .field .control .input:focus~.keyboard-shortcut-hint{opacity:0}.sidebar-v1 .top-section .field .control .input.is-loading{animation:loading-shimmer 1s linear infinite;background-image:linear-gradient(45deg, rgba(0,0,0,0) 25%, rgba(178,62,85,.05) 25%, rgba(178,62,85,.05) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(178,62,85,.05) 75%, rgba(178,62,85,.05));background-size:20px 20px}.sidebar-v1 .top-section .user-block .avatar{display:block;margin-bottom:1rem;border-radius:50%;width:70px;height:70px}.sidebar-v1 .top-section .user-block .meta span{display:block}.sidebar-v1 .top-section .user-block .meta span:first-child{color:#393a4f;font-weight:700;font-size:1.25rem}.sidebar-v1 .top-section .user-block .meta span:nth-child(2){color:#6b7280;font-size:.9rem}.sidebar-v1 .bottom-section{display:flex;position:relative;flex-direction:column;padding:2rem 0 0 0;width:100%;height:60%}.sidebar-v1 .bottom-section ul:not(:last-child){padding-bottom:3rem}.sidebar-v1 .bottom-section ul li{transition:background-color .3s}.sidebar-v1 .bottom-section ul li:hover{background:#f2f2f2}.sidebar-v1 .bottom-section ul li a{display:flex;align-items:center;border-left:5px solid rgba(0,0,0,0);padding:.75rem 2rem;color:#393a4f}.sidebar-v1 .bottom-section ul li a.is-active{border-color:#b23e55;color:#b23e55;font-weight:500}.sidebar-v1 .bottom-section ul li a.is-active svg{stroke:#b23e55}.sidebar-v1 .bottom-section ul li a span{font-size:.9rem}.sidebar-v1 .bottom-section ul li a svg{stroke:#6b7280;margin-right:1rem;width:18px;height:18px}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes loading-shimmer{0%{background-position:0 0}100%{background-position:20px 20px}}.search-dropdown{position:relative;margin-top:.5rem}.search-dropdown .dropdown-menu{display:none;position:absolute !important;top:100%;right:0;left:0;z-index:20;margin-top:6px;box-shadow:0px 5px 16px rgba(0,0,0,.05);border-color:#e8e8e8;border-radius:.65rem;padding-top:0;width:fit-content;max-width:80vw}.search-dropdown .dropdown-content{box-shadow:none;border:1px solid #e8e8e8;border-radius:.65rem;padding:.5rem 0;max-height:80vh;overflow-y:auto}.search-dropdown .dropdown-content::-webkit-scrollbar{width:6px}.search-dropdown .dropdown-content::-webkit-scrollbar-track{border-radius:3px;background:#f7f7f7}.search-dropdown .dropdown-content::-webkit-scrollbar-thumb{border-radius:3px;background:#b23e55}.search-dropdown .dropdown-content::-webkit-scrollbar-thumb:hover{background:#8c3143}.search-dropdown.is-active .dropdown-menu{display:block}.search-dropdown .dropdown-item{transition:all .3s;padding:.5rem 1rem}.search-dropdown .dropdown-item:hover{background:#fafafa}.search-dropdown .dropdown-item:hover .media-content h3{color:#b23e55}.search-dropdown .dropdown-item .media{align-items:flex-start}.search-dropdown .dropdown-item .media .media-content{line-height:1.4}.search-dropdown .dropdown-item .media .media-content h3{transition:color .3s;margin-bottom:.25rem;color:#393a4f;font-weight:600;font-size:.95rem;line-height:1.3}.search-dropdown .dropdown-item .media .media-content small{display:block;margin-top:.15rem;color:#6b7280;font-size:.8rem;line-height:1.5}.search-dropdown .dropdown-item .media .media-content small strong{border-radius:2px;background-color:rgba(178,62,85,.15);padding:0 2px;font-weight:600}.search-dropdown .dropdown-item .media .media-content small.more-matches{margin-top:.5rem;border-top:1px solid #e3e3e3;padding-top:.5rem;color:#b23e55;font-weight:500;font-size:.7rem}.search-dropdown .dropdown-item.no-results{cursor:default;padding:1.5rem}.search-dropdown .dropdown-item.no-results:hover{background:rgba(0,0,0,0)}.search-dropdown .dropdown-item.no-results .no-results-content p{margin-bottom:.75rem}.search-dropdown .dropdown-item.no-results .no-results-content .search-query{color:#737373;font-size:.9rem}.search-dropdown .dropdown-item.no-results .no-results-content .search-suggestions{margin-top:1rem;border-radius:.5rem;background:#f2f2f2;padding:1rem}.search-dropdown .dropdown-item.no-results .no-results-content .search-suggestions p{margin-bottom:.5rem}.search-dropdown .dropdown-item.no-results .no-results-content .search-suggestions ul{margin-top:.5rem;list-style:none}.search-dropdown .dropdown-item.no-results .no-results-content .search-suggestions ul li{padding:.25rem 0;color:#393a4f;font-size:.9rem}.search-dropdown .dropdown-item.no-results .no-results-content .search-alternatives{margin-top:1rem;border-top:1px solid #e8e8e8;padding-top:1rem}.search-dropdown .dropdown-item.no-results .no-results-content .search-alternatives p{margin-bottom:.75rem;color:#737373;font-size:.9rem}.search-dropdown .dropdown-item.no-results .no-results-content .search-alternatives .buttons{display:flex;gap:.5rem;margin-top:0}.search-dropdown .dropdown-item.no-results .no-results-content .search-alternatives .buttons .button{display:flex;flex:1;justify-content:center;align-items:center;gap:.5rem;transition:all .3s;border:1px solid #e8e8e8;border-radius:.5rem;background:#fff;padding:.5rem 1rem;color:#393a4f;font-size:.85rem;text-decoration:none}.search-dropdown .dropdown-item.no-results .no-results-content .search-alternatives .buttons .button:hover{border-color:#dbdbdb;background:#fafafa;color:#b23e55}.search-dropdown .dropdown-item.no-results .no-results-content .search-alternatives .buttons .button svg{width:16px;height:16px}#search-bar:disabled{opacity:.6;cursor:wait}.hidden{display:none !important}@media only screen and (max-width: 767px){.sidebar-v1 .top-section{padding-top:4rem}.sidebar-v1 .top-section .close-button{display:flex}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.sidebar-v1 .top-section{padding-top:4rem}.sidebar-v1 .top-section .close-button{display:flex}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.sidebar-v1{width:250px}.sidebar-v1 .top-section{padding-right:2rem;padding-left:2rem}.sidebar-v1 .bottom-section ul li a{padding-right:2rem;padding-left:2rem}}/*! _toolbar.scss | Friendkit | © Css Ninja. 2020-2021 */.toolbar-v1{display:flex;position:relative;align-items:center;z-index:9;margin:0 auto 1.5rem auto;width:100%;max-width:1040px}.toolbar-v1.is-narrow{margin:0 auto}.toolbar-v1 .friendkit-hamburger{margin-right:1rem}.toolbar-v1 h1,.toolbar-v1 .toolbar-title{color:#393a4f;font-weight:700;font-size:1.5rem;font-family:var(--font-antique),var(--font-system-ui)}.toolbar-v1 h1 a,.toolbar-v1 .toolbar-title a{color:#393a4f}.toolbar-v1 .controls{display:flex;align-items:center;margin-left:auto}.toolbar-v1-fixed-wrap{position:fixed;top:10px;left:0;transform:translateY(-100%) translateY(-15px);opacity:0;z-index:9;transition:all .3s;margin-left:280px;padding-right:2rem;padding-left:2rem;width:100%;width:calc(100% - 280px)}.toolbar-v1-fixed-wrap.is-fold{margin-left:0;width:100%}.toolbar-v1-fixed-wrap.is-active{transform:translateY(0);opacity:1}.toolbar-v1-fixed-wrap .toolbar-v1{box-shadow:0px 5px 25px 0px rgba(0,0,0,.09);border:1px solid #e0e0e0;border-radius:1rem;background:#fff;padding:.5rem 1.5rem;max-width:940px}.toolbar-v1-fixed-wrap .toolbar-v1 h1,.toolbar-v1-fixed-wrap .toolbar-v1 .toolbar-title{font-size:1.25rem}@media only screen and (max-width: 767px){.toolbar-v1-fixed-wrap{margin-left:0 !important;padding-right:.25rem;padding-left:.25rem;width:100% !important}.toolbar-v1 h1,.toolbar-v1 .toolbar-title{display:none}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.toolbar-v1-fixed-wrap{margin-left:0 !important;padding-right:2rem;padding-left:2rem;width:100% !important}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.toolbar-v1-fixed-wrap{margin-left:250px;padding-right:2rem;padding-left:2rem;width:calc(100% - 250px)}}/*! _dropdowns.scss | Friendkit | © Css Ninja. 2020-2021 */.navbar-item{font-family:var(--font-antique),var(--font-system-ui)}.navbar-item.is-account{display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.navbar-item.is-account .user-image{position:relative;max-height:38px}.navbar-item.is-account .user-image .indicator{display:block;position:absolute;top:0px;right:0px;border:1.4px solid #fff;border-radius:50%;background:#e7a457;width:10px;height:10px}.navbar-item.is-account img{border-radius:50%;width:38px;height:38px;max-height:38px}.navbar-item.is-account.is-opened .account-caret svg{transform:rotate(180deg)}.navbar-item.is-icon{padding-right:6px !important;padding-left:6px !important}.navbar-item.is-icon .icon-link{display:flex;position:relative;justify-content:center;align-items:center;transition:all .3s;border-radius:8px;width:38px;height:38px}.navbar-item.is-icon .icon-link:hover,.navbar-item.is-icon .icon-link.is-active{box-shadow:0 14px 26px -12px rgba(208,129,165,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,129,165,.2) !important;background:#d794b2}.navbar-item.is-icon .icon-link:hover svg,.navbar-item.is-icon .icon-link.is-active svg{stroke:#fafafa}.navbar-item.is-icon .icon-link:hover .mdi,.navbar-item.is-icon .icon-link.is-active .mdi{color:#fafafa}.navbar-item.is-icon .icon-link.is-active .indicator{display:block;position:absolute;top:-6px;right:-6px;border:2px solid #fff;border-radius:50%;background:#e7a457;width:12px;height:12px}.navbar-item.is-icon .icon-link svg{transition:all .3s;stroke:#737373;stroke-width:1.4px;width:18px;height:18px}.navbar-item.is-icon .icon-link .mdi{transition:all .3s;color:#737373;font-size:20px}.navbar-item .nav-drop{position:absolute;top:90%;left:0;transform:translateY(20px);opacity:0;z-index:100;transition:all .2s;margin-top:16px;box-shadow:0px 5px 43px rgba(0,0,0,.18) !important;border:1px solid #e8e8e8;border-radius:.65rem;background:#fff;width:370px;pointer-events:none}.navbar-item .nav-drop.is-active{transform:translateY(0);opacity:1;pointer-events:all}.navbar-item .nav-drop:after,.navbar-item .nav-drop:before{position:absolute;bottom:100%;left:7%;border:solid rgba(0,0,0,0);width:0;height:0;pointer-events:none;content:" "}.navbar-item .nav-drop:after{margin-left:-4px;border-width:4px;border-color:rgba(255,255,255,0);border-bottom-color:#fff}.navbar-item .nav-drop:before{margin-left:-7px;border-width:7px;border-color:rgba(255,255,255,0);border-bottom-color:#fff}.navbar-item .nav-drop.is-right{right:0;left:initial}.navbar-item .nav-drop.is-right:before,.navbar-item .nav-drop.is-right:after{right:5%;left:initial}.navbar-item .nav-drop.is-account-dropdown{right:0;left:unset;z-index:1;width:300px;max-height:unset}.navbar-item .nav-drop.is-account-dropdown:before{right:23px;left:unset}.navbar-item .nav-drop.is-account-dropdown:after{display:none !important}.navbar-item .nav-drop .inner{position:relative}.navbar-item .nav-drop .inner .nav-drop-body{padding:12px 10px 10px;max-height:420px;overflow-y:auto}.navbar-item .nav-drop .inner .nav-drop-body::-webkit-scrollbar{width:5px}.navbar-item .nav-drop .inner .nav-drop-body::-webkit-scrollbar-thumb{border-radius:5px;background:rgba(0,0,0,.2)}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications,.navbar-item .nav-drop .inner .nav-drop-body.is-messages{padding:12px 16px}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media{align-items:stretch;margin:0;padding:.75rem 0 !important}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media img,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media img,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media img{border-radius:50%;width:36px;height:36px;max-height:36px}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .media-content span,.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .media-content a,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .media-content span,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .media-content a,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .media-content span,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .media-content a{display:block;width:unset;height:unset}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .media-content a,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .media-content a,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .media-content a{color:#3d3b42;font-weight:bold;font-size:.75rem}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .media-content a:hover,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .media-content a:hover,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .media-content a:hover{color:#d081a5}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .media-content span,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .media-content span,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .media-content span{color:#6b7280;font-size:.75rem}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .media-content span a,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .media-content span a,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .media-content span a{display:inline-block;color:#3d3b42}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .added-icon,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .added-icon,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .added-icon{margin:0 15px;width:18px;height:18px}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .added-icon svg,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .added-icon svg,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .added-icon svg{stroke:#6b7280;stroke-width:1.6px;width:18px;height:18px}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .media-right,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .media-right,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .media-right{display:flex;justify-content:center;align-items:center}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .media-right.is-centered,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .media-right.is-centered,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .media-right.is-centered{display:flex;justify-content:center;align-items:center}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .media-right .icon-button:hover svg,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .media-right .icon-button:hover svg,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .media-right .icon-button:hover svg{stroke:#d081a5 !important}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .media .media-right .icon-button svg,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .media .media-right .icon-button svg,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .media .media-right .icon-button svg{stroke:#6b7280 !important;stroke-width:1.6px}.navbar-item .nav-drop .inner .nav-drop-body.is-friend-requests .time,.navbar-item .nav-drop .inner .nav-drop-body.is-notifications .time,.navbar-item .nav-drop .inner .nav-drop-body.is-messages .time{color:#737373;font-size:.65rem !important}.navbar-item .nav-drop .inner .nav-drop-body.account-items{padding:12px 0}.navbar-item .nav-drop .inner .nav-drop-body.account-items hr{margin:.4rem 0 !important;height:1px}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item{display:block;padding:8px 16px;line-height:1.2}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item .media{align-items:center}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item .media .media-left img{width:35px;height:35px}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item .media h3{transition:all .3s;color:#393a4f;font-weight:bold;font-size:.8rem}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item .media .icon-wrap{display:flex;justify-content:center;align-items:center;margin-right:1rem;width:35px;height:35px}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item .media .icon-wrap svg{transition:all .3s;stroke:#757a91;stroke-width:2px;width:18px;height:18px}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item .media small{color:#757a91;font-size:.75rem}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item .media .media-right svg{margin:0 16px;width:18px;height:18px}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item.is-active{background:#039be5}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item.is-active svg{stroke:#fff}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item.is-active small{color:#fff}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item:hover{background:#fafafa}.navbar-item .nav-drop .inner .nav-drop-body.account-items .account-item:hover svg{stroke:#d081a5}.navbar-item .nav-drop .inner .nav-drop-footer{display:flex;justify-content:center;align-items:center;border-bottom:1px solid #e8e8e8;border-radius:0 0 6px 6px;background:#fafafa;padding:12px 10px}.navbar-item .nav-drop .inner .nav-drop-footer span,.navbar-item .nav-drop .inner .nav-drop-footer a{display:block;font-weight:500;font-size:.65rem;text-transform:uppercase}.navbar-item .nav-drop .inner .nav-drop-footer a{width:unset;height:unset;color:#737373}.navbar-item .nav-drop .inner .nav-drop-footer a:hover{color:#b23e55}@media only screen and (max-width: 767px){.navbar-item.is-account{padding-right:6px !important;padding-left:6px !important}.nav-drop{position:fixed !important;top:75px !important;right:0 !important;left:10px !important;width:calc(100% - 20px) !important}.nav-drop:before,.nav-drop:after{right:46% !important}}/*! _app-profile.scss | Friendkit | © Css Ninja. 2020-2021 */.cover-bg{position:relative}.cover-bg .cover-image{display:block;border-radius:3px;width:100%;height:auto;object-fit:contain;object-position:center}.cover-bg .timeline-mobile-dropdown{position:absolute;top:10px;right:10px}.cover-bg .timeline-mobile-dropdown div>.button{display:flex;justify-content:center;align-items:center;border:1.4px solid #fff;border-radius:50%;background:rgba(0,0,0,0);padding:0;width:38px;height:38px}.cover-bg .timeline-mobile-dropdown div>.button svg{stroke:#fff;width:20px;height:20px}.avatar{display:flex;flex-shrink:0;justify-content:center;align-items:center;border-radius:50%;width:130px;height:130px}.avatar .avatar-image{position:relative;z-index:1;box-shadow:0px 15px 32px rgba(0,0,0,.18) !important;border-radius:50%;object-fit:cover}.profile-subheader{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 0 0 20px}.profile-subheader .subheader-start,.profile-subheader .subheader-end{width:25%}.profile-subheader .subheader-start svg{display:none;stroke:#d081a5;width:18px;height:18px}.profile-subheader .subheader-start span{display:block;font-weight:500}.profile-subheader .subheader-start span:first-child{color:#393a4f;font-weight:bold;font-size:1.6rem;line-height:1.2;font-family:"Montserrat",sans-serif}.profile-subheader .subheader-start span:nth-child(2){color:#737373;font-weight:500;font-size:.7rem;text-transform:uppercase}.profile-subheader .subheader-end{text-align:right}.profile-subheader .subheader-middle{text-align:left}.profile-subheader .subheader-middle h2{margin-bottom:.25rem;color:#393a4f;font-weight:600;font-size:1.4rem;line-height:1.2}.profile-subheader .subheader-middle span{display:block;color:#737373;font-size:.9rem}.box-heading{display:flex;justify-content:space-between;align-items:center;border:1px solid #e8e8e8;border-radius:.75rem;background:#fff;padding:10px;width:100%;height:50px}.box-heading h3{padding:0 6px;font-weight:500}.box-heading .is-icon{padding-right:6px !important;padding-left:6px !important}.box-heading .is-icon .icon-link{display:flex;position:relative;justify-content:center;align-items:center;transition:all .3s;border-radius:8px;width:38px;height:38px}.box-heading .is-icon .icon-link:hover,.box-heading .is-icon .icon-link.is-active{box-shadow:0 14px 26px -12px rgba(208,129,165,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,129,165,.2) !important;background:#d794b2}.box-heading .is-icon .icon-link:hover svg,.box-heading .is-icon .icon-link.is-active svg{stroke:#fafafa}.box-heading .is-icon .icon-link:hover .mdi,.box-heading .is-icon .icon-link.is-active .mdi{color:#fafafa}.box-heading .is-icon .icon-link.is-active .indicator{display:block;position:absolute;top:-6px;right:-6px;border:2px solid #fff;border-radius:50%;background:#e7a457;width:12px;height:12px}.box-heading .is-icon .icon-link svg{transition:all .3s;stroke:#737373;stroke-width:1.4px;width:20px;height:20px}.box-heading .is-icon .icon-link .mdi{transition:all .3s;color:#737373;font-size:20px}.box-heading .heading-search{position:relative;margin-left:10px}.box-heading .heading-search input{padding-left:38px}.box-heading .heading-search input:focus+.search-icon svg{stroke:#d081a5}.box-heading .heading-search .search-icon{display:flex;position:absolute;top:0;left:2px;justify-content:center;align-items:center;width:36px;height:36px}.box-heading .heading-search .search-icon svg{transition:stroke .3s;stroke:#9ca3af;width:16px;height:16px}.box-body{margin-bottom:1.5rem}.profile-timeline{padding:10px 0}.profile-timeline .profile-post{display:flex;justify-content:flex-start;align-items:stretch;margin-bottom:30px}.profile-timeline .profile-post.is-simple .post-actions{flex-direction:row-reverse !important}.profile-timeline .profile-post .time{position:relative;padding-right:30px}.profile-timeline .profile-post .time .img-container{display:flex;justify-content:center;align-items:center;border-radius:50%;background:#fff;width:48px;height:48px}.profile-timeline .profile-post .time .img-container:after{position:absolute;top:60px;left:24px;background:#e5e5e5;width:1.4px;height:calc(100% - 30px);content:""}.profile-timeline .profile-post .time .img-container img{display:block;border-radius:50%;width:44px;min-width:44px;height:44px}.profile-timeline .profile-post .is-post{margin-bottom:0;width:100%}.basic-infos-wrapper{padding-top:10px;font-family:var(--font-antique),var(--font-system-ui)}.basic-infos-wrapper .is-profile-info .info-row{display:flex;justify-content:space-between;align-items:center;padding:10px 16px}.basic-infos-wrapper .is-profile-info .info-row:not(:last-child){border-bottom:1px solid #e8e8e8}.basic-infos-wrapper .is-profile-info .info-row span,.basic-infos-wrapper .is-profile-info .info-row a{display:block}.basic-infos-wrapper .is-profile-info .info-row span{color:#737373;font-weight:400;font-size:.95rem}.basic-infos-wrapper .is-profile-info .info-row svg,.basic-infos-wrapper .is-profile-info .info-row i{margin:0 4px;color:#9ca3af;font-size:16px}.basic-infos-wrapper .is-community,.basic-infos-wrapper .is-about{padding:16px}.basic-infos-wrapper .is-community h4,.basic-infos-wrapper .is-about h4{margin-bottom:16px;color:#737373}.basic-infos-wrapper .is-community .flex-block,.basic-infos-wrapper .is-about .flex-block{display:flex;align-items:center;margin:16px 0}.basic-infos-wrapper .is-community .flex-block a,.basic-infos-wrapper .is-about .flex-block a{color:#393a4f;font-weight:500}.basic-infos-wrapper .is-community .flex-block a:hover,.basic-infos-wrapper .is-about .flex-block a:hover{color:#d081a5}.basic-infos-wrapper .is-community .flex-block p,.basic-infos-wrapper .is-about .flex-block p{margin-left:12px;font-size:.8rem}.basic-infos-wrapper .is-community .flex-block svg,.basic-infos-wrapper .is-about .flex-block svg{width:16px;height:16px}.basic-infos-wrapper .is-friendkit{padding:16px}.basic-infos-wrapper .is-friendkit .title-wrap{display:flex;align-items:center;margin-bottom:16px}.basic-infos-wrapper .is-friendkit .title-wrap img{display:block;max-width:30px}.basic-infos-wrapper .is-friendkit .title-wrap h4{color:#737373}.basic-infos-wrapper .is-friendkit p{font-size:.8rem}.basic-infos-wrapper .is-friendkit .created{display:flex;align-items:center;margin-top:16px}.basic-infos-wrapper .is-friendkit .created svg{stroke:#737373;margin-right:8px;width:16px;height:16px}.basic-infos-wrapper .is-friendkit .created span{display:block;color:#737373;font-size:.8rem}.is-photos-widget{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:10px 0 20px 0}.is-photos-widget img{display:block;transition:all .3s;margin-bottom:12px;border-radius:.65rem;width:calc(25% - 6px);object-fit:cover}.is-photos-widget img:hover{box-shadow:0px 15px 32px rgba(0,0,0,0) !important}.friend-cards-list{padding-top:10px}.friend-cards-list .is-friend-card .friend-item{display:flex;align-items:center;padding:12px}.friend-cards-list .is-friend-card .friend-item:not(:last-child){border-bottom:1px solid #e8e8e8}.friend-cards-list .is-friend-card .friend-item img{display:block;border-radius:50%;width:44px;height:44px}.friend-cards-list .is-friend-card .friend-item .text-content{margin:0 10px}.friend-cards-list .is-friend-card .friend-item .text-content span,.friend-cards-list .is-friend-card .friend-item .text-content a{display:block}.friend-cards-list .is-friend-card .friend-item .text-content a:first-child{color:#393a4f;font-weight:500;font-size:.9rem}.friend-cards-list .is-friend-card .friend-item .text-content a:nth-child(3){color:#d081a5;font-weight:500;font-size:.8rem}.friend-cards-list .is-friend-card .friend-item .text-content span{color:#737373;font-size:.75rem}.friend-cards-list .is-friend-card .friend-item .star-friend{display:flex;justify-content:center;align-items:center;cursor:pointer;margin-left:auto;width:44px;height:44px}.friend-cards-list .is-friend-card .friend-item .star-friend.is-active svg{transform:rotate(360deg);fill:#b23e55;stroke:#b23e55}.friend-cards-list .is-friend-card .friend-item .star-friend svg{transform:rotate(0);transition:all .3s;stroke:#737373;width:20px;height:20px}.profile-about{display:flex;border-radius:6px;width:100%}.profile-about .left-menu{min-width:260px}.profile-about .left-menu .left-menu-inner{border-radius:6px 0 0 6px;width:100%}.profile-about .left-menu .menu-item{display:flex;align-items:center;transition:all .3s;cursor:pointer;margin-bottom:6px}.profile-about .left-menu .menu-item.is-active .menu-icon{box-shadow:0 14px 26px -12px rgba(208,129,165,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,129,165,.2) !important;background:#d081a5}.profile-about .left-menu .menu-item.is-active .menu-icon i,.profile-about .left-menu .menu-item.is-active .menu-icon span{color:#fcfcfc}.profile-about .left-menu .menu-item .menu-icon{display:flex;align-items:center;transition:all .3s;border-radius:6px;background:rgba(0,0,0,0);padding:0 12px;width:100%;height:42px}.profile-about .left-menu .menu-item i{transition:all .3s;color:#9ca3af;font-size:1.4rem}.profile-about .left-menu .menu-item span{display:block;transition:color .3s;margin:0 8px;color:#9ca3af;font-weight:500;font-size:.9rem}.profile-about .right-content{padding-left:30px;width:calc(100% - 260px);min-height:420px}.profile-about .right-content .content-section{display:none;animation:fadeInLeft .5s}.profile-about .right-content .content-section.is-active{display:block}.profile-about .right-content .content-section .flex-block{display:flex;align-items:center;transition:all .3s;cursor:pointer;margin-bottom:10px;border:1px solid #e8e8e8;border-radius:.65rem;background:#fff;padding:12px}.profile-about .right-content .content-section .flex-block:hover .flex-block-meta .action-link{opacity:1;pointer-events:all}.profile-about .right-content .content-section .flex-block:hover .flex-block-meta .action-link:hover{color:#757a91}.profile-about .right-content .content-section .flex-block:hover .go-button{transform:scale(1) rotate(360deg);opacity:1;box-shadow:0 14px 26px -12px rgba(208,129,165,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,129,165,.2) !important}.profile-about .right-content .content-section .flex-block:hover .go-button:hover{opacity:.9}.profile-about .right-content .content-section .flex-block img{border-radius:50%;width:42px;height:42px;object-fit:cover}.profile-about .right-content .content-section .flex-block .flex-block-meta{margin-left:10px}.profile-about .right-content .content-section .flex-block .flex-block-meta span,.profile-about .right-content .content-section .flex-block .flex-block-meta .action-link{display:block}.profile-about .right-content .content-section .flex-block .flex-block-meta span{color:#737373;font-size:.9rem}.profile-about .right-content .content-section .flex-block .flex-block-meta span a{color:#393a4f;font-weight:500;font-size:.85rem}.profile-about .right-content .content-section .flex-block .flex-block-meta .action-link{transition:all .3s;pointer-events:none;color:#9ca3af;font-size:.75rem}.profile-about .right-content .content-section .flex-block .go-button{display:flex;justify-content:center;align-items:center;transform:scale(0) rotate(0);opacity:0;transition:all .3s;margin-left:auto;border-radius:50%;background:#d081a5;width:42px;height:42px}.profile-about .right-content .content-section .flex-block .go-button svg{stroke:#fcfcfc;width:18px;height:18px}.profile-about .about-summary{transition:all .3s;cursor:pointer;margin-bottom:10px;border:1px solid #e8e8e8;border-radius:.85rem;background:#fff;padding:30px}.profile-about .about-summary h3{font-size:1.1rem;font-family:"Montserrat",sans-serif}.profile-about .about-summary p{color:#757a91;font-size:.95rem}.profile-about .glider-dots{padding:20px 0}.profile-about .glider-dots .glider-dot{margin:4px;width:8px;height:8px}.profile-about .glider-dots .glider-dot.active{background:#d081a5 !important}.profile-about .slider-timeline{position:relative}.profile-about .slider-timeline .timeline-item{position:relative;margin-right:1rem;border:1px solid #dedede;border-radius:.65rem;background:#fff;padding:20px}.profile-about .slider-timeline .timeline-item .image-container{position:relative}.profile-about .slider-timeline .timeline-item .image-container>img{display:block;border-radius:.65rem;min-height:160px;object-fit:cover}.profile-about .slider-timeline .timeline-item .image-container .logo-container{display:flex;position:absolute;right:10px;bottom:-30px;justify-content:center;align-items:center;border-radius:50%;background:#fff;width:50px;height:50px}.profile-about .slider-timeline .timeline-item .image-container .logo-container img{display:block;border-radius:50%;width:40px;height:40px}.profile-about .slider-timeline .timeline-item h3{margin-top:12px;font-weight:500;font-size:.9rem;font-family:"Montserrat",sans-serif}.profile-about .slider-timeline .timeline-item>p{color:#737373;font-size:.8rem}.profile-about .slider-timeline .timeline-item .more{margin-top:6px}.profile-about .slider-timeline .timeline-item .more p{color:#595b7b;font-size:.9rem}.profile-about .slider-timeline .timeline-item .date{margin-top:6px;color:#737373;font-size:.8rem}@media (max-width: 767px){.cover-bg .cover-image{height:auto}.profile-subheader{align-items:center !important;padding-left:0 !important}.profile-subheader .subheader-middle{text-align:center !important}.profile-about{flex-direction:column;margin-top:-30px;padding:20px 0}.profile-about .left-menu{margin-bottom:20px;width:100%;min-width:100%;max-width:100%}.profile-about .left-menu .left-menu-inner{display:flex;justify-content:space-between;align-items:center}.profile-about .left-menu .left-menu-inner .menu-item{padding:0 10px}.profile-about .left-menu .left-menu-inner .menu-item .menu-icon{padding:0 16px}.profile-about .left-menu .left-menu-inner .menu-item span{display:none}.profile-about .right-content{padding:0;width:100% !important}.about-timeline .timeline-item .button{display:none}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.profile-about .left-menu{min-width:220px;max-width:220px}.profile-about .right-content{width:calc(100% - 220px) !important}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.cover-bg .cover-image{height:auto}.profile-subheader{align-items:center !important;padding-left:0 !important}.profile-subheader .subheader-middle{text-align:center !important}.profile-about{flex-direction:column;margin-top:-30px;padding:20px 0}.profile-about .left-menu{margin-bottom:20px;width:100%;min-width:100%;max-width:100%}.profile-about .left-menu .left-menu-inner{display:flex;justify-content:space-between;align-items:center}.profile-about .left-menu .left-menu-inner .menu-item{padding:0 10px}.profile-about .left-menu .left-menu-inner .menu-item .menu-icon{padding:0 16px}.profile-about .right-content{padding:0;width:100% !important}}.custom-profile-lightbox{display:flex;position:fixed;top:0;left:0;justify-content:center;align-items:center;opacity:0;z-index:9999;transition:all .3s;background:rgba(0,0,0,.95);width:100%;height:100%;pointer-events:none}.custom-profile-lightbox.is-active{opacity:1;pointer-events:all}.custom-profile-lightbox .lightbox-inner{display:flex;position:relative;justify-content:center;align-items:center;width:100%;height:100%}.custom-profile-lightbox .image-side{display:flex;justify-content:center;align-items:center;padding:20px;width:100%;height:100%}.custom-profile-lightbox .image-side .image-side-inner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.custom-profile-lightbox .image-side .image-wrap{display:flex;position:relative;justify-content:center;align-items:center;max-width:100%;max-height:100%}.custom-profile-lightbox .image-side .image-wrap img{box-shadow:0 5px 20px rgba(0,0,0,.3);border-radius:4px;max-width:100%;max-height:90vh;object-fit:contain}.custom-profile-lightbox .image-loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0;z-index:1;transition:opacity .3s}.custom-profile-lightbox .image-loader.is-active{opacity:1}.custom-profile-lightbox .meta-block{position:absolute;bottom:-40px;left:0;width:100%;color:#fff;text-align:center}.custom-profile-lightbox .meta-block h3{font-weight:500;font-size:1.1rem}.custom-profile-lightbox .lightbox-prev,.custom-profile-lightbox .lightbox-next{display:flex;position:absolute;top:50%;justify-content:center;align-items:center;transform:translateY(-50%);z-index:10;transition:all .3s;cursor:pointer;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.1);width:40px;height:40px;color:#fff}.custom-profile-lightbox .lightbox-prev:hover,.custom-profile-lightbox .lightbox-next:hover{background:rgba(255,255,255,.3)}.custom-profile-lightbox .lightbox-prev svg,.custom-profile-lightbox .lightbox-next svg{stroke-width:2px;width:24px;height:24px}.custom-profile-lightbox .lightbox-prev{left:20px}.custom-profile-lightbox .lightbox-next{right:20px}.custom-profile-lightbox .close-lightbox{display:flex;position:absolute;top:20px;right:20px;justify-content:center;align-items:center;z-index:100;cursor:pointer;border:none;background:rgba(0,0,0,0);padding:10px;color:#fff}.custom-profile-lightbox .close-lightbox svg{stroke:currentColor;stroke-width:2px;width:30px;height:30px}.custom-profile-lightbox .close-lightbox:hover{color:#d081a5}@media (min-width: 768px){.custom-profile-lightbox .lightbox-prev{left:40px}.custom-profile-lightbox .lightbox-next{right:40px}}/*! _app-videos.scss | Friendkit | © Css Ninja. 2020-2021 */.videos-wrapper .videos-sidebar{position:fixed;top:57px;left:0;transform:translateX(-100%);z-index:10;transition:all .3s;border-right:1px solid #e8e8e8;background:#fafafa;height:calc(100% - 56px)}.videos-wrapper .videos-sidebar.is-active{transform:translateX(0)}.videos-wrapper .videos-sidebar .videos-sidebar-inner{position:relative;width:100%;height:100%}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block{position:relative;margin:20px 20px 0 20px;border-bottom:1px solid #dedede;height:200px;text-align:center}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .close-videos-sidebar{display:none;position:absolute;top:-12px;right:-10px;justify-content:center;align-items:center;transition:all .3s;border-radius:50%;width:32px;height:32px}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .close-videos-sidebar:hover{background:#fff}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .close-videos-sidebar:hover svg{stroke:#393a4f}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .close-videos-sidebar svg{transition:stroke .3s;width:20px;height:20px;color:#737373}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .avatar-wrap{display:flex;position:relative;justify-content:center;align-items:center;margin:0 auto 6px auto;border:1.4px solid #a7adb8;border-radius:50%;width:74px;min-width:74px;height:74px}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .avatar-wrap img{display:block;border-radius:50%;width:58px;min-width:58px;height:58px}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .avatar-wrap .badge{display:flex;position:absolute;right:-3px;bottom:2px;justify-content:center;align-items:center;border:2px solid #fcfcfc;border-radius:50%;background:#1ce589;width:24px;height:24px}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .avatar-wrap .badge svg{stroke:#fcfcfc;stroke-width:4px;width:10px;height:10px}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block h4{color:#393a4f;font-weight:700;font-size:.9rem;font-family:"Montserrat",sans-serif}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block p{color:#737373;font-size:.8rem}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .user-stats{display:flex;justify-content:space-around;align-items:center;padding:20px 0}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .user-stats .stat-block{text-align:center}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .user-stats .stat-block span{display:block}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .user-stats .stat-block span:first-child{color:#393a4f;font-weight:600;font-size:.65rem;text-transform:uppercase}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-block .user-stats .stat-block span:last-child{color:#737373;font-size:.9rem}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-menu{position:absolute;top:200px;left:0;width:100%;height:calc(100% - 230px)}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-menu .user-menu-inner{position:relative;width:100%;height:100%;max-height:100%;overflow-y:auto}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-menu .user-menu-inner .separator{margin:0 30px;border-bottom:1px solid #dedede}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-menu .user-menu-inner .menu-block{padding:20px 0}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-menu .user-menu-inner .menu-block ul li{display:flex;align-items:center;border-left:4px solid rgba(0,0,0,0);padding:14px 40px}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-menu .user-menu-inner .menu-block ul li.is-active{border-color:#d081a5}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-menu .user-menu-inner .menu-block ul li a{display:flex;align-items:center}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-menu .user-menu-inner .menu-block ul li a span{display:block;color:#393a4f;font-weight:600;font-size:.8rem;font-family:"Montserrat",sans-serif}.videos-wrapper .videos-sidebar .videos-sidebar-inner .user-menu .user-menu-inner .menu-block ul li a svg{stroke:#9ca3af;margin-right:20px;width:18px;height:18px}.videos-wrapper.is-home{padding-right:0;padding-left:0}.videos-wrapper.is-home .home-wrapper{position:relative;top:-2px}.videos-wrapper.is-home .home-wrapper .mobile-sidebar-trigger{display:none;position:absolute;top:10px;left:30px;justify-content:center;align-items:center;z-index:9;transition:all .3s;border-radius:50%;width:32px;height:32px}.videos-wrapper.is-home .home-wrapper .mobile-sidebar-trigger.is-home-v2{position:absolute;top:23px;left:34px;z-index:5}.videos-wrapper.is-home .home-wrapper .mobile-sidebar-trigger.is-home-v2 svg{stroke:#737373}.videos-wrapper.is-home .home-wrapper .mobile-sidebar-trigger:hover svg{stroke:#fff}.videos-wrapper.is-home .home-wrapper .mobile-sidebar-trigger svg{transition:stroke .3s;width:20px;height:20px;color:#fcfcfc}.videos-wrapper.is-home .home-wrapper .video-header-wrap{margin-bottom:0}.videos-wrapper.is-home .home-wrapper .video-header-wrap .slick-dots{bottom:20px !important}.videos-wrapper.is-home .home-wrapper .video-header-wrap .slick-dots li{margin:0}.videos-wrapper.is-home .home-wrapper .video-header-wrap .slick-dots li button:before{color:#fcfcfc}.videos-wrapper.is-home .home-wrapper .video-header{position:relative;padding-top:56.25%;width:100%}.videos-wrapper.is-home .home-wrapper .video-header:hover .cover-overlay{background:rgba(57,58,79,.6)}.videos-wrapper.is-home .home-wrapper .video-header .cover{display:block;position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover}.videos-wrapper.is-home .home-wrapper .video-header .cover-overlay{position:absolute;top:0;left:0;z-index:1;transition:all .3s;background:rgba(57,58,79,.4);width:100%;height:100%}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner{display:flex;position:relative;align-items:center;padding-left:30px;width:100%;height:100%}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption{display:flex;justify-content:flex-end;width:100%}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block{width:50%}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block h2{color:#fcfcfc;font-weight:700;font-size:2.4rem;font-family:"Montserrat",sans-serif}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .video-meta{display:flex}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .video-meta span{display:block;padding-right:30px;color:#fcfcfc;font-weight:500;font-size:.85rem;font-family:"Montserrat",sans-serif}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .video-meta span.rating{display:flex;align-items:center}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .video-meta span.rating svg{fill:#fcfcfc;stroke:#fcfcfc;margin:0 2px;width:14px;height:14px}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .description{padding:12px 0;max-width:400px;color:#fcfcfc;font-size:.85rem;font-family:"Roboto",sans-serif}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .caption-actions{display:flex;align-items:center;padding:10px 0;max-width:400px}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .caption-actions .button{margin-right:30px;min-width:130px}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .caption-actions .button:hover{box-shadow:0 14px 26px -12px rgba(208,129,165,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,129,165,.2) !important;border-color:#d081a5;background:#d081a5}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .caption-actions .trailer-button{display:flex;align-items:center}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .caption-actions .trailer-button:hover svg{opacity:1;stroke:#f7e9ef}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .caption-actions .trailer-button:hover span{margin-left:5px;color:#f7e9ef}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .caption-actions .trailer-button svg{opacity:0;transition:all .3s;stroke:#fcfcfc;width:16px;height:16px}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .caption-actions .trailer-button span{transition:all .3s;color:#fcfcfc;font-size:.85rem}.videos-wrapper .home-content{padding:30px 40px}.videos-wrapper .home-content .collections-wrap{display:none;animation:fadeInLeft .5s}.videos-wrapper .home-content .collections-wrap.is-active{display:block}.videos-wrapper .home-content .collections-wrap .collection .video-collection{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px;padding:10px 0 20px 0}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode{margin:10px;width:calc(25% - 20px)}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-thumbnail{position:relative}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-thumbnail:hover .episode-overlay{background:rgba(57,58,79,.4)}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-thumbnail:hover .play-button{transform:scale(1) rotate(0);opacity:1}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-thumbnail .episode-overlay{position:absolute;top:0;left:0;z-index:1;transition:all .3s;border-radius:.65rem;background:rgba(57,58,79,0);width:100%;height:100%}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-thumbnail .episode-duration{position:absolute;bottom:10px;left:10px;z-index:2;border-radius:.5rem;background:#000;padding:3px 6px;color:#fcfcfc;font-size:.7rem}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-thumbnail .play-button{display:flex;position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);justify-content:center;align-items:center;transform:scale(.7) rotate(-180deg);opacity:0;z-index:3;transition:all .3s;width:40px;height:40px}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-thumbnail .play-button svg{stroke:#fcfcfc;stroke-width:1px;width:38px;height:38px}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-thumbnail img{display:block;border-radius:.65rem}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-meta{display:flex;margin-top:8px}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-meta img{display:block;border-radius:50%;width:32px;min-width:32px;height:32px}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-meta .info{margin-left:8px}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-meta .info span{display:block;line-height:1.2;font-family:var(--font-antique),var(--font-system-ui)}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-meta .info span:first-child{color:#393a4f;font-weight:600;font-size:.85rem}.videos-wrapper .home-content .collections-wrap .collection .video-collection .episode .episode-meta .info span:last-child{color:#737373;font-size:.8rem}.videos-wrapper.has-player .player-wrapper{display:flex;position:relative;top:-2px}.videos-wrapper.has-player .player-wrapper .video-side{flex-grow:2}.videos-wrapper.has-player .meta-box{background:#fff;padding:30px}.videos-wrapper.has-player .meta-box .video-title{color:#393a4f;font-weight:600;font-size:1.2rem;font-family:"Montserrat",sans-serif}.videos-wrapper.has-player .meta-box .video-subtitle{display:flex;justify-content:space-between;padding:6px 0}.videos-wrapper.has-player .meta-box .video-subtitle .views-count{color:#737373}.videos-wrapper.has-player .meta-box .video-subtitle .quick-actions{display:flex;align-items:center}.videos-wrapper.has-player .meta-box .video-subtitle .quick-actions .quick-action{display:flex;justify-content:center;align-items:center;transition:all .3s;margin:0 3px;border-radius:50%;width:36px;height:36px}.videos-wrapper.has-player .meta-box .video-subtitle .quick-actions .quick-action:hover{background:#f2f2f2}.videos-wrapper.has-player .meta-box .video-subtitle .quick-actions .quick-action:hover svg{stroke:#393a4f}.videos-wrapper.has-player .meta-box .video-subtitle .quick-actions .quick-action.is-mobile{display:none}.videos-wrapper.has-player .meta-box .video-subtitle .quick-actions .quick-action svg{transition:stroke .3s;stroke:#9ca3af;width:20px;height:20px}.videos-wrapper.has-player .meta-box .video-owner{display:flex;align-items:center}.videos-wrapper.has-player .meta-box .video-owner img{display:block;border-radius:50%;width:44px;min-width:44px;height:44px}.videos-wrapper.has-player .meta-box .video-owner .meta{margin-left:12px}.videos-wrapper.has-player .meta-box .video-owner .meta span{display:block}.videos-wrapper.has-player .meta-box .video-owner .meta span:first-child{color:#393a4f;font-weight:600;font-size:.9rem;font-family:"Montserrat",sans-serif}.videos-wrapper.has-player .meta-box .video-owner .meta span:nth-child(2){color:#737373;font-size:.8rem}.videos-wrapper.has-player .meta-box .video-owner .button{margin-left:auto;border-color:#d081a5;border-radius:100px;background:#d081a5;min-width:130px;color:#fff}.videos-wrapper.has-player .meta-box .video-owner .button:hover{box-shadow:0 14px 26px -12px rgba(208,129,165,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,129,165,.2) !important}.videos-wrapper.has-player .video-description hr{margin:1rem 0}.videos-wrapper.has-player .video-description h4{margin-bottom:10px;color:#393a4f;font-weight:600;font-size:.9rem}.videos-wrapper.has-player .video-description p,.videos-wrapper.has-player .video-description ul li{max-width:640px;color:#797a9e;font-size:.95rem;font-family:"Roboto",sans-serif}.videos-wrapper.has-player .video-description .additional-description{display:none;padding-top:30px}.videos-wrapper.has-player .video-description .video-description-more{display:block;transition:color .3s;color:#737373;font-weight:500;font-size:14px;text-transform:uppercase}.videos-wrapper.has-player .video-description .video-description-more:hover{color:#d081a5}.videos-wrapper.has-player .comments-wrap{padding:20px 40px}.videos-wrapper.has-player .comments-count{padding:20px 0}.videos-wrapper.has-player .comment-box{max-width:720px}.videos-wrapper.has-player .comment-box .avatar-wrap,.videos-wrapper.has-player .is-comment .avatar-wrap{display:flex;position:relative;justify-content:center;align-items:center;border:1.4px solid #9ca3af;border-radius:50%;width:54px;min-width:54px;height:54px}.videos-wrapper.has-player .comment-box .avatar-wrap.is-smaller,.videos-wrapper.has-player .is-comment .avatar-wrap.is-smaller{border-width:1px;width:44px;min-width:44px;height:44px}.videos-wrapper.has-player .comment-box .avatar-wrap.is-smaller img,.videos-wrapper.has-player .is-comment .avatar-wrap.is-smaller img{width:32px;min-width:32px;height:32px}.videos-wrapper.has-player .comment-box .avatar-wrap.is-smaller .badge,.videos-wrapper.has-player .is-comment .avatar-wrap.is-smaller .badge{right:-3px;width:18px;height:18px}.videos-wrapper.has-player .comment-box .avatar-wrap.is-smaller .badge svg,.videos-wrapper.has-player .is-comment .avatar-wrap.is-smaller .badge svg{stroke-width:4px;width:8px;height:8px}.videos-wrapper.has-player .comment-box .avatar-wrap img,.videos-wrapper.has-player .is-comment .avatar-wrap img{display:block;border-radius:50%;width:40px;min-width:40px;height:40px}.videos-wrapper.has-player .comment-box .avatar-wrap .badge,.videos-wrapper.has-player .is-comment .avatar-wrap .badge{display:flex;position:absolute;top:-2px;right:-5px;justify-content:center;align-items:center;border:2px solid #fcfcfc;border-radius:50%;background:#1ce589;width:22px;height:22px}.videos-wrapper.has-player .comment-box .avatar-wrap .badge svg,.videos-wrapper.has-player .is-comment .avatar-wrap .badge svg{stroke:#fcfcfc;stroke-width:4px;width:10px;height:10px}.videos-wrapper.has-player .comment-box .control,.videos-wrapper.has-player .is-comment .control{position:relative}.videos-wrapper.has-player .comment-box .control .textarea,.videos-wrapper.has-player .is-comment .control .textarea{transition:all .3s;border-color:rgba(0,0,0,0);padding-bottom:58px}.videos-wrapper.has-player .comment-box .control .textarea:focus,.videos-wrapper.has-player .is-comment .control .textarea:focus{box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06)}.videos-wrapper.has-player .comment-box .control .button,.videos-wrapper.has-player .is-comment .control .button{position:absolute;right:10px;bottom:10px}.videos-wrapper.has-player .comment-box .control .button:hover,.videos-wrapper.has-player .is-comment .control .button:hover{box-shadow:0 14px 26px -12px rgba(208,129,165,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(208,129,165,.2) !important;border-color:#d081a5;border-radius:100px;background:#d081a5;color:#fcfcfc}.videos-wrapper.has-player .is-comment{margin:0 !important;padding:16px 0}.videos-wrapper.has-player .is-comment .comment-meta h4 a{transition:color .3s;color:#393a4f}.videos-wrapper.has-player .is-comment .comment-meta h4 a:hover{color:#d081a5}.videos-wrapper.has-player .is-comment .comment-meta h4 small{color:#737373;font-size:.85rem}.videos-wrapper.has-player .is-comment .comment-meta p{max-width:640px;color:#6a6c93;font-size:.95rem}.videos-wrapper.has-player .is-comment .comment-meta p .mention{color:#d081a5;font-weight:500}.videos-wrapper.has-player .is-comment .comment-stats-wrap{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:640px}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-stats{display:flex}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-stats .stat{display:flex;align-items:center;padding:0 4px}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-stats .stat.is-likes svg{position:relative;top:-2px}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-stats .stat.is-dislikes svg{position:relative;top:2px}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-stats .stat span{display:block;color:#737373;font-size:.9rem}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-stats .stat svg{stroke:#9ca3af;width:18px;min-width:20px;height:18px}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-actions{display:flex;align-items:center;width:96px;height:40px}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-actions .comment-action{display:flex;justify-content:center;align-items:center;transition:all .3s;margin:0 2px;border:1px solid #e8e8e8;border-radius:50%;width:30px;min-width:30px;height:30px}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-actions .comment-action:nth-child(2) svg{position:relative;top:2px}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-actions .comment-action.is-like:hover{border-color:#1ce589}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-actions .comment-action.is-like:hover svg{stroke:#1ce589}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-actions .comment-action.is-dislike:hover{border-color:#b23e55}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-actions .comment-action.is-dislike:hover svg{stroke:#b23e55}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-actions .comment-action.is-reply:hover{border-color:#393a4f}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-actions .comment-action.is-reply:hover svg{stroke:#393a4f}.videos-wrapper.has-player .is-comment .comment-stats-wrap .comment-actions .comment-action svg{transition:stroke .3s;stroke:#9ca3af;width:14px;height:14px}@media (min-width: 1301px){.videos-sidebar{width:280px}.videos-wrapper.is-home.is-full .home-wrapper{margin-left:0 !important;padding-top:1rem;width:100% !important}.videos-wrapper.is-home.is-full .home-wrapper .home-content{padding-right:0;padding-left:0}.videos-wrapper.is-home .home-wrapper{margin-left:280px;width:calc(100% - 280px)}.videos-wrapper.has-player.is-full .player-wrapper{margin-left:0 !important;padding-top:1rem;width:100% !important}.videos-wrapper.has-player.is-full .player-wrapper .meta-box{background:rgba(0,0,0,0) !important}.videos-wrapper.has-player .player-wrapper{margin-left:280px;width:calc(100% - 280px)}}@media (max-width: 1300px){.videos-sidebar{width:250px}.videos-wrapper.is-home.is-full .home-wrapper{margin-left:0 !important;padding-top:1rem;width:100% !important}.videos-wrapper.is-home.is-full .home-wrapper .home-content{padding-right:0;padding-left:0}.videos-wrapper.is-home .home-wrapper{margin-left:250px;width:calc(100% - 250px)}.videos-wrapper.has-player.is-full .player-wrapper{margin-left:0 !important;padding-top:1rem;width:100% !important}.videos-wrapper.has-player.is-full .player-wrapper .meta-box{background:rgba(0,0,0,0) !important}.videos-wrapper.has-player .player-wrapper{margin-left:250px;width:calc(100% - 250px)}}@media (max-width: 767px){.videos-sidebar .videos-sidebar-inner .user-block .close-videos-sidebar{display:flex !important}.videos-wrapper.is-home .home-wrapper{margin:0 !important;width:100% !important}.videos-wrapper.is-home .home-wrapper .mobile-sidebar-trigger{display:flex}.videos-wrapper.is-home .home-wrapper .mobile-sidebar-trigger.is-home-v2{left:20px}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner{padding:0}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block{width:90%}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block h2{font-size:1.4rem}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .video-meta span.rating{display:none}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .description,.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .caption-actions{display:none}.videos-wrapper.is-home .home-content{padding:30px}.videos-wrapper.is-home .home-content .collections-header.is-home-v2{padding-left:38px}.videos-wrapper.is-home .home-content .collections-wrap .collection .video-collection .episode{width:calc(100% - 20px)}.videos-wrapper.has-player .player-wrapper{margin:0 !important;width:100% !important}.videos-wrapper.has-player .player-wrapper .video-side .meta-box{margin:0}.videos-wrapper.has-player .player-wrapper .video-side .meta-box.video-description p{font-size:.85rem}.videos-wrapper.has-player .player-wrapper .video-side .meta-box.video-meta .video-title{font-size:1rem}.videos-wrapper.has-player .player-wrapper .video-side .meta-box .video-subtitle{flex-direction:column}.videos-wrapper.has-player .player-wrapper .video-side .meta-box .video-subtitle .quick-actions{margin-left:-10px}.videos-wrapper.has-player .player-wrapper .video-side .meta-box .video-subtitle .quick-actions .quick-action.is-mobile{display:flex}.videos-wrapper.has-player .player-wrapper .video-side .meta-box .video-owner .button{display:none}.videos-wrapper.has-player .player-wrapper .video-side .comments-wrap{padding:20px}.videos-wrapper.has-player .player-wrapper .video-side .comments-wrap .is-comment .comment-meta h4 a{font-size:.85rem}.videos-wrapper.has-player .player-wrapper .video-side .comments-wrap .is-comment .comment-meta p{font-size:.85rem}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.videos-sidebar .videos-sidebar-inner .user-block .close-videos-sidebar{display:flex !important}.videos-wrapper.is-home .home-wrapper{margin:0 !important;width:100% !important}.videos-wrapper.is-home .home-wrapper .mobile-sidebar-trigger{display:flex}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block{width:65%}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block h2{font-size:1.3rem}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .description{font-size:.75rem}.videos-wrapper.is-home .home-content .collections-header.is-home-v2{padding-left:52px}.videos-wrapper.is-home .home-content .collections-wrap .collection .video-collection .episode{width:calc(33% - 20px)}.videos-wrapper.is-home .home-content .collections-wrap .collection .video-collection .episode:nth-last-child(4){display:none}.videos-wrapper.has-player .player-wrapper{margin:0;width:100%}.videos-wrapper.has-player .player-wrapper .video-side .meta-box .video-subtitle .quick-actions .quick-action.is-mobile{display:flex}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block{width:60%}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block h2{font-size:1.8rem}.videos-wrapper.is-home .home-wrapper .video-header .cover-caption .caption-inner .video-caption .caption-block .description{font-size:.75rem}.videos-wrapper.is-home .home-content .collections-wrap .collection .video-collection .episode{width:calc(33% - 20px)}.videos-wrapper.is-home .home-content .collections-wrap .collection .video-collection .episode:nth-last-child(4){display:none}.videos-wrapper.has-player .player-wrapper .video-side .meta-box .video-subtitle .quick-actions .quick-action.is-mobile{display:flex}}/*! _feed.scss | Friendkit | © Css Ninja. 2020-2021 */.card.is-post.is-nested{position:relative;margin-top:20px !important;border-bottom-color:rgba(0,0,0,0);border-radius:.85rem .85rem 0 0}.card.is-post.is-simple .post-actions{flex-direction:row-reverse !important}.card.is-post.is-simple .card-footer{padding-top:10px}.card.is-post.has-nested .content-wrap .card-footer{margin-top:16px}.card.is-post .card-heading,.card.is-post .card-body{padding:16px 16px 0 16px}.card.is-post .card-heading{display:flex;justify-content:space-between;align-items:center}.card.is-post .card-heading .post-pinned-indicator{display:flex;align-items:center;color:#d081a5}.card.is-post .card-heading .post-pinned-indicator svg{stroke-width:2.5;width:20px;height:20px}.card.is-post .card-footer{margin:0;border:none;padding:16px}.card.is-post .user-block{display:flex;justify-content:flex-start;align-items:center}.card.is-post .user-block img{border-radius:50%;width:42px;height:42px}.card.is-post .user-block a,.card.is-post .user-block .time{display:block}.card.is-post .user-block a{transition:color .3s;color:#393a4f;font-weight:500;font-size:.9rem}.card.is-post .user-block a:hover{color:#4a4b67}.card.is-post .user-block .time{color:#737373;font-size:.8rem}.card.is-post .user-block .user-info{padding:0 10px;color:#393a4f}.card.is-post .user-block .user-info a{line-height:1.1}.card.is-post .user-block .user-info a span{color:#d081a5;font-weight:500}.card.is-post .content-wrap .post-title{padding:1rem 2rem 2rem;font-family:var(--font-antique),var(--font-system-ui);text-align:center}.card.is-post .content-wrap .post-title h2{margin-bottom:1rem;background:linear-gradient(135deg, #b23e55 0%, #e7a457 50%, #d081a5 100%);font-weight:700;font-size:2rem;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.card.is-post .content-wrap .post-title h2 a{background:linear-gradient(135deg, #b23e55 0%, #e7a457 50%, #d081a5 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.card.is-post .content-wrap .post-title p{margin:0 auto;max-width:800px;color:#666;font-weight:300;font-size:1.2rem;line-height:1.8;font-family:var(--font-antique),var(--font-system-ui)}.card.is-post .content-wrap .post-text{margin-bottom:0;padding:0 12px 12px 12px;color:#555;font-size:1rem}.card.is-post .content-wrap .post-text h2{color:#333;font-weight:700;font-size:1.2rem}.card.is-post .content-wrap .post-text h3{margin-bottom:2rem;color:#333;font-weight:600;font-size:1.1rem}.card.is-post .content-wrap .post-text blockquote{margin:3rem 0;border-left:4px solid #b23e55;background:unset;padding-bottom:.1px;padding-left:2rem;font-style:italic;line-height:1.8;font-family:var(--font-antique),var(--font-system-ui)}.card.is-post .content-wrap .post-text p{margin-bottom:1.5rem;line-height:2}.card.is-post .content-wrap .post-tags{display:flex;align-items:center;padding:0 12px 12px 12px}.card.is-post .content-wrap .post-tags .tags .tag{cursor:pointer}.card.is-post .content-wrap .card-footer{display:flex;justify-content:flex-start;align-items:center}.card.is-post .content-wrap .card-footer .likers-group{display:flex;justify-content:flex-start;align-items:center}.card.is-post .content-wrap .card-footer .likers-group img{border:3px solid #fff;border-radius:50%;width:38px;height:38px}.card.is-post .content-wrap .card-footer .likers-group img:not(:first-child){margin-left:-12px}.card.is-post .content-wrap .card-footer .likers-group .no-like{display:flex;justify-content:center;align-items:center;width:38px;height:38px}.card.is-post .content-wrap .card-footer .likers-group .no-like svg{width:24px;height:24px}.card.is-post .content-wrap .card-footer .likers-text{margin-left:10px;line-height:1.4}.card.is-post .content-wrap .card-footer .likers-text p{color:#888da8;font-size:.8rem}.card.is-post .content-wrap .card-footer .likers-text p a{color:#393a4f;font-weight:500}.card.is-post .content-wrap .card-footer .likers-text p a:hover{color:#d081a5}.card.is-post .content-wrap .card-footer .social-count{display:flex;align-items:stretch;margin-left:auto}.card.is-post .content-wrap .card-footer .social-count .shares-count,.card.is-post .content-wrap .card-footer .social-count .comments-count,.card.is-post .content-wrap .card-footer .social-count .likes-count{display:flex;justify-content:flex-start;align-items:center;margin:0 3px}.card.is-post .content-wrap .card-footer .social-count .shares-count span,.card.is-post .content-wrap .card-footer .social-count .comments-count span,.card.is-post .content-wrap .card-footer .social-count .likes-count span{display:block;margin:0 5px;color:#888da8;font-size:.9rem}.card.is-post .content-wrap .card-footer .social-count .shares-count svg,.card.is-post .content-wrap .card-footer .social-count .comments-count svg,.card.is-post .content-wrap .card-footer .social-count .likes-count svg{stroke:#888da8;width:18px;height:18px}.card.is-post .comments-wrap .comments-heading{display:flex;justify-content:space-between;align-items:center;padding:16px}.card.is-post .comments-wrap .comments-heading h4{color:#757a91;font-weight:500;font-size:1rem}.card.is-post .comments-wrap .comments-heading .close-comments{display:flex;justify-content:center;align-items:center;transition:background .3s;cursor:pointer;border-radius:50%;background:rgba(0,0,0,0);width:30px;height:30px}.card.is-post .comments-wrap .comments-heading .close-comments:hover{background:#b8bdc6}.card.is-post .comments-wrap .comments-heading .close-comments svg{stroke:#757a91;width:18px;height:18px}.card.is-post .comments-wrap .comments-body{padding:16px;max-height:450px;overflow-y:auto}.card.is-post .comments-wrap .comments-body .comments-placeholder{text-align:center}.card.is-post .comments-wrap .comments-body .comments-placeholder img{display:block;opacity:.7;margin:0 auto;max-width:80px}.card.is-post .comments-wrap .comments-body .comments-placeholder h3{margin-top:10px;color:#393a4f;font-weight:500;font-size:1.1rem}.card.is-post .comments-wrap .comments-body .comments-placeholder p{color:#737373;font-size:.9rem}.card.is-post .comments-wrap .comments-body .is-comment{align-items:stretch}.card.is-post .comments-wrap .comments-body .is-comment .media-left img{border-radius:50%;width:36px;min-width:36px;height:36px}.card.is-post .comments-wrap .comments-body .is-comment .media-content a{display:block;color:#393a4f;font-weight:500 !important;font-size:.85rem;line-height:1.2}.card.is-post .comments-wrap .comments-body .is-comment .media-content a:hover{color:#b23e55}.card.is-post .comments-wrap .comments-body .is-comment .media-content .time{display:block;margin-bottom:10px;color:#888da8;font-size:.7rem}.card.is-post .comments-wrap .comments-body .is-comment .media-content p{color:#757a91;font-size:.9rem !important}.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls{display:flex;justify-content:flex-start;align-items:center;padding:8px 0}.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls .like-count{display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls .like-count span{display:block;margin:0 5px;color:#888da8;font-size:.8rem}.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls .like-count svg{position:relative;top:-1px;stroke:#888da8;width:12px;height:12px}.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls .like-count:hover span{color:#b23e55}.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls .like-count:hover svg{stroke:#b23e55}.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls .reply,.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls .edit{margin:0 5px}.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls .reply a,.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls .edit a{color:#888da8;font-size:.75rem}.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls .reply a:hover,.card.is-post .comments-wrap .comments-body .is-comment .media-content .controls .edit a:hover{color:#b23e55}.card.is-post .comments-wrap .comments-body .is-comment .media-right svg{stroke:#757a91;width:18px;height:18px}.card.is-post .comments-wrap .comments-body .is-comment .media-right .dropdown .button{border-color:rgba(0,0,0,0) !important;padding:4px !important}.card.is-post .comments-wrap .comments-body .is-comment .media-right .dropdown .media{border:none !important;padding-top:0 !important}.card.is-post .comments-wrap .comments-body .is-comment .is-comment .media-left{position:relative}.card.is-post .comments-wrap .comments-body .is-comment .is-comment .media-left:after{position:absolute;top:52px;right:0;left:0;margin:0 auto;background:#e8e8e8;width:1.4px;height:calc(100% - 46px);content:""}.card.is-post .comments-wrap .comments-body .is-comment .is-comment .media-left:before{position:absolute;top:calc(50% + 20px);right:0;left:0;z-index:1;margin:0 auto;box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06) !important;border:1px solid #e8e8e8;border-radius:50%;background:#fff;width:13px;height:13px;content:""}.card.is-post .comments-wrap .comments-body .load-more .load-more-button{transition:background-color .3s;cursor:pointer;border:none;border-radius:500px;background:#b8bdc6;padding:5px 16px;width:80px}.card.is-post .comments-wrap .comments-body .load-more .load-more-button:active,.card.is-post .comments-wrap .comments-body .load-more .load-more-button:focus{outline:none}.card.is-post .comments-wrap .comments-body .load-more .load-more-button:hover{background:#c3c8cf}.card.is-post .comments-wrap .comments-body .load-more .load-more-button svg{stroke:#888da8;width:22px;height:22px}.card.is-post .comments-wrap .card-footer{margin:0 !important;padding:16px}.card.is-post .comments-wrap .card-footer .post-comment{width:100%}.card.is-post .comments-wrap .card-footer .post-comment .media-left img{border-radius:50%}.card.is-post .comments-wrap .card-footer .post-comment .media-content .field{margin-bottom:0}.card.is-post .comments-wrap .card-footer .post-comment .media-content .textarea{border-bottom:none;border-color:#e0e0e0;border-radius:.65rem .65rem 0 0;resize:none}.card.is-post .comments-wrap .card-footer .post-comment .actions{display:flex;justify-content:space-between;align-items:center;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8;border-radius:0 0 .65rem .65rem;padding:8px}.card.is-post .comments-wrap .card-footer .post-comment .actions .toolbar{display:flex;justify-content:flex-end;align-items:center}.card.is-post .comments-wrap .card-footer .post-comment .actions .action{cursor:pointer;margin-right:15px;width:18px;height:18px}.card.is-post .comments-wrap .card-footer .post-comment .actions .action svg{transition:all .3s;stroke:#888da8;width:18px;height:18px}.card.is-post .comments-wrap .card-footer .post-comment .actions .action:hover svg{stroke:#b23e55}.card.is-post .comments-wrap .card-footer .post-comment .actions .action.is-auto{margin-left:auto}.card.is-post .comments-wrap .card-footer .post-comment .actions .action.is-upload{position:relative}.card.is-post .comments-wrap .card-footer .post-comment .actions .action.is-upload input{position:absolute;top:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.card.is-post .comments-wrap .card-footer .post-comment .emojionearea-scroll-area::-webkit-scrollbar{width:4px}.card.is-post .comments-wrap .card-footer .post-comment .emojionearea-scroll-area::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.2)}.profile-info-section{margin-top:0 !important;margin-bottom:2rem}.profile-info-section .profile-info-container{display:flex;justify-content:center;align-items:center;gap:2rem;padding:2rem 1rem 1rem}.profile-info-section .profile-info-container .profile-left{display:flex;flex-shrink:0;flex-direction:column;align-items:center;gap:1rem}.profile-info-section .profile-info-container .profile-right{min-width:0}.profile-info-section .profile-info-container .profile-right .content-intro .intro-heading{margin:0 0 1.5rem;color:#2c2c2c;font-weight:400;font-size:clamp(1.25rem,3vw,1.5rem);line-height:1.8;letter-spacing:.02em}.profile-info-section .profile-info-container .profile-right .content-intro .intro-heading .intro-name{display:inline-block;background:linear-gradient(135deg, #e7a457 0%, #d081a5 100%);font-weight:700;font-size:clamp(1.5rem,4vw,2rem);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.profile-info-section .profile-info-container .profile-right .content-intro .intro-heading .intro-idol{display:inline-block;position:relative;background:linear-gradient(135deg, #d081a5 0%, #e7a457 100%);font-weight:700;font-size:1.1em;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);letter-spacing:.05em;text-decoration:underline;text-decoration-style:wavy;text-decoration-color:#d081a5;text-decoration-thickness:2.5px;text-underline-offset:4px}.profile-info-section .profile-info-container .profile-right .content-intro .intro-heading .intro-idol::after{position:absolute;bottom:-2px;left:0;opacity:0;transition:opacity .3s ease;background:linear-gradient(90deg, #d081a5 0%, #e7a457 100%);width:100%;height:2.5px;pointer-events:none;content:""}.profile-info-section .profile-info-container .profile-right .content-intro .intro-heading .intro-comma,.profile-info-section .profile-info-container .profile-right .content-intro .intro-heading .intro-text{opacity:.85}.profile-info-section .profile-info-container .profile-right .content-intro .intro-heading .intro-highlight{opacity:.95;font-weight:600}.profile-info-section .profile-info-container .profile-right .content-intro .intro-body{color:#2c2c2c;font-size:clamp(1rem,2.5vw,1.15rem);line-height:2}.profile-info-section .profile-info-container .profile-right .content-intro .intro-body p{opacity:.85;margin-bottom:1.5em}.profile-info-section .profile-info-container .profile-right .content-intro .intro-body p:last-child{margin-bottom:0}.profile-info-section .profile-info-container .profile-right .content-intro .intro-body p a{transition:all .2s;font-weight:600;text-decoration:underline;text-decoration-color:#e7a457;text-decoration-thickness:2px;text-underline-offset:3px}.profile-info-section .profile-info-container .profile-right .content-intro .intro-body p a:hover{text-decoration-color:#d081a5}.profile-info-section .profile-info-container .profile-right .content-intro .intro-body .intro-specialties{opacity:.9;font-weight:500}.profile-info-section .profile-info-container .profile-right .content-intro .intro-body .intro-specialties .platform-link{display:inline-block;transition:all .3s ease;text-decoration:none}.profile-info-section .profile-info-container .profile-right .content-intro .intro-body .intro-specialties .platform-link:hover{transform:translateY(-2px);text-decoration:underline;text-decoration-thickness:2.5px}.profile-info-section .profile-info-container .profile-right .content-intro .intro-body .intro-specialties .platform-link.youtube:hover{color:red;text-decoration-color:red}.profile-info-section .profile-info-container .profile-right .content-intro .intro-body .intro-specialties .platform-link.twitch:hover{color:#9146ff;text-decoration-color:#9146ff}@media (max-width: 768px){.profile-info-section .profile-info-container{flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem 1rem}.profile-info-section .profile-info-container .profile-left{align-items:center}.profile-info-section .profile-info-container .profile-subheader{padding-left:0}.profile-info-section .profile-info-container .profile-subheader .subheader-middle{text-align:center}.profile-info-section .profile-info-container .profile-right{width:100%}.profile-info-section .profile-info-container .profile-right .content-intro{text-align:center}}.post-link-preview{transition:box-shadow .3s ease,transform .2s ease;margin:10px 0;border:1px solid #e8e8e8;border-radius:.65rem;background:#fff;overflow:hidden}.post-link-preview:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.08)}.post-link-preview:hover .link-image img{transform:scale(1.05)}.post-link-preview:hover .link-info h4{background:linear-gradient(135deg, #d081a5 0%, #e7a457 50%, #b23e55 100%);-webkit-background-clip:text;background-clip:text}.post-link-preview a{display:block;color:inherit;text-decoration:none}.post-link-preview .link-image{position:relative;background:#f5f6f7;aspect-ratio:16/9;overflow:hidden}.post-link-preview .link-image picture{display:block;width:100%;height:100%}.post-link-preview .link-image img{display:block;transition:transform .4s ease;width:100%;height:100%;object-fit:cover}.post-link-preview .link-image::after{display:flex;position:absolute;top:12px;right:12px;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;border-radius:50%;background:rgba(255,255,255,.95);width:32px;height:32px;content:"↗";color:#b23e55;font-weight:600;font-size:16px}.post-link-preview:hover .link-image::after{opacity:1}.post-link-preview .link-info{padding:16px 20px}.post-link-preview .link-info h4{display:-webkit-box;margin:0 0 8px;background:linear-gradient(135deg, #b23e55 0%, #e7a457 50%, #d081a5 100%);overflow:hidden;font-weight:600;font-size:1.1rem;line-height:1.4;font-family:var(--font-antique),var(--font-system-ui);-webkit-background-clip:text;transition:all .3s ease;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-line-clamp:2;-webkit-box-orient:vertical}.post-link-preview .link-info p{display:-webkit-box;margin:0 0 12px;overflow:hidden;color:#737373;font-size:.9rem;line-height:1.6;-webkit-line-clamp:2;-webkit-box-orient:vertical}.post-link-preview .link-info .link-domain{display:inline-flex;align-items:center;gap:6px;color:#757a91;font-weight:500;font-size:.75rem;letter-spacing:.03em;text-transform:uppercase}.post-link-preview .link-info .link-domain svg{stroke:#888da8;stroke-width:2;width:14px;height:14px}@media (max-width: 767px){.post-link-preview .link-info{padding:14px 16px}.post-link-preview .link-info h4{font-size:1rem}.post-link-preview .link-info p{font-size:.85rem;-webkit-line-clamp:3}.card.is-post .likers-text{display:none}.card.is-post .post-link{flex-direction:column}.card.is-post .post-link .link-image{margin:0 auto;width:100%;height:100%;max-height:180px}.card.is-post .post-link .link-image>img{width:100% !important;height:100% !important;max-height:180px;object-fit:cover}.card.is-post .post-link .link-content{margin-left:0 !important;padding:16px 6px}}/*! _tags.scss | SudaYoruka Website */.tags-page-header{margin-bottom:2rem;border:1px solid #e8e8e8;border-radius:.85rem;background:#fff;padding:2rem;text-align:center}.tags-page-header .tags-header-content{max-width:600px;margin:0 auto}.tags-page-header .tags-title{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;background:linear-gradient(135deg, #b23e55 0%, #e7a457 50%, #d081a5 100%);font-weight:700;font-size:1.75rem;font-family:var(--font-antique),var(--font-system-ui);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.tags-page-header .tags-title svg{stroke:#b23e55;stroke-width:2.5;width:28px;height:28px;flex-shrink:0}.tags-page-header .tags-title span{background:linear-gradient(135deg, #b23e55 0%, #e7a457 50%, #d081a5 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.tags-page-header .tags-description{margin:0;color:#737373;font-size:1rem;line-height:1.6}.tags-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:1rem;margin-bottom:2rem}.tag-card-large{display:flex;align-items:center;gap:1rem;transition:all .3s ease;border:1px solid #e8e8e8;border-radius:.85rem;background:#fff;padding:1.25rem;text-decoration:none}.tag-card-large:hover{transform:translateY(-3px);box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06);border-color:#d081a5}.tag-card-large:hover .tag-card-icon{background:rgba(208,129,165,.15)}.tag-card-large:hover .tag-card-icon svg{stroke:#d081a5}.tag-card-large:hover .tag-card-content .tag-name{color:#d081a5}.tag-card-large:hover .tag-card-arrow{opacity:1;transform:translateX(0)}.tag-card-large:hover .tag-card-arrow svg{stroke:#d081a5}.tag-card-large .tag-card-icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;transition:all .3s ease;border-radius:.65rem;background:rgba(208,129,165,.08);width:48px;height:48px}.tag-card-large .tag-card-icon svg{transition:stroke .3s ease;stroke:#393a4f;stroke-width:1.8;width:24px;height:24px}.tag-card-large .tag-card-content{display:flex;flex-direction:column;flex-grow:1;gap:.25rem;min-width:0}.tag-card-large .tag-card-content .tag-name{transition:color .3s ease;overflow:hidden;color:#393a4f;font-weight:600;font-size:1rem;font-family:var(--font-antique),var(--font-system-ui);white-space:nowrap;text-overflow:ellipsis}.tag-card-large .tag-card-content .tag-count{color:#737373;font-size:.85rem}.tag-card-large .tag-card-arrow{display:flex;justify-content:center;align-items:center;flex-shrink:0;transform:translateX(-5px);opacity:0;transition:all .3s ease}.tag-card-large .tag-card-arrow svg{stroke:#737373;stroke-width:2;width:20px;height:20px}@media (max-width: 767px){.tags-page-header{padding:1.5rem}.tags-page-header .tags-title{font-size:1.5rem}.tags-page-header .tags-title svg{width:24px;height:24px}.tags-page-header .tags-description{font-size:.9rem}.tags-grid{grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));gap:.75rem}.tag-card-large{padding:1rem;gap:.75rem}.tag-card-large .tag-card-icon{width:40px;height:40px}.tag-card-large .tag-card-icon svg{width:20px;height:20px}.tag-card-large .tag-card-content .tag-name{font-size:.9rem}.tag-card-large .tag-card-content .tag-count{font-size:.8rem}.tag-card-large .tag-card-arrow{display:none}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.tags-grid{grid-template-columns:repeat(auto-fill, minmax(180px, 1fr))}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.tags-grid{grid-template-columns:repeat(auto-fill, minmax(200px, 1fr))}}/*! _app-stories.scss | Friendkit | © Css Ninja. 2020-2021 */.stories-wrapper .stories-sidebar{position:fixed;top:57px;left:0;transform:translateX(-100%);z-index:10;transition:all .3s;border-right:1px solid #e8e8e8;background:#fafafa;height:calc(100% - 56px)}.stories-wrapper .stories-sidebar.is-active{transform:translateX(0)}.stories-wrapper .stories-sidebar .stories-sidebar-inner{position:relative;width:100%;height:100%}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block{position:relative;margin:20px 20px 0 20px;border-bottom:1px solid #dedede;height:200px;text-align:center}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .close-stories-sidebar{display:none;position:absolute;top:-12px;right:-10px;justify-content:center;align-items:center;transition:all .3s;border-radius:50%;width:32px;height:32px}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .close-stories-sidebar:hover{background:#fff}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .close-stories-sidebar:hover svg{stroke:#393a4f}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .close-stories-sidebar svg{transition:stroke .3s;width:20px;height:20px;color:#737373}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .avatar-wrap{display:flex;position:relative;justify-content:center;align-items:center;margin:0 auto 6px auto;border:1.4px solid #a7adb8;border-radius:50%;width:74px;min-width:74px;height:74px}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .avatar-wrap img{display:block;border-radius:50%;width:58px;min-width:58px;height:58px}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .avatar-wrap .badge{display:flex;position:absolute;right:-3px;bottom:2px;justify-content:center;align-items:center;border:2px solid #fcfcfc;border-radius:50%;background:#1ce589;width:24px;height:24px}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .avatar-wrap .badge svg{stroke:#fcfcfc;stroke-width:4px;width:10px;height:10px}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block h4{color:#393a4f;font-weight:700;font-size:.9rem}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block p{color:#737373;font-size:.8rem}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .user-stats{display:flex;justify-content:space-around;align-items:center;padding:20px 0}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .user-stats .stat-block{text-align:center}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .user-stats .stat-block span{display:block}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .user-stats .stat-block span:first-child{color:#393a4f;font-weight:600;font-size:.65rem;text-transform:uppercase}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-block .user-stats .stat-block span:last-child{color:#737373;font-size:.8rem}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-menu{position:absolute;top:200px;left:0;width:100%;height:calc(100% - 230px)}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-menu .user-menu-inner{position:relative;width:100%;height:100%;max-height:100%;overflow-y:auto}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-menu .user-menu-inner .separator{margin:0 30px;border-bottom:1px solid #dedede}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-menu .user-menu-inner .menu-block{padding:20px 0}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-menu .user-menu-inner .menu-block ul li{display:flex;align-items:center;border-left:4px solid rgba(0,0,0,0);padding:14px 40px}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-menu .user-menu-inner .menu-block ul li.is-active{border-color:#d081a5}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-menu .user-menu-inner .menu-block ul li a{display:flex;align-items:center}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-menu .user-menu-inner .menu-block ul li a span{display:block;color:#393a4f;font-weight:600;font-size:.8rem}.stories-wrapper .stories-sidebar .stories-sidebar-inner .user-menu .user-menu-inner .menu-block ul li a svg{stroke:#9ca3af;margin-right:20px;width:18px;height:18px}.stories-wrapper{padding-right:0;padding-left:0}.stories-wrapper.is-full .inner-wrapper .stories-content{padding:30px 0}.stories-wrapper .inner-wrapper{position:relative;top:-2px}.stories-wrapper .inner-wrapper .mobile-sidebar-trigger{display:none;position:absolute;top:30px;left:30px;justify-content:center;align-items:center;z-index:9;transition:all .3s;border-radius:50%;width:32px;height:32px}.stories-wrapper .inner-wrapper .mobile-sidebar-trigger.is-home-v2{position:absolute;top:30px;left:34px;z-index:5}.stories-wrapper .inner-wrapper .mobile-sidebar-trigger.is-home-v2 svg{stroke:#737373}.stories-wrapper .inner-wrapper .mobile-sidebar-trigger:hover svg{stroke:#fff}.stories-wrapper .inner-wrapper .mobile-sidebar-trigger svg{transition:stroke .3s;width:20px;height:20px;color:#fcfcfc}.stories-wrapper .inner-wrapper .stories-content{padding:30px 40px}.stories-wrapper .inner-wrapper .stories-content .section-title{display:flex;justify-content:space-between;align-items:center}.stories-wrapper .inner-wrapper .stories-content .section-title h2{color:#393a4f;font-weight:700;font-size:1.3rem}.stories-wrapper .inner-wrapper .stories-content .section-title .view-all{transition:all .3s;border:1px solid rgba(0,0,0,0);border-radius:100px;background:#f0f0f0;padding:4px 12px;color:#737373;font-size:.8rem}.stories-wrapper .inner-wrapper .stories-content .section-title .view-all:hover{box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06);border-color:#cc769d;background:#fff;color:#d081a5}.stories-wrapper .inner-wrapper .stories-content .section-title .dropdown:hover .button{box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06);border-color:#e0e0e0}.stories-wrapper .inner-wrapper .stories-content .section-title .dropdown .button{border-color:rgba(0,0,0,0)}.stories-wrapper .inner-wrapper .stories-content .section-title .dropdown .dropdown-menu{margin-top:6px}.stories-wrapper .inner-wrapper .stories-content .stories-container{padding:20px 0}.stories-wrapper .inner-wrapper .stories-content .stories-container .container-inner{display:flex}.stories-wrapper .inner-wrapper .stories-content .stories-container .container-inner .story{margin:8px;width:calc(10% - 16px)}.stories-wrapper .inner-wrapper .stories-content .stories-container .container-inner .story .story-avatar{display:flex;position:relative;justify-content:center;align-items:center;transition:all .3s;border:1.6px solid #9ca3af;border-radius:50%;background:#fff;width:70px;height:70px}.stories-wrapper .inner-wrapper .stories-content .stories-container .container-inner .story .story-avatar:hover{border-color:#b23e55}.stories-wrapper .inner-wrapper .stories-content .stories-container .container-inner .story .story-avatar .add-overlay{display:flex;position:absolute;top:50%;left:50%;justify-content:center;align-items:center;transform:translate(-50%, -50%);border-radius:50%;background:rgba(208,129,165,.6);width:58px;height:58px}.stories-wrapper .inner-wrapper .stories-content .stories-container .container-inner .story .story-avatar .add-overlay svg{stroke:#fff;stroke-width:3px;width:16px;height:16px}.stories-wrapper .inner-wrapper .stories-content .stories-container .container-inner .story .story-avatar img{display:block;border-radius:50%;width:58px;height:58px}.stories-wrapper .inner-wrapper .stories-content .stories-feed{padding:20px 0}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item{margin-bottom:.75rem}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item:last-child{margin-bottom:0}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item.is-medium .featured-image{min-height:250px}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item.is-large .featured-image{min-height:370px}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item .featured-image{display:block;border-radius:16px;min-height:190px;object-fit:cover}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item .item-meta{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item .item-meta .user-info{display:flex;align-items:center;color:#393a4f}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item .item-meta .user-info .small-avatar{display:flex;position:relative;justify-content:center;align-items:center;transition:all .3s;border:1px solid #9ca3af;border-radius:50%;width:32px;height:32px}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item .item-meta .user-info .small-avatar img{display:block;box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06);border-radius:50%;width:24px;height:24px}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item .item-meta .user-info span{display:block;margin-left:10px;color:#393a4f;font-weight:600;font-size:.75rem}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item .item-meta .item-stats{display:flex;justify-content:flex-end;align-items:center}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item .item-meta .item-stats .stat-item{display:flex;align-items:center;padding:0 4px}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item .item-meta .item-stats .stat-item svg{stroke:#393a4f;stroke-width:1.4px;width:16px;height:16px}.stories-wrapper .inner-wrapper .stories-content .stories-feed .story-feed-item .item-meta .item-stats .stat-item span{display:block;margin-left:4px;color:#393a4f;font-weight:600;font-size:.75rem}.story-post-sidebar{position:fixed;top:58px;right:0;background:#f2f2f2;width:360px;height:calc(100% - 58px)}.story-post-sidebar.is-full{position:static;background:none;width:100%;height:auto}.story-post-sidebar .header{display:flex;position:relative;align-items:center;padding:0 30px;height:80px}.story-post-sidebar .header h2{color:#393a4f;font-weight:700;font-size:1.1rem}.story-post-sidebar .related-posts{position:relative;padding:0 30px;width:100%;height:calc(100% - 80px)}.story-post-sidebar .related-posts .related-post{display:flex;margin-bottom:30px}.story-post-sidebar .related-posts .related-post:last-child{margin-bottom:0}.story-post-sidebar .related-posts .related-post img{display:block;box-shadow:-1px 3px 10px 0 rgba(0,0,0,.06);border-radius:12px;width:56px;min-width:56px;height:56px;object-fit:cover}.story-post-sidebar .related-posts .related-post .meta{margin-left:12px}.story-post-sidebar .related-posts .related-post .meta h3{margin-bottom:6px;color:#42435b;font-weight:600;font-size:.85rem;line-height:1.3}.story-post-sidebar .related-posts .related-post .meta .user-line{display:flex;align-items:center}.story-post-sidebar .related-posts .related-post .meta .user-line img{display:block;border-radius:50%;width:20px;min-width:20px;height:20px;object-fit:cover}.story-post-sidebar .related-posts .related-post .meta .user-line span{display:block;margin-left:6px;color:#737373;font-weight:600;font-size:.7rem}.story-post-wrapper{margin-right:360px;width:calc(100% - 360px)}.story-post-wrapper.is-full{margin-right:0;width:100%}.story-post-wrapper.is-full .story-post{padding-right:0;padding-left:0}.story-post-wrapper .story-post{margin:0 auto;padding:10px 40px 0 40px;width:100%;max-width:740px}.story-post-wrapper .story-post .post-title{padding:1rem 2rem 2rem;font-family:var(--font-antique),var(--font-system-ui);text-align:center}.story-post-wrapper .story-post .post-title h1{margin-bottom:1rem;background:linear-gradient(135deg, #b23e55 0%, #e7a457 50%, #d081a5 100%);font-weight:700;font-size:3rem;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.story-post-wrapper .story-post .post-title h1 a{background:linear-gradient(135deg, #b23e55 0%, #e7a457 50%, #d081a5 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.story-post-wrapper .story-post .post-title p{margin:0 auto;max-width:800px;color:#666;font-weight:300;font-size:1.5rem;line-height:1.8;font-family:var(--font-antique),var(--font-system-ui)}.story-post-wrapper .story-post .post-image-wrap .post-image{display:block;border-radius:24px}.story-post-wrapper .story-post .post-meta{display:flex;justify-content:space-between;align-items:center;padding:20px 10px}.story-post-wrapper .story-post .post-meta .post-author{display:flex;align-items:center}.story-post-wrapper .story-post .post-meta .post-author .story-avatar{display:flex;position:relative;justify-content:center;align-items:center;transition:all .3s;border:1.6px solid #9ca3af;border-radius:50%;background:#fff;width:46px;height:46px}.story-post-wrapper .story-post .post-meta .post-author .story-avatar:hover{border-color:#b23e55}.story-post-wrapper .story-post .post-meta .post-author .story-avatar img{display:block;border-radius:50%;width:36px;height:36px}.story-post-wrapper .story-post .post-meta .post-author .meta{margin-left:12px}.story-post-wrapper .story-post .post-meta .post-author .meta span,.story-post-wrapper .story-post .post-meta .post-author .meta time{display:block;line-height:1.3}.story-post-wrapper .story-post .post-meta .post-author .meta span:first-child,.story-post-wrapper .story-post .post-meta .post-author .meta time:first-child{color:#393a4f;font-weight:700;font-size:.9rem}.story-post-wrapper .story-post .post-meta .post-author .meta span:nth-child(2),.story-post-wrapper .story-post .post-meta .post-author .meta time:nth-child(2){color:#737373;font-size:.9rem}.story-post-wrapper .story-post .post-meta .post-stats{display:flex;justify-content:flex-end;align-items:center}.story-post-wrapper .story-post .post-meta .post-stats .stat-item{display:flex;align-items:center;padding:0 4px}.story-post-wrapper .story-post .post-meta .post-stats .stat-item svg{stroke:#393a4f;stroke-width:1.4px;width:20px;height:20px}.story-post-wrapper .story-post .post-meta .post-stats .stat-item span{display:block;margin-left:4px;color:#393a4f;font-weight:600;font-size:.85rem}.story-post-wrapper .story-post .post-text{margin-bottom:0;padding:0 12px 12px 12px;color:#555;font-size:1.2rem}.story-post-wrapper .story-post .post-text h2{color:#333;font-weight:700;font-size:2rem}.story-post-wrapper .story-post .post-text h3{margin-bottom:2rem;color:#333;font-weight:600;font-size:1.8rem}.story-post-wrapper .story-post .post-text blockquote{margin:3rem 0;border-left:4px solid #b23e55;padding-bottom:.1px;padding-left:2rem;font-style:italic;line-height:1.8;font-family:var(--font-antique),var(--font-system-ui)}.story-post-wrapper .story-post .post-text p{margin-bottom:1.5rem;line-height:2}.story-post-wrapper .story-post .post-tags{display:flex;align-items:center;padding:0 12px 12px 12px}.story-post-wrapper .story-post .post-tags .tags .tag{cursor:pointer}@media (min-width: 1301px){.stories-sidebar{width:280px}.stories-wrapper.is-full .inner-wrapper{margin-left:0 !important;width:100% !important}.stories-wrapper .inner-wrapper{margin-left:280px;width:calc(100% - 280px)}}@media (max-width: 1300px){.stories-sidebar{width:250px}.stories-wrapper{margin-left:250px;width:calc(100% - 250px)}.stories-wrapper.is-full{margin-left:0 !important;width:100% !important}.stories-wrapper.is-full .inner-wrapper{margin-left:0 !important;width:100% !important}}@media (max-width: 767px){.stories-sidebar .stories-sidebar-inner .user-block .close-stories-sidebar{display:flex !important}.stories-wrapper{margin:0 !important;width:100% !important}.stories-wrapper .inner-wrapper{margin:0 !important;width:100% !important}.stories-wrapper .inner-wrapper .mobile-sidebar-trigger{display:flex}.stories-wrapper .inner-wrapper .mobile-sidebar-trigger.is-home-v2{left:20px}.stories-wrapper .inner-wrapper .mobile-sidebar-trigger.is-story-post{top:24px;left:10px}.stories-wrapper .inner-wrapper .stories-content{padding:30px 20px}.stories-wrapper .inner-wrapper .stories-content .main-section-title h2{padding-left:38px !important}.stories-wrapper .inner-wrapper .stories-content .stories-container .container-inner{overflow-x:auto}.stories-wrapper .inner-wrapper .stories-content .stories-container .container-inner .story{margin-right:14px}.stories-wrapper .inner-wrapper .stories-content .stories-container .container-inner .story .story-avatar{border-color:rgba(0,0,0,0)}.story-post-sidebar{display:none}.story-post-wrapper{margin-right:0;width:100%}.story-post-wrapper .story-post{padding:10px 16px 16px 16px}.story-post-wrapper .story-post .post-title{padding-left:32px;font-size:1.4rem}.story-post-wrapper .story-post .post-title h2{padding-left:0;font-size:1.4rem}.story-post-wrapper .story-post .post-title .dropdown{display:none}.story-post-wrapper .story-post .post-image-wrap .post-image{min-height:230px}.story-post-wrapper .story-post .post-compose .compose-controls img{display:none}.story-post-wrapper .story-post .post-compose .compose-controls .compose-actions{padding-left:0}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.stories-sidebar .stories-sidebar-inner .user-block .close-stories-sidebar{display:flex !important}.stories-wrapper{margin:0 !important;width:100% !important}.stories-wrapper .inner-wrapper{margin:0 !important;width:100% !important}.stories-wrapper .inner-wrapper .mobile-sidebar-trigger{display:flex}.stories-wrapper .inner-wrapper .mobile-sidebar-trigger.is-home-v2{left:20px}.stories-wrapper .inner-wrapper .mobile-sidebar-trigger.is-story-post{top:25px;left:90px}.stories-wrapper .inner-wrapper .stories-content .main-section-title h2{padding-left:38px !important}.stories-wrapper .inner-wrapper .stories-content .stories-feed .columns{display:flex}.story-post-sidebar{display:none}.story-post-wrapper{margin-right:0;width:100%}.story-post-wrapper .story-post{max-width:610px}.story-post-wrapper .story-post .post-title{padding-left:32px}.story-post-wrapper .story-post .post-title h2{padding-left:0;font-size:1.4rem}.story-post-wrapper .story-post .post-title .dropdown{display:none}.story-post-wrapper .story-post .post-image-wrap .post-image{min-height:230px}.story-post-wrapper .story-post .post-compose .compose-controls img{display:none}.story-post-wrapper .story-post .post-compose .compose-controls .compose-actions{padding-left:0}}@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.stories-wrapper.is-full .inner-wrapper .stories-content{padding:30px 0 !important}.stories-wrapper .inner-wrapper .stories-content{padding:30px}.story-post-sidebar{width:280px}.story-post-sidebar .header{padding:0 20px}.story-post-sidebar .related-posts{padding:0 20px}.story-post-sidebar .related-posts .related-post img{width:40px;min-width:40px;height:40px}.story-post-wrapper{margin-right:280px;width:calc(100% - 280px)}.story-post-wrapper .story-post{padding-right:20px;padding-left:20px}.story-post-wrapper .story-post .post-title h2{font-size:1.4rem}}