body {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Graphik';
    font-size: 1.25rem;
    font-weight: 500;
    font-style: normal;
    color: #004664;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
}

.fade-content {
    opacity: 0;
}

.site-content {
    flex: 1 0 auto;
    width: 100%;
    min-height: 0.01px;
}

.footerholder {
    flex-shrink: 0;
}

img {
    min-height: 0.01px;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

button:focus {
    outline: none;
}

.image-fill {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}

.vh-fix {
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px));
}

.bg-primary {
    background-color: #004664 !important;
}

.bg-secondary {
    background-color: #ffa21f !important;
}

.bg-light {
    background-color: #ebebec !important;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.left-0 {
    left: 0 !important;
}

.left-50 {
    left: 50% !important;
}

.left-100 {
    left: 100% !important;
}

.right-0 {
    right: 0 !important;
}

.right-50 {
    right: 50% !important;
}

.right-100 {
    right: 100% !important;
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

h1 {
    font-family: bely-display,sans-serif;
    padding-left: 1.5rem;
    font-size: 4.5rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

h1::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0.25rem;
    background-color: #ffa21f;
}

h2 {
    font-family: bely-display,sans-serif;
    font-size: 2.5rem;
}

p {
    font-size: 1.25rem;
}

.small {
    font-size: 1rem;
}

.caption {
    font-size: 1.05rem;
}

.header {
    font-size: 1.25rem;
    background-image: url('../img/top_bg.jpg');
}

.down {
    width: 3rem;
}

.divider {
    height: 0.25rem;
}

.spec-icon {
    width: 9rem;
}

.image01,
.owl-item {
    height: 46.5rem;
}

.owl-carousel .owl-dots {
    width: 100%;
    position: absolute;
    bottom: -2rem;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 1rem;
    height: 1rem;
    margin: 0 0.2rem;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border: 0.2rem solid #ffa21f;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ffa21f;
}

.owl-nav {
    z-index: 10;
}

.owl-nav .arrow {
    width: 2.5rem;
    cursor: pointer;
}

.image-captions .owl-item {
    font-size: 0.8rem;
	animation-duration: 10ms !important;
}

.owl-captions {
    font-size: 0.85rem;
    z-index: -1 !important;
}

.download-link {
    color: #9ee8b1;
    border-bottom: 0.1rem solid #ffa21f;
}

.download-link:hover {
    color: #9ee8b1;
}

.download-link-icon {
    height: 1.75rem;
}

.header .download-link-icon {
    height: 2.5rem;
}

@media (min-width: 768px) {
    html {
        font-size: 1vw;
    }

    .bg1 {
        background-image: url('../img/bg01.svg');
    }

    .owl-nav {
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .previous {
        margin-left: -4.5rem;
    }

    .next {
        margin-right: -4.5rem;
    }
}

@media (max-width: 767px) {

    body {
        font-size: 1rem;
    }

    .container-fluid {
        padding: 0 2.25rem;
    }

    h1 {
        padding-left: 0.7rem;
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    p,
    .lead {
        font-size: 0.9rem;
    }
    
    .small {
        font-size: 0.8rem;
    }
    
    .caption {
        font-size: 0.85rem;
    }

    .spec-text {
        font-size: 0.75rem;
    }

    .image01,
    .owl-item {
        height: 22.75rem;
    }

    .owl-dots {
        display: none !important;
    }

    .owl-nav {
        bottom: -1rem;
    }

    .owl-nav .arrow {
        width: 2rem;
    }

    .previous {
        margin-right: 0.5rem;
    }
}

@media (max-width: 567px) {
    html {
        font-size: 3.5vw;
    }
}

@font-face {
    font-family: 'Graphik Semibold';
    src: local('Graphik Semibold'), local('Graphik-Semibold'),
        url('../fonts/Graphik-Semibold.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

.font-bold {
    font-family: 'Graphik Semibold';
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Graphik Medium';
    src: local('Graphik Medium'), local('Graphik-Medium'),
        url('../fonts/Graphik-Medium.woff2') format('woff2'),
        url('../fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.font-medium {
    font-family: 'Graphik Medium';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: local('Graphik Regular'), local('Graphik-Regular'),
        url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
