
@font-face {
  font-family: 'Thicccboi-Bold';
  src: url('/fonts/THICCCBOI-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thicccboi-Normal';
  src: url('/fonts/THICCCBOI-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thicccboi-SemiBold';
  src: url('/fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
    --identity-color-one: #7db915; /*#a8ff11; /* Green */
    --identity-color-two: #1181ff; /* Blue */
    --identity-color-three: #ff1111; /* Red */
    --identity-color-four: #e011ff; /* Purple */
    
    --identity-color-two-dark: #083f7a;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #282828;
    color: #dcdad9;
    font-family: 'Thicccboi-Normal', sans-serif;
    font-size: 18px;
    line-height: 32px;
    margin: 100px 0px 0px 0px;
    background-image: url('images/website-hero-image-05.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-position-x: calc(50% + 432px);
}

.pageContainer {
    background-color: #282828;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9000;
}

.pageHeader {
    
}

.headerContainer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.headerLeft {
    
}

.logo-container {
    position: relative;
    width: 92px; 
    height: 92px; 
    overflow: hidden;
}

.logo-animation-container {
    position: absolute;
    width: 14px;
    height: 9px;
    left: 19px;
    top: 47px;
}

.logo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.logoBy {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadeAnimation 12s infinite; 
}

.logoBy:nth-child(1) {
    animation-delay: 0s;
}

.logoBy:nth-child(2) {
    animation-delay: 2s;
}

.logoBy:nth-child(3) {
    animation-delay: 4s;
}

.logoBy:nth-child(4) {
    animation-delay: 6s;
}

.logoBy:nth-child(5) {
    animation-delay: 8s;
}

.logoBy:nth-child(6) {
    animation-delay: 10s;
}

@keyframes fadeAnimation {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1; /* Fully visible */
    }
    40% {
        opacity: 0; /* Start fading out */
    }
    100% {
        opacity: 0; /* Fully hidden */
    }
}


.headerCenter {
    align-items: center;
    display: flex;
}

.headerCenter ul {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
}

.headerCenter ul li {
    margin-bottom: 0;
    margin-right: 48px;
    color: #dcdad9;
}

.headerLink {
    letter-spacing: .01em;
    line-height: 1.111em;
    text-decoration: none;
    color: #dcdad9;
    transition: color 0.3s ease;
}

.headerLink:hover {
    color: var(--identity-color-two);
}


.footerContainer {
    background-color: #3c3c3c;
    height: 400px;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.footerColumn {
    color: white;
    flex: 1 0 auto;
    text-align:center;
    max-width: 377px;
}

.footerColumnContainer {
    text-align:left;
    display: inline-block;
}

.footerColumnContainer a {
    text-decoration: none;
    color: #dcdad9;
    transition: color 0.3s ease;
}

.footerColumnContainer a:hover {
    color: var(--identity-color-two);
}

.footerColumnHeader {
     font-size: 32px;
     margin-top: 48px;
}

.footerLogoContainer {
    
}

.footerLogoTitle {
    
}

.footerLogoImage {
    width: 128px;
    margin-top: 30px;
}

.sectionContainer {
    
}

.section {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
}

.section h2 {
    color: var(--identity-color-two);
    margin-bottom: 18px;
    font-family: 'Thicccboi-Bold', sans-serif;
    font-size: 54px;
    color:white;
}

.section h2::after {
    content: '•'; 
    color: var(--bullet-color, black);
    margin-left: 8px;
}

.fadein {
    
}

.contentPlgs {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.plgContainer {
    position: relative;
    height: 300px;
    margin-bottom: 128px;
    margin-top: 82px;
}

.plgTextContainer {
    background-color: #1e1e1e; /*#f7f7f7;*/
    width: 500px;
    position: absolute;
    top: 20px;
    padding: 32px 28px 32px 28px;
    z-index: 1;
    height: 232px;
    border-radius: 10px;
}

.plgTextContainer h3 {
    color: white;
    margin: 0;
    font-family: 'Thicccboi-Bold', sans-serif;
    font-size: 28px;
}

.plgTextContainer p {
    color: #aaaaaa;
}

.plgImageContainer {
    background-color: #acacac;
    width: 550px;
    height: 270px;
    position: absolute;
    right: 0px;
    z-index: 0;
    overflow-x: clip;
    overflow-y: clip;
    border-radius: 10px;
}

.plgImageContainer img {
    width: 100%;
}

.plgButtonContainer {
    position: absolute;
    bottom: 32px;
    display: flex;
    gap: 32px;
}

.primaryButton {
    border-radius: 10px;
    background: linear-gradient(45deg,var(--identity-color-two), var(--identity-color-two-dark));
    padding: 4px 16px 4px 16px;
    color: white;
    text-decoration: none;
}

.primaryButton:hover {
    background: linear-gradient(45deg,var(--identity-color-two), var(--identity-color-two));
}

.secondaryButton {
    color: #e6e6e6;
    margin-top: 4px;
}

.contentBooks {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.bookContainer {
    position: relative;
    margin-bottom: 64px;
}

.bookImageContainer {
    /*background-color: #acacac;
    width: 550px;
    height: 270px;
    position: absolute;
    right: 0px;
    z-index: 0;
    overflow-x: clip;
    overflow-y: clip;
    border-radius: 10px;*/
    display: inline-block;
}

.bookImageContainer img {
    width: 400px;
}

.bookTextContainer {
    /*background-color: #1e1e1e; 
    width: 550px;
    position: absolute;
    top: 20px;
    padding: 32px 28px 32px 28px;
    z-index: 1;
    height: 232px;
    border-radius: 10px;*/
    display: inline-block;
    vertical-align: top;
}

.bookTextContainer h3 {
    color: white;
    margin: 0;
    font-family: 'Thicccboi-Bold', sans-serif;
    font-size: 28px;
    margin-top: 32px;
    width: 490px;
}

.bookTextContainer h4 {
    margin-top: 0px;
}

.bookTextContainer p {
    color: #aaaaaa;
    width: 490px;
}


.contentVideo {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.videoContainer {
    margin-bottom: 64px;
    background-color: #1e1e1e;
    box-sizing: border-box;
    width: 280px;
    border-radius: 16px;
}

.videoImageContainer {
    display: inline-block;
}

.videoTextContainer {
    display: inline-block;
    vertical-align: top;
    width:280px;
    box-sizing: border-box;
}

.videoTextContainer h3 {
    color: white;
    margin: 0px 16px 0px 16px;
    font-family: 'Thicccboi-Bold', sans-serif;
    font-size: 24px;
    box-sizing: border-box;
}

.videoTextContainer p {
    color: #aaaaaa;
    padding: 0px 16px 16px 16px;
    box-sizing: border-box;
}

.videoImageLinkContainer {
    
    box-sizing: border-box;
    width: 280px;
    position: relative;
}

.videoImageLinkContainer img {
    width:280px;
    border-radius: 10px 10px 0px 0px;
}

.gridItemWrapper {
    
}

.youtube-button {
    width: 60px; 
    height: 40px; 
    background-color: firebrick; 
    border-radius: 25%;
    display: flex;
    align-items: center; 
    justify-content: center; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.youtube-button:hover {
    background-color: #3c3c3cdd; 
}

.youtube-button-triangle {
    width: 0;
    height: 0;
    border-left: 16px solid white; 
    border-top: 10px solid transparent; 
    border-bottom: 10px solid transparent;
    margin-left: 6px;
}

.heroSection {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    
}

.heroTextSection {
    width: 450px;
    display: inline-block;
}

.heroTextSection h1 {
    line-height: initial;
    font-size: 48px;
    font-family: 'Thicccboi-Bold', sans-serif;
    margin-bottom: 6px;
}

.heroTextSection h4 {
    margin-top: 0px;
}

.heroTextSection p {
    
}

.heroImageSection {
    width: 450px;
    display: inline-block;
    margin-bottom: 100px;
}

.heroImageSection img {
    width: 450px;
}



#docs-panel {
    position: fixed;
    top: 32px;
    left: 32px;
    right: 32px;
    bottom: 32px;
    background: black;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 36px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
    line-height: 22px;
}



#docs-panel .close {
    display: block;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    position: fixed;
    right: 64px;
    top: 64px;
}

.docSection {
    
}

.docSectionTitle {
    color: white;
    text-decoration: underline;
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.docItemAction {
    margin-bottom: 32px;
}

.docItemActionTag {
    background-color: var(--identity-color-two);
    display: inline-block;
    border-radius: 12px;
    padding: 0px 12px 0px 12px;
    color: white;
    font-size: 16px;
}

.docItemActionTitle {
    font-weight: bold;
    display: inline-block;
    margin-left: 16px;
    color: white;
    font-size: 22px;
}

.docItemActionDescription {
    font-size: 16px;
    margin-left: 48px;
    margin-top: 12px;
}

.docItemState {
    margin-bottom: 32px;
}

.docItemStateTag {
    background-color: var(--identity-color-four);
    display: inline-block;
    border-radius: 12px;
    padding: 0px 12px 0px 12px;
    color: white;
    font-size: 16px;
}

.docItemStateTitle {
    font-weight: bold;
    display: inline-block;
    margin-left: 16px;
    color: white;
    font-size: 22px;
}

.docItemStateDescription {
    font-size: 16px;
    margin-left: 48px;
    margin-top: 12px;
}

.docItemEvent {
    margin-bottom: 32px;
}

.docItemEventTag {
    background-color: var(--identity-color-one);
    display: inline-block;
    border-radius: 12px;
    padding: 0px 12px 0px 12px;
    color: white;
    font-size: 16px;
}

.docItemEventTitle {
    font-weight: bold;
    display: inline-block;
    margin-left: 16px;
    color: white;
    font-size: 22px;
}

.docItemEventDescription {
    font-size: 16px;
    margin-left: 48px;
    margin-top: 12px;
}

.mainWrapperForFooterPlacement {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 101px);
}

.MainSectionWrapper {
    flex-grow: 1;
}

.errorPanel {
    background-color: #000000aa;
    margin: 32px auto;
    padding: 32px;
    border-radius: 32px;
    width: 600px;
}

.errorPanel h1 {
    color: white;
}

.errorPanel p {
    
}

.errorPanel a {
    color: white;
}

.errorPanel a:visited {
    color: white;
}

.contactPanel {
    background-color: #000000db;
    margin: 32px auto;
    padding: 32px;
    border-radius: 13px;
    width: 800px;
}

.contactPanel h1 {
    color: white;
}

.contactPanel h2 {
    color: white;
}

.contactPanel h2::after {
    content: '•'; 
    color: var(--bullet-color, black);
    margin-left: 8px;
}

.contactPanel p {
    
}

.bookLinksContainer {
    font-size: 24px;
}

.bookLinksContainer a {
    position: relative;
    display: block;
    color: white;
    font-size: 18px;
    border: 2px solid white;
    border-radius: 20px;
    margin: 17px 0px;
    padding: 4px 16px 4px 28px;
    text-decoration: none;
    width: 230px;
}

.bookLinksContainer a:hover {
    background-color: #3a3a3a;
}

.bookLinksContainer a::after {
    content: ">";
    color: orange;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 12px;
    font-size: 32px;
}

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

    .heroSection {
      margin-bottom: 170px;
    }
}

@media only screen 
and (max-width : 1199px) 
and (min-width : 901px) {
    
    body {
        background-size: 710px;
        background-position: top right;
        background-position-x: calc(50% + 352px);
    }
    
    .headerContainer {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .headerCenter ul li {
        margin-right: 24px;
        margin-left: 24px;
    }
    
    .logo-container {
        margin-left: 32px;
    }
    
    .headerRight {
        width: 124px;
    }
    
    .heroSection {
        width: 100%;
        margin-bottom: 132px;
    }
    
    .heroTextSection {
        margin-left: 16px;
    }
    
    .sectionContainer {
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .contentVideo {
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    
    .gridItemWrapper {
        margin-left: auto;
        margin-right: auto;
    }
    
    .videoContainer {
        width: 260px;
    }
    
    .videoImageLinkContainer {
        width: 260px;
    }
    
    .videoImageLinkContainer img {
        width: 260px;
    }
    
    .videoTextContainer {
        width: 260px;
    }
    
    .videoTextContainer h3 {
        margin: 16px 16px 0px 16px;
    }
    
    .bookImageContainer img {
        width: 300px;
    }
    
    .contentBooks {
        width: 100%;
    }
    
    .bookTextContainer {
        width: calc(100% - 332px);
    }
    
    .bookTextContainer h3 {
        width: auto;
    }
    
    .bookTextContainer h4 {
        width: auto;
    }
    
    .bookTextContainer p {
        width: auto;
    }
    
    .section {
        width: initial;
    }
    
    .section h2 {
        margin-left: 16px;
    }
    
    .contentPlgs {
        width: 100%;
    }
    
    .plgTextContainer {
        width: 440px;
        top: 48px;
    }
    
}

@media only screen 
and (max-width : 900px) 
and (min-width : 801px) {
    
    body {
        font-size: 16px;
        line-height: 24px;
        margin: 110px 0px 0px 0px;
        background-size: 625px;
        background-position: top right;
        background-position-x: calc(50% + 321px);
    }
    
    .headerContainer {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .heroTextSection {
        width: 525px;
        display: inline-block;
    }
    
    .sectionContainer {
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .contentVideo {
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
    }
    
    .gridItemWrapper {
        margin-left: auto;
        margin-right: auto;
    }
    
    .videoContainer {
        width: 238px;
    }
    
    .videoImageLinkContainer {
        width: 238px;
    }
    
    .videoImageLinkContainer img {
        width: 238px;
    }
    
    .videoTextContainer {
        width: 238px;
    }
    
    .videoTextContainer h3 {
        margin: 16px 16px 0px 16px;
    }
    
    .bookImageContainer img {
        width: 300px;
    }
    
    .contentBooks {
        width: 100%;
    }
    
    .bookTextContainer {
        width: calc(100% - 332px);
    }
    
    .bookTextContainer h3 {
        width: auto;
    }
    
    .bookTextContainer h4 {
        width: auto;
    }
    
    .bookTextContainer p {
        width: auto;
    }
    
    .section {
        width: initial;
    }
    
    .contentPlgs {
        width: 100%;
    }
    
    .plgTextContainer {
        width: 440px;
        top: 48px;
    }
    
}

@media only screen 
and (max-width : 800px) 
and (min-width : 600px) {
    
    body {
        font-size: 16px;
        line-height: 24px;
        margin: 110px 0px 0px 0px;
        background-size: 500px;
        background-position: top right;
        background-position-x: calc(50% + 300px);
    }

    .headerCenter {
        margin-left: auto;
        margin-right: auto;
    }
    
    .headerCenter ul li {
        margin-right: 32px;
    }
    
    .headerRight {
        display: none;
    }
    
    .logo-container {
        margin-left: 16px;
    }
    
    .heroSection {
        width: 100%;
    }
    
    .heroTextSection h1 {
        font-size: 28px;
        margin-left: 16px;
        margin-right: 16px;
        color: white;
    }
    
    .heroTextSection h4 {
        margin-left: 16px;
    }
    
    .heroTextSection p {
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .section {
        margin-bottom: 32px;
        width:initial;
    }
    
    .section h2 {
        font-size: 42px;
        margin-left: 16px;
    }
    
    .contentVideo {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 10px;
    }
    
    .videoContainer {
        width: 250px;
        margin-bottom: 16px;
    }
    
    .videoImageLinkContainer {
        width: 250px;
    }
    
    .videoImageLinkContainer img {
        width: 250px;
    }
    
    .videoTextContainer {
        width: 250px;
    }
    
    .videoTextContainer h3 {
        font-size: 20px;
        margin-top: 12px;
    }
    
    .contentBooks {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .bookImageContainer img {
        width: 300px;
        margin-right: -16px;
    }
    
    .bookTextContainer {
        display: inline-block;
        width: calc(100% - 300px - 0px);
    }
    
    .bookTextContainer h3 {
        font-size: 24px;
        width:initial;
    }
    
    .bookTextContainer h4 {
        
    }
    
    .bookTextContainer p {
        width: 100%;
    }
    
    .gridItemWrapper {
        margin-left: auto;
        margin-right: auto;
    }
    
    .contentPlgs {
        box-sizing: border-box;
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;   
    }
    
    .plgContainer {
        margin-bottom: 128px; 
        margin-top: 64px;
    }
    
    .plgTextContainer {
        width: 350px;
        box-sizing: border-box;
        position: absolute;
        top: 64px;
        height: auto;
    }
    
    .plgTextContainer h3 {
        font-size: 22px;
    }
    
    .plgImageContainer {
        height: auto;
        box-sizing: border-box;
        width: 70%;
        max-width: 500px;
    }
    
    .plgButtonContainer {
        position:initial;
    }
    
    .footerLogoImage {
        width: 84px;
        margin-top: 30px;
    }
    
}

@media only screen 
and (max-width : 599px) 
and (min-width : 100px) {
    
    body {
        font-size: 14px;
        line-height: 24px;
        margin: 80px 0px 0px 0px;
        background-size: 444px;
        background-position: top right;
        background-position-x: calc(50% + 200px);
    }
    
    .headerCenter {
        margin-left: initial;
        margin-right: initial;
    }
    
    .headerCenter ul li {
        margin-right: 32px;
    }
    
    .headerRight {
        display: none;
    }
    
    .logo-container {
        width: 64px;
        height: 64px;
        margin-left: 8px;
    }
    
    .logo-animation-container {
        position: absolute;
        width: 12px;
        height: 7px;
        left: 15px;
        top: 32px;
    }
    
    .heroSection {
        width: 100%;
    }
    
    .heroTextSection {
        width: 100%;
    }
    
    .heroTextSection h1 {
        font-size: 28px;
        margin-left: 16px;
        margin-right: 16px;
        color: white;
    }
    
    .heroTextSection h4 {
        margin-left: 16px;
    }
    
    .heroTextSection p {
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .heroImageSection {
        margin-bottom: 36px;
    }
    
    .section {
        margin-bottom: 32px;
        width:initial;
    }
    
    .section h2 {
        font-size: 32px;
        margin-left: 16px;
    }
    
    .contentVideo {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
    
    .videoContainer {
        width: 180px;
        margin-bottom: 20px;
    }
    
    .videoImageLinkContainer {
        width: 180px;
    }
    
    .videoImageLinkContainer img {
        width: 180px;
    }
    
    .youtube-button {
        width: 40px;
        height: 28px;
    }
    
    .youtube-button-triangle {
        border-left: 12px solid white;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        margin-left: 3px;
    }
    
    .videoTextContainer {
        width: 180px;
    }
    
    .videoTextContainer h3 {
        font-size: 16px;
    }
    
    .gridItemWrapper {
        margin-left: auto;
        margin-right: auto;
    }
    
    .contentBooks {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .bookImageContainer img {
        width: 200px;
        margin-right: -16px;
    }
    
    .bookTextContainer {
        display: inline-block;
        width: calc(100% - 200px);
    }
    
    .bookTextContainer h3 {
        font-size: 18px;
        width: 100%;
    }
    
    .bookTextContainer h4 {
        /*width: calc(100% - 200px);*/
    }
    
    .bookTextContainer p {
        color: #aaaaaa;
        width: calc(100vw - 230px);
    }
    
    .contentPlgs {
        box-sizing: border-box;
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        
    }
    
    .plgTextContainer {
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        top: 150px;
    }
    
    .plgTextContainer h3 {
        font-size: 20px;
    }
    
    .plgImageContainer {
        height: auto;
        box-sizing: border-box;
        width: 100%;
        position: initial;
    }
    
    .footerLogoImage {
        width: 64px;
    }
    
    .footerContainer {
        height: auto;
        padding-bottom: 64px;
    }
    
    .footerColumnHeader {
        font-size: 22px;
        margin-top: 40px;
    }
    
    #docs-panel {
        top: 32px;
        left: 12px;
        right: 12px;
        bottom: 32px;
        padding: 16px;
    }
    
    #docs-panel .close {
        right: 40px;
        top: 40px;
    }
    
    .docSectionTitle {
        font-size: 22px;
        margin-top: 48px;
    }
    
    .docItemActionTag {
        font-size: 12px;
    }
    
    .docItemActionTitle {
        font-size: 14px;
    }
    
    .docItemActionDescription {
        font-size: 14px;
        line-height: 18px;
        margin-left: 18px;
    }
    
    .docItemStateTag {
        font-size: 12px;
    }
    
    .docItemStateTitle {
        font-size: 14px;
    }
    
    .docItemStateDescription {
        font-size: 14px;
        line-height: 18px;
        margin-left: 18px;
    }
    
    .docItemEventTag {
        font-size: 12px;
    }
    
    .docItemEventTitle {
        font-size: 14px;
    }
    
    .docItemEventDescription {
        font-size: 14px;
        line-height: 18px;
        margin-left: 18px;
    }
    
    
    
}

@media only screen 
and (max-width : 440px) 
and (min-width : 100px) {
    .headerCenter ul li {
        margin-right: 24px;
    }
    
    .contentVideo {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }
    
    .videoContainer {
        width: 150px;
    }
    
    .videoImageLinkContainer {
        width: 150px;
    }
    
    .videoImageLinkContainer img {
        width: 150px;
    }
    
    .videoTextContainer {
        width: 150px;
    }
    
    .bookImageContainer {
        display: block;
    }
    
    .bookTextContainer {
        display: block;
        width: 100%;
    }
    
    .bookTextContainer h4 {
        width: initial;
    }
    
    .bookTextContainer p {
        width: 100%;
    }
}







