/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
    margin-top: 110px;
    padding-bottom: 0 !important;
    font-family: "Roboto", sans-serif;
}

:focus {
    outline: none !important;
}

::-moz-selection {
    color: #fff;
    background: #000;
}
::selection {
    color: #fff;
    background: #000;
}

.color-genio {
    color: #000;
}

header,
.containerhead {
    position: fixed;
    top: 0;
    height: 140px;
    width: 100%;
    z-index: 999;
    overflow: visible !important;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}

.hor_cont.box_1 {
    height: 33.333333%;
}

.hor_cont.box_2 {
    height: calc(33.333333% + 2px); /* Compensate borders */
    border-top: 1px solid #8c91c6;
    border-bottom: 1px solid #8c91c6;
}

.hor_cont.box_3 {
    height: 33.333333%;
}

.circles_wrapper {
    top: 0;
    right: 0;
    bottom: 0;
}

.dummy_wrapper {
    /* width: 147.88px; */
    width: 211.27px;
}

.size_cont {
    padding-left: calc(1.5rem + 70px);
}

.hor_cont > .size_cont {
    max-width: 533.75px;
}

.int_page .hor_cont > .size_cont {
    max-width: 433.75px;
}

.ani_wrap {
    width: inherit;
}

.ani_wrap .el_logo {
    height: inherit;
}

.hover_box {
    /* background-image: linear-gradient(transparent 50%, transparent 50%); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%);
    background-size: 100% 0;
    background-repeat: no-repeat;
    background-position: center;
}

.thumbtopic:hover .hover_box {
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%);
    background-size: 100% 100%;
}

.catg_border:nth-of-type(2n) {
    border-left: 1px solid white;
}

.catg_border:not(:nth-last-of-type(1), :nth-last-of-type(2)) {
    border-bottom: 1px solid white;
}

/* ####################################################################àà */

figure {
    z-index: 99;
    text-align: center;
}

figcaption p {
    padding-top: 2px;
    font-size: 0.9rem;
    color: #999;
    font-family: "Roboto", sans-serif !important;
}

.container-fluid {
    overflow: hidden;
}

.header_remake {
    height: 200px;
    background-color: #1b239d;
    z-index: 1;
    /* position: fixed; */
    top: 0;
    /* height: 140px; */
    width: 100%;
    /* z-index: 999; */
    overflow: visible !important;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}

.header_remake.int_page {
    height: 141px;
    background-color: #070a51;
}

.header_remake .navbar {
    height: inherit;
    /* padding-left: calc(1.5rem + 70px); */
}

.headerstandard {
    background: rgba(255, 255, 255, 0.8);
}
.headeropacity {
    background: rgba(255, 255, 255, 0.2) !important;
}

.headerstandard .navbar {
    height: 140px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}

.headerstandard .navbar .navbar-nav .nav-link {
    font-family: "Roboto", sans-serif;
}

.headerstandard .navbar-brand {
    color: #000;
    display: grid;
    padding-top: 20px;
}

.headerarticle .navbar {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}

.headerarticle .navbar-brand {
    color: #000;
    display: grid;
    padding-top: 20px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}

.headerarticle .iconSearch {
    color: #fff;
}

.headerstandard .navbar-brand img,
.headerarticle .navbar-brand img,
.headerstandard .navbar-brand svg {
    vertical-align: middle;
    height: 120px;
    width: auto;
}

.headerstandard .claim {
    font-size: 1.45rem;
    font-family: "Roboto", sans-serif;
    color: #000;
    margin-top: 0px;
    letter-spacing: 17.5px;
}

.headerarticle .claim {
    font-size: 1.45rem;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin-top: 0px;
    letter-spacing: 17.5px;
}

.headerarticle {
    background: transparent;
}

.headerarticle .navbar {
    border-bottom: 1px solid #fff;
    height: 140px;
    background-color: #fff;
}

.headerarticle .navbar-brand {
    color: #fff;
}

.headerarticle .navbar-brand:hover {
    color: #fff !important;
    opacity: 0.7;
}

.headerarticle .collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

twitter-widget {
    margin-top: 2rem !important;
}

#logobodynav {
    position: absolute;
    top: 2.5rem;
    left: 3rem;
    height: 32px;
    opacity: 0.8;
}

.viewport {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transform: matrix(1, 0, 0, 1, 0, 100);
    opacity: 0;
}

#articlepointer {
    background-color: #fff;
    position: relative;
}

.headerarticle .collapsed {
    background-color: transparent !important;
}

.containerbody {
    padding-top: 2rem;
    background-color: #fff;
}

.container_dossier {
    padding-left: 0rem;
    padding-right: 1.5rem;
    margin-top: 2rem;
}

.dossier-head {
    background-color: #dde2e6;
}

.dossier-head h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 3.3rem;
    display: block;
}

.dossier-head h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}

.dossier-head h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.dossier-head p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8rem;
}

.dossier-body * {
    font-family: "Roboto", sans-serif;
}

.dossier-head-dot {
    border-bottom: 3px dashed #333;
}

.card-dossier {
    background-color: #748c99 !important;
}

.dossier-museo-title {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.dossier-booklet .card-body h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.dossier-booklet .card-body h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 2px;
}

.dossier-booklet .card-body p {
    font-size: 1rem;
    line-height: 1.8rem;
}

a:hover .move i {
    transform: translateX(10px);
}

.move i {
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}

.card-booklet {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.card-body.card-booklet h5 {
    font-weight: 800;
    font-size: 1.8rem;
}

.gradreadmore {
    height: 100px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    position: absolute;
    bottom: 30px;
}

.tag-museo {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 80%;
    text-align: left;
    padding: 8px 10px;
    background-color: #469f38;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.tag-dossier {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    border-bottom: 3px solid;
}

.tag-dossier span {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
    color: #999;
}

.container-museo {
    background-color: #748c99;
}

.card-dossier a:hover .tag-museo {
    color: #dde2e6 !important;
    text-decoration: none;
}

.card-dossier a:hover h5 {
    color: #dde2e6 !important;
    text-decoration: none;
}

.card-dossier a:hover h5 span {
    color: #dde2e6 !important;
    text-decoration: none;
}

.genioimpresa-button {
    color: #fff;
    background-color: #9e33e3;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.museo-consigliati {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.angle-left {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    z-index: 9;
}

.angle-left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(60deg);
    -ms-transform: skew(60deg);
    transform: skew(60deg);
    z-index: -1;
}

.logo-asso img {
    width: 120px;
}
.logo-asso {
    padding-top: 20px;
}

.log-museo-little {
    width: 25px;
    float: left;
    margin-right: 1rem;
    margin-top: 2px;
}

.articletext {
    background-color: #fff;
    font-size: 1.1rem;
    color: #666;
}
.articlepdocast h2 {
    color: #343f45;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.articlepdocast2 {
    position: relative;
    bottom: 0px;
    background-color: #fff;
    height: 30vh;
}

.articlepdocasttext {
    height: 70vh;
    padding-top: 30vh;
}

.articlepdocasttext h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.articlepdocasttext h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-weight: 200;
    font-style: italic;
    color: #fff !important;
    float: left;
    width: 100%;
    text-transform: uppercase;
}
.articlepdocasttext h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    color: #fff !important;
    clear: both;
}

.podcast-text p {
    font-weight: 600;
    font-size: 1.2rem !important;
}

.card a:hover .podcast-text p {
    color: #fff !important;
}

.podcast-text h5 {
    font-weight: 800 !important;
    font-size: 1.8rem !important;
    margin-bottom: 0rem !important;
}

.card a:hover .podcast-text h5 {
    color: #fff !important;
}

.head-podcast h1 {
    color: #004289;
    font-size: 3rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

.head-podcast h2 {
    color: #004289;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2rem;
}

.container-interview {
    margin-top: 70vh !important;
}
.interview-testata {
    position: relative;
    bottom: 0px;
    height: 19vh;
}

.articleinterviewtext {
    padding-top: 10vh;
    padding-bottom: 15vh;
}

.articleinterviewtext h1 {
    font-weight: 600;
}

.articleinterviewtext .speciale {
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    border: 1px solid;
    padding: 0 1rem;
    opacity: 0.6;
    color: #000;
}

.articleinterviewtext h3 {
    font-weight: 600;
    font-size: 1.5rem;
}

.articleinterviewtext img {
    position: absolute;
    top: 8vh;
    right: 5vh;
    max-width: 25vw;
}

.articlebodyinterview p,
.articlebodyinterview span {
    font-weight: 600;
}

h3.interviewh3 {
    font-weight: 600;
    font-style: italic;
}

.interviewlink {
    display: inline-block;
}

.interviewlink a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}

.interviewh3-2 {
    font-family: "Halant", serif !important;
    font-weight: 600;
}

.border-circle {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
}

.button-collapse {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.8);
}

.button-collapse:hover {
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.under-collapse {
    height: 0;
    overflow: hidden;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
}

.webinarlogo img {
    max-width: 100px;
    margin-top: 19px;
    margin-top: -1px !important;
}

.flip {
    transform: rotate(-180deg);
}

.webinarbox {
    min-height: 40vh;
    position: relative;
    margin-top: -1px !important;
}

.webinarbox span {
    position: absolute;
    bottom: 2rem;
    right: 5rem;
    font-family: "Fredericka the Great", cursive;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.7);
}

.webinarbox-text {
    height: 100vh;
}

.webinarbox-absdetail p {
    color: #fff;
}

.webinarbox-textbody h4,
.webinarbox-textbody h3,
.webinarbox-textbody p {
    color: #fff !important;
}

.webinarbox-textabstract p {
    color: #fff !important;
    font-family: "Fredericka the Great", cursive;
    font-size: 2rem;
}

.webinarbody h3 {
    color: #fff !important;
}

.webinarbody a {
    color: #fff !important;
    border-bottom: 3px solid #ff8732;
    display: inline-block;
}

.webinarbody a:hover {
    color: #ff8732 !important;
    text-decoration: none;
}

.webinarbody p strong {
    font-weight: 600 !important;
    color: #ff8732;
}

.webinarbody.webinarbodydetail p strong {
    font-weight: 600 !important;
    color: #000 !important;
}

.webinarbodyeven.webinarbodydetail p strong {
    font-weight: 600 !important;
    color: #000 !important;
}

.webinarbodyeven p strong {
    font-weight: 600 !important;
    color: #000 !important;
}

video {
    width: 100% !important;
    height: auto !important;
}

#bg-video {
    width: auto !important;
    height: 100% !important;
}

.bg-dark-blue-2 {
    background-color: #1b239d;
}

.bg-dark-blue {
    background-color: #070a51;
}

.bg-black {
    background-color: #000;
}

.lastli {
    position: absolute;
    right: 18px;
}

.dosshome {
    font-weight: 700;
}

.dosshome span {
    font-weight: 400;
    font-size: 1rem;
}
.divhome {
    min-height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: bottom center; */
    background-position: top right;
    position: relative;
}

.divhome.new_version {
    min-height: unset;
}

.hor-div {
    transform: rotate(90deg);
    transform-origin: 0 0;
    position: absolute;
    top: 0;
    left: 134px;
}

.hor-div.index_only {
    right: -100px;
    left: unset;
}

.hor-div-article {
    transform: rotate(90deg);
    transform-origin: 0 0;
    position: absolute;
    top: 140px;
    left: 100px !important;
    height: 47px;
}

.headerarticle .navbar-brand img {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}

.hor-div p,
.hor-div-article p,
.hor-div-article2 p,
.hor-div-article3 p {
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 5px;
}

.condensed {
    font-family: "Roboto Condensed", sans-serif;
}

.strillo-medio p {
    font-size: 1.5rem;
}

.number-line-100.shiva {
    font-size: 3.9vw;
    line-height: 8vw;
}

.shiva {
    font-size: 9vw;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
}
.number-line {
    min-height: 45vh;
}

.div-hover-opacity div {
    cursor: zoom-in;
}

.div-hover-opacity div:hover {
    opacity: 0.7;
}

.number-line p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
}

.number-line-100 div h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3rem;
    font-weight: 700;
}

.abstract {
    font-size: 1.5rem;
}

.abstract.remake {
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.3;
}

.menu_voci {
    font-size: 1.2rem;
    font-weight: 300;
}

.hor-div-article2 {
    position: absolute !important;
    right: 35px !important;
    left: auto !important;
    bottom: 35% !important;
}

.hor-div-article3 {
    position: absolute !important;
    right: 35px !important;
    left: auto !important;
    bottom: 42% !important;
}

.color-gray {
    color: #8c91c6;
}

.bg-darck-opacity {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-dark-green {
    background-color: #0ad081;
}

.color-hb-green {
    color: #0ad081;
}

.effectbig {
    transition: all 4s ease-in-out;
    -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
}

.changeback {
    transition: all 4s ease-in-out;
    -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
}

.homediv_CenterTXT {
    /* position: absolute; */
    /* right: 0; */
    top: 20vh;
}

.homeHero_Tutti {
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
    right: 0;
    bottom: 0;
}

.homeHero_Tutti a:hover {
    opacity: 0.5;
}

.homeHero_Tutti a {
    font-weight: 700;
    color: white;
    font-size: 1.4rem;
}

.margin_top {
    position: relative;
    z-index: 999;
    margin-top: -3.75rem !important;
    /* margin-top: 2.25rem !important; */
}

.home_container .homediv h1 a {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    color: white !important;
}

a {
    color: inherit;
}

.home_container .homediv h1 {
    /* color: white !important; */
    font-size: 2.8rem;
}

.home_container .homediv h1 a:hover {
    color: #0ad081 !important;
}

.home_container .homediv h1:hover {
    color: #0ad081 !important;
}

.home_container .homediv a:hover h1 {
    color: #0ad081 !important;
    transition: all 1s ease-in-out;
}

.home_container .homediv a:hover *:not(h1) {
    opacity: 0.65;
    transition: all 0.5s ease-in-out;
}

.border-hb-green {
    border: 1px solid #0ad081;
}

.archivio {
    background-color: #000 !important;
    border-radius: 0;
    border: 1px solid #fff !important;
}

.archivio h3 {
    font-size: 1rem;
}

.text-black {
    color: #000 !important;
}

.bg-hb-black {
    background-color: #000 !important;
}

.hb-bold {
    font-weight: 700;
}

.bg-hb-green {
    background-color: #d3ede3;
}

.social_container i:hover {
    color: #0ad081;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.color-hb-green-hover:hover {
    color: #0ad081 !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.logogenio {
    max-width: 250px;
}

a:hover .logogenio {
    opacity: 0.6;
}

.thumbtopic {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 19.3vh;
}

.thumbtopic.new_version {
    min-height: unset;
}

.thumbtopic div {
    font-size: 1.4rem;
    margin: 0;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    height: 100%;
    width: 100%;
    text-align: center;
    -moz-transition: all 0.6s ease-in-out;
}

.thumbtopic h3 {
    font-size: 1.4rem;
    margin: 0;
}

.thumbtopic:hover div {
    height: 65px;
}

.video-block {
    position: relative;
}

.video-block .video-control button.play {
    background: url("play.png") no-repeat center center;
    width: 88px;
    height: 86px;
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 0;
    border: none !important;
    cursor: pointer;
    z-index: 9999;
    padding: 0;
}

.articlebody .embed-responsive,
.infograph .embed-responsive {
    height: 85vh;
}

.articlebody .embed-responsive iframe,
.infograph .embed-responsive iframe {
    height: 80vh !important;
}

.list-group-item.active {
    z-index: 2;
    font-size: 1.1rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    height: 8vh;
    background-color: #fff;
    border-color: #fff;
}
.list-group-item {
    z-index: 2;
    font-size: 0.85rem;
    color: #000000;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
}

.navbar-collapse-search {
    display: grid;
    position: fixed;
    display: grid;
    background-color: trasparent;
    right: 0;
    z-index: 1;
    top: 109px;
    height: 250px;
    padding: 2em !important;
}

.searchbar {
    color: #000 !important;
    z-index: 11 !important;
}

.collapsed.searchbar .iconSearch {
    display: inline-block;
}

.collapsed.searchbar .closeSearch {
    display: none;
}

.searchbar:not(.collapsed) .iconSearch {
    display: none;
}

.searchbar:not(.collapsed) .closeSearch {
    display: inline-block;
    font-size: 1.6rem;
}

.animate-selection {
    -webkit-animation: selection 2s linear 2s 1;
    animation: selection 2s linear 2s 1;
}
@-webkit-keyframes selection {
    0% {
        box-shadow: inset 0 0 0 0 #000;
    }
    50% {
        box-shadow: inset 150px 0 0 0 #000;
    }
    to {
        box-shadow: inset 300px 0 0 0 #000;
    }
}
@keyframes selection {
    0% {
        box-shadow: inset 0 0 0 0 #000;
    }
    50% {
        box-shadow: inset 150px 0 0 0 #000;
    }
    to {
        box-shadow: inset 300px 0 0 0 #000;
    }
}

.sharect2 {
    line-height: 0;
    transition: all 0.2s ease-in-out 0s;
    position: absolute;
    top: 111vh;
    left: 25rem;
    display: none;
}
.navbar-collapse {
    display: grid;
    position: fixed;
    display: grid;
    background-color: #000;
    right: 0;
    z-index: 999;
    top: 0;
    overflow-y: auto;
    bottom: 0;
    border-left: 1px solid #fff;
}

.dropdown-menu {
    color: #fff;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}

.dropdown-item {
    color: #fff;
}

.navbar {
    width: 100%;
    padding-bottom: 0;
    padding-top: 1.5em;
}

.navbar-collapse ul,
.navbar-collapse form {
    background-color: #000;
}

.bodynav {
    padding: 0;
}

.footerhead {
    margin-top: 3rem;
}

.footerhead h5 {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    margin: 0;
    line-height: 1rem;
}

.footerhead p {
    font-family: "Roboto", sans-serif;
    font-size: 0.85rem;
    opacity: 0.8;
    margin-bottom: 0.2rem;
}

.footerhead div {
    padding-bottom: 0;
}

.text-white a {
    color: #fff;
}

.text-white a:hover {
    opacity: 0.7;
}

.collapse hr {
    width: 80%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 0;
    position: absolute;
    top: 110px;
    margin-left: 10%;
}
#containerPage {
    margin-bottom: 0px;
}

canvas {
    margin: 0 auto;
    margin-left: 10px;
}

iframe {
    border: 0;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    z-index: 99999;
    margin-right: 0;
    padding-right: 0;
}

.nav-item {
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    float: left;
    font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link:hover {
    opacity: 0.6;
}

.navbar-toggler {
    background-color: trasparent;
    border: 0px;
    border-radius: 0;
}

.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 117, 137, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><line x1='5' y1='25' x2='25' y2='5' stroke='white' stroke-width='2'/> <line x1='5' y1='5' x2='25' y2='25' stroke='white' stroke-width='2'/></svg>");
}

.collapsed {
    background-color: transparent !important;
}

.formsearch {
}

.formsearch input {
    color: #fff !important;
    background-color: #000;
    border: 1px solid #000;
    border-right: 0;
    padding: 5px;
    border-radius: 3px 0 0px 3px;
    margin-right: 0 !important;
}

.formsearch input:focus {
    color: #fff !important;
    background-color: #000;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.formsearch input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.formsearch button {
    float: left;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 1rem;
    padding: 5px 0;
    border-radius: 0px 3px 3px 0;
}

.formsearch button:hover {
    color: #fff;
    background-color: #000;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background-color: #000;
    min-height: 83px;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.absnav {
    position: absolute;
    top: 8.5rem;
    width: 80%;
    left: 10%;
    text-align: justify;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

input[type="text"]#website {
    display: none;
}

.container-fluid {
    padding-left: 3em;
    padding-right: 3em;
}

.card {
    border: 0;
}

.card-title {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    overflow: hidden;
    display: inline;
}

.newsletter_show {
    position: fixed;
    bottom: 0;
    z-index: 999;
    border-top: 1px solid #efefef;
}

.newsletter {
    transition: all 0.4s;
}

.newsletter .btn-close {
    color: rgba(0, 117, 137, 1);
    position: absolute;
    background-color: #fff;
    right: 2rem;
    display: none;
}
.newsletter_show .btn-close {
    display: block !important;
    cursor: pointer;
}

.modal-register {
    margin: 6.75rem auto !important;
    max-width: 80vw !important;
}
.btn-register {
    border-radius: 0;
    background-color: #fff;
    color: #000 !important;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

.footer {
    position: absolute;
    border-top: 1px solid #000;
    bottom: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /* background-color: #fff; */
}

.footer .container-fluid {
}

.footer p {
    margin: 0px;
}

.footer span {
    font-size: 1rem;
    opacity: 0.9;
}

.footer img {
}

#tooltip {
    position: absolute;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    /*da ripristinare dopo
	display: none !important;*/
}
#cal1 {
    position: absolute;
    height: 0px;
    width: 0px;
    top: 100px;
    left: 100px;
    overflow: none;
    z-index: -100;
}
#cal2 {
    position: absolute;
    height: 0px;
    width: 0px;
    top: 0px;
    left: 0px;
    overflow: none;
    z-index: -100;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.modal-login {
    color: #636363;
    width: 350px !important;
}
.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}
.modal-login h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
    border-color: #70c5c0;
}
.modal-login .form-control,
.modal-login .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
}
.modal-login .modal-footer a {
    color: #337ab7;
}

.text-gi-blue {
    color: rgba(0, 68, 137, 1) !important;
}

.modal-link {
    cursor: pointer;
}

.modal-login.modal-dialog {
    margin-top: 80px;
}
.modal-login .btn {
    color: #fff;
    border-radius: 4px;
    background: #337ab7;
    border-color: #e7e7e7;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-login .btn:hover,
.modal-login .btn:focus {
    background: #45aba6;
    outline: none;
}

.modal-header h2 {
    padding-top: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    margin: 1.75rem auto;
    max-width: 800px;
}

.allheight {
    height: 90vh;
}

.modal-dialog .close {
    position: absolute;
    top: 25px;
    color: #000;
    z-index: 9;
    right: 45px;
    font-size: 1.5rem;
}

.modal-header {
    padding-bottom: 0;
    border-bottom: 0;
}

.modal-link {
    cursor: pointer;
}

.modal-link:hover {
    opacity: 0.6;
}

.trigger-btn {
    display: inline-block;
}

#gradient {
    height: 1.25em;
    width: 100%;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99;
    background-color: #fff;
}
.bricklayer-column .card {
    margin-bottom: 1.75rem;
    text-align: center;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.02), 0 1px 1px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.card-deck .card {
    margin-bottom: 1.75rem;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bricklayer-column .card:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.12), 0 5px 5px rgba(0, 0, 0, 0.11);
}

.card-body {
    padding-top: 1rem;
    border-bottom: 1px solid rgba(37, 95, 100, 0.04);
    border-left: 1px solid rgba(37, 95, 100, 0.04);
    border-right: 1px solid rgba(37, 95, 100, 0.04);
}
.scelti {
    padding-top: 1rem;
    border: 1px solid rgba(37, 95, 100, 0.1) !important;
    background-color: rgba(37, 95, 100, 0.7);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.scelti:hover {
    border: 1px solid rgba(37, 95, 100, 0.1) !important;
    background-color: rgba(255, 255, 255, 0.8);
}

.scelti h5,
.scelti p,
.scelti p time {
    color: #fff !important;
    font-weight: 600 !important;
}

.card-body h5 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.card-body p {
    font-size: 0.85rem;
    font-family: "Roboto", sans-serif;
    color: #333;
}

.card a:hover * {
    color: #000 !important;
    text-decoration: none;
}

.card a:hover {
    text-decoration: none;
}

.card-dossier a:hover {
    color: #dde2e6 !important;
    text-decoration: none;
}

.card a:hover .card-body {
    background-color: 1px solid rgba(37, 95, 100, 0.05);
}

.card a:hover .tag {
    background-color: rgba(37, 95, 100, 0.9);
    color: #fff !important;
}

.card a:hover .behindimg img {
    opacity: 0.5;
    -webkit-filter: invert(0.8);
    filter: invert(0.8);
}

.special:hover .specialimg {
    opacity: 0.5;
    -webkit-filter: invert(0.8);
    filter: invert(0.8);
}

.special:hover .specialtext {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(37, 95, 100, 0.8);
    border-radius: 2px;
}

.specialtext {
    height: auto;
}

.special:hover * {
    color: rgba(37, 95, 100, 1) !important;
}

.special:hover .specialtext h5 {
    color: rgba(37, 95, 100, 1);
}

.special2 {
    position: absolute;
    top: 10%;
}

.special2 h5 {
    font-size: 3.5rem;
    font-weight: 700;
    width: 80%;
    float: right;
}

.special3 {
    position: absolute;
    bottom: 6%;
}
.special3 p {
    display: inline-block;
    color: #fff;
}

.special3 .first-p {
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-weight: 600;
    width: 82%;
    float: right;
}

.special3 .second-p {
    font-style: italic;
    font-size: 1.1rem;
}

a:hover {
    text-decoration: none !important;
}
.behindimg {
    background-color: rgba(37, 95, 100, 0.8);
}

.behindimg img {
    /*filter: grayscale(40%);*/
}

.bk-green {
    background-color: rgba(37, 95, 100, 0.9);
}

.bk-green:hover {
    background-color: #fff;
}

.infographic {
    border: 1px solid rgba(37, 95, 100, 0.8);
    border-radius: 2px;
}

.infographic h3 {
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.h3Info {
    color: #333;
    font-size: 1.2rem !important;
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
}

.infographic p {
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.infographic .text-muted {
    color: #fff !important;
}

.infographic:hover * {
    color: rgba(37, 95, 100, 1) !important;
}

.infographic:hover h3 {
    color: rgba(37, 95, 100, 1);
}

.infographic:hover .text-muted {
    color: rgba(37, 95, 100, 1) !important;
}

.play,
.pause,
.selall {
    font-size: 1.3rem;
    padding: 0 15px 0 0;
    cursor: pointer;
}

.play:hover,
.pause:hover,
.selall:hover {
    opacity: 0.6;
}

.agenda .card-body {
    border: 1px solid #fff;
}

.agenda {
    text-align: center;
}

.agenda h3 svg {
    width: 110px;
    height: 120px;
    text-align: center;
}

.agenda h4 svg {
    width: 100px;
    height: 50px;
    text-align: center;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #000 !important;
}

.agenda h4 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1.65em;
}

.legendaEmpty ul li img {
    float: left;
}
.legendaEmpty ul li {
    overflow: hidden;
}
.legenda2 ul li p {
    float: left;
}
.legenda2 ul li {
    display: grid;
}
.legenda ul li:not(:first-of-type) {
    overflow: hidden;
    cursor: pointer;
}
.legenda ul li:not(:first-of-type):hover {
    opacity: 0.5;
}
.legenda ul li svg {
    color: #000;
    font-size: 1.3rem;
    margin-left: 10px;
    margin-bottom: 10px;
}

.svgzoom text {
    font-weight: 800;
    cursor: pointer;
}

.svgzoom {
    width: 100% !important;
}

.svg-pan-zoom_viewport {
    transition: transform 0.5s ease;
}

.agenda .card-body h3 {
}

.agenda:hover h3 svg text {
    stroke: rgba(37, 95, 100, 0.8);
}

.svg-pan-zoom-control {
    cursor: pointer;
    fill: #000 !important;
    fill-opacity: 0.666 !important;
}

.special div {
    background-color: rgba(37, 95, 100, 0.8);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.specialimg {
    height: 100%;
    min-height: 60vh;
    width: 100%;
}

.special h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: 2vh;
    z-index: 12;
    right: 3rem;
    font-size: 4.5rem;
}

.special p,
.special h4 {
    font-size: 0.85rem;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

.special h4 {
    margin-bottom: 2em;
}

time {
    color: #999;
}

.text-dark {
    font-family: "Roboto", sans-serif;
}

.tag {
    border: 1px solid rgba(37, 95, 100, 0.9);
    border-radius: 2px;
    color: rgba(37, 95, 100, 0.9);
    margin-right: 1rem;
    text-transform: uppercase;
    float: left;
    padding: 0.5rem;
}

.tagforyou {
    color: rgba(37, 95, 100, 1);
    padding: 2px 10px;
    font-weight: 200;
    width: auto;
    font-size: 0.85rem;
    background-color: rgba(255, 255, 255, 0.8);
    float: left;
    margin: 5px;
    line-height: 2rem;
    border: 1px solid rgba(37, 95, 100, 0.1);
    border-radius: 3px;
    text-transform: uppercase;
}

/* ARTICLE */

.articleimage {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    position: relative;
    background-position: right center;
    top: 0;
    left: 0;
    margin-top: -110px;
}

.articleimage div:not(.slideGI):not(.slideGIfigure):not(.slideGItext) {
    position: absolute;
    bottom: 2em;
    left: 35px;
    color: #fff;
}

.slideGI {
    min-height: auto;
}

.slideGIfigure {
    height: auto;
    max-width: 100%;
    max-height: 80vh;
}

.slideGItext {
    min-height: auto;
    max-width: 100%;
    max-height: 80vh;
}

.livecastbk {
    background-color: #cce4e7;
    position: absolute;
    top: 30vh;
    left: 0;
    height: 40vh;
    border-top: 10px solid #fff;
}

.textlivecast {
    background-color: #f3f6f9;
}

.textlivecast h2 {
    color: rgba(0, 68, 137, 1);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
}

.textlivecast h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: rgba(0, 68, 137, 1);
}

.textlivecast p {
    color: rgba(0, 68, 137, 1);
    font-family: "Roboto", sans-serif;
}

.textlivecast h4 {
    padding-top: 2rem;
    font-style: normal !important;
}

.textlivecast .articlebody h3 {
    font-style: normal !important;
    text-transform: uppercase;
    font-size: 2rem !important;
    font-weight: 600;
}

.boxview:before,
.boxview:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.perspective-view::before {
    right: 200px;
    bottom: 6vh;
    width: 50%;
    height: 104%;
    max-width: 200px;
    max-height: 76vh;
    -webkit-box-shadow: 200px 0 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 200px 0 0px rgba(0, 0, 0, 0.1);
    box-shadow: 200px 0 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.perspective-view:after {
    display: none;
}

.bg-black {
    background-color: #000;
}

.padding-slide {
    padding-top: 8rem;
}

.text-dark-slide p {
    color: #000 !important;
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -30px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
    font-size: 4rem;
    color: #000;
}

.articleimage h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid;
}

h1.slidetext {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #000;
}

.articleimage h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.35em;
    color: #fff !important;
    margin-top: 3em;
    margin-bottom: 2em;
}

h2.slidetext {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1.15em;
    color: #999 !important;
    margin-top: 3em;
    margin-bottom: 2em;
}

.articleimage h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 0.85em;
    color: #fff !important;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.articleimage span {
    opacity: 0.7;
}

.articleimage h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    color: #fff !important;
    clear: both;
}

h1.h1_ist {
    color: black !important;
}

.articlebody *:not(text):not(tspan):not(h3):not(h3 a):not(h2):not(h5):not(h4):not(h6):not(i) {
    font-size: 1rem !important;
    font-family: "Roboto", sans-serif !important;
    line-height: 1.5 !important;
}

.articlenote {
    font-size: 0.85rem;
}

.infohidename h5 {
    font-style: normal !important;
    cursor: pointer;
}

.infohidename h5:hover {
    opacity: 0.7;
}

.infohidename h5.infoactive {
    font-weight: 600 !important;
    border-bottom: 1px solid;
}

.articlebody text {
    font-family: "Roboto", sans-serif !important;
}

.articlebody img {
    max-width: 100%;
    height: auto !important;
}

.articlebody b,
strong {
    font-weight: 600 !important;
}

.articlebody iframe {
    width: 100%;
}

.articlebody tspan {
    font-family: "Roboto", sans-serif !important;
}

.articlebody svg {
    max-width: 100%;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 5%;
    margin-top: 5%;
    vertical-align: middle;
    overflow: hidden;
}

.svg-content {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
}

.articlebody text[font-family="'SourceSansPro-Bold'"] {
    font-weight: 600 !important;
}

.articlebody tspan[font-family="'SourceSansPro-Bold'"] {
    font-weight: 600 !important;
}

.articlebody h2 {
    font-size: 3rem !important;
    font-family: "Halant", serif !important;
}

.articlebody h5 {
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
    color: #000;
    padding-bottom: 2rem;
    padding-top: 1rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0;
}

.articlebody h6 {
    font-size: 0.8rem !important;
    line-height: 1.4rem !important;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.pointer-dot {
    left: -15px;
    top: -22px;
    width: 3px;
    height: 20px;
    position: fixed;
    border-radius: 0px;
    z-index: 1;
    pointer-events: none;
    transition: border-color 0.5s;
    background-color: #000;
    opacity: 0;
}

.pointer-ring {
    left: 0;
    top: 0;
    width: 20px;
    height: 25px;
    padding: 0px;
    background-color: rgba(0, 117, 137, 0.1);
    position: fixed;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.pointer-dot-demo {
    left: 9px;
    top: 2px;
    width: 3px;
    height: 20px;
    position: absolute;
    border-radius: 0px;
    z-index: 1;
    pointer-events: none;
    background-color: #000;
    opacity: 1;
}

.pointer-ring-demo {
    left: 0;
    top: 0;
    width: 20px;
    height: 25px;
    padding: 0px;
    background-color: rgba(0, 117, 137, 0.1);
    position: absolute;
    z-index: 2;
    pointer-events: none;
    opacity: 1;
}

.articlebody.webinarbody p {
    font-size: 1.05rem;
}

.articlebody:hover .pointer-dot,
.articlebody:hover .pointer-ring {
    opacity: 1;
}

.articlebody {
    padding-bottom: 3em;
}

.articlebody h3 {
    font-family: "Roboto", sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.articlebody h4 {
    font-family: "Roboto", sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 400;
    color: #000;
    font-style: italic;
}

.st-custom-button[data-network] {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    color: #000;
}

.sharethis-sticky-share-buttons {
    display: none !important;
}

.sharethis-sticky-share-buttons-active {
    display: block !important;
}

.st-sticky-share-buttons {
    padding-bottom: 0px !important;
    margin: 0 !important;
}

#st-1 .st-btn svg {
    fill: #000 !important;
}

axis path,
.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

.axis text {
    font-family: sans-serif;
    font-size: 11px;
}

.dot {
    stroke: #000;
}

.card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* AUTHOR */

.authorhead h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 3em;
    color: #000;
}

.authorsocial p a {
    color: #000;
}

.authorsocial p svg {
    margin-left: 1rem;
    opacity: 0.2;
}

.iconSocial {
    font-size: 1.5rem !important;
}

.authorart {
    border-top: 1px solid #000;
    border-bottom: none;
    border-radius: 0;
}
.authorart .card-body {
    border-bottom: none;
    border-left: 0;
    border-right: 0;
}

.imgauthor {
    width: 100%;
    border-radius: 50%;
}

.nameauthor {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
}

.nameauthor span {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.85rem;
    text-transform: lowercase;
}

.bioauthor {
    text-align: left;
    font-size: 0.85rem;
    font-family: "Source Sans Pro", sans-serif;
    opacity: 0.8;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}

.speciale {
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    border: 1px solid;
    padding: 0 1rem;
    opacity: 0.6;
    color: #fff;
}

.speciale:hover {
    opacity: 1;
    color: #fff;
}

.specialart {
    border: 1px solid rgba(37, 95, 100, 0.04);
    border-radius: 0;
}

.specialart:hover {
    background-color: rgba(37, 95, 100, 0.9) !important;
}

.specialart * {
    color: #fff !important;
}

.specialart a:hover * {
    color: #fff !important;
}

.specialart a {
    margin-bottom: 0;
}

.specialart h5 {
    font-size: 2rem;
    font-weight: 700;
    color: #cac7a3 !important;
}

.specialart .card-author {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.specialart .card-author span {
    font-weight: 400;
    font-size: 1rem;
    font-style: italic;
}

.museiimpresa {
    overflow: hidden;
    opacity: 1;
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 100px;
}

.museiimpresa img {
    width: 150px;
    position: absolute;
    bottom: 18%;
}

.museiimpresabottom {
    overflow: visible;
    position: relative;
    height: 100px;
    background-color: #9d0e29;
}

.museiimpresabottom p,
.museiimpresabottom p a {
    font-weight: 700;
    color: #fff;
}
.museiimpresabottom a:hover {
    opacity: 0.8;
}

.museiimpresabottom img {
    width: 150px;
    margin-top: -32px;
}

.museiimpresatext h4 {
    font-family: "Halant", serif !important;
    font-size: 1.4rem !important;
    font-weight: 400;
    line-height: 2rem;
    color: #9d0e29;
    font-style: normal;
}

.cardbodymusei {
    border-bottom: 1px solid rgba(157, 14, 41, 0.2);
    border-left: 1px solid rgba(157, 14, 41, 0.2);
    border-right: 1px solid rgba(157, 14, 41, 0.2);
    background-color: rgba(157, 14, 41, 0.03);
}

@-o-keyframes fadeIt {
    0% {
        background-position: -0% 0;
    }
    100% {
        background-position: -100% 0;
    }
}
@keyframes fadeIt {
    0% {
        background-position: -0% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

.backgroundAnimated {
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, #9d0e29 50%);
    transition: background-position 1s;
    -o-animation: fadeIt 5s forwards;
    animation: fadeIt 5s forwards;
}

/* marquee */
.slideview {
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.bg-genio-orange {
    background-color: rgb(240, 120, 0) !important;
}

.slideview:hover {
    color: rgb(0, 66, 136);
}

.slideclose {
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 2rem;
    z-index: 999;
}

.slidegenio {
    width: 100vw;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    position: fixed;
    overflow: hidden;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

.slidegenio .left {
    width: 33.3vw;
    height: 80vh;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    cursor: w-resize;
}
.slidegenio .center {
    width: 33.3vw;
    height: 80vh;
    position: absolute;
    left: 33.4vw;
    bottom: 0;
    z-index: 999;
    cursor: ew-resize;
}
.slidegenio .right {
    width: 33.3vw;
    height: 80vh;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    cursor: e-resize;
}

.slidegenio-list {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    display: flex;
}

.slidegenio-strip {
    width: max-content;
    background-color: rgb(240, 120, 0);
    display: flex;
}

.slidegenio-strip figure {
    margin-right: 10px;
}
.slidegenio-strip figure img {
    max-height: 74vh;
    max-width: 50vw;
}
.slidegenio-strip .slidegenio:last-child {
    margin-right: 0;
}

/* BRICKLAYER */

.grid-sizer,
.grid-item,
.grid-item2 {
    width: 100%;
}
.gutter-sizer {
    width: 0%;
}

.grid:after {
    content: "";
    display: block;
    clear: both;
}

/* vertical slider */
.slider-vertical {
    height: 200px;
}
section.text-slider,
.text-slider {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.slider-p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}

.text-slider-left:after {
    position: absolute;
    top: 0;
    right: -198px;
    content: "";
    height: 0;
    width: 0;
    border-left: 200px solid var(--my-color-var);
    border-bottom: 200px solid transparent;
    overflow: hidden;
}

section.text-slider .text-slider-left {
    height: 200px;
    z-index: 2;
}

section.text-slider div.h3cont {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.text-slider .h3cont h3 {
    line-height: 2.7rem;
}

@media (max-width: 500px) {
    section.text-slider,
    .text-slider {
        flex-direction: column;
    }
}
section.text-slider__static,
.text-slider_static {
    display: block;
    padding-right: 0.25ch;
    margin: 0;
}
section.text-slider__dynamic,
.text-slider_dynamic {
    margin: 0;
    height: 200px !important;
    text-transform: uppercase;
    overflow: hidden;
    float: left;
    z-index: 1;
}
@media (max-width: 500px) {
    section.text-slider_dynamic,
    .text-slider_dynamic {
        text-align: center;
    }
}
section.text-slider .vertical-slider,
.text-slider .vertical-slider {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
section.text-slider .vertical-slider_item,
.text-slider .vertical-slider_item {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 100px;
    letter-spacing: 2px;
}

/* ---- .grid-item ---- */

.grid-item {
    float: left;
}

.h1_85 {
    font-size: 8.5rem;
}

.h1_45 {
    font-size: 4.5rem;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.grid div:nth-of-type(2) {
    margin-left: 0 !important;
}

.grid div:last-child {
    margin-right: 0 !important;
}

.ariticleslide strong {
    color: rgb(240, 120, 0) !important;
}

@media screen and (min-width: 640px) {
    .grid-sizer,
    .grid-item {
        width: 49%;
    }

    .grid-item2 {
        width: 100%;
    }

    .gutter-sizer {
        width: 2%;
    }
}

@media screen and (min-width: 980px) {
    .grid-sizer,
    .grid-item {
        width: 31.333%;
    }
    .grid-item2 {
        width: 64.666%;
    }
    .gutter-sizer {
        width: 3%;
    }
}

@media screen and (min-width: 1200px) {
    .grid-sizer,
    .grid-item {
        width: 23.5%;
    }

    .grid-item2 {
        width: 49%;
    }
    .gutter-sizer {
        width: 2%;
    }
}

.bricklayer-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.text_box_number {
    height: 45%;
}

h3 {
    hyphens: auto;
}

/* BRICKLAYER END */

@media (max-width: 767.98px) {
	.hor-div.index_only {
		right: 0px;
		left: unset;
	}
    .text_box_number {
        height: unset;
    }

    .number-line-100 div h3 {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 2rem;
        font-weight: 700;
    }

    .title_graphic {
        margin-bottom: 2.3rem;
    }

    /* .h1_45{
		font-size: 3.5rem !important;
	} */

    .specialart a {
        border-right: none !important;
    }

    .slideGIfigure {
        max-height: 50vh;
    }

    .slideGItext {
        min-height: 50vh;
        max-width: 80vw;
    }

    .carousel-control-prev {
        left: -30px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        background-image: none;
        font-size: 3rem;
        color: #000;
    }

    .carousel-control-next {
        right: -20px;
    }

    .textlivecast .articlebody h3 {
        font-style: normal !important;
        text-transform: uppercase;
        font-size: 1.5rem !important;
        font-weight: 600;
    }

    .articlepdocasttext {
        height: 70vh;
        padding-top: 18vh;
        background-color: rgba(94, 50, 4, 0.4);
    }
    .articlepdocasttext h1 {
        font-size: 2rem;
    }
    .articlepdocast h2 {
        color: rgba(94, 50, 4, 1);
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        letter-spacing: 0px;
    }

    .list-group-item.active {
        font-size: 0.85rem;
    }

    .articleinterviewtext img {
        position: absolute;
        top: 3vh;
        right: 5vh;
        max-width: 40vw;
    }
    .container-interview {
        margin-top: 77vh !important;
    }

    .hor-div {
        transform: rotate(0deg);
        transform-origin: 0 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hor-div-article3 {
        position: absolute !important;
        right: 0 !important;
        left: auto !important;
        bottom: 42% !important;
    }
    .hor-div-article2 {
        position: absolute !important;
        right: 0 !important;
    }

    .shiva {
        font-size: 16vw !important;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
    }

    .hor-div-article {
        transform: rotate(0);
        transform-origin: 0 0;
        position: absolute;
        top: 165px;
        left: 0 !important;
        height: 47px;
    }

    .hor-div-article2 {
        position: absolute !important;
        right: 0 !important;
        left: auto !important;
        bottom: auto !important;
        top: 230px;
    }

    .homediv h1 {
        font-size: 1.8rem;
    }

    .homediv .abstract {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .text-slider-left:after {
        position: absolute;
        top: 0;
        right: -198px;
        content: "";
        height: 0;
        width: 0;
        border-left: 0 solid #f3b600;
        border-bottom: 0 solid transparent;
        overflow: hidden;
    }

    .slider-vertical {
        height: 400px;
    }

    section.text-slider .vertical-slider_item,
    .text-slider .vertical-slider_item {
        margin-left: 0;
    }
}

.specialart .card-body {
    border-bottom: none;
}

.clear {
    clear: both;
}

@media (max-width: 1199.98px) {
    .position-absolute.large_only {
        position: static !important;
    }

    .margin_top {
        margin-top: -2rem !important;
    }

    .containerbody.index_only {
        padding-top: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .text_box_number {
        height: 73%;
    }

    .margin_top {
        margin-top: 2rem !important;
    }

    .thumbtopic {
        min-height: 15vh !important;
    }

    .header_remake.int_page {
        height: 158px !important;
    }

    .articleimage div:not(.slideGI):not(.slideGIfigure):not(.slideGItext) {
        position: absolute;
        bottom: 20%;
        left: 0;
        color: #fff;
    }

    .hor-div-article2 {
        /* position: absolute !important;
    right: 35px !important;
    left: auto !important;
    bottom: 5% !important;
	top: unset; */
    }

    .slideGIfigure {
        max-height: 50vh;
    }

    .slideGItext {
        min-height: 50vh;
        max-width: 80vw;
    }

    .angle-left:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(25deg);
        -ms-transform: skew(25deg);
        transform: skew(25deg);
        z-index: -1;
    }

    .logo-asso img {
        width: 120px;
    }
    .logo-asso {
        padding-top: 0px;
    }
    .lastli {
        position: relative;
        right: auto;
        margin-bottom: 6px;
    }
    body {
        margin-top: 155px;
    }

    .homediv_CenterTXT {
        top: 16vh;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .h1_45 {
        font-size: 3.5rem !important;
    }

    .hor-div-article2 {
        position: absolute !important;
        right: 0px !important;
        left: auto !important;
        bottom: 12% !important;
    }

    .update_label {
        top: 108px;
        bottom: unset !important;
    }
}

@media (min-width: 992px) {
}

/* slider  fine */
@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0.55rem;
        -moz-column-gap: 0.55rem;
        column-gap: 0.55rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2.25rem;
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
        orphans: 1;
        widows: 1;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 2.25rem;
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2.25rem;
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
        orphans: 1;
        widows: 1;
    }

    .container-fluid {
        padding-left: 2em;
        padding-right: 2em;
    }
    .sharect2 {
        line-height: 0;
        transition: all 0.2s ease-in-out 0s;
        position: absolute;
        top: 111vh;
        left: 20rem;
        display: none;
    }

    .special h5 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        position: absolute;
        bottom: 2vh;
        z-index: 12;
        right: 3rem;
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .container-fluid {
        padding-left: 2em;
        padding-right: 2em;
    }
    .sharect2 {
        line-height: 0;
        transition: all 0.2s ease-in-out 0s;
        position: absolute;
        top: 111vh;
        left: 16rem;
        display: none;
    }
    .slidegenio-strip figure img {
        max-height: 74vh;
        max-width: 60vw;
    }

    .special h5 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        position: absolute;
        bottom: 2vh;
        z-index: 12;
        right: 3rem;
        font-size: 3rem;
    }

    .number-line-100 div h3 {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 2rem;
        font-weight: 700;
    }

    .slider-p {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 20px;
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .h1_45 {
        font-size: 3.5rem !important;
    }

    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .container-fluid {
        padding-left: 1em;
        padding-right: 1em;
    }

    .articleimage h1 {
        font-size: 2rem;
    }

    .articleimage h3 {
        margin-top: 2.5em;
        margin-bottom: 1.5em;
    }

    .headerstandard .navbar-brand img,
    .headerarticle .navbar-brand img,
    .headerstandard .navbar-brand svg {
        vertical-align: middle;
        height: 80px;
        width: auto;
    }

    .headerstandard .claim,
    .headerarticle .claim {
        font-size: 1.05rem;
        letter-spacing: 9.9px;
    }
    .containerbody {
        padding-top: 1rem;
    }

    .sharect2 {
        line-height: 0;
        transition: all 0.2s ease-in-out 0s;
        position: absolute;
        top: 111vh;
        left: 9rem;
        display: none;
    }
    .slidegenio-strip figure img {
        max-height: 74vh;
        max-width: 80vw;
    }

    .special h5 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        position: absolute;
        z-index: 12;
        right: 0;
        font-size: 2rem;
        bottom: 10rem;
        left: 0;
    }
}

@media (max-width: 575.98px) {
    .home_container .homediv h1 {
        font-size: 2.2rem;
    }

    .margin_top {
        margin-top: 2rem !important;
        margin-bottom: 10rem !important;
    }

    .size_cont {
        padding-left: 2rem;
    }

    .header_remake {
        height: 160px !important;
    }

    .header_remake.int_page {
        height: 155px !important;
    }

    .border_right_override {
        border-right: none !important;
    }

    .h1_45 {
        font-size: 2rem !important;
    }

    .container-fluid {
        padding-left: 1em;
        padding-right: 1em;
    }

    .containerbody {
        padding-top: 1em;
    }

    .articleimage h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .articleimage h3 {
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: 1.25rem;
    }
    .headerstandard .navbar-brand img,
    .headerarticle .navbar-brand img {
        height: 80px;
    }
    .headerstandard .claim,
    .headerarticle .claim {
        font-size: 0.6rem;
        margin-top: 3px;
        letter-spacing: 8.2px;
    }
    .headerstandard .navbar {
        height: 110px;
    }

    .navbar-brand {
        margin-right: 0.2rem;
    }

    header,
    .containerhead {
        height: 140px;
    }

    body {
        margin-top: 155px;
        margin-bottom: 115px;
    }

    .headerarticle .navbar {
        height: 140px;
    }

    .footer span {
        font-size: 0.8rem;
    }

    .sharect2 {
        line-height: 0;
        transition: all 0.2s ease-in-out 0s;
        position: absolute;
        top: 111vh;
        left: 0rem;
        font-size: 0.8rem;
        display: none;
    }

    .modal-register {
        margin: 6.75rem auto !important;
        max-width: 98vw !important;
    }

    .btn-register {
        border-radius: 0;
        background-color: #fff;
        color: #000 !important;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 600;
    }

    #logoverso {
        max-width: 250px !important;
    }

    .slidegenio-strip figure img {
        max-height: 74vh;
        max-width: 90vw;
    }

    .special2 {
        position: absolute;
        top: 0%;
    }
    .special2 h5 {
        font-size: 2.5rem;
        font-weight: 700;
        width: 100%;
        float: right;
    }

    .special3 {
        position: absolute;
        bottom: 0%;
    }

    .special3 .first-p {
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: 600;
        width: 100%;
    }

    .special3 .second-p {
        font-style: italic;
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .special h5 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        position: absolute;
        z-index: 12;
        right: 0;
        font-size: 3rem;
        bottom: 5rem;
        left: 0;
    }

    .special div {
        background-position-x: right;
        background-color: rgba(37, 95, 100, 0.8);
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
    }

    .dossier-head h1 {
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        font-size: 2.8rem;
        display: block;
    }

    .dossier-head h2 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 1rem;
    }

    .dossier-head p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .dossier-body * {
        font-family: "Roboto", sans-serif;
    }

    .dossier-head-dot {
        border-bottom: 3px dashed #333;
    }

    .card-dossier {
        background-color: #748c99 !important;
    }

    .dossier-museo-title {
        font-size: 1rem;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
    }

    .tag-museo {
        position: absolute;
        top: 0;
        left: -8px;
        width: 80%;
        text-align: left;
        padding: 10px 10px;
        color: #fff;
        font-size: 1rem;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
    }

    .homediv_CenterTXT {
        top: 11vh;
    }
}

@media (max-width: 379.98px) {
    .headerstandard .navbar-brand img,
    .headerarticle .navbar-brand img {
        height: 80px;
    }
    .headerstandard .claim,
    .headerarticle .claim {
        font-size: 0.6rem;
        margin-top: 3px;
        letter-spacing: 6.2px;
    }
    #Livello_1a tspan {
        font-size: 0.9rem !important;
    }
}

@media (max-height: 499.98px) {
    .headerstandard .navbar-brand img,
    .headerarticle .navbar-brand img {
        height: 15px;
    }
    .headerstandard .claim,
    .headerarticle .claim {
        font-size: 0.6rem;
        margin-top: 3px;
        letter-spacing: 6.2px;
    }

    .headerstandard .navbar,
    .headerarticle .navbar {
        height: 80px;
    }
    .articleimage div {
        bottom: 0em;
        padding-bottom: 1rem !important;
    }
    .articleimage h1 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 1.6rem;
    }

    .articleimage h3 {
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: 0.9rem;
    }

    body {
        margin-bottom: 115px;
    }

    .navbar-brand {
        margin-right: 0.2rem;
    }

    header,
    .containerhead {
        height: 80px;
    }
}

/* devanagari */
@font-face {
    font-family: "Halant";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Halant Light"), local("Halant-Light"), url(https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2Pbsvc_pynQxrQwc.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
    font-display: swap;
}
/* latin-ext */
@font-face {
    font-family: "Halant";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Halant Light"), local("Halant-Light"), url(https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2Pbsvc_pykgxrQwc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Halant";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Halant Light"), local("Halant-Light"), url(https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2Pbsvc_pynAxr.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: "Halant";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Halant SemiBold"), local("Halant-SemiBold"), url(https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvB_xynQxrQwc.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: "Halant";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Halant SemiBold"), local("Halant-SemiBold"), url(https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvB_xykgxrQwc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Halant";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Halant SemiBold"), local("Halant-SemiBold"), url(https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvB_xynAxr.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: "Halant";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Halant Bold"), local("Halant-Bold"), url(https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvY_1ynQxrQwc.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: "Halant";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Halant Bold"), local("Halant-Bold"), url(https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvY_1ykgxrQwc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Halant";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Halant Bold"), local("Halant-Bold"), url(https://fonts.gstatic.com/s/halant/v7/u-490qaujRI2PbsvY_1ynAxr.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtXA-W2r.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXt7A-W2r.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXt_A-W2r.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA-Q.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v20/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
        url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
        url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
        url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
        url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
        url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
        url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
        url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
        url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmhduz8A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwkxduz8A.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmxduz8A.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlBduz8A.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmBduz8A.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRduz8A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
        url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
        U+FEFF, U+FFFD;
}
