.header-outer,.menu-icon,.nav-link {
    position: relative
}

.kg-callout-card a,.site-content a {
    color: #0026ff
}

.wp .header-outer,.wp .site-content {
    box-shadow: 0 0 5px 0 rgba(0 0 0 / 8%)
}

*,:after,:before {
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -webkit-text-size-adjust: 100%
}

::marker {
    font-weight: 700
}

body {
    background: #fff
}

.site-content {
    max-width: 950px;
    margin: 0 auto 60px;
    padding: 35px 15px;
    word-break: break-word
}

body,button,figure,h1,h2,h3,h5,html,li,ol,p,ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Iowan Old Style,Times New Roman,Times
}

.kg-toggle-card a:hover,a,div.kg-callout-text a:hover {
    text-decoration: none
}

.contact>a:hover,.kg-callout-card div.kg-callout-text a,.kg-toggle-card a,.site-content a,.site-content a:hover,.site-links a:hover {
    text-decoration: underline
}

a,body,li,p {
    line-height: 1.5;
    font-size: 18px
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    line-height: 1.3;
    margin: 0
}

.contact,.footer-widget-heading,.header-outer,.nav-link,.site-content a,a.button-error,figcaption,figcaption p,time {
    font-family: Arial,Helvetica,sans-serif
}

button,input {
    overflow: visible
}

.kg-card {
    margin: 30px auto
}

.kg-width-full,.kg-width-wide {
    width: 100%
}

mark {
    background: #ff0
}

hr {
    margin: 60px 0;
    border: 1px solid;
    border-color: var(--color-primary-600)
}

aside.gh-post-upgrade-cta,button.kg-toggle-card-icon {
    display: none
}

.header-outer {
    background-color: var(--color-primary);
    padding: 6px 16px 14px;
    top: 0;
    z-index: 100
}

.header-inner {
    max-width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between
}

.site-title-link {
    color: #fafafa;
    font-weight: 700
}

span.site-title {
    font-size: 26px;
    font-weight: 700;
    display: block
}

span.site-tagline {
    font-size: 13px;
    font-weight: 600;
    display: block
}

@media (max-width: 580px) {
    .site-title-link {
        font-size:23px
    }
}

.custom-table td a,.nav-link {
    text-decoration: none;
    font-size: 16px
}

.wp .header-outer,.wp .header-outer:hover {
    background-color: #fff;
    transition: .3s ease-in
}

.wp {
    background-color: #faf8ff;
    margin: 0 auto;
    max-width: 860px;
    padding: 10px
}

.wp .header-outer {
    padding: 4px 12px;
    margin: 10px 0 20px;
    border-radius: 50px;
    border: 1px solid #e9e8ff
}

.wp .header-outer:hover {
    box-shadow: 0 0 5px 0 rgba(0 0 0 / 14%)
}

.wp .header-inner {
    justify-content: center
}

.wp .site-title-link {
    display: block;
    text-align: -webkit-center;
    color: #000;
    line-height: normal
}

.wp .site-title {
    font-size: 22px;
    margin-top: 2px
}

.wp .site-tagline {
    font-size: 14px;
    margin-bottom: 4px
}

.wp .header-outer picture {
    display: block
}

.main-nav {
    display: flex;
    align-items: center
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 35px
}

.nav-link {
    color: #fff;
    padding: 8px 0
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s
}

.nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

.mobile-menu-toggle {
    display: none;
    background: 0 0;
    border: none;
    padding: .3rem;
    cursor: pointer;
    color: #fff
}

.menu-icon {
    display: block;
    width: 20px;
    height: 20px
}

.menu-line,.menu-line:after,.menu-line:before {
    display: block;
    width: 22px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: .3s ease-in-out
}

.menu-line {
    top: 50%;
    transform: translateY(-50%)
}

.menu-line:after,.menu-line:before {
    content: ''
}

.menu-line:before {
    top: -8px
}

.menu-line:after {
    bottom: -8px
}

.wp .main-nav {
    background-color: color-mix(in srgb,var(--color-primary) 90%,#fff);
    padding: 13px 15px 20px;
    margin: -10px -10px 15px;
    justify-content: right
}

@media (max-width: 981px) {
    .mobile-menu-toggle {
        display:block
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        padding: 15px;
        gap: 0;
        box-shadow: 0 2px 4px rgba(0,0,0,.1);
        background-color: color-mix(in srgb,var(--color-primary) 90%,#000);
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity .3s,transform .3s
    }

    .nav-menu.active {
        display: flex;
        opacity: 1;
        transform: translateY(0)
    }

    .nav-link {
        display: block;
        padding: 15px;
        transition: background-color .3s,padding-left .3s
    }

    .nav-link:hover {
        background-color: color-mix(in srgb,var(--color-primary) 80%,#000);
        padding-left: 20px;
        text-decoration: none
    }

    .nav-link::after {
        display: none
    }

    .mobile-menu-toggle[aria-expanded=true] .menu-line {
        background: 0 0
    }

    .mobile-menu-toggle[aria-expanded=true] .menu-line:before {
        top: 0;
        transform: rotate(45deg)
    }

    .mobile-menu-toggle[aria-expanded=true] .menu-line:after {
        top: 0;
        transform: rotate(-45deg)
    }

    .wp .nav-menu {
        z-index: 999;
        top: 58px;
        background-color: color-mix(in srgb,var(--color-primary) 99%,#fff)
    }

    .nav-link:hover {
        background-color: color-mix(in srgb,var(--color-primary) 90%,#fff)
    }
}

.site-content a:hover {
    color: #eb0000
}

.site-content ul {
    padding-left: 22px;
    margin-bottom: 20px
}

.site-content ol {
    padding-left: 25px;
    margin-bottom: 20px
}

.site-content li {
    margin-bottom: 4px
}

.site-content p {
    margin-bottom: 25px
}

.site-content h1,.site-content h2,.site-content h3,.site-content h4,.site-content h5,.site-content h6 {
    font-weight: 700;
    line-height: 1.15;
    margin-top: 30px;
    margin-bottom: 8px;
    font-family: Arial,Helvetica,sans-serif
}

.site-content h1 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0
}

.site-content h2 {
    font-size: 26px
}

.site-content h3 {
    font-size: 24px
}

.site-content h4 {
    font-size: 22px
}

.site-content h5,.wp .site-content h2 {
    font-size: 20px
}

.kg-callout-card div.kg-callout-text,.kg-callout-card div.kg-callout-text a,.site-content h6,.wp .site-content h4 {
    font-size: 18px
}

.wp-block-table {
    box-sizing: border-box;
    user-select: none;
    display: block;
    overflow-x: auto;
    max-width: 100%;
    width: 100%
}

table {
    border-spacing: 0;
    margin: 0 0 20px;
    border-collapse: collapse;
    width: 100%
}

table,table a,td {
    font-size: 16.5px;
    line-height: 1.4
}

table,table a {
    word-break: normal;
    text-decoration: none
}

td,th {
    word-break: initial;
    padding: 14px;
    border: 1.5px solid #ccc;
    user-select: text
}

thead {
    background: #e6e8f1;
    color: #000
}

th {
    font-weight: 600
}

.custom-table {
    border-collapse: separate;
    border-spacing: 5px;
    border: 1px solid #efefef;
    padding: 5px;
    border-radius: 8px
}

.custom-table thead {
    background-color: transparent
}

.custom-table thead>tr {
    width: 201%;
    display: grid;
    grid-template-columns: auto auto;
    background-color: #ffc059;
    border-radius: 8px;
    margin-bottom: 10px
}

.custom-table th {
    font-size: 24px;
    font-weight: 700;
    border: 0;
    text-align: left;
    background: #ffc059;
    border-radius: 8px;
    padding: 12px 25px
}

.custom-table td {
    width: 50%;
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    transition: .3s;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border: 0
}

.custom-table td:hover,.related-posts li:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,.25);
    transform: translateY(-2px)
}

.custom-table td a {
    color: #06f;
    font-weight: 500;
    display: block;
    width: 100%
}

.kg-image-card,.wp-block-image {
    text-align: -webkit-center;
    margin: 30px auto;
    z-index: 999;
    position: relative;
    background-color: #f9f9f9;
    padding: 10px
}

img.kg-image {
    display: block;
    height: auto;
    width: 100%;
    max-width: 680px
}

.kg-image-card.kg-width-wide img {
    max-width: 75%
}

.kg-image-card.kg-width-full img {
    max-width: 50%
}

figcaption,figcaption p {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    text-align: center
}

.kg-callout-card {
    display: flex;
    padding: 16px 12px;
    background: #dee2f5;
    border: 2px solid #c0d8d4
}

.kg-callout-card div.kg-callout-emoji {
    padding-right: 8px;
    font-size: 1.3em
}

.kg-callout-card-grey {
    background: #f9f9f9;
    border-color: #ddd
}

.kg-callout-card-white {
    background: #fff;
    border-color: #e9e9e9
}

.kg-callout-card-blue {
    background: #21ace81f;
    border-color: #a8d4dd
}

.kg-callout-card-like {
    background: #34b7431f;
    border-color: #34b74387
}

.kg-callout-card-yellow {
    background: #f0a50f21;
    border-color: #ffca5e
}

.kg-callout-card-dislike {
    background: #f0c7c773;
    border-color: #d12e2e5c
}

.kg-callout-card-pink {
    background: #e147ae1c;
    border-color: #e147ae91
}

.kg-callout-card-red {
    background: #e147471c;
    border-color: #e1474791
}

.kg-callout-card-purple {
    background: #8755ec1f;
    border-color: #8755ec85
}

.kg-callout-card-accent {
    background: #07473e;
    color: #fff;
    border-width: 0
}

.kg-toggle-card,.schema-faq-section {
    background: #f5f7ff;
    border: 1.5px solid #dbdfef
}

.kg-callout-card-accent a {
    color: #00ffd9
}

.kg-callout-card-blue a {
    color: #0048b8
}

.kg-toggle-card {
    padding: 14px 18px;
    margin-top: 30px
}

h4.kg-toggle-heading-text {
    margin-top: 0;
    font-size: 19px;
    padding-top: 0;
    margin-bottom: 12px;
    font-weight: 600
}

.kg-toggle-card p {
    margin-bottom: 0;
    font-size: 17px;
    color: #000
}

.kg-toggle-card a {
    font-size: 17px
}

.kg-toggle-card li {
    margin-bottom: 5px;
    font-size: 17px;
    color: #3b3b3b
}

.kg-toggle-card ul {
    padding-left: 18px;
    margin-bottom: 0
}

.schema-faq-section {
    padding: 10px 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    display: flex;
    flex-direction: column
}

strong.schema-faq-question {
    font-size: 19px;
    margin-bottom: 8px
}

.schema-faq-answer a,p.schema-faq-answer {
    margin-bottom: 0;
    font-size: 17px
}

.copyright,.footer-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 950px
}

.footer-outer {
    background-color: #202020;
    padding: 60px 30px 90px
}

.footer-inner {
    border-bottom: 1px solid #414141
}

.footer-widget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 20px;
    margin-bottom: 60px
}

.about-us,.site-links {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-widget-heading {
    font-size: 23px;
    font-weight: 700;
    color: #fff
}

p.about {
    color: #f3f3f3;
    font-size: 17px
}

.site-links ul {
    display: block;
    list-style-type: none
}

.site-links li {
    margin-bottom: 0
}

.site-links a {
    color: #c6c6c6;
    text-decoration: none;
    height: 14px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px
}

.contact>a,.copyright span,.site-links a:hover {
    color: #fff
}

.contact {
    background-color: #363535;
    padding: 5px 10px;
    margin-top: 25px;
    color: #f3f3f3;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    width: fit-content;
    align-items: center
}

.copyright {
    color: #c6c6c6;
    margin-top: 50px
}

.copyright,.copyright a,.copyright p {
    font-size: 15.5px
}

.contact>a {
    font-size: 17px;
    margin-bottom: 2px
}

.contact>a:hover {
    color: #d7d9e9
}

.error .site-content {
    text-align: center;
    padding: 180px 20px
}

@media (max-width: 600px) {
    .error .site-content {
        padding:150px 20px
    }
}

.error .site-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700
}

.p-error {
    font-size: 18px;
    color: #6d6d6d
}

a.button-error {
    padding: 22px 30px 26px;
    background-color: #d9d9d9;
    color: #000;
    text-decoration: none;
    text-align-last: center;
    font-weight: 600;
    line-height: 0;
    border-radius: 30px;
    font-size: 17px;
    display: inline-block
}

.ad-1,.ad-1>span,time {
    display: block
}

a.button-error:hover {
    background-color: #cdcdcd;
    color: #000;
    text-decoration: none
}

.page h1 {
    font-size: 32px
}

.page time {
    font-style: italic;
    font-size: 19px;
    font-family: Iowan Old Style,Times New Roman,Droid Serif,Times,serif
}

.page hr {
    margin: 30px 0
}

.ad-1 {
    margin: 20px auto;
    padding: 0 5px 5px;
    text-align: center;
    background-color: #f3f3f3;
    min-height: 300px
}

.ad-1>span {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    color: #666;
    letter-spacing: 2px;
    padding: 5px 0
}

.skip-to-content,.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.skip-to-content:focus {
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: auto;
    height: auto;
    clip: auto;
    padding: .5rem 1rem;
    background: var(--color-primary);
    color: #fff;
    z-index: 999;
    text-decoration: none;
    border-radius: 4px
}

.home-button,.kg-button-card {
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 1rem
}

.home-button>a,a.kg-btn {
    display: block;
    padding: 18px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,.12);
    transition: .3s;
    background-size: 200% auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.home-button>a:hover,a.kg-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
    background-position: right center
}

@media (max-width: 768px) {
    td,th {
        padding:12px
    }

    table,table a,td {
        font-size: 15.5px
    }

    .home-button,.kg-button-card {
        grid-template-columns: 1fr;
        padding: 1rem
    }

    .home-button>a,a.kg-btn {
        padding: .865rem 1.15rem
    }
}

.home-button>a:nth-child(8n+1),a.kg-btn:nth-child(8n+1) {
    background-image: linear-gradient(45deg,#e63946,#9d4edd)
}

.home-button>a:nth-child(8n+2),a.kg-btn:nth-child(8n+2) {
    background-image: linear-gradient(45deg,#1a759f,#184e77)
}

.home-button>a:nth-child(8n+3),a.kg-btn:nth-child(8n+3) {
    background-image: linear-gradient(45deg,#2d6a4f,#1b4332)
}

.home-button>a:nth-child(8n+4),a.kg-btn:nth-child(8n+4) {
    background-image: linear-gradient(45deg,#5a189a,#240046)
}

.home-button>a:nth-child(8n+5),a.kg-btn:nth-child(8n+5) {
    background-image: linear-gradient(45deg,#c1121f,#780000)
}

.home-button>a:nth-child(8n+6),a.kg-btn:nth-child(8n+6) {
    background-image: linear-gradient(45deg,#003049,#001d3d)
}

.home-button>a:nth-child(8n+7),a.kg-btn:nth-child(8n+7) {
    background-image: linear-gradient(45deg,#4a4e69,#22223b)
}

.home-button>a:nth-child(8n+8),a.kg-btn:nth-child(8n+8) {
    background-image: linear-gradient(45deg,#7f5539,#432818)
}

.wp .site-content {
    border: 1px solid #e9e8ff;
    margin-bottom: 40px;
    border-radius: 15px;
    padding: 15px;
    background-color: #fff
}

.wp .site-content h1,.wp .site-content h2,.wp .site-content h3,.wp .site-content h4,.wp .site-content h5,.wp .site-content h6 {
    box-shadow: 0 2px 5px 0 rgba(0 0 0 / 8%);
    text-align: center;
    background-color: color-mix(in srgb,var(--color-primary) 16%,#fff);
    color: #000;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e9e8ff;
    font-weight: 500;
    margin: 30px 0;
    line-height: 1.5
}

.wp .site-content h1 {
    font-size: 18px;
    margin-top: 0
}

.wp .site-content h3 {
    font-size: 19px
}

.wp a.kg-btn {
    background-image: none;
    border: 2px solid #0031e8;
    color: #0031e8
}

.wp .footer-outer {
    background-color: #000;
    padding: 60px 30px 90px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0 0 5px 0 rgba(0 0 0 / 15%)
}

@media (min-width: 721px) {
    .about-us {
        max-width:45%
    }

    .wp .about-us {
        max-width: 70%
    }
}

.wp .contact {
    border-radius: 30px;
    padding: 5px 15px
}

.related-posts {
    border: 1px solid #efefef;
    padding: 8px 8px 12px;
    border-radius: 8px;
    margin-top: 60px
}

.related-posts h2 {
    font-size: 24px;
    text-align: left;
    background-color: #ffc059;
    border-radius: 8px;
    padding: 12px 25px;
    margin-top: 0
}

.related-posts ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 49.6% 49.6%;
    gap: 6px;
    box-sizing: border-box
}

.related-posts li {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    transition: .3s;
    box-shadow: 0 1px 3px rgba(0,0,0,.2)
}

.related-posts a {
    color: #06f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 14px
}

@media (max-width: 601px) {
    .related-posts ul {
        grid-template-columns:100%;
        gap: 10px
    }
}
