.cg-page-template .cg-shell-spacer__inner { height: 20px; }
.cg-page-template.cg-page-template--legal .cg-shell-spacer__inner { height: 20px; }
.cg-page-template .cg-page-shell {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.cg-page-template .cg-page-layout {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}
.cg-page-template .cg-page-main-col {
    flex: 0 0 75.024%;
    width: 75.024%;
    max-width: 75.024%;
}
.cg-page-template .cg-page-sidebar-col {
    flex: 0 0 24.976%;
    width: 24.976%;
    max-width: 24.976%;
}
.cg-page-template .cg-page-main-col-inner,
.cg-page-template .cg-page-sidebar-col-inner {
    width: 100%;
    max-width: 100%;
}
.cg-page-template .cg-page-title-block {
    display: block;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 40px 20px 18px;
    padding: 24px 0;
    border-top: 1px dashed #d9271d;
    border-bottom: 1px dashed #d9271d;
    box-sizing: border-box;
}
.cg-page-template .cg-page-title {
    margin: 0;
    text-align: center;
    color: rgb(217, 39, 29);
    font-family: "Boogaloo", sans-serif;
    font-size: 2rem;
    line-height: normal;
    font-weight: 900;
    text-transform: uppercase;
}
.cg-page-template .cg-page-content {
    padding: 0 30px 30px;
    color: #212721;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
}
.cg-page-template .cg-page-content > *:first-child { margin-top: 0; }
.cg-page-template .cg-page-content > *:last-child { margin-bottom: 0; }
.cg-page-template .cg-sidebar { width: 250px; max-width: 100%; margin: 0 auto; }
.cg-page-template.cg-page-template--legal .cg-page-layout { display: block; }
.cg-page-template.cg-page-template--legal .cg-page-main-col {
    width: 850px;
    max-width: 850px;
    flex: none;
    margin: 0 auto;
}
.cg-page-template.cg-page-template--legal .cg-page-title-block {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 40px 20px 24px;
}
.cg-page-template.cg-page-template--legal .cg-page-content {
    width: 850px;
    max-width: 850px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.cg-scroll-top-btn {
    position: fixed;
    right: 25px;
    bottom: 72px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: rgb(217, 39, 29);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
}
.cg-scroll-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.cg-scroll-top-btn .cg-scroll-top-icon {
    width: 40px;
    height: 40px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media screen and (max-width: 1024px) {
    .cg-page-template .cg-shell-spacer__inner { height: 0; }
    .cg-page-template .cg-page-layout { display: block; }
    .cg-page-template .cg-page-main-col,
    .cg-page-template .cg-page-sidebar-col {
        width: 100%;
        max-width: 100%;
        flex: none;
    }
    .cg-page-template .cg-page-title-block {
        width: 100%;
        max-width: 100%;
        margin: 40px 0 20px;
        padding: 24px 0;
    }
    .cg-page-template.cg-page-template--legal .cg-page-main-col,
    .cg-page-template.cg-page-template--legal .cg-page-content {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cg-page-template .cg-page-content { padding: 24px 15px 24px; }
    .cg-page-template .cg-page-title { font-size: 1.65rem; }
    .cg-page-template.cg-page-template--legal .cg-page-content { padding: 0 15px 24px; }
    .cg-scroll-top-btn {
        right: 16px;
        bottom: 56px;
    }
}