/*start 321 guide css*/

/* /blocks/guides/chapter-heading.css */

body.orases-guide .chapter-section-heading {
    background-color: #e7edf0;
    position: relative;
    display: block;
    margin: 0 0 9rem;
    padding: 0;
    z-index: 1;
}

body.orases-guide .chapter-section-heading:before {
    content: '';
    background-color: #e7edf0;
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    right: -3rem;
    z-index: 0;
}

body.orases-guide .chapter-section:first-of-type .chapter-section-heading {
    margin: 9rem 0;
}

body.orases-guide .chapter-section-heading .chapter-section-heading--wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 6rem 3rem 6rem 0.5rem;
    z-index: 3;
}

body.orases-guide .entry-content .chapter-section-heading h2 {
    color: #233746;
    font-size: 5rem;
    font-weight: 800;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    line-height: 1;
    margin: 0.7rem 0 0;
    padding: 0;
}

body.orases-guide .entry-content .orases-guide-content .chapter-section-heading p {
    color: #c2d501;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

/* /blocks/guides/chapter-section.css */

body.orases-guide section.chapter-section {
    position: relative;
    outline: none;
}

body.orases-guide section.chapter-section .chapter-section--number {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.4rem;
    height: 7.4rem;
    top: 7rem;
    right: calc(100% + 1.6rem);
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 0 3px #c2d501;
    z-index: 9999;
}

body.orases-guide section.chapter-section .chapter-section--number p {
    color: #6e7c7c;
    font-size: 3rem;
    margin: 0;
}

@media (max-width: 991px) {
    body.orases-guide section.chapter-section .chapter-section--number {
        display: none;
    }
}

/* /blocks/guides/chapters-grid-menu.css */

body.orases-guide .guide-chapters-grid-menu {
    margin: 5rem 0;
}

body.orases-guide .guide-chapters-grid-menu .guide-menu-item {
    border-bottom: 1px solid #d0dbe1;
}

body.orases-guide .guide-chapters-grid-menu .guide-menu-item a.guide-menu-item-link {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

body.orases-guide .entry-content .orases-guide-content .guide-menu-item--number p {
    color: #009cff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

body.orases-guide .entry-content .orases-guide-content .guide-menu-item--name p {
    color: #1283a6;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    margin: 0.5rem 0 0;
    transition: 0.25s ease-in-out all;
}

body.orases-guide .entry-content .guide-menu-item--cta .cta-link {
    color: #3e4c56;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 2rem 0 2.8rem;
}

body.orases-guide .entry-content a.guide-menu-item-link:hover .guide-menu-item--name p {
    color: #233746;
}

body.orases-guide .guide-chapters-grid-menu .guide-menu-item .guide-menu-item--content .cta-link {
    font-size: 2rem;
    font-weight: 900;
    max-width: 60vw;
    text-align: center;
    white-space: break-spaces;
}

body.orases-guide .guide-chapters-grid-menu .guide-menu-item .guide-menu-item--content .cta-link svg {
    display: none;
}

@media (min-width: 576px) {
    body.orases-guide .guide-chapters-grid-menu {
        margin-top: 8rem;
    }

    body.orases-guide .guide-chapters-grid-menu .row > *:nth-of-type(2n) .guide-menu-item {
        border-right: none;
    }

    body.orases-guide .guide-chapters-grid-menu .row > *:nth-last-of-type(2) .guide-menu-item,
    body.orases-guide .guide-chapters-grid-menu .row > *:last-of-type .guide-menu-item {
        border-bottom: none;
    }

    body.orases-guide .guide-chapters-grid-menu .guide-menu-item {
        width: 100%;
        height: 100%;
        margin: 0;
        border-right: 1px solid #d0dbe1;
    }

    body.orases-guide .guide-chapters-grid-menu .guide-menu-item a.guide-menu-item-link {
        width: 100%;
        height: 100%;
        padding: 2rem 4rem 4rem;
    }

    body.orases-guide .guide-chapters-grid-menu .guide-menu-item a.guide-menu-item-link:hover {
        background-color: #e7edf0;
    }

    body.orases-guide .guide-chapters-grid-menu .guide-menu-item .guide-menu-item--icon {
        margin: 0 0 1rem;
    }

    body.orases-guide .guide-chapters-grid-menu .guide-menu-item .guide-menu-item--content .cta-link {
        max-width: 100%;
        text-align: left;
    }

    body.orases-guide .guide-chapters-grid-menu .guide-menu-item .guide-menu-item--content .cta-link svg {
        display: inline-block;
    }
}

@media (max-width: 575px) {
    body.orases-guide .guide-chapters-grid-menu .guide-menu-item {
        margin-top: 7rem;
    }

    body.orases-guide .entry-content .guide-menu-item--cta .cta-link {
        margin: 2rem 0 5rem;
    }
}

/* /blocks/guides/comparison-table.css */

body.orases-guide .guide-comparison-table {
    position: relative;
    margin: 8rem 0;
}

body.orases-guide .guide-comparison-table .guide-comparison-table-heading {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f1f2;
}

body.orases-guide .guide-comparison-table .guide-comparison-table-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

body.orases-guide .guide-comparison-table .guide-comparison-table--row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
}

body.orases-guide .entry-content .orases-guide-content .guide-comparison-table h4 {
    color: #007da5;
    font-size: 2.5rem;
    font-weight: 600;
	font-family: 'Gelasio', 'Merriweather', 'Times', serif;
    margin: 0;
    padding: 0;
}

body.orases-guide .entry-content .orases-guide-content .guide-comparison-table h5 {
    font-size: 2.4rem;
    font-weight: 800;
}

body.orases-guide .entry-content .orases-guide-content .guide-comparison-table p {
    color: #3e4c56;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
}

@media (min-width: 600px) {
    body.orases-guide .guide-comparison-tables .guide-comparison-table:not(:first-of-type) {
        margin: 2.5rem 0 0;
        padding-top: 1.5rem;
        border-top: 1px solid #f0f1f2;
    }

    body.orases-guide .guide-comparison-tables .guide-comparison-table:last-of-type {
        margin: 2.5rem 0 8rem;
    }
}

@media (max-width: 599px) {
    body.orases-guide .guide-comparison-table .guide-comparison-table--row {
        grid-template-columns: repeat(2, 1fr);
    }

    body.orases-guide .entry-content .orases-guide-content .guide-comparison-table h4 {
        color: #c2d501;
        font-size: 2rem;
        font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    }

    body.orases-guide .entry-content .orases-guide-content .guide-comparison-table h5 {
        text-decoration: underline;
    }

    body.orases-guide .guide-comparison-table .guide-comparison-table--row-item:not(.label):first-of-type {
        display: none;
    }

    body.orases-guide .guide-comparison-table .guide-comparison-table--row-item.label {
        position: absolute;
        top: -5.5rem;
    }
}

/* /blocks/guides/references-section.css */

body.orases-guide section.orases-guide-references {
    background: #f9f9f9;
    border-radius: 2px;
    border: 2px solid #6f6f6f;
    margin: 4rem 0 0;
    overflow: hidden;
}

body.orases-guide section.orases-guide-references .orases-guide-references--wrapper {
    padding: 3rem;
}

body.orases-guide .entry-content .orases-guide-content .guide-reference-list {
    margin: 3rem 0 0;
    padding: 0;
}

body.orases-guide .entry-content .orases-guide-content .guide-reference-list .guide-reference p {
    margin: 0 0 2.7rem;
}

body.orases-guide .entry-content .orases-guide-content .guide-reference-list .guide-reference p span {
    color: #c2d501;
    font-weight: 600;
    margin-right: 0.5rem;
}

body.orases-guide .entry-content .orases-guide-content .guide-reference-list .guide-reference p a {
    color: #009cff;
}

/* /blocks/guides/related-articles.css */

body.orases-guide .chapter-related-articles {
    background-color: #f9f9f9;
    position: relative;
    margin: 14rem 0 0;
    z-index: 1;
}

body.orases-guide .chapter-related-articles:before {
    content: '';
    background-color: #f9f9f9;
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    right: -3rem;
    z-index: 0;
}

body.orases-guide .chapter-related-articles .chapter-related-articles--wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 6rem 3rem 6rem 0.5rem;
    z-index: 3;
}

body.orases-guide .entry-content .orases-guide-content .chapter-related-articles--heading h3 {
    font-size: 3rem;
    margin: 0 0 5rem;
    padding: 0;
}

body.orases-guide .entry-content .orases-guide-content .chapter-related-articles--content h4 {
    color: #0380a6;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    transition: 0.25s ease-in-out;
}

body.orases-guide .entry-content .orases-guide-content .chapter-related-articles--content a.related-blog-link:hover h4 {
    color: #393e4b;
}

.chapter-related-articles .related-blog {
    display: block;
    width: 100%;
    height: 100%;
}

.chapter-related-articles a.related-blog-link {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.chapter-related-articles a.related-blog-link:hover {
    box-shadow: 0 13px 10px 0 rgb(0, 0, 0, 0.12);
    opacity: 1;
}

.chapter-related-articles .related-blog-content {
    padding: 3rem;
}

.chapter-related-articles .related-blog-image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center center;
    transition: 0.25s ease-in-out all;
}

.chapter-related-articles a.related-blog-link:hover .related-blog-image img {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .chapter-related-articles .related-blog {
        width: auto;
        height: auto;
        margin: 0 0 3rem;
    }
}

/* /blocks/guides/tagline-copy.css */

body.orases-guide .chapter-section-tagline .chapter-section-tagline--wrapper {
    margin: 0 0 5rem;
}

body.orases-guide .entry-content .orases-guide-content .chapter-section-tagline p {
    color: #8e8e8e;
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
}

/* /blocks/guides/tool-tip-box.css */

body.orases-guide .orases-tool-tip-box {
    margin: 3rem auto;
    border: 1px solid #e3e8ee;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.05), 0 7px 14px 0 rgba(50, 50, 93, 0.02), 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

body.orases-guide .orases-tool-tip-box .orases-tool-tip-box--wrapper {
    display: flex;
    align-items: center;
    padding: 1rem 3rem;
}

body.orases-guide .orases-tool-tip-box .orases-tool-tip-box--image {
    max-width: 200px;
    padding: 2rem;
}

body.orases-guide .orases-tool-tip-box .orases-tool-tip-box--content {
    flex: 1;
    margin: 0 0 0 3rem;
}

body.orases-guide .orases-tool-tip-box .orases-tool-tip-box--content-copy {
    margin: 2rem 0;
}

body.orases-guide .orases-tool-tip-box .orases-tool-tip-box--content-copy p {
    font-family: 'Poppins', sans-serif;
}

body.orases-guide .orases-tool-tip-box .orases-tool-tip-box--content-cta a {
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

body.orases-guide .orases-tool-tip-box .orases-tool-tip-box--content-cta a svg {
    font-size: 1.7rem;
    margin-left: 1rem;
}

@media (max-width: 767px) {
    body.orases-guide .orases-tool-tip-box .orases-tool-tip-box--image {
        display: none;
    }

    body.orases-guide .orases-tool-tip-box .orases-tool-tip-box--content {
        margin: 0;
        padding: 2rem;
    }

    body.orases-guide .orases-tool-tip-box .orases-tool-tip-box--content-copy,
    body.orases-guide .orases-tool-tip-box .orases-tool-tip-box--content-cta {
        text-align: center;
        margin: 0;
    }
}

/* General */

body.orases-guide .content-sidebar-wrap,
body.orases-guide .content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

body.orases-guide section.orases-guide-header {
    position: relative;
    background-size: cover;
    background-position: center 38%;
    background-repeat: no-repeat;
    padding: 12rem 0;
    z-index: 1;
}

body.orases-guide section.orases-guide-header:before {
    content: '';
    background: linear-gradient(135deg, rgba(27, 56, 78, 0.755) 0, rgba(27, 56, 78, 0.85) 100%);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

body.orases-guide section.orases-guide-header > .wrap {
    position: relative;
    z-index: 3;
}

body.orases-guide section.orases-guide-header h1.entry-title {
    color: #fff;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.236;
    margin: 0;
    padding: 0;
    text-align: center;
}

body.orases-guide section.orases-guide-header p.entry-excerpt {
    color: #fff;
    max-width: 700px;
    margin: 2rem auto 0;
    text-align: center;
}

body.orases-guide .orases-guide-content {
    padding-top: 5rem;
}

body.orases-guide .entry-content .orases-guide-content p {
    margin-bottom: 1.382em;
    line-height: 2;
    font-size: 1.8rem;
}

/* Sidebar */

body.orases-guide .orases-guide-author--image img {
    width: 35%;
    margin: 4rem auto 1.5rem;
    border-radius: 50%;
}

body.orases-guide .orases-guide-author--image a:hover {
    opacity: 1;
}

body.orases-guide .orases-guide-author--name a:hover {
    color: #393e4b;
    opacity: 1;
}

body.orases-guide .orases-guide-socials {
    position: fixed;
    display: block;
    top: 90px;
    left: 75%;
    opacity: 0;
    z-index: 2;
    transition: none;
}

body.logged-in.admin-bar.orases-guide .orases-guide-socials {
    top: 122px;
}

body.orases-guide .orases-guide-socials.visible {
    opacity: 1;
    transition: 0.25s ease-in-out opacity;
}

body.orases-guide .orases-guide-socials > div {
    display: flex;
}

body.orases-guide .orases-guide-socials .sharrre {
    display: block;
}

body.orases-guide div#static-toc-column {
    position: relative;
}

body.orases-guide .orases-guide-toc {
    background-color: #fff;
    position: fixed;
    display: block;
    width: 19.9%;
    top: 13.5rem;
    left: 75%;
    right: auto;
    margin-left: 0;
    padding: 1rem 0;
    line-height: 1.3;
    border-radius: 0 2px 0 0;
    opacity: 0;
    transition: none;
    z-index: 1;
}

body.logged-in.admin-bar.orases-guide .orases-guide-toc {
    top: 16.7rem;
}

body.orases-guide .orases-guide-toc.fixed {
    opacity: 1;
    transition: 0.25s ease-in-out opacity;
}

body.orases-guide .orases-guide-toc a {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 0;
    text-decoration: none;
    transition: none;
    text-align: left;
    font-family: 'Gelasio', 'Merriweather', 'Times', serif;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

body.orases-guide .orases-guide-toc a:hover {
    opacity: 1;
}

body.orases-guide .orases-guide-toc a.highlighted {
    color: #c2d501;
    transition: 0.3s ease-in-out all;
}

body.orases-guide .orases-guide-toc a:not(.highlighted):hover {
    color: #393e4b;
}

body.orases-guide .orases-guide-toc a:before {
    flex: 1 1 25px;
    min-width: 25px;
    max-width: 25px;
    content: '01';
    display: block;
    position: unset;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 0 3px #c2d501;
    top: 15px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6e7c7c;
}

body.orases-guide .orases-guide-toc a:nth-of-type(2):before {
    content: '02';
}

body.orases-guide .orases-guide-toc a:nth-of-type(3):before {
    content: '03';
}

body.orases-guide .orases-guide-toc a:nth-of-type(4):before {
    content: '04';
}

body.orases-guide .orases-guide-toc a:nth-of-type(5):before {
    content: '05';
}

body.orases-guide .orases-guide-toc a:nth-of-type(6):before {
    content: '06';
}

body.orases-guide .orases-guide-toc a:nth-of-type(7):before {
    content: '07';
}

body.orases-guide .orases-guide-toc a:nth-of-type(8):before {
    content: '08';
}

body.orases-guide .orases-guide-toc a:nth-of-type(9):before {
    content: '09';
}

body.orases-guide .orases-guide-toc a:nth-of-type(10):before {
    content: '10';
}

body.orases-guide .orases-guide-toc.fixed.bottom {
    opacity: 0
}

/*start orases custom styling for guide*/

.orases-guide-content .orases-guide-content--info {
    position: relative;
}

.orases-guide-content .orases-guide-content--wrapper .orases-guide-content {
    padding: 0;
    width: 100%;
}

.orases-guide-content .orases-guide-author--heading h4 {
    padding: 0;
}

.orases-guide-content .orases-guide-author--name {
    margin: 1.9rem 0 0;
}

body.orases-guide .entry-content .orases-guide-author--role p {
    font-size: 1.5rem;
    margin: 0;
}

.orases-guide-content .orases-guide-socials .sharrre {
    display: block;
    margin: 1.5rem 1rem 0 0;
}

@media (min-width: 992px) {
    .orases-guide-content .orases-guide-content--wrapper .orases-guide-content--copy {
        width: 75%;
        padding: 6rem 3rem 6rem 12rem;
    }

    .orases-guide-content .orases-guide-content--wrapper {
        position: relative;
    }

    .orases-guide-content > .orases-guide-content--wrapper:before {
        content: '';
        width: 1px;
        border-left: dotted 2px #9aadba;
        height: 100%;
        display: block;
        position: absolute;
        left: 67px;
        z-index: 99;
    }
}


/*reference links*/

body.orases-guide .entry-content .orases-guide-content a.guide-reference-link {
    position: relative;
    display: inline-block;
    color: #0380a6;
    font-size: 14px;
    transform: translateY(-6px);
    box-shadow: none;
}

body.orases-guide .entry-content .orases-guide-content a.guide-reference-link:hover,
body.orases-guide .entry-content .orases-guide-content a.guide-reference-link:focus {
    color: #1283a6;
    opacity: 1;
}

body.orases-guide .entry-content .orases-guide-content a.guide-reference-link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100px;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
}

body.orases-guide .entry-content .orases-guide-content a.guide-reference-link:hover::after {
    pointer-events: all;
    z-index: 99;
}

body.orases-guide .orases-guide-content a.guide-reference-link > span.guide-reference-link--url {
    position: absolute;
    display: block;
    min-width: 350px;
    top: auto;
    left: 85%;
    bottom: 84%;
    right: auto;
    opacity: 0;
    background: #fff;
    padding: 4px 8px;
    box-shadow: 0px 0px 1px 1px rgb(0 0 0/21%), 0 1px 5px -3px rgb(0 0 0/48%);
    border-radius: 1px;
    z-index: 100;
    pointer-events: none;
    transition: 0.25s ease-in-out color;
}

body.orases-guide .orases-guide-content a.guide-reference-link:hover > span.guide-reference-link--url {
    opacity: 1;
    pointer-events: all;
    transition: 0.15s ease opacity, 0.25s ease-in-out color;
}

body.orases-guide .orases-guide-content a.guide-reference-link > span.guide-reference-link--url:hover,
body.orases-guide .orases-guide-content a.guide-reference-link > span.guide-reference-link--url:focus {
    color: #393e4b;
}

/*guide table*/

.guide-table {
    margin: 6rem 0;
}

body.orases-guide .orases-guide-content .orases-guide-content .guide-table h4 {
    font-family: var(--gelasio-font);
    color: var(--accent-blue);
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0 0 6px;
}

body.orases-guide .orases-guide-content .guide-table h5 {
    font-weight: 800;
    font-size: 2.4rem;
    padding: 0 0rem;
}

.guide-table .row:nth-of-type(1)>div {
    padding-bottom: 1rem;
    padding-top: 0;
}

.guide-table .row>div {
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.guide-table .row>div>p {
    color: #3e4c56;
    margin: 0;
}

.guide-table .row.heading>div {
    padding-bottom: 1rem;
}

.guide-table hr {
    padding-top: 0;
    margin-bottom: 1rem;
}


/*pros and cons section */

.pros-cons-container .row>div>div {
    display: flex;
    margin-bottom: 17px;
}

.pros-cons-container .row>div svg {
    margin-right: 9px;
    margin-top: 3px;
}

@media (max-width: 575px) {
    .guide-table .row>div.col-sm-4:not(:first-of-type) {
        max-width: 50%;
    }
    body.orases-guide section.orases-guide-header p {
        display: none;
    }
}

.orases-service-page--row-container {
    padding: 9rem 0 3rem;
    position: relative;
    margin: 3rem 0 1rem
}

.orases-service-page--row-container:nth-of-type(2n+1):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    background: linear-gradient(67deg, #5db0cf, #5b7ac6 80%, #5a6cc4)
}

.orases-service-page--row-container:nth-of-type(4n+1):before {
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
}

.orases-wrap:not(:first-of-type) {
    margin: 9rem auto
}

.orases-service-page--image-container {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 4rem
}

.orases-service-page--row-container.has-image:nth-of-type(2n+1) .row {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

h1.descriptive-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-left: 0;
    margin-bottom: 2rem;
    position: relative
}

h1.descriptive-title:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background-color: #fff;
    width: 30px;
    left: calc(50% - 15px);
    bottom: -10px;
    opacity: 0.9
}

body .cta-register {
    background: #5b7ac6
}

.orases-guide-content-container {
    padding: 5rem 0
}

body.orases-guide .page-title--guide {
    background-color: #133147;
    padding: 16rem 0px 12rem
}

body.orases-guide .entry-content .orases-guide-content h4 {
    color: #3e4c56;
    font-size: 2.3rem;
    margin-bottom: 0.8em;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

body.orases-guide .entry-content .orases-guide-content h4 svg {
    margin-right: 3px;
    transform: translateY(1px);
}

body.orases-guide .entry-content .orases-guide-content ul {
    list-style-type: disc;
    padding-left: 2rem
}

body.orases-guide .entry-content .orases-guide-content ol {
    list-style-type: decimal;
    padding-left: 2rem
}

.orases-guide-content .orases-tip-area p,
.orases-guide-content .orases-tip-area span {
    font-family: 'Poppins', sans-serif
}

.orases-guide-content .orases-guide-content--wrapper .orases-guide-content--info {
    display: none
}

.orases-guide-content--info {
    text-align: center
}

.orases-guide-content--info .social-icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.geo-images {
    border-width: 5px;
    border-color: blue
}

.ui-demo {
    margin: 4rem 0
}

figure.ui-demo-area {
    border-left: 2px solid rgba(0, 152, 255, 0.7);
    background: #f5f5f5;
    padding: 1rem 3rem;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    margin-bottom: 2rem
}

.ui-demo-area--content {
    padding-bottom: 1rem;
    text-align: center
}

.ui-demo-area--content br {
    display: none
}

.ui-demo-area--tip p {
    font-size: 1.5rem;
    color: #474747;
    letter-spacing: -0.01em
}

.ui-demo-area--tip svg {
    color: #0084db;
    margin-right: 0.6rem
}

body .entry-content .ui-demo-area .button {
    margin-top: 2rem
}



.orases-tool-button {
    background: #2bbcec;
    text-shadow: 0 1px 3px rgba(35, 174, 179, 0.4);
    font-weight: 600;
    border-radius: 3px;
    padding: 0 2rem;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    max-width: 350px
}

.orases-guide-content .orases-guide-content--wrapper {
    display: block;
    margin: 0 auto;
    padding-left: 6vw;
    padding-right: 6vw
}

@media (min-width: 992px) {
    .orases-guide-content .orases-guide-content--wrapper .orases-guide-content--info {
        display: block;
        width: 22.7%;
        padding: 6rem 0
    }
    .orases-guide-content .orases-guide-content--wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 88%;
        height: 100%;
        padding: 0 0 15px;
    }
}

.orases-guide-content sup {
    color: var(--accent-color);
    font-weight: 500;
    box-shadow: none;
    transition: 0.2s ease all
}

.orases-guide-content sup:hover,
.orases-guide-content sup:focus {
    cursor: pointer;
    color: #4c85d7;
    transition: 0.2s ease all;
    box-shadow: none
}

.orases-guide-section {
    text-align: center;
    margin: 5rem auto
}

body.orases-guide .entry-content .orases-guide-content h3 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-top: 2rem;
    color: #2b343b;
}

body.orases-guide .entry-content .orases-guide-content h4 {
    font-size: 2.3rem;
    margin-bottom: 1.8rem;
    font-weight: 600
}
.orases-guide-content .share-medium .no-count .share {
    width: 100px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: 600
}

.orases-guide-content .share-medium .share:before {
    font-size: 18px;
    top: 5px;
    left: 7px;
    line-height: 30px;
    height: 40px
}

.share-medium .sharrre:hover .no-count .share {
    width: 100px;
    opacity: 0.85
}

@media (max-width: 767px) {
    body.orases-guide section.orases-guide-header {
        padding: 4rem 0;
        background-size: cover;
    }

    body.orases-guide section.orases-guide-header h1.entry-title {
        font-size: 4.8rem;
    }
}

@media (min-width: 100px) {
    .orases-guide-content img[class*=align] {
        display: block;
    }
}

@media (max-width: 476px) {
    .guide-table {
        display: none;
    }
}