:root {
    --scrollColorFadeSpeed: 0.75s;
    --colorChangeSpeed: 0.3s;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.01em;
    opacity: 0;
    transition: opacity var(--colorChangeSpeed) linear, background-color var(--scrollColorFadeSpeed) ease, color var(--scrollColorFadeSpeed) ease;
}

section {
    overflow: auto;
}

.container {
    max-width: 1440px;
    box-sizing: border-box;
    margin: 110px auto 90px;
    padding: 0 80px;
    /*overflow: auto;*/
    position: relative;
}

.container:after {
    display: table;
    clear: both;
    content: '';
}

a {
    text-decoration: none;
    color: var(--green);
}

a:hover {
    cursor: pointer;
    color: var(--deloitteGreen);
}

h1, h2, h22, h3, h4, h5 {
    margin: 0;
    font-weight: 600;
}

h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -0.04em;
}

h2 {
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -0.04em;
}

h22 {
    font-size: 46px;
    line-height: 56px;
    letter-spacing: -0.03em;
    display: block;
}

h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.03em;
}

h4, #littleLessTaxing .LHS a:after {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.03em;
}

h5 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
}

img {
    border-radius: 4px;
    position: relative;
}

.LHS, .RHS {
    width: 45%;
    position: relative;
}

.LHS {
    float: left;
}

.RHS {
    float: right;
}

.textOval {
    border-radius: 20px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    letter-spacing: -0.02em;
    padding: 11px 20px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.chooseDeloitte {
    padding: 10px;
    text-decoration: none !important;
    font-weight: 600;
    transition: all var(--colorChangeSpeed) linear;
}

.introText {
    width: 90%;
    padding-top: 40px;
}

.grayRectangle {
    position: absolute;
}

.testimonial {
    font-size: 24px;
    line-height: 34px;
    margin: 0 auto;
    clear: both;
    width: 646px;
    text-align: center;
}

.testimonialByLine {
    font-size: 16px;
    letter-spacing: -0.02em;
}

.quote {
    padding: 25px 0 20px;
}

.grabbing, body.grabbing #whyDeloitte #dragger {
    cursor: grabbing;
}

.notAllowed, body.notAllowed #whyDeloitte #dragger {
    cursor: not-allowed;
}

.opaque:before {
    opacity: 1 !important;
}