.reset-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.reset-link {
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.reset-span {
  display: block;
}
.reset-img {
  max-width: 100%;
}
.container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.home-header {
  z-index: 5;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://racingnews365.ca/assets/img/d77f6039f941471230c1d0ecf494f0c2.jpeg");
  position: relative;
}
.home-header::before {
  background: linear-gradient(180deg,#000f1e00,#000f1e61 44%,#000f1eab);
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  height: 75%;
  width: 100%;
}
.header__inner {
  padding-bottom: 16px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  position: relative;
  z-index: 3;
}
.logo__img {
  height: 48px;
  width: 140px;
  object-fit: cover;
}
.main {
  background: #f8f8f8;
}
.main:hover {
}
.general {
}
.navigation {
  display: flex;
  align-items: center;
  background: #000f1e73;
  backdrop-filter: blur(20px);
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 100px;
  column-gap: 30px;
}
.navigation__item {
}
.navigation__link {
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  background: linear-gradient(#fc4c02, #fc4c02);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0% 7%;
  transition: all .3s ease-out;
}
.navigation__link:hover {
  background-size: 100% 7%;
  color: rgb(255, 255, 255);
}
.navigation__link--active {
  background-size: 100% 7%;
}
.header-box {
  height: 100%;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}
.header-box::before {
}
.header__texts-wrap {
  max-width: 620px;
  margin-top: auto;
  position: relative;
}
.header__title {
  font-size: 52px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 50px;
}
.header__text {
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-top: 16px;
}
.header__btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 28px;
  margin-top: 24px;
}
.header__btn-wrap::before {
}
.header__btn {
}
.primary__btn {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  transition: all .3s ease-out;
}
.primary__btn:hover {
  color: rgb(255, 255, 255);
}
.orange-btn {
  background: #fc4c02;
}
.orange-btn:hover {
  background: #ff651b;
}
.header__btn-wrap-text {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  opacity: 0.7;
}
.clock {
  padding-top: 32px;
  padding-bottom: 32px;
}
.clock__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 32px;
}
.clock__box {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
.clock__item {
  display: flex;
  justify-content: flex-start;
  column-gap: 2px;
}
.clock__item-number {
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}
.clock__item-text {
  font-size: 29px;
  line-height: 28px;
  font-weight: 700;
}
.tindings {
  padding-top: 40px;
  padding-bottom: 78px;
}
.tindings__title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}
.primary-title {
  font-size: 48px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  line-height: 42px;
}
.primary-title::before {
  display: block;
  content: "";
  background: #fc4c02;
  width: 6px;
  position: absolute;
  bottom: 0;
  left: -27px;
  height: 100%;
}
.view-all__btn {
  padding-left: 16px;
  padding-right: 16px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #202a44;
  border-radius: 100px;
  font-size: 14px;
  color: rgb(32, 42, 68);
  column-gap: 3px;
  transition: all .3s ease-out;
  font-weight: 500;
}
.view-all__btn:hover {
  background: #000f1e1a;
  border-color: rgba(0, 15, 30, 0.2);
}
.view-all__btn-text {
}
.view-all__btn-img {
  width: 16px;
}
.tindings__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tindings__inner::before {
}
.tindings__list {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  justify-content: space-between;
}
.tindings__item {
}
.tindings__link {
  display: flex;
  column-gap: 24px;
  color: rgb(26, 25, 25);
  transition: all .3s ease-out;
}
.tindings__link:hover {
  color: rgb(252, 76, 2);
}
.tindings__link-img {
  width: 180px;
  height: 108px;
  border-radius: 10px;
  object-fit: cover;
}
.tindings__link-title {
  font-size: 20px;
  font-weight: 700;
}
.tindings__inner-item {
  display: flex;
  justify-content: flex-end;
}
.tindings__card {
  max-width: 538px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 30, 0.23);
  color: rgb(0, 15, 30);
  transition: all .3s ease-out;
  background: #fff;
}
.tindings__card:hover {
  color: rgb(252, 76, 2);
}
.tindings__card-img {
}
.tindings__card-body {
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 20px;
}
.tindings__card-title {
  font-size: 22px;
  font-weight: 700;
}
.tindings__card-text {
  color: rgba(0, 15, 30, 0.6);
  margin-bottom: 0;
}
.calendar {
  background: #00162B;
}
.calendar__top {
  height: 456px;
  position: relative;
  background-image: url("https://racingnews365.ca/assets/img/726c0970e4198e1dd968d58f7925731f.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.calendar__top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(     -180deg,     rgba(0, 22, 43, 0) 0%,     rgba(0, 22, 43, 0.37) 44%,     rgba(0, 22, 43, 1) 100% );;
}
.calendar__title {
  color: rgb(255, 255, 255);
}
.calendar__title::before {
}
.calendar-title__inner {
  padding-top: 100px;
}
.callendar-footer {
  padding-bottom: 80px;
  padding-top: 20px;
}
.calendar__list {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(2,1fr);
}
.calendar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #f8f8f81a;
  padding-bottom: 24px;
  padding-top: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
.calendar__item-title {
  font-size: 26px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 40px;
}
.calendar__item-date {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
.calendar__item-country {
  display: flex;
  margin-top: 8px;
  column-gap: 8px;
}
.calendar__item-country-flag {
  width: 25px;
  height: auto;
  object-fit: contain;
}
.calendar__item-country-name {
  color: rgb(255, 255, 255);
}
.calendar__item-text {
  margin-top: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.calendar__item-link {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  border-radius: 100px;
  background: #000f1e99;
  border: 1px solid #ffffff33;
  color: rgb(255, 255, 255);
  font-weight: 600;
  transition: all .2s ease-out;
  column-gap: 8px;
}
.calendar__item-link:hover {
  border-color: rgba(225, 225, 225, 0.45);
}
.calendar__item-link-img {
  width: 18px;
  height: 18px;
}
.calendar__item-link-text {
}
.line {
  width: 360px;
  height: 1px;
  background: #ffffff1a;
  margin-top: 32px;
}
.calendar__iten-btns-box {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.featured {
  padding-top: 60px;
  padding-bottom: 60px;
}
.featured__list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 24px;
}
.featured__item {
}
.featured__link {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 6px 8px 0px rgba(0, 15, 30, 0.4);
  background: #fff;
  color: rgb(0, 15, 30);
  transition: all .3s ease-out;
}
.featured__link:hover {
  color: rgb(252, 76, 2);
}
.featured__link-img {
  width: 100%;
  height: 242px;
  object-fit: cover;
}
.featured__link-body {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 16px;
}
.featured__link-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.featured__link-text {
  color: rgba(0, 15, 30, 0.6);
}
.featured__link-category-wrap {
  display: flex;
  justify-content: space-between;
  color: rgba(0, 15, 30, 0.6);
}
.featured__link-category {
  font-size: 12px;
  font-weight: 700;
}
.featured__link-category-time {
  font-size: 12px;
}
.featured__title {
  font-size: 32px;
  font-weight: 700;
  color: rgb(32, 42, 68);
}
.upcoming {
  padding-top: 40px;
  padding-bottom: 40px;
}
.upcoming__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 24px;
}
.upcoming__inner:hover {
}
.upcoming__inner-item {
  display: flex;
  flex-direction: column;
}
.upcoming__text {
  margin-top: 20px;
  margin-bottom: 0;
  color: rgb(115, 116, 119);
  font-size: 18px;
  max-width: 300px;
}
.upcoming__book {
  display: flex;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.12);
  height: 500px;
  overflow: hidden;
}
.upcoming__book-item {
  flex: 1;
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.upcoming__book-img-wrap {
  flex: 1;
}
.upcoming__book-item-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: rgb(26, 25, 25);
  margin-bottom: 20px;
}
.upcoming__book-item-date-wrap {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.upcoming__book-item-date-icon {
  width: 20px;
  height: 20px;
}
.upcoming__book-item-date-text {
  font-size: 14px;
  font-weight: 600;
  color: rgb(26, 25, 25);
}
.upcoming__book-item-country {
  color: rgb(77, 78, 81);
}
.NewClass-92 {
}
.upcoming__book-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.upcoming__inner-item-btn-wrap {
  margin-top: auto;
  justify-content: flex-start;
}
.fanshop {
  padding-top: 80px;
  padding-bottom: 80px;
}
.fanshop__inner {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 6px 8px 0px rgba(0, 15, 30, 0.3);
}
.fanshop__inner-img {
  width: 100%;
  height: auto;
}
.fanshop__inner-body {
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
}
.fanshop__inner-title {
  font-size: 42px;
  font-weight: 700;
}
.fanshop__inner-text {
  font-weight: 600;
  margin-bottom: 20px;
}
.social {
  padding-bottom: 52px;
  padding-top: 52px;
}
.social__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.social__inner-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 36px;
}
.social__list {
  display: flex;
  column-gap: 12px;
}
.social__item {
  color: rgb(255, 255, 255);
}
.social__link {
  border-radius: 10px;
  padding-bottom: 16px;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 16px;
  min-width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 218px;
  column-gap: 8px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  transition: all .3s ease-out;
  opacity: 0.8;
}
.social__link:hover {
  opacity: 1;
}
.social__link-img {
  width: 20px;
  object-fit: contain;
  height: 20px;
}
.social__link-text {
}
.facebook-color {
  background: #4e69a2;
}
.insta-color {
  background: #125688;
}
.tik-tok-color {
  background: #000;
}
.footer {
  padding-bottom: 52px;
  padding-top: 52px;
  background: #00162b;
  border: 1px solid #f8f8f81a;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.sponsors {
  background: #00162b;
  padding-bottom: 80px;
  padding-top: 40px;
}
.sponsors__list {
  display: flex;
  column-gap: 24px;
  row-gap: 64px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.sponsors__item {
}
.sponsors__link {
  width: 180px;
  display: flex;
  justify-content: center;
}
.sponsors__link-img {
  width: 100px;
}
.footer__inner {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 24px;
}
.footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.footer__item {
}
.footer__link {
  color: rgb(255, 255, 255);
  transition: all .3s ease-out;
}
.footer__link:hover {
  color: rgb(252, 76, 2);
}
.footer-lable {
}
.footer-lable:hover {
}
.footer-lable__text {
  color: rgba(255, 255, 255, 0.64);
  font-weight: 600;
  text-align: right;
}
.footer-lable__text:hover {
  color: rgb(175, 137, 137);
}
.header {
  height: 333px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://racingnews365.ca/assets/img/cc615e86584c6f3b30ed1ada7aafddea.png");
  position: relative;
}
.header::before {
  background: linear-gradient(0deg,   rgba(0, 22, 43, 1) 0%,   rgba(0, 22, 43, 0.9913) 6.67%,   rgba(0, 22, 43, 0.9644) 13.33%,   rgba(0, 22, 43, 0.9183) 20%,   rgba(0, 22, 43, 0.8526) 26.67%,   rgba(0, 22, 43, 0.7682) 33.33%,   rgba(0, 22, 43, 0.6681) 40%,   rgba(0, 22, 43, 0.5573) 46.67%,   rgba(0, 22, 43, 0.4427) 53.33%,   rgba(0, 22, 43, 0.3319) 60%,   rgba(0, 22, 43, 0.2318) 66.67%,   rgba(0, 22, 43, 0.1474) 73.33%,   rgba(0, 22, 43, 0.0817) 80%,   rgba(0, 22, 43, 0.0356) 86.67%,   rgba(0, 22, 43, 0.0087) 93.33%,   rgba(0, 22, 43, 0.0001) 100% );;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.news__title {
  font-size: 42px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  position: relative;
  margin-top: auto;
}
.news {
  background: #00162b;
  padding-top: 40px;
  padding-bottom: 90px;
}
.news__list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4,1fr);
}
.news__item {
}
.news__link {
}
.news__btn-more {
  display: flex;
  column-gap: 8px;
  align-items: center;
  border: 1px solid #ffffff33;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  transition: all .3s ease-out;
}
.news__btn-more:hover {
  background: #ffffff1a;
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.news__btn-more-img {
  width: 18px;
  height: 18px;
}
.news__btn-more-text {
}
.news-btn_-wrap {
  margin-top: 60px;
}
.reviews-bg {
  background-image: url("https://racingnews365.ca/assets/img/e497153aed19ebf086dd78a4e0dc4d01.png");
}
.reviews {
  background: #00162b;
  padding-top: 40px;
  padding-bottom: 40px;
}
.review__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.review__item {
  background: #001c37;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.reviews__item-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 24px;
  align-items: center;
}
.reviews__item-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
}
.reviews__item-map-link {
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  transition: all .3s ease-out;
}
.reviews__item-map-link:hover {
  color: rgb(252, 76, 2);
}
.reviews__item-map-date {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}
.reviews__item-map-img {
  width: 90%;
  height: 90%;
}
.reviews__item-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.reviews__item-box {
  width: 100%;
}
.reviews__item-row {
  display: grid;
  grid-template-columns: 1fr 4fr 3fr;
  grid-column-gap: 8px;
  padding-bottom: 12px;
  border: 1px solid #707070c2;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  transition: all .3s ease-out;
  align-items: center;
  cursor: pointer;
}
.reviews__item-row:hover {
  border-color: rgb(207, 207, 207);
}
.reviews__item-link-number {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(252, 76, 2);
  font-weight: 700;
}
.reviews__item-link-player {
  display: flex;
  align-items: center;
  column-gap: 8px;
  transition: all .3s ease-out;
  color: rgb(255, 255, 255);
}
.reviews__item-link-player:hover {
  color: rgb(252, 76, 2);
}
.reviews__item-link-player-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.reviews__item-link-player-name {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.reviews__item-row-time {
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
}
.reviews__item-link-player-names {
  font-size: 14px;
  font-weight: 500;
}
.reviews__item-footer {
  display: flex;
  justify-content: center;
  margin-right: 20px;
}
.reviews__item-footer-btn {
  font-size: 14px;
  padding-bottom: 2px;
  padding-top: 2px;
  height: 30px;
  text-transform: uppercase;
}
.pagination__list {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  column-gap: 12px;
}
.pagination__item {
}
.pagination__link {
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: rgb(255, 255, 255);
  font-size: 14px;
  border-radius: 4px;
  transition: all .2s ease-out;
}
.pagination__link:hover {
  border-color: rgb(252, 76, 2);
}
.pagination__link--active {
  background: #fc4c02;
  border: 1px solid #fc4c02;
}
.contacts-bg {
  background-image: url("https://racingnews365.ca/assets/img/6af75f93b9ae884cd154cd89d4833069.png");
  background-size: cover;
}
.contacts-bg::before {
  background: #00162b80;
}
.contacts {
  padding-bottom: 64px;
  padding-top: 32px;
}
.contacts__box {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding-top: 32px;
}
.contacts__box-title {
  font-size: 29px;
  font-weight: 700;
  color: rgb(32, 42, 68);
  margin-bottom: 0;
}
.contacts__box-text {
  font-size: 20px;
  margin-bottom: 0;
}
.contacts__box-links-wrap {
  display: flex;
  column-gap: 16px;
}
.contacts__box-links-wrap:hover {
}
.contacts__box-links-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 20px;
}
.contacts__box-links-item-text {
}
.contacts__box-links-item-link {
  color: rgb(252, 76, 2);
  font-weight: 600;
}
.contacts__box-links-item-link:hover {
  text-decoration: underline;
  text-decoration-color: rgb(252, 76, 2);
}
.contacts__photo-link {
  display: inline-flex;
  color: rgb(252, 76, 2);
  font-weight: 500;
}
.contacts__photo-link:hover {
  text-decoration: underline;
  text-decoration-color: rgb(252, 76, 2);
}
.results {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.results__table {
  border: 1px solid #000f1e1a;
}
.results__item {
  padding-bottom: 16px;
  padding-right: 24px;
  padding-top: 16px;
  padding-left: 24px;
  border: 1px solid #000f1e1a;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.results__item-pos {
  flex: 0 0 5%;
}
.results__item-driver {
  flex: 0 0 15%;
}
.results__item-team {
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
}
.results__item-total {
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
}
.results__item-indicator {
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.results__item-indicator-img {
  width: 24px;
  height: auto;
}
.results__item-driver-link {
  display: flex;
  align-items: center;
  column-gap: 8px;
  transition: all .2s ease-out;
  color: rgb(0, 0, 0);
  font-weight: 400;
}
.results__item-driver-link:hover {
  color: rgb(252, 76, 2);
}
.results__item-driver-link-img {
  max-width: 100%;
  width: 24px;
  height: auto;
}
.results__item-driver-link-name {
  text-transform: capitalize;
}
.results__item-team-logo {
  width: 28px;
  height: 28px;
}
.result__item-h {
  height: 48px;
}
.events-bg {
  background-image: url("https://racingnews365.ca/assets/img/36f101db1ce6236a04cc6b280b3c2a37.png");
}
.events {
  background: #00162b;
  padding-bottom: 30px;
  padding-top: 30px;
}
.events__title {
  font-size: 32px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
  margin-top: 100px;
}
.events__list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3,1fr);
  margin-bottom: 40px;
}
.events__item {
}
.events__link {
  color: rgb(255, 255, 255);
  transition: all .2s ease-out;
}
.events__link:hover {
  color: rgb(252, 76, 2);
}
.events__link-img-wrap {
  border-radius: 8px;
  overflow: hidden;
}
.events__link-img {
  width: 100%;
}
.events__link-title {
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.events__link-text {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
.events__link-date-wrap {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.events__link-date-img {
  width: 16px;
  height: 16px;
}
.events__link-date-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.event__link-flag {
  width: 18px;
}
.event__link-flag-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.events__link-country {
  margin-top: 0;
}
.live-header {
  background-image: url("https://racingnews365.ca/assets/img/6ca4a63d7d2f38d8891ee8bf5639660b.jpeg");
}
.videos {
  background: #00162b;
  padding-bottom: 40px;
  padding-top: 40px;
}
.videos__box {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-bottom: 60px;
}
.videos__box-title {
  font-size: 22px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
.videos__list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4,1fr);
}
.videos__item {
}
.videos__link {
  color: rgb(255, 255, 255);
  transition: all .2s ease-out;
}
.videos__link:hover {
  color: rgb(252, 76, 2);
}
.videos__link-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videos__link-img {
  width: 100%;
}
.videos__link-title {
  font-size: 18px;
  font-weight: 700;
}
.videos__link-time {
  border-radius: 4px;
  background: #fc4c02;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  left: 10px;
  bottom: 6px;
  position: absolute;
  color: rgb(255, 255, 255);
}
.videos__link-play-icon {
  width: 40px;
  position: absolute;
  opacity: 0.8;
  transition: all .2s ease-out;
}
.videos__link-play-icon:hover {
  opacity: 1;
}
.videos__big-link {
  position: relative;
  width: 80%;
  overflow: hidden;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  transition: all .2s ease-out;
}
.videos__big-link:hover {
  color: rgb(252, 76, 2);
}
.videos__big-link::before {
  background: linear-gradient(87deg,rgba(51,51,51,.95),rgba(51,51,51,.7) 29.86%,rgba(51,51,51,0) 71.55%);
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 8px;
}
.videos__big-link-img {
}
.videos__big-link-img::before {
  width: 100%;
}
.videos__big-link-text-box {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  max-width: 570px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
}
.videos__big-link-text-box-img {
  width: 126px;
  height: auto;
}
.videos__big-link-text-box-text {
  margin-bottom: 0;
}
.videos-box-mb {
  margin-bottom: 16px;
}
.teams {
  background: #f8f8f8;
  padding-top: 62px;
  padding-bottom: 32px;
}
.teams__title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
}
.concern__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 24px;
  margin-bottom: 60px;
}
.concern__item {
}
.concern__link {
  color: rgb(0, 15, 30);
  transition: all .3s ease-out;
}
.concern__link:hover {
  color: rgb(252, 76, 2);
}
.concern__link-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.concern__link-img-wrap:hover {
}
.concern__link-img {
  width: 100%;
  object-fit: cover;
  transition: all .3s ease-out;
}
.concern__link-img:hover {
  transform: scale(1.05);
}
.concern__link-category {
  color: rgba(0, 15, 30, 0.6);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
}
.concern__link-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.teams__title--small {
  font-size: 24px;
  text-align: center;
}
.teams__list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3,1fr);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.teams__item {
}
.teams__link {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  transition: all .2s ease-out;
}
.teams__link:hover {
  color: rgb(252, 76, 2);
}
.teams__link::before {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 50%;
  left: 0;
  content: "";
  background: linear-gradient(180deg,#00162b00,rgba(0,22,43,.006) 6.67%,rgba(0,22,43,.025) 13.33%,rgba(0,22,43,.057) 20%,rgba(0,22,43,.103) 26.67%,rgba(0,22,43,.162) 33.33%,rgba(0,22,43,.232) 40%,#00162b4f 46.67%,#00162b63 53.33%,rgba(0,22,43,.468) 60%,rgba(0,22,43,.538) 66.67%,rgba(0,22,43,.597) 73.33%,rgba(0,22,43,.643) 80%,rgba(0,22,43,.675) 86.67%,rgba(0,22,43,.694) 93.33%,#00162bb3);
  z-index: 2;
}
.teams__link-img-wrap {
  transition: all .3s ease-out;
}
.teams__link-img-wrap:hover {
  transform: scale(1.05);
}
.teams__link-img {
  width: 100%;
  height: 453px;
  object-fit: cover;
}
.teams__link-text-box {
  bottom: 20px;
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  right: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.teams__link-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.teams__link-text {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.team-bg {
  background-image: url("https://racingnews365.ca/assets/img/a37b8fca15b937f7fefb29b097351d84.png");
}
.team {
  padding-bottom: 40px;
  padding-top: 40px;
  background: #f8f8f8;
}
.team__title {
  text-align: center;
}
.team__inner {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 3fr 2fr;
}
.team__left-block {
}
.team__right-block {
}
.team__titl {
  font-size: 24px;
  margin-bottom: 30px;
}
.team__text {
}
.team__img {
  margin-bottom: 20px;
}
.NewClass-243 {
}
.team-aside__title {
}
.team-aside__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.team-aside__item {
  padding-left: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #000f1e0d;
}
.team-aside__link {
  border-radius: 8px;
  border: 1px solid #000f1e0d;
  background: #000f1e0d;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  color: rgb(32, 42, 68);
  transition: all .2s ease-out;
}
.team-aside__link:hover {
  color: rgb(252, 76, 2);
}
.team-aside__link-text-box {
  padding-left: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-aside__link-banner {
  border-radius: 100px;
  font-size: 12px;
  color: rgb(0, 15, 30);
  padding-left: 12px;
  padding-right: 12px;
  background: #fff;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 64px;
}
.team-aside__link-text-wrap {
}
.team-aside__link-name {
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}
.team-aside__link-country {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.team-aside__link-country-flag {
  width: 22px;
  height: auto;
}
.team-aside__link-country-name {
  font-size: 12px;
  font-weight: 600;
  color: rgb(0, 15, 30);
}
.team-aside__link-img-wrap {
  border-radius: 8px;
  overflow: hidden;
}
.team-aside__link-img {
}
.team-aside__inner {
  position: sticky;
  top: 10px;
}
.driver-bg {
  background-image: url("https://racingnews365.ca/assets/img/4f46a7b700142f3b4815d2cd2cbd3e4a.jpeg");
}
.drivers__textx-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.driver-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.driver-text-box {
}
.driver-text-box__title {
  font-size: 52px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.driver-text-box__country {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.driver-text-box__country-flag {
  width: 22px;
}
.driver-text-box__country-text {
  color: rgb(255, 255, 255);
}
.driver {
  background: #00162b;
  padding-bottom: 40px;
  padding-top: 40px;
}
.driver__inner {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background: #001c37;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
  padding-top: 48px;
  border-radius: 8px;
}
.driver__title {
  color: rgb(252, 76, 2);
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 24px;
}
.driver__text {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 24px;
}
.driver__box {
  margin-bottom: 24px;
}
.driver__subtitle {
  padding-left: 24px;
  font-size: 28px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  border: 4px solid #fc4c02;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  text-transform: uppercase;
}
.driver__info-list {
}
.driver__info-item {
  padding-bottom: 7px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 7px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  border: 1px solid #707070c2;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.driver__info-item-title {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.driver__info-item-value {
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.driver__info-item-title-text {
}
.driver__info-item-value-text {
}
.driver__info-item-value-link {
  color: rgb(252, 76, 2);
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
}
.driver__info-item-value-link:hover {
  text-decoration: none;
}
.driver-stats__inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: 16px;
  margin-top: 24px;
}
.driver-stats__left-block {
  display: grid;
  justify-items: center;
}
.driver-stats__right-block {
}
.driver-stats__list {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.driver-stats__item {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.driver-stats__item-top {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr;
}
.driver-stats__item-top-img {
  width: 24px;
}
.driver-stats__item-top-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.driver-stats__item-top-title {
  color: rgb(255, 255, 255);
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 14px;
}
.driver-stats__item-top-value {
  color: rgb(252, 76, 2);
  font-weight: 700;
}
.driver-stats__bottom {
  display: flex;
  column-gap: 8px;
}
.driver-stats__bottom-item {
  height: 24px;
  width: 14px;
  background: #313131;
  border: 1px solid #707070c2;
  border-radius: 4px;
}
.driver-stats__bottom-item--active {
  background: #fc4c02;
}
.driver-stats-img {
  width: 100%;
  height: auto;
}
.driver-racer {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.driver-racer__item {
}
.drivers__news-list {
  grid-template-columns: repeat(3,1fr);
}
.post-bg {
  background-image: url("https://racingnews365.ca/assets/img/c5e5bbc6bd794b884af68fb0eac50d06.jpeg");
}
.post {
  padding-bottom: 40px;
  padding-top: 40px;
}
.post__inner {
}
.post__text {
}
.post_left-block {
}
.NewClass-301 {
}
.post-aside__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.post-aside__item {
}
.post-inner {
  grid-template-columns: 4fr 2fr;
}
.post-aside__link {
  box-shadow: 0px 0px 3px 0px ;
}
.post-aside__inner {
  position: static;
}
.videos-post {
  background: #00162b;
  padding-top: 40px;
  margin-top: -100px;
  padding-bottom: 40px;
}
.videos-post__inner {
  display: grid;
  grid-template-columns: 6fr 2fr;
  grid-gap: 16px;
}
.videos-post__inner-item {
}
.videos-post__inner-item-img-wrap {
  position: relative;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.videos-post__inner-item-img {
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-out;
}
.videos-post__inner-item-img:hover {
  transform: scale(1.05);
}
.video-post__list {
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  row-gap: 16px;
}
.video-post__item {
}
.video-post__img-play {
  position: absolute;
  width: 80px;
}
.video-post__link-img-wrap {
  margin-bottom: 0;
}
.video-post__link-img {
  transition: all .5s ease-out;
}
.video-post__link-img:hover {
  transform: scale(1.05);
}
.video-post__text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-top: 16px;
  margin-bottom: 0;
}
.video-post__box {
  margin-top: 80px;
  margin-bottom: 0;
}
