/*! CSS Used from: ../fonts/default-integration.css */
.spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

.hide {
    display: none !important;
}

/*! CSS Used from: ../fonts/intlTelInput.css */
:root {
    --iti-hover-color: rgba(0, 0, 0, 0.05);
    --iti-text-gray: #999;
    --iti-border-gray: #ccc;
    --iti-spacer-horizontal: 8px;
    --iti-flag-height: 15px;
    --iti-flag-width: 20px;
    --iti-border-width: 1px;
    --iti-arrow-height: 4px;
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
    --iti-arrow-padding: 6px;
    --iti-arrow-color: #555;
    --iti-input-padding: 6px;
    --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
    --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
    --iti-flag-sprite-width: 5762px;
    --iti-flag-sprite-height: 15px;
    --iti-mobile-popup-margin: 30px;
}

/*! CSS Used from: ../fonts/rainews.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    overflow: visible;
}

a {
    background-color: transparent;
}

strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button;
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

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

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}

button,
input {
    font-family: inherit;
}

div,
h1,
h2,
h3,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

i {
    font-style: italic;
}

i,
strong {
    line-height: inherit;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3,
h6 {
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 1.5rem;
}

h1,
h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.1875rem;
}

h3 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h6 {
    font-size: 1rem;
}

@media print,
screen and (min-width:48em) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.9375rem;
    }

    h6 {
        font-size: 1rem;
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover {
    color: #1468a0;
}

a img,
hr {
    border: 0;
}

hr {
    clear: both;
    max-width: 81rem;
    height: 0;
    margin: 1.25rem auto;
    border-bottom: 1px solid #cacaca;
}

ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
}

ul {
    margin-left: 1.25rem;
}

ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        color-adjust: economy;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.grid-x {
    display: flex;
    flex-flow: row wrap;
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-family: inherit;
    font-size: .9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.button {
    background-color: #1779ba;
    color: #fefefe;
}

.button:focus,
.button:hover {
    background-color: #14679e;
    color: #fefefe;
}

.hide {
    display: none !important;
}

@media screen and (max-width:0em),
screen and (min-width:48em) {
    .show-for-small-only {
        display: none !important;
    }
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: rai24 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\66";
}

.icon-nav:before {
    content: "\76";
}

.icon-logo-rai:before {
    content: "\41";
}

.icon-arrow-left:before {
    content: "\42";
}

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

.icon-chevron-right:before {
    content: "\64";
}

.icon-logo-rainews:before {
    content: "\e903";
}

* {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    color: var(--color01, #212335);
    background-color: var(--colorBackground01, #fff);
    height: 100%;
}

body,
html {
    font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size: var(--global-size, 20px);
    line-height: var(--global-lineheight, 32px);
}

html body {
    height: auto;
    min-height: 100vh;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.sr-only {
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

@media only screen and (min-width:768px) {
    .sr-only:focus {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
        font-size: 14px;
    }
}

@media only screen and (min-width:0) {
    main {
        padding-top: var(--header-fixed-height, 93px);
    }
}

@media only screen and (min-width:768px) {
    main {
        padding-top: var(--header-fixed-height, 127px);
    }
}

@media only screen and (min-width:1024px) {
    main {
        padding-top: var(--header-fixed-height, 121px);
    }
}

@media only screen and (min-width:1296px) {
    main {
        padding-top: var(--header-fixed-height, 149px);
    }
}

@media only screen and (min-width:0) {
    body[data-layout=homepage] main {
        padding-top: var(--header-home-fixed-height, 125px);
    }
}

@media only screen and (min-width:768px) {
    body[data-layout=homepage] main {
        padding-top: var(--header-home-fixed-height, 149px);
    }
}

@media only screen and (min-width:1024px) {
    body[data-layout=homepage] main {
        padding-top: var(--header-home-fixed-height, 147px);
    }
}

@media only screen and (min-width:1296px) {
    body[data-layout=homepage] main {
        padding-top: var(--header-home-fixed-height, 171px);
    }
}

h1,
h2,
h3,
h6 {
    font-family: var(--font02, "Merriweather", serif);
    font-weight: 400;
    margin-top: 0;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

button {
    cursor: pointer;
}

body[data-layout=homepage] main {
    border-bottom: 20px solid var(--launch__label-color, #009);
}

body {
    display: flex;
    flex-direction: column;
}

body main {
    flex: 1 0 auto;
}

rai-corporate-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 250;
}

body .overlay-corporate-mask {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    z-index: 100;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

body .header-fixed,
body .header-fixed #menu-open,
body .header-fixed #page-updated,
body .header-fixed .header-menu__live a,
body .header-fixed .header-menu__live a:link,
body .header-fixed .header-menu__live a:visited,
body .header-fixed .header-menu__nav .button,
body .header-fixed .header-menu__nav .visible-list a,
body .header-fixed .secondary-bar__inner .link,
body .header-fixed .topics__title {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.header-fixed {
    border-top: 2px solid #009;
    position: fixed;
    top: 0;
    left: 0;
    right: 16px;
    z-index: 200;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 50px hsla(0, 0%, 55.3%, .3);
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -ms-transition: height .3s ease;
    transition: height .3s ease;
}

@media only screen and (min-width:0) {
    .header-fixed {
        height: var(--header-fixed-height, 93px);
    }
}

@media only screen and (min-width:768px) {
    .header-fixed {
        height: var(--header-fixed-height, 127px);
    }
}

@media only screen and (min-width:1024px) {
    .header-fixed {
        height: var(--header-fixed-height, 121px);
    }
}

@media only screen and (min-width:1296px) {
    .header-fixed {
        height: var(--header-fixed-height, 149px);
    }
}

body[data-layout=homepage] .header-fixed {
    border-top: 0;
}

@media only screen and (min-width:0) {
    body[data-layout=homepage] .header-fixed {
        height: var(--header-home-fixed-height, 125px);
    }
}

@media only screen and (min-width:768px) {
    body[data-layout=homepage] .header-fixed {
        height: var(--header-home-fixed-height, 149px);
    }
}

@media only screen and (min-width:1024px) {
    body[data-layout=homepage] .header-fixed {
        height: var(--header-home-fixed-height, 147px);
    }
}

@media only screen and (min-width:1296px) {
    body[data-layout=homepage] .header-fixed {
        height: var(--header-home-fixed-height, 171px);
    }
}

.header-fixed .header {
    margin: 0 auto;
    border-bottom: 1px solid transparent;
}

@media only screen and (min-width:0) {
    .header-fixed .header {
        max-width: var(--content-maxwidth, 1296px);
    }
}

@media only screen and (min-width:768px) {
    .header-fixed .header {
        max-width: var(--content-maxwidth, 1296px);
    }
}

@media only screen and (min-width:1024px) {
    .header-fixed .header {
        max-width: var(--content-maxwidth, 984px);
    }
}

@media only screen and (min-width:1296px) {
    .header-fixed .header {
        max-width: var(--content-maxwidth, 1296px);
    }
}

@media only screen and (min-width:0) {
    .header-fixed .header {
        padding-left: var(--article-padding, 20px);
    }
}

@media only screen and (min-width:768px) {
    .header-fixed .header {
        padding-left: var(--article-padding, 30px);
    }
}

@media only screen and (min-width:1024px) {
    .header-fixed .header {
        padding-left: var(--article-padding, 10px);
    }
}

@media only screen and (min-width:1296px) {
    .header-fixed .header {
        padding-left: var(--article-padding, 12px);
    }
}

@media only screen and (min-width:0) {
    .header-fixed .header {
        padding-right: var(--article-padding, 20px);
    }
}

@media only screen and (min-width:768px) {
    .header-fixed .header {
        padding-right: var(--article-padding, 30px);
    }
}

@media only screen and (min-width:1024px) {
    .header-fixed .header {
        padding-right: var(--article-padding, 10px);
    }
}

@media only screen and (min-width:1296px) {
    .header-fixed .header {
        padding-right: var(--article-padding, 12px);
    }
}

@media only screen and (min-width:768px) {
    .header-fixed .header {
        border-bottom: 0;
    }
}

.header-fixed .header a:hover,
.header-fixed .header button:hover {
    color: #002eff;
}

.header-fixed .header .header-menu__nav__button:hover,
.header-fixed .header .topics__nav__button:hover,
.header-fixed .header a:hover {
    text-decoration: underline;
}

.header-fixed .header .social a:hover {
    text-decoration: none;
}

.header-fixed .header:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #cdcdd6;
    left: 20px;
    right: 20px;
}

#skip-to-content {
    display: block;
    font-size: 1vw;
    top: 0;
    transform: translateY(26%);
}

[data-layout=homepage] #skip-to-content {
    color: #fff;
}

.main-bar {
    text-align: center;
    height: 40px;
    margin: 7px 0;
    position: relative;
}

#logo-rainews,
#menu-open,
.corporate-menu-toggler {
    border: 0;
    height: 40px;
    position: relative;
}

#menu-open {
    width: 20px;
    height: 40px;
    padding: 10px 0;
    margin: 0;
    color: #5e5e6e;
    background: none;
}

#menu-open i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 0;
}

#menu-open i:before {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

#menu-open:focus,
#menu-open:hover {
    color: #002eff;
    background: none;
}

#menu-open {
    float: left;
}

#logo-rainews {
    width: 98px;
    height: 40px;
    padding: 0;
    margin-left: -10px;
    display: inline-block;
    position: relative;
    color: #009;
}

#logo-rainews i {
    width: 98px;
    height: 40px;
    position: absolute;
    left: 0;
    overflow: hidden;
}

#logo-rainews i:before {
    font-size: 98px;
    position: absolute;
    top: -29px;
    left: 0;
}

.corporate-menu-toggler {
    display: none;
    float: right;
    border: 0;
    background: none;
    margin: 5px 0;
    padding: 0;
    color: #5e5e6e;
    position: relative;
    width: 30px;
    height: 30px;
}

.corporate-menu-toggler i {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.corporate-menu-toggler i:before {
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #5e5e6e;
}

.corporate-menu-toggler:hover i:before {
    content: "\76";
}

.corporate-menu-toggler:hover i:before {
    background-color: #5e5e6e;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}

@media only screen and (min-width:1024px) {
    .corporate-menu-toggler:hover i:before {
        padding: 9px;
    }
}

@media only screen and (min-width:1296px) {
    .corporate-menu-toggler:hover i:before {
        font-size: 25px;
        padding: 12px;
    }
}

.secondary-bar {
    height: 0;
    overflow: visible;
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    -ms-transition: height .3s ease;
    transition: height .3s ease;
    font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #212335;
}

.secondary-bar__inner {
    position: relative;
    border: 0;
    height: 100%;
}

.secondary-bar .topics {
    display: none;
    position: absolute;
    left: 0;
    right: 180px;
}

.secondary-bar .topics .icon-arrow-right {
    font-size: 8px;
    padding-left: 8px;
    color: #3d5eff;
    position: relative;
    top: -1px;
}

.secondary-bar .topics__title {
    font-weight: 600;
    padding-right: 20px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}

.secondary-bar .topics__nav {
    padding-left: 100px;
    position: relative;
    overflow: hidden;
}

.secondary-bar .topics__nav__list {
    line-height: 20px;
}

.secondary-bar .topics__nav__list__item {
    display: inline-block;
    padding-right: 24px;
    line-height: 20px;
}

.secondary-bar .topics__nav__list__item:last-child {
    padding-right: 0;
}

.secondary-bar .topics__nav__list.visible-list {
    margin: 0;
    line-height: 20px;
    width: max-content;
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
    display: table-cell;
    white-space: nowrap;
}

.secondary-bar .topics__nav__button {
    font-weight: 600;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    color: #212335;
    opacity: .8;
    font-size: 20px;
    width: 20px;
    height: 6px;
    line-height: 0;
    position: relative;
    top: -2px;
}

.secondary-bar .social {
    position: absolute;
    right: 30px;
    top: 10px;
}

.secondary-bar .social__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 24px;
    line-height: 24px;
}

.secondary-bar .social__list__item {
    color: #5e5e6e;
    display: inline-block;
    padding-right: 8px;
}

.secondary-bar .social__list__item:last-child {
    padding-right: 0;
}

.secondary-bar .social__list__item .link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.secondary-bar .social__list__item .link,
.secondary-bar .social__list__item .link svg {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .header-menu .header-menu__live {
        left: auto;
        right: 0;
        border-left: 0;
        padding-left: 0;
    }

    .secondary-bar .social {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .header-fixed .header {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width:768px) {
    .header-fixed .header:after {
        display: none;
    }

    .main-bar {
        text-align: left;
        height: 30px;
        margin: 25px 30px 26px;
    }

    #menu-open {
        height: 30px;
        padding: 0;
    }

    #menu-open i {
        top: 5px;
    }

    #logo-rainews {
        height: 30px;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 40px;
    }

    #logo-rainews i:before {
        top: -34px;
    }

    .corporate-menu-toggler {
        display: block;
        margin: 0;
        overflow: hidden;
    }

    .secondary-bar {
        height: 44px;
        overflow: hidden;
    }

    .secondary-bar__inner {
        padding: 11px 30px 12px 75px;
        border-top: 1px solid #cdcdd6;
    }

    .secondary-bar .topics {
        left: 75px;
        display: block;
    }
}

@media only screen and (min-width:1024px) {
    .main-bar {
        margin: 20px 0;
    }

    #menu-open,
    .main-bar {
        height: 38px;
    }

    #menu-open i {
        top: 9px;
    }

    #logo-rainews {
        top: 0;
    }

    #logo-rainews,
    #logo-rainews i {
        width: 122px;
        height: 38px;
    }

    #logo-rainews i:before {
        font-size: 123px;
        top: -42px;
    }

    .corporate-menu-toggler,
    .corporate-menu-toggler i {
        width: 38px;
        height: 38px;
    }

    .corporate-menu-toggler i:before {
        font-size: 38px;
    }

    .secondary-bar {
        height: 45px;
    }

    .secondary-bar__inner {
        padding: 11px 0 10px 45px;
    }

    .secondary-bar__inner .topics {
        left: 45px;
        right: 148px;
    }

    .secondary-bar__inner .social {
        right: 0;
    }
}

@media only screen and (min-width:1296px) {
    .main-bar {
        margin: 25px 0;
    }

    #menu-open,
    .main-bar {
        height: 48px;
    }

    #menu-open {
        width: 25px;
    }

    #menu-open i {
        top: 12.5px;
        width: 24px;
        height: 24px;
    }

    #menu-open i:before {
        font-size: 25px;
    }

    #logo-rainews {
        top: 0;
        left: 44px;
    }

    #logo-rainews,
    #logo-rainews i {
        width: 155px;
        height: 48px;
    }

    #logo-rainews i:before {
        font-size: 155px;
        top: -53px;
    }

    .corporate-menu-toggler,
    .corporate-menu-toggler i {
        width: 48px;
        height: 48px;
    }

    .corporate-menu-toggler i:before {
        font-size: 48px;
    }

    .secondary-bar {
        height: 49px;
    }

    .secondary-bar__inner {
        padding: 14px 0 14px 50px;
    }

    .secondary-bar__inner .topics {
        left: 50px;
        right: 150px;
    }

    .secondary-bar__inner .social {
        top: 12px;
    }
}

.header-menu {
    font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #212335;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -35px;
}

.header-menu .button {
    font-weight: 600;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    color: #212335;
}

.header-menu__nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 228px;
    height: 20px;
    text-align: left;
    overflow: hidden;
}

.header-menu__nav__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.header-menu__nav__list__item {
    white-space: nowrap;
    height: 20px;
    max-height: 20px;
}

.header-menu__nav__list__item .link {
    height: 20px;
    line-height: 20px;
    display: block;
    letter-spacing: 0;
}

.header-menu__nav__list.visible-list {
    display: inline-table;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item {
    display: table-cell;
    margin: 0;
    padding: 0 16px 0 0;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item:last-child {
    padding-right: 0;
    height: 20px;
    line-height: 20px;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item:last-child button {
    height: 10px;
}

.header-menu__nav__list.hidden-list {
    color: #212335;
    position: absolute;
    border: 0;
    box-shadow: 0 0 2px 2px hsla(0, 0%, 55.3%, .3);
    background-color: var(--sharebox-background, #fff);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    top: 44px;
    right: -33px;
    z-index: 15;
    text-align: center;
}

.header-menu__nav__list.hidden-list:after,
.header-menu__nav__list.hidden-list:before {
    content: " ";
    display: none;
    position: absolute;
    top: 0;
    right: 50%;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
}

.header-menu__nav__list.hidden-list:before {
    margin: -12px -15px 0 0;
    border-width: 0 15px 12px;
    border-color: transparent transparent hsla(0, 0%, 55.3%, .3);
}

.header-menu__nav__list.hidden-list:after {
    margin: -10px -13px 0 0;
    border-width: 0 13px 10px;
    border-color: transparent transparent #fff;
}

.header-menu__nav__button {
    font-size: 24px;
    width: 23px;
    height: 20px;
    line-height: 0;
}

.header-menu__nav__button.button {
    padding-bottom: 14px;
}

.header-menu__live {
    position: absolute;
    left: 84px;
    right: auto;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    padding-left: 6px;
    border-left: 1px solid #cdcdd6;
    width: auto;
    white-space: nowrap;
}

.header-menu__live .link {
    height: 20px;
    line-height: 20px;
    display: block;
}

@media only screen and (min-width:768px) {
    .header-menu {
        position: absolute;
        top: 3px;
        left: 167px;
        right: 168px;
        bottom: auto;
        min-width: 300px;
        height: 24px;
        line-height: 24px;
    }

    .header-menu__nav {
        display: block;
        right: 316px;
        height: 24px;
    }

    .header-menu__nav__list.visible-list .header-menu__nav__list__item {
        padding-right: 24px;
    }

    .header-menu__nav__list__item {
        height: 24px;
        max-height: 24px;
    }

    .header-menu__live {
        top: 0;
        left: auto;
        bottom: auto;
        height: 24px;
        line-height: 24px;
    }

    .header-menu__live {
        right: 0;
        width: 140px;
        padding-left: 16px;
    }

    .header-menu__live .link {
        height: 24px;
        line-height: 24px;
    }
}

@media only screen and (min-width:1024px) {
    .header-menu {
        top: 7px;
        left: 200px;
        right: 184px;
        font-size: 16px;
    }

    .header-menu__nav__list.visible-list .header-menu__nav__list__item {
        padding-right: 24px;
    }

    .header-menu__nav__list.hidden-list {
        top: 45px;
    }

    .header-menu__live {
        padding-left: 16px;
        width: 140px;
    }
}

@media only screen and (min-width:1296px) {
    .header-menu {
        font-size: 18px;
        line-height: 24px;
        height: 24px;
        top: 13px;
        left: 260px;
        right: 221px;
    }

    .header-menu__nav {
        height: 24px;
        line-height: 24px;
        right: 369px;
    }

    .header-menu__nav__list.visible-list .header-menu__nav__list__item {
        padding-right: 32px;
    }

    .header-menu__nav__button {
        width: 25px;
        font-size: 25px;
    }

    .header-menu__nav__button.button {
        padding-bottom: 16px;
    }

    .header-menu__nav__list.hidden-list {
        top: 47px;
    }

    .header-menu__live {
        width: 164px;
        padding-left: 24px;
    }

    .header-menu__live,
    .header-menu__live .link {
        height: 24px;
        line-height: 24px;
    }
}

.site-menu {
    position: absolute;
    top: -2px;
    left: 0;
    width: var(--panelWidth, 300px);
    transform: translateX(-100%);
    height: 100vh;
    will-change: transform;
    z-index: 110;
    overflow: visible;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

@media only screen and (max-width:1023px) {
    .site-menu {
        height: 100dvh;
    }
}

.site-menu ::-webkit-scrollbar {
    display: none;
}

.site-menu__head {
    color: #9192a1;
    background-color: #fff;
    width: var(--panelWidth, 300px);
    height: 94px;
}

.site-menu__head__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30px;
    padding-left: 70px;
}

.site-menu__head__close {
    font-size: 16px;
    position: absolute;
    top: 34px;
    left: 34px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    color: #9192a1;
}

.site-menu__head__close .icon-close {
    display: block;
    width: 16px;
    height: 16px;
}

.site-menu__list {
    margin: 0;
    padding: 10px 0;
    width: var(--panelWidth, 300px);
    height: 100%;
    list-style: none;
    background: #fff;
    z-index: 1;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

.site-menu__list--first-level {
    height: calc(100% - 94px);
    padding-bottom: 100px;
}

.site-menu__list--first-level:before {
    top: 94px;
    background: -moz-linear-gradient(top, #fff, hsla(0, 0%, 100%, 0));
    background: -webkit-linear-gradient(top, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.site-menu__list--first-level:after,
.site-menu__list--first-level:before {
    content: " ";
    display: block;
    width: var(--panelWidth, 300px);
    height: 30px;
    position: fixed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
}

.site-menu__list--first-level:after {
    bottom: 0;
    background: -moz-linear-gradient(bottom, #fff, hsla(0, 0%, 100%, 0));
    background: -webkit-linear-gradient(bottom, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}

.site-menu__list--first-level .site-menu__list__item:first-child {
    position: relative;
    padding-top: 8px;
}

.site-menu__list--first-level .site-menu__list__item:first-child:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 30px;
    right: 30px;
    height: 1px;
    background-color: #cdcdd6;
}

.site-menu__list--first-level .site-menu__list__item--divider {
    margin-left: 30px;
    margin-right: 30px;
}

.site-menu__list--first-level .site-menu__list__item--divider hr {
    margin: 20px 0;
    border-color: #cdcdd6;
}

.site-menu__list--second-level {
    position: absolute;
    margin: 0;
    padding: 90px 0 50px;
    left: -1px;
    transform: translateX(-100%);
    will-change: transform;
    top: 0;
    background: #f0f0f0;
    overflow-x: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    transition-delay: .2s;
    visibility: hidden;
    z-index: 2;
}

.site-menu__list--second-level .site-menu__list__item:first-child {
    padding-top: 0;
}

.site-menu__list--second-level .site-menu__list__item:first-child:before {
    display: none;
}

@media only screen and (min-width:768px) {
    .site-menu__list--second-level {
        transform: translateX(0);
        z-index: -1;
    }
}

.site-menu__list__item--has-children:hover .site-menu__list--second-level {
    visibility: visible;
}

@media only screen and (min-width:768px) {
    .site-menu__list__item--has-children:hover .site-menu__list--second-level {
        transform: translateX(100%);
    }
}

.site-menu__list--second-level:before {
    content: " ";
    display: block;
    width: var(--panelWidth, 300px);
    height: 30px;
    position: fixed;
    top: 75px;
    background: -moz-linear-gradient(top, #f0f0f0, hsla(0, 0%, 94.1%, 0));
    background: -webkit-linear-gradient(top, #f0f0f0, hsla(0, 0%, 94.1%, 0));
    background: linear-gradient(180deg, #f0f0f0, hsla(0, 0%, 94.1%, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
}

.site-menu__list--second-level .site-menu__list__item--back {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: fixed;
    left: 0;
    transform: translateX(0);
    will-change: transform;
    top: 0;
    width: var(--panelWidth, 300px);
    background: #f0f0f0;
    padding: 20px 0;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    transition: transform .5s ease;
}

.site-menu__list--second-level .site-menu__list__item--back .icon-arrow-left {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}

.site-menu__list__item {
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
}

.site-menu__list__item,
.site-menu__list__item--has-children {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

@media only screen and (min-width:768px) {
    .site-menu__list__item--has-children:after {
        content: "";
        position: relative;
        display: block;
        margin-top: -40px;
        width: var(--panelWidth, 300px);
        height: 40px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }
}

.site-menu__list__item--has-children:hover,
.site-menu__list__item--has-children:hover>button {
    color: #002eff;
    background: #f5f7ff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.site-menu__list__item:not(.site-menu__list__item--has-children)>a:hover {
    text-decoration: underline;
}

.site-menu__list__item:hover>button,
.site-menu__list__item>.link:hover {
    color: #002eff;
}

.site-menu__list__item .link {
    color: #3c3c4d;
    cursor: pointer;
    display: block;
    padding: 12px 30px;
    width: 100%;
    text-align: left;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.site-menu__list__item .link .icon-arrow-right {
    font-size: 14px;
    position: relative;
    left: 8px;
    display: inline-block;
    transform: rotate(-45deg);
}

.site-menu__list__item .icon-chevron-right {
    color: #9192a1;
    float: right;
    font-size: 10px;
    position: relative;
    bottom: -4px;
}

@media only screen and (min-width:768px) {
    .site-menu__list__item.temicaldi-menu {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    .site-menu__list__item {
        font-size: 16px;
        line-height: 20px;
    }
}

.site-menu .social {
    position: fixed;
    bottom: 0;
    left: -var(--panelWidth, 300px);
    width: var(--panelWidth, 300px);
    padding: 20px 30px 50px;
    background-color: #fff;
    -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
    -ms-transition: left .5s ease;
    transition: left .5s ease;
}

@media only screen and (min-width:768px) {
    .site-menu .social {
        display: none;
    }
}

.site-menu .social:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 80px;
    left: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
}

.site-menu .social__list {
    display: flex;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.site-menu .social__list__item {
    display: inline-block;
    flex-grow: 1;
    height: 36px;
}

.site-menu .social__list__item .link {
    display: inline-block;
    text-align: center;
}

.site-menu .social__list__item .link svg {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
}

@media only screen and (min-width:1024px) {
    .site-menu {
        --panelWidth: 250px;
    }

    .site-menu__head {
        height: 90px;
    }

    .site-menu__list--first-level {
        height: calc(100% - 90px);
    }

    .site-menu__list--first-level:before {
        top: 90px;
    }

    .site-menu__list--first-level .site-menu__list__item--divider hr {
        margin: 18px 0;
    }

    .site-menu__list--second-level .site-menu__list__item:first-child {
        padding-top: 0;
    }

    .site-menu__list__item .link {
        padding: 10px 30px;
    }
}

.mask-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #000;
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

#page-updated {
    color: #fff;
    background: var(--launch__label-color, #009);
    font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    height: 34px;
    padding: 8px 0;
    text-align: center;
    overflow: hidden;
}

#page-updated .date,
#page-updated .hour {
    display: inline-block;
}

#page-updated .hour {
    position: relative;
    padding-left: 12px;
}

#page-updated .hour:before {
    content: "\00B7";
    position: absolute;
    left: 2px;
    font-size: 26px;
    display: inline-block;
}

@media only screen and (min-width:768px) {
    #page-updated {
        font-size: 14px;
        line-height: 20px;
        height: 24px;
        padding: 2px 0;
    }
}

html body[data-layout=homepage] main {
    border-bottom-color: transparent;
}

.prefooter {
    background-color: var(--prefooter-background, #212335);
    color: var(--prefooter-color, #fff);
    padding-top: 52px;
    padding-bottom: 40px;
    display: none;
}

@media only screen and (min-width:768px) {
    .prefooter {
        display: block;
    }
}

@media only screen and (min-width:1024px) {
    .prefooter {
        padding-top: 64px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1295px) {
    .prefooter .cell-footerfirst .prefooter__wrapper {
        padding-right: 10px;
    }

    .prefooter .cell-footersecond .prefooter__wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .prefooter .cell-social .prefooter__wrapper {
        padding-left: 10px;
    }
}

@media only screen and (min-width:1296px) {
    .prefooter {
        padding-top: 72px;
        padding-bottom: 68px;
    }
}

.prefooter__container {
    padding-left: 18px;
    padding-right: 18px;
    margin: 0 auto;
}

@media only screen and (min-width:0) {
    .prefooter__container {
        max-width: var(--content-maxwidth, 1296px);
    }
}

@media only screen and (min-width:768px) {
    .prefooter__container {
        max-width: var(--content-maxwidth, 1296px);
    }
}

@media only screen and (min-width:1024px) {
    .prefooter__container {
        max-width: var(--content-maxwidth, 984px);
    }
}

@media only screen and (min-width:1296px) {
    .prefooter__container {
        max-width: var(--content-maxwidth, 1296px);
    }
}

@media only screen and (min-width:1024px) {
    .prefooter__container {
        padding-left: 0;
        padding-right: 0;
    }
}

.prefooter .cell-footerfirst {
    width: 50%;
}

.prefooter .cell-footerfirst .prefooter__list {
    column-count: 2;
}

@media only screen and (min-width:1024px) {
    .prefooter .cell-footerfirst .prefooter__list {
        column-count: 3;
    }
}

.prefooter .cell-footersecond {
    width: 50%;
}

.prefooter .cell-footersecond .prefooter__list {
    column-count: 2;
}

@media only screen and (min-width:1024px) {
    .prefooter .cell-footersecond {
        width: 33.33333%;
    }
}

.prefooter .cell-redazioni {
    width: 75%;
    margin-top: 16px;
}

@media only screen and (min-width:1024px) {
    .prefooter .cell-redazioni {
        width: 100%;
        order: 4;
    }

    .prefooter .cell-redazioni .prefooter__list {
        column-count: 6;
    }
}

.prefooter .cell-social {
    width: 25%;
    margin-top: 16px;
}

@media only screen and (min-width:1024px) {
    .prefooter .cell-social {
        width: 16.66667%;
        order: 3;
        margin-top: 0;
    }
}

.prefooter__wrapper {
    padding: 0 12px;
}

.prefooter__title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--prefooter__divider-color, #5e5e6e);
    font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
}

.prefooter__list {
    display: block;
    max-height: none;
    column-count: 3;
    column-gap: 24px;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.prefooter__list__item {
    font-size: 16px;
    line-height: 20px;
    color: var(--prefooter__link-color, #cdcdd6);
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prefooter__list__item a:hover {
    color: #99b6ff;
}

.prefooter__list--social {
    column-count: 5;
    column-gap: 30px;
}

.prefooter__list--social .prefooter__list__item {
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 20px;
    overflow: visible;
    margin: 0;
    padding: 0;
}

.prefooter__list--social .prefooter__list__item .link {
    display: inline-block;
    text-align: center;
}

.prefooter__list--social .prefooter__list__item .link svg {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.prefooter__list--social .prefooter__list__item .link svg rect {
    fill: #cdcdd6;
    -webkit-transition: fill .2s ease;
    -moz-transition: fill .2s ease;
    -ms-transition: fill .2s ease;
    transition: fill .2s ease;
}

.prefooter__list--social .prefooter__list__item .link svg path {
    fill: #212335;
}

.prefooter__list--social .prefooter__list__item .link:hover svg rect {
    fill: #99b6ff;
}

.main-bar:after,
.secondary-bar:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/*! CSS Used from: ../fonts/comments.css */
.clearfix:after,
.clearfix:before {
    content: "";
}

.dropdown-menu,
ul {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.input--text {
    width: 100%;
}

.auth-section:after,
.children .post:after,
.clearfix:after,
.comment-footer__menu:after,
.dropdown-menu a,
.nav:after,
.post-content .post-menu:after,
.post-content .post-message:after,
.post-content footer,
.post-content:after,
.post-list .post:after,
.textarea-wrapper:after {
    clear: both;
}

a,
button,
h1,
h2,
h3,
h6,
img,
li,
p,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
}

a:active,
a:hover {
    outline: 0;
}

footer,
header,
nav,
section {
    display: block;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

.input--text,
.textarea-wrapper {
    -webkit-appearance: none;
}

.post-content .post-body {
    overflow: hidden;
}

.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.dropdown {
    position: relative;
}

.btn {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn:active,
.btn:hover {
    color: #656c7a;
    background-color: #e6e6e6;
}

.btn:active {
    background-color: #ccc;
}

.btn:hover {
    color: #656c7a;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    transition: background-position .1s linear;
}

.btn:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.dropdown-toggle:active,
.input--text:focus,
.post-content:focus,
a:focus {
    outline: 0;
}

.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-primary {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    border-radius: 3px;
}

.btn-primary {
    background-color: #004cd6;
    background-image: linear-gradient(to bottom, #0069d6, #0022d6);
    border-color: #0022d6 #0022d6 #00168a;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
}

.btn-primary:active,
.btn-primary:hover {
    color: #fff;
    background-color: #0022d6;
}

.btn-primary:active {
    background-color: #001aa3;
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown:hover .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dropdown-menu {
    position: absolute;
    left: 0;
    float: left;
    display: none;
    max-width: 220px;
    padding: 4px 0;
    margin: 0;
    background-color: #fff;
    background-clip: padding-box;
}

.dropdown-menu a {
    display: block;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
}

h3,
strong {
    font-weight: 700;
}

.dropdown-menu li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2e9fff;
}

h3,
p {
    margin: 0 0 1.5em;
}

a:active,
a:hover {
    text-decoration: none;
}

a {
    color: #288ce4;
    transition: color linear .1s;
}

a:hover {
    color: #1977ca;
}

h3 {
    font-size: 16px;
}

h6 {
    font-weight: 700;
    font-size: 11px;
    color: #687a86;
    margin: 0 0 10px;
    line-height: 1;
}

h6 {
    text-transform: uppercase;
}

.btn {
    border: none;
    background: #778289;
    background: rgba(29, 47, 58, .6);
    display: inline-block;
    padding: 10px 16px;
    color: #fff;
    line-height: 1.1;
    border-radius: 3px;
    font-weight: 500;
    transition: background .2s;
    text-shadow: none;
}

.btn:not(:disabled):hover {
    background: #606d75;
    background: rgba(29, 47, 58, .7);
    color: #fff;
}

.btn:not(:disabled):active {
    transition: none;
    background: #2e9fff;
}

.btn.btn-small {
    font-size: 12px;
    padding: 8px 10px;
    background-position: 0 -10px;
}

.btn.btn-small:hover {
    background-position: 0 -40px;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-2:before {
    content: "\25b3";
}

.icon-arrow:before {
    content: "\25bd";
}

.icon-checkmark:before {
    content: "\2714";
}

.icon-comment:before {
    content: "\e603";
}

.icon-export:before {
    content: "\2924";
}

.icon-flag:before {
    content: "\2691";
}

.icon-forward:before {
    content: "\3e";
}

.icon-heart-empty:before {
    content: "\f108";
}

.icon-heart:before {
    content: "\f109";
}

.icon-proceed:before {
    content: "\2192";
}

.input--text {
    background: #fff;
    border: 2px solid #dbdfe4;
    transition: all .2s linear;
    padding: 5px 9px;
    margin: 0;
    border-radius: 4px;
    font-size: 13px;
    height: 32px;
}

.input--text:focus {
    border: 2px solid #c2c6cc;
}

.avatar .user,
.avatar img {
    display: block;
    border-radius: 3px;
}

.avatar {
    float: left;
}

.avatar img {
    width: 48px;
    height: 48px;
}

.avatar .user {
    position: relative;
    background: #dbdfe4;
    padding: 0;
}

.post .avatar {
    margin-right: 12px;
}

.acceptance-wrapper {
    margin: 12px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
    color: #687a86;
}

.acceptance-wrapper a {
    font-weight: 500;
}

.spinner {
    z-index: 50;
    width: 15px;
    height: 15px;
    border-radius: 28px;
    border: 2px solid transparent;
    border-color: transparent #fff;
    margin: auto;
    animation: rotate-loading 1.2s linear 0s infinite normal;
    display: none;
}

.dropdown-menu--coachmark {
    padding: 15px;
    text-align: center;
    max-width: 280px;
    width: 280px;
    border: 1px solid #dbdfe4;
    box-shadow: 0 1px 3px #dbdfe4;
    top: 26px;
    left: 3px;
}

@media (min-width:460px) {
    .dropdown-menu--coachmark {
        max-width: 300px;
        width: 300px;
    }
}

.dropdown-menu--coachmark:after,
.dropdown-menu--coachmark:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -96px;
}

.dropdown-menu--coachmark:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
}

.dropdown-menu--coachmark:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #494e58;
}

.coachmark__description {
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 13px;
    color: #656c7a;
}

.coachmark__heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    color: #2a2e2e;
}

@media (min-width:460px) {
    .coachmark__description {
        font-size: 14px;
    }

    .coachmark__heading {
        font-size: 15px;
    }
}

.coachmark__button {
    display: block;
    padding: 10px 0;
    background: #2e9fff;
    color: #fff !important;
    font-weight: 700;
}

.post-list {
    list-style-type: none;
    margin: 0;
}

.post-list .post:after,
.post-list .post:before {
    display: table;
    content: "";
    line-height: 0;
}

.children .post:after,
.children .post:before,
.post-content:after,
.post-content:before {
    display: table;
    line-height: 0;
    content: "";
}

.children .post {
    margin-left: 60px;
}

.children .post .avatar .user img {
    width: 36px;
    height: 36px;
}

.children .post .indicator {
    height: 36px;
}

.post-content {
    position: relative;
    margin-bottom: 24px;
    transition: all .2s ease-in-out;
}

.post-content .indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 48px;
    border-radius: 3px;
}

.comment-footer__menu>li a:focus,
.post-content .post-menu .collapse a:focus,
.post-content .post-menu .dropdown-toggle:focus,
.post-content .post-menu .expand a:focus {
    outline: auto;
}

.post-content .post-menu {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 3px;
    right: 0;
}

.post-content .post-menu:after,
.post-content .post-menu:before {
    display: table;
    content: "";
    line-height: 0;
}

.post-content .post-menu .dropdown-toggle {
    border-left: 2px solid;
    border-color: #e7e9ee;
    padding-left: 5px;
}

.post-content .post-menu>li {
    float: left;
    margin: 0 0 0 8px;
}

.post-content .post-menu>li a {
    color: #656c7a !important;
}

.post-content .post-menu .collapse a,
.post-content .post-menu .expand a {
    font-size: 20px;
    opacity: .6;
    filter: alpha(opacity=60);
    position: relative;
    top: -6px;
    padding: 10px 0 10px 10px;
}

.post-content .post-menu .collapse a:hover,
.post-content .post-menu .expand a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-content .post-menu .expand {
    display: none;
}

.post-content .post-message-container {
    position: relative;
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.post-content .post-message {
    line-height: 21px;
}

.post-content .post-message:after,
.post-content .post-message:before {
    display: table;
    content: "";
    line-height: 0;
}

.post-content .post-message p {
    line-height: 21px;
    margin: 0 0 15px;
}

.post-content .post-message p:last-child {
    margin: 0;
}

.post-content:hover .post-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible !important;
}

.share__button,
.vote-down:hover,
.vote-up:hover {
    cursor: pointer;
}

.updatable {
    transition: all .3s linear;
}

.caret,
.help-icon {
    display: inline-block;
}

.help-icon {
    border-radius: 9px;
    border: 2px solid #687a86;
    padding: 2px 4px;
    margin-top: -2px;
    font-size: 12px;
    height: 18px;
    width: 19px;
}

.help-icon:before {
    content: '?';
    font-weight: 700;
    color: #656c7a;
}

.caret {
    width: 0;
    height: 0;
    text-indent: -99999px;
    vertical-align: top;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    opacity: .3;
    content: "\2193";
}

.bullet {
    padding: 0;
    color: #c2c6cc;
    line-height: 1.4;
}

.nav {
    position: relative;
    margin: 0 0 -6px;
    padding: 0;
}

.nav:after,
.nav:before {
    display: table;
    content: "";
    line-height: 0;
}

.nav .caret {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    margin: 0;
    transition: .2s all;
}

.nav-primary {
    margin: 0 0 24px;
    border-bottom: 2px solid #e7e9ee;
}

.nav-secondary {
    margin: -12px 0 6px;
}

.nav-tab>a {
    color: #656c7a;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1;
    position: relative;
    transition: all .2s ease-in-out;
}

.tab-conversation.active>a:after {
    content: " ";
    display: block;
    height: 2px;
    background: #2e9fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}

.nav-tab>a:hover {
    color: #2a2e2e;
}

.nav-tab--primary>a {
    font-size: 15px;
    padding: 12px 0;
    margin-right: 15px;
}

.tab-conversation {
    float: left;
}

.tab-conversation>a {
    text-transform: capitalize;
}

.tab-conversation.active>a {
    color: #2a2e2e !important;
}

.user-menu .dropdown-toggle-wrapper:before {
    content: '';
}

.tab-community {
    float: left;
}

.tab-community>a {
    margin-left: 15px;
}

.notification-menu {
    float: right;
    margin-top: 11px;
    padding: 0;
    width: 19px;
}

.notification-menu>a {
    position: relative;
    top: -1px;
    margin: 0;
}

.user-menu {
    float: right;
    margin-left: 10px;
}

@media (min-width:500px) {
    .user-menu {
        margin-left: 6px;
    }

    .user-menu .dropdown-toggle {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.user-menu .dropdown-menu {
    left: auto;
    top: 33px;
    right: 0;
}

.user-menu .dropdown-toggle {
    max-width: 160px;
    height: 33px;
    margin: 0;
    padding-right: 14px !important;
}

.user-menu .caret {
    top: 18px;
    right: 0;
}

.user-menu .dropdown-toggle-wrapper {
    white-space: nowrap;
}

.comment-count-placeholder,
.community-name-placeholder {
    display: none;
}

@media (max-width:480px) {

    .comment-count,
    .community-name {
        display: none;
    }

    .comment-count-placeholder,
    .community-name-placeholder {
        display: block;
    }
}

.recommend:empty {
    display: none;
}

.nav-tab--secondary {
    margin-bottom: 15px;
}

.nav-tab--secondary>a,
.nav-tab--secondary>div a {
    width: auto;
    font-size: 13px;
}

.recommend {
    float: left;
    margin-right: 15px;
}

.recommend .label {
    font-weight: 700;
}

.share-menu {
    float: left;
    max-width: none;
    margin-top: 2px;
}

.share-menu .dropdown-toggle {
    padding-right: 0;
}

.share-menu .dropdown-menu {
    padding: 0;
}

.share-menu .share-menu__label {
    padding: 4px 15px;
    white-space: nowrap;
    color: #687a86;
    font-size: 13px;
    position: relative;
    font-weight: 500;
}

.sorting {
    margin-left: 12px;
}

.sorting .dropdown-toggle {
    padding-right: 14px;
}

.thread-likes a {
    position: relative;
    z-index: 100;
    margin-right: 0;
}

.thread-likes a:hover {
    -webkit-transform: translate3d(0, 0, 0);
}

.thread-likes .label-recommended {
    display: none;
}

.dropdown-toggle {
    position: relative;
    padding-right: 12px;
    background: 0 0 !important;
    color: #656c7a !important;
}

.dropdown-toggle:hover {
    color: #2a2e2e !important;
}

.dropdown-menu {
    font-size: 13px;
    border: 2px solid #687a86;
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
    min-width: 130px;
    z-index: 1001;
    top: 20px;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu a {
    transition: none;
    color: #687a86;
    padding: 4px 15px;
    position: relative;
}

.dropdown-menu a:focus {
    background-color: #2e9fff;
}

.dropdown-menu .icon-checkmark:before {
    display: none;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 7px;
}

.notification-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 19px;
    transition: color .1s;
}

.unread .notification-icon {
    color: #f05f70;
}

.unread .notification-container:hover .notification-icon {
    color: #ec3046;
}

.notification-count {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.icon-export:hover,
.label:hover {
    color: #2a2e2e;
    transition: color 250ms ease-in-out;
}

.icon-export:before {
    position: relative;
    top: .31em;
    margin-right: -1px;
    line-height: 0;
    font-size: 19px;
}

.recommend-icon {
    color: #f05f70;
    margin-right: 1px;
}

.recommend-icon:before {
    position: relative;
    top: .18em;
    font-size: 13px;
    padding-left: .5px;
    line-height: 0;
}

.comment__footer .vote-down,
.comment__footer a,
.comment__header a {
    color: #656c7a;
    font-weight: 500;
}

.comment__footer .vote-down:hover,
.comment__footer a:hover,
.comment__header a:hover {
    color: #2a2e2e;
}

.comment__header .author {
    color: #656c7a;
    font-weight: 700;
}

.vote-down,
.vote-up {
    display: inline-block;
}

.parent-link,
.time-ago {
    font-weight: 500;
    font-size: 12px;
    color: #687a86;
}

.parent-link {
    position: relative;
}

.vote-down,
.vote-up {
    position: relative;
    padding: 0 3px;
    line-height: .85;
    height: 11px;
    min-height: 14px;
    overflow: hidden;
}

.vote-down .control,
.vote-up .control {
    font-size: 16px;
    font-weight: 700;
    opacity: .7;
}

.vote-down {
    padding-right: 0;
    padding-left: 6px;
    border-left: 2px solid #e7e9ee;
}

.vote-up {
    padding-left: 0;
}

.vote-up:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -5px;
    right: -3px;
    bottom: -10px;
}

.vote-up .count {
    color: gray;
    position: relative;
    top: -3px;
    font-size: 13px;
}

.vote-up.count-0 {
    margin-left: -3px;
}

.vote-up.count-0 .count {
    display: none;
}

.comment__header {
    line-height: 1;
    font-size: 13px;
    padding-right: 46px;
    margin-bottom: 3px;
}

.comment__header .author a {
    font-weight: 700;
}

.comment__footer {
    color: #656c7a;
    margin: 4px 0 0;
}

.comment__footer .bullet {
    line-height: 1.45;
}

.comment-footer__menu {
    margin: 0;
    padding: 0;
}

.comment-footer__menu:after,
.comment-footer__menu:before {
    display: table;
    content: "";
    line-height: 0;
}

.comment-footer__menu>li {
    float: left;
    list-style-type: none;
    padding: 0;
    font-size: 13px;
    line-height: 15px;
    margin-right: 7px;
}

.comment-footer__menu>li.comment__share {
    margin-right: 0;
}

.comment-footer__menu>li.realtime {
    float: right;
}

.reply a {
    padding: 2px 0;
    border-radius: 4px;
}

.comment__share {
    position: relative;
    margin-right: 0;
}

.comment-share__buttons {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    white-space: nowrap;
    display: block;
    position: relative;
    top: -14px;
    left: -7px;
}

.comment__share:hover .comment-share__buttons {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible !important;
}

.comment-share__buttons li {
    float: none;
    transition: right .4s ease-in-out;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: -2px;
    padding-left: 8px;
}

.comment-share__buttons li.link .share__button {
    opacity: 0;
}

.comment__share:hover .comment-share__buttons li {
    opacity: 1;
}

.comment__share:hover .comment-share__buttons li.twitter {
    right: -28px;
}

.comment__share:hover .comment-share__buttons li.facebook {
    right: -52px;
}

.comment__share:hover .comment-share__buttons li.link {
    right: -230px;
}

.comment__share:hover .comment-share__buttons li.link .share__button {
    transition: opacity .3s ease-in-out .2s;
    opacity: .6;
}

.share__button {
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    padding: 0 0 0 18px;
    overflow: hidden;
    border: none;
    opacity: .6;
}

.facebook .share__button,
.link .share__button,
.twitter .share__button {
    background-image: url("../img/94861a62de5a06a0b4fee481763578fd9483a4c2.png");
    height: 18px;
}

.share__button:hover {
    opacity: .8;
}

.twitter .share__button {
    background-position: 0 -56px;
    width: 18px;
}

.facebook .share__button {
    background-position: 0 -16px;
    width: 18px;
}

.link .share__button {
    background-position: 0 -36px;
    width: 172px !important;
    padding: 0 0 2px 20px;
    text-decoration: underline;
}

.post-meta {
    display: inline-block;
}

.tooltip {
    border-radius: 5px;
}

.tooltip {
    position: relative;
    background: #fff;
    overflow: auto;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, .2);
    padding: 8px 8px 0;
    color: #7f8d99;
}

.auth-section {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0;
    margin: 0;
    z-index: 200;
}

.auth-section:after,
.auth-section:before {
    display: table;
    content: "";
    line-height: 0;
}

@media (min-width:480px) {
    .auth-section {
        margin: 0 0 0 60px;
    }
}

.auth-section.logged-out__display {
    display: -ms-flexbox;
    display: flex;
}

.guest {
    padding: 2px 0 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
}

.guest p {
    margin: 0 0 12px;
}

.guest-details {
    overflow: hidden;
    display: none;
}

.guest-form-title {
    display: inline-block;
}

.guest-text {
    display: none;
}

.register-text {
    display: block;
}

.proceed {
    position: relative;
    font-size: 12px;
    width: 100%;
}

@media (min-width:480px) {
    .proceed {
        float: right;
        width: 60px;
    }
}

.proceed__button {
    height: 32px;
    padding: 9px 0;
    width: 100%;
    text-align: center;
}

.help-tooltip__wrapper {
    cursor: pointer;
    display: inline-block;
    position: relative;
    background: 0 0;
}

.help-tooltip__wrapper:focus .help-tooltip,
.help-tooltip__wrapper:hover .help-tooltip {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible !important;
}

.help-tooltip,
.post-actions {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.help-tooltip {
    text-indent: 0;
    z-index: 1001;
    position: absolute;
    width: 300px;
    top: 20px;
    padding: 18px 14px 4px;
    left: 8px;
    margin-left: -155px;
}

.help-tooltip__heading {
    color: #687a86;
    padding: 0 4px;
    margin: 0 0 14px;
    font-weight: 700;
}

.help-tooltip__list {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 0 0 14px;
}

.help-tooltip__list li {
    color: #687a86;
    list-style: disc;
    margin: 0 0 6px;
    line-height: 1.4;
    font-size: 13px;
}

.help-tooltip__list li span {
    color: #656c7a;
}

.help-tooltip__button {
    font-size: 12px;
    padding: 10px;
    margin-bottom: -2px;
    display: block;
    text-align: center;
}

.textarea-wrapper {
    background: #fff;
    border: 2px solid #dbdfe4;
    position: relative;
    border-radius: 4px;
    margin: 0 0 0 48px;
}

.textarea-wrapper:after,
.textarea-wrapper:before {
    display: table;
    content: "";
    line-height: 0;
}

.textarea-wrapper:focus {
    border: 2px solid #c2c6cc;
}

.textarea-wrapper--top-level .textarea-wrapper {
    margin-left: 60px;
}

@media (max-width:500px) {
    .textarea-wrapper--top-level .textarea-wrapper {
        margin-left: 0;
    }

    .textarea-wrapper--top-level .avatar {
        display: none;
    }
}

.textarea-wrapper--top-level .avatar {
    position: absolute;
    left: 0;
    transition: left .2s linear;
}

.placeholder {
    color: #687a86;
    line-height: 30px;
    font-size: 15px;
    position: absolute;
    top: 7px;
    left: 10px;
    right: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: text;
}

@media (min-width:500px) {
    .placeholder {
        font-size: 18px;
    }
}

.textarea {
    color: #2a2e2e;
    cursor: text;
    resize: none;
    border: 0;
    display: block;
    padding: 6px 10px 8px;
    margin: 0;
    width: 100%;
    min-height: 44px;
    height: auto;
    line-height: 1.4;
    font-size: 14px;
    font-family: "Helvetica Neue", arial, sans-serif;
    overflow-y: scroll;
    transition: all .15s ease-in-out;
}

.textarea p {
    margin: 0;
    line-height: 1.4;
}

.textarea:focus {
    outline: 0;
}

.postbox {
    position: relative;
    margin-left: 60px;
}

.textarea-wrapper--top-level .postbox {
    margin: 0 0 24px;
}

.postbox section {
    border-radius: 0 0 3px 3px;
}

.post-actions {
    background: #f6f8f9;
    border-radius: 0 0 2px 2px;
    border-top: solid 2px #dbdfe4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    transition: opacity linear .2s;
}

.wysiwyg {
    position: absolute;
    top: 2px;
    left: 2px;
}

.button {
    border-radius: 3px;
    border: 1px solid transparent;
    line-height: 1.1em;
    text-align: center;
    font-weight: 500;
    padding: 8px 10px 9px;
    display: inline-block;
    cursor: pointer;
}

.button:disabled {
    opacity: .35;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pull-right {
    float: right !important;
}

@media screen and (max-width:480px) {
    .hidden-sm {
        display: none !important;
    }
}

.comment-share__buttons {
    display: none;
}

/*! CSS Used from: ../fonts/check.css */
:root {
    --grey: #81888c;
    --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    --check-font-regular: 'IBM Plex Mono', IBM Plex, monospace;
}

/*! CSS Used from: Embedded */
main {
    padding: 50px 20vw 50px 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.firstText {
    -webkit-font-smoothing: antialiased;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 10px 0;
    font-style: normal;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: Roboto, Arial, Verdana, Tahoma, Helvetica, sans;
    font-weight: var(--weight-bold);
    letter-spacing: -.015em;
    line-height: 1.1 !important;
    font-size: 2rem;
    padding-top: 40px;
    position: relative;
    z-index: 0;
}

p {
    position: relative;
}

@media screen and (max-width: 1024px) {
    main {
        padding: 0 20px;
    }
}

/*! CSS Used from: Embedded */
main a {
    color: #009 !important;
    font-weight: 700 !important;
}

.goTo {
    align-self: center;
    background: #009;
    background: linear-gradient(0deg, rgb(0 0 101) 0%, #009 100%);
    color: white !important;
    font-weight: 800;
    padding: 20px 30px !important;
    margin: 20px 0 60px;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    border-radius: 10px;
    animation: pulseScale 1.4s cubic-bezier(.4, 0, .2, 1) infinite, play_down 2s linear infinite;
}

.goTo:hover {
    transform: scale(1.1);
    transition: 1s;
}

@media (max-width: 800px) {
    .goTo {
        width: 100%;
    }
}

/*! CSS Used from: Embedded */
input {
    padding-left: 10px;
    width: 100%;
    min-height: 35px;
    outline: none;
    position: relative;
    z-index: 3;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    border: 1px solid #bbb;
}

/*! CSS Used from: Embedded */
.fixed-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.banner-text {
    font-size: 18px;
    color: #000;
    margin: 0 0 10px 0;
    text-align: center;
}

/*! CSS Used keyframes */
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseScale {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

main {
    max-width: 1296px;
    margin: 0 auto;
    padding: 171px 12px 50px;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: "rai24";
    src: url('../fonts/rai24.eot');
    src: url('../fonts/rai24.eot') format("embedded-opentype"), url('../fonts/rai24.woff') format("woff"), url('../fonts/rai24.ttf') format("truetype"), url('../fonts/rai24.svg') format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}