/*
Theme Name: Blocknow Blog
Theme URI: http://www.blocknow.com
Author: IUXO SRL
Author URI: http://www.iuxo.com
Description: Blocknow Blog Theme
Version: v1.0.22
Text Domain: blog
*/
footer, header, main, section,
menu, nav, dd, dl, ol, ul, li,
h1, h2, h3, h4, h5, h6,
p, a, small, span, sup, sub,
blockquote, q,
code, kbd, pre, samp,
form, fieldset, label,
table, thead, tbody, tr, td, tfoot,
article, aside,
details, figcaption,
figure,
audio, canvas, img, video,
summary, legend, body {
    margin: 0; }

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 1px transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

*, *::before, *::after {
    box-sizing: border-box; }

a {
    transition: all .3s ease; }
a:hover, a:focus, a:active {
    text-decoration: none; }

ul {
    padding: 0; }

ul,
li {
    list-style: none; }

img {
    max-width: 100%;
    height: auto; }

:root {
    --color-background: #101828;
    --color-text: #99A1AF;
    --color-medium-grey: #6B7280;
    --color-accent-orange:#FF6900;
    --color-white: #FFF;
    --color-border:#E5E5E5;
    --color-near-black:#111827;
    --color-black:#000000;
    --color-background-icons: #1E2939;
    --color-background-inputs: #F3F4F6;
    --color-background-page: #F9FAFB;
    --color-accent-orange-light:#FFD6A7;
    --color-accent-orange-hover:#F54900;
    --color-error: #DC2626;
    --color-success: #16A34A;
    --color-background-section-category: #F1F3F5;
    --color-orange-hover-language: #FFEDD4;
    --color-label: #364153;
    --color-border-input: #E5E7EB;
    --color-placeholder: #717182; }

@font-face {
    font-family: 'Inter';
    src: url("assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: 'Inter';
    src: url("assets/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap; }

@font-face {
    font-family: 'icomoon';
    src: url("assets/fonts/icomoon/icomoon.eot?x3p82u");
    src: url("assets/fonts/icomoon/icomoon.eot?x3p82u#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.woff2?x3p82u") format("woff2"), url("assets/fonts/icomoon/icomoon.ttf?x3p82u") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?x3p82u") format("woff"), url("assets/fonts/icomoon/icomoon.svg?x3p82u#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block; }

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-rocket-launch:before {
    content: "\e901"; }

.icon-globe:before {
    content: "\e902"; }

.icon-magnifying-glass:before {
    content: "\e903"; }

.icon-angle-left:before {
    content: "\e904"; }

.icon-angle-right:before {
    content: "\e905"; }

.icon-xmark:before {
    content: "\e906"; }

.icon-arrow-right-long:before {
    content: "\e907"; }

.icon-arrow-trend-up:before {
    content: "\e908"; }

.icon-check:before {
    content: "\e909"; }

.icon-user:before {
    content: "\e90a"; }

.icon-clock:before {
    content: "\e90b"; }

.icon-envelope:before {
    content: "\e90c"; }

.icon-fire:before {
    content: "\e90e"; }

.icon-copy:before {
    content: "\e910"; }

.icon-x-twitter:before {
    content: "\e90d"; }

.icon-facebook-f:before {
    content: "\e900"; }

.icon-linkedin-in:before {
    content: "\e90f"; }

.icon-bars:before {
    content: "\e911"; }

.icon-code:before {
    content: "\e912"; }

.icon-message-code:before {
    content: "\e913"; }

.icon-location-dot:before {
    content: "\e914"; }

.icon-angle-down:before {
    content: "\e915"; }

.container {
    padding: 0 1rem;
    margin: 0 auto;
    width: 100%; }
@media (min-width: 576px) {
    .container {
        padding: 0;
        max-width: 544px; } }
@media (min-width: 768px) {
    .container {
        max-width: 720px; } }
@media (min-width: 992px) {
    .container {
        max-width: 960px; } }
@media (min-width: 1200px) {
    .container {
        max-width: 1140px; } }
@media (min-width: 1440px) {
    .container {
        max-width: 1320px; } }
.container--fluid {
    max-width: 100%; }

html {
    margin: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden; }
@media (min-width: 992px) {
    html {
        overflow-x: initial; } }
html.active {
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden; }

body {
    position: relative;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    background: var(--color-background-page);
    font-size: 16px;
    color: var(--color-near-black);
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
body.active {
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden; }

a {
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: var(--color-near-black); }
a.link:hover {
    color: var(--color-accent-orange) !important; }

.underline {
    padding-bottom: 0.5rem;
    position: relative; }
.underline:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 48px);
    height: 0.0625rem;
    background: var(--color-border); }

input:focus {
    outline: none;
    border-color: var(--color-accent-orange) !important; }

.img-loading {
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    border-radius: 0.625rem 0.625rem 0 0;
    height: 100%; }
.img-loading img {
    opacity: 0;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1; }
.img-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #f0f0f0;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
    z-index: 2; }

@-webkit-keyframes pulse {
    0%, 100% {
        background-color: #f0f0f0; }
    50% {
        background-color: #e0e0e0; } }

@keyframes pulse {
    0%, 100% {
        background-color: #f0f0f0; }
    50% {
        background-color: #e0e0e0; } }

.img-loaded::after {
    display: none; }

.img-loaded img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: 100%; }

.slick-list {
    overflow: hidden;
    padding-bottom: 10px; }

.slick-arrow.slick-hidden {
    display: block; }

.slick-track {
    margin-left: 0 !important; }

.slick-slide {
    height: auto; }

.swal2-title {
    font-weight: 500 !important; }

.swal2-styled {
    font-weight: 400 !important; }

.swal2-popup.swal2-toast {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: .625em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 .625em #d9d9d9; }

.swal2-popup.swal2-toast .swal2-header {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0; }

.swal2-popup.swal2-toast .swal2-title {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em; }

.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em; }

.swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: .8em;
    height: .8em;
    line-height: .8; }

.swal2-popup.swal2-toast .swal2-content {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8em;
    font-weight: 700; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        font-size: .25em; } }

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em; }

.swal2-popup.swal2-toast .swal2-actions {
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em;
    padding: 0; }

.swal2-popup.swal2-toast .swal2-styled {
    margin: .125em .3125em;
    padding: .3125em .625em;
    font-size: 1em; }

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5); }

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.8em;
    left: -.5em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 2em 2em;
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    -webkit-transform-origin: 0 1.5em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em; }

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-toast-animate-success-line-tip .75s;
    animation: swal2-toast-animate-success-line-tip .75s; }

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-toast-animate-success-line-long .75s;
    animation: swal2-toast-animate-success-line-long .75s; }

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s; }

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: swal2-toast-hide .1s forwards;
    animation: swal2-toast-hide .1s forwards; }

.swal2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch; }

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }

.swal2-container.swal2-backdrop-hide {
    background: 0 0 !important; }

.swal2-container.swal2-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.swal2-container.swal2-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.swal2-container.swal2-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-right > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom > :first-child {
    margin-top: auto; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.swal2-container.swal2-grow-row > .swal2-modal {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.swal2-container.swal2-grow-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

.swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

.swal2-container.swal2-grow-column > .swal2-modal {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.swal2-container.swal2-no-transition {
    transition: none !important; }

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important; } }

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem; }

.swal2-popup:focus {
    outline: 0; }

.swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.8em; }

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }

.swal2-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em; }

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.swal2-loader {
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: .25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent; }

.swal2-styled {
    margin: .3125em;
    padding: .625em 1.1em;
    box-shadow: none;
    font-weight: 500; }

.swal2-styled:not([disabled]) {
    cursor: pointer; }

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #2778c4;
    color: #fff;
    font-size: 1.0625em; }

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #d14529;
    color: #fff;
    font-size: 1.0625em; }

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #757575;
    color: #fff;
    font-size: 1.0625em; }

.swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }

.swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em; }

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }

.swal2-timer-progress-bar {
    width: 100%;
    height: .25em;
    background: rgba(0, 0, 0, 0.2); }

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }

.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 5px;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer; }

.swal2-close:hover {
    -webkit-transform: none;
    transform: none;
    background: 0 0;
    color: #f27474; }

.swal2-close:focus {
    outline: 0;
    box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }

.swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
    z-index: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
    margin: 1em auto; }

.swal2-file, .swal2-input, .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    color: inherit;
    font-size: 1.125em; }

.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }

.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
    color: #ccc; }

.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
    color: #ccc; }

.swal2-file::-webkit-input-placeholder, .swal2-input::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
    color: #ccc; }

.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
    color: #ccc; }

.swal2-range {
    margin: 1em auto;
    background: #fff; }

.swal2-range input {
    width: 80%; }

.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }

.swal2-range input, .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
    height: 2.625em;
    padding: 0 .75em; }

.swal2-input[type=number] {
    max-width: 10em; }

.swal2-file {
    background: inherit;
    font-size: 1.125em; }

.swal2-textarea {
    height: 6.75em;
    padding: .75em; }

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em; }

.swal2-checkbox, .swal2-radio {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: inherit; }

.swal2-checkbox label, .swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em; }

.swal2-checkbox input, .swal2-radio input {
    margin: 0 .4em; }

.swal2-input-label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1em auto; }

.swal2-validation-message {
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300; }

.swal2-validation-message::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none !important; }

.swal2-icon .swal2-icon-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.75em; }

.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.swal2-icon.swal2-error.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s; }

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s; }

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 3.75em 3.75em;
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 3.75em;
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0; }

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -.25em;
    left: -.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.25em solid rgba(165, 220, 134, 0.3);
    border-radius: 50%; }

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .8125em;
    width: 1.5625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600; }

.swal2-progress-steps li {
    display: inline-block;
    position: relative; }

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #add8e6;
    color: #fff; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #add8e6; }

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #2778c4; }

[class^=swal2] {
    -webkit-tap-highlight-color: transparent; }

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s; }

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards; }

.swal2-noanimation {
    transition: none; }

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

.swal2-rtl .swal2-close {
    right: auto;
    left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }

@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important; }
    .swal2-range output {
        display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important; }
    .swal2-range output {
        display: none; } }

@-webkit-keyframes swal2-toast-show {
    0% {
        -webkit-transform: translateY(-0.625em) rotateZ(2deg);
        transform: translateY(-0.625em) rotateZ(2deg); }
    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg); }
    66% {
        -webkit-transform: translateY(0.3125em) rotateZ(2deg);
        transform: translateY(0.3125em) rotateZ(2deg); }
    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0); } }

@keyframes swal2-toast-show {
    0% {
        -webkit-transform: translateY(-0.625em) rotateZ(2deg);
        transform: translateY(-0.625em) rotateZ(2deg); }
    33% {
        -webkit-transform: translateY(0) rotateZ(-2deg);
        transform: translateY(0) rotateZ(-2deg); }
    66% {
        -webkit-transform: translateY(0.3125em) rotateZ(2deg);
        transform: translateY(0.3125em) rotateZ(2deg); }
    100% {
        -webkit-transform: translateY(0) rotateZ(0);
        transform: translateY(0) rotateZ(0); } }

@-webkit-keyframes swal2-toast-hide {
    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0; } }

@keyframes swal2-toast-hide {
    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg);
        opacity: 0; } }

@-webkit-keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0; }
    54% {
        top: .125em;
        left: .125em;
        width: 0; }
    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em; }
    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em; }
    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em; } }

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0; }
    54% {
        top: .125em;
        left: .125em;
        width: 0; }
    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em; }
    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em; }
    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em; } }

@-webkit-keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0; }
    65% {
        top: 1.25em;
        right: .9375em;
        width: 0; }
    84% {
        top: .9375em;
        right: 0;
        width: 1.125em; }
    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em; } }

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0; }
    65% {
        top: 1.25em;
        right: .9375em;
        width: 0; }
    84% {
        top: .9375em;
        right: 0;
        width: 1.125em; }
    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em; } }

@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7); }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7); }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0; } }

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0; } }

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0; }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0; }
    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em; }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em; }
    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em; } }

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0; }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0; }
    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em; }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em; }
    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em; } }

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0; }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0; }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em; }
    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em; } }

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0; }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0; }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em; }
    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em; } }

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg); }
    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg); }
    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0; }
    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0; }
    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15); }
    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0; }
    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0; }
    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15); }
    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0; }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1; } }

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0; }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1; } }

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden; }

body.swal2-height-auto {
    height: auto !important; }

body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - .625em * 2);
    background-color: transparent !important; }

body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-top-left, body.swal2-no-backdrop .swal2-container.swal2-top-start {
    top: 0;
    left: 0; }

body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }

body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

body.swal2-no-backdrop .swal2-container.swal2-center-left, body.swal2-no-backdrop .swal2-container.swal2-center-start {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-bottom-left, body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
    bottom: 0;
    left: 0; }

body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
        display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important; } }

body.swal2-toast-shown .swal2-container {
    background-color: transparent; }

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

body.swal2-toast-column .swal2-toast .swal2-actions {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }

body.swal2-toast-column .swal2-toast .swal2-loading {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-popup {
    padding: 3rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    max-width: 37.5rem;
    width: 100%; }
.swal2-popup .swal2-header {
    padding: 0; }
.swal2-popup .swal2-header .swal2-title {
    color: var(--color-near-black);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: -0.39px;
    position: relative;
    text-align: left;
    padding-bottom: 1.8125rem;
    width: 100%; }
.swal2-popup .swal2-header .swal2-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-accent-orange);
    height: 0.3125rem;
    width: 3.125rem;
    border-radius: 0.625rem; }
.swal2-popup .swal2-icon {
    margin: 0 auto; }
.swal2-popup .swal2-content {
    padding: 0;
    text-align: left; }
.swal2-popup .consent-form-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    color: var(--color-near-black);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    line-height: 1.625rem;
    text-align: left; }
.swal2-popup .consent-form-wrapper a {
    color: var(--color-near-black);
    font-weight: bold;
    text-decoration: underline; }
.swal2-popup .consent-form-wrapper a:hover {
    color: var(--color-accent-orange);
    text-decoration: underline; }
.swal2-popup .input-wrapper input {
    opacity: 0;
    z-index: -1;
    position: absolute; }
.swal2-popup .input-wrapper label {
    padding-left: 1.75rem;
    position: relative; }
.swal2-popup .input-wrapper label:before {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
    left: 0;
    border: 1px solid var(--color-border);
    border-radius: .25rem; }
.swal2-popup .input-wrapper input:checked ~ label:after {
    content: "\e909";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: .25rem;
    top: .25rem;
    color: var(--color-white);
    font-size: 13px; }
.swal2-popup .input-wrapper input:checked ~ label:before {
    background-color: var(--color-accent-orange); }
.swal2-popup .swal2-actions {
    margin-top: 0;
    padding: 0;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem; }
.swal2-popup .swal2-actions button {
    margin: 0;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden; }
.swal2-popup .swal2-actions button.swal2-confirm.swal2-styled {
    position: relative;
    background-color: var(--color-accent-orange) !important;
    color: var(--color-near-black) !important; }
.swal2-popup .swal2-actions button.swal2-confirm.swal2-styled:before, .swal2-popup .swal2-actions button.swal2-confirm.swal2-styled:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg); }
.swal2-popup .swal2-actions button.swal2-confirm.swal2-styled:after {
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    left: 30px;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px); }
.swal2-popup .swal2-actions button.swal2-confirm.swal2-styled:hover {
    background: var(--color-accent-orange); }
.swal2-popup .swal2-actions .swal2-cancel {
    border: 1px solid var(--color-near-black);
    color: var(--color-near-black); }
.swal2-popup .swal2-actions .swal2-cancel:hover {
    background: transparent;
    color: var(--color-accent-orange); }

.swal2-title {
    text-align: left;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.375rem;
    font-style: normal;
    letter-spacing: -0.64px;
    font-weight: 600 !important;
    margin-bottom: 0 !important; }

.swal2-popup {
    padding: 2rem !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem; }

.swal2-popup .consent-form-wrapper {
    gap: 1.5rem; }

.swal2-popup .input-wrapper label,
.swal2-popup .consent-form-wrapper {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-near-black); }
.swal2-popup .input-wrapper label:hover,
.swal2-popup .consent-form-wrapper:hover {
    cursor: pointer; }
.swal2-popup .input-wrapper label:hover:before,
.swal2-popup .consent-form-wrapper:hover:before {
    border-color: var(--color-accent-orange); }

.swal2-html-container {
    padding: 0 !important; }

.swal2-popup .swal2-actions button.swal2-confirm.swal2-styled {
    color: var(--color-white) !important;
    padding: 1rem 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    height: 3rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.swal2-popup .swal2-actions .swal2-cancel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3rem;
    background: transparent;
    border-color: var(--color-accent-orange);
    padding: 1rem 1.5rem;
    color: var(--color-accent-orange);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }

div:where(.swal2-container) div:where(.swal2-html-container) {
    text-align: left !important; }

.button {
    height: 3rem;
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    text-align: center;
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer; }
.button--primary {
    background-color: var(--color-accent-orange);
    color: var(--color-white); }
.button--primary:hover {
    background-color: var(--color-accent-orange-hover); }
.button--secondary {
    background: var(--color-background-page);
    color: var(--color-near-black); }
.button--secondary:hover {
    background-color: var(--color-accent-orange-hover);
    color: var(--color-white); }
.button--full-width {
    width: 100%; }
.button:disabled {
    cursor: not-allowed; }

.header-wrapper {
    border-bottom: 1px solid var(--color-border);
    padding: 12px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-white); }
.header-wrapper .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem; }
.header-wrapper .header__left {
    width: 10rem; }
.header-wrapper .header__center {
    display: none; }
@media (min-width: 992px) {
    .header-wrapper .header__center {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
.header-wrapper .header__center .header-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem; }
.header-wrapper .header__center .header-list .header-list-item .header-list-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }
.header-wrapper .header__center .header-list .header-list-item .dropdown-wrapper {
    height: auto; }
.header-wrapper .header__center .header-list .header-list-item .dropdown-wrapper .header-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem; }
.header-wrapper .header__center .header-list .header-list-item.active .header-list-link {
    color: var(--color-accent-orange);
    position: relative; }
.header-wrapper .header__center .header-list .header-list-item.active .header-list-link:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-accent-orange); }
.header-wrapper .header__center .header-list .header-list-item.has-dropdown .dropdown-link .icon {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.header-wrapper .header__center .header-list .header-list-item.has-dropdown .dropdown-link .icon.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.header-wrapper .header__right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem; }
.header-wrapper .header__right > .search-wrapper-header > .search-form {
    display: none; }
@media (min-width: 768px) {
    .header-wrapper .header__right > .search-wrapper-header > .search-form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .header-wrapper .header__right > .search-wrapper-header > .search-form .search-form-input {
        border: none; } }
.header-wrapper .header__right .search-icon-mobile, .header-wrapper .header__right .menu-mobile-icon-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
@media (min-width: 768px) {
    .header-wrapper .header__right .search-icon-mobile, .header-wrapper .header__right .menu-mobile-icon-mobile {
        display: none; } }
@media (min-width: 768px) {
    .header-wrapper .header__right .menu-mobile-icon-mobile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
@media (min-width: 992px) {
    .header-wrapper .header__right .menu-mobile-icon-mobile {
        display: none; } }
.header-wrapper .header__right .header-change-language {
    display: none; }
@media (min-width: 992px) {
    .header-wrapper .header__right .header-change-language {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
@media (min-width: 992px) {
    .header-wrapper .header__right .header-change-language .dropdown-link {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.25rem; } }
.header-wrapper .header__right .header-change-language .current-language {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }
.header-wrapper .header__right .header-change-language:hover {
    cursor: pointer; }
.header-wrapper .header__right .header-change-language:hover .dropdown-link > .current-language, .header-wrapper .header__right .header-change-language:hover .dropdown-link > .icon {
    color: var(--color-accent-orange); }

.footer-wrapper {
    background: var(--color-background);
    color: var(--color-text);
    padding: 3rem 0;
    margin-top: auto; }
@media (min-width: 992px) {
    .footer-wrapper {
        padding: 4rem 0; } }
.footer-wrapper .footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem; }
@media (min-width: 992px) {
    .footer-wrapper .footer {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 1rem; } }
.footer-wrapper .footer__column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    width: calc(calc(100% - 32px) / 2); }
@media (min-width: 768px) {
    .footer-wrapper .footer__column {
        width: calc(calc(100% - 64px) / 3); } }
@media (min-width: 992px) {
    .footer-wrapper .footer__column {
        max-width: 12.5rem;
        width: calc(calc(100% - 32px) / 3); } }
.footer-wrapper .footer__column .footer-title {
    color: var(--color-medium-grey);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    text-transform: uppercase; }
.footer-wrapper .footer__column .footer-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem; }
.footer-wrapper .footer__column .footer-list .footer-list-link {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-text);
    text-decoration: none; }
.footer-wrapper .footer__column .footer-list .footer-list-link:hover {
    padding-left: 0.5rem; }
.footer-wrapper .footer__column--company {
    gap: 2rem;
    width: 100%; }
@media (min-width: 992px) {
    .footer-wrapper .footer__column--company {
        max-width: 21.5rem; } }
.footer-wrapper .footer__column--company .description, .footer-wrapper .footer__column--company .copy {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal; }
.footer-wrapper .footer__column--social .footer-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-text); }
.footer-wrapper .footer__column--social .footer-subtitle:hover {
    color: var(--color-accent-orange);
    padding-left: 0.5rem; }
.footer-wrapper .footer__column--social .footer-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.footer-wrapper .footer__column--social .footer-list .footer-list-item .footer-list-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-white);
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: var(--color-background-icons); }
.footer-wrapper .footer__column--social .footer-list .footer-list-item .footer-list-link:hover {
    padding: 0;
    background: var(--color-accent-orange);
    color: var(--color-white); }

.search-wrapper {
    display: none;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: 2;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px); }
.search-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    background: rgba(17, 24, 39, 0.5); }
.search-wrapper .search-box {
    background: var(--color-white);
    border-radius: 0.5rem;
    padding: 1.5rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 37.5rem;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.search-wrapper .search-box .search-results {
    height: 25.25rem;
    overflow-y: auto;
    padding: 0 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: var(--color-border) var(--color-white); }
.search-wrapper .search-box .search-results::-webkit-scrollbar {
    width: 0.1875rem; }
.search-wrapper .search-box .search-results::-webkit-scrollbar-track {
    background: var(--color-white);
    border-radius: 0.625rem; }
.search-wrapper .search-box .search-results::-webkit-scrollbar-thumb {
    background: var(--color-border);
    border-radius: 0.625rem;
    border: 0.1875rem solid var(--color-white); }
.search-wrapper .search-box .search-results::-webkit-scrollbar-thumb:hover {
    background: var(--color-near-black); }
.search-wrapper .search-box .search-results::-webkit-scrollbar-corner {
    background: transparent; }
.search-wrapper .search-box .search-results .search-results-category {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid var(--color-border); }
.search-wrapper .search-box .search-form-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    padding: 0 1.5rem;
    width: 100%; }
.search-wrapper .search-box .search-form-wrapper .search-form {
    width: 100%; }
.search-wrapper .search-box .search-form-wrapper .icon {
    width: 1rem;
    height: 1rem;
    cursor: pointer; }

.search-article-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
.search-article-item .search-article-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-border); }
.search-article-item .search-article-link .search-article-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1; }
.search-article-item .search-article-link .search-article-image {
    width: 6.625rem;
    height: 3.75rem;
    border-radius: 0.5rem;
    overflow: hidden; }
.search-article-item .search-article-link .search-article-image .search-article-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.search-article-item .search-article-link:hover .search-article-title {
    color: var(--color-accent-orange); }

.search-form {
    position: relative;
    width: 9rem; }
.search-form .search-form-input {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 2.625rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    background: var(--color-background-inputs);
    height: 2.5rem;
    cursor: pointer;
    border: 0.5px solid var(--color-background-inputs); }
.search-form .search-form-input::-webkit-input-placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal; }
.search-form .search-form-input::-moz-placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal; }
.search-form .search-form-input:-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal; }
.search-form .search-form-input::placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal; }
.search-form .search-form-input:focus {
    outline: none;
    border-color: var(--color-accent-orange); }
.search-form .search-form-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    padding: 0;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
.search-form .search-form-button .icon {
    color: var(--color-medium-grey); }

.article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: var(--color-white); }
.article .article-header {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden; }
.article .article-header img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.article .article-title {
    padding: 0 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: normal;
    letter-spacing: -0.09px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: all .2s ease-in-out; }
.article .article-title:hover {
    color: var(--color-accent-orange); }
.article .article-description {
    padding: 0 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-medium-grey);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis; }
@media (min-width: 768px) {
    .article .article-description {
        -webkit-line-clamp: 3;
        margin-bottom: auto; } }
@media (min-width: 992px) {
    .article .article-description {
        -webkit-line-clamp: 2; } }
@media (min-width: 768px) {
    .article--big {
        height: 100%; } }
.article--big .article-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: -0.39px;
    -webkit-line-clamp: 4; }
@media (min-width: 768px) {
    .article--big .article-title {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 2.375rem;
        font-style: normal;
        letter-spacing: -0.64px;
        -webkit-line-clamp: 3; } }
@media (min-width: 992px) {
    .article--big .article-title {
        -webkit-line-clamp: 2; } }
@media (min-width: 1200px) {
    .article--big .article-title {
        -webkit-line-clamp: 3; } }
.article--short {
    gap: 0.5rem;
    background: transparent;
    box-shadow: none;
    border-radius: 0; }
.article--short .article-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    -webkit-line-clamp: 2;
    transition: all .2s ease-in-out;
    padding: 0.5rem 0 0 0; }
.article--short .article-category-and-date {
    padding: 0; }

.market {
    padding: 1.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    background: var(--color-white);
    border: 1px solid var(--color-background-inputs);
    border-radius: 0.5rem; }
.market__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem; }
.market__header .market-title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem; }
.market__header .market-title-wrapper .market-image {
    max-width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
    min-width: 3rem; }
.market__header .market-title-wrapper .market-image .market-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.market__header .market-title-wrapper .market-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
.market__header .market-title-wrapper .market-title .market-full-name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
.market__header .market-title-wrapper .market-title .market-ticker {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }
.market__header .market-percent {
    border-radius: 0.5rem;
    height: 1.375rem;
    padding: 0.125rem 0.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    color: var(--color-white); }
.market__header .market-percent.red {
    background: var(--color-error); }
.market__body .market-price {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: -0.39px; }
.market__footer {
    padding-top: 1rem;
    border-top: 1px solid var(--color-background-inputs);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem; }
.market__footer .market-footer-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem; }
.market__footer .market-footer-item .label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal; }
.market__footer .market-footer-item .value {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }

.category-wrapper {
    padding: 4rem 0;
    background: var(--color-background-section-category); }
.category-wrapper .category {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem; }
.category-wrapper .category .category-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-border); }
.category-wrapper .category .category-header .category-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: normal;
    letter-spacing: -0.09px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1; }
@media (min-width: 576px) {
    .category-wrapper .category .category-header .category-title {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 1.375rem;
        line-height: 1.75rem;
        font-style: normal;
        letter-spacing: -0.22px; } }
@media (min-width: 768px) {
    .category-wrapper .category .category-header .category-title {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 1.625rem;
        line-height: 2rem;
        font-style: normal;
        letter-spacing: -0.39px; } }
.category-wrapper .category .category-header .category-title .icon {
    font-size: 1.25rem;
    color: var(--color-accent-orange); }
.category-wrapper .category .category-header .category-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal; }
.category-wrapper .category .category-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 576px) {
    .category-wrapper .category .category-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.5rem; } }
@media (min-width: 576px) {
    .category-wrapper .category .category-content > .article {
        width: calc(calc(100% - 24px) / 2); } }
@media (min-width: 1200px) {
    .category-wrapper .category .category-content > .article {
        width: calc(calc(100% - 72px) / 4); } }
.category-wrapper--market {
    background: transparent;
    padding: 0 0 5rem 0; }
@media (min-width: 576px) {
    .category-wrapper--market .market {
        width: calc(calc(100% - 24px) / 2); } }
@media (min-width: 1200px) {
    .category-wrapper--market .market {
        width: calc(calc(100% - 72px) / 4); } }
.category-wrapper--main-article {
    background: transparent;
    padding: 0 0 5rem 0; }
.category-wrapper--main-article .category-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 1200px) {
    .category-wrapper--main-article .category-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
@media (min-width: 1200px) {
    .category-wrapper--main-article .category-content .left, .category-wrapper--main-article .category-content .right {
        width: calc(calc(100% - 24px) / 2); } }
.category-wrapper--main-article .category-content .left .article--big .article-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: normal;
    letter-spacing: -0.09px; }
@media (min-width: 768px) {
    .category-wrapper--main-article .category-content .left .article--big .article-title {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 2.375rem;
        font-style: normal;
        letter-spacing: -0.64px; } }
.category-wrapper--main-article .category-content .left .article--big .article-description {
    display: none; }
@media (min-width: 768px) {
    .category-wrapper--main-article .category-content .left .article--big .article-description {
        display: block; } }
.category-wrapper--main-article .category-content .right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 576px) {
    .category-wrapper--main-article .category-content .right {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.5rem; } }
@media (min-width: 576px) {
    .category-wrapper--main-article .category-content .right .article {
        width: calc(calc(100% - 24px) / 2); } }
.category-wrapper--three-columns-main-center {
    background: transparent; }
@media (min-width: 768px) {
    .category-wrapper--three-columns-main-center .category-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1.5rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
.category-wrapper--three-columns-main-center .category-content .left {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 768px) {
    .category-wrapper--three-columns-main-center .category-content .left {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
@media (min-width: 1200px) {
    .category-wrapper--three-columns-main-center .category-content .left {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        max-width: 18.75rem;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
@media (min-width: 768px) {
    .category-wrapper--three-columns-main-center .category-content .left .article {
        width: calc(calc(100% - 24px) / 2); } }
@media (min-width: 1200px) {
    .category-wrapper--three-columns-main-center .category-content .left .article {
        width: 100%; } }
.category-wrapper--three-columns-main-center .category-content .center {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
@media (min-width: 768px) {
    .category-wrapper--three-columns-main-center .category-content .center {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
@media (min-width: 1200px) {
    .category-wrapper--three-columns-main-center .category-content .center {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
.category-wrapper--three-columns-main-center .category-content .right {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 768px) {
    .category-wrapper--three-columns-main-center .category-content .right {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: 18.75rem;
        width: 100%; } }
@media (min-width: 1200px) {
    .category-wrapper--three-columns-main-center .category-content .right {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
.category-wrapper--three-columns-main-center.category-wrapper--reverse {
    background: var(--color-background-section-category); }
@media (min-width: 768px) {
    .category-wrapper--three-columns-main-center.category-wrapper--reverse .category-content .left {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
@media (min-width: 768px) {
    .category-wrapper--three-columns-main-center.category-wrapper--reverse .category-content .center {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
@media (min-width: 768px) {
    .category-wrapper--three-columns-main-center.category-wrapper--reverse .category-content .right {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; } }

.navigation-categories-wrapper .navigation-categories {
    gap: 0.5rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
@media (min-width: 576px) {
    .navigation-categories-wrapper .navigation-categories {
        gap: 1rem; } }
.navigation-categories-wrapper .navigation-categories .cat-nav {
    cursor: pointer;
    font-size: 1.125rem;
    margin-top: -1.75rem; }
.navigation-categories-wrapper .navigation-categories .cat-nav:disabled {
    opacity: 0.4;
    cursor: default; }
.navigation-categories-wrapper .navigation-categories .category-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 1.5rem; }
@media (min-width: 576px) {
    .navigation-categories-wrapper .navigation-categories .category-container {
        padding-bottom: 2rem; } }
.navigation-categories-wrapper .navigation-categories .category-container .category-pill {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1rem 1.5rem;
    margin-right: 0.5rem;
    border-radius: 2rem;
    border: none;
    background: var(--color-background-inputs);
    cursor: pointer;
    white-space: nowrap;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    height: 3rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease-in-out; }
@media (min-width: 430px) {
    .navigation-categories-wrapper .navigation-categories .category-container .category-pill {
        margin-right: 1rem; } }
.navigation-categories-wrapper .navigation-categories .category-container .category-pill--active {
    background: var(--color-accent-orange);
    color: var(--color-white);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1), 0 4px 6px -6px rgba(0, 0, 0, 0.1); }
.navigation-categories-wrapper .navigation-categories .category-container .category-pill:hover {
    background: var(--color-orange-hover-language);
    color: var(--color-accent-orange);
    transition: all .2s ease-in-out; }

.hypebar-wrapper {
    border-bottom: 1px solid var(--color-border);
    background: var(--color-white); }
.hypebar-wrapper .hypebar {
    height: 3rem;
    background: var(--color-white);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    position: relative; }
.hypebar-wrapper .hypebar:before, .hypebar-wrapper .hypebar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%); }
.hypebar-wrapper .hypebar:after {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%); }
.hypebar-wrapper .hypebar .hypebar-markets-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-animation: scrollAnimation 50s linear infinite;
    animation: scrollAnimation 50s linear infinite;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
.hypebar-wrapper .hypebar .hypebar-markets {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    padding: 0.5rem 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative; }
.hypebar-wrapper .hypebar .hypebar-markets .hypebar-markets-item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    line-height: 1.125rem; }
.hypebar-wrapper .hypebar .hypebar-markets .hypebar-markets-item .name {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    color: var(--color-near-black); }
.hypebar-wrapper .hypebar .hypebar-markets .hypebar-markets-item .price {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    color: var(--color-near-black); }
.hypebar-wrapper .hypebar .hypebar-markets .hypebar-markets-item .value {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    color: var(--color-near-black); }
.hypebar-wrapper .hypebar .hypebar-markets .hypebar-markets-item .value.green {
    color: var(--color-success); }
.hypebar-wrapper .hypebar .hypebar-markets .hypebar-markets-item .value.red {
    color: var(--color-error); }

.hypebar .hypebar-markets .hypebar-markets-item .value {
    font-weight: 400; }

.hypebar .hypebar-markets .hypebar-markets-item .value.increase {
    color: #38CA84; }

.hypebar .hypebar-markets .hypebar-markets-item .value.decrease {
    color: #C38484; }

@-webkit-keyframes scrollAnimation {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }

@keyframes scrollAnimation {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }

.submenu-mobile {
    position: absolute;
    top: 0;
    right: -200vw;
    width: 100%;
    max-width: 13.75rem;
    background: var(--color-white);
    z-index: 99999;
    min-height: 100vh;
    transition: right 0.3s ease-in-out; }
@media (min-width: 992px) {
    .submenu-mobile {
        display: none; } }
.submenu-mobile.active {
    right: 0;
    transition: right 0.3s ease-in-out; }
.submenu-mobile .submenu-mobile-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4rem;
    padding: 1.125rem 0.9375rem;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 1.25rem; }
.submenu-mobile .submenu-mobile-header .title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-near-black); }
.submenu-mobile .submenu-mobile-header .icon {
    margin-left: auto;
    font-size: 1.25rem;
    color: var(--color-black); }
.submenu-mobile .submenu-mobile-content {
    height: calc(100vh - 135px);
    padding: 0 0.9375rem 1.25rem 0.9375rem;
    overflow-x: scroll; }
.submenu-mobile .submenu-mobile-content .navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem; }
.submenu-mobile .submenu-mobile-content .navigation .navigation-item .navigation-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 2.25rem;
    border-radius: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    padding: 0.5rem; }
.submenu-mobile .submenu-mobile-content .navigation .navigation-item .navigation-link:hover {
    background: var(--color-accent-orange);
    color: var(--color-white) !important; }
.submenu-mobile .submenu-mobile-content .navigation .navigation-item .navigation-link .icon {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
.submenu-mobile .submenu-mobile-content .navigation .navigation-item .navigation-link .icon.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.submenu-mobile .submenu-mobile-content .navigation .navigation-item .submenu-mobile-dropdown {
    padding-left: 1rem;
    display: none; }
.submenu-mobile .submenu-mobile-content .navigation .navigation-item .submenu-mobile-dropdown.active {
    display: block; }
.submenu-mobile .submenu-mobile-footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.25rem;
    z-index: 2;
    background: var(--color-white);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid var(--color-border);
    gap: 0.9375rem; }
.submenu-mobile .submenu-mobile-footer .menu-mobile-change-language {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-near-black); }
.submenu-mobile#submenu-mobile-language .submenu-mobile-content {
    height: calc(100vh - 64px); }
.submenu-mobile#submenu-mobile-language .submenu-mobile-content .search-form {
    width: 100%; }
.submenu-mobile#submenu-mobile-search {
    max-width: 100%; }
.submenu-mobile#submenu-mobile-search .submenu-mobile-header {
    gap: 1rem; }
.submenu-mobile#submenu-mobile-search .submenu-mobile-header .search-form {
    width: 100%; }
.submenu-mobile#submenu-mobile-search .submenu-mobile-content {
    height: calc(100vh - 64px); }
.submenu-mobile#submenu-mobile-search .search-results .search-results-category {
    border-bottom: 1px solid var(--color-border);
    padding: 1rem 0; }

.submenu-backdrop {
    position: fixed;
    inset: 0;
    -webkit-backdrop-filter: blur(3px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 900;
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(3px); }

.submenu-backdrop.active {
    opacity: 1;
    pointer-events: auto; }

.has-dropdown {
    position: relative;
    cursor: pointer; }
.has-dropdown .dropdown-link:hover {
    color: var(--color-near-black); }

.dropdown-wrapper {
    display: none;
    position: absolute;
    right: 0;
    background-color: var(--color-white);
    padding: 1rem;
    border-radius: 0.5rem;
    background: var(--color-white);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    z-index: 3;
    width: 14.25rem;
    height: 21.25rem;
    overflow: auto;
    top: 40px; }
.dropdown-wrapper--visible {
    display: block; }
.dropdown-wrapper .search-form {
    width: 100%; }
.dropdown-wrapper .dropdown__item {
    padding: 0.625rem 0.625rem 0.625rem 0.9375rem;
    width: calc(calc(100% - 1.25rem) / 2); }
.dropdown-wrapper .dropdown__item:hover {
    background: red;
    border-radius: 0.3125rem; }
.dropdown-wrapper .dropdown__item:last-child {
    margin-bottom: 0; }
.dropdown-wrapper .dropdown__item .nav-link {
    color: var(--color-near-black);
    text-decoration: none; }
.dropdown-wrapper .menu-note {
    padding: 0.625rem 0.9375rem;
    margin-top: 1.25rem;
    background-color: var(--color-white); }
.dropdown-wrapper .menu-note .note {
    color: var(--color-near-black); }

.language-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1rem; }
.language-items .item {
    padding: 0.5rem 0;
    border-top: 1px solid var(--color-border); }
.language-items .item .navigation-link {
    padding: 0.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    color: var(--color-near-black);
    position: relative;
    border-radius: 0.5rem; }
.language-items .item .navigation-link:hover {
    background: var(--color-orange-hover-language);
    color: var(--color-accent-orange); }
.language-items .item.active .navigation-link {
    background: var(--color-orange-hover-language);
    color: var(--color-accent-orange); }
.language-items .item.active .navigation-link:after {
    content: '\e909';
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    color: var(--color-accent-orange); }
.language-items .item.no-result {
    padding: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    color: var(--color-near-black); }

.article-category-and-date {
    padding: 0 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem; }
.article-category-and-date .article-category {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    padding: 0.25rem 0.5rem;
    background: var(--color-near-black);
    border-radius: 0.25rem;
    color: var(--color-white);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    text-transform: uppercase; }
.article-category-and-date .article-category:hover {
    background: var(--color-accent-orange); }
.article-category-and-date .article-date {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    color: var(--color-medium-grey); }

.article-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    position: relative; }
.article-footer:before {
    width: calc(100% - 32px);
    height: 1px;
    background: var(--color-background-inputs);
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    position: absolute; }
.article-footer .article-author, .article-footer .article-read-time {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    color: var(--color-medium-grey); }

.progress-wrapper {
    position: relative;
    height: 0.1875rem; }
.progress-wrapper .progress-bar {
    height: 0.1875rem;
    width: 0%;
    background-color: var(--color-accent-orange);
    transition: width 0.1s linear; }
.progress-wrapper .progress-bar.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; }

.page-legal {
    padding-bottom: 3rem;
    max-width: 52rem;
    width: 100%;
    margin: 0 auto; }
@media (min-width: 576px) {
    .page-legal {
        padding-bottom: 4rem; } }
.page-legal .page-legal-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0.5rem;
    background: var(--color-white);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 2rem 1rem;
    gap: 1.5rem; }
@media (min-width: 576px) {
    .page-legal .page-legal-wrapper {
        padding: 2rem; } }
.page-legal .page-legal-wrapper .content-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-background-inputs); }
.page-legal .page-legal-wrapper .content-header h1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.375rem;
    font-style: normal;
    letter-spacing: -0.64px;
    color: var(--color-near-black); }
.page-legal .page-legal-wrapper .content-header .last-updated {
    color: var(--color-medium-grey);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }
.page-legal .page-legal-wrapper .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem; }
.page-legal .page-legal-wrapper .content h2 {
    color: var(--color-near-black);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: normal;
    letter-spacing: -0.09px;
    padding-top: 0.5rem; }
.page-legal .page-legal-wrapper .content p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-near-black); }
.page-legal .page-legal-wrapper .content ul, .page-legal .page-legal-wrapper .content li {
    padding-left: 1rem; }
.page-legal .page-legal-wrapper .content ul li, .page-legal .page-legal-wrapper .content li li {
    list-style: initial;
    padding-left: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-near-black);
    margin-bottom: 1rem; }
.page-legal .page-legal-wrapper .content ul li::marker, .page-legal .page-legal-wrapper .content li li::marker {
    font-size: 1.25rem; }
.page-legal .page-legal-wrapper .content ol li {
    list-style-type: decimal; }
.page-legal .page-legal-wrapper .content ol li::marker {
    font-size: 1rem; }
.page-legal .page-legal-wrapper .content a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    text-decoration: underline; }
.page-legal .page-legal-wrapper .content a:hover {
    color: var(--color-accent-orange); }

.page-legal-navigation-wrapper {
    padding: 3rem 0 1.5rem 0; }
@media (min-width: 576px) {
    .page-legal-navigation-wrapper {
        padding-top: 4rem; } }
@media (min-width: 992px) {
    .page-legal-navigation-wrapper {
        padding-top: 5rem; } }
.page-legal-navigation-wrapper .page-legal-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem;
    gap: 0.5rem;
    border-radius: 0.5rem;
    background: var(--color-white);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
@media (min-width: 576px) {
    .page-legal-navigation-wrapper .page-legal-navigation {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
.page-legal-navigation-wrapper .page-legal-navigation .button {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal; }
@media (min-width: 576px) {
    .page-legal-navigation-wrapper .page-legal-navigation .button {
        padding: 1rem; } }
@media (min-width: 768px) {
    .page-legal-navigation-wrapper .page-legal-navigation .button {
        padding: 1rem 1.5rem; } }
.page-legal-navigation-wrapper .page-legal-navigation .button:hover {
    background: var(--color-orange-hover-language);
    color: var(--color-accent-orange); }

.important {
    border-radius: 0.5rem;
    border: 1px solid var(--color-accent-orange-light);
    background: linear-gradient(90deg, #FFF7ED 0%, #FFEDD4 100%);
    padding: 1rem 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-near-black); }
@media (min-width: 576px) {
    .important {
        padding: 2rem; } }
.important .bold {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }

.section-top-categories-wrapper .section-top-categories {
    padding: 3rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    max-width: 36.25rem;
    width: 100%;
    margin: 0 auto; }
@media (min-width: 576px) {
    .section-top-categories-wrapper .section-top-categories {
        padding: 4rem 0; } }
.section-top-categories-wrapper .section-top-categories .title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: -0.39px;
    color: var(--color-near-black); }
@media (min-width: 576px) {
    .section-top-categories-wrapper .section-top-categories .title {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 2.375rem;
        font-style: normal;
        letter-spacing: -0.64px; } }
.section-top-categories-wrapper .section-top-categories .description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-medium-grey); }
@media (min-width: 576px) {
    .section-top-categories-wrapper .section-top-categories .description {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5rem;
        font-style: normal; } }

.section-top-author-wrapper .section-top-author {
    padding: 3rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    max-width: 36.25rem;
    width: 100%;
    margin: 0 auto; }
@media (min-width: 576px) {
    .section-top-author-wrapper .section-top-author {
        padding: 4rem 0; } }
.section-top-author-wrapper .section-top-author .socials {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    gap: 1rem; }
.section-top-author-wrapper .section-top-author .socials .social-list-item .social-list-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-white);
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: var(--color-background-icons); }
.section-top-author-wrapper .section-top-author .socials .social-list-item .social-list-link:hover {
    padding: 0;
    background: var(--color-accent-orange);
    color: var(--color-white); }
.section-top-author-wrapper .section-top-author .image-wrapper {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto; }
.section-top-author-wrapper .section-top-author .title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: -0.39px;
    color: var(--color-near-black); }
@media (min-width: 576px) {
    .section-top-author-wrapper .section-top-author .title {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 2.375rem;
        font-style: normal;
        letter-spacing: -0.64px; } }
.section-top-author-wrapper .section-top-author .description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-medium-grey); }
@media (min-width: 576px) {
    .section-top-author-wrapper .section-top-author .description {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5rem;
        font-style: normal; } }

.guide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    background: var(--color-white);
    border-radius: 0.5rem; }
.guide .guide-header {
    border-radius: 0.5rem 0.5rem 0 0; }
.guide .guide-header .img-loading {
    border-radius: 0.5rem 0.5rem 0 0; }
.guide .guide-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem; }
.guide .guide-content .guide-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-style: normal;
    letter-spacing: -0.22px;
    color: var(--color-near-black);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: all .2s ease-in-out; }
.guide .guide-content .guide-title:hover {
    color: var(--color-accent-orange); }
.guide .guide-content .guide-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-medium-grey);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis; }
@media (min-width: 768px) {
    .guide .guide-content .guide-description {
        -webkit-line-clamp: 3;
        margin-bottom: auto; } }
@media (min-width: 992px) {
    .guide .guide-content .guide-description {
        -webkit-line-clamp: 2; } }
.guide .guide-content .guide-footer {
    padding-top: 1rem;
    border-top: 1px solid var(--color-background-inputs); }
.guide .guide-content .guide-footer .link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal; }

.section-read-more-wrapper.with-background {
    background: var(--color-background-section-category); }

.section-read-more-wrapper .section-read-more {
    padding: 3rem 0;
    gap: 2rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
@media (min-width: 430px) {
    .section-read-more-wrapper .section-read-more {
        padding: 4rem 0; } }
.section-read-more-wrapper .section-read-more__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-border); }
.section-read-more-wrapper .section-read-more__header .title-wrapper {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: -0.39px;
    color: var(--color-near-black);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem; }
.section-read-more-wrapper .section-read-more__header .title-wrapper .icon {
    color: var(--color-accent-orange);
    font-size: 1.5rem; }
.section-read-more-wrapper .section-read-more__header .arrows {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem; }
.section-read-more-wrapper .section-read-more__header .arrows .arrow-wrapper {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--color-background-icons);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    cursor: pointer; }
.section-read-more-wrapper .section-read-more__header .arrows .arrow-wrapper .icon {
    color: var(--color-white); }
.section-read-more-wrapper .section-read-more__header .arrows .arrow-wrapper:hover {
    background: var(--color-accent-orange);
    transition: all .2s ease-in-out; }
.section-read-more-wrapper .section-read-more__content .article, .section-read-more-wrapper .section-read-more__content .guide {
    margin: 0 0.375rem; }

.page-home .section-top-homepage-wrapper .section-top-homepage {
    padding-top: 2.875rem;
    padding-bottom: 5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 992px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
@media (min-width: 1440px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage {
        gap: 2rem; } }
@media (min-width: 992px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage__top {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
@media (min-width: 1200px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage__top {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
@media (min-width: 992px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage__middle {
        max-width: 19.25rem;
        width: 100%; } }
@media (min-width: 1200px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage__middle {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
.page-home .section-top-homepage-wrapper .section-top-homepage__middle .hot-stories {
    padding: 1.5rem 0;
    border-radius: 0.5rem;
    background: linear-gradient(168deg, #FF6900 0%, #F54900 100%);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
.page-home .section-top-homepage-wrapper .section-top-homepage__middle .hot-stories .hot-stories-title {
    padding: 0 1.5rem 0.5rem 1.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-white);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-style: normal;
    letter-spacing: -0.22px; }
.page-home .section-top-homepage-wrapper .section-top-homepage__middle .hot-stories .hot-stories-title.underline .icon {
    font-size: 1rem; }
.page-home .section-top-homepage-wrapper .section-top-homepage__middle .hot-stories .hot-stories-title.underline:before {
    background: var(--color-white); }
.page-home .section-top-homepage-wrapper .section-top-homepage__middle .hot-stories .hot-stories-articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1.5rem; }
.page-home .section-top-homepage-wrapper .section-top-homepage__middle .hot-stories .hot-stories-articles .article--short .article-title {
    color: var(--color-white); }
.page-home .section-top-homepage-wrapper .section-top-homepage__middle .hot-stories .hot-stories-articles .article--short .article-title:hover {
    color: var(--color-accent-orange-light); }
.page-home .section-top-homepage-wrapper .section-top-homepage__middle .hot-stories .hot-stories-articles .article--short .article-category-and-date .article-category {
    background: var(--color-white);
    color: var(--color-near-black); }
.page-home .section-top-homepage-wrapper .section-top-homepage__middle .hot-stories .hot-stories-articles .article--short .article-category-and-date .article-category:hover {
    background: var(--color-background-inputs); }
.page-home .section-top-homepage-wrapper .section-top-homepage__middle .hot-stories .hot-stories-articles .article--short .article-category-and-date .article-date {
    color: var(--color-white); }
@media (min-width: 992px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage__bottom {
        width: 100%; } }
@media (min-width: 1200px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage__bottom {
        max-width: 19.25rem;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; } }
.page-home .section-top-homepage-wrapper .section-top-homepage__bottom .latest-articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 1.5rem; }
@media (min-width: 1200px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage__bottom .latest-articles {
        padding-top: 0; } }
.page-home .section-top-homepage-wrapper .section-top-homepage__bottom .latest-articles .latest-articles-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-style: normal;
    letter-spacing: -0.22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    position: relative; }
.page-home .section-top-homepage-wrapper .section-top-homepage__bottom .latest-articles .latest-articles-title.underline:before {
    width: 100%; }
.page-home .section-top-homepage-wrapper .section-top-homepage__bottom .latest-articles .latest-articles-title .icon {
    font-size: 1rem;
    color: var(--color-accent-orange); }
.page-home .section-top-homepage-wrapper .section-top-homepage__bottom .latest-articles .latest-articles-articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 576px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage__bottom .latest-articles .latest-articles-articles {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.5rem; } }
@media (min-width: 1200px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage__bottom .latest-articles .latest-articles-articles {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
@media (min-width: 576px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage__bottom .latest-articles .latest-articles-articles .article--short {
        width: calc(calc(100% - 24px) / 2); } }
@media (min-width: 1200px) {
    .page-home .section-top-homepage-wrapper .section-top-homepage__bottom .latest-articles .latest-articles-articles .article--short {
        width: 100%; } }

.page-home .stay-updated-wrapper {
    margin: 3rem auto;
    padding: 3rem 0;
    border-top: 1px solid var(--color-accent-orange-light);
    border-bottom: 1px solid var(--color-accent-orange-light);
    background: linear-gradient(90deg, #FFF7ED 0%, #FFEDD4 100%); }
@media (min-width: 992px) {
    .page-home .stay-updated-wrapper {
        margin: 5rem auto; } }
@media (min-width: 1200px) {
    .page-home .stay-updated-wrapper {
        margin: 8rem auto; } }
@media (min-width: 576px) {
    .page-home .stay-updated-wrapper {
        background: transparent;
        border: none;
        padding: 0; } }
.page-home .stay-updated-wrapper .stay-updated {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem; }
@media (min-width: 576px) {
    .page-home .stay-updated-wrapper .stay-updated {
        border-radius: 0.5rem;
        padding: 3rem;
        border: 1px solid var(--color-accent-orange-light);
        background: linear-gradient(90deg, #FFF7ED 0%, #FFEDD4 100%); } }
.page-home .stay-updated-wrapper .stay-updated-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: -0.39px;
    text-align: center; }
.page-home .stay-updated-wrapper .stay-updated-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-medium-grey);
    text-align: center; }
.page-home .stay-updated-wrapper .stay-updated-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem; }
@media (min-width: 576px) {
    .page-home .stay-updated-wrapper .stay-updated-form {
        max-width: 29.1875rem;
        width: 100%;
        margin: 0 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
.page-home .stay-updated-wrapper .stay-updated-form .input-group {
    position: relative; }
@media (min-width: 576px) {
    .page-home .stay-updated-wrapper .stay-updated-form .input-group {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
.page-home .stay-updated-wrapper .stay-updated-form .input-group .stay-updated-input {
    width: 100%;
    border: 1px solid var(--color-accent-orange-light);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-medium-grey);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 2.625rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3rem; }
.page-home .stay-updated-wrapper .stay-updated-form .input-group .stay-updated-input::-webkit-input-placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-medium-grey); }
.page-home .stay-updated-wrapper .stay-updated-form .input-group .stay-updated-input::-moz-placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-medium-grey); }
.page-home .stay-updated-wrapper .stay-updated-form .input-group .stay-updated-input:-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-medium-grey); }
.page-home .stay-updated-wrapper .stay-updated-form .input-group .stay-updated-input::placeholder {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-medium-grey); }
@media (min-width: 576px) {
    .page-home .stay-updated-wrapper .stay-updated-form .input-group .stay-updated-input {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
.page-home .stay-updated-wrapper .stay-updated-form .input-group .icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    color: var(--color-accent-orange); }
@media (min-width: 576px) {
    .page-home .stay-updated-wrapper .stay-updated-form .button--full-width {
        width: auto; } }

.page-contact {
    max-width: 68.25rem;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 576px) {
    .page-contact {
        gap: 4rem; } }
.page-contact .section-top-contact-wrapper {
    padding-top: 3rem; }
@media (min-width: 576px) {
    .page-contact .section-top-contact-wrapper {
        padding-top: 4rem; } }
@media (min-width: 768px) {
    .page-contact .section-top-contact-wrapper {
        max-width: 39.25rem;
        width: 100%;
        margin: 0 auto; } }
.page-contact .section-top-contact-wrapper .section-top-contact {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
.page-contact .section-top-contact-wrapper .section-top-contact .title {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: -0.39px;
    color: var(--color-near-black); }
@media (min-width: 576px) {
    .page-contact .section-top-contact-wrapper .section-top-contact .title {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 2.375rem;
        font-style: normal;
        letter-spacing: -0.64px; } }
.page-contact .section-top-contact-wrapper .section-top-contact .description {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-medium-grey); }
.page-contact .section-form-wrapper {
    padding-bottom: 3rem; }
@media (min-width: 576px) {
    .page-contact .section-form-wrapper {
        padding-bottom: 5rem; } }
.page-contact .section-form-wrapper .section-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem; }
@media (min-width: 992px) {
    .page-contact .section-form-wrapper .section-form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
.page-contact .section-form-wrapper .section-form .title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-style: normal;
    letter-spacing: -0.22px;
    color: var(--color-background); }
@media (min-width: 576px) {
    .page-contact .section-form-wrapper .section-form .title {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 1.625rem;
        line-height: 2rem;
        font-style: normal;
        letter-spacing: -0.39px; } }
.page-contact .section-form-wrapper .section-form__box {
    background: var(--color-white);
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 2rem 1.5rem;
    gap: 1.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
@media (min-width: 576px) {
    .page-contact .section-form-wrapper .section-form__box {
        padding: 2rem; } }
@media (min-width: 992px) {
    .page-contact .section-form-wrapper .section-form__box {
        max-width: calc(calc(100% - 32px) / 2);
        width: 100%; } }
.page-contact .section-form-wrapper .section-form__box form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
.page-contact .section-form-wrapper .section-form__box form .input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem; }
.page-contact .section-form-wrapper .section-form__box form .input-group .input-label {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-label); }
.page-contact .section-form-wrapper .section-form__box form .input-group .input-control {
    height: 2.5rem;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--color-border-input);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-near-black); }
.page-contact .section-form-wrapper .section-form__box form .input-group .input-control::-webkit-input-placeholder {
    color: var(--color-placeholder);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }
.page-contact .section-form-wrapper .section-form__box form .input-group .input-control::-moz-placeholder {
    color: var(--color-placeholder);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }
.page-contact .section-form-wrapper .section-form__box form .input-group .input-control:-ms-input-placeholder {
    color: var(--color-placeholder);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }
.page-contact .section-form-wrapper .section-form__box form .input-group .input-control::placeholder {
    color: var(--color-placeholder);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal; }
.page-contact .section-form-wrapper .section-form__box form .input-group .input-control:focus {
    outline: none;
    border-color: var(--color-accent-orange); }
.page-contact .section-form-wrapper .section-form__box form .input-group .input-control--textarea {
    height: auto;
    resize: none; }
.page-contact .section-form-wrapper .section-form__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem; }
@media (min-width: 992px) {
    .page-contact .section-form-wrapper .section-form__info {
        max-width: calc(calc(100% - 32px) / 2);
        width: 100%; } }
.page-contact .section-form-wrapper .section-form__info .get-in-touch {
    border-radius: 0.5rem;
    padding: 2rem 1.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    background: linear-gradient(135deg, #FF6900 0%, #F54900 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
@media (min-width: 576px) {
    .page-contact .section-form-wrapper .section-form__info .get-in-touch {
        padding: 2rem; } }
.page-contact .section-form-wrapper .section-form__info .get-in-touch .title {
    color: var(--color-white); }
.page-contact .section-form-wrapper .section-form__info .get-in-touch .get-in-touch-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem; }
.page-contact .section-form-wrapper .section-form__info .get-in-touch .get-in-touch-item .icon-box {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    width: 2.5rem;
    height: 2.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.page-contact .section-form-wrapper .section-form__info .get-in-touch .get-in-touch-item .icon-box .icon {
    color: var(--color-white); }
.page-contact .section-form-wrapper .section-form__info .get-in-touch .get-in-touch-item .info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem; }
.page-contact .section-form-wrapper .section-form__info .get-in-touch .get-in-touch-item .info .title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: normal;
    letter-spacing: -0.09px;
    color: var(--color-white); }
.page-contact .section-form-wrapper .section-form__info .get-in-touch .get-in-touch-item .info .description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-white); }
.page-contact .section-form-wrapper .section-form__info .follow-us {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 2rem 1.5rem;
    border-radius: 0.5rem;
    background: var(--color-white); }
@media (min-width: 576px) {
    .page-contact .section-form-wrapper .section-form__info .follow-us {
        padding: 2rem; } }
.page-contact .section-form-wrapper .section-form__info .follow-us .description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-medium-grey); }
.page-contact .section-form-wrapper .section-form__info .follow-us .follow-us-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 576px) {
    .page-contact .section-form-wrapper .section-form__info .follow-us .follow-us-items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 1rem; } }
.page-contact .section-form-wrapper .section-form__info .follow-us .follow-us-items .item {
    padding: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.5rem;
    gap: 0.5rem;
    background: var(--color-background-page); }
@media (min-width: 576px) {
    .page-contact .section-form-wrapper .section-form__info .follow-us .follow-us-items .item {
        width: calc(calc(100% - 32px) / 3); } }
.page-contact .section-form-wrapper .section-form__info .follow-us .follow-us-items .item .icon-box {
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: var(--color-background-icons); }
.page-contact .section-form-wrapper .section-form__info .follow-us .follow-us-items .item .icon-box .icon {
    color: var(--color-white); }
.page-contact .section-form-wrapper .section-form__info .follow-us .follow-us-items .item .name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: normal;
    color: var(--color-near-black); }
.page-contact .section-form-wrapper .section-form__info .follow-us .follow-us-items .item .value {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    color: var(--color-medium-grey); }

.page-categories .tag-subtitle {
    color: var(--color-medium-grey);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal; }

.page-categories .section-articles-wrapper .section-articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 576px) {
    .page-categories .section-articles-wrapper .section-articles {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2rem 1.5rem; } }
@media (min-width: 576px) {
    .page-categories .section-articles-wrapper .section-articles .article {
        width: calc(calc(100% - 24px) / 2); } }
@media (min-width: 992px) {
    .page-categories .section-articles-wrapper .section-articles .article {
        width: calc(calc(100% - 48px) / 3); } }
@media (min-width: 1200px) {
    .page-categories .section-articles-wrapper .section-articles .article {
        width: calc(calc(100% - 72px) / 4); } }

.page-categories .section-actions-wrapper .section-actions {
    padding: 3rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
@media (min-width: 576px) {
    .page-categories .section-actions-wrapper .section-actions {
        padding: 4rem 0; } }

.page-analysis .section-articles-wrapper {
    padding-bottom: 4rem; }
.page-analysis .section-articles-wrapper .section-articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 576px) {
    .page-analysis .section-articles-wrapper .section-articles {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2rem 1.5rem; } }
@media (min-width: 576px) {
    .page-analysis .section-articles-wrapper .section-articles .article {
        width: calc(calc(100% - 24px) / 2); } }

.page-analysis .section-actions-wrapper .section-actions {
    padding: 3rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
@media (min-width: 576px) {
    .page-analysis .section-actions-wrapper .section-actions {
        padding: 4rem 0; } }

.page-business .section-articles-wrapper {
    padding-bottom: 4rem; }
.page-business .section-articles-wrapper .section-articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 576px) {
    .page-business .section-articles-wrapper .section-articles {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2rem 1.5rem; } }
@media (min-width: 576px) {
    .page-business .section-articles-wrapper .section-articles .article {
        width: calc(calc(100% - 24px) / 2); } }

.page-business .section-actions-wrapper .section-actions {
    padding: 3rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
@media (min-width: 576px) {
    .page-business .section-actions-wrapper .section-actions {
        padding: 4rem 0; } }

.page-article {
    position: relative; }
@media (min-width: 992px) {
    .page-article .page-article-inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2rem; } }
@media (min-width: 992px) {
    .page-article .page-article-inner .center {
        max-width: 700px;
        width: 100%;
        padding-bottom: 5rem; } }
@media (min-width: 1200px) {
    .page-article .page-article-inner .center {
        padding-bottom: 8rem; } }
@media (min-width: 992px) {
    .page-article .page-article-inner .left, .page-article .page-article-inner .right {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
.page-article .section-top-article-wrapper .section-top-article {
    padding: 3rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
.page-article .section-top-article-wrapper .section-top-article .article-category-and-date {
    padding-left: 0; }
.page-article .section-top-article-wrapper .section-top-article .title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.375rem;
    font-style: normal;
    letter-spacing: -0.64px;
    color: var(--color-near-black); }
.page-article .section-top-article-wrapper .section-top-article .description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-near-black); }
.page-article .section-top-article-wrapper .section-top-article .description a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    text-decoration: underline; }
.page-article .section-top-article-wrapper .section-top-article .article-footer {
    padding: 0; }
.page-article .section-top-article-wrapper .section-top-article .article-footer:before {
    display: none; }
.page-article .section-top-article-wrapper .section-top-article .image-wrapper {
    border-radius: 0.5rem;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
.page-article .section-top-article-wrapper .section-top-article .image-wrapper img {
    aspect-ratio: 16 /9; }
.page-article .section-content-wrapper .section-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
.page-article .section-content-wrapper .section-content h2 {
    padding-top: 1.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2rem;
    font-style: normal;
    letter-spacing: -0.39px;
    color: var(--color-near-black); }
.page-article .section-content-wrapper .section-content p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-near-black); }
.page-article .section-content-wrapper .section-content a {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    text-decoration: underline; }
.page-article .section-content-wrapper .section-content a:hover {
    color: var(--color-accent-orange); }
.page-article .section-content-wrapper .section-content ul, .page-article .section-content-wrapper .section-content ol {
    padding-left: 1rem; }
.page-article .section-content-wrapper .section-content ul li, .page-article .section-content-wrapper .section-content ol li {
    list-style: initial;
    padding-left: 0.5rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-near-black);
    margin-bottom: 1rem; }
.page-article .section-content-wrapper .section-content ul li::marker, .page-article .section-content-wrapper .section-content ol li::marker {
    color: var(--color-accent-orange);
    font-size: 1.25rem; }
.page-article .section-content-wrapper .section-content ol li {
    list-style-type: decimal; }
.page-article .section-content-wrapper .section-content ol li::marker {
    font-size: 1rem; }
.page-article .section-content-wrapper .section-content figure.wp-block-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.5rem;
    overflow: hidden; }
.page-article .section-content-wrapper .section-content figure.wp-block-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9; }
.page-article .section-content-wrapper .section-content pre, .page-article .section-content-wrapper .section-content blockquote {
    border-radius: 0.5rem;
    border-left: 4px solid var(--color-accent-orange);
    background: linear-gradient(90deg, #FFF7ED 0%, #FFEDD4 100%);
    padding: 1.5rem 1.5rem 1.5rem 4.25rem;
    position: relative;
    overflow-y: auto; }
.page-article .section-content-wrapper .section-content pre:before, .page-article .section-content-wrapper .section-content blockquote:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-size: 1.25rem;
    color: var(--color-accent-orange); }
.page-article .section-content-wrapper .section-content pre::-webkit-scrollbar, .page-article .section-content-wrapper .section-content blockquote::-webkit-scrollbar {
    height: 1px;
    cursor: pointer; }
.page-article .section-content-wrapper .section-content pre::-webkit-scrollbar-track, .page-article .section-content-wrapper .section-content blockquote::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0.5rem; }
.page-article .section-content-wrapper .section-content pre::-webkit-scrollbar-thumb, .page-article .section-content-wrapper .section-content blockquote::-webkit-scrollbar-thumb {
    background: var(--color-accent-orange);
    border-radius: 0.5rem;
    height: 0.1875rem; }
.page-article .section-content-wrapper .section-content pre code {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal;
    color: var(--color-near-black);
    overflow-wrap: anywhere;
    word-break: break-word; }
.page-article .section-content-wrapper .section-content pre:before {
    content: '\e912'; }
.page-article .section-content-wrapper .section-content blockquote:before {
    content: '\e913'; }
.page-article .section-share {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem 0; }
@media (min-width: 576px) {
    .page-article .section-share {
        padding-bottom: 8.9375rem; } }
@media (min-width: 768px) {
    .page-article .section-share {
        padding-bottom: 4.5rem; } }
@media (min-width: 992px) {
    .page-article .section-share {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; } }
.page-article .section-share .section-share-item {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 2rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-background-icons);
    color: var(--color-white); }
.page-article .section-share .section-share-item:hover {
    background: var(--color-accent-orange); }
.page-article .tags {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 4rem; }
.page-article .tags .tag {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    height: 2rem;
    border-radius: 0.25rem;
    background: var(--color-orange-hover-language);
    color: var(--color-accent-orange); }
.page-article .tags .tag:hover {
    background: var(--color-accent-orange);
    color: var(--color-white); }

.page-learn .section-articles-wrapper {
    padding-bottom: 3rem; }
@media (min-width: 576px) {
    .page-learn .section-articles-wrapper {
        padding-bottom: 5rem; } }
.page-learn .section-articles-wrapper .section-articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 768px) {
    .page-learn .section-articles-wrapper .section-articles {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2rem 1.5rem; } }
@media (min-width: 768px) {
    .page-learn .section-articles-wrapper .section-articles .guide {
        width: calc(calc(100% - 48px) / 3); } }

.page-author .tag-subtitle {
    color: var(--color-medium-grey);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: normal; }

.page-author .section-articles-wrapper .section-articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem; }
@media (min-width: 576px) {
    .page-author .section-articles-wrapper .section-articles {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2rem 1.5rem; } }
@media (min-width: 576px) {
    .page-author .section-articles-wrapper .section-articles .article {
        width: calc(calc(100% - 24px) / 2); } }
@media (min-width: 992px) {
    .page-author .section-articles-wrapper .section-articles .article {
        width: calc(calc(100% - 48px) / 3); } }
@media (min-width: 1200px) {
    .page-author .section-articles-wrapper .section-articles .article {
        width: calc(calc(100% - 72px) / 4); } }

.page-author .section-actions-wrapper .section-actions {
    padding: 3rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
@media (min-width: 576px) {
    .page-author .section-actions-wrapper .section-actions {
        padding: 4rem 0; } }

/*# sourceMappingURL=style.min.css.map */
