@font-face {
    font-family: 'Univers LT W01_55 Roman1475956';
    src: url('/static/fonts/5c8d59c2-9c85-4a22-88e3-bf3fba01dcd8.woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Univers LT W01_65 Bold1475968';
    src: url('/static/fonts/8a711a0d-3f17-4bfe-887b-6229858332b3.woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Univers LT W01_73 Black Ext';
    src: url('/static/fonts/432c8ae9-5371-4df8-86c1-e7c396a8a4fc.woff2');
    font-display: swap;
}

.container {
    max-width:none;
}

@media (min-width: 768px) { 
    .container {
        width: 720px;
    } 
}

@media (min-width: 992px) { 
    .container {
        width: 960px;
    } 
}

@media (min-width: 1200px) { 
    .container {
        width: 1140px;
    } 
}

@media (min-width: 1400px) { 
    .container {
        width: 1320px;
    } 
}

@media (min-width: 1600px) { 
    .container {
        width: 1500px;
    } 
}

@media (min-width: 1920px) { 
    .container {
        width: 1820px;
    } 
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    color: #4b5e78;
    hyphens:auto;
    -webkit-hyphens:auto;
    font-family:'Univers LT W01_55 Roman1475956';
    font-size: 21px;
    line-height: 27px;
}

body > .row {
    margin:0;
}

footer {
    padding:40px 0;
    margin-top:auto;    
}

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

footer a:hover .fab {
    background:#E2001A;
}

footer .d-flex {
    flex-direction:row;
    justify-content: space-between;
    text-align: center;
}


footer .d-flex span:first-child {
    text-align: left;
    margin-top: auto;
}

footer .d-flex span:last-child {
    margin-top:auto;
    display: flex;
    justify-content: flex-end;
}

footer .d-flex span {
    flex-grow: 1;
    flex-basis: 0;
}

footer .d-flex img {
    margin-bottom:70px;
    margin-top: 30px;
}

footer .fab {
    color:#fff;
    background:#4B5E78;
    border-radius:50%;
    width: 55px;
    aspect-ratio:1/1;
    display:flex;
    margin-left:10px;
    justify-content: center;
    align-items: center;
    font-size: 35px;
}

p strong,
p b {
    font-weight: normal;
    font-family: 'Univers LT W01_65 Bold1475968';
}

em {
    font-style:normal;
    color:#E2001A;
}

img, svg {
    max-width:100%;
}

img.full-width {
    width:100%;
}

img.padding {
    padding: 10% 10% 0 10%;
}

.bg-01 {
    background:#C3839B !important;
}
.bg-02 {
    background:#4E5584 !important;
}
.bg-03 {
    background:#D96C63 !important;
}
.bg-04 {
    background:#A680A9 !important;
}
.bg-05 {
    background:#B55561 !important;
}
.bg-06 {
    background:#6580B7 !important;
}

.logo {
    height: 95px;
    position: absolute;
    top: 77px;
    right: 77px;
    z-index: 1;
    background: white;
    padding: 15px 25px;
}

.carousel-style-hbk.detail .logo {
    height: 100%;    
    top: 0;
    right: 0;    
    padding: 0 50px;
    width: 20vw;
}


.no-logo .logo {
    display:none;
}

.carousel img.hbk-badge {
    position:absolute;
    top:77px;
    left:77px;
    z-index:1;
    filter: brightness(0%) saturate(100%) invert(95%) sepia(100%) saturate(19%) hue-rotate(285deg) brightness(105%) contrast(104%);
}

.carousel:not(.hbk-badge) .hbk-badge {
    display:none;
}

.carousel-caption {    
    font-weight: 900;
    letter-spacing: -0.02em;
    text-shadow: none;
    color: #fff;
    text-align:left;
    font-family:'Univers LT W01_73 Black Ext';
    padding: 0;
    text-transform: uppercase;
    left: 50px;
    right: 50px;
    top: 0;
    bottom: 0;
}

.carousel-style-hbk.detail .carousel-caption {
    display: flex;
    align-items: center;
}

.carousel-style-hbk:not(.detail) .carousel-caption {
    top: 15px;    
    bottom: 15px;
    width: 100%;
}



.carousel-caption p {
    margin:0;
}

.carousel-caption p > a {
    color:#fff;
    text-decoration:none;
}

.carousel-caption p > a:hover {
    color:#fff;
    text-decoration:none;
    text-stroke: initial;
    -webkit-text-stroke: initial;    
}

.carousel-showmanymoveone .carousel-control {
    text-shadow:none;
    color:#4b5e78;
}

.carousel-showmanymoveone .carousel-control .fa {
    color: #4b5e78 !important;
    font-size: 55px;
}


p {
    hyphens:initial;
    margin-bottom:20px;
}

a,
a:hover {
    color:#E2001A;
    text-decoration:underline;
}

p a:hover,
.nav li.meta a:hover{
    text-stroke: 1px #E2001A;
    -webkit-text-stroke: 1px #E2001A;
}

p a:hover > strong {
    text-stroke: initial;
    -webkit-text-stroke: initial;    
}

.nav {
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10%;
    height: 100%;
}

.nav li,
.nav li a {
    display:flex;
    width:100%;
    align-items: center;
}

.nav li a:hover,
.nav li a:focus {
    background:none;
}

.nav li.meta {
    margin-top: auto;
    flex-direction: column;
    align-items: flex-start;
}

.nav li.meta a {
    padding:0;    
}

.nav.footer li a {
    padding:0;
    color: #4b5e78;
}

.nav.footer li.inline > a {
    width: auto;
}

.nav.footer li.inline {
    justify-content: space-between;
}

.nav.footer li a:hover {
    color:#E2001A;
}

.nav.footer li.inline > a {
    margin-right:30px;
}

.nav.footer li.inline > a:last-child {
    margin-right:0;
}

.nav li.meta a:hover {
    text-decoration:underline;
}

.nav:not(.footer) li:not(.meta) a {
    font-family:'Univers LT W01_73 Black Ext';    
    letter-spacing: -0.02em;    
    color: #4b5e78;
    text-decoration:none;
    text-transform:uppercase;
    border-bottom: 2px solid #4D6788;
    padding: 22px 0;
    hyphens:manual;
    -webkit-hyphens:manual;
}

.nav:not(.footer) li:not(.meta) a:hover,
.nav li a:hover .icon .fas {
    color:#C4B598;
}

.nav li a:hover .icon img,
.nav li a:hover .action img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(13%) saturate(490%) hue-rotate(1deg) brightness(92%) contrast(88%);
}

.nav li:nth-child(4) a{
    border: none !important;
}

.nav li .icon {
    margin-right: 25px;
}

.nav li .icon img {
    width: 90px;
    max-width: none;
}

.nav li:first-child .icon img,
.nav li:nth-child(3) .icon img {
    width: 60px;
    margin-right: 30px;
}

.nav li:nth-child(4) .icon .fas {
    width: 60px;
    margin-right: 30px;
    font-size: 70px;
    color: #E2001A;
}

.nav li .action {
    margin-bottom: auto;
    display: flex;
    margin-left: auto;
}

.nav li .action img {
    width:50px;
    max-width: none;
}

.nav li:nth-child(1) .action,
.nav li:nth-child(2) .action,
.goodies button .action {
    transform: rotate(45deg);
}

.goodies button .action {
    width:20px;
    margin-left: 20px;
    display: flex;
    align-self: center;
}

.back {
    color: #4b5e78;
    display: inline-block;
    text-decoration: none;
}

.back:hover {    
    text-decoration:none;    
}

.back:hover .btn {
    color:#C4B598;    
}

.back:hover .action img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(13%) saturate(490%) hue-rotate(1deg) brightness(92%) contrast(88%);
}


.back .btn {
    font-family:'Univers LT W01_73 Black Ext';    
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 52px;   
    text-transform:uppercase;
}

.back .action {
    transform: rotate(225deg);
    display:flex;
    margin-right: 45px;
}

h1 {
    font-family:'Univers LT W01_73 Black Ext';    
    text-transform:uppercase;
    letter-spacing: -0.02em;
}

h2 {
    font-family:'Univers LT W01_73 Black Ext';    
    text-transform:uppercase;
    margin-top: 0;
}

.row > div[class^='col'] > h1:first-child {
    margin-top:0;
}


.partner > div {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.partner > div > a {
    width:250px;
    text-decoration:none; 
    margin-bottom:90px;
}

.partner > div > a > img {    
    margin-bottom:40px;
}

.partner > div > a > p {
    margin:0;
}

/*
.partner > div > a:hover > p {
    color: #4b5e78;    
}

.partner > div > a:hover > img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(30%) saturate(490%) hue-rotate(175deg) brightness(90%) contrast(88%);
}
*/

.partner > div > a > p {    
    font-size: 16px;
    line-height: 26px;
    color: #c4b598;
}

.goodies > div {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.goodies > div > a {
    margin-bottom: 20px;
    text-decoration:none;
    display: flex;
    background: #4B5E78;
    color: #fff;
    aspect-ratio: 1/1;
    width: 100%;
}

.goodies > div > a:hover button {
    transform:translateY(5px);
    color:#fff;
}

.goodies > div > a > img {
    width:50%;    
}

.goodies .card-body {
    padding:0;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.goodies .card {
    background:none;
    padding: 20px 23px;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-height: auto;
    width: 100%;
}

.goodies .card h2 {
    margin:0 0 20px;
    font-family:'Univers LT W01_73 Black Ext';
    text-transform:uppercase;    
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 30px;
}

.goodies .card button {
    background:none;
    font-family:'Univers LT W01_73 Black Ext';
    font-size: 20px;
    letter-spacing: -0.02em;
    padding: 0;
    margin-top: auto;
    text-transform: uppercase;
    display: flex;
    margin-left: auto;
    width: auto;
    transition:all .1s ease;
    line-height: initial;
    color: #fff;
}

.goodies .card button img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(1%) hue-rotate(114deg) brightness(102%) contrast(100%);
}

.goodie-heart {
    display:none;
}

a:focus {
    outline:0;
}






.btn {
    white-space: initial;
    margin: 0;
    font-family: 'Univers LT W01_55 Roman1475956';
    border: none;
    border-radius: 0;
    display:block;
    width: 100%;
    padding: 12px 18px;
    background:transparent;
}

.back .btn {
    display: flex;
    text-align: left;
    align-items: center;
}

.burger {
    float: right;
    width: 80px;
}

.burger > .btn:hover > span {
    background:#E2001A;
}

.burger > .btn {
    display:flex;
    padding: 0;
    flex-direction: column;
    row-gap: 10px;
    outline: 0 !important;
    top:110px;
    z-index: 1;
    width: auto;
}

.burger > .btn > span {
    height: 10px;
    background: #4b5e78;
    width: 80px;
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
}

.modal-header {
    border:none;
    color: #fff;
    text-align: right;
    padding-bottom: 0;
    font-size: 48px;
    padding-top: 0;
}

.modal-header button {background: transparent;box-shadow: none;text-shadow: none;border: none;color: #fff;}

.modal-body {
    text-align:center;
    padding: 0;
}

.modal-body a {
    color:#fff;
    font-family: 'Univers LT W01_73 Black Ext';
    font-size: 50px;
    letter-spacing: -0.02em;    
    text-transform:uppercase;
    text-decoration:none;
}

.modal-body ul {
    padding:0;
    list-style-type:none;
    margin:0;
}

.modal-body li {
    position: relative;
}

.modal-body li:first-child a {
    padding-top:25px;
}

.modal-body li:last-child a {
    padding-bottom:25px;
}

.modal-body a {
    transition: all .2s ease-in-out;
    display:block;
    padding: 40px 0;
}

.modal-body a:hover {        
    transform: scale(1.02);
}

.modal-body li:after {
    content:'';
    position:absolute;
    left:0;
    width: 100%;
    border-top: 2px solid #fff;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.modal-body li:last-child:after {
    display:none;
}

.table {
    margin-bottom:0;
}
 
.cc-link {
    font-size:16px;
    padding: 0 !important;
}

.cc-btn:hover {
    text-decoration:none;
}

.cc-window {
    line-height: 17px !important;
}

.cc-message {
    margin:10px !important;
}

.vjs-poster {
    background-color: #fff !important;
}

.carousel .center {
    aspect-ratio: 1/0.5625;
}

.carousel .center img {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.carousel-showmanymoveone,
.carousel-showmanymoveone .carousel-item {
    height: 180px !important;
}

.goodies {
    margin-top: 20px;
}


@media (max-width: 767px) { 
    
    footer .d-flex {
        flex-direction:column;        
    }
    
    h1,
    .modal-body a,
    .nav:not(.footer) li:not(.meta) a {
        font-size: 28px;   
        line-height:1.1;
    }
    
    h2 {
        font-size: 21px;        
    }

    #nav-modal + h1 {
        margin-right: 75px;
        hyphens:none;
    }

    .carousel-caption {
        justify-content: center;
        font-size: 28px;
        width:100%;
        left: 0;
        right: 0;
    }


    .carousel-style-hbk:not(.detail) .carousel-caption {
        left:15px;
        right:15px;
    }

    .burger {
        width:60px;
    }

    .burger > .btn {
        row-gap:7px;
    }

    .burger > .btn > span {
        width:60px;
        height: 7px;
    }

    .nav li:first-child .icon img,
    .nav li:nth-child(3) .icon img,
    .nav li .action img {
        width: 35px;
        margin-right: 0px;
    }    

    .nav li:nth-child(4) .icon .fas {
        width: 35px;
        font-size:35px;
        margin-right:0;
    }
    
    .nav li .icon img {
        width: 45px;
    }

    .nav li:nth-child(2) .icon {
        margin-right:15px
    }

    .carousel-showmanymoveone .carousel-control .fa {
        font-size: 31px;
    }

    footer {
        font-size: 16px;
        line-height: 21px;
    }
    
    footer,
    footer ul.nav {
        padding-top:10px;
    }
    
    footer > .container > a > img {
        width:60%;
    }

    footer .d-flex span:last-child {
        justify-content: center;
        margin-top: 30px;
    }

    footer .fab {
        font-size: 25px;
        width: 45px;
        margin: 0 10px;
    }

    
    
}

@media (min-width: 768px) { 
    .carousel-showmanymoveone .carousel-item > div {
        padding: 0 70px !important;
    }
    
    h1,
    .modal-body a,
    .nav:not(.footer) li:not(.meta) a {
        font-size: 38px;
        line-height: 1.1;
    }    
    
    h2 {
        font-size: 25px;        
    }

    #nav-modal + h1 {
        margin-right: 95px;
    }

    .carousel-caption {
        font-size: 50px;
        line-height: 50px;
    }    

    footer {
        font-size:16px;
        line-height: 24px;
    }

    footer .d-flex img {
        width: 50%;
    }    


    .goodies > div > a {
        margin-right: 0;
    }

    .carousel-style-hbk:not(.detail) .carousel-caption {
        top: 50px;
        width: 60%;
        bottom: 50px;
    }

    .d-flex {
        display:flex;
    }
    
    .d-flex > .col-lg-5 {
        display: flex;
        flex-direction: column;
    }
    
    .d-flex > .col-lg-5 > p:last-child {
        margin-top:auto;
        margin-bottom:0;
    }

    .modal-body li:after {        
        width: 40%;        
    }

    #nav-modal .modal-dialog {
        width: 100%;
    }

    
}

@media (min-width: 992px) {     
    .goodies > div > a {
        width: calc(33.33% - 40px);
        margin-right: 20px;
    }

    .goodies .card > p {
        display:none;
    }
}

@media (min-width: 1200px) { 
    .goodies .card > p,
    .goodie-heart {
        display:inline;
    }
    
    .goodie-heart {
        width: 52px;
        float: right;
        margin-right: 80px;
    }

    .carousel-showmanymoveone,
    .carousel-showmanymoveone .carousel-item {
        height: 200px !important;        
    }

    
    
    
}

@media (min-width: 1400px) { 
    html,
    body {
        font-size: 24px;
        line-height: 31px;    
    }
    
    h1,
    .modal-body a,
    .nav:not(.footer) li:not(.meta) a {
        font-size: 45px;        
    }
    
    .carousel-caption {
        font-size: 70px;
        line-height: 65px;
    }
    
    footer {
        font-size:19px;
        line-height: 28px;
    }    

    .modal-body a {
        padding: 50px 0;
        line-height: 65px;
    }

    .goodies .card p {
        font-size: 25px;
        line-height: 32px;
    }

    .goodies .card button {    
        font-size: 30px;    
    }

    .carousel-showmanymoveone,
    .carousel-showmanymoveone .carousel-item {
        height: 350px !important;
    }
    
}

@media (min-width: 1600px) {     
    .carousel-caption {
        font-size: 80px;
        line-height: 75px;
    }

    .goodies {
        margin-top: 30px;
    }

    
}

@media (min-width: 1920px) { 
    html,
    body {    
        font-size: 26px;
        line-height: 36px;    
    }
    
    h1,
    .modal-body a,
    .nav:not(.footer) li:not(.meta) a {
        font-size: 50px;        
        line-height: 52px;       
    }
    
    h2 {
        font-size: 30px;
        line-height: 42px;    
    }

    p {    
        margin-bottom:30px;
    }

    footer {
        font-size:inherit;
        line-height: inherit;
    }

    footer {
        padding:70px 0; 
    }

    footer .d-flex img {
        width: auto;
    }

    .carousel-caption {
        font-size: 100px;
        line-height: 95px;
    }

    .goodies {
        margin-top: 50px;
    }

    .goodies > div > a {
        width: calc(33.33% - 80px);
        margin-right: 80px;
        margin-bottom: 50px;
    }    

    .carousel-showmanymoveone,
    .carousel-showmanymoveone .carousel-item {
        height: 400px !important;
    }
    

    
}
