.custom-pagination{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.custom-pagination .custom-pagination__nav,.custom-pagination .custom-pagination__number{border:0;border-radius:4px;background-color:transparent;outline:0;cursor:pointer;min-width:24px;height:24px;color:#556575;font-family:var(--hex_font_family);font-size:14px;font-weight:400;line-height:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s ease all;transition:.3s ease all}.custom-pagination .custom-pagination__nav:disabled,.custom-pagination .custom-pagination__number:disabled{cursor:default;opacity:.8}.custom-pagination .custom-pagination__number.custom-pagination__number--more{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5px;cursor:default}.custom-pagination .custom-pagination__number.custom-pagination__number--more span{width:3px;height:3px;display:block;border-radius:50%;background-color:#556575}.custom-pagination .custom-pagination__nav:hover:not(:disabled),.custom-pagination .custom-pagination__number:hover:not(.custom-pagination__number--more){color:#0449d1}.custom-pagination .custom-pagination__number.custom-pagination__number--active{background-color:#f7f7f7;color:#0449d1}.custom-pagination .custom-pagination__nav.custom-pagination__nav--prev img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.author_page *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.author_page .custom-slider{position:relative;overflow:hidden;width:100%}.author_page .custom-slider .custom-slider__slides{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.author_page .custom-slider .custom-slider__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.author_page .tag{padding:7px 15px;color:rgba(85,101,117,.8);font-family:var(--hex_font_family);font-size:14px;font-style:normal;font-weight:400;line-height:1.5;border-radius:4px;background:rgba(85,101,117,.05);display:inline-block;text-decoration:none;outline:0;cursor:pointer;-webkit-transition:.3s ease all;transition:.3s ease all}.author_page .tag:hover{color:#0449d1}.author_page .tag--black{background-color:#191919;color:#fff;border:1px solid #191919}.author_page .tag--black:hover{background-color:rgba(25,25,25,.8745098039);border:1px solid #191919}.author_page .tag--black:disabled:hover{background-color:#191919;cursor:default}.author_page h2{color:#191919;font-family:var(--hex_font_family);font-size:26px;font-style:normal;font-weight:600;line-height:1.1875;margin-bottom:30px}@media screen and (min-width:640px){.author_page h2{font-size:32px}}.author_page .article{width:100%}.author_page .article .article__image{padding-top:55%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;background-color:var(--hex-offwhite-bg);border-radius:8px;position:relative}.author_page .article .article__image::after{content:"";position:absolute;top:0;left:0;background-color:rgba(0,0,0,.16);width:100%;height:100%;opacity:0;-webkit-transition:all .3s cubic-bezier(.43,.27,.39,.88);transition:all .3s cubic-bezier(.43,.27,.39,.88);border-radius:8px;z-index:2}.author_page .article .article__image:hover::after{opacity:1}.author_page .article .article__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;border-radius:8px;top:0;left:0}.author_page .article .article__categories{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px 0}.author_page .article .article__category{color:#556575;text-decoration:none;font-size:16px;line-height:1.125;font-weight:600;font-family:var(--hex_font_family);font-style:normal;display:inline-block;padding-right:20px;margin-right:10px;position:relative}.author_page .article .article__category::after{content:"";position:absolute;top:50%;right:0;width:4px;height:4px;border-radius:50%;background-color:#556575;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.author_page .article .article__category:last-child{padding-right:0;margin-right:0}.author_page .article .article__category:last-child::after{display:none}.author_page .article .article__content .article__heading{margin-bottom:10px;display:block}.author_page .article .article__content{padding:20px 0 0}.author_page .article .article__content h3{font-family:var(--hex_font_family);font-weight:600;font-style:normal;font-size:22px;line-height:1.45;vertical-align:middle;color:#2f3f50;text-overflow:ellipsis;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;margin:0}.author_page .article .article__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;margin-bottom:10px}@media screen and (min-width:640px){.author_page .article .article__tags{gap:12px 24px}}.author_page .article .article__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 20px}.author_page .article .article__footer span{display:inline-block;position:relative}.author_page .article .article__footer span:first-child:after{content:"";width:4px;height:4px;right:-12px;top:0;bottom:0;margin:auto;display:inline-block;background-color:var(--hex_home_common_text_color);position:absolute;border-radius:50%;opacity:.7}.author_page .article .article__footer span p{font-family:var(--hex_font_family);font-weight:400;font-style:normal;font-size:14px;line-height:1.8;vertical-align:middle;color:#556575;margin:0}@media screen and (min-width:768px){.author_page .article.article--list-view{display:-webkit-box;display:-ms-flexbox;display:flex}.author_page .article.article--list-view .article__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:15px 0 15px}.author_page .article.article--list-view .article__header{margin-right:20px;width:100%;max-width:285px;display:inline-block}.author_page .article.article--list-view .article__header .article__image{margin-bottom:0;padding-top:57%}}.author_page .banner{padding:40px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#e8f2ee}.author_page .banner .banner__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.author_page .banner .banner__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.author_page .banner .banner__image{margin-bottom:25px}@media screen and (min-width:640px){.author_page .banner .banner__image{margin-right:0}}@media screen and (min-width:768px){.author_page .banner .banner__image{margin-right:60px;margin-bottom:0}}.author_page .banner .banner__image figure{border-radius:50%;overflow:hidden;width:148px;height:148px;margin:0;padding:0;position:relative}@media screen and (min-width:640px){.author_page .banner .banner__image figure{width:180px;height:180px}}.author_page .banner .banner__image figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.author_page .banner .banner__image figure .profile-image{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;-o-object-fit:cover;object-fit:cover}.author_page .banner .banner__image figure .profile-image p{text-align:center;-ms-flex-item-align:center;align-self:center;font-size:48px;color:#fff;margin:0 auto;letter-spacing:.04em;font-family:var(--hex_font_family)}@media screen and (min-width:640px){.author_page .banner .banner__image figure .profile-image p{font-size:78px}}.author_page .banner .banner__profile{text-align:center}@media screen and (min-width:768px){.author_page .banner .banner__profile{text-align:left}}.author_page .banner .banner__profile h1{color:#191919;font-family:var(--hex_font_family);font-size:24px;font-style:normal;font-weight:700;line-height:1.33;margin:0;padding:0;margin-bottom:5px}@media screen and (min-width:640px){.author_page .banner .banner__profile h1{margin-bottom:10px;font-size:38px}}.author_page .banner .banner__profile h1 .banner__profile-verified{width:22px;height:22px;-o-object-fit:contain;object-fit:contain;margin-left:6px;margin-top:-5px}.author_page .banner .banner__profile-role{color:#191919;font-family:var(--hex_font_family);font-size:16px;font-style:normal;font-weight:400;line-height:1.33;margin-bottom:20px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (min-width:640px){.author_page .banner .banner__profile-role{font-size:18px}}.author_page .banner .banner__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;margin-top:30px}@media screen and (min-width:768px){.author_page .banner .banner__tags{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.author_page .banner .banner__tags button{outline:0;border:0}.author_page .banner .banner__description{color:#556575;font-family:var(--hex_font_family);font-size:16px;font-style:normal;font-weight:400;line-height:1.5;margin:0}.author_page .articles{padding:40px 0 0}@media screen and (min-width:640px){.author_page .articles{padding:80px 0 0}}.author_page .articles .articles__body{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px 20px}.author_page .articles .article{width:100%}@media screen and (min-width:580px){.author_page .articles .articles__body{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.author_page .articles .article{width:calc((100% - 20px)/ 2)}}@media screen and (min-width:900px){.author_page .articles .article,.author_page .articles.articles--focus-first .article:first-child{width:calc((100% - 40px)/ 3)}}.author_page .articles__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.author_page .navigation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.author_page .navigation button{width:40px;height:40px;border-radius:50%;border:1px solid #020a19;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;outline:0;-webkit-transition:.3s ease all;transition:.3s ease all;background-color:transparent}.author_page .navigation button:disabled{background-color:transparent;border-color:#eaeaea;cursor:default}.author_page .navigation button svg .stroke-path{-webkit-transition:.3s ease all;transition:.3s ease all}.author_page .navigation button:disabled svg .stroke-path{stroke:#eaeaea}.author_page .navigation button:not(:disabled):hover svg{-webkit-transform:translateX(-3px);transform:translateX(-3px)}.author_page .navigation button svg{width:18px;height:18px;-o-object-fit:contain;object-fit:contain;-webkit-transition:.3s ease all;transition:.3s ease all}.author_page .navigation .navigation__next{-webkit-transform:rotate(180deg);transform:rotate(180deg);background-color:#020a19}.author_page .navigation .navigation__next svg .stroke-path{stroke:#fff}.author_page .navigation .navigation__prev svg .stroke-path{stroke:#020a19}.author_page .all-posts{padding:40px 0 0}@media screen and (min-width:640px){.author_page .all-posts{padding:80px 0 0}}@-webkit-keyframes sortMenuSlideInup{0%{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes sortMenuSlideInup{0%{opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.author_page .all-posts h2{margin-bottom:20px}@media screen and (min-width:640px){.author_page .all-posts h2{margin-bottom:30px}}.author_page .all-posts .all-posts__header{margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #eaeaea;gap:20px 10px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:640px){.author_page .all-posts .all-posts__header{margin-bottom:40px}}.author_page .all-posts .all-posts__header.all-posts__header--hide{display:none}.author_page .all-posts .all-posts__header .all-posts__header-right{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.author_page .all-posts .all-posts__header .search{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;width:100%;padding-bottom:7px;border-bottom:1px solid #eaeaea}@media screen and (min-width:480px){.author_page .all-posts .all-posts__header{-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-bottom:7px}.author_page .all-posts .all-posts__header .search{padding-bottom:0;border-bottom:none;width:auto}.author_page .all-posts .all-posts__header .all-posts__header-right{width:auto}}.author_page .all-posts .all-posts__header .search::before{content:"";position:absolute;top:calc(50% - 3.5px);left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:18px;height:18px;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url(../../../images/author-search.svg)}@media screen and (min-width:480px){.author_page .all-posts .all-posts__header .search::before{top:50%;left:15px}}.author_page .all-posts .all-posts__header .search input{width:100%;color:#191919;font-family:var(--hex_font_family);font-size:16px;font-style:normal;font-weight:400;line-height:1.5;padding:8px 16px 8px 26px;border:0}@media screen and (min-width:480px){.author_page .all-posts .all-posts__header .search input{padding:8px 16px 8px 41px}}.author_page .all-posts .all-posts__header .search input::-webkit-input-placeholder{color:#b7b7b7;opacity:1}.author_page .all-posts .all-posts__header .search input::-webkit-input-placeholder,.author_page .all-posts .all-posts__header .search input::placeholder{color:#b7b7b7;opacity:1}.author_page .all-posts .all-posts__header .search input::-moz-placeholder{color:#b7b7b7;opacity:1}.author_page .all-posts .all-posts__header .search input:-ms-input-placeholder{color:#b7b7b7;opacity:1}.author_page .all-posts .dropdown{position:relative}.author_page .all-posts .dropdown .dropdown__button{background-color:transparent;padding:7px 5px;border:0;outline:0;border:none;color:#556575;font-family:var(--hex_font_family);font-size:14px;font-style:normal;font-weight:400;line-height:1.3;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:2px;-webkit-transition:.3s ease all;transition:.3s ease all}.author_page .all-posts .dropdown .dropdown__button svg{width:18px;height:18px;-o-object-fit:contain;object-fit:contain}.author_page .all-posts .dropdown .dropdown__button svg path{-webkit-transition:.3s ease all;transition:.3s ease all}.author_page .all-posts .dropdown .dropdown__button.active,.author_page .all-posts .dropdown .dropdown__button:hover{color:#0449d1}.author_page .all-posts .dropdown .dropdown__button.active svg path,.author_page .all-posts .dropdown .dropdown__button:hover svg path{fill:#0449d1}.author_page .all-posts .dropdown .dropdown__list{position:absolute;visibility:hidden;opacity:0;-webkit-transform:translateY(5px);transform:translateY(5px);left:0;top:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 16px 24px 16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;border-radius:8px;background:#fff;-webkit-box-shadow:0 1px 12px 0 rgba(0,0,0,.12);box-shadow:0 1px 12px 0 rgba(0,0,0,.12);white-space:nowrap;z-index:4}.author_page .all-posts .dropdown .all-posts__sort-list.dropdown__list{left:-80px}@media screen and (min-width:340px){.author_page .all-posts .dropdown .all-posts__sort-list.dropdown__list{left:0}}@media screen and (min-width:480px){.author_page .all-posts .dropdown .all-posts__sort-list.dropdown__list,.author_page .all-posts .dropdown .dropdown__list{right:0;left:unset}}.author_page .all-posts .dropdown .dropdown__list.active{-webkit-animation:1.5s sortMenuSlideInup linear 1 forwards;animation:.3s sortMenuSlideInup linear 1 forwards;visibility:visible}.author_page .all-posts .all-posts__header input[type=checkbox],.author_page .all-posts .all-posts__header input[type=radio]{position:absolute;visibility:hidden;width:0;height:0;overflow:hidden}.author_page .all-posts .all-posts__header .check,.author_page .all-posts .all-posts__header .radio{display:-webkit-box;display:-ms-flexbox;display:flex;width:16px;height:16px;border-radius:4px;border:1px solid #e0e0e0;-webkit-transition:.3s ease all;transition:.3s ease all}.author_page .all-posts .all-posts__header .radio{border-radius:50%}.author_page .all-posts .all-posts__header label{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;color:#556575;font-family:var(--hex_font_family);font-size:14px;font-style:normal;font-weight:400;line-height:1.3;text-transform:capitalize}.author_page .all-posts .all-posts__header label:hover .check,.author_page .all-posts .all-posts__header label:hover .radio{border:1px solid #0449d1}.author_page .all-posts .all-posts__header input[type=checkbox]:checked~.check{border:1px solid #0449d1;background-color:#0449d1;position:relative}.author_page .all-posts .all-posts__header input[type=radio]:checked~.radio{border:5.5px solid #0449d1}.author_page .all-posts .all-posts__header input[type=checkbox]:checked~.check::after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:12px;height:12px;display:block;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTMgOSIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS44MDU3IDAuMjM0MzE1QzEyLjExODEgMC41NDY3MzQgMTIuMTE4MSAxLjA1MzI3IDExLjgwNTcgMS4zNjU2OUw1LjAxNzQ2IDguMTUzOTFDNS4wMDMyNCA4LjE2ODEzIDQuOTg4NjEgOC4xODE3MSA0Ljk3MzYyIDguMTk0NjNDNC45NDkxMSA4LjIyODQyIDQuOTIxNjIgOC4yNjA3MiA0Ljg5MTE3IDguMjkxMTdDNC41Nzg3NSA4LjYwMzU5IDQuMDcyMjIgOC42MDM1OSAzLjc1OTggOC4yOTExN0wwLjIzNDMxNSA0Ljc2NTY5Qy0wLjA3ODEwNDkgNC40NTMyNyAtMC4wNzgxMDQ5IDMuOTQ2NzMgMC4yMzQzMTUgMy42MzQzMUMwLjU0NjczNCAzLjMyMTkgMS4wNTMyNyAzLjMyMTkgMS4zNjU2OSAzLjYzNDMxTDQuMzIgNi41ODg2M0wxMC42NzQzIDAuMjM0MzE1QzEwLjk4NjcgLTAuMDc4MTA0OSAxMS40OTMzIC0wLjA3ODEwNDkgMTEuODA1NyAwLjIzNDMxNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==)}.author_page .all-posts .all-posts__header .all-posts__filters-list .all-posts__filters-clear{color:#020a19;font-family:var(--hex_font_family);font-size:12px;font-style:normal;font-weight:600;line-height:1.5;text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;margin-bottom:8px;border:0;padding:0;background-color:transparent;outline:0;-webkit-transition:.3s ease all;transition:.3s ease all}.author_page .all-posts .all-posts__header .all-posts__filters-list .all-posts__filters-clear:hover{color:#0449d1}.author_page .all-posts .all-posts__body{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;margin-bottom:40px;margin-top:40px}.author_page .all-posts .all-posts__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@-webkit-keyframes shine{to{background-position-x:-200%}}@keyframes shine{to{background-position-x:-200%}}.author_page .all-posts .skeleton{background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;-webkit-animation:1.5s shine linear infinite;animation:1.5s shine linear infinite;border-radius:4px}.author_page .all-posts .all-posts__loader{display:none}.author_page .all-posts .all-posts__loader .article:not(:last-child){margin-bottom:40px}.author_page .all-posts .all-posts__loader .article__category{width:20%;min-width:120px;height:16px;margin-bottom:12px}.author_page .all-posts .all-posts__loader .article__heading{height:22px;width:85%;margin-bottom:10px}@media screen and (min-width:850px){.author_page .all-posts .all-posts__loader .article__heading{width:65%}}.author_page .all-posts .all-posts__loader .article__tags .tag{width:20%;height:34.2px;min-width:120px}.author_page .all-posts .all-posts__loader .article__footer span p{height:16px;width:175px}.author_page .all-posts .all-posts__loader .article__footer span:last-child p{width:78px}.author_page .all-posts .all-posts__loader .article__footer span::after{background-color:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;-webkit-animation:1.5s shine linear infinite;animation:1.5s shine linear infinite}.author_page .all-posts .all-posts__no-post{text-align:center;font-family:var(--hex_font_family);font-weight:400;font-style:normal;font-size:24px;line-height:100%;letter-spacing:0;vertical-align:middle;width:100%}.author_page .squad{padding:40px 0 110px;position:relative}@media screen and (min-width:640px){.author_page .squad{padding:80px 0 80px}}.author_page .squad .squad__header{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:30px}@media screen and (min-width:640px){.author_page .squad .squad__header{margin-bottom:40px}}.author_page .squad .squad__header h2{margin-bottom:20px;color:#191919}.author_page .squad .squad__header p{font-size:18px;font-weight:400;font-family:var(--hex_font_family);font-style:normal;line-height:1.44;margin-bottom:0;color:#556575}.author_page .squad .squad__header .squad__header-right{position:absolute;bottom:40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (min-width:640px){.author_page .squad .squad__header .squad__header-right{margin-bottom:10px;position:unset;bottom:unset;left:unset;-webkit-transform:none;transform:none}}.author_page .squad .squad__body{margin:0 -10px;margin-left:max((100% - 1340px) / 2,6% - 10px);width:calc(94% + 10px);max-width:calc(1340px + (100% - 1340px)/ 2);overflow:hidden}@media screen and (max-width:1100px){.author_page .squad .squad__body{margin-left:max((100% - 1340px) / 2,3% - 10px);width:calc(97% + 10px);max-width:calc(1320px + (100% - 1320px + 20px)/ 2)}}.author-card{padding:30px 20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;max-width:243px;width:100%;margin:0 10px;border-radius:8px;border:1px solid #e1eaff;background:-webkit-gradient(linear,left bottom,left top,color-stop(.01%,rgba(255,255,255,0)),color-stop(99.99%,rgba(225,234,255,.29)));background:linear-gradient(0deg,rgba(255,255,255,0) .01%,rgba(225,234,255,.29) 99.99%)}.author-card .author-card__image{width:120px;height:120px;border-radius:50%;overflow:hidden}.author-card .author-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.author-card .author-card__image .profile-image{width:100%;height:100%;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.author-card .author-card__image .profile-image p{text-align:center;-ms-flex-item-align:center;align-self:center;font-size:42px;color:#fff;margin:0 auto;letter-spacing:.04em;font-family:var(--hex_font_family)}.author-card .author-card__body{text-align:center}.author-card .author-card__body h3{font-family:var(--hex_font_family);font-weight:700;font-style:normal;font-size:20px;line-height:1.4;margin-bottom:5px;color:#191919}.author-card .author-card__body h3 .author-card__profile-verified{width:16px;height:16px;-o-object-fit:contain;object-fit:contain;margin-left:6px;margin-bottom:1px}.author-card .author-card__body .author-card__role{font-family:var(--hex_font_family);font-weight:400;font-style:normal;font-size:16px;line-height:1.5;text-align:center;color:#191919}.author-card .author-card__link{font-family:var(--hex_font_family);font-weight:600;font-style:normal;font-size:16px;line-height:1.5;vertical-align:middle;padding:10px 15px;color:#0449d1;border:1px solid #0449d1;border-radius:6px;-webkit-transition:.3s ease all;transition:.3s ease all;outline:0;display:inline-block}.author-card .author-card__link:hover{background-color:#0449d1;color:#fff}.author_page .other-platforms h2{color:#191919;line-height:1.25;margin-bottom:30px}@media screen and (min-width:640px){.author_page .other-platforms h2{text-align:center;margin-bottom:40px}}.author_page .other-platforms .platforms{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:640px){.author_page .other-platforms .platforms{gap:34px}}.author_page .other-platforms .platforms .platform{width:100%;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;border-radius:16px;border:1px solid #e4e8eb;background:#f5f6fa;padding:32px 24px}@media screen and (min-width:640px){.author_page .other-platforms .platforms .platform{max-width:calc((100% - 34px)/ 2);padding:32px}.author_page .other-platforms .platforms.platforms--focus-first .platform:first-child{max-width:100%}}@media screen and (min-width:950px){.author_page .other-platforms .platforms{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.author_page .other-platforms .platforms .platform,.author_page .other-platforms .platforms.platforms--focus-first .platform:first-child{max-width:calc((100% - 68px)/ 3)}}.author_page .other-platforms .platforms img{width:36px;height:36px;-o-object-fit:contain;object-fit:contain;margin-bottom:10px}.author_page .other-platforms .platforms .platform h5{margin-bottom:15px;font-family:var(--hex_font_family);font-weight:600;font-style:normal;font-size:20px;line-height:1.42;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px}@media screen and (min-width:640px){.author_page .other-platforms .platforms .platform h5{font-size:24px;margin-bottom:15px}}.author_page .other-platforms .platforms .platform .platform__body{margin-bottom:20px}@media screen and (min-width:640px){.author_page .other-platforms .platforms .platform .platform__body{margin-bottom:40px}}.author_page .other-platforms .platforms .platform .platform__body p{font-family:var(--hex_font_family);font-weight:500;font-style:normal;font-size:14px;line-height:1.6;color:rgba(25,25,25,.7215686275);margin:0}@media screen and (min-width:640px){.author_page .other-platforms .platforms .platform .platform__body p{font-size:16px}}.author_page .other-platforms .platforms .platform .platform__footer{margin-top:auto}.author_page .other-platforms .platforms .platform .platform__link{font-family:var(--hex_font_family);font-weight:600;font-style:normal;font-size:14px;line-height:1.5;color:#0449d1;-webkit-transition:.3s ease all;transition:.3s ease all;outline:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;position:relative}@media screen and (min-width:640px){.author_page .other-platforms .platforms .platform .platform__link{font-size:16px}}.author_page .other-platforms .platforms .platform .platform__link::after{content:"";height:1px;width:calc(100% - 21px);background-color:#0449d1;border-radius:1px;position:absolute;left:0;bottom:3px}.author_page .other-platforms .platforms .platform .platform__link svg{width:16px;height:16px;-o-object-fit:contain;object-fit:contain;-webkit-transition:.3s ease all;transition:.3s ease all}.author_page .other-platforms .platforms .platform .platform__link:hover svg{-webkit-transform:translateX(3px);transform:translateX(3px)}.author_page .author-subscribe{padding:40px 0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;color:#fff}@media screen and (min-width:640px){.author_page .author-subscribe{padding:80px 0}}.author_page .author-subscribe .author-subscribe__form{width:100%;padding:24px;background-color:#020a19;border-radius:16px;border:1px solid rgba(228,232,235,.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:32px}@media screen and (min-width:780px){.author_page .author-subscribe .author-subscribe__form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width:640px){.author_page .author-subscribe .author-subscribe__form{padding:40px}}.author_page .author-subscribe .author-subscribe__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.author_page .author-subscribe .author-subscribe__content h2{color:#fff;margin-bottom:12px;font-size:24px;max-width:645px}@media screen and (min-width:640px){.author_page .author-subscribe .author-subscribe__content h2{font-size:40px;margin-bottom:35px}}.author_page .author-subscribe .author-subscribe__content ul{list-style:none;margin:0;padding:0;margin-bottom:32px;max-width:645px}.author_page .author-subscribe .author-subscribe__content ul li{padding-left:24px;position:relative;color:#d8dce5;font-family:var(--hex_font_family);font-size:14px;font-style:normal;font-weight:400;line-height:1.6}.author_page .author-subscribe .author-subscribe__content ul li:not(:last-child){margin-bottom:8px}.author_page .author-subscribe .author-subscribe__content ul li svg{width:16px;height:16px;-o-object-fit:contain;object-fit:contain;position:absolute;left:0;top:2px}@media screen and (min-width:640px){.author_page .author-subscribe .author-subscribe__content ul li{padding-left:28px;font-size:20px}.author_page .author-subscribe .author-subscribe__content ul li:not(:last-child){margin-bottom:20px}.author_page .author-subscribe .author-subscribe__content ul li svg{width:20px;height:20px;top:6px}}.author_page .author-subscribe .author-subscribe__content form{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px 8px;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:993px){.author_page .author-subscribe .author-subscribe__content form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.author_page .author-subscribe .author-subscribe__content form .field-group{width:100%}@media screen and (min-width:993px){.author_page .author-subscribe .author-subscribe__content form .field-group{max-width:335px}}.author_page .author-subscribe .author-subscribe__content form input[type=email]{color:#191919;font-family:var(--hex_font_family);font-size:16px;font-style:normal;font-weight:400;line-height:1.5;padding:12px 16px;border-radius:4px;background:#fff;border:0;outline:1px solid #020a19;-webkit-transition:.3s ease all;transition:.3s ease all;width:100%}@media screen and (min-width:640px){.author_page .author-subscribe .author-subscribe__content form input[type=email]{padding:16px 11px;font-size:17px;line-height:1.2353}}@media screen and (min-width:993px){.author_page .author-subscribe .author-subscribe__content form input[type=email]{max-width:335px}}.author_page .author-subscribe .author-subscribe__content form input[type=email]:focus,.author_page .author-subscribe .author-subscribe__content form input[type=email]:hover{outline:1px solid #0449d1}.author_page .author-subscribe .author-subscribe__content form input[type=email].error{outline:1px solid #dd0735}.author_page .author-subscribe .author-subscribe__content form input[type=email]::-webkit-input-placeholder{color:#c6c6c6}.author_page .author-subscribe .author-subscribe__content form input[type=email]::-webkit-input-placeholder,.author_page .author-subscribe .author-subscribe__content form input[type=email]::placeholder{color:#c6c6c6}.author_page .author-subscribe .author-subscribe__content form input[type=email]::-moz-placeholder{color:#c6c6c6}.author_page .author-subscribe .author-subscribe__content form input[type=email]:-ms-input-placeholder{color:#c6c6c6}.author_page .author-subscribe .author-subscribe__content form input[type=email]:-webkit-autofill,.author_page .author-subscribe .author-subscribe__content form input[type=email]:-webkit-autofill:active,.author_page .author-subscribe .author-subscribe__content form input[type=email]:-webkit-autofill:focus,.author_page .author-subscribe .author-subscribe__content form input[type=email]:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#191919!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.author_page .author-subscribe .author-subscribe__content form button{padding:12px 16px;min-width:155px;border-radius:4px;background:#0449d1;color:#fff;text-align:center;font-family:var(--hex_font_family);font-size:16px;font-style:normal;font-weight:400;line-height:1.5;text-transform:uppercase;border:0;outline:0;-webkit-transition:.3s ease all;transition:.3s ease all}@media screen and (min-width:640px){.author_page .author-subscribe .author-subscribe__content form button{padding:14px 6px;font-size:17px;line-height:1.471}}.author_page .author-subscribe .author-subscribe__content form button:hover{background-color:#0a54e4}.author_page .author-subscribe .author-subscribe__content form label.error{position:absolute;background:0 0;bottom:100%;left:0}.author_page .author-subscribe .author-subscribe__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.author_page .author-subscribe .author-subscribe__image-outer{padding:95% 0 0 0;position:relative;border-radius:10px;overflow:hidden;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}@media screen and (min-width:780px){.author_page .author-subscribe .author-subscribe__image{width:100%;max-width:451px}.author_page .author-subscribe .author-subscribe__image-outer{padding:75.64% 0 0 0}}.author_page .author-subscribe .author-subscribe__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}