/* global */

body {
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    --color-primary: #384CBC;
    --color-secondary: #ffffff;
    --color-accent: #ccae05;
    --font-color: #151b25;
    --off-color: #f0f0f0;
    font-family: 'Roboto', sans-serif;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* end of global */

@media(min-width: 1366px) {
    .first-fold {
        position: relative;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        margin: 0;
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }
    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
    }
    .article-container {
        width: 700px;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    .article-left iframe {
        width: 100%;
        height: 500px;
    }
    .article-right {
        position: relative;
        width: 30%;
        margin: 20px 0;
    }
    .rightside-wrapper {
        position: sticky;
        top: 95px;
        right: 0;
    }
    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left div {
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        font-weight: 400;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.7;
        margin: 10px 0;
    }
    .article-left strong {
        font-weight: 500;
    }
    .article-left a {
        font-family: 'Roboto', sans-serif;
        font-size: inherit;
        font-weight: 500;
        color: var(--color-primary);
        text-decoration: underline;
        line-height: inherit;
    }
    .article-left a:hover {
        text-decoration: underline;
    }
    .article-left h1,
    .article-left h1 span {
        font-size: 20px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h2,
    .article-left h2 span {
        font-size: 23px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h3,
    .article-left h3 span {
        font-size: 22px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h4,
    .article-left h4 span {
        font-size: 21px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .reading-guide {
        box-sizing: border-box;
        display: block;
        width: 100%;
        background-color: var(--font-color);
        margin: 0;
        padding: 20px 0 40px 20px;
        border-top: 4px solid var(--color-primary);
    }
    .reading-guide h3 {
        font-family: obviously-wide, sans-serif;
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--color-primary);
        margin: 0 0 20px 0;
    }
    .guide-item {
        position: relative;
        border-left: 1px solid var(--off-color);
        height: 65px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .guide-item:hover .read-heading {
        color: var(--color-primary);
    }
    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }
    .guide-text span:nth-child(1) {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: var(--color-secondary);
        margin: 0;
        transition: 0.2s all ease-out;
    }
    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: var(--off-color);
        height: 1px;
        margin: 0;
    }
    .recommended-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin: 0 auto;
    }
    .recommended-item {
        position: relative;
        width: 100%;
    }
    .recommended-image {
        cursor: pointer;
        border-radius: 10px;
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .recommended-content {
        padding: 20px 0;
    }
    .recommended-read-tag {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: var(--font-color);
        margin: 0;
    }
    .recommended-read-tag span {
        color: var(--color-primary);
    }
    .recommended-title {
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        text-decoration: none;
        color: var(--color-primary);
        font-size: 20px;
        font-weight: 600;
        margin: 5px 0;
    }
    .recommended-title:hover {
        text-decoration: underline;
    }
    .recommended-description {
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        line-height: 1.5;
        opacity: 0.7;
        margin: 0;
    }
    .recommended-button {
        display: inline-block;
        margin: 15px 0;
        padding: 10px 30px;
        border-radius: 2px;
        background-color: var(--color-primary);
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        text-decoration: none;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .first-fold {
        position: relative;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        margin: 0;
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }
    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
    }
    .article-container {
        width: 700px;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    .article-left iframe {
        width: 100%;
        height: 500px;
    }
    .article-right {
        position: relative;
        width: 30%;
        margin: 20px 0;
    }
    .rightside-wrapper {
        position: sticky;
        top: 90px;
        right: 0;
    }
    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left div {
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        font-weight: 400;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.7;
        margin: 10px 0;
    }
    .article-left strong {
        font-weight: 500;
    }
    .article-left a {
        font-family: 'Roboto', sans-serif;
        font-size: inherit;
        font-weight: 500;
        color: var(--color-primary);
        text-decoration: underline;
        line-height: inherit;
    }
    .article-left a:hover {
        text-decoration: underline;
    }
    .article-left h1,
    .article-left h1 span {
        font-size: 20px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h2,
    .article-left h2 span {
        font-size: 23px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h3,
    .article-left h3 span {
        font-size: 22px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h4,
    .article-left h4 span {
        font-size: 21px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .reading-guide {
        box-sizing: border-box;
        display: block;
        width: 100%;
        background-color: var(--font-color);
        margin: 0;
        padding: 20px 0 40px 20px;
        border-top: 4px solid var(--color-primary);
    }
    .reading-guide h3 {
        font-family: obviously-wide, sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--color-primary);
        margin: 0 0 20px 0;
    }
    .guide-item {
        position: relative;
        border-left: 1px solid var(--off-color);
        height: 65px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .guide-item:hover .read-heading {
        color: var(--color-primary);
    }
    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }
    .guide-text span:nth-child(1) {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: var(--color-secondary);
        margin: 0;
        transition: 0.2s all ease-out;
    }
    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: var(--off-color);
        height: 1px;
        margin: 0;
    }
    .recommended-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        margin: 0 auto;
    }
    .recommended-item {
        position: relative;
        width: 100%;
    }
    .recommended-image {
        cursor: pointer;
        border-radius: 10px;
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .recommended-content {
        padding: 20px 0;
    }
    .recommended-read-tag {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: var(--font-color);
        margin: 0;
    }
    .recommended-read-tag span {
        color: var(--color-primary);
    }
    .recommended-title {
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        text-decoration: none;
        color: var(--color-primary);
        font-size: 20px;
        font-weight: 600;
        margin: 5px 0;
    }
    .recommended-title:hover {
        text-decoration: underline;
    }
    .recommended-description {
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        line-height: 1.5;
        opacity: 0.7;
        margin: 0;
    }
    .recommended-button {
        display: inline-block;
        margin: 15px 0;
        padding: 10px 30px;
        border-radius: 2px;
        background-color: var(--color-primary);
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        text-decoration: none;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .first-fold {
        position: relative;
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 10px;
        text-align: center;
        margin: 0;
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }
    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.85);
    }
    .article-container {
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    .article-left iframe {
        width: 100%;
        height: 500px;
    }
    .article-right {
        position: relative;
        width: 30%;
        margin: 20px 0;
    }
    .rightside-wrapper {
        position: sticky;
        top: 90px;
        right: 0;
    }
    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left div {
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        font-weight: 400;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.7;
        margin: 10px 0;
    }
    .article-left strong {
        font-weight: 500;
    }
    .article-left a {
        font-family: 'Roboto', sans-serif;
        font-size: inherit;
        font-weight: 500;
        color: var(--color-primary);
        text-decoration: underline;
        line-height: inherit;
    }
    .article-left a:hover {
        text-decoration: underline;
    }
    .article-left h1,
    .article-left h1 span {
        font-size: 20px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h2,
    .article-left h2 span {
        font-size: 23px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h3,
    .article-left h3 span {
        font-size: 22px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h4,
    .article-left h4 span {
        font-size: 21px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .reading-guide {
        box-sizing: border-box;
        display: block;
        width: 100%;
        background-color: var(--font-color);
        margin: 0;
        padding: 15px 0 30px 15px;
        border-top: 4px solid var(--color-primary);
    }
    .reading-guide h3 {
        font-family: obviously-wide, sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--color-primary);
        margin: 0 0 15px 0;
    }
    .guide-item {
        position: relative;
        border-left: 1px solid var(--off-color);
        height: 65px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .guide-item:hover .read-heading {
        color: var(--color-primary);
    }
    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }
    .guide-text span:nth-child(1) {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: var(--color-secondary);
        margin: 0;
        transition: 0.2s all ease-out;
    }
    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: var(--off-color);
        height: 1px;
        margin: 0;
    }
    .recommended-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
        margin: 0 auto;
    }
    .recommended-item {
        position: relative;
        width: 100%;
    }
    .recommended-image {
        cursor: pointer;
        border-radius: 10px;
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .recommended-content {
        padding: 20px 0;
    }
    .recommended-read-tag {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: var(--font-color);
        margin: 0;
    }
    .recommended-read-tag span {
        color: var(--color-primary);
    }
    .recommended-title {
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        text-decoration: none;
        color: var(--color-primary);
        font-size: 20px;
        font-weight: 600;
        margin: 5px 0;
    }
    .recommended-title:hover {
        text-decoration: underline;
    }
    .recommended-description {
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        line-height: 1.5;
        opacity: 0.7;
        margin: 0;
    }
    .recommended-button {
        display: inline-block;
        margin: 15px 0;
        padding: 10px 30px;
        border-radius: 2px;
        background-color: var(--color-primary);
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        text-decoration: none;
    }
}

@media(max-width: 769px) {
    .first-fold {
        position: relative;
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0 0 0;
        height: 350px;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .first-fold h1 {
        font-family: eb-garamond, serif;
        text-transform: uppercase;
        letter-spacing: 5px;
        text-align: center;
        margin: 5px auto;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.85);
    }
    .first-fold h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin: 5px auto;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.95);
    }
    .article-container {
        width: 100%;
        margin: 0 auto;
        /* max-width: 100%; */
        /* display: flex; */
        /* flex-direction: column; */
        /* justify-content: flex-start; */
    }
    .article-left {
        width: 100%;
        margin: 0 !important;
        padding: 0;
    }
    .article-left iframe {
        width: 100%;
        height: 500px;
    }
    .article-right {
        display: none;
        width: 100%;
        margin: 15px 0;
    }
    .rightside-wrapper {
        position: relative;
        /* top: 0; */
        /* right: 0; */
    }
    .article-left,
    .article-left span,
    .article-left div,
    .article-left td,
    .article-left p,
    .article-left div {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: var(--font-color);
        overflow-wrap: break-word;
        max-width: 100%;
        line-height: 1.7;
        margin: 10px 0;
    }
    .article-left strong {
        font-weight: 500;
    }
    .article-left a {
        font-family: 'Roboto', sans-serif;
        font-size: inherit;
        font-weight: 500;
        color: var(--color-primary);
        text-decoration: underline;
        line-height: inherit;
    }
    .article-left a:hover {
        text-decoration: underline;
    }
    .article-left h1,
    .article-left h1 span {
        font-size: 18px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h2,
    .article-left h2 span {
        font-size: 23px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h3,
    .article-left h3 span {
        font-size: 22px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .article-left h4,
    .article-left h4 span {
        font-size: 21px;
        font-weight: 500;
        color: var(--color-primary);
        margin: 10px 0;
    }
    .reading-guide {
        box-sizing: border-box;
        display: none;
        width: 100%;
        background-color: var(--font-color);
        margin: 0;
        padding: 15px 0 30px 15px;
        border-top: 4px solid var(--color-primary);
    }
    .reading-guide h3 {
        font-family: obviously-wide, sans-serif;
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--color-primary);
        margin: 0 0 15px 0;
    }
    .guide-item {
        position: relative;
        border-left: 1px solid var(--off-color);
        height: 65px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .guide-item:hover .read-heading {
        color: var(--color-primary);
    }
    .guide-text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }
    .guide-text span:nth-child(1) {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: var(--color-secondary);
        margin: 0;
        transition: 0.2s all ease-out;
    }
    .guide-divider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 95%;
        border: none;
        background-color: var(--off-color);
        height: 1px;
        margin: 0;
    }
    .recommended-container {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
        margin: 0 auto;
    }
    .recommended-item {
        position: relative;
        width: 100%;
    }
    .recommended-image {
        cursor: pointer;
        border-radius: 10px;
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .recommended-content {
        padding: 20px 0;
    }
    .recommended-read-tag {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: var(--font-color);
        margin: 0;
    }
    .recommended-read-tag span {
        color: var(--color-primary);
    }
    .recommended-title {
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        text-decoration: none;
        color: var(--color-primary);
        font-size: 20px;
        font-weight: 600;
        margin: 5px 0;
    }
    .recommended-title:hover {
        text-decoration: underline;
    }
    .recommended-description {
        font-size: 15px;
        font-weight: 500;
        color: var(--font-color);
        line-height: 1.5;
        opacity: 0.7;
        margin: 0;
    }
    .recommended-button {
        display: inline-block;
        margin: 15px 0;
        padding: 10px 30px;
        border-radius: 2px;
        background-color: var(--color-primary);
        color: #fff;
        font-size: 20px;
        font-weight: 800;
        text-decoration: none;
    }
}