.hc-h1 {
    font-weight:600;
    font-size:56px;
    line-height:1.25;
    font-family:Sohne;
    letter-spacing:0.03em;
}
.hc-h2 {
    font-weight:600;
    font-size:36px;
    line-height:1.25;
    font-family:Sohne;
    letter-spacing:0.03em;
}
.hc-h3 {
    font-weight:600;
    font-size:28px;
    line-height:1.25;
    font-family:Sohne;
    letter-spacing:0.03em;
}
.hc-h4 {
    font-weight:600;
    font-size:20px;
    line-height:1.5;
    font-family:Sohne;
    letter-spacing:0.03em;
}
.hc-h5 {
    font-weight:500;
    font-size:16px;
    line-height:1.5;
    font-family:Chronicle;
    letter-spacing:0.03em;
}
.hc-p-small {
    font-size:17px;
    line-height:1.5;
}
.hc-p-medium {
    font-size:20px;
    line-height:1.5;
}
.hc-p-large {
    font-size:24px;
    line-height:1.5;
}
.quote {
    font-weight: 600;
    font-family: Sohne;
}
.hc-big {
    font-weight:500;
    font-size:56px;
    line-height:1.25;
    font-family:Chronicle;
    letter-spacing:0.03em;
}
.hc-links {
    padding-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.5;
}
.hc-links a {
    padding: 0 20px;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-color: transparent;
    border-right: 1px solid #fff;
    transition: all .25s ease;
}
.hc-links a:last-child {
    border-right: none;
}
.hc-links a:hover {
    color: #fff;
    text-decoration-color: #f4af23;
}
.hc-ul-small li {
    font-size:17px;
    line-height:1.5;
}
.hc-text {
    position:relative;
    z-index:3;
}
.hc-button {
    position:relative;
    z-index:3;
}
.hc-button.inline {
    display: inline-block !important;
}
.hc-button.inline:first-child {
    padding-right: 20px;
}
.hc-button a {
    min-width:200px;
    padding:15px 30px !important;
    font-weight:600;
    font-size:16px;
    line-height:1.25;
    font-family:Sohne;
    letter-spacing:0.03em;
    transition:all .25s ease;
    box-sizing:border-box;
}
.hc-button.bg-red a {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #c8102e;
    text-align: center;
}
.hc-button.hover-blue a:hover {
    color: #fff;
    background: #00548e;
}
.hc-padding-5 {
    padding-top:5vw;
}
.hc-padding-3 {
    padding-top:3vw;
}
.hc-padding-1 {
    padding-top:1vw;
}

.hc-section-bg-video {
    position: relative;
}
.hc-row {
    max-width:1260px;
    margin:0 auto !important;
    position: relative;
    z-index:3;
}
.hc-row.center {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.hc-bg-video {
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
    overflow: hidden;
}
.hc-bg-video .vc_column_container {
    height: 100%;
}
.hc-bg-video video {
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hc-tint {
    width:100% !important;
    height:100% !important;
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    opacity:.5;
    z-index:2;
}
.hc-tint.dark {
    opacity:.7;
}
.hc-separator {
    max-width:60px;
}
.hc-narrow {
    max-width: 720px;
    margin: 0 auto;
}
.hc-accordion {
    border: 1px solid #222;
}
.hc-accordion.ui-accordion .ui-accordion-header {
    padding: 20px 42px 20px 20px !important;
    color: #222 !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    font-family: Sohne;
    letter-spacing: 0.03em;
    background: #fff !important;
    position: relative;
}
.hc-accordion .ui-accordion-header .hc-accordion-icon {
    height: 30px;
    margin-top: -15px;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: all .25s ease;
}
.hc-accordion .ui-accordion-header.ui-state-active .hc-accordion-icon {
    transform: rotate(180deg);
}
.hc-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}
.hc-accordion.ui-accordion .ui-accordion .ui-accordion-content {
    padding: 20px;
}
.hc-accordion .vc_tta-panel-title {
    border-bottom: 1px solid #ccc;
}
.hc-accordion .vc_tta-panel-title a {
    padding: 20px 42px 20px 20px !important;
    color: #222 !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    font-family: Sohne;
    letter-spacing: 0.03em;
    background: #fff !important;
}
.hc-accordion .vc_tta-panel-body {
    padding: 20px !important;
}
.hc-sidescroll {
    overflow-y: auto;
    white-space: nowrap;
}
.hc-border-red {
    padding-left: 20px;
    border-left: 4px solid #c8102e;
}
.hc-border-blue {
    padding-left: 20px;
    border-left: 4px solid #00548e;
}
.hc-col-text-right {
    padding-left: 30px !important;
}
.hc-image-link .vc_column-inner {
    position: relative;
}
.hc-image-link .vc_column-inner:hover .hc-image-link-tint {
    opacity:0.7;
}
.hc-image-link-tint {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .25s ease;
}
.hc-image-link-text {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    z-index: 2;
}
.hc-image-link-text .wpb_wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}
.hc-image-link-text a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* tablet */

@media(max-width:1023px) {
    .hc-h1 {
        font-size:36px;
    }
    .hc-h2 {
        font-size:28px;
    }
    .hc-h3 {
        font-size:24px;
    }
    .hc-h4 {
        font-size:18px;
        font-weight:500 !important;
    }
    .hc-p-large {
        font-size:20px;
        font-weight:400 !important;
    }
    .hc-p-medium {
        font-size:18px;
        font-weight:400 !important;
    }
    .hc-p-small {
        font-size:16px;
        font-weight:400 !important;
    }
    .hc-big {
        font-size:36px;
        font-weight:500 !important;
    }
    .hc-padding-5 {
        padding-top:7vw;
    }
    .hc-padding-3 {
        padding-top:5vw;
    }
    .hc-padding-1 {
        padding-top:2vw;
    }
    .hc-accordion.ui-accordion .ui-accordion-header {
        font-size: 18px;
    }
    .hc-accordion .vc_tta-panel-title a {
        font-size: 18px;
    }
    .hc-links {
        font-size: 18px;
    }
    .hc-links a {
        padding: 0 10px;
        line-height: 2;
        border-right: 0;
        text-decoration-color: #f4af23;
    }
}

/* mobile */

@media(max-width:767px) {
    .hc-h1 {
        font-size:32px;
    }
    .hc-h2 {
        font-size:24px;
    }
    .hc-h3 {
        font-size:20px;
    }
    .hc-h4 {
        font-size:16px;
    }
    .hc-p-large {
        font-size:18px;
    }
    .hc-p-medium {
        font-size:16px;
    }
    .hc-p-small {
        font-size:15px;
    }
    .hc-big {
        font-size:32px;
    }
    .hc-padding-5 {
        padding-top:10vw;
    }
    .hc-padding-3 {
        padding-top:7vw;
    }
    .hc-padding-1 {
        padding-top:3vw;
    }
    .hc-logo {
        max-width: 240px;
        margin: 0 auto;
    }
    .hc-seal {
        max-width: 140px;
        margin: 0 auto;
    }
    .hc-accordion.ui-accordion .ui-accordion-header {
        font-size: 16px;
    }
    .hc-accordion .vc_tta-panel-title a {
        font-size: 16px;
    }
    .hc-col-text-right {
        padding-left: 0px !important;
    }
    .hc-mobile-center {
        text-align: center !important;
    }
    .hc-button.inline:first-child {
        padding-right: 0px;
    }
    .hc-links {
        font-size: 15px;
    }
    .hc-row.gapped .wpb_column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hc-row.mobile-reverse {
        flex-flow: column-reverse wrap;
    }
    .hc-photo {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.hc-button-wrapper.center .wpb_wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.hc-border .vc_column-inner {
    border: 3px solid #fff;
}
.hc-border.blue .vc_column-inner  {
    border-color: #00548e;
}
.hc-border.red .vc_column-inner  {
    border-color: #c8102e;
}
.hc-number {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    color: #fff;
    font-size: 40px;
    background: #89b2c4;
    border-radius: 50%;
}
.hc-full .wpb_wrapper {
    width: 100%;
}
.hc-full .vc_single_image-wrapper {
    width: 100%;
}
.hc-full img {
    width: 100%;
}
.hc-relative {
    position: relative;
}
.wpb_wrapper:hover .hc-image-label {
    background: #005683;
}
.hc-image-label {
    padding: 10px;
    background: #c8102e;
    position: absolute;
    bottom: 5px;
    left: 12px;
    right: 13px;
    transition: all .3s ease;
}
.hc-blockquote {
    border-left: 2px solid #c8102e;
}
.hc-blockquote.blue {
    border-left: 2px solid #005683;
}