@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html.mvc__a.mvc__lot.mvc__of.mvc__classes.mvc__to.mvc__increase.mvc__the.mvc__odds.mvc__of.mvc__winning.mvc__specificity,
html.mvc__a.mvc__lot.mvc__of.mvc__classes.mvc__to.mvc__increase.mvc__the.mvc__odds.mvc__of.mvc__winning.mvc__specificity>body {
    height: 100% !important;
}


html[data-platform*='windows']::-webkit-scrollbar,
html[data-platform*='linux']::-webkit-scrollbar {
    width: 8px;
}

html[data-platform*='windows']::-webkit-scrollbar-thumb,
html[data-platform*='linux']::-webkit-scrollbar-thumb {
    background-color: gray;
}

html[data-browser*='edge'] {
    .scrollable {
        scrollbar-width: 8px !important;
        scrollbar-color: gray transparent !important;
    }
}

body {
    position: relative;
    font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, "Noto Color Emoji";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 0.95rem;
    min-height: 100%;
    background: rgb(29, 29, 29);
}

body.dingo {
    background: rgb(30, 30, 30);
}

select {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23495057%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    padding-right: 15px;
    background-size: .75em auto, 100%;
    appearance: none;
}

:target:before {
    content: '';
    display: block;
    height: 100px;
    margin: -100px 0 0;
}

#container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    background: rgba(29, 29, 29, 1);
}

body.dingo #container {
    background: rgb(30, 30, 30);
}

main {
    padding-top: 68px;
    flex: 1 0 auto;
}

p {
    line-height: 1.8em;
}

a,
button,
a:focus,
a:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

a,
button.btn-link,
button.btn-link:hover {
    color: #24ABF2;
}

strong {
    font-weight: 900;
}

a:hover {
    color: #24ABF2;
    text-decoration: underline;
}

a.button,
button.button {
    color: #fff !important;
    font-weight: normal !important;
    text-decoration: none;
    background: linear-gradient(to bottom, #5fb050, #448744);
    display: block;
    text-align: center;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    border: 0;
}

button:disabled,
button[disabled] {
    background: unset;
    background-color: #999;
}

img {
    max-width: 100%;
    border-radius: 5px;
}

h1 {
    letter-spacing: .1rem;
    line-height: 4rem;
}

h2 {
    line-height: 2.5rem;
}

canvas {
    border-radius: 5px;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    box-shadow: none !important;
}

.tooltip-inner {
    text-align: left;
    padding: 1.2rem 1.5rem 0.5rem;
    min-width: 300px;
    background-color: #fff;
    color: #656565;
}

.tooltip.show {
    opacity: 1;
    -moz-box-shadow: 0 0 3px #656565;
    -webkit-box-shadow: 0 0 3px #656565;
    box-shadow: 0 0 3px #656565;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    padding: 0;
}

.tooltip .arrow {
    display: none;
}

.tooltip-inner {
    padding-bottom: 1.2rem;
}

.tooltip-inner ul {
    margin-top: 1rem;
    padding-left: 2rem;
    margin-bottom: 0;
}

.tooltip-inner li {
    padding: 0;
    margin: 0 0 1rem;
}

.tooltip-inner li:last-child {
    margin-bottom: .2rem;
}

.monospace {
    font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
}

.darkest-section {
    background: rgb(29, 29, 29);
    color: #ebebeb;
}

body.dingo .darkest-section {
    background: rgb(30, 30, 30);
}

.dark-section {
    background: rgb(29, 29, 29);
    color: #dbdbdb;
}

body.dingo .dark-section {
    background: rgb(30, 30, 30);
}

.version {
    color: #62b455;
    font-weight: bold;
    display: inline-block;
    font-size: 70%;
    vertical-align: super;
}

a.wallaby-version {
    text-decoration: none !important;
    color: #62b455 !important;
    font-size: unset;
    vertical-align: unset;
}

a.quokka-version {
    text-decoration: none !important;
    color: #FC6515 !important;
    font-size: unset;
    vertical-align: unset;
}

a.wallaby-version:hover,
a.quokka-version:hover {
    text-decoration: underline !important;
}

#main-video {
    outline: none;
    width: 100%;
    height: 100%;
}

.main-video-container {
    display: flex;
    flex-direction: column;
}

.main-video-container ul {
    border: 1px solid rgba(59, 55, 60);
    background-color: rgb(33, 33, 33);
    border-width: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    border-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
}

.main-video-container ul li {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .0325rem;
    line-height: 1.4rem;
    color: #999;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;

    display: flex;
    justify-content: center;
    align-items: center;
}

#main-video-part-1-header {
    border-bottom-left-radius: 5px;
}

#main-video-part-3-header {
    border-bottom-right-radius: 5px;
}

.main-video-container ul li.selected {
    color: rgb(235, 235, 235);
}

.main-video-container video {
    border: 1px solid rgba(59, 55, 60);
    border-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.editors {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 74px;
}

.editors span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.editors img {
    width: 75px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.25
}

.editors img.selected {
    opacity: 1
}

.editors div {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

@media screen and (min-width: 0\0) {
    .dark-section {
        background: rgb(29, 29, 29);
    }

    body.dingo .dark-section {
        background: rgb(30, 30, 30);
    }
}

html[data-browser*='edge'] .dark-section {
    background: rgb(29, 29, 29);
}

html[data-browser*='edge'] body.dingo .dark-section {
    background: rgb(30, 30, 30);
}


.dark-section strong {
    color: #ebebeb;
}

.dark-section h1 {
    color: #ebebeb;
}

.dark-section .form-control {
    color: rgb(50, 50, 50);
    background-color: #eee;
    background-clip: padding-box;
    border: 0;
    transition: none;
}

.dark-section .form-control:disabled,
.dark-section .form-control[readonly] {
    background-color: #b6b6b6;
}

.gray-section {
    background: #eee;
    color: #505050;
}

.white-section,
.roi-section {
    background: #fff;
    color: #656565;
}

.gray-section a {
    color: #0267cc;
}

.white-section a,
.white-section button.btn-link {
    color: #0088cc;
}

.white-section button.btn-link {
    font-size: 0.95rem;
}

.white-section .form-control {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.white-section .form-control:disabled {
    background-color: #ddd;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border: #DB4F4F 1px solid;
    background: #FEF8F8;
}

.dark .form-control.is-invalid,
.was-validated .form-control:invalid {
    border: inherit;
    background: #ee8787;
}

.dark .form-control.is-invalid::placeholder,
.was-validated .form-control:invalid::placeholder {
    color: rgb(50, 50, 50);
}

.white-section a:hover {
    text-decoration: none;
}

.secondary-page {
    padding-bottom: 3rem;
}

.secondary-page p {
    font-size: 18px;
    margin-bottom: 1.5rem;
}

.secondary-page li {
    font-size: 18px;
}

.secondary-page a,
.secondary-page button.btn-link {
    font-weight: bold;
}

.secondary-page h2 {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.secondary-page h2:first-child {
    margin-top: 0;
}

.secondary-page li {
    padding-bottom: 1rem;
}

.navbar {
    background: rgb(29, 29, 29);
    padding: 9px 1rem;
    height: 68px;
}

body.dingo .navbar {
    background: rgb(30, 30, 30);
}

.navbar-light .navbar-nav .nav-link {
    color: #ebebeb;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #62b455;
}

.navbar-brand .wallaby-logo,
.navbar-brand .dingo-logo {
    min-width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.navbar-brand .wallaby-logo {
    background: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='40' height='40'%3E%3Cg%3E%3Cpath d='m 0,20 20,0 0,-20 20,0 0,40 -40,0 z' style='fill:%2362b455;fill-opacity:1;fill-rule:evenodd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
}

.navbar-brand .dingo-logo {
    background: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='40' height='40'%3E%3Cg%3E%3Cpath d='m 0,20 20,0 0,-20 20,0 0,40 -40,0 z' style='fill:%2353A6EC;fill-opacity:1;fill-rule:evenodd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
}

.navbar-brand .wallaby-log-text {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}

.navbar-brand {
    font-size: 1.5rem !important;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ebebeb !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    font-size: 1.2rem;
    white-space: nowrap;
}

.try-product-specific-link {
    white-space: nowrap;
}

.navbar-sticky-scrolling {}

.navbar-light .navbar-toggler {
    color: #62b455;
    border-color: #62b455;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%2362b455' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-collapse {
    background: rgb(29, 29, 29);
    padding-left: 1.5rem;
    padding-bottom: 0.2rem;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

body.dingo .navbar-collapse {
    background: rgb(30, 30, 30);
}

.hero.landing {
    padding-top: 4.5rem;
}

.action .btn-primary {
    background-color: rgb(68, 135, 68);
    border-color: rgb(68, 135, 68);
    font-size: 1.2rem;
    font-weight: bold;
    padding: .7rem 1.6rem;
}

.btn-outline-primary {
    color: #62b455;
    border-color: #62b455;
    font-size: 1.2rem;
}

.main-color {
    color: #62b455 !important;
}

.btn-outline-primary:focus {
    box-shadow: none;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #62b455;
    border-color: #62b455;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #62b455;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #62b455;
    border-color: #62b455;
}

.hero {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.hero h1 {
    word-spacing: .5rem;
    letter-spacing: unset;
    margin-bottom: 0;
}

.landing.hero h1 {
    font-size: 2.2rem;
}

.main-header {
    word-spacing: .3rem;
    text-align: center;
}

.why {
    padding-bottom: 6rem;
    padding-top: 3rem;
}

.why-point {
    padding-top: 3.5rem;
}

.why-point header {
    padding-top: 2rem;
    font-size: 1.6rem;
}

.why .main-desc {
    width: 75%;
}

.why .main-desc h2 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 2.2rem;
    color: #aaa;
}

.why .action {
    padding-bottom: 4.5rem;
    padding-top: 1.2rem;
}

.why svg {
    width: 80px;
    height: 80px;
    display: inline;
}

.why .productive {
    fill: #24ABF2;
    color: #24ABF2;
}

.why .fast {
    fill: #FF9800;
    color: #FF9800;
}

.why .plugin {
    fill: #BA87F3;
    color: #BA87F3;
}

.why .ai {
    fill: #62b455;
    color: #62b455;
}

a.productive, a.fast, a.plugin, a.ai {
    font-weight: bold;
}

#roi .fast {
    color: #62b455;
}

.why p {
    margin-bottom: 0;
    margin-top: 2rem;
    font-size: 1.1rem;
    line-height: 2rem;
    color: #e4e4e4;
    text-align: left;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    color: #bababa;
}

.compare-score-table {
    width: 70%;
    max-width: 330px;
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.8rem;
}

.compare-score-table td {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    line-height: 1.8rem;
}

.compare-score-table td:first-child {
    text-align: left;
}

.compare-score-table td:last-child {
    text-align: right;
    font-weight: bold;
}

.compare-score-table td a {
    color: #dbdbdb;
    opacity: .7;
}

.compare-overall-score {
    margin-bottom: 2rem;
}

.compare-overall-score p {
    text-align: center;
    font-size: .9rem;
    text-transform: uppercase;
    margin-top: 1.4rem;
    letter-spacing: .1rem;
}

.gauge,
.gauge-fixed {
    position: relative;
    width: 120px;
    height: 120px;
    text-align: left;
    margin: auto;
}

.gauge-fixed {
    position: absolute;
    max-width: 50px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -85.5%);
    fill: #62b455;
}

.gauge-green {
    color: #62b455 !important;
    stroke: #62b455;
}

.gauge-yellow {
    color: rgb(255, 193, 7) !important;
    stroke: rgb(255, 193, 7);
}

.gauge-red {
    color: rgb(220, 53, 69);
    stroke: rgb(220, 53, 69);
}

.gauge svg,
.gauge-fixed svg {
    position: absolute;
    width: 100%;
    height: 100%;
    stroke-linecap: round;
}

.gauge span,
.gauge-fixed span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    opacity: 0;
    animation: fadeInFromNone 1.5s forwards;
    animation-delay: 250ms;
}

.gauge-arc {
    fill: none;
    transform-origin: 50% 50%;
    animation: load-gauge 1.5s ease forwards;
}

.gauge-fixed .gauge-arc,
.gauge-fixed span {
    animation: none;
}

.gauge-fixed span {
    opacity: 1;
    font-size: 1rem;
}

.compare-section .wallaby-icon,
.gauge-fixed {
    animation: fade 2.5s ease-in infinite alternate;
    animation-delay: 250ms;
}

@keyframes fade {
    0% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.gauge-base {
    opacity: 0.1;
}

@keyframes load-gauge {
    from {
        stroke-dasharray: 0, 314.16;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    20% {
        display: inline;
        opacity: 0;
    }

    100% {
        display: inline;
        opacity: 1;
    }
}

.tools {
    padding-bottom: 7rem;
}

.tools .dropdown-menu {
    transform: translate3d(15px, 4.5rem, 0px) !important;
    right: 30px;
}

.tools .dropdown {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.tools .selector-header {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 2rem;
    letter-spacing: .2rem;
}

.tools .dropdown-toggle {
    width: 100%;
}

.tools .dropdown-menu {
    background-color: rgb(50, 50, 50);
    border: 0;
}

.tools .dropdown-item {
    color: #ebebeb;
    padding-top: .5rem;
    padding-bottom: .5rem;
    white-space: normal;
}

.tools .btn-outline-primary {
    font-size: 1.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tools a.dropdown-item:hover,
.tools a.dropdown-item:focus,
.tools a.dropdown-item:active,
.tools a.dropdown-item.active {
    background-color: rgb(50, 50, 50);
    color: #62b455;
}

.tools img {
    max-width: 120px;
    max-height: 120px;
    margin-top: 5rem;
    border-radius: 0;
}

.tools .compare-desc {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 4rem;
    margin-top: 5rem;
    margin-left: 2rem;
    margin-right: 2rem;
    color: #bababa;
}

.tools .compare-action {
    text-align: center;
}

.tools .compare-action a {
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1.4rem;
}

.tools .compare-competitor-action {
    color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
}

.tools .compare-competitor-action:hover {
    color: rgb(29, 29, 29);
    background-color: rgb(255, 193, 7);
}

.tools .compare-competitor-action:not(:disabled):not(.disabled):active,
.tools .compare-competitor-action:not(:disabled):not(.disabled).active,
.show>.tools .compare-competitor-action.dropdown-toggle {
    color: rgb(29, 29, 29);
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
}


.tools .compare-overall-score p {
    font-size: 1.2rem;
}

.features {
    padding-top: 6rem;
    padding-bottom: 2rem;
}

.features .feature-header {
    padding-bottom: 2rem;
    padding-right: 1rem;
    padding-left: .1rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 36px;
    height: 68px;
}

.features .feature-content {
    padding-bottom: 4rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.features .feature-content .image {
    margin-bottom: 2rem;
    position: relative; 
    display: inline-block; 
    width: 100%;
    cursor: pointer;
}

.features .feature-content p {
    padding-left: .1rem;
}

.features .feature-content svg {
    height: 29px;
    width: 29px;
    fill: #505050;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
}

.feature-header sup {
    color: #DD0031;
    font-weight: bold;
    padding-left: .8rem;
    font-size: 1rem;
}

#inline-values svg,
#debugger svg {
    margin-bottom: 6px;
}

#wallaby-app svg {
    margin-bottom: 5px;
}

#inline-errors svg,
#test-stories svg {
    margin-bottom: 4px;
}

#inline-coverage svg {
    margin-bottom: 3px;
}

#tests-output svg {
    margin-bottom: 5px;
}

#value-explorer svg {
    margin-bottom: 4px;
}

#diffs-snapshots svg {
    margin-bottom: 6px;
}

#roi {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

#roi h2 svg {
    margin-right: 1rem;
    width: 25px;
    height: 25px;
    margin-bottom: 6px;
}

#roi svg {
    width: 20px;
    height: 20px;
    fill: #dbdbdb;
    margin-bottom: .2rem;
}

#roi .btn-outline-primary {
    font-size: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.savings p {
    font-size: 1.2rem;
    padding-left: 3rem;
}

#customers {
    padding-top: 6rem;
    padding-bottom: 4rem;
}

#customers h3 {
    line-height: 3rem;
}

.slick-dots {
    position: relative !important;
    bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 5px !important;
    margin-top: 3rem;
}

.slick-dots li button::before {
    font-size: 16px !important;
}

#customers p {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

p.logos {
    text-align: left !important;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.logos a {
    outline: none;
}

.logos img,
.logos a img {
    display: inline-block;
    width: 150px;
    margin: 0 40px 0 0;
    border-radius: 0;
    outline: none;
    border: 0;
}

.logos a img {
    width: 80px;
    margin-top: 10px;
    margin-left: 10px;
}

.tweets {
    margin: 6rem 0 3rem;
    clear: both;
    max-width: 100%;
}

.tweets blockquote,
.tweets blockquote p {
    font-size: 14px !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    line-height: 1.3125 !important;
    color: rgb(20, 23, 26);
}

.tweets blockquote {
    border-radius: 15px;
    border: rgb(204, 214, 221) 1px solid;
    padding: 14px;
}

.tweets .tweet {
    display: none;
    max-width: 330px;
    width: 330px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    clear: right;
}

.showAllTweets {
    font-weight: bold;
    font-size: 1.5rem;
}

.pricing-content,
.faq-content {
    display: none;
}

.pricing-content.company .personal-note {
    display: none;
}

.pricing-content.personal .company-note {
    display: none;
}

.modal-content .personal-license-note,
.modal-content .personal-license-note strong {
    color: rgba(255, 255, 255, .5);
    font-size: 0.95rem;
}

.contact-note {
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 1.5rem !important;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem !important;
    line-height: 3rem;
}

.store-header {
    margin-bottom: 5rem;
    margin-top: 3rem;
}

.store-header .store-header-item {
    z-index: 200;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: rgb(101, 101, 101) 1px solid;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 1rem;
    line-height: 30px;
    cursor: pointer;
}

.store-header .store-header-item:hover {
    font-weight: bold;
}

.store-header .store-header-item.selected {
    border: rgb(101, 101, 101) 1px solid;
    border-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
}

.store-product-tile {
    background: rgb(50, 50, 50);
    border-radius: 10px;
    padding: 2rem 3rem 1rem;
    border: rgb(101, 101, 101) 1px solid;
    min-height: 100%;
}

.store-product-tile.all-selected {
    border: #e6be00 1px solid;
}

.store-product-tile-normal {}

.store-product-tile-upgrade {
    display: none;
}

.store-product-tags {
    padding: 2rem 2.5rem 3.8rem;
    display: flex;
}

.store-product-tile .price-table-container {
    min-height: 370px;
    display: flex;
}

.pricing-content.company .store-product-tile .price-table-container {
    min-height: 420px;
}

.store-product-tile .product-lines {
    min-height: 124px;
}

.store-product-tile .price-item.renewalDetailsEntryLine {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
}

.store-product-tile .renewalDetailsEntryLine input {
    background: rgb(50, 50, 50);
    color: #dbdbdb;
    font-size: .95rem;
    border-radius: 0;
    display: block;
    height: 100%;
    border-bottom: 0;
    border-top: 0;
    padding-left: 15px;
    margin-left: -15px;
}

.store-product-tile .renewalDetailsEntryLine input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.store-product-tile .price-item.quantity select {
    color: #dbdbdb;
    font-size: .9rem;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    padding-left: 21px;
    margin-right: -27px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23dbdbdb%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-color: rgb(50, 50, 50);
    background-repeat: no-repeat;
    background-position: left;
    background-size: .75em auto, 100%;
    cursor: pointer;
}

.store-product-tile .price-item.quantity select.quantity-select-length-1 {
    margin-right: -27px;
}

.store-product-tile .price-item.quantity select.quantity-select-length-2 {
    margin-right: -19px;
}

.store-product-tile .price-item.quantity select.quantity-select-length-3 {
    margin-right: -10px;
}

.store-product-tile .price-item.quantity select.quantity-select-length-4 {
    margin-right: 0;
}

.store-product-tile .exactRenewalDiscountLabel,
.store-product-tile .email-error,
.store-product-tile .clearRenewalLink {
    display: none;
}

.store-product-tile .price-table {
    display: none;
    padding-left: 0;
    padding-right: 0;
}

.store-footer {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}

.store-footer .refund {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    font-size: .9rem;
    letter-spacing: .05rem;
    color: rgba(255, 255, 255, .5);
}

.text-muted {
    color: rgba(255, 255, 255, .5) !important;
}

.store-product-tile .buy-button {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    visibility: hidden;
    padding: 10px 25px 10px 25px !important;
    font-size: 1rem !important;
    min-width: 125px;
}

.store-product-tile .wallaby-logo,
.store-product-tile .quokka-logo {
    min-width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background-size: contain;
}

.store-product-tile .quokka-logo {
    background-image: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='40' height='40'%3E%3Cg%3E%3Cpath d='m 0,20 20,0 0,-20 20,0 0,40 -40,0 z' style='fill:%23FC6515;fill-opacity:1;fill-rule:evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.store-product-tile .product-line {
    user-select: none;
    display: flex;
}

.store-product-tags .learn-more {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: rgba(255, 255, 255, .5);
    margin-top: 2rem;
}

.pricing-content.company .store-product-tags .learn-more {
    margin-top: 3.8rem;
}

.store-product-tag {
    padding-bottom: 1rem;
    margin-bottom: 1.6rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 1.2rem;
}

.store-product-tag:after {
    display: block;
    height: 10px;
    border-radius: 10px;
    background-color: #62b455;
    content: ' ';
    margin-top: .6rem;
    width: 0;
}

.store-product-tile .wallaby-log-text,
.store-product-tile .wallaby-log-small-text {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ebebeb !important;
    font-size: 1rem;
}

.store-product-tile .wallaby-log-small-text {
    line-height: 30px;
}

.store-product-tile .wallaby-log-small-text a {
    color: #ebebeb;
}

.store-product-tile .spinner {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    vertical-align: text-bottom;
    border: .5em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 1s linear infinite;
}

.pricing-content .store-spinner {
    display: none;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2000;
    width: 6rem;
    height: 6rem;
    vertical-align: text-bottom;
    border: .5em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 1s linear infinite;
}

.store-content.disabled {
    opacity: .4;
    pointer-events: none;
}

.store-product-tile .existingUserDiscountLabel {
    margin-right: .5rem;
}

.store-product-tile .taxName,
.store-product-tile .userNum,
.store-product-tile .priceLabel {
    margin-right: .5rem;
}

.store-product-tile .info-tooltip {
    width: 14px;
    display: inline-block;
    background-image: url('/assets/img/info.svg');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    margin-right: .5rem;
}

.store-product-tile .price-item .spinner-container {
    display: none;
}

.store-product-tile .price-item .spinner {
    border-top-width: .2em;
    border-right-width: .2em;
    border-left-width: .2em;
    border-bottom-width: .2em;
    width: 1.2rem;
    height: 1.2rem;
}

#buyDialog .spinner {
    border: 4px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 1s linear infinite;
    width: 1.2rem;
    height: 1.2rem;
    padding: 18px;
    display: none;
}

.store-product-tile .value {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    padding-left: .5rem;
}

.store-product-tile .price-item {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-top: rgb(101, 101, 101) 1px solid;
    font-size: .95rem;
    min-height: 45px;
}

.store-product-tile .price-item.total,
.store-product-tile .price-item.subtotal {
    font-weight: bold;
}

.store-product-tile .price-item.upgrade,
.store-product-tile .price-tile-note {
    display: none;
}

.store-product-tile .price-tile-note {
    font-size: 1.1rem;
    line-height: 3rem;
    margin-top: -1.8rem;
}

.store-product-tile .email-error,
.store-product-tile .error-note {
    color: #DB4F4F;
}

.store-product-tile .price-item.total {
    border-bottom: rgb(101, 101, 101) 1px solid;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

.store-product-tile .price-item.total .value {
    font-size: 1.5rem;
    letter-spacing: .1rem;
}

.store-product-tile .sale .sale-countdown {
    padding-left: .5rem;
}

.store-product-tile .sale {
    color: #62b455;
    font-weight: bold;
}

.store-product-tile .volume {
    color: #fc6515;
    font-weight: bold;
}

.store-product-tile .price-item.country,
.store-product-tile .price-item.bundle,
.store-product-tile .price-item.sale,
.store-product-tile .price-item.volume,
.store-product-tile .price-item.tax,
.store-product-tile .price-item.bundle {
    display: none;
}

.store-product-tile .price-item.bundle {
    font-weight: bold;
}

.store-product-tile .bundle,
.very-special {
    color: #e6be00;
}

.very-special {
    display: none;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 1rem;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5rem;
}

.very-special p {
    margin-bottom: 0;
}

.store-product-tile .discount {
    color: #d7ba7d;
    font-weight: normal;
}

.store-product-tile .product-select-line {
    cursor: pointer;
}

.store-product-tile .product-select-line.no-selection {
    cursor: auto;
}

.store-product-tile .product-checkbox {
    min-width: 28px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.2rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.store-product-tile .product-checkbox.checked {
    background-image: url("/assets/img/checked.svg");
}

.store-product-tile .product-checkbox.unchecked {
    background-image: url("/assets/img/unchecked.svg");
}

.store-product-tag.full-support:after {
    animation: zero-to-full-width 1.5s ease-in forwards;
    animation-delay: 250ms;
}

.store-product-tag.some-support:after {
    animation: zero-to-min-width 1.5s ease-in forwards;
    animation-delay: 250ms;
}

.store-product-tag.some-to-full-support:after {
    width: 16%;
    animation: min-width-to-full-width 1s ease-in forwards;
}

.store-product-tag.full-to-some-support:after {
    width: 100%;
    animation: full-width-to-min-width 1s ease-in forwards;
}

.store-product-tile .all-products {
    display: none;
}

.store-product-tile .all-products,
.store-product-tile .best-value,
.store-product-tile .all-products a {
    color: #e6be00;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 1rem;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}

.store-product-tile .all-products {
    margin-top: -3rem !important;
    margin-right: -1rem;
}

.store-product-tile .best-value {
    display: block;
    font-size: .8rem;
}

.store-product-tile .full-description {
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: .8rem;
}

@keyframes zero-to-full-width {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes zero-to-min-width {
    0% {
        width: 0
    }

    100% {
        width: 16%
    }
}

@keyframes full-width-to-min-width {
    0% {
        width: 100%
    }

    100% {
        width: 16%
    }
}

@keyframes min-width-to-full-width {
    0% {
        width: 16%
    }

    100% {
        width: 100%
    }
}

.special-content {
    margin-top: 2rem;
}

.special-content .special-item {
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding-left: 4rem;
    padding-right: 3rem;
}

.special-content .special-header {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 1.2rem;
    font-weight: bold;
    padding-right: 1.5rem;
}

.special-content .special-label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    background-color: #e6be00;
    color: rgba(29, 29, 29, 1);
    padding: .3rem 1rem;
    border-radius: 5px;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
}

.special-content .special-desc {
    margin-top: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
    text-align: left;
}

.special-content .special-link {
    font-size: 1.1rem;
}

.faq-content {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -4rem;
    margin-bottom: 2rem;
}

.faq-content .faq-item {
    border-bottom: rgb(101, 101, 101) 1px solid;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.faq-content .faq-item p {
    margin-top: 2rem;
}

.faq-content .faq-header {
    display: flex;
    position: relative;
    margin-bottom: 0;
    font-size: 1.3rem;
}

.faq-content .faq-header span {
    padding-right: 2.5rem;
}

.faq-content .faq-anchor {
    padding-top: 140px;
    margin-top: -140px;
    pointer-events: none;
}

.faq-content .faq-header button {
    z-index: 100;
}

.faq-content .expand-button {
    height: 100%;
    background-image: url('/assets/img/minus.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: right;
    background-size: 25px;
    border: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    width: 100%;
}

.faq-content .expand-button.collapsed {
    background-image: url('/assets/img/plus.svg');
}

.career-content .career-item {
    border-top: rgb(101, 101, 101) 1px solid;
    border-bottom: rgb(101, 101, 101) 1px solid;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.career-content .career-item p {
    margin-top: 2rem;
}

.career-content .career-header {
    display: flex;
    position: relative;
    margin-bottom: 0;
    font-size: 1.3rem;
}

.career-content .career-header span {
    padding-right: 2.5rem;
}

.career-content .career-anchor {
    padding-top: 140px;
    margin-top: -140px;
    pointer-events: none;
}

.career-content .career-header button {
    z-index: 100;
}

.career-content .expand-button {
    height: 100%;
    background-image: url('/assets/img/minus.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: right;
    background-size: 25px;
    border: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    width: 100%;
}

.career-content .expand-button.collapsed {
    background-image: url('/assets/img/plus.svg');
}

.buy-button,
.try-button {
    margin-top: 40px !important;
    padding: 12px 40px 12px 40px !important;
    font-size: 18px !important;
    text-transform: uppercase;
    display: inline-block !important;
}

.try-button {
    margin-right: 1rem;
}

.modal-backdrop {
    background-color: rgb(29, 29, 29);
}

.modal-backdrop.show {
    opacity: .85;
}

#quoteDialog .modal-footer #submitQuoteRequest {
    font-size: unset;
}

#buyDialog .modal-footer,
#renewUpgradeDialog .modal-footer,
#existingLicenseDialog .modal-footer,
#upgradeDialog .modal-footer {
    border-top: 0;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    display: unset;
}

#buyDialog .modal-content,
#renewUpgradeDialog .modal-content {
    min-height: 550px;
}

#existingLicenseDialog .modal-content {
    min-height: 350px;
}

#upgradeDialog .modal-content {
    min-height: 250px;
}

.modal.dark .modal-content {
    background: rgb(50, 50, 50);
    border-radius: 10px;
    padding: 1rem;
    border: rgb(101, 101, 101) 1px solid;
}

#trialLicenseSubmit,
#buyDialog .modal-footer button,
#existingLicenseDialog .modal-footer button,
#upgradeDialog .modal-footer button {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    font-size: 1rem !important
}

#buyDialog .modal-body h3,
#existingLicenseDialog .modal-body h3,
#upgradeDialog .modal-body h3 {
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 2rem;
}

#upgradeDialog h3 {
    color: #e6be00;
    font-weight: bold;
}

#buyDialog .form-group,
#existingLicenseDialog .form-group,
#upgradeDialog .form-group {
    margin-top: 2rem;
}

#existingLicenseDialog p,
#upgradeDialog p {
    color: #dbdbdb;
}

.downloads {
    margin-bottom: 60px;
}

#download-button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.download-button {
    width: 100%;
    margin-bottom: 20px;
}

.product,
.download {
    margin-bottom: 130px;
    padding-left: 10px;
    padding-right: 10px;
}

.download {
    margin-bottom: 80px;
}

.download-description {
    margin-top: auto;
    margin-bottom: auto;
}

.product-highlight .product-description strong {
    color: #FE536A;
}

.product-link {
    text-align: center;
    width: 100px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 20px;
}

.product-link a,
.product-link button {
    display: inline-block;
}

.product-link a.link {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
}

.product-description {
    margin-left: 150px;
    margin-right: 170px;
}

.download .product-link {
    width: 120px;
    margin-left: 40px;
    margin-bottom: 10px;
}

.editor-logo {
    text-align: center;
}

.editor-logo img {
    max-width: 100px;
    margin-bottom: auto;
    margin-top: auto;
    display: inline;
}

.customer-details {
    display: none;
    background: #fff;
    font-size: 16px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 540px;
    margin-left: -220px;
    z-index: 99999;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.customer-details h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.customer-details label {
    display: block;
    margin-bottom: 10px;
}

.customer-details div.popup-container {
    position: absolute;
    padding-top: 30px;
    left: 30px;
    right: 30px;
}

.customer-details .buttons {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.customer-details .buttons .button {
    margin-top: 15px;
}

.customer-details div.field {
    padding-right: 4px;
    padding-left: 1px;
    margin-right: 2px
}

.customer-details input,
.customer-details textarea {
    -webkit-appearance: none;
    border: lightgrey 1px solid;
    width: 100%;
}

.customer-details textarea {
    font-size: 16px;
}

.customer-details div.entry {
    margin-bottom: 20px;
}

.customer-details .side-note {
    font-size: 12px;
    color: #888;
}

.customer-details .has-error {
    border: #DB4F4F 1px solid !important;
    background: #FEF8F8 !important;
}

.customer-details .waiting {
    display: none;
    text-align: center;
    line-height: 440px;
    color: #888;
    font-size: 16px;
}

.customer-details .error,
.customer-details .errorParagraph {
    display: none;
    color: #DB4F4F;
    font-size: 16px;
}

.customer-details .error {
    text-align: center;
    line-height: 440px;
}

.customer-details .errorParagraph {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 35px;
}

.customer-details .resultContent {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 35px;
}

.customer-details .resultContent p {
    font-size: 16px !important;
    padding-right: 10px;
}

.mask {
    display: none;
    background: rgb(33, 37, 41);
    opacity: 0.85;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.failedAction {
    color: #FE536A;
}

.successfulAction {
    color: #5FB050;
}

.right-float {
    float: right;
    margin-left: 40px !important;
    margin-bottom: 40px !important;
}

.showingAllTweets {
    width: 100px;
    display: none;
}

svg.processing {
    width: 200px;
    height: 200px;
    display: none;
}

.extended-trial-request .button,
.signup-webinar .button,
.signup-oss .button,
.signup .button {
    background: linear-gradient(to bottom, #5fb050, #448744);
    color: #fff;
    border: 0;
}

.time-length {
    padding: 3px 8px;
    border: #448744 1px solid;
    border-radius: 5px;
    font-size: 0.8rem;
    display: inline-block;
    margin-left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.oss-header h2 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-right: 2rem;
    line-height: 3.2rem;
}

.oss-header svg {

    max-width: 200px;
}

.oss-consent input[type='checkbox'],
.marketing-consent input[type='checkbox'] {
    width: 25px;
    height: calc(1.5em + .60rem);
}

.oss-consent,
.marketing-consent {
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.oss-share pre {
    color: #dbdbdb;
    margin-bottom: 0;
}

.oss-share h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.tutorial-overview {
    height: auto;
    line-height: unset;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.tutorial-overview>span,
.tutorial-overview>img {
    vertical-align: middle;
}

.tutorial-overview>img {
    height: 45px;
    margin-right: 1.5rem;
}

.update p {
    line-height: 36px;
}

.update input {
    vertical-align: bottom;
    position: relative;
    top: -11px;
}

.compare-section {
    position: relative;
    margin-top: -1rem;
}

.compare-section code {
    color: #FF9800;
    font-size: inherit;
}

.compare-section hr {
    border-top: 1px solid rgba(255, 255, 255, .25);
}

.diagram-container {
    padding-top: 1rem;
}

.compare-section .diagram-header {
    text-transform: uppercase;
    letter-spacing: .1rem;
    display: block;
}

.compare-section .diagram-image-row {
    padding-top: 2rem;
}

.compare-section svg.env-type {
    max-width: 200px;
    padding-bottom: 1rem;
    padding-top: 2rem;
    display: inline-block;
    fill: rgba(255, 255, 255, .25);
}

.compare-section .diagram code {
    display: inline-block;
    padding-top: 1rem;
    padding-left: 2rem;
}

.compare-section .diagram {
    position: relative;
    border: rgba(255, 255, 255, .25) 1px solid;
    border-radius: 10px;
    padding: 2rem 2rem 1rem;
}

.compare-section .row {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.compare-section .row p {
    line-height: 2rem;
}

.compare-section .row p.subtle,
.compare-section .row p.subtle strong {
    color: #888;
    font-size: .9rem;
}

.compare-aspect-left-part {
    padding-right: 3rem;
    padding-left: 3rem;
}

.compare-aspect-right-part {
    padding-right: 3rem;
    padding-left: 3rem;
}

.compare-aspect-left-part .gauge,
.compare-aspect-right-part .gauge {
    margin-bottom: 2rem;
}

.compare-aspect-left-part p.gauge-green,
.compare-aspect-right-part p.gauge-green,
.compare-aspect-left-part p.gauge-yellow,
.compare-aspect-right-part p.gauge-yellow,
.compare-aspect-left-part p.gauge-red,
.compare-aspect-right-part p.gauge-red {
    text-align: center !important;
    margin-bottom: 2rem;
}

.compare-header {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 68px;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 0 !important;
    background: rgb(29, 29, 29);
    z-index: 1000;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.compare-header img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 0;
    display: inline-block;
}

.compare-header>div {
    padding-right: 2rem;
}

.compare-header>div.competitor {
    padding-right: 0;
    padding-left: 1rem;
}

.compare-header span {
    display: inline-block;
    font-size: .9rem;
    text-transform: uppercase;
    margin-top: 1.4rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.compare-intro {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.compare-aspect {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: lighter;
    display: inline-block;
    margin-bottom: 3rem;
    margin-top: -17rem;
    padding-top: 20rem;
    color: #dcdcaa;
    pointer-events: none;
}

.compare-footer-header {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: lighter;
    display: block;
    margin-bottom: 3rem;
    margin-top: 3rem;
    color: #dcdcaa;
}

.compare-aspect-left-part {
    text-align: center;
}

.compare-aspect-right-part {
    text-align: center;
}

.diagram img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 0;
}

.compare-aspect-left-part p,
.compare-aspect-right-part p {
    margin-bottom: 1rem;
}

.compare-aspect:before,
.compare-aspect:after {
    height: 48px;
    width: 48px;
}

.compare-aspect:before {
    display: inline-block;
    content: ' ';
    background-size: 48px 48px;
    background-repeat: no-repeat;
    vertical-align: top;
}

.compare-aspect:before {
    padding-right: 4.2rem;
    margin-top: 0;
}

.compare-aspect:after {
    display: inline-block;
    content: ' ';
    vertical-align: top;
}

.compare-performance:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true' style='fill: %23dcdcaa'%3E%3Cpath fill-rule='evenodd' d='M12.17 3.83c-.27-.27-.47-.55-.63-.88-.16-.31-.27-.66-.34-1.02-.58.33-1.16.7-1.73 1.13-.58.44-1.14.94-1.69 1.48-.7.7-1.33 1.81-1.78 2.45H3L0 10h3l2-2c-.34.77-1.02 2.98-1 3l1 1c.02.02 2.23-.64 3-1l-2 2v3l3-3v-3c.64-.45 1.75-1.09 2.45-1.78.55-.55 1.05-1.13 1.47-1.7.44-.58.81-1.16 1.14-1.72-.36-.08-.7-.19-1.03-.34a3.39 3.39 0 0 1-.86-.63zM16 0s-.09.38-.3 1.06c-.2.7-.55 1.58-1.06 2.66-.7-.08-1.27-.33-1.66-.72-.39-.39-.63-.94-.7-1.64C13.36.84 14.23.48 14.92.28 15.62.08 16 0 16 0z'%3E%3C/path%3E%3C/svg%3E");
}

.compare-coverage:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true' style='fill:%23dcdcaa'%3E%3Cpath fill-rule='evenodd' d='M16 8.5l-6 6-3-3L8.5 10l1.5 1.5L14.5 7 16 8.5zM5.7 12.2l.8.8H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v6.5l-.8-.8c-.39-.39-1.03-.39-1.42 0L5.7 10.8a.996.996 0 0 0 0 1.41v-.01zM4 4h5V3H4v1zm0 2h5V5H4v1zm0 2h3V7H4v1zM3 9H2v1h1V9zm0-2H2v1h1V7zm0-2H2v1h1V5zm0-2H2v1h1V3z'%3E%3C/path%3E%3C/svg%3E");
}

.compare-output:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true' style='fill:%23dcdcaa'%3E%3Cpath fill-rule='evenodd' d='M9 5H8V4h1v1zm4 3h-1v1h1V8zM6 5H5v1h1V5zM5 8H4v1h1V8zm11-5.5l-.5-.5L9 7c-.06-.02-1 0-1 0-.55 0-1 .45-1 1v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-.92l6-5.58zm-1.59 4.09c.19.61.3 1.25.3 1.91 0 3.42-2.78 6.2-6.2 6.2-3.42 0-6.21-2.78-6.21-6.2 0-3.42 2.78-6.2 6.2-6.2 1.2 0 2.31.34 3.27.94l.94-.94A7.459 7.459 0 0 0 8.51 1C4.36 1 1 4.36 1 8.5 1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5 0-1.03-.2-2.02-.59-2.91l-1 1z'%3E%3C/path%3E%3C/svg%3E");
}

.compare-debugger:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true' style='fill:%23dcdcaa'%3E%3Cpath fill-rule='evenodd' d='M11 10h3V9h-3V8l3.17-1.03-.34-.94L11 7V6c0-.55-.45-1-1-1V4c0-.48-.36-.88-.83-.97L10.2 2H12V1H9.8l-2 2h-.59L5.2 1H3v1h1.8l1.03 1.03C5.36 3.12 5 3.51 5 4v1c-.55 0-1 .45-1 1v1l-2.83-.97-.34.94L4 8v1H1v1h3v1L.83 12.03l.34.94L4 12v1c0 .55.45 1 1 1h1l1-1V6h1v7l1 1h1c.55 0 1-.45 1-1v-1l2.83.97.34-.94L11 11v-1zM9 5H6V4h3v1z'%3E%3C/path%3E%3C/svg%3E");
}

.compare-support:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23dcdcaa' viewBox='0 0 14 16' version='1.1' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z'%3E%3C/path%3E%3C/svg%3E");
}

.compare-ai:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' style='fill:%23dcdcaa'%3E%3Cpath fill-rule='evenodd' d='M9.002 4.476h4.228l.529.528V7.15h.55l.528.529v1.025l-.528.529h-.55v3.17l-.529.53H9.932L7.29 15.85l-.91-.38v-2.538H3.738l-.529-.676V9.233h-.528l-.529-.529V7.68l.529-.529h.528V4.856l.56-.38h4.229V3.27a1.06 1.06 0 0 1-.56-.91 1.057 1.057 0 1 1 2.114 0 1.06 1.06 0 0 1-.55.878zm3.721 4.228V5.533H4.266v6.194l2.643.148h.529v2.315l1.902-2.156.37-.159h3.013zm-2.24.54a2.87 2.87 0 0 1-1.45.781v-.01a2.87 2.87 0 0 1-2.557-.782l-.74.75c.36.359.787.643 1.258.835.475.199.985.303 1.5.307a3.9 3.9 0 0 0 2.728-1.131zM6.897 7.118H5.841v1.057h1.057zm3.172 0h1.057v1.057H10.07z'/%3E%3C/svg%3E");
}

.compare-price:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288 512' style='fill:%23dcdcaa'%3E%3Cpath d='M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.compare-editor:before {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' style='fill:%23dcdcaa'%3E%3Cpath d='M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.compare-footer {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.compare-footer p {
    font-size: 1.6rem !important;
}

.compare-footer .btn-outline-primary {
    font-size: 1.4rem;
    padding: 1rem 4rem;
    font-weight: normal;
}

@media screen and (max-width: 1200px) {

    .landing.hero h1 {
        font-size: 2rem;
    }

    .why .main-desc h2 {
        font-size: 1.2rem;
    }

    .why p {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tweets .tweet {
        max-width: 280px;
        width: 280px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .compare-section p {
        font-size: 17px;
    }

    .compare-section .row {
        padding-left: .8rem;
        padding-right: .8rem;
    }

    .compare-aspect-left-part {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }

    .compare-aspect-right-part {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .tools .dropdown {
        padding-left: 0;
        padding-right: 0;
    }

    .features .feature-header {
        font-size: 1.5rem;
    }

    .tools .dropdown-menu {
        transform: translate3d(0, 4.5rem, 0px) !important;
        right: 0;
    }

    .buy-button,
    .try-button {
        padding: 12px 30px 12px 30px !important;
        font-size: 18px !important;
    }

    .store-header {
        margin-bottom: 4rem;
    }

    .store-product-tile .wallaby-log-text,
    .store-product-tile .wallaby-log-small-text {
        font-size: .9rem;
    }

    .store-product-tile .wallaby-logo,
    .store-product-tile .quokka-logo {
        min-width: 24px;
        height: 24px;
    }

    .store-product-tile .product-checkbox {
        min-width: 22px;
        height: 25px;
    }

    .store-product-tile .all-products,
    .store-product-tile .best-value,
    .store-product-tile .all-products a {
        font-size: .9rem;
    }

    .store-product-tile .wallaby-log-small-text {
        line-height: normal;
    }

    .special-content {
        margin-top: 1rem;
    }

    .special-content .special-item {
        padding-right: 1rem;
    }

    .special-content .special-header {
        font-size: 1rem;
    }

    .special-content .special-desc {
        font-size: 1rem;
    }

    .contact-note {
        font-size: 1.3rem !important;
        margin-top: 3rem;
        margin-bottom: 3rem !important;
    }

    .store-product-tile .price-table-container,
    .pricing-content.company .store-product-tile .price-table-container {
        min-height: 300px;
    }

    .store-product-tags {
        padding-top: 2rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        padding-bottom: 3rem;
    }

    .store-product-tags .learn-more {
        font-size: .9rem;
    }

    .pricing-content .store-product-tags .learn-more {
        margin-top: 2.5rem;
    }

    .pricing-content.company .store-product-tags .learn-more {
        margin-top: 4rem;
    }

    .store-product-tile {
        padding-top: 1rem;
        padding-right: 1.8rem;
        padding-left: 1.8rem;
        padding-bottom: 0;
    }

    .store-product-tile .wallaby-logo,
    .store-product-tile .quokka-logo {
        margin-right: 8px;
    }

    .store-product-tile .full-description {
        font-size: .7rem;
    }

    .store-product-tile .price-item {
        font-size: .85rem;
    }

    .store-product-tile .price-item.total .value {
        font-size: 1.3rem;
        letter-spacing: .1rem;
    }

    .store-product-tile .renewalDetailsEntryLine input {
        font-size: .85rem;
    }

    .store-product-tile .price-item.quantity select {
        font-size: .8rem;
        margin-right: -23px;
        padding-left: 18px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-1 {
        margin-right: -23px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-2 {
        margin-right: -16px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-3 {
        margin-right: -8px;
    }

    .store-footer .refund {
        font-size: .8rem;
        letter-spacing: 0.03rem;

    }

    .store-product-tag {
        padding-bottom: .7rem;
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }

    .store-product-tile .buy-button {
        padding: 10px 15px 10px 15px !important;
        font-size: .9rem !important;
        min-width: 100px;
    }

    .editors img {
        width: 40px;
    }
}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 992px) {

    .landing.hero h1 {
        font-size: 1.6rem;
    }

    .why .main-desc h2 {
        font-size: 1.1rem;
    }

    .main-video-container ul li {
        font-size: .7rem;
        line-height: 1.2rem;
    }

    .product-link {
        margin-top: 30px;
    }

    .download-button {
        width: 50%;
    }

    .download-description {
        margin-top: 0;
    }

    .download {
        margin-bottom: 120px;
    }

    .tweets .tweet {
        max-width: 'unset';
        width: 'unset';
        margin-left: 5px;
        margin-right: 5px;
    }

    .compare-aspect-left-part {
        padding-right: 2rem;
        padding-left: 0;
    }

    .compare-aspect-right-part {
        padding-right: 0;
        padding-left: 2rem;
    }

    .compare-footer p {
        font-size: 1.2rem !important;
    }

    .compare-footer .btn-outline-primary {
        font-size: 1.2rem;
    }

    .tools .selector-header {
        font-size: 1rem;
    }

    .store-header .store-header-item {
        font-size: .8rem;
    }

    .store-header {
        margin-bottom: 4rem;
    }

    .store-product-tile .wallaby-log-text,
    .store-product-tile .wallaby-log-small-text {
        font-size: .7rem;
    }

    .store-product-tile .wallaby-log-small-text {
        letter-spacing: 1.5px;
    }

    .store-product-tile .wallaby-logo,
    .store-product-tile .quokka-logo {
        min-width: 19px;
        height: 19px;
    }

    .store-product-tile .product-checkbox {
        min-width: 18px;
        height: 20px;
        margin-right: .8rem;
    }

    .store-product-tile .all-products,
    .store-product-tile .best-value,
    .store-product-tile .all-products a {
        font-size: .7rem;
        letter-spacing: .06rem;
    }

    .store-product-tile .all-products {
        margin-right: -.5rem;
    }

    .store-product-tile .wallaby-log-small-text {
        line-height: normal;
    }

    .store-product-tile .info-tooltip {
        background-position: 50% 50%;
        width: 12px;
    }


    .special-content {
        margin-top: 1rem;
    }

    .special-content .special-item {
        padding-right: 1rem;
        padding-left: 2rem;
    }

    .special-content .special-header {
        font-size: .8rem;
        padding-right: 1rem;
    }

    .special-content .special-label {
        font-size: .8rem;
        padding: .3rem .7rem;
        min-width: 80px;
    }

    .special-content .special-desc,
    .special-content .special-link {
        font-size: .9rem;
    }

    .contact-note {
        font-size: 1rem !important;
        margin-top: 2rem;
        margin-bottom: 2rem !important;
    }

    .store-product-tile .price-table-container,
    .pricing-content.company .store-product-tile .price-table-container {
        min-height: 300px;
    }

    .store-product-tags {
        padding-top: 2rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        padding-bottom: 3rem;
    }

    .store-product-tags .learn-more {
        font-size: .9rem;
        line-height: 2rem;
    }

    .pricing-content .store-product-tags .learn-more {
        margin-top: 2.5rem;
    }

    .pricing-content.company .store-product-tags .learn-more {
        margin-top: 4rem;
    }

    .store-product-tile {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    .store-product-tile .wallaby-logo,
    .store-product-tile .quokka-logo {
        margin-right: 8px;
    }

    .store-product-tile .full-description {
        font-size: .7rem;
        line-height: 1.5rem;
    }

    .store-product-tile .price-item {
        font-size: .85rem;
        line-height: 1.5rem;
        min-height: 65px;
    }

    .store-product-tile .price-item.total .value {
        font-size: 1.3rem;
        letter-spacing: .1rem;
    }

    .store-product-tile .renewalDetailsEntryLine input {
        font-size: .85rem;
    }

    .store-product-tile .price-item.quantity select {
        font-size: .8rem;
        margin-right: -23px;
        padding-left: 18px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-1 {
        margin-right: -23px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-2 {
        margin-right: -16px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-3 {
        margin-right: -8px;
    }

    .store-footer .refund {
        font-size: .7rem;
        letter-spacing: 0.03rem;
        text-align: center;
    }

    .store-product-tag {
        padding-bottom: 1.2rem;
        margin-bottom: 2.2rem;
        font-size: .8rem;
    }

    .store-product-tile .buy-button {
        padding: 10px 15px 10px 15px !important;
        font-size: .9rem !important;
        min-width: 100px;
    }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .why .main-desc h2 {
        font-size: .9rem;
        line-height: 1.6rem;
    }

    .main-video-container ul li {
        font-size: .6rem;
        line-height: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }

    .savings p {
        font-size: 1rem;
        padding-left: 2rem;
    }

    .landing.hero h1 {
        font-size: 1.5rem;
    }

    .oss-header h2 {
        margin-right: 0;
        font-size: 1.3rem;
    }

    .editor-logo img,
    .editor-logo svg {
        margin-bottom: 50px;
    }


    .download .product-link {
        margin-left: 20px;
    }

    .compare-aspect-left-part {
        padding-right: 1.5rem;
    }

    .compare-aspect-right-part {
        padding-left: 1.5rem;
    }

    .diagram-container .compare-aspect-right-part {
        padding-left: 1.5rem;
        padding-right: 0;
    }

    .diagram-container .compare-aspect-left-part {
        padding-left: 0;
        padding-right: 1.5rem;
    }

    .diagram-header {
        font-size: .8rem;
    }

    .gauge-fixed {
        transform: translate(-50%, -87%);
    }

    .compare-score-table {
        min-width: 180px;
    }

    .compare-score-table td {
        font-size: .9rem;
    }

    .compare-section .diagram-image-row,
    .compare-section .diagram-image-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .compare-section .diagram code {
        font-size: 1rem;
    }

    .compare-section p {
        font-size: 16px;
    }

    .tools .selector-header {
        font-size: 1.2rem;
    }

    .tools .dropdown-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tools .btn-outline-primary {
        font-size: .9rem;
    }

    .tools .compare-action a {
        font-size: 1.2rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .buy-button,
    .try-button {
        padding: 12px 45px 12px 45px !important;
    }

    .try-button {
        margin-right: 1.5rem;
    }

    .store-header .store-header-item {
        font-size: .7rem;
    }

    .store-header {
        margin-bottom: 2rem;
    }

    .very-special {
        margin-bottom: 0;
    }

    .store-product-tile-normal,
    .store-product-tile-upgrade {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-top: 2rem;
    }

    .store-product-tile .wallaby-log-text,
    .store-product-tile .wallaby-log-small-text {
        font-size: .9rem;
    }

    .store-product-tile .wallaby-logo,
    .store-product-tile .quokka-logo {
        min-width: 24px;
        height: 24px;
    }

    .store-product-tile .product-checkbox {
        min-width: 24px;
        height: 26px;
    }

    .store-product-tile .all-products,
    .store-product-tile .best-value,
    .store-product-tile .all-products a {
        font-size: .9rem;
    }

    .store-product-tile .wallaby-log-small-text {
        line-height: normal;
    }

    .special-content {
        margin-top: 1rem;
    }

    .special-content .special-item {
        padding-right: 1rem;
    }

    .special-content .special-header {
        font-size: 1rem;
    }

    .special-content .special-desc {
        font-size: 1rem;
    }

    .contact-note {
        font-size: 1.1rem !important;
        margin-top: 2rem;
        margin-bottom: 2rem !important;
    }

    .store-product-tile .price-table-container,
    .pricing-content.company .store-product-tile .price-table-container {
        min-height: 300px;
    }

    .store-product-tags {
        padding-top: 2rem;
        padding-right: 3rem;
        padding-left: 3rem;
        padding-bottom: 1rem;
    }

    .store-product-tags .learn-more {
        font-size: .9rem;
    }

    .pricing-content .store-product-tags .learn-more {
        margin-top: 1.5rem;
    }

    .pricing-content.company .store-product-tags .learn-more {
        margin-top: 1.5rem;
    }

    .store-product-tile {
        padding-top: 1rem;
        padding-right: 2rem;
        padding-left: 2rem;
        padding-bottom: 0.5rem;
    }

    .store-product-tile .wallaby-logo,
    .store-product-tile .quokka-logo {
        margin-right: 8px;
    }

    .store-product-tile .full-description {
        font-size: .7rem;
    }

    .store-product-tile .price-item {
        font-size: .85rem;
        min-height: 45px;
    }

    .store-product-tile .price-item.total .value {
        font-size: 1.3rem;
        letter-spacing: .1rem;
    }

    .store-product-tile .renewalDetailsEntryLine input {
        font-size: .85rem;
    }

    .store-product-tile .price-item.quantity select {
        font-size: .8rem;
        margin-right: -23px;
        padding-left: 18px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-1 {
        margin-right: -23px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-2 {
        margin-right: -16px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-3 {
        margin-right: -8px;
    }

    .store-footer .refund {
        font-size: .8rem;
        letter-spacing: 0.03rem;
        text-align: left;
    }

    .store-product-tag {
        padding-bottom: .7rem;
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }

    .store-product-tile .buy-button {
        padding: 10px 15px 10px 15px !important;
        font-size: .9rem !important;
        min-width: 100px;
    }

    .faq-content {
        margin-top: -2rem;
    }

    .faq-content .faq-header {
        font-size: 1.2rem;
    }

    .faq-content .faq-header span {
        padding-right: 2.5rem;
    }

    .faq-content .expand-button {
        background-size: 20px;
    }

    .career-content .career-header {
        font-size: 1.2rem;
    }

    .career-content .career-header span {
        padding-right: 2.5rem;
    }

    .career-content .expand-button {
        background-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .hero.landing {
        padding-top: 2.5rem;
    }

    .why .main-desc h2 {
        font-size: .9rem;
        line-height: 1.6rem;
    }

    .secondary-page {
        padding-left: 25px;
        padding-right: 25px;
    }

    .secondary-page p,
    .secondary-page li {
        font-size: 1rem;
    }

    .savings {
        padding-top: 2rem;
    }

    .savings p {
        padding-left: unset;
    }

    .why {
        padding-bottom: 2rem;
        padding-top: 1rem;
    }

    .why-point {
        padding-top: 2rem;
    }

    .why p {
        font-size: 1rem;
        margin-top: 2rem;
    }

    .features {
        padding-top: 3rem;
    }

    .features .feature-content {
        padding-bottom: 3rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #roi {
        padding-top: 0;
        padding-bottom: 3rem;
    }

    #customers {
        padding-top: 3rem;
    }

    #customers h3 {
        font-size: 18px;
    }

    .compare-section .row {
        margin-bottom: 1rem;
    }

    .compare-aspect:before,
    .compare-aspect:after {
        height: 32px;
        width: 32px;
    }

    .compare-aspect:before {
        background-size: 32px 32px;
    }

    .compare-aspect:before {
        padding-right: 2.8rem;
    }

    .compare-aspect-left-part {
        padding-right: 0;
        padding-bottom: 1rem;
    }

    .compare-aspect-right-part {
        padding-left: 0;
        margin-bottom: 0;
    }

    .compare-aspect-left-part,
    .compare-aspect-right-part {
        text-align: left;
    }

    .compare-aspect {
        margin-top: 1rem;
        margin-bottom: 2rem;
        font-size: 1.4rem;
    }

    .compare-footer {
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .compare-footer p {
        font-size: 1.1rem !important;
    }

    .compare-header {
        position: relative;
        top: 0;
        padding-bottom: 1rem;
    }

    .compare-section {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .compare-section .diagram {
        max-width: 300px;
    }

    .diagram-container .compare-aspect-left-part {
        padding-right: 0;
        text-align: center;
    }

    .diagram-container .compare-aspect-right-part {
        padding-left: 0;
        text-align: center;
    }

    .compare-footer-header {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        margin-top: 1rem;
        color: #dcdcaa;
    }

    .compare-section .diagram-header {
        font-size: 1rem;
    }

    .compare-section .diagram-image-row {
        padding-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .diagram-container .compare-aspect-right-part {
        margin-top: 2rem;
    }

    .gauge-fixed {
        transform: translate(-50%, -82%);
    }

    .tools .btn-outline-primary {
        font-size: 1.4rem;
    }

    .tools .dropdown-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .tools .selector-header {
        font-size: 1.8rem;
    }

    .tools .compare-desc {
        font-size: 1.4rem;
        margin-top: -3rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .tools .compare-action a {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .tools {
        padding-bottom: 5rem;
        padding-top: 1rem;
    }

    .tools .dropdown {
        margin-bottom: 4rem;
    }

    .dropdown-menu {
        font-size: 1.2rem;
    }

    .tooltip-inner {
        min-width: 200px;
        max-width: 200px;
        font-size: .8rem;
        padding: 1rem 1rem;
    }

    .store-content-row {
        margin-right: 0;
        margin-left: 0;
    }

    .store-header {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

    .very-special p {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: .9rem;
    }

    .store-header .store-header-item {
        border: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .store-product-tile-normal,
    .store-product-tile-upgrade {
        margin-top: 1rem;
    }

    .store-header .store-header-item.selected {
        border: 0;
        color: #62b455;
    }

    .store-header .store-header-item {
        font-size: .9rem;
    }

    .faq-content .faq-item:first-child {
        border-top: rgb(101, 101, 101) 1px solid;
    }

    .faq-content {
        margin-left: 0;
        margin-right: 0;
        margin-top: 1rem;
    }

    .faq-content .faq-header {
        font-size: 1rem;
    }

    .career-content .career-header {
        font-size: 1rem;
    }
}

@media screen and (max-width: 540px) {

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    .hero {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .features .feature-header {
        font-size: 1.2rem;
    }

    .features .feature-content svg {
        height: 1.7rem;
    }

    .customer-details {
        font-size: 16px;
        width: 300px;
        margin-left: -150px;
    }

    .customer-details .side-note {
        font-size: 10px;
    }

    .customer-details div.entry {
        margin-bottom: 22px;
    }

    .buy-button,
    .try-button {
        padding: 10px 40px 10px 40px !important;
        font-size: 18px !important;
    }

    .download-button {
        width: 70%;
    }

    .product-link {
        margin-top: 15px;
    }

    .download {
        margin-bottom: 100px;
    }

    .showAllTweets {
        font-size: 1.2rem;
    }

    .tools .compare-desc {
        font-size: 1.2rem;
        margin-right: 0;
        margin-left: 0;
    }

    .tools .compare-action a {
        font-size: 1.1rem;
        padding-left: .8rem;
        padding-right: .8rem;
    }

    .editors {
        margin-bottom: 2.5rem;
    }

    .editors img {
        margin-left: 10px;
        margin-right: 10px;
    }

    .compare-score-table {
        min-width: 150px;
    }

    .compare-score-table td {
        font-size: .8rem;
    }
}

@media screen and (max-width: 529px) {
    .main-video-container ul li {
        font-size: .55rem;
        line-height: .9rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        word-spacing: 100vw;
    }

    .tweets .tweet {
        max-width: 250px;
        width: 250px;
        margin: auto;
        float: none;
    }

    .editor-logo img,
    .editor-logo svg {
        margin-bottom: 40px;
    }

    .buy-button,
    .try-button {
        padding: 12px 30px 12px 30px !important;
        font-size: 16px !important;
    }

    .store-product-tile .wallaby-log-text,
    .store-product-tile .wallaby-log-small-text {
        font-size: .7rem;
    }

    .store-product-tile .wallaby-logo,
    .store-product-tile .quokka-logo {
        min-width: 19px;
        height: 19px;
    }

    .store-product-tile .product-checkbox {
        min-width: 18px;
        height: 20px;
        margin-right: .6rem;
    }

    .store-product-tile .all-products,
    .store-product-tile .best-value,
    .store-product-tile .all-products a {
        font-size: .7rem;
        letter-spacing: .06rem;
    }

    .store-product-tile .all-products {
        margin-right: -.5rem;
    }

    .store-product-tile .wallaby-log-small-text {
        line-height: normal;
    }

    .special-content {
        margin-top: 0;
    }

    .special-content .special-item {
        padding-right: 2rem;
        padding-left: 2rem;
        text-align: center;
    }

    .special-content .special-header {
        font-size: .8rem;
        padding-right: 1rem;
    }

    .special-content .special-label {
        font-size: .8rem;
        padding: .3rem .7rem;
        min-width: 80px;
    }

    .special-content .special-desc,
    .special-content .special-link {
        font-size: .9rem;
        text-align: center;
    }

    .special-content .special-desc {
        padding-right: 0;
    }

    .contact-note {
        font-size: 1rem !important;
        margin-top: 2rem;
        margin-bottom: 2rem !important;
    }

    .store-product-tile .price-table-container,
    .pricing-content.company .store-product-tile .price-table-container {
        min-height: 300px;
    }

    .store-product-tags {
        padding-top: 2rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        padding-bottom: 1rem;
    }

    .store-product-tags .learn-more {
        font-size: .8rem;
        line-height: 2rem;
    }

    .store-product-tile {
        padding-top: 0.5rem;
        padding-bottom: 0;
    }

    .store-product-tile .wallaby-logo,
    .store-product-tile .quokka-logo {
        margin-right: 8px;
    }

    .store-product-tile .full-description {
        font-size: .7rem;
        line-height: 1.5rem;
    }

    .store-product-tile .price-item {
        font-size: .85rem;
        line-height: 1.5rem;
    }

    .store-product-tile .price-item.total .value {
        font-size: 1.3rem;
        letter-spacing: .1rem;
    }

    .store-product-tile .renewalDetailsEntryLine input {
        font-size: .85rem;
    }

    .store-product-tile .price-item.quantity select {
        font-size: .8rem;
        margin-right: -23px;
        padding-left: 18px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-1 {
        margin-right: -23px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-2 {
        margin-right: -16px;
    }

    .store-product-tile .price-item.quantity select.quantity-select-length-3 {
        margin-right: -8px;
    }

    .store-footer .refund {
        font-size: .7rem;
        letter-spacing: 0.03rem;
        text-align: center;
    }

    .store-product-tag {
        padding-bottom: 1.2rem;
        margin-bottom: 2.2rem;
        font-size: .8rem;
        line-height: 1.6rem;
    }

    .store-product-tile .buy-button {
        padding: 10px 15px 10px 15px !important;
        font-size: .9rem !important;
        min-width: 100px;
    }
}

@media screen and (max-width: 420px) {

    .navbar-brand .wallaby-log-text {
        font-size: 1rem !important;
    }

    .hero h1 {
        padding-right: 0;
        padding-left: 0;
    }

    .why p {
        padding-left: 0;
        padding-right: 0;
    }

    .feature-header sup {
        display: none;
    }

    .try-button {
        margin-right: .8rem;
    }

    .store-product-tile .wallaby-log-text,
    .store-product-tile .wallaby-log-small-text {
        font-size: .6rem;
    }

    .store-product-tile .wallaby-logo,
    .store-product-tile .quokka-logo {
        min-width: 18px;
        height: 18px;
    }

    .store-product-tile .product-checkbox {
        min-width: 18px;
        height: 20px;
        margin-right: .6rem;
    }

    .store-product-tile .all-products,
    .store-product-tile .best-value,
    .store-product-tile .all-products a {
        font-size: .6rem;
        letter-spacing: .03rem;
    }

    .store-product-tile .price-item.total .value {
        font-size: 1rem;
    }

    .store-footer .refund {
        padding-left: 3px;
        padding-right: 3px;
    }

    .modal-content .personal-license-note {
        font-size: 0.8rem;
        margin-bottom: .5rem;
    }

    .compare-score-table {
        min-width: 120px;
    }

    .compare-score-table td {
        font-size: .7rem;
    }
}

@media screen and (max-width: 370px) {
    .compare-section .diagram code {
        display: none;
    }

    .compare-section .diagram-header {
        font-size: 0.8rem;
    }

    .tools .compare-overall-score p {
        font-size: .8rem;
    }

    .gauge {
        width: 100px;
        height: 100px;
    }

    .pricing-content {
        margin-right: -15px;
        margin-left: -15px;
    }

    .store-product-tile .all-products {
        display: none !important;
    }

    .store-product-tile .buy-button {
        padding: 10px 15px 10px 15px !important;
        font-size: .8rem !important;
        min-width: 80px;
    }

    .store-product-tile .wallaby-log-text,
    .store-product-tile .wallaby-log-small-text {
        font-size: 1rem;
    }

    .store-product-tile .wallaby-logo,
    .store-product-tile .quokka-logo {
        min-width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    .store-product-tile .product-checkbox {
        min-width: 28px;
        height: 30px;
        margin-right: 1.2rem;
    }

    .store-product-tile .product-line div:last-child {
        display: none;
    }

    .store-product-tile .value {
        padding-left: 5px;
        padding-right: 0;
    }

    .store-product-tile .price-item div:first-child,
    .store-product-tile .price-item .exactRenewalDiscountLabel,
    .store-product-tile .price-item .unknownRenewalDiscountLabel {
        padding-right: 5px;
        padding-left: 5px;
    }

    .store-product-tile .renewalDetailsEntryLine input {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .special-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .faq-content .faq-header,
    .faq-content p {
        font-size: .9rem;
    }

    .career-content .career-header,
    .career-content p {
        font-size: .9rem;
    }

    .editors img {
        width: 28px;
        margin-left: 7px;
        margin-right: 7px;
    }

    .compare-score-table {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .gauge-fixed {
        max-width: 40px;
    }

    .gauge-fixed span {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 290px) {
    .navbar-brand .version {
        display: none;
    }

    .gauge-fixed {
        display: none;
    }
}

@media screen and (max-height: 800px) {
    .compare-header img {
        max-height: 40px;
    }

    .compare-header {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .compare-header span {
        font-size: .8rem;
    }
}

@media screen and (max-height: 500px) {
    .compare-header {
        position: relative;
        top: inherit;
    }
}

/* BEGIN: Footer Styles */
footer hr {
    border-top: 1px solid rgba(255, 255, 255, .25);
}

.footer-link {
    color: #ebebeb;
}

.footer-section-header {
    color: #999
}

.footer-link:focus,
.footer-link:hover {
    color: #62b455;
    text-decoration: none;
}

.footer-link sup {
    font-size: 0.75rem;
    padding-left: .3rem;
    text-transform: uppercase;
}

a.footer-brand,
a.footer-brand:hover {
    text-decoration: none;
}

.footer-brand {
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #ebebeb !important;
}

.footer-brand .wallaby-log-text {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}

.footer-brand .wallaby-logo,
.footer-brand .dingo-logo {
    min-width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.wallaby-logo {
    background: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='40' height='40'%3E%3Cg%3E%3Cpath d='m 0,20 20,0 0,-20 20,0 0,40 -40,0 z' style='fill:%2362b455;fill-opacity:1;fill-rule:evenodd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
}

.footer-brand .dingo-logo {
    background: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='40' height='40'%3E%3Cg%3E%3Cpath d='m 0,20 20,0 0,-20 20,0 0,40 -40,0 z' style='fill:%2353A6EC;fill-opacity:1;fill-rule:evenodd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
}

footer {
    font-size: 24px;
    background-color: rgb(50, 50, 50);
    color: #ebebeb;
    width: 100%;
}

footer a {
    text-decoration: none;
    outline: 0;
}

.footer-fixed-height {
    line-height: 37px;
}

footer small {
    vertical-align: bottom;
}

footer svg {
    fill: #ebebeb;
    display: inline;
    vertical-align: top;
    margin-left: 25px;
}

footer #mail {
    margin-top: 5px;
    width: 24px;
    height: 28px;
}

footer #gh {
    margin-top: 8px;
    width: 23px;
    height: 23px;
}

footer #tw {
    width: 40px;
    height: 40px;
    margin-left: 16px;
}

footer #fb {
    width: 45px;
    height: 45px;
    margin-top: 7px;
    margin-left: 16px;
}

footer #chat {
    width: 45px;
    height: 45px;
    margin-top: 7px;
    margin-left: 6px;
}

/* END: Footer Styles */

.features-video {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.feature-video {
    background: url("/assets/img/spinner.svg") no-repeat center center;
    background-size: 200px 200px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}

.feature-video canvas {
    padding: 0;
    margin: 0;
    display: block;
}

.feature-video-loaded {
    background: none;
    display: block;
}

.features-video img {
    margin: 0;
    visibility: hidden;
}

.feature-video-loaded img {
    visibility: visible;
}

.features-video img,
.features-video canvas,
.features-video div {
    border-radius: 0;
    outline: none;
    border: 0;
}

div.gifffer-play-button {
    z-index: 10;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(83, 166, 236, 0.8);
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 40px);
}

div.gifffer-play-button-triangle {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #eee;
    position: absolute;
    left: 26px;
    top: 16px;
}

div.gifffer-pause-button {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(83, 166, 236, 0.8);
    position: absolute;
    top: 20px;
    right: 100px;
}

div.gifffer-pause-button-bar1 {
    width: 4px;
    height: 24px;
    background: #eee;
    position: absolute;
    left: 23px;
    top: 18px;
}

div.gifffer-pause-button-bar2 {
    width: 4px;
    height: 24px;
    background: #eee;
    position: absolute;
    left: 33px;
    top: 18px;
}

div.gifffer-fullscreen-button {
    width: 60px;
    height: 60px;
    background: rgba(95, 176, 80, 0.8);
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}

body.dingo div.gifffer-fullscreen-button {
    background: rgba(83, 166, 236, 0.8);
}

div.gifffer-fullscreen-button-part1a {
    width: 10px;
    height: 10px;
    border-top: 4px solid #eee;
    border-left: 4px solid #eee;
    position: absolute;
    left: 18px;
    top: 18px;
}

div.gifffer-fullscreen-button-part2a {
    width: 10px;
    height: 10px;
    border-top: 4px solid #eee;
    border-right: 4px solid #eee;
    position: absolute;
    right: 18px;
    top: 18px;
}

div.gifffer-fullscreen-button-part3a {
    width: 10px;
    height: 10px;
    border-bottom: 4px solid #eee;
    border-left: 4px solid #eee;
    position: absolute;
    left: 18px;
    bottom: 18px;
}

div.gifffer-fullscreen-button-part4a {
    width: 10px;
    height: 10px;
    border-bottom: 4px solid #eee;
    border-right: 4px solid #eee;
    position: absolute;
    right: 18px;
    bottom: 18px;
}

.dingo-free {
    fill: #FF7353;
    color: #FF7353;
}

.dingo-docs {
    font-size: 1.1rem;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #62b455;
    background-color: #62b455;
    background-image: linear-gradient(rgb(95, 176, 80), rgb(68, 135, 68));
}

.webinar-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(188, 103, 0, 0.95);
    color: white;
    z-index: 1500;
    font-size: 1.25rem;
}

.webinar-banner .close {
    color: white;
    font-size: 2rem !important;
}

.webinar-banner a {
    color: white;
    text-decoration: underline;
}

.webinar-banner-footer-spacer {
    height: 100px;
}

@media screen and (max-width: 992px) {
    .webinar-banner {
        font-size: 1.1rem;
    }

    .webinar-banner .close {
        font-size: 1.75rem !important;
    }
}

@media screen and (max-width: 768px) {
    .webinar-banner {
        font-size: 0.95rem;
    }

    .webinar-banner .close {
        font-size: 1.75rem !important;
    }
}

/* BEGIN: Styles for Sale*/

.fixed-top-sale {
    top: 68px;
}

.main-sale {
    padding-top: 136px;
}

.sale-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #62b455;
    color: white;
    z-index: 1500;
    font-size: 1.1rem;
    font-weight: bold;
    height: 68px;
    letter-spacing: .1rem;
}

.sale-title {
    text-transform: uppercase;
}

.sale-banner .close {
    color: white;
    font-size: 1.8rem !important;
    line-height: 0.5;
}

.sale-banner a {
    color: white;
}

.sale-banner-footer-spacer {
    height: 100px;
}

.sale-margin {
    margin-left: 1rem;
}

.sale-banner .close {
    padding-bottom: 0.25rem;
}

.sale-break {
    display: none;
}

@media screen and (max-width: 1024px) {
    .sale-banner {
        font-size: 1.75vw;
    }

    .sale-margin {
        font-size: 1.75vw;
    }

    .sale-banner .close {
        font-size: 1.75rem !important;
        padding-bottom: 0.36rem;
    }

    .sale-break {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .sale-container {
        display: flex;
    }

    .sale-banner,
    .sale-margin {
        font-size: 2.34vw;
        letter-spacing: .3vw;
    }

    .sale-margin {
        margin: 0;
        display: block;
    }

    .sale-banner .close {
        margin-left: 2vw;
        font-size: 5.6vw !important;
    }
}

@media screen and (max-width: 500px) {
    .sale-banner {
        font-size: 0.8rem;
        letter-spacing: 0.05rem;
    }

    .sale-title,
    .sale-countdown {
        font-size: 0.8rem;
        letter-spacing: 0.05rem;
    }

    .sale-title,
    .sale-countdown {
        margin-right: 5vw;
    }
}

@media screen and (max-width: 300px) {
    .sale-banner {
        font-size: 0.8rem;
        letter-spacing: 0;
        line-height: 1.2rem;
    }

    .sale-title,
    .sale-countdown {
        font-size: 0.8rem;
        letter-spacing: 0;
    }

    .sale-countdown {
        display: inline-block;
        clear: left;
    }

    .sale-title,
    .sale-countdown {
        margin-right: 0.5rem;
    }
}

/* BEGIN: End for Sale*/


.webinar-agenda sup {
    color: #FF9800;
    font-weight: bold;
    padding-left: .4rem;
    font-size: 0.7rem;
    text-transform: uppercase;
}

/* FIREWORKS */

.fireworks-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2000;
    pointer-events: none;
}

.fireworks-stage-container {
    overflow: hidden;
    box-sizing: initial;
    border: 1px solid #222;
    margin: -1px;
    pointer-events: none;
}

@media (max-width: 840px) {
    .fireworks-stage-container {
        border: none;
        margin: 0;
    }
}

.fireworks-canvas-container {
    width: 100%;
    height: 100%;
    transition: filter 0.3s;
}

.fireworks-canvas-container canvas {
    position: absolute;
    mix-blend-mode: lighten;
    transform: translateZ(0);
}