@media screen and (min-width: 1024px) {
  #sectionSeason {
    position: relative;
    overflow: hidden; }
    #sectionSeason .section-preview__bg-image.bg-desktop {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      overflow: hidden; }
    #sectionSeason .section-preview__bg-image.bg-mobile {
      display: none; }
    #sectionSeason .section-preview__bg-image img {
      min-width: 100%;
      height: 100%;
      object-fit: cover; }
    #sectionSeason .row {
      width: 100%;
      position: absolute;
      top: 0;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      z-index: 2;
      align-items: stretch; }

    #sectionSeason .row .section-data {
        width: 50%;
        padding-left: 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        margin: 0 auto;
    }

        #sectionSeason .row .section-data .section-btns {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
        gap: 10px; }
          #sectionSeason .row .section-data .section-btns .section-link {
            border: 1px solid white;
            color: white;
            width: fit-content;
            font-size: 26px;
            text-align: center;
            line-height: 1.2;
            padding: 10px 40px;
            font-family: serif;
            transition: all .5s;
            background: rgba(255, 255, 255, 0.21);
            margin-right: 20px; }
            #sectionSeason .row .section-data .section-btns .section-link:hover {
              background: rgba(0, 0, 0, 0.21);
              -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
              -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
              box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); }
        #sectionSeason .row .section-data .data-title {
          font-family: "Tenor Sans", sans-serif;
          font-size: 78px;
          color: white;
          line-height: 1.1;
        text-align: center; }
      #sectionSeason .row .section-link {
        margin-top: 50px;
        margin-bottom: 70px;
        border: 1px solid #000;
        width: 70%;
        font-size: 26px;
        text-align: center;
        line-height: 1.2;
        padding: 5px 20px;
        font-family: serif;
        transition: all .5s;
        background: rgba(255, 255, 255, 0.21); }
        #sectionSeason .row .section-link:hover {
          background: white;
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); } }
@media screen and (max-width: 1023px) {
  #sectionSeason {
    position: relative;
    overflow: hidden; }
    #sectionSeason .section-preview__bg-image {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      overflow: hidden; }
      #sectionSeason .section-preview__bg-image.bg-desktop {
        display: none; }
      #sectionSeason .section-preview__bg-image.bg-mobile {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden; }
      #sectionSeason .section-preview__bg-image img {
        min-width: 100%;
        height: 100%;
        object-fit: cover; }
    #sectionSeason .row {
      width: 100%;
      position: absolute;
      top: 0;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      z-index: 2;
      align-items: center;
      /*
      .section-link {
      	margin-top: 50px;
      	margin-bottom: 70px;
      	border: 1px solid #000;
      	width: 70%;
      	font-size: 26px;
      	text-align: center;
      	line-height: 1.2;
      	padding: 5px 20px;
      	font-family: serif;
      	transition: all .5s;
      	background: rgba(255, 255, 255, .21);
      	&:hover {
      		background: rgba(255, 255, 255, 1);
      		-webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
      		-moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
      		box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
      	}
      }
      */ }
    #sectionSeason .row .section-data {
        width: 100%;
        padding-left: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
        #sectionSeason .row .section-data .section-btns {
        display: inline-block;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start; }
          #sectionSeason .row .section-data .section-btns .section-link {
            margin-top: 50px;
            border: 1px solid white;
            color: white;
            width: fit-content;
            font-size: 18px;
            text-align: center;
            line-height: 1.2;
            padding: 10px 40px;
            font-family: serif;
            transition: all .5s;
            background: rgba(255, 255, 255, 0.21);
            margin-right: 20px; }
            #sectionSeason .row .section-data .section-btns .section-link:hover {
              background: rgba(0, 0, 0, 0.21);
              -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
              -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
              box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); }
        #sectionSeason .row .section-data .data-title {
          font-family: "Tenor Sans", sans-serif;
          font-size: 60px;
          color: white;
          line-height: 1.1; } }
@media screen and (max-width: 600px) {
    #sectionSeason .data-title {
        text-align: center;
        font-size: 40px !important;
        margin-bottom: 20px;
    }
  #sectionSeason .section-btns {
    flex-direction: column !important; }
  #sectionSeason .section-link {
    font-size: 11px !important;
    margin-top: 10px !important;
    padding: 3px 10px !important;
    text-align: center;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    width: 100% !important; }
  #sectionSeason .section-data {
    padding-right: 0 !important; } }
#sectionSeason1 {
  position: relative;
  overflow: hidden; }
  #sectionSeason1 .section-preview__bg-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    #sectionSeason1 .section-preview__bg-image img {
      min-width: 100%;
      height: 100%;
      object-fit: cover; }
  #sectionSeason1 .row {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    z-index: 2;
    align-items: stretch; }
    #sectionSeason1 .row .bg-left, #sectionSeason1 .row .bg-right {
      width: 25%; }
    #sectionSeason1 .row .section-data {
      width: 50%;
      padding-left: 120px; }
    #sectionSeason1 .row .bg-left {
      padding: 30px 40px 0;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      position: relative; }
      #sectionSeason1 .row .bg-left img {
        object-fit: cover;
        max-width: 100%; }
    #sectionSeason1 .row .bg-right {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px 40px;
      position: relative; }
      #sectionSeason1 .row .bg-right img {
        object-fit: cover;
        max-width: 100%; }
    #sectionSeason1 .row .section-data {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      margin-bottom: -2%; }
      #sectionSeason1 .row .section-data .data-title {
        font-family: "Tenor Sans", sans-serif;
        font-size: 78px;
        color: white;
        line-height: 1.1; }
    #sectionSeason1 .row .section-btns {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      margin-top: 50px;
      margin-bottom: 70px; }
      #sectionSeason1 .row .section-btns .section-link {
        border: 1px solid white;
        color: white;
        width: fit-content;
        font-size: 26px;
        text-align: center;
        line-height: 1.2;
        padding: 10px 40px;
        font-family: serif;
        transition: all .5s;
        background: rgba(255, 255, 255, 0.21);
        margin-right: 20px; }
        #sectionSeason1 .row .section-btns .section-link:hover {
          background: rgba(0, 0, 0, 0.21);
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); }

/*# sourceMappingURL=style.css.map */
