.hero .content {padding-top: 2.6rem;}@media (min-width: 36em) {.hero {background: url(../images/hero-md.webp) center center / cover no-repeat;}}@media (min-width: 62em) {.hero {background: url(../images/hero-lg.webp) center center / cover no-repeat;}.hero .content {padding-top: 6rem;padding-bottom: 4.5rem;}.hero .title h1 {font-size: 3rem;}.hero .description p {font-size: 1.3rem;}}.grid-container {display: grid;grid-template-columns: repeat(2, 1fr);gap: 1rem;margin-top: 1rem, }.grid-item {border: 2px solid rgba(255,255,255,0.15);text-align: center;line-height: 0;position: relative;}@media (min-width: 62em) {.grid-container {grid-template-columns: repeat(4, 1fr);}}.item-wrapper{padding: 0;}.overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(90deg, rgba(255,85,165, 0.8) 0%, rgba(255,88,96, 0.8) 100%);opacity: 0;transition: opacity 0.3s ease;}.item-icon, .item-name {position: absolute;opacity: 0;transition: opacity 0.3s ease;}.item-icon img.img-fluid {width: 40%;height: auto;filter: invert(1);}.item-icon {top: 50%;left: 50%;transform: translate(-50%, -50%);}.item-name {bottom: 10px;left: 50%;transform: translateX(-50%);}.item-name p {color: #ffffff;font-size: 1.2rem;}.grid-item:hover .overlay, .grid-item:hover .item-icon, .grid-item:hover .item-name {opacity: 1;}.tv {background-color: #28282d;}.tv .content-wrapper {display: grid;grid-template-columns: 1fr;gap: 20px;}@media (min-width: 48em) {.tv .content-wrapper {grid-template-columns: 1fr 1fr;}}.latest-items {border-bottom: 1px solid #cccccc45;padding-top: 10px;}.latest-items p.title {font-size: .9rem;font-weight: 700;margin-bottom: 0;line-height: 15px;}.latest-items p.item-date {font-size: .71rem;font-style: italic;color: #838383;margin-bottom: 0;}@media (min-width: 48em) {.newsletter {background: url(../images/newsletter-bg.webp) center center / cover no-repeat;}}.newsletter .content-wrapper {display: grid;grid-template-columns: 1fr;gap: 20px;}@media (min-width: 48em) {.newsletter .content-wrapper {grid-template-columns: 1fr 1fr;}.newsletter-description {display: flex;flex-direction: column;justify-content: center;align-items: center;max-width: 80%;}.newsletter-description .section-title h2 {font-size: 2rem;text-align: center;}.newsletter-description .text p {font-size: 1.2rem;text-align: center;}}.field-container {display: flex;flex-direction: column;margin-bottom: 1rem;}.field-container input {-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;appearance: none;box-shadow: none;transition: 0.5s ease;transition-property: color, border-color, box-shadow;}.form-control, .form-control:focus, .form-control:active {background-color: #37373d !important;}.form-control:hover, .form-control:focus {border-color: #ff55a5;}.form-control {border: 1px solid transparent;height: 50px;position: relative;color: #fff !important;font-size: 16px;width: 100%;border-radius: 8px;padding: 0 10px;}.subscription-label {font-size: .8rem;}.submit-btn {margin-top: 1rem;margin-bottom: 1rem;}.auth-btn {display: flex;flex-direction: row;justify-content: center;align-items: center;height: 50px;width: 100%;border-radius: 8px;background: linear-gradient(90deg, #ff5860 0%, #ff55a5 100%);box-shadow: 0 0 16px 0 rgba(255, 88, 96, 0.3);position: relative;transition: 0.5s ease;transition-property: color, background-color, border-color, box-shadow, opacity;border: none;cursor: pointer;color: #ffffff;font-weight: 600;text-transform: uppercase;}.newsletter ::placeholder {color: #aaaaaa;}.latest-blog {background-color: #3a3939;}