#cursorMessageDiv {
    position: absolute;
    z-index: 9999999999;
    background: #525252 !important;
    color: #fff;
    padding: 9px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 5px;
    float: right;
    display: none;
    font-family: "Avenir Next";
    font-size: 12px !important;
    border-radius: 3px !important;
    border: 0 !important;
    text-shadow: 0 0 0 #000 !important
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

button {
    cursor: pointer
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input.emailRequired {
    border: 2px solid red !important
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --main-dark: #02263B;
    --main-light: #FFFFFF;
    --accent-1-color: #2ED1A5;
    --accent-2-color: #FF7F11;
    --accent-3-color: #E94F37;
    --accent-4-color: #E75A7C;
    --divider-color: #EFF1F0;
    --grey-100: #EFF1F0;
    --mineral-green: #3E605A
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--main-light);
}

h1 {
    margin: 0;
    font-weight: 700;
    padding-bottom: 12px;
    text-align: center
}

h2 {
    text-align: center
}

h3 {
    text-align: center;
    font-weight: 500
}

h5 {
    text-align: center
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin: 0
}

.dark {
    background-color: var(--main-dark);
    color: var(--main-light)
}

.dark a {
    color: var(--main-light)
}

.button {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid var(--main-dark);
    text-align: center;
    line-height: 24px
}

.button:hover {
    opacity: .8
}

.primary.button {
    color: var(--main-dark);
    background-color: var(--accent-1-color);
    border-color: var(--accent-1-color);
    cursor: pointer
}

.primary.button:hover {
    opacity: .9
}

.borderless {
    border: 0
}

.dark .button {
    border: 1px solid var(--main-light)
}

.dark .primary.button {
    border-color: var(--accent-1-color)
}

.dark .burger {
    width: 48px;
    overflow: hidden;
    text-indent: -200px;
    background-image: url(../img/dev-test/hamburger.svg);
    background-repeat: no-repeat;
    background-position: center
}

.rounded {
    border-radius: 6px
}

.navbar {
    display: flex;
    justify-content: space-between
}

a {
    text-decoration: none
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.job-banner {
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid var(--accent-1-color);
    animation-duration: 18s;
    animation-iteration-count: infinite
}

.job-title {
    display: block;
    position: absolute;
    animation-duration: 18s;
    animation-iteration-count: infinite
}

.job-title-2 {
    animation-delay: 2s
}

.job-title-3 {
    animation-delay: 4s
}

.job-title-4 {
    animation-delay: 6s
}

.job-title-5 {
    animation-delay: 8s
}

.job-title-6 {
    animation-delay: 10s
}

.job-title-7 {
    animation-delay: 12s
}

.job-title-8 {
    animation-delay: 14s
}

.job-title-9 {
    animation-delay: 16s
}

.trial-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0;
    padding: 20px
}

.trial-form a {
    background-color: var(--accent-1-color);
    flex-grow: 1;
    border-radius: 6px;
    color: #fff
}

.trial-form button:hover {
    opacity: .9
}

span.underline {
    border-bottom: 3px solid var(--accent-1-color)
}

.testimonials {
    border-bottom: 1px solid var(--divider-color);
    background-color: #fff;
}

.testimonials-logos {
    display: flex;
    row-gap: 50px;
    flex-wrap: wrap
}

.testimonials-logos a {
    display: block;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    text-indent: -500px
}

.logo-microsoft {
    width: 150px;
    background-image: url(../img/dev-test/logo-microsoft.svg)
}

.logo-intel {
    width: 60px;
    background-image: url(../img/dev-test/logo-intel.svg)
}

.logo-dovetail {
    width: 132px;
    background-image: url(../img/dev-test/logo-dovetail.svg)
}

.logo-autodesk {
    width: 144px;
    background-image: url(../img/dev-test/logo-autodesk.svg)
}

.logo-awardco {
    width: 53px;
    background-image: url(../img/dev-test/logo-awardco.svg)
}

.logo-virtusa {
    width: 105px;
    background-image: url(../img/dev-test/logo-virtusa.svg)
}

.logo-apex {
    width: 138px;
    background-image: url(../img/dev-test/logo-apex.svg)
}

.logo-pwc {
    width: 63px;
    background-image: url(../img/dev-test/logo-pwc.svg)
}

.logo-fullstack-academy {
    width: 152px;
    background-image: url(../img/dev-test/logo-fullstack-academy.svg)
}

.logo-meetup {
    width: 123px;
    background-image: url(../img/dev-test/logo-meetup.svg)
}

.logo-bridgestone {
    width: 167px;
    background-image: url(../img/dev-test/logo-bridgestone.svg)
}

.logo-loom {
    width: 119px;
    background-image: url(../img/dev-test/logo-loom.svg)
}

.cheatingDetection aside:first-child {
    float: left;
    width: 55%;
    margin-left: 20px
}

.cheatingDetection aside:first-child h2 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 95px;
    line-height: 42px
}

.cheatingDetection aside:first-child p {
    margin-top: 27px;
    opacity: .75;
    line-height: 29px;
    margin-bottom: 34px;
    font-size: 15px
}

.cheatingDetection aside:first-child a {
    color: #1ec1a4;
    display: block;
    font-weight: 500;
    margin-top: 14px;
    font-size: 15px
}

.cheatingDetection aside:last-child {
    float: right;
    width: 33%;
    margin-top: 86px;
    margin-right: 20px
}

.cheatingDetection aside:last-child img {
    float: right;
    width: 100%
}

.icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin: 0 0 0 0;
    position: relative;
    top: -2px
}

.appended.icon {
    margin: 0 0 0 10px
}

.icon.play {
    background-image: url(../img/dev-test/icon-play.svg)
}

.icon.arrow {
    background-image: url(../img/dev-test/icon-arrow.svg)
}

.dark .icon.arrow {
    background-image: url(../img/dev-test/icon-arrow-light.svg)
}

.icon.star {
    background-image: url(../img/dev-test/icon-star.svg)
}

.icon.plus {
    background-image: url(../img/dev-test/icon-plus.svg)
}

.publications {
    background-color: var(--main-dark)
}

.publication-logos {
    display: flex;
    row-gap: 64px;
    flex-wrap: wrap;
    justify-content: space-between
}

.publication-logos a {
    display: block;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    text-indent: -500px
}

.logo-forbes {
    background-image: url(../img/dev-test/logo-forbes.svg);
    width: 96px
}

.logo-business-insider {
    background-image: url(../img/dev-test/logo-business-insider.svg);
    width: 101px
}

.logo-yahoo {
    background-image: url(../img/dev-test/logo-yahoo.svg);
    width: 115px
}

.logo-washington-post {
    background-image: url(../img/dev-test/logo-washington-post.svg);
    width: 194px
}

.logo-built-in {
    background-image: url(../img/dev-test/logo-built-in.svg);
    width: 86px
}

.logo-venture-beat {
    background-image: url(../img/dev-test/logo-venture-beat.svg);
    width: 170px
}

.logo-entrepreneur {
    background-image: url(../img/dev-test/logo-entrepreneur.svg);
    width: 163px
}

.reviews {
    display: flex;
    justify-content: space-around
}

.review .logo {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto 20px
}

.review .logo-g2 {
    background-image: url(../img/dev-test/logo-g2.svg)
}

.review .logo-capterra {
    background-image: url(../img/dev-test/logo-capterra.svg)
}

.publications {
    background-repeat: no-repeat;
    background-position: center center
}

.review .stars {
    text-align: center;
    margin: 0 0 10px;
    font-weight: 400
}

.review .stars .icon {
    width: 16px;
    height: 16px;
    margin: 0 1px
}

.review .stars b {
    padding-right: 7px;
    font-weight: 500
}

.review .description {
    font-weight: 400
}

.review .description b {
    font-weight: 500
}

.compareLinks {
    margin-top: 22px;
    opacity: .8
}

.compareLinks a {
    font-size: 14px;
    color: #26b18b
}

.compareLinks a:hover {
    opacity: .8
}

.feature {
    border: 1px solid #dbe0e7;
    border-radius: 6px;
    box-shadow: 0 2px 5px #e6e6e6;
    background: #f6f8fb
}

.interviewEditorFeatures .feature.white h5:last-child {
    margin-top: 27px
}

.feature.white {
    background: #fff;
    border-radius: 15px
}

.feature.white h3 {
    font-size: 18px;
    margin-bottom: 29px
}

.feature.white h3 a {
    color: var(--main-dark)
}

.feature.white h3:hover {
    text-decoration: underline
}

.feature.white h5 {
    margin-bottom: 13px;
    padding-bottom: 0;
    height: auto !important;
    line-height: 19px
}

.feature.white h5:last-child {
    margin-bottom: 0
}

.feature.white h5 a {
    color: var(--main-dark)
}

.feature.white h5 a:hover {
    background-color: #dbf4f4;
    padding: 6px 11px;
    border-radius: 12px;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear
}

.header-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 25px;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat
}

.code-editor{color: var(--main-dark);}

.code-editor .header-icon {
    background-color: var(--accent-1-color);
    background-image: url(../img/dev-test/icon-code-editor.svg)
}

.spreadsheet .header-icon {
    background-color: var(--accent-3-color);
    background-image: url(../img/dev-test/icon-spreadsheet.svg)
}

.jupyter-notebook .header-icon {
    background-color: var(--accent-1-color);
    background-image: url(../img/dev-test/icon-jupyter-notebook.svg)
}

.copywriting .header-icon {
    background-color: var(--accent-2-color);
    background-image: url(../img/dev-test/icon-copywriting.svg)
}

.whiteboard .header-icon {
    background-color: var(--accent-4-color);
    background-image: url(../img/dev-test/icon-whiteboard.svg)
}

.text-response .header-icon {
    background-color: var(--accent-2-color);
    background-image: url(../img/dev-test/icon-text-response.svg)
}

.multiple-choice .header-icon {
    background-color: var(--accent-4-color);
    background-image: url(../img/dev-test/icon-multiple-choice.svg)
}

.take-home .header-icon {
    background-color: var(--accent-1-color);
    background-image: url(../img/dev-test/icon-take-home-project.svg)
}

.video-response .header-icon {
    background-color: var(--accent-3-color);
    background-image: url(../img/dev-test/icon-video-response.svg)
}

.codePlayback .header-icon {
    background-color: var(--accent-3-color);
    background-image: url(../img/dev-test/codeplayback.svg)
}

.intellisense .header-icon {
    background-color: var(--accent-3-color);
    background-image: url(../img/dev-test/icon-intellisense.svg)
}

.mobileEmulator .header-icon {
    background-color: var(--accent-4-color);
    background-image: url(../img/dev-test/icon-mobile.svg)
}

.reports .header-icon {
    background-color: var(--accent-2-color);
    background-image: url(../img/dev-test/icon-whiteboard.svg)
}

.languages {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px
}

.editorLangsImageBelow {
    width: 100%
}

.language-chip {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 12px;
    height: 36px;
    border: 1px solid #cbcfcc;
    border-radius: 18px;
    display: flex;
    gap: 5px;
    background: #fff
}

.language-chip img {
    width: 20px;
    height: 18px;
    display: block;
    margin-right: 2px
}

.language-chip span {
    display: block
}

.purpose {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0 10px
}

.purpose span {
    border-radius: 18px;
    padding: 8px 12px;
    background-color: #dde1e8
}

.exclusive-badge {
    color: var(--accent-2-color);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 0
}

.fancy-divider {
    background-image: url(../img/dev-test/divider.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.unique-solutions .header-icon {
    background-color: var(--accent-3-color);
    background-image: url(../img/dev-test/icon-unique-solutions.svg)
}

.title-masking .header-icon {
    background-color: var(--accent-1-color);
    background-image: url(../img/dev-test/icon-title-masking.svg)
}

.reference-search .header-icon {
    background-color: var(--accent-2-color);
    background-image: url(../img/dev-test/icon-reference.svg)
}

.copy-paste .header-icon {
    background-color: var(--accent-2-color);
    background-image: url(../img/dev-test/icon-copy-paste.svg)
}

.plagiarism .header-icon {
    background-color: var(--accent-4-color);
    background-image: url(../img/dev-test/icon-plagiarism.svg)
}

.playback .header-icon {
    background-color: var(--accent-1-color);
    background-image: url(../img/dev-test/icon-playback.svg)
}

.faq .rounded,
.tools .rounded,
.cheating-detection .rounded,
.main-points .rounded {
    border-radius: 12px
}

.tools .rounded.button,
.main-points .rounded.button,
.cheating-detection .rounded.button {
    border-radius: 6px
}

.tools {
    background-color: #f1f3f3
}

.tools .items {
    display: flex;
    flex-direction: column
}

.tools .tool {
    background-color: var(--main-light);
    padding: 32px
}

.tool-logo {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    height: 40px;
    overflow: hidden;
    text-indent: -500px
}

.workable {
    background-image: url(../img/dev-test/logo-workable.svg)
}

.greenhouse {
    background-image: url(../img/dev-test/logo-greenhouse.svg)
}

.slack {
    background-image: url(../img/dev-test/logo-slack.svg)
}

.bullhorn {
    background-image: url(../img/dev-test/logo-bullhorn.svg)
}

.breezy {
    background-image: url(../img/dev-test/logo-breezy.svg)
}

.zoho {
    background-image: url(../img/dev-test/logo-zoho.svg)
}

.tools .tool p {
    font-size: 14px;
    text-align: center;
    font-weight: 400
}

.tools .tool .buttons {
    padding: 30px 0 0;
    display: flex;
    justify-content: space-evenly
}

.different .main-points .point {
    padding: 32px;
    border: 1px solid #dbe0e7;
    border-radius: 6px;
    box-shadow: 0 2px 5px #e6e6e6;
    background: #f6f8fb
}

.experience .header-icon {
    background-color: var(--accent-2-color);
    background-image: url(../img/dev-test/icon-candidate-experience.svg)
}

.experience .score {
    color: var(--accent-2-color)
}

.pricing .header-icon {
    background-color: var(--accent-1-color);
    background-image: url(../img/dev-test/icon-pricing.svg)
}

.pricing .score {
    color: var(--accent-1-color)
}

.all-in-one .header-icon {
    background-color: var(--accent-4-color);
    background-image: url(../img/dev-test/icon-all-in-one.svg)
}

.all-in-one .score {
    color: var(--accent-4-color)
}

.point .score {
    display: flex;
    justify-content: center
}

.point .score .number {
    font-size: 36px;
    font-weight: 600;
    text-align: right
}

.point .score .value {
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    padding-top: 12px
}

.different .point .description {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px
}

.summary .key-points {
    display: flex;
    gap: 32px
}

.summary .key-points .point {
    font-size: 19px;
    font-weight: 600;
    padding: 0 32px 0 96px;
    position: relative;
    line-height: 25px
}

.summary .key-points .point:before {
    display: block;
    content: '';
    border-radius: 6px;
    width: 56px;
    height: 56px;
    background-color: var(--accent-1-color);
    background-image: url(../img/dev-test/icon-check-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0
}

.tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.tags .group {
    width: 318px
}

.tags .group h3 {
    font-size: 24px;
    font-weight: 700
}

.tags .group ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.question-mark {
    display: inline-block;
    border: 1px solid var(--main-dark);
    width: 15px;
    height: 15px;
    border-radius: 9px;
    text-align: center;
    margin: 0 2px;
    font-size: 11px;
    margin-left: 4px;
    opacity: .7
}

.question-mark:hover {
    opacity: 1
}

.question {
    padding: 30px 30px 30px 60px;
    margin-bottom: 28px;
    position: relative;
    border: 1px solid #dbe0e7;
    border-radius: 6px;
    box-shadow: 0 2px 5px #e6e6e6;
    background: #fafbfc
}

.question.active {
    border: 1px solid var(--main-dark)
}

.question h3 {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 0 10px;
    margin: 0
}

.answer {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0 0
}

.question .toggler {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 30px
}

.question .toggler:before {
    display: block;
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background-color: var(--accent-1-color);
    top: 7px
}

.question.active .toggler:before {
    background-color: var(--accent-4-color)
}

.question .toggler:after {
    display: block;
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    background-color: var(--accent-1-color);
    left: 7px
}

.question.active .toggler:after {
    display: none
}

.footer .art {
    background-image: url(../img/dev-test/footer-people.svg);
    background-size: cover
}


.info .legal {
    padding: 34px 0
}

.info .legal a {
    color: var(--mineral-green);
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 500;
    opacity: .8
}

.info .legal a:hover {
    opacity: 1
}

.info .social {
    display: flex;
    justify-content: center;
    gap: 4px
}

.info .social a {
    display: block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid var(--grey-100);
    border-radius: 24px;
    margin-left: 3px;
    opacity: 1
}

.info .social a:hover {
    opacity: .7
}

.info .copy {
    padding-top: 40px
}

.info .copy p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--mineral-green)
}

h1 {
    font-size: 28px;
    line-height: 34px;
    padding: 30px 20px
}

h5 {
    font-size: 16px;
    padding: 0 50px
}

.content-wrapper {
    max-width: 540px;
    margin: 0 auto;
    padding: 24px
}

.desktop-only {
    display: none !important
}

.button {
    color: var(--main-dark);
    display: block;
    padding: 14px 20px 13px
}

.navbar {
    height: 80px;
    padding: 16px 24px
}

.navbar .button {
    font-size: 14px;
    font-weight: 500
}

.intro {
    background-image: url(../img/dev-test/mobile/illustration.png);
    background-repeat: no-repeat;
    background-position: center 12px;
    padding-top: 347px
}

.intro h1 {
    text-align: center
}

.intro p {
    text-align: center;
    max-width: 340px;
    margin: 10px auto;
    letter-spacing: .2px
}

.job-banner {
    height: 38px;
    width: 305px;
    margin: 0 auto;
    text-align: center;
    animation-duration: 18s;
    animation-name: jobs-border;
    animation-iteration-count: infinite
}

.job-title {
    animation-name: jobs;
    top: 38px
}

@keyframes jobs-border {
    from {
        width: 305px
    }

    10% {
        width: 305px
    }

    11% {
        width: 221px
    }

    22% {
        width: 221px
    }

    23% {
        width: 285px
    }

    33% {
        width: 285px
    }

    34% {
        width: 273px
    }

    44% {
        width: 273px
    }

    45% {
        width: 271px
    }

    55% {
        width: 271px
    }

    56% {
        width: 320px
    }

    66% {
        width: 320px
    }

    67% {
        width: 201px
    }

    77% {
        width: 201px
    }

    78% {
        width: 322px
    }

    88% {
        width: 322px
    }

    89% {
        width: 271px
    }

    99% {
        width: 271px
    }

    to {
        width: 305px
    }
}

@keyframes jobs {
    from {
        top: 38px;
        display: none
    }

    1% {
        top: 38px;
        display: block
    }

    2% {
        top: 0;
        display: block
    }

    10% {
        top: 0;
        display: block
    }

    11% {
        top: 38px;
        display: block
    }

    12% {
        top: 38px;
        display: none
    }

    to {
        top: 38px;
        display: none
    }
}

.trial-form {
    max-width: 540px;
    margin: 0 auto
}

.trial-form input,
.trial-form button {
    height: 54px;
    padding: 19px
}

.testimonials {
    padding-bottom: 30px
}

.testimonials-text p {
    width: 400px;
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
    color: var(--main-dark);
}

.testimonials-logos {
    justify-content: space-between;
    column-gap: 60px
}

.evaluation .watch-video {
    margin: 30px 0
}

.evaluation .videos .video {
    height: 370px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 0 35px
}

.video-assessments .video {
    background-image: url(../img/dev-test/interviews.png)
}

.video-assessments .video img {
    width: 720px;
    margin-left: -80px;
    margin-right: 70px
}

.video-interviews .video img {
    width: 720px;
    margin-right: -80px;
    margin-left: 60px
}

.video-interviews {
    padding: 40px 0
}

.video-interviews .video {
    background-image: url(../img/dev-test/assessments.png)
}

h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 16px
}

.evaluation .videos h5 {
    font-size: 16px;
    color: var(--accent-2-color)
}

.evaluation .videos .description {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 24px
}

.evaluation .videos .description p {
    text-align: center;
    font-size: 17px
}

.evaluation .videos .description ul {
    margin: 0;
    padding: 16px 0 26px
}

.evaluation .videos .description li {
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 15px;
    list-style-type: none;
    line-height: 38px;
    background-image: url(../img/dev-test/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center left
}

.evaluation.no-check .videos .description li {
    padding: 0;
    background-image: none;
    margin-bottom: 3px
}

.evaluation.no-check .videos .description li a {
    color: #26b18b;
    opacity: .8
}

.evaluation.no-check .videos .description li a:hover {
    opacity: 1
}

.evaluation .videos .description p,
.evaluation .videos .description li {
    font-weight: 500
}

.publications {
    background-image: url(../img/dev-test/rings.svg);
    height: 441px
}

.publications h2 {
    width: 300px;
    margin: 0 auto;
    padding: 40px 0 60px
}

.publication-logos {
    padding-bottom: 50px
}

.feature-wrapper h2 {
    padding: 30px 0 20px
}

.feature-wrapper h3 {
    padding: 0 0 20px
}

.feature {
    padding: 32px;
    margin: 0 0 15px;
    color: var(--main-dark);
}

.point h3,
.feature h3 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px;
    padding: 0
}

.feature h3 a {
    color: var(--main-dark)
}

.feature h3:hover {
    text-decoration: underline
}

.point h5,
.feature h5,
.measure h5 {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0 0 20px
}

.feature.short h5 {
    padding: 0
}

.feature .button,
.measure .button {
    padding: 10px;
    margin: 20px 0 0;
    font-size: 14px
}

.measure .button:hover {
    opacity: .8
}

.get-started h2 {
    margin: 0 0 30px
}

.get-started p {
    margin: 0 auto 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 18px
}

.get-started .trial-form {
    padding: 20px 0
}

.get-started .trial-form input,
.get-started .trial-form button {
    height: 48px;
    padding: 9px 19px;
    font-size: 15px
}

.get-started .trial-form input {
    border: 1px solid var(--accent-1-color)
}

.get-started .trial-form button {
    font-weight: 600
}

.fancy-divider {
    height: 80px
}

.measures .section {
    margin-top: 51px;
    padding: 48px 15px 15px
}

.measures .section h2 {
    padding: 30px;
    margin: 0;
    font-size: 24px;
    font-weight: 500
}

.measures .section .measure {
    background-color: #06324B
}

.measures .section .measure {
    padding: 32px
}

.measures .section .measure {
    margin-bottom: 28px
}

.cheating-detection {
    padding-bottom: 50px
}

.tools {
    padding: 64px 0
}

.tools .items {
    gap: 15px;
    padding-bottom: 46px
}

.tools .tool .button {
    font-size: 14px;
    padding: 12px 20px 11px
}

.tools .tool .button .icon {
    height: 14px;
    width: 14px;
    margin-right: 5px
}

.different {
    padding: 64px 0
}

.different .main-points {
    display: flex;
    gap: 33px;
    flex-direction: column
}

.different .point .buttons {
    padding: 35px 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.different .point .buttons .button {
    font-size: 15px;
    padding: 12px 20px 11px
}

.different .point .buttons .button .icon {
    display: none
}

.experience .number {
    width: 100px
}

.experience .value {
    width: 150px
}

.pricing .number {
    width: 110px
}

.pricing .value {
    width: 70px
}

.all-in-one .number {
    width: 100px
}

.all-in-one .value {
    width: 170px
}

.summary h2 {
    padding: 0 0 50px;
    margin: 0
}

.summary .key-points {
    flex-direction: column;
    padding: 0
}

.summary .key-points .point {
    padding: 0 0 0 96px
}

.tags {
    padding: 30px 0 0
}

.tags .group h3 {
    text-align: left;
    padding: 15px 0;
    margin: 0
}

.tags .group li {
    padding: 5px 0
}

.footer .art {
    height: 142px
}

.info {
    text-align: center;
    padding: 64px 0
}

@media screen and (min-width:1200px) {
    h1 {
        font-weight: 700;
        font-size: 52px;
        line-height: 57px;
        padding: 70px 60px 20px
    }

    h2 {
        font-size: 40px;
        line-height: 46px
    }

    h5 {
        font-size: 18px
    }

    .desktop-only {
        display: block !important
    }

    .navbar {
        height: 128px;
        padding: 44px 128px
    }

    .navbar .button {
        font-size: 16px;
        font-weight: 500;
        padding: 20px 24px
    }

    .content-wrapper {
        padding: 0 128px;
        max-width: 1600px;
        margin: 0 auto
    }

    .button {
        padding: 20px 28px 16px;
        font-size: 18px
    }

    .intro {
        background-image: none;
        padding-top: 0
    }

    .intro-wrapper {
        display: flex;
        justify-content: space-between
    }

    .intro-text {
        width: 540px;
        padding-top: 120px
    }

    .intro-text h1 {
        text-align: left;
        padding: 0 0 12px;
        width: 600px;
        font-size: 40px
    }

    .intro-text p {
        text-align: left;
        max-width: 540px;
        line-height: 30px;
        margin: 40px 0;
        opacity: .8;
        margin-top: 16px;
        font-size: 18px
    }

    .job-banner {
        height: 62px;
        margin: 0;
        width: auto;
        text-align: left;
        animation-name: jobs-border-desktop
    }

    .job-title {
        animation-name: jobs-desktop;
        top: 62px
    }

    @keyframes jobs-border-desktop {
        from {
            width: 517px
        }

        10% {
            width: 517px
        }

        11% {
            width: 360px
        }

        22% {
            width: 360px
        }

        23% {
            width: 470px
        }

        33% {
            width: 470px
        }

        34% {
            width: 450px
        }

        44% {
            width: 450px
        }

        45% {
            width: 450px
        }

        55% {
            width: 450px
        }

        56% {
            width: 544px
        }

        66% {
            width: 544px
        }

        67% {
            width: 330px
        }

        77% {
            width: 330px
        }

        78% {
            width: 546px
        }

        88% {
            width: 546px
        }

        89% {
            width: 456px
        }

        99% {
            width: 456px
        }

        to {
            width: 517px
        }
    }

    @keyframes jobs-desktop {
        from {
            top: 62px;
            display: none
        }

        1% {
            top: 62px;
            display: block
        }

        2% {
            top: 0;
            display: block
        }

        10% {
            top: 0;
            display: block
        }

        11% {
            top: 62px;
            display: block
        }

        12% {
            top: 62px;
            display: none
        }

        to {
            top: 62px;
            display: none
        }
    }

    .trial-form {
        max-width: 540px;
        margin: 40px 0;
        padding: 0
    }

    .trial-form input,
    .trial-form button {
        height: 64px;
        padding: 21px
    }

    .testimonials {
        padding-bottom: 70px
    }

    .testimonials-text {
        margin: 0;
        padding: 0;
        height: 96px;
        background-image: url(../img/dev-test/divider.png), linear-gradient(25deg, rgba(255, 255, 255, 0) 60%, var(--main-dark) 60%);
        background-repeat: no-repeat;
        background-position: 60% top;
        position: relative
    }

    .testimonials-text.specialGray {
        background-image: url(../img/dev-test/divider.png), linear-gradient(25deg, rgb(241 243 243) 60%, var(--main-dark) 60%)
    }

    .testimonial-test.specialWhite {
        background-image: url(../img/dev-test/divider.png), linear-gradient(25deg, rgb(255 255 255) 60%, var(--main-dark) 60%)
    }

    .testimonials-text p {
        width: 1600px;
        margin: 0 auto;
        padding: 72px 128px 0;
        font-weight: 500;
        font-size: 18px;
        text-align: left
    }

    .testimonials-logos {
        padding-top: 68px;
        justify-content: space-evenly;
        column-gap: 80px
    }

    .evaluation .watch-video {
        margin: 0 auto;
        width: 240px
    }

    .video-assessments,
    .video-interviews {
        padding: 0 128px;
        max-width: 1600px;
        height: 680px;
        margin: 0 auto;
        display: flex;
        margin-bottom: 30px
    }

    .video-assessments .video,
    .video-interviews .video {
        background: none
    }

    .video-assessments video,
    .video-interviews video {
        position: relative
    }

    .video-assessments video {
        left: -120px
    }

    .video-interviews video {
        right: -100px
    }

    .video-interviews {
        flex-direction: row-reverse
    }

    .evaluation .videos h2 {
        text-align: left
    }

    .evaluation .videos h5 {
        text-align: left;
        padding: 0
    }

    .evaluation .videos .description p {
        text-align: left
    }

    .evaluation .videos .description {
        max-width: none;
        margin: 0;
        padding: 83px 0 0
    }

    .publications {
        background-image: url(../img/dev-test/rings.svg);
        height: 531px
    }

    .publications h2 {
        width: auto;
        text-align: center;
        margin: 0;
        padding: 115px 0 90px
    }

    .reviews {
        justify-content: center;
        gap: 30px
    }

    .review {
        overflow: hidden;
        width: 250px
    }

    .review .logo {
        float: left;
        margin-right: 20px
    }

    .review .stars {
        text-align: left
    }

    .publication-logos {
        padding-bottom: 90px
    }

    .feature {
        padding: 40px 25px;
        margin: 0
    }

    .measure .button,
    .feature .button {
        width: 185px;
        padding: 18px;
        margin: 25px auto 0;
        font-size: 16px;
        text-align: center
    }

    .feature:not(.short) h5 {
        height: 50px;
        padding-bottom: 0
    }

    .feature .button .icon,
    .measure .button .icon {
        margin: 0
    }

    .features {
        padding-top: 24px;
        flex-wrap: wrap;
        display: flex;
        gap: 24px
    }

    .features .feature {
        width: 318px
    }

    .features .feature.sample {
        width: 331px
    }

    .features.threeGrid .feature {
        width: 431px
    }

    .features.threeGrid .feature .button {
        margin-top: 10px
    }

    .features.threeGrid .feature h5 {
        padding: 0 41px
    }

    .features.nowrap {
        flex-wrap: nowrap !important
    }

    .exclusive-badge-placeholder {
        height: 22px
    }

    .feature-wrapper>h2 {
        text-align: center;
        padding: 81px 50px 30px
    }

    .feature-wrapper>h3 {
        font-size: 27px;
        font-weight: 600
    }

    .get-started {
        padding: 120px;
        padding-bottom: 100px
    }

    .get-started h2 {
        text-align: center;
        font-size: 52px;
        font-weight: 700;
        line-height: 60px
    }

    .get-started p {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 30px
    }

    .get-started .trial-form {
        width: 540px;
        margin: 0 auto
    }

    .get-started .trial-form input,
    .get-started .trial-form button {
        height: 64px;
        padding: 22px 19px
    }

    .fancy-divider {
        height: 200px
    }

    .measures {
        display: flex
    }

    .measures .section {
        width: 671px
    }

    .measure h5 {
        line-height: 20px;
        height: 40px;
        width: 85%;
        margin: 0 auto
    }

    .cheating-detection>h2 {
        padding: 100px 50px 20px;
        margin: 0
    }

    .measures .section h2 {
        font-size: 32px;
        font-weight: 700
    }

    .point h3,
    .measure h3 {
        font-size: 24px
    }

    .cheating-detection {
        padding-bottom: 120px
    }

    .tools {
        padding: 90px 0
    }

    .tools .items {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
        padding-top: 40px
    }

    .tools .tool {
        width: 655px;
        padding: 40px
    }

    .tools .tool .buttons {
        justify-content: left
    }

    .tools .tool .tool-logo {
        background-position: center left
    }

    .tools .tool p {
        font-size: 15px;
        text-align: left
    }

    .all-integrations {
        margin: 0 auto;
        width: 300px
    }

    .different h2 {
        padding-bottom: 30px
    }

    .different .point .description-placeholder {
        height: 25px
    }

    .different .main-points {
        display: flex;
        gap: 33px;
        flex-direction: row
    }

    .point .score .number {
        font-size: 56px
    }

    .point .score .value {
        font-size: 16px;
        line-height: 20px
    }

    .experience .number {
        width: 160px
    }

    .experience .value {
        width: 160px
    }

    .pricing .number {
        width: 170px
    }

    .pricing .value {
        width: 80px
    }

    .all-in-one .number {
        width: 150px
    }

    .all-in-one .value {
        width: 190px
    }

    .different .point .buttons .button {
        text-align: left;
        padding: 14px 20px 13px
    }

    .different .point .buttons .button .icon {
        margin: 0;
        display: block;
        float: right
    }

    .summary .key-points {
        flex-direction: row;
        padding: 50px 0
    }

    .tags .group {
        width: 285px
    }

    .summary h2 {
        padding: 30px 0;
        margin: 0
    }

    .tags {
        row-gap: 50px;
        margin-bottom: 100px
    }

    .tags .group li {
        padding: 9px 0;
        font-weight: 500;
        opacity: .7;
        font-size: 14px
    }

    .faq h2 {
        font-size: 56px;
        padding: 50px
    }

    .question {
        padding: 40px
    }

    .question h3 {
        font-size: 24px
    }

    .question .answer {
        font-size: 15px;
        line-height: 26px;
        opacity: .9
    }

    .question .answer a {
        color: #26b18b
    }

    .question .answer strong {
        font-weight: 600
    }

    .question .toggler {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 40px;
        top: 36px
    }

    .question .toggler:before {
        width: 24px;
        top: 11px
    }

    .question .toggler:after {
        height: 24px;
        left: 11px
    }

    .footer .art {
        margin-top: 120px;
        height: 347px
    }

    .footer .info {
        height: 327px;
        position: relative
    }

    .footer .info .logo {
        position: absolute;
        left: 0;
        top: 80px
    }

    .footer .info .social {
        position: absolute;
        right: 0;
        top: 80px
    }

    .footer .info .copy {
        position: absolute;
        width: 27%;
        left: 0;
        bottom: 80px;
        text-align: left;
        padding: 0
    }

    .footer .info .copy p {
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        opacity: .7
    }

    .footer .legal {
        position: absolute;
        width: 740px;
        padding: 0;
        display: flex;
        justify-content: right;
        gap: 40px;
        right: 0;
        bottom: 80px;
        font-size: 16px;
        font-weight: 500
    }

    .footer .legal a {
        margin: 0
    }

    .footer .info:after {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: var(--grey-100);
        top: 168px
    }
}

.intro-video {
    position: relative
}

.intro-video.with-image img {
    width: 100%
}

.intro-video .preloadedImage {
    width: 83%;
    height: auto;
    float: right;
    margin-right: 2px
}

.intro-video .playButtonOverlay {
    width: 165px;
    position: absolute;
    top: 44%;
    left: 50%;
    cursor: pointer;
    opacity: .85
}

.intro-video .playButtonOverlay:hover {
    opacity: 1
}

@media screen and (min-width:1200px) and (max-width:1599px) {
    .content-wrapper {
        max-width: 1200px
    }

    .content-wrapper.largerWidth {
        max-width: 1500px
    }

    .content-wrapper.largerWidthAboveFold {
        max-width: 1400px
    }

    .content-wrapper.largerWidthAboveFold .intro-text {
        padding-top: 90px
    }

    .features .feature {
        width: 23.4% !important
    }

    .intro {
        height: 670px
    }

    .intro-wrapper {
        padding: 0 64px;
        overflow: hidden
    }

    .intro-text {
        width: 510px
    }

    .intro-video .preloadedImage {
        width: 645px
    }

    .intro-video .playButtonOverlay {
        left: 42%
    }

    .intro-video.with-image {
        width: 650px !important;
        margin-left: 50px !important;
        margin-top: 70px !important;
        overflow: auto
    }

    .testimonials-text p {
        width: 740px;
        margin: 0 auto;
        padding: 36px 0 0 64px;
        position: relative;
        left: -305px;
        font-size: 16px
    }

    .video-assessments,
    .video-interviews {
        max-width: 1360px
    }

    .video-assessments .video img,
    .video-interviews .video img {
        width: 560px;
        margin-top: 50px
    }

    .evaluation.no-check .videos .description li {
        font-size: 13px
    }

    .video-assessments,
    .video-interviews {
        height: 580px
    }

    .evaluation .videos .description {
        padding: 70px 0 0
    }

    .videos {
        padding-bottom: 50px
    }

    .video-assessments video,
    .video-interviews video {
        width: 520px
    }

    .feature-wrapper {
        padding: 0 91px
    }

    .features {
        justify-content: center
    }

    .cheating-detection {
        padding: 0 64px
    }

    .measures .section {
        width: 530px
    }

    .tools {
        margin-top: 80px
    }

    .tools .content-wrapper {
        margin: 0 auto
    }

    .tools .tool {
        width: 460px
    }

    .different .content-wrapper {
        margin: 0 auto;
        max-width: initial;
        padding: 0 64px
    }

    .footer .content-wrapper {
        max-width: initial
    }

    .footer .art {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat
    }
}

.external-link {
    overflow: hidden;
    text-indent: -100px;
    background-image: url(../img/dev-test/external-link.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block
}

.icon.big-green-arrow {
    background-image: url(../img/dev-test/icon-big-green-arrow.svg)
}

.trial h2 {
    margin: 0;
    padding: 120px 0 74px
}

.trial table {
    width: 100%
}

.trial table th {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    height: 50px;
    vertical-align: top
}

.trial table a {
    color: var(--main-dark)
}

.trial table tr.role th {
    border-top: 1px solid var(--main-dark);
    height: 82px;
    vertical-align: middle;
    color: var(--accent-1-color);
    text-align: left;
    font-weight: 700;
    font-size: 20px
}

.trial table td {
    height: 64px;
    font-weight: 700;
    font-size: 16px;
    color: var(--main-light);
}

.trial table td:first-child {
    padding-left: 24px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.trial table td:not(:first-child) {
    text-align: center
}

.trial table td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.trial table tr.odd td {
    background-color: rgba(239, 241, 240, .5)
}

@media screen and (min-width:1200px) {
    .trial table th {
        font-size: 24px;
        height: 50px
    }

    .trial table a {
        color: var(--main-light);
    }

    .trial table tr.role th {
        height: 112px;
        font-size: 32px
    }
}

#pricing{color: var(--main-dark);}

.stripeBillingPart {
    display: flex;
    flex-wrap: wrap
}

.pricing-toggle {
    margin-top: 45px;
    margin-bottom: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.pricing-tier-schedule {
    text-align: center;
    transition: color 0.2s ease-in
}

.pricing-tier-schedule h2 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 28px
}

.pricing-tier-schedule div {
    font-size: 15px;
    margin-top: -2px
}

#pricing h1 {
    font-size: 36px;
    line-height: 49px;
    padding: 0 130px
}

.pricing-tier-toggler {
    margin-left: 70px;
    margin-right: 70px;
    width: 80px;
    height: 44px;
    cursor: pointer;
    background: rgba(27, 49, 61, .05);
    position: relative;
    border-radius: 12px
}

.pricing-tier-toggler:after {
    content: '';
    position: absolute;
    top: 6px;
    transform: translateX(4px);
    height: 32px;
    width: 40px;
    background-image: url(../img/dev-test/pricing-toggle.png);
    background-repeat: no-repeat;
    transition: transform 0.2s ease-in
}

.pricing-toggle.annual .pricing-tier-toggler:after {
    transform: translateX(calc(100% - 6px))
}

.pricing-toggle.monthly .pricing-tier-schedule:first-child {
    color: var(--secondary-color)
}

.pricing-toggle.annual .pricing-tier-schedule:last-child {
    color: var(--secondary-color)
}

.pricing-tiers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 50px
}

.pricing-tier {
    background-color: #fff;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 36px 51px;
    margin-right: 33px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 93%
}

.pricing-tier:last-child {
    margin-right: 0
}

.pricing-tier h1 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 30px
}

.pricing-tier h3 {
    color: rgba(27, 49, 61, .5);
    margin-top: 0;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: left
}

.pricing-tier h2 {
    margin-top: 0;
    margin-bottom: 36px
}

.pricing-tier h2 small {
    margin-left: 15px;
    font-size: 60%;
    opacity: .7
}

.pricing-tier.elite h1,
.pricing-tier.elite h2 {
    color: var(--tertiary-color)
}

.tier-features {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column
}

.tier-features li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    min-height: 25px
}

.tier-features li span:not(.feature-info) {
    flex-grow: 1;
    padding-right: 100px;
    color: rgb(27 49 61 / 62%);
    font-size: 14px;
    font-weight: 600;
    margin-top: 1px
}

@media screen and (min-width:1200px) and (max-width:1599px) {
    .tier-features li span:not(.feature-info) {
        padding-right: 50px
    }
}

.tier-features li span.selected {
    color: #13C5A5
}

.tier-features li img {
    margin-right: 24px;
    flex-shrink: 0;
    width: 19px
}

.pricing-tier.elite p.more {
    margin-top: -10px;
    margin-bottom: 19px;
    font-size: 14px
}

.tier-features .feature-info {
    border-radius: 50%;
    background-color: #b4ebdc;
    color: #fff;
    font-weight: 700;
    width: 16px;
    height: 16px;
    font-size: 11px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    margin-top: 3px
}

.questions{
    color: var(--main-dark);
}

.feature-info-gray {
    border-radius: 50%;
    background-color: #cecece;
    color: #fff;
    font-weight: 700;
    width: 16px;
    line-height: 17px;
    height: 16px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: 3px;
    vertical-align: 1px
}

.pricing-tier-top h2 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-size: 23px
}

.pricing-tier-top ul.priceDarkToggle {
    overflow: auto;
    margin-bottom: 27px;
    padding-left: 0;
    margin-top: 0;
    list-style-type: none
}

.pricing-tier-top ul.priceDarkToggle li {
    color: rgb(0 0 0 / 50%);
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    letter-spacing: .1px;
    font-weight: 600;
    border-right: 0;
    float: left;
    margin: 0;
    font-size: 12px;
    padding: 7px 14px;
    cursor: pointer
}

.pricing-tier-top ul.priceDarkToggle span.switchToPPC {
    margin-top: 8px;
    display: inline-block;
    font-size: 13px;
    margin-left: 15px
}

.pricing-tier-top ul.priceDarkToggle span.switchToPPC a {
    color: #26b18b;
    opacity: .8
}

.pricing-tier-top ul.priceDarkToggle span.switchToPPC a:hover {
    opacity: 1
}

.pricing-tier-top ul.priceDarkToggle li:not(.active):hover {
    opacity: .8
}

.pricing-tier-top ul.priceDarkToggle li:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pricing-tier-top ul.priceDarkToggle li:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: 1px solid #e6e6e6
}

.pricing-tier-top ul.priceDarkToggle li.active {
    background: #5ccfb0;
    color: #fff;
    border-color: #49bb9b
}

.pricing-tier-top.add-ons {
    width: 500px
}

.pricing-tier-top.add-ons h3 {
    margin-top: 1px
}

.pricing-tier-top.add-ons li {
    cursor: pointer;
    position: relative;
    opacity: .6;
    margin-bottom: 20px;
    min-height: auto
}

.pricing-tier-top.add-ons li:last-child {
    border-top: 2px dashed #e6e6e6;
    margin-top: 12px;
    padding-top: 22px
}

.pricing-tier-top.add-ons li img {
    margin-right: 13px;
    margin-top: 0
}

.saveOnAllAddOns {
    position: absolute;
    right: 160px;
    background: #73c6f7;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 9px;
    margin-top: -4px
}

.pricingBottom {
    background: #E6EFF4;
    box-shadow: 0 2px 2px rgb(213 217 224 / 73%);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 44px 51px;
    display: flex;
    flex-direction: row;
    width: 93%;
    margin-left: 47px
}

.bottom-price {
    margin-top: 8px !important;
    padding-top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0 !important;
    margin-bottom: 0
}

.bottom-price small {
    margin-left: 14px;
    font-size: 18px;
    color: #90989c;
    margin-top: 2px
}

.signup-cta {
    width: 100%;
    margin: 0
}

.signup-cta .signup-text {
    margin-top: 24px;
    color: rgba(27, 49, 61, .5);
    text-align: center;
    font-size: 12px
}

.signup-cta .btn {
    width: 177px;
    float: right
}

@media (max-width:1080px) {
    .pricing-tiers {
        flex-direction: column;
        align-items: center
    }

    .pricing-tier {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 700px
    }
}

@media (max-width:640px) {
    .pricing-tier-toggler {
        margin-right: 20px;
        margin-left: 20px
    }

    .pricing-tier {
        width: 100%;
        max-width: 100%;
        padding: 30px
    }

    .pricingEmail {
        width: 100% !important
    }

    .signup-cta .btn {
        margin-top: 19px;
        width: 100%
    }

    .faq-question {
        padding-right: 0
    }

    #mainNav {
        background: #032538 !important
    }
}

.ppcLink {
    text-align: center;
    margin-top: 54px;
    margin-bottom: 0;
    font-size: 16px;
    color: gray
}