/*
Theme Name: TAOS Data Custom Theme
Description: Internal use only - customizations of GeneratePress theme for taosdata.com
Template: generatepress
Version: 1.3.1
*/

a.wp-block-file__button {
	background-color: #0041ce;
	color: #fff!important
}
.case-shadow {
    box-shadow: 0px 6px 6px #f6f6f6;
}

code {
	line-height: 1.75em!important
}

:root {
    --boxshadow1: rgba(131, 145, 174, .32);
    --boxshadow2: rgba(131, 145, 174, .42);
    --b1: rgb(0, 118, 206);
    --b1t: rgba(0, 118, 206, 0.15);
    --b2: rgb(72, 159, 223);
    --sgb1: #414959;
    --sg-1: #b3b4b9;
    --sg0: #585c66;
    --sg1: rgb(51, 56, 68);
    --sg2: #2F333E;
    --sg3: #21242c;
    --black: #212529;
    --white: #fefefe;
    --white2: rgb(251, 251, 253);
    --white3: rgb(240, 242, 244);
    --footer1: #fefefe;
    --footer2: #333844;
    --red: #ea4741;
    --green: #72c156;
    --p1: #72c156;
    --p1t: rgba(114, 193, 86, 0.15);
    --p2: #43b3ae;
    --p2t: rgba(70, 161, 168, 0.15);
    --p3: #4997d0;
    --p3t: rgba(73, 151, 208, 0.15)
}

#masthead {
    /*  position: fixed;
   left: 0;
   right: 0;
   z-index: 999;*/
}

.main-navigation a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
    font-weight: 400;
    text-transform: unset;
}

/* #main {margin-top: 50px;} */
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
    padding: 10px 20px 20px 20px;
}

.hero-title {
    font-size: 3.2em !important;
    font-weight: 600;
}

.gb-container-88ae86e3 ul {
    margin-left: 0px !important;
}

.gb-container-88ae86e3 a {
    color: var(--sg1) !important;
    font-size: 1.1em;
    font-weight: 600;
}

.gb-container-88ae86e3 a:hover {
    color: var(--b1) !important;
}

.hero-desc {
    font-size: 1.6em !important;
    position: relative;
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.hero-desc2 {
    font-size: 1.12em !important;
    position: relative;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.8 !important;
}

.chart-wrapper {
    min-height: 350px;
    height: 350px;
    padding-bottom: 20px;
}

.main-navigation a {
    letter-spacing: 1px;
}

.featured-image img, .post-image img {
    border-radius: 8px;
}

.drop-shadow {
    box-shadow: 0px 0px 20px rgba(200, 200, 200, 0.2);
}

.round-top-corners img {
    border-radius: 8px 8px 0px 0px;
}

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a {
    color: var(--accent);
    border: 3px;
    border-style: solid;
    line-height: 36px;
    border-radius: 2px;
    margin-left: 20px;
    transition: all 0.6s ease 0s;
}

.gb-container-aa7b4e28 h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a:hover {
    color: var(--accent-hover);
}

/* End GeneratePress Site CSS */
.gb-container-a9445b77 p {
    line-height: 40px;
}

/*Homepage Animations*/
#center-circle-text {
    color: #fff;
}

#hero-anim-wrapper {
    height: 500px;
    margin-top: -150px;
}

#hero-anim {
    width: -webkit-calc(1024px);
    width: calc(1024px);
    height: 1024px;
    left: -webkit-calc(50% - 819.2px / 2);
    left: calc(50% - 819.2px / 2);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 1;
}

#hero-anim * {
}

#center-circle-text {
    position: absolute;
    top: 50%;
    font-weight: 500;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    font-size: 0rem;
    -webkit-animation-name: center-circle-text-enlarge;
    animation-name: center-circle-text-enlarge;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes center-circle-text-enlarge {
    from {
        font-size: 0rem;
    }
    to {
        font-size: 2rem;
    }
}

@keyframes center-circle-text-enlarge {
    from {
        font-size: 0rem;
    }
    to {
        font-size: 2rem;
    }
}

#hero-anim line {
    stroke-dasharray: 1000;
    -webkit-animation: dash 2s forwards;
    animation: dash 2s forwards;
}

#center-circle {
    width: 230px;
    height: 230px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: -webkit-calc(50% - 115px);
    left: calc(50% - 115px);
    position: absolute;
    top: -webkit-calc(50% - 115px);
    top: calc(50% - 115px);
    background-color: var(--sg1);
    -webkit-animation-name: expand-center;
    animation-name: expand-center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 10;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 56, 68, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(51, 56, 68, 0.2);
}

#center-circle:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(51, 56, 68, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(51, 56, 68, 0.2);
}

#line-1, #line-2, #line-3, #line-4, #line-5, #line-6, #line-7, #line-8, #line-9, #line-10 {
    position: absolute;
}

#line-1 line {
    stroke-dashoffset: 1570;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#line-2 line {
    stroke-dashoffset: 1735;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#line-3 line {
    stroke-dashoffset: 1650;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#line-4 line {
    stroke-dashoffset: 1740;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#line-5 line {
    stroke-dashoffset: 1680;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#line-6 line {
    stroke-dashoffset: 1770;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#line-7 line {
    stroke-dashoffset: 1700;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

#line-8 line {
    stroke-dashoffset: 1660;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

#line-9 line {
    stroke-dashoffset: 1650;
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

#line-10 line {
    stroke-dashoffset: 1760;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 2000;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 2000;
    }
}

@-webkit-keyframes bob {
    from {
        margin-top: 0px;
    }
    to {
        margin-top: 10px;
    }
}

@keyframes bob {
    from {
        margin-top: 0px;
    }
    to {
        margin-top: 10px;
    }
}

.hero-anim-circle {
    width: 0px;
    height: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--sg1);
    position: absolute;
    -webkit-animation-direction: normal, normal, alternate;
    animation-direction: normal, normal, alternate;
    -webkit-animation-timing-function: ease, ease;
    animation-timing-function: ease, ease;
    -webkit-animation-fill-mode: forwards, forwards;
    animation-fill-mode: forwards, forwards;
    -webkit-animation-iteration-count: 1, 1;
    animation-iteration-count: 1, 1;
    -webkit-animation-duration: 2s, 2s, 2s;
    animation-duration: 2s, 2s, 2s;
    z-index: 9;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.hero-anim-circle svg {
    -webkit-filter: drop-shadow(3px 3px 4px var(--sg1));
    filter: drop-shadow(3px 3px 4px var(--sg1));
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#circle-1 {
    -webkit-animation-delay: 0.4s, 0.4s;
    animation-delay: 0.4s, 0.4s;

}

#circle-2 {
    -webkit-animation-delay: 0.6s, 0.6s;
    animation-delay: 0.6s, 0.6s;
}

#circle-3 {
    -webkit-animation-delay: 0.8s, 0.8s;
    animation-delay: 0.8s, 0.8s;
}

#circle-4 {
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s;
}

#circle-5 {
    -webkit-animation-delay: 1.2s, 1.2s;
    animation-delay: 1.2s, 1.2s;
}

#circle-6 {
    -webkit-animation-delay: 1.4s, 1.4s;
    animation-delay: 1.4s, 1.4s;
}

#circle-7 {
    -webkit-animation-delay: 1.6s, 1.6s;
    animation-delay: 1.6s, 1.6s;
}

#circle-8 {
    -webkit-animation-delay: 1.8s, 1.8s;
    animation-delay: 1.8s, 1.8s;
}

#circle-9 {
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s;
}

#circle-10 {
    -webkit-animation-delay: 2.2s, 2.2s;
    animation-delay: 2.2s, 2.2s;
}

@-webkit-keyframes extend-1 {
    from {
        left: -webkit-calc(50% - 71px);
        left: calc(50% - 71px);
        top: -webkit-calc(50% - 71px);
        top: calc(50% - 71px);

    }
    to {
        left: -webkit-calc(19.34%);
        left: calc(19.34%);
        top: -webkit-calc(22.27%);
        top: calc(22.27%);
    }
}

@keyframes extend-1 {
    from {
        left: -webkit-calc(50% - 71px);
        left: calc(50% - 71px);
        top: -webkit-calc(50% - 71px);
        top: calc(50% - 71px);

    }
    to {
        left: -webkit-calc(19.34%);
        left: calc(19.34%);
        top: -webkit-calc(22.27%);
        top: calc(22.27%);
    }
}

@-webkit-keyframes expand-1 {
    from {
        width: 142px;
        height: 142px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 142px;
        height: 142px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand-1 {
    from {
        width: 142px;
        height: 142px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 142px;
        height: 142px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#circle-1 {
    left: -webkit-calc(19.34%);
    left: calc(19.34%);
    top: -webkit-calc(22.27%);
    top: calc(22.27%);
    -webkit-animation-name: extend-1, expand-1;
    animation-name: extend-1, expand-1;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(229, 106, 96, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(229, 106, 96, 0.2);
    background-color: rgb(229, 106, 96);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

#circle-1:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(200, 100, 100, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(200, 100, 100, 0.2);
}

@-webkit-keyframes expand-2 {
    from {
        width: 54px;
        height: 54px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 54px;
        height: 54px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand-2 {
    from {
        width: 54px;
        height: 54px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 54px;
        height: 54px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes extend-2 {
    from {
        left: -webkit-calc(50% - 27px);
        left: calc(50% - 27px);
        top: -webkit-calc(50% - 27px);
        top: calc(50% - 27px);

    }
    to {
        left: -webkit-calc(53.81%);
        left: calc(53.81%);
        top: -webkit-calc(23.93%);
        top: calc(23.93%);
    }
}

@keyframes extend-2 {
    from {
        left: -webkit-calc(50% - 27px);
        left: calc(50% - 27px);
        top: -webkit-calc(50% - 27px);
        top: calc(50% - 27px);

    }
    to {
        left: -webkit-calc(53.81%);
        left: calc(53.81%);
        top: -webkit-calc(23.93%);
        top: calc(23.93%);
    }
}

#circle-2 {
    width: 0px;
    height: 0px;
    left: -webkit-calc(53.81%);
    left: calc(53.81%);
    top: -webkit-calc(23.93%);
    top: calc(23.93%);
    position: absolute;
    -webkit-animation-name: extend-2, expand-2;
    animation-name: extend-2, expand-2;
    background-image: url(../images/hero-anim-icons/bikeicon2.png);
    background-color: rgb(243, 196, 67);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(243, 196, 67, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(243, 196, 67, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

#circle-2:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(243, 196, 67, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(243, 196, 67, 0.2);
}

@-webkit-keyframes expand-3 {
    from {
        width: 114px;
        height: 114px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 114px;
        height: 114px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand-3 {
    from {
        width: 114px;
        height: 114px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 114px;
        height: 114px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes extend-3 {
    from {
        left: -webkit-calc(50% - 57px);
        left: calc(50% - 57px);
        top: -webkit-calc(50% - 57px);
        top: calc(50% - 57px);

    }
    to {
        left: -webkit-calc(71.48%);
        left: calc(71.48%);
        top: -webkit-calc(43.95%);
        top: calc(43.95%);
    }
}

@keyframes extend-3 {
    from {
        left: -webkit-calc(50% - 57px);
        left: calc(50% - 57px);
        top: -webkit-calc(50% - 57px);
        top: calc(50% - 57px);

    }
    to {
        left: -webkit-calc(71.48%);
        left: calc(71.48%);
        top: -webkit-calc(43.95%);
        top: calc(43.95%);
    }
}

#circle-3 {
    width: 0px;
    height: 0px;
    left: -webkit-calc(71.48%);
    left: calc(71.48%);
    top: -webkit-calc(43.95%);
    top: calc(43.95%);
    position: absolute;
    -webkit-animation-name: extend-3, expand-3;
    animation-name: extend-3, expand-3;
    background-color: rgb(126, 185, 129);
    /*732,450*/
    -webkit-box-shadow: 0px 0px 0px 0px rgba(126, 185, 129, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(126, 185, 129, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

#circle-3:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(126, 185, 129, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(126, 185, 129, 0.2);
}

@-webkit-keyframes expand-4 {
    from {
        width: 63px;
        height: 63px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 63px;
        height: 63px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand-4 {
    from {
        width: 63px;
        height: 63px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 63px;
        height: 63px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes extend-4 {
    from {
        left: -webkit-calc(50% - 31.5px);
        left: calc(50% - 31.5px);
        top: -webkit-calc(50% - 31.5px);
        top: calc(50% - 31.5px);

    }
    to {
        left: -webkit-calc(49.12%);
        left: calc(49.12%);
        top: -webkit-calc(69.14%);
        top: calc(69.14%);
    }
}

@keyframes extend-4 {
    from {
        left: -webkit-calc(50% - 31.5px);
        left: calc(50% - 31.5px);
        top: -webkit-calc(50% - 31.5px);
        top: calc(50% - 31.5px);

    }
    to {
        left: -webkit-calc(49.12%);
        left: calc(49.12%);
        top: -webkit-calc(69.14%);
        top: calc(69.14%);
    }
}

#circle-4 {
    width: 0px;
    height: 0px;
    position: absolute;
    left: -webkit-calc(49.12%);
    left: calc(49.12%);
    top: -webkit-calc(69.14%);
    top: calc(69.14%);
    -webkit-animation-name: extend-4, expand-4;
    animation-name: extend-4, expand-4;
    background-image: url(../images/hero-anim-icons/caricon.png);
    background-color: rgb(110, 140, 226);
    /*503,708*/
    -webkit-box-shadow: 0px 0px 0px 0px rgba(110, 140, 226, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(110, 140, 226, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

#circle-4:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(110, 140, 226, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(110, 140, 226, 0.2);
}

@-webkit-keyframes expand-5 {
    from {
        width: 76px;
        height: 76px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 76px;
        height: 76px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand-5 {
    from {
        width: 76px;
        height: 76px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 76px;
        height: 76px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes extend-5 {
    from {
        left: -webkit-calc(50% - 38px);
        left: calc(50% - 38px);
        top: -webkit-calc(50% - 38px);
        top: calc(50% - 38px);

    }
    to {
        left: -webkit-calc(18.75%);
        left: calc(18.75%);
        top: -webkit-calc(59.18%);
        top: calc(59.18%);
    }
}

@keyframes extend-5 {
    from {
        left: -webkit-calc(50% - 38px);
        left: calc(50% - 38px);
        top: -webkit-calc(50% - 38px);
        top: calc(50% - 38px);

    }
    to {
        left: -webkit-calc(18.75%);
        left: calc(18.75%);
        top: -webkit-calc(59.18%);
        top: calc(59.18%);
    }
}

#circle-5 {
    width: 0px;
    height: 0px;
    left: -webkit-calc(18.75%);
    left: calc(18.75%);
    top: -webkit-calc(59.18%);
    top: calc(59.18%);
    position: absolute;
    -webkit-animation-name: extend-5, expand-5;
    animation-name: extend-5, expand-5;
    background-image: url(../images/hero-anim-icons/watchicon.png);
    background-color: rgb(158, 114, 222);
    /*192,606*/
    -webkit-box-shadow: 0px 0px 0px 0px rgba(158, 114, 222, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(158, 114, 222, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

#circle-5:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(158, 114, 222, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(158, 114, 222, 0.2);
}

@-webkit-keyframes expand-6 {
    from {
        width: 58px;
        height: 58px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 58px;
        height: 58px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand-6 {
    from {
        width: 58px;
        height: 58px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 58px;
        height: 58px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes extend-6 {
    from {
        left: -webkit-calc(50% - 29px);
        left: calc(50% - 29px);
        top: -webkit-calc(50% - 29px);
        top: calc(50% - 29px);

    }
    to {
        left: -webkit-calc(42.29%);
        left: calc(42.29%);
        top: -webkit-calc(27.05%);
        top: calc(27.05%);
    }
}

@keyframes extend-6 {
    from {
        left: -webkit-calc(50% - 29px);
        left: calc(50% - 29px);
        top: -webkit-calc(50% - 29px);
        top: calc(50% - 29px);

    }
    to {
        left: -webkit-calc(42.29%);
        left: calc(42.29%);
        top: -webkit-calc(27.05%);
        top: calc(27.05%);
    }
}

#circle-6 {
    width: 0px;
    height: 0px;
    left: -webkit-calc(42.29%);
    left: calc(42.29%);
    top: -webkit-calc(27.05%);
    top: calc(27.05%);
    position: absolute;
    -webkit-animation-name: extend-6, expand-6;
    animation-name: extend-6, expand-6;
    background-image: url(../images/hero-anim-icons/elevatoricon2.png);
    background-color: rgb(242, 165, 65);
    /*433,277*/
    -webkit-box-shadow: 0px 0px 0px 0px rgba(242, 165, 65, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(242, 165, 65, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

#circle-6:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(242, 165, 65, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(242, 165, 65, 0.2);
}

@-webkit-keyframes expand-7 {
    from {
        width: 149px;
        height: 149px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 149px;
        height: 149px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand-7 {
    from {
        width: 149px;
        height: 149px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 149px;
        height: 149px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes extend-7 {
    from {
        left: -webkit-calc(50% - 69px);
        left: calc(50% - 69px);
        top: -webkit-calc(50% - 69px);
        top: calc(50% - 69px);

    }
    to {
        left: -webkit-calc(61.5%);
        left: calc(61.5%);
        top: -webkit-calc(24.93%);
        top: calc(24.93%);
    }
}

@keyframes extend-7 {
    from {
        left: -webkit-calc(50% - 69px);
        left: calc(50% - 69px);
        top: -webkit-calc(50% - 69px);
        top: calc(50% - 69px);

    }
    to {
        left: -webkit-calc(61.5%);
        left: calc(61.5%);
        top: -webkit-calc(24.93%);
        top: calc(24.93%);
    }
}

#circle-7 {
    width: 0px;
    height: 0px;
    left: -webkit-calc(61.5%);
    left: calc(61.5%);
    top: -webkit-calc(24.93%);
    top: calc(24.93%);
    position: absolute;
    -webkit-animation-name: extend-7, expand-7;
    animation-name: extend-7, expand-7;
    background-color: rgb(248, 244, 126);
    /*640,245*/
    -webkit-box-shadow: 0px 0px 0px 0px rgba(248, 244, 126, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(248, 244, 126, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

#circle-7:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(248, 244, 126, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(248, 244, 126, 0.2);
}

@-webkit-keyframes expand-8 {
    from {
        width: 140px;
        height: 140px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 140px;
        height: 140px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand-8 {
    from {
        width: 140px;
        height: 140px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 140px;
        height: 140px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes extend-8 {
    from {
        left: -webkit-calc(50% - 85px);
        left: calc(50% - 85px);
        top: -webkit-calc(50% - 85px);
        top: calc(50% - 85px);

    }
    to {
        left: -webkit-calc(62.80%);
        left: calc(62.80%);
        top: -webkit-calc(62.90%);
        top: calc(62.90%);
    }
}

@keyframes extend-8 {
    from {
        left: -webkit-calc(50% - 85px);
        left: calc(50% - 85px);
        top: -webkit-calc(50% - 85px);
        top: calc(50% - 85px);

    }
    to {
        left: -webkit-calc(62.80%);
        left: calc(62.80%);
        top: -webkit-calc(62.90%);
        top: calc(62.90%);
    }
}

#circle-8 {
    width: 0px;
    height: 0px;
    left: -webkit-calc(62.80%);
    left: calc(62.80%);
    top: -webkit-calc(62.90%);
    top: calc(62.90%);
    position: absolute;
    -webkit-animation-name: extend-8, expand-8;
    animation-name: extend-8, expand-8;
    background-color: rgb(70, 161, 168);
    /*643,644*/
    -webkit-box-shadow: 0px 0px 0px 0px rgba(70, 161, 168, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(70, 161, 168, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

#circle-8:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(70, 161, 168, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(70, 161, 168, 0.2);
}

@-webkit-keyframes expand-9 {
    from {
        width: 105px;
        height: 105px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 105px;
        height: 105px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand-9 {
    from {
        width: 105px;
        height: 105px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 105px;
        height: 105px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes extend-9 {
    from {
        left: -webkit-calc(50% - 52.5px);
        left: calc(50% - 52.5px);
        top: -webkit-calc(50% - 52.5px);
        top: calc(50% - 52.5px);

    }
    to {
        left: -webkit-calc(30.47%);
        left: calc(30.47%);
        top: -webkit-calc(70.02%);
        top: calc(70.02%);
    }
}

@keyframes extend-9 {
    from {
        left: -webkit-calc(50% - 52.5px);
        left: calc(50% - 52.5px);
        top: -webkit-calc(50% - 52.5px);
        top: calc(50% - 52.5px);

    }
    to {
        left: -webkit-calc(30.47%);
        left: calc(30.47%);
        top: -webkit-calc(70.02%);
        top: calc(70.02%);
    }
}

#circle-9 {
    width: 0px;
    height: 0px;
    left: -webkit-calc(30.47%);
    left: calc(30.47%);
    top: -webkit-calc(70.02%);
    top: calc(70.02%);
    position: absolute;
    -webkit-animation-name: extend-9, expand-9;
    animation-name: extend-9, expand-9;
    background-color: rgb(135, 143, 185);
    /*312,717*/
    -webkit-box-shadow: 0px 0px 0px 0px rgba(135, 143, 185, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(135, 143, 185, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

#circle-9:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(135, 143, 185, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(135, 143, 185, 0.2);
}

@-webkit-keyframes expand-10 {
    from {
        width: 52px;
        height: 52px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 52px;
        height: 52px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand-10 {
    from {
        width: 52px;
        height: 52px;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        width: 52px;
        height: 52px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes extend-10 {
    from {
        left: -webkit-calc(50% - 26px);
        left: calc(50% - 26px);
        top: -webkit-calc(50% - 26px);
        top: calc(50% - 26px);

    }
    to {
        left: -webkit-calc(24.80%);
        left: calc(24.80%);
        top: -webkit-calc(44.93%);
        top: calc(44.93%);
    }
}

@keyframes extend-10 {
    from {
        left: -webkit-calc(50% - 26px);
        left: calc(50% - 26px);
        top: -webkit-calc(50% - 26px);
        top: calc(50% - 26px);

    }
    to {
        left: -webkit-calc(24.80%);
        left: calc(24.80%);
        top: -webkit-calc(44.93%);
        top: calc(44.93%);
    }
}

#circle-10 {
    width: 0px;
    height: 0px;
    left: -webkit-calc(24.80%);
    left: calc(24.80%);
    top: -webkit-calc(44.93%);
    top: calc(44.93%);
    position: absolute;
    -webkit-animation-name: extend-10, expand-10;
    animation-name: extend-10, expand-10;
    background-image: url(../images/hero-anim-icons/lampicon.png);
    background-color: rgb(65, 86, 97);
    /*254,457*/
    -webkit-box-shadow: 0px 0px 0px 0px rgba(65, 86, 97, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(65, 86, 97, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

#circle-10:hover {
    -webkit-box-shadow: 0px 0px 0px 8px rgba(65, 86, 97, 0.2);
    box-shadow: 0px 0px 0px 8px rgba(65, 86, 97, 0.2);
}

@-webkit-keyframes expand-center {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand-center {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (min-height: 691px) {
    @media only screen and (max-width: 1320px) {
        #hero-anim {
            left: -129.6px;
        }
    }
    @media only screen and (max-width: 1080px) {
        #hero-anim {
            display: none;
        }

        #hero-anim-wrapper {
            display: none;
            /* left:-webkit-calc(50% - 600px /2); */
            /* left:calc(50% - 600px /2); */
        }

        .gb-container-74cec03c .wp-block-column:not(:first-child) {
            flex-grow: 0;
        }
    }
}

@media only screen and (max-height: 690px) {
    @media only screen and (min-width: 1201px) {
        #hero-anim {
            /*-webkit-transform: scale(0.65);
       -ms-transform: scale(0.65);
       transform: scale(0.65); */
            left: -webkit-calc(50% - 716.8px / 2);
            left: calc(50% - 716.8px / 2);
            top: -50px;
        }
    }
    @media only screen and (max-width: 1200px) {
        #hero-anim {
            -webkit-transform: scale(0.65);
            -ms-transform: scale(0.65);
            transform: scale(0.65);
            left: -118.4px;
            top: -50px;
        }
    }
    @media only screen and (max-width: 964px) and (min-height: 621px) {
        #hero-anim {
            display: none;
        }

        #hero-anim-wrapper {
            display: none;
        }

        .gb-container-74cec03c .wp-block-column {
            flex-basis: 100% !important;
        }
    }
}

@media only screen and (max-height: 620px) {

    @media only screen and (min-width: 1121px) {
        #hero-anim {
            -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
            transform: scale(0.6);
            left: -webkit-calc(50% - 614.4px / 2);
            left: calc(50% - 614.4px / 2);
            top: -40px;
        }
    }
    @media only screen and (max-width: 1120px) {
        #hero-anim {
            -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
            transform: scale(0.6);
            left: -103.2px;
            top: -40px;
        }
    }
    @media only screen and (max-width: 930px) {
        #hero-anim {
            display: none;
        }

        #hero-anim-wrapper {
            display: none;
        }

        .gb-container-74cec03c .wp-block-column {
            flex-basis: 100% !important;
        }
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    #hero-anim {
        display: none;
    }

    #hero-anim-wrapper {
        display: none;
    }

    .gb-container-74cec03c .wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (max-width: 992px) {
    .site-logo .is-logo-image {
        /*width: 100px;*/
    }

    .icon-menu-bars {
        margin-top: -5px;
    }
}

.post-bg {
    background-color: rgb(251, 251, 253);
}

.post-width {
    max-width: fit-content;
}

.gb-button-wrapper-8e6c9e42 a, .gb-button-wrapper-8e6c9e42 a:visited {
    font-weight: 500 !important;
}

.gb-container-2efad5b9 span.gb-headline-text {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
}

.legend-wrapper {
    text-align: left;
}

.legend-wrapper ul {
    margin-left: 1em;
}

.chart-legend li {
    display: inline-block;
    margin-right: 1rem
}

.chart-legend .label-circle {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: -3px;
    margin-right: .2rem
}

.chart-legend li span {
    font-size: .8rem;
    font-weight: 500
}

.entry-title a:hover {
    color: var(--link-font);
}

.widget-area .widget_search {
    margin-bottom: 0px;
}

.product {
    padding: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: .9rem;
    padding-bottom: 0;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    background-color: var(--white);
    -webkit-box-shadow: 0 4px 10px 0 #0003;
    box-shadow: 0 4px 10px 0 #0003;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

.product .wp-block-columns {
    margin-bottom: 0px;
}

.product .product-title {
    line-height: 1;
    color: #333844;
    font-family: "Open Sans", Helvetica, "Hiragino Sans GB", sans-serif, "Apple Color Emoji";
    font-weight: 500;
}

.product:hover {
    border-top-width: 8px !important
}

.product-new {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: .9rem;
    padding-bottom: 0;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    background-color: var(--white);
    -webkit-box-shadow: 0 4px 10px 0 #0003;
    box-shadow: 0 4px 10px 0 #0003;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

.product-new .wp-block-columns {
    margin-bottom: 0px;
}

.product-new .product-title {
    line-height: 1;
    color: #333844;
    font-family: "Open Sans", Helvetica, "Hiragino Sans GB", sans-serif, "Apple Color Emoji";
    font-weight: 500;
}

.product-new:hover {
    border-bottom-width: 8px !important
}

.product .features {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0px;
}

.product .features li {
    list-style: none;
    text-align: left;
    margin-left: -1rem;
    width: -webkit-calc(100% + 2rem);
    width: calc(100% + 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: .8;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.features li:first-child {
    padding-top: 1rem;
}

.features li:last-child {
    -webkit-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;
    padding-bottom: 1rem;
}

.product .good-features li {
    background-color: var(--p1);
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 400;
}

.enterprise-edition-mini .good-features li {
    background-color: var(--p2);
}

.cloud-edition-mini .good-features li {
    background-color: var(--p3);
}

.community-edition-mini {
    border-top: 3px solid var(--p1)
}

.enterprise-edition-mini {
    border-top: 3px solid var(--p2)
}

.cloud-edition-mini {
    border-top: 3px solid var(--p3)
}

.community-edition-mini-new {
    border-bottom: 3px solid var(--p1)
}

.enterprise-edition-mini-new {
    border-bottom: 3px solid var(--p2)
}

.cloud-edition-mini-new {
    border-bottom: 3px solid var(--p3)
}

.pi-connector-mini-new {
    border-bottom: 3px solid #f0a808
}

.enterprise-edition-mini .good-feature {
    background-color: var(--p2)
}

.cloud-edition-mini .good-feature {
    background-color: var(--p3)
}

.enterprise-edition-mini .display-image {
    border-color: var(--p2)
}

.cloud-edition-mini .display-image {
    border-color: var(--p3)
}

.good-feature {
    background-color: var(--p1);
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 400
}

.community-edition .gb-button {
    color: var(--b1);
    background-color: var(--white);
    border-color: var(--b1);
    -webkit-box-shadow: 0 0 0 0 #ffffff8c;
    box-shadow: 0 0 0 0 #ffffff8c;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.community-edition .gb-button:focus,
.community-edition .gb-button:hover {
    background-color: var(--white);
    -webkit-box-shadow: 4px 4px 0 0 var(--p1t);
    box-shadow: 4px 4px 0 0 var(--p1t)
}

.community-edition .gb-button:active {
    color: var(--p1) !important;
    background-color: var(--white) !important;
    border-color: var(--p1) !important;
    -webkit-box-shadow: 2px 2px 0 0 var(--p1t);
    box-shadow: 2px 2px 0 0 var(--p1t)
}

#popup-wrapper {
    display: block;
    position: absolute;
    z-index: 1000;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1;
}

#popup-page-cover {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(131, 145, 174, .32);
    z-index: 1000;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}

#popup {
    position: fixed;
    display: none;
    height: auto;
    width: 350px;
    z-index: 1001;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    background-color: var(--white);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 12px 48px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 12px 48px 0 rgba(0, 0, 0, .24)
}

#close-popup {
    position: absolute;
    right: 1rem;
    z-index: 1;
    cursor: pointer;
    top: 0
}

#close-popup svg {
    margin-top: 4px
}

#close-popup::before {
    content: "";
    width: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    background-color: rgba(0, 0, 0, .15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#close-popup:hover::before {
    content: "";
    width: 26px;
    display: block;
    position: absolute;
    top: 3px;
    left: -3px;
    height: 26px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1
}

#popup-title {
    background-color: var(--b1);
    color: var(--white);
    font-weight: 500;
    font-size: 24px;;
    width: 100%;
    display: block;
    -webkit-border-radius: .25rem .25rem 0 0;
    border-radius: .25rem .25rem 0 0;
    position: relative;
    background-color: var(--b1);
    height: 90px;
    background-image: url(/wp-content/uploads/2022/01/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#popup-title-text {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    width: 100%;
    font-weight: 600;
    text-align: center;
}

#popup-content {
    padding: 1rem;
    display: block
}

#popup-content span {
    font-size: 16px;
    /* color: var(--sg1); */
}

#popup-content select {
    border-color: var(--b1) !important;
}

.gb-icon, .gb-button-wrapper-4adde2d8 {
    cursor: pointer;
}

#popup-title path {
    fill: var(--white)
}

input[type=submit], input[type=text], textarea {
    -webkit-appearance: none
}

input[l] {
    border-color: var(--b1) !important;
    font-size: inherit;
    outline: 0;
    color: var(--sg1);
    padding-left: .4em;
    width: -webkit-calc(100%);
    width: calc(100%);
    border: solid 1px;
    display: inline-block;
    border-left: 1px solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border-left .2s;
    -o-transition: border-left .2s;
    transition: border-left .2s;
    vertical-align: top;
    font-weight: 400;
    border-color: inherit;
    margin-bottom: .5rem
}

input[l]:focus {
    border-left: 1rem solid
}

input[l]:focus {
    width: -webkit-calc(auto);
    width: calc(auto)
}

input[plain]:valid {
    border-color: var(--b1)
}

input[plain]:focus:valid {
    border-color: var(--b1)
}

textarea {
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent
}

textarea[l] {
    border-color: var(--b1) !important;
    font-size: inherit;
    outline: 0;
    color: var(--sg1);
    padding-left: .4em;
    width: -webkit-calc(100%);
    width: calc(100%);
    border: solid 1px;
    display: inline-block;
    border-left: 1px solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border-left .2s;
    -o-transition: border-left .2s;
    transition: border-left .2s;
    vertical-align: top;
    font-weight: 400;
    border-color: inherit;
    margin-bottom: .5rem
}

.btn-primary {
    background-color: var(--b1);
    color: var(--white);
    /* border-color: var(--b1); */
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .55);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .55);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 3px 15px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: var(--b1);
    color: var(--white);
    /* color: var(--b1); */
    /* background-color: var(--white); */
    /* border-color: var(--b1); */
    -webkit-box-shadow: 4px 4px 0 0 var(--b1t);
    box-shadow: 4px 4px 0 0 var(--b1t);
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
}

.btn-primary:active {
    /* color: var(--b1)!important; */
    /* background-color: var(--white)!important; */
    /* border-color: var(--b1)!important; */
    -webkit-box-shadow: 2px 2px 0 0 var(--b1t);
    box-shadow: 2px 2px 0 0 var(--b1t);
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px)
}

.btn-primary:disabled {
    cursor: not-allowed;
    background-color: #fefefe;
    color: var(--b1);
    border-color: var(--b1);
    opacity: .35
}

.btn-primary:hover:disabled {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.btn-white {
    color: var(--b1);
    background-color: var(--white);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .55);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .55)
}

.btn-white:focus, .btn-white:hover {
    color: var(--b1);
    background-color: var(--white);
    -webkit-box-shadow: 4px 4px 0 0 rgba(255, 255, 255, .55);
    box-shadow: 4px 4px 0 0 rgba(255, 255, 255, .55);
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
}

.btn-white:active {
    color: var(--b1) !important;
    background-color: var(--white) !important;
    -webkit-box-shadow: 2px 2px 0 0 rgba(255, 255, 255, .55);
    box-shadow: 2px 2px 0 0 rgba(255, 255, 255, .55);
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px)
}

#contact-sales {
    border-radius: 6px;
}

.banner-content {
    padding-right: 32px
}

.banner-wrapper {
    width: 100vw;
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 1000
}

.banner {
    background-color: var(--b1);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: auto;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    padding: .5rem;
    color: var(--white);
    font-size: 1.6em;
    margin-top: 1rem;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .24);
    opacity: 1;
    -webkit-animation: bannerOpaque .2s;
    animation: bannerOpaque .2s
}

.close-banner {
    position: absolute;
    right: 1rem;
    z-index: 1;
    padding-top: 0.5rem;
    cursor: pointer;
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px)
}

.close-banner::before {
    content: "";
    width: 0;
    display: block;
    position: absolute;
    margin-top: 26px;
    left: 50%;
    height: 0;
    background-color: rgba(0, 0, 0, .15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.close-banner:hover::before {
    content: "";
    width: 32px;
    margin-top: 7px;
    display: block;
    position: absolute;
    left: 0;
    height: 32px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1
}

.package-list a {
    cursor: pointer;
}

.anchor {
    position: relative;
    top: -100px;
}

.has-p-1-color {
    color: var(--p1);
}

.has-p-2-color {
    color: var(--p2);
}

.has-p-3-color {
    color: var(--p3);
}

.inside-article p {
    font-size: 16px;
    line-height: 26px;
}

.inside-article ul {
    /*margin-left: 0px;*/
}

.inside-article li {
    font-size: 16px;
    line-height: 26px;
}

#menu-item-15518 {
    height: 32px;
}

#menu-menu a {
    font-size: 17.6px !important;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0px;
}

#menu-menu a:hover {
    color: var(--base-3);
}

#menu-item-15518 .dropdown-menu-toggle {
    display: none;
}

#menu-item-15518 > a {
    line-height: 32px;
}

.entry-meta {
    position: relative;
    overflow: hidden;
}

.entry-meta .avatar img {
    width: 50px;
}

.entry-meta .avatar {
    width: 60px;
    height: 50px;
    display: flex;
    float: left;
    align-items: center;
}

.entry-meta .wp-block-latest-posts__post-author, .entry-meta .wp-block-latest-posts__post-date {
    /* height: 50px;
   line-height: 50px; */
}

.entry-meta .posted-on {
    height: 26px;
    line-height: 26px;
    /* display: inline-block; */
}

.entry-meta .author-byline {
    display: block;
    margin-top: 0px;
}

.entry-meta .author-byline, .entry-meta .cat-links {
    height: 26px;
    line-height: 26px;
    /* display: block; */
}

.site-main article .entry-meta {
    /* margin-bottom: -15px; */
}

.site-main article .read-more-container {
    height: 0px;
}

.search-type-container, .search-version-container {
    font-size: 16px;
    height: 40px;
    line-height: 40px;;
    margin-bottom: 10px;;
}

.search-type-container span, .search-version-container span {
    font-weight: 600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 70px;
}

.search-type-container ul, .search-version-container ul {
    list-style: none;
    display: inline-block;
    margin: 0;

}

.search-type-container li, .search-version-container li {
    float: left;
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;;
    margin-left: 20px;
    padding: 0 10px;
}

.search-type-container li.current, .search-version-container li.current {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    color: #fff;
}

.search-type-container li.current a, .search-version-container li.current a {
    color: #fff;
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 15px;
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt a {
    margin-bottom: 0px;
    display: inline;
}

#announcement-wrapper {
    background-color: var(--b1);
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    color: var(--white);
    text-align: center;
    height: calc(25px + .5rem);
    padding: .25rem;
    display: none
}

#announcement-content {
    height: 100%;
    font-size: 16px;
}

#close-announcement {
    position: absolute;
    right: 25px;
    cursor: pointer;
    margin-top: -22px;
}

#close-announcement::before {
    content: "";
    width: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    background-color: rgba(0, 0, 0, .15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#close-announcement:hover::before {
    content: "";
    width: 20px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1
}

ul#menu-menu > li:first-child a {
    color: #f0a808 !important;
    height: 28px;
    line-height: 28px;
}

.page-content > .search-version-container {
    margin-top: 30px;
}

.entry-header .entry-title {
    /* font-size: 32px !important; */
}

.site-content {
    max-width: 100% !important;
}

#generate-slideout-menu {
    top: 63px;
    #background-color: var(--white2);
    color: #000;
}

#generate-slideout-menu.do-overlay .slideout-menu li, .slideout-navigation.do-overlay .inside-navigation {
    text-align: left;
}

.slideout-navigation.do-overlay .inside-navigation {
    padding: 0px 0px;
    padding-top: 20px;
}

.slideout-navigation.do-overlay .slideout-exit {
    display: none;
}

.slideout-navigation.main-navigation .main-nav ul li a {
    font-weight: 300;
    #color: #000;
    color: #fff;
    line-height: 40px;
}

.slideout-navigation.main-navigation .main-nav ul li a svg path {
    #fill: #000;
    fill: #fff;
}

.slideout-navigation.main-navigation .main-nav ul ul.sub-menu {
    margin-left: 20px;
}

.slideout-navigation.main-navigation .main-nav ul ul.sub-menu li a {
    height: 36px;
    font-size: 18px;
    padding: 0px;
    padding-left: 20px;
}

.slideout-navigation.main-navigation .main-nav ul li.current-menu-item a {
    #color: #000 !important;
}

.slideout-navigation.main-navigation .main-nav ul li:hover a, .slideout-navigation.main-navigation .main-nav ul li a:hover {
    #color: #000 !important;
}

@media only screen and (max-width: 1199px) {
    .news-wrapper {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    .news-wrapper .news-box {
        width: 100%;
    }

    .site .content-area {
    }

    h1.gb-headline {
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }


    .site-main .gb-container, .site-main {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.page-toc li.first.last > a {
    display: none;
}

.widget .search-field {
    border: 1px solid rgb(0, 118, 206);
    border-radius: 3px;
    height: 40px;
}

.widget .search-form button.search-submit {
    background: none !important;
    color: #000;
    margin-left: -50px;
    height: 40px;;
}

.inside-right-sidebar #block-3 {
    padding-top: 0px;
}

.inside-right-sidebar #block-3 h4 {
    margin-bottom: 10px;
}

.inside-right-sidebar #block-3 li {
    margin-bottom: 3px;
}

.search-type-container li {
    margin-bottom: 0px !important;
}

@media (max-width: 599px) {
    .chart-wrapper:not(:first-of-type) {
        margin-top: 80px;
    }

    .gb-container-c390958e figure {
        display: none;
    }

    .gb-container-c390958e .wp-block-column {
        text-align: left;
        margin-left: 0px;
        font-size: 12px;
    }

    .gb-container-c390958e .wp-block-column p {
        margin-left: 0px !important;
    }
}

#search-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    opacity: 1;
    display: none;
}

#search-wrapper-cover {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

#search-container {
    position: fixed;
    z-index: 99999;
    top: calc(30%);
    left: calc(25%);
    width: 100%;
}

#search-container .inside-wrapper {
    padding: 4px;
    border: 1px solid #949494;
    border-radius: 3px;
    width: 50%;
    background-color: #fff;
    display: flex;
    flex: auto;
    height: calc(2.5em + 8px);
}

#search-container input {
    flex-grow: 1;
    border: none;
    outline: medium;
    height: 2.5em;
}

#search-container button {
    /* padding-top: 15px; */
}

#search-container input:focus {
    border: none;
    border-image: none;
}

.search_tabs {
    border-bottom: 1px solid var(--sg-1);
    margin-top: 20px;

}

.search_tabs div {
    height: 30px;
    line-height: 30px;
}

.search_tabs ul li {
    height: 35px;
    line-height: 35px;
}

#search-result {
    margin-top: 30px;
}

#search-result ul {
    list-style: none;
    margin-left: 0px;
}

li.search-item {
    display: block;
    padding-bottom: 10px;
    border-bottom: solid 1px #f6f6f6;
}

li.search-item .item-title {
    font-size: 19px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}

li.search-item .item-content {
    font-size: 16px;
}

.current-menu-item a {
    border-bottom: 1px solid var(--white);
}

.slideout-navigation.main-navigation .main-nav ul ul li a {
    #color: #000 !important;
}

.icon-menu-bars svg:nth-child(1) {
    display: none;
}

.icon-menu-bars svg:nth-child(2) {
    display: block;
}

.toggled .icon-menu-bars svg:nth-child(1) {
    display: block !important;
}

.toggled .icon-menu-bars svg:nth-child(2) {
    display: none !important;
}

.icon-menu-bars svg {
    width: 1.5em;
    height: 1.5em;
}

.site-main {
    min-height: 350px;;
}

.menu-toggle {
    line-height: inherit !important;
}

.gb-grid-wrapper-625e6116 > .gb-grid-column > .gb-container {
    height: auto !important;
}

.gb-grid-wrapper-150dce3f > .gb-grid-column > .gb-container {
    height: auto !important;
}

@media only screen and (max-width: 1440px) {
<!--.grid-container {
    max-width: 1040px;
}

    .gb-container-74cec03c > .gb-inside-container, .gb-container-71416b13 > .gb-inside-container, .gb-container-92c816a2 > .gb-inside-container, .gb-container-2efad5b9 > .gb-inside-container, .gb-container-88ae86e3 > .gb-inside-container, .gb-container-b05d80ac > .gb-inside-container {
        max-width: 1040px;
    }

-->
    .gb-button-wrapper a.gb-button-dbcef22b, .gb-button-wrapper a.gb-button-dbcef22b:visited, .gb-button-wrapper a.gb-button-2b5e1924, .gb-button-wrapper a.gb-button-2b5e1924:visited {
        padding: 10px 8px;
        border-radius: 4px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .news-box {
        width: 100% !important;
    }
}

/*.inside-article a,.paging-navigation a,.comments-area a,.page-header a{color:var(--contrast-2);}
.entry-title a{color:var(--contrast-2);}
.entry-meta a{color:var(--contrast-2);}*/
.inside-article a, .paging-navigation a, .comments-area a, .page-header a {
    color: #0041CE;
}

.entry-title a {
    color: var(--contrast);
}

.entry-meta a {
    color: var(--contrast-2);
}

.case-shadow {
    box-shadow: 0px 6px 6px #f6f6f6;
}

.case-bak {
    background-color: #fbfbfb;
    text-align: center;
}

.case-bak > .gb-inside-container {
    padding: 20px 20px 10px;
}

.case-content {
    margin-top: 15px;
    color: var(--contrast);
}

.wp-block-latest-posts__list li {
}

.wp-block-latest-posts.is-grid li {
    /*margin: 0 4.75em 1em 0;*/
}

.top-icon-parent > .gb-inside-container {
    margin-left: 0px;
}

.top-icon {
    border: 8px solid #fbfbfb;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    width: 65px;
    text-align: center;
    margin-left: 0px;
    background-color: #fbfbfb;
}

.main-navigation {
    height: 60px;
}

@media only screen and (max-width: 1199px) {
    .mobile-hide {
        display: none;
    }
}

.hide {
    display: none;
}

.gb-grid-wrapper > .gb-grid-column > .gb-container {
    height: auto !important;
}

.site-footer > .footer-widgets > .grid-container {
    padding: 0px;
}

.wp-block-latest-posts__list li a {
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
}
