/* icon */
.icon-wrapper .icon,
.icon-wrapper .icon-after:after,
.icon-wrapper .icon-before:before,
.icon-wrapper .more:not(.icon-before):after {
    position: relative;
}

.icon-after::after,
.more::after {
    top: -0.085em;
}

/* br */
.xsmall {
    display: none;
}

@media only screen and (max-width: 361px) {
    .xsmall {
        display: initial;
    }
}

.custom-571 {
    display: none;
}

@media all and (min-width:571px) and (max-width:734px) {
    .custom-571 {
        display: block;
    }
}

@media only screen and (max-width:734px) {
    .smaal-hide {
        display: none;
    }
}

@media only screen and (max-width:374px) {
    .custom-hide-374 {
        display: none;
    }
}
