@import url('https://fonts.googleapis.com/css2?family=Cormorant&family=Open+Sans:wght@400;700&display=swap');
html, body {
    padding: 0;
    margin: 0;
    /*font-family: 'Cormorant', serif;*/
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    font-size: 18px;
}

p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.container {
    box-sizing: border-box;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.dot {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    background: url('images/glitch.svg');
    background-size: 100% 100%;
    z-index: 330;
}
.back {
    display:inline-flex;
    justify-content: center;
}
.back a {
    color: #000;
    text-decoration:none;
    align-items: center;
}
.back svg {
    transform: scaleX(-1);
    margin-right: 5px;
}
/* menu styles */

#menu .container {
    border-top: 5px solid #ff3423;
    background: linear-gradient(180deg, rgba(0, 0, 0, .9), transparent);
    max-width: 1440px;
}

#menu .flex {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

#menu .flex .item1 {
    display: flex;
    align-items: center;
    position: relative;
}

#menu .flex .item1 a {
    display: block;
    position: relative;
    z-index: 1;
    padding: 5px 0;
}

#menu .flex .item1 a img {
    width: 400px;
}

.vendor-logo {
    display: flex;
    justify-content: center;
    margin: 55px auto 80px auto;
}

.happy__header {
    font-family: 'Cormorant', serif;
    font-size: 88px;
    font-weight: 600;
    text-align:center;
    padding-bottom: 35px;
}
.happy__header span {
    font-size: 120px;
}

.happy__title {
    font-family: 'Cormorant', serif;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 2px #000 solid;
}
.happy__title b {
    font-family: 'Cormorant', serif;
    font-weight: 600;
}
.happy__cards {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px #000 solid;
}
.happy__cards .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 108px;
}
.happy__cards .item:last-child {
    margin-bottom:0;
}
.happy__cards .item:nth-child(even) {
    flex-direction: row-reverse;
}
.happy__cards--item > a {
    display: flex;
}
.card-image {
    position: relative;
    overflow: hidden;
    padding:40px 40px 0 0;
}
.card-image img {
    padding:0 0 0 40px;
    background: #fff;
    width: calc(100% - 40px);
    position: relative;
    z-index:2;
}
.card-image::before {
    border: 1px #000 solid;
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: calc(100% - 1px);
    display: block;
    height: calc(100% - 40px);
}
.name-section {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.name-section .name {
    font-size: 64px;
    font-family: 'Cormorant', serif;
    color: #000;
    font-weight: 700;
    margin-bottom: 90px;
    text-align: center;
}
.happy__cards .item:nth-child(even) .card-image  {
    padding:40px 0 0 40px;
}
.happy__cards .item:nth-child(even) .card-image::before{
    left: unset;
    right: -1px;
}
.happy__cards .item:nth-child(even) .card-image img {
    padding:0 40px 0 0;
}
.interview {
    background-color: #EBEBEB;
    padding: 22px;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.interview svg {
    margin-left: 16px;
}
/* Content */
.content h2 {
    font-family: 'Cormorant', serif;
    font-size: 64px;
    font-weight: 700;
    padding-bottom: 70px;
    text-align: center;
    margin:0;
}
.d-flex {
    display: flex;
    justify-content: space-between;
}
.narrow-width {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display:block;
}
.text-center {
    text-align: center;
}
.pos-r {
    position: relative;
}
.pos-a {
    position: absolute;
}
.pb-6 {
    padding-bottom: 90px;
}
.pb-3 {
    padding-bottom: 70px;
}
.mb-1 {
    margin-bottom: 40px;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 40%;
}
.col-7 {
    width: 60%;
}
.col-8 {
    width: 75%;
}
.col-4 {
    width: 25%;
}

.content .col-6:nth-child(odd), .content .col-5:nth-child(odd), .content .col-7:nth-child(odd) {
    padding-right: 11px;
}
.content .col-6:nth-child(even), .content .col-5:nth-child(even), .content .col-7:nth-child(even) {
    padding-left: 11px;
}
.content .size-sm {
    font-size: 24px;
}
.content .size-md {
    font-size: 32px;
}
.first-capital::first-letter {
    font-size: 150%;
}
.content p {
    padding-bottom: 60px;
}
.content p:last-child, .content p:only-child {
    padding-bottom:0;
}
.feature {
    margin-bottom: 90px;
}
.description-overlay {
    background: #EBEBEB;
    padding: 52px 24px 48px 24px;
    font-size: 20px;
    font-style: italic;
}
.expand-left {
    width: 200%;
    left: calc(-100% - 20px);
    z-index:2;
}
.expand-right {
    left: 0;
    z-index:2;
}
.flex-stable {
    flex-grow: 1;
}
.w-100 {
    width: 100%;
}
.w-110 {
    width: 110%;
}
.w-120 {
    width: 120%;
}
.w-150 {
    width: 150%;
}
.w-200 {
    width: 200%;
}
.image-legend {
    padding: 24px 0 0 24px;
}
.image-legend p {
    margin:0;
    padding:0;
}
.legend-right {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.question {
    font-weight: 700;
}
.justify-content-center {
    justify-content: center;
}
.content p.question, .content p.answer {
    padding-bottom: 23px;
}
.n-t-3 {
    top: -30px;
}
.pr-6 {
    padding-right: 150px;
}
.resume {
    font-style: italic;
    font-size:24px;
}
/* footer styles */
#footer .container {
    background-color: #000;
    color: #fff;
    font-family: HelveticaNeue, Arial, serif;
    padding: 32px 0;
}
.interview-image .interview-image__description{
    font-style: italic;
    font-size: 24px;
}

#footer .flex {
    display: flex;
}
.
#footer .logo {
    padding: 2px 0;
    margin-left: 90px;
    margin-right: 160px;
}

#footer img {
    height: 40px;
}

#footer .spec {
    display: flex;
    text-transform: uppercase;
    align-items: center;
}

#footer .spec .item1 {
    display: flex;
    align-items: center;
    margin-top: -10px;
}

#footer .spec .item1 img {
    margin: 0 16px;
}

#footer .copy {
    font-size: 14px;
    margin-top: 24px;
}
.hidden-sm {
    display: none!important;
}


@media screen and (max-width: 428px){
    .container {
        padding: 0 20px;
    }
    .hidden-xs {
        display:none;
    }
    .hidden-sm {
        display: inline-flex!important;
    }
    .pos-center {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .vendor-logo {
        width: 77px;
        margin: 33px auto;
    }
    .vendor-logo img {
        width: 100%;
    }
    .happy__header {
        font-size:40px;
        padding-bottom: 16px;
    }
    .happy__header span {
        font-size:48px;
    }
    .happy__cards {
        padding-bottom:70px;
        margin-bottom: 45px;
    }
    .happy__title {
        font-size: 14px;
        padding-bottom: 40px;
        margin-bottom: 24px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .happy__cards .item {
        flex-direction: column-reverse!important;
        margin-bottom: 64px;
    }
    .name-section {
        width: auto;
        display: block;
    }
    .name-section .name {
        padding-bottom:24px;
        border-bottom: 1px #000 solid;
        margin-bottom: 12px;
        font-size: 36px;
        display: block;
        margin-left: -20px;
        margin-right: -20px;
    }

    .card-image {
        padding:0;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom:20px;
    }
    .card-image::before {
        display:none;
    }
    .card-image img {
        padding:0;
        width: auto;
        max-width: 100%;
    }
    .happy__cards .item:nth-child(even) .card-image {
        padding:0;
    }
    .content h2 {
        font-size: 36px;
        padding-bottom: 32px;
    }
    .d-flex {
        display: block;
    }
    .col-6, .col-5, .col-7, .col-4, .col-8 {
        width: auto;
    }
    .content .col-6:nth-child(odd),
    .content .col-6:nth-child(even),
    .content .col-5:nth-child(odd),
    .content .col-5:nth-child(even),
    .content .col-7:nth-child(odd),
    .content .col-7:nth-child(even) {
        padding:0;
    }
    .pos-a {
        position:relative;
        bottom: unset!important;
        right: unset!important;
        left: unset!important;
        top: unset!important;
    }
    .expand-left {
        width: auto;
        left: unset;
    }
    .resume {
        font-size: 16px;
    }
    .content .size-sm {
        font-size: 14px;
    }
    .content .size-md {
        font-size: 18px;
    }
    .content p, .pb-6, .pb-3 {
        padding-bottom: 30px;
    }
    .interview-image {
        margin-top: 30px;
    }
    .interview-image img {
        max-width: 100%;
    }
    .interview-image .interview-image__description {
        font-size: 14px;
    }
    .narrow-width {
        width: auto;
    }
    .w-100, .w-110, .w-120, .w-150 {
        width: auto;
        max-width: 100%;
    }
    .description-overlay {
        font-size:16px;
        padding: 15px 20px;
        margin-left: -20px!important;
        margin-right: -20px!important;
        text-align: center;
    }
    .image-legend p {
        margin: 0;
        padding: 0;
    }
    .expand-image {
        margin-left: -20px;
        margin-right: -20px;
    }
    .m-flex {
        display: flex;
    }
    .m-flex.m-flex-col-reverse {
        flex-direction: column-reverse;
    }
    .feature {
        margin-bottom: 40px;
    }
    .pr-6 {
        padding-right: 0;
    }
    #footer .flex {
        flex-direction: column;
        align-items: center;
    }
}
