@font-face {
  font-family: "Bebas Neue";
  src: url("/views/pages/tt/fonts/BebasNeue-Thin.woff2") format("woff2"), url("/views/pages/tt/fonts/BebasNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Bebas Neue Book";
  src: url("/views/pages/tt/fonts/BebasNeueBook.woff2") format("woff2"), url("/views/pages/tt/fonts/BebasNeueBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Bebas Neue";
  src: url("/views/pages/tt/fonts/BebasNeueRegular.woff2") format("woff2"), url("/views/pages/tt/fonts/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Bebas Neue";
  src: url("/views/pages/tt/fonts/BebasNeueLight.woff2") format("woff2"), url("/views/pages/tt/fonts/BebasNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Bebas Neue";
  src: url("/views/pages/tt/fonts/BebasNeueBold.woff2") format("woff2"), url("/views/pages/tt/fonts/BebasNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

body {
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Bebas Neue"; 
  color: #000;
}

p {
  font-family: "effra";
  font-size: 3.3vw; }
  @media (min-width: 992px) {
    p {
      font-size: 1.5vw; } }
  @media (min-width: 1920px) {
    p {
      font-size: 24px; } }

h1,
h2 {
  font-family: "Bebas Neue";
  text-transform: uppercase;
  font-weight: bold;
  line-height: 120%; }

h2 {
  font-size: 31px; }
  @media (min-width: 992px) {
    h2 {
      font-size: 3vw;
      letter-spacing: 0.2vw; } }
  @media (min-width: 1920px) {
    h2 {
      font-size: 60px; } }
  h2.underlined {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    h2.underlined:after {
      content: "";
      width: 40px;
      height: 4px;
      background-color: black;
      position: absolute;
      bottom: 0px;
      left: 0; }

h1.header-title {
  -webkit-text-stroke: 1px #F15F22;
  padding-top: 40px;
  font-size: 80px;
  color: black;
  line-height: 100%; }
  @media (min-width: 992px) {
    h1.header-title {
      font-size: 12vw; } }
  @media (min-width: 1920px) {
    h1.header-title {
      font-size: 200px; } }

.drop-shadow {
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.5); }

.yellow-highlight {
  font-family: "Bebas Neue";
  color: #fff;
  border-bottom: 4px solid #F15F22;
  text-transform: uppercase;
  display: inline;
  line-height: 100%;
  text-decoration: none;
  font-weight: bold;
  font-size: 42px; }
  @media (min-width: 992px) {
    .yellow-highlight {
      border-bottom: 12px solid #F15F22;
      font-size: 6vw; } }
  @media (min-width: 1920px) {
    .yellow-highlight {
      font-size: 114px; } }

a.yellow-highlight:hover {
  color: #F15F22; }

.button {
  font-size: 26px;
  line-height: 100%;
  padding: 12px 25px;
  background-color: #000;
  transition: 0.5s;
  transform: scale(1);
  color: #fff;
  display: inline-block;
  width: fit-content;
  text-transform: uppercase;
  border: 0;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: bold; }
  @media (min-width: 992px) {
    .button {
      font-size: 2.3vw; } }
  @media (min-width: 1920px) {
    .button {
      font-size: 46px; } }

.yellow-copy-box {
  background-color: #F15F22;
  text-align: center;
  padding: 40px; }
  @media (min-width: 992px) {
    .yellow-copy-box {
      padding: 50px; } }

.container-xxl {
  max-width: 1920px !important; }

main {
  overflow-x: hidden; }

#tt-header .container-xxl {
  background-image: url("/assets/images/tt/mobile/tt-plan-header-mobile-2.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 112vh; }
  @media (min-width: 992px) {
    #tt-header .container-xxl {
      background-image: url("/assets/images/tt/tt-plan-header-desktop-3.jpg");
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat;
      height: 67vw; } }
  @media (min-width: 1920px) {
    #tt-header .container-xxl {
      height: 1275px; } }
  #tt-header .container-xxl .plan-logo-header {
    margin-top: 40px;
    width: 180px; }
    @media (min-width: 992px) {
      #tt-header .container-xxl .plan-logo-header {
        margin-top: 6vw;
        width: 11vw; } }
    @media (min-width: 1920px) {
      #tt-header .container-xxl .plan-logo-header {
        margin-top: 115px;
        width: 200px; } }
  #tt-header .container-xxl .header-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 1600px;
    top: 61%; }
    @media (min-width: 992px) {
      #tt-header .container-xxl .header-wrapper {
        top: 36vw;
        width: 60%; } }
    @media (min-width: 1920px) {
      #tt-header .container-xxl .header-wrapper {
        top: 678px; } }
    #tt-header .container-xxl .header-wrapper h2.sub-header {
      color: #fff;
      font-family: "effra";
      font-weight: 500;
      font-size: 9.4vw;
      letter-spacing: 2vw; }
      @media (min-width: 992px) {
        #tt-header .container-xxl .header-wrapper h2.sub-header {
          font-size: 3.4vw;
          letter-spacing: 0.5vw; } }
      @media (min-width: 1920px) {
        #tt-header .container-xxl .header-wrapper h2.sub-header {
          font-size: 65px; } }
    #tt-header .container-xxl .header-wrapper .tt-logo-header {
      width: 180px;
      margin-top: 90px; }
      @media (min-width: 992px) {
        #tt-header .container-xxl .header-wrapper .tt-logo-header {
          width: 10vw;
          margin-top: 2vw; } }
      @media (min-width: 1920px) {
        #tt-header .container-xxl .header-wrapper .tt-logo-header {
          width: 190px; } }
    #tt-header .container-xxl .header-wrapper .arrow-down {
      margin-top: 30px;
      width: 28px; }
      @media (min-width: 992px) {
        #tt-header .container-xxl .header-wrapper .arrow-down {
          width: 2.8vw;
          margin-top: 3vw; } }
      @media (min-width: 1920px) {
        #tt-header .container-xxl .header-wrapper .arrow-down {
          width: 52px; } }
    #tt-header .container-xxl .header-wrapper .yellow-highlight {
      margin-top: 30px; }
      @media (min-width: 992px) {
        #tt-header .container-xxl .header-wrapper .yellow-highlight {
          margin-top: 1.2vw; } }

#ready-section {
  margin-top: 250px;
  position: relative;
  z-index: 3; }
  @media (min-width: 992px) {
    #ready-section {
      margin-top: 17vw; } }
  @media (min-width: 1920px) {
    #ready-section {
      margin-top: 270px; } }
  #ready-section .container-xxl {
    position: relative; }
    @media (max-width: 991.98px) {
      #ready-section .container-xxl {
        background-image: url("/assets/images/tt/tt-plan-tarmac-1-desktop.jpg");
        background-size: contain;
        background-repeat: repeat; } }
  @media (max-width: 991.98px) {
    #ready-section .mobile-pic {
      width: 105%; } }
  #ready-section .yellow-copy-box {
    width: 90%;
    padding-right: 10%;
    text-align: left; }
    @media (max-width: 991.98px) {
      #ready-section .yellow-copy-box {
        margin-left: auto;
        margin-top: -50px; } }
    @media (min-width: 992px) {
      #ready-section .yellow-copy-box {
        position: absolute;
        width: 50%;
        bottom: -30%;
        right: 0; } }

#section-321 {
  position: relative;
  z-index: 2; }
  #section-321 .container-xxl {
    position: relative;
    background-image: url("/assets/images/tt/tt-plan-tarmac-1-desktop.jpg");
    background-size: contain;
    background-repeat: repeat; }
    @media (max-width: 991.98px) {
      #section-321 .container-xxl {
        padding-bottom: 30vw; } }
    @media (min-width: 992px) {
      #section-321 .container-xxl {
        padding-top: 17vw;
        padding-bottom: 11vw; } }
    @media (min-width: 1920px) {
      #section-321 .container-xxl {
        padding-top: 325px;
        padding-bottom: 210px; } }
    @media (max-width: 991.98px) {
      #section-321 .container-xxl .image-left {
        padding: 50px 0; } }
    @media (min-width: 992px) {
      #section-321 .container-xxl .image-right {
        margin-top: 8.5vw; } }
    @media (min-width: 1920px) {
      #section-321 .container-xxl .image-right {
        margin-top: 150px; } }
    #section-321 .container-xxl .image-top {
      padding: 50px 0; }
    #section-321 .container-xxl .image-bottom {
      padding: 50px 0; }
    #section-321 .container-xxl .block-number {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: absolute;
      width: 55%;
      height: 92vw;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media (max-width: 991.98px) {
        #section-321 .container-xxl .block-number {
          left: 50%;
          transform: translateX(-50%); } }
      @media (min-width: 992px) {
        #section-321 .container-xxl .block-number {
          width: 20%;
          height: 36vw; } }
      @media (min-width: 1920px) {
        #section-321 .container-xxl .block-number {
          height: 690px; } }
      #section-321 .container-xxl .block-number.number-3 {
        background-image: url(/assets/images/tt/tt-3.svg); }
        @media (max-width: 991.98px) {
          #section-321 .container-xxl .block-number.number-3 {
            top: 25px; } }
        @media (min-width: 992px) {
          #section-321 .container-xxl .block-number.number-3 {
            left: 20%;
            top: 9vw; } }
        @media (min-width: 1920px) {
          #section-321 .container-xxl .block-number.number-3 {
            top: 172px; } }
      #section-321 .container-xxl .block-number.number-2 {
        background-image: url(/assets/images/tt/tt-2.svg); }
        @media (max-width: 991.98px) {
          #section-321 .container-xxl .block-number.number-2 {
            top: calc(92vw + 50px); } }
        @media (min-width: 992px) {
          #section-321 .container-xxl .block-number.number-2 {
            left: calc(20% + 20%);
            top: 25vw; } }
        @media (min-width: 1920px) {
          #section-321 .container-xxl .block-number.number-2 {
            top: 480px; } }
      #section-321 .container-xxl .block-number.number-1 {
        background-image: url(/assets/images/tt/tt-1.svg);
        background-position: 41% center !important; }
        @media (max-width: 991.98px) {
          #section-321 .container-xxl .block-number.number-1 {
            margin-top: 205vw; } }
        @media (min-width: 992px) {
          #section-321 .container-xxl .block-number.number-1 {
            left: calc(40% + 20%);
            top: 45vw; } }
        @media (min-width: 1920px) {
          #section-321 .container-xxl .block-number.number-1 {
            top: 862px; } }
        #section-321 .container-xxl .block-number.number-1 span {
          margin-left: 12%; }
      #section-321 .container-xxl .block-number span {
        font-size: 50px;
        color: #fff;
        line-height: 100%;
        font-weight: bold; }
        @media (min-width: 992px) {
          #section-321 .container-xxl .block-number span {
            font-size: 4vw; } }
        @media (min-width: 1920px) {
          #section-321 .container-xxl .block-number span {
            font-size: 90px; } }

#invite-section {
  position: relative;
  z-index: 1; }
  #invite-section .container-xxl {
    background-image: url("/assets/images/tt/mobile/tt-plan-1-photo-mobile.jpg");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative; }
    @media (min-width: 992px) {
      #invite-section .container-xxl {
        background-image: url("/assets/images/tt/tt-plan-1-photo-desktop.jpg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        height: 39.3vw; } }
    @media (min-width: 1920px) {
      #invite-section .container-xxl {
        height: 754px; } }
    #invite-section .container-xxl .yellow-copy-box {
      width: 80%; }
      @media (max-width: 991.98px) {
        #invite-section .container-xxl .yellow-copy-box {
          margin-top: 94vw;
          margin-left: 10%; } }
      @media (min-width: 992px) {
        #invite-section .container-xxl .yellow-copy-box {
          position: absolute;
          top: 88%;
          width: 77%;
          left: 50%;
          transform: translateX(-50%); } }

#details-section {
  margin-top: 100px; }
  @media (min-width: 992px) {
    #details-section {
      margin-top: 30vw; } }
  @media (min-width: 1920px) {
    #details-section {
      margin-top: 600px; } }
  #details-section .container-xxl {
    position: relative; }
    #details-section .container-xxl .row {
      position: relative; }
    #details-section .container-xxl h1 {
      text-align: center; }
      @media (max-width: 991.98px) {
        #details-section .container-xxl h1 {
          font-size: 86px; } }
      @media (min-width: 992px) {
        #details-section .container-xxl h1 {
          position: absolute;
          -webkit-transform: translateX(-50%) translateY(-86%);
          -ms-transform: translateX(-50%) translateY(-86%);
          transform: translateX(-50%) translateY(-86%);
          left: 50%;
          margin-top: 3vw;
          z-index: 0;
          line-height: 100%; } }
    #details-section .container-xxl .lanyard-rail-mobile .slick.lanyards .slick-list {
      border-top: 10px solid #F15F22;
      background-image: url("/assets/images/tt/mobile/tt-plan-details-mobile.jpg");
      background-position: center top;
      background-size: contain;
      background-repeat: no-repeat; }
      #details-section .container-xxl .lanyard-rail-mobile .slick.lanyards .slick-list img {
        width: 70%;
        margin-left: 20px;
        margin-right: 20px; }
    #details-section .container-xxl .lanyard-rail {
      background-image: url("/assets/images/tt/tt-plan-details-desktop.jpg");
      background-position: center top;
      background-size: contain;
      background-repeat: no-repeat;
      margin-top: 3vw;
      height: 39.3vw;
      border-top: 18px solid #F15F22; }
      @media (min-width: 1920px) {
        #details-section .container-xxl .lanyard-rail {
          max-height: 1010px; } }

#tents-section {
  margin-top: 60px; }
  @media (min-width: 992px) {
    #tents-section {
      margin-top: 22vw; } }
  @media (min-width: 1920px) {
    #tents-section {
      margin-top: 300px; } }
  #tents-section #tents {
    width: 45%;
    margin: 0 auto;
    display: block;
    margin-bottom: -2px; }
  #tents-section .yellow-copy-box {
    padding: 30px; }
    @media (min-width: 992px) {
      #tents-section .yellow-copy-box {
        padding: 50px 20%; } }

#flights-section {
  /* padding-top: 50px; */
  padding-bottom: 3vw; }
  @media (min-width: 1920px) {
    #flights-section {
      padding-top: 50px;
      padding-bottom: 190px; } }
  @media (min-width: 1200px) {
    #flights-section .container-xxl {
      /* background-image: url(/assets/images/tt/tt-plan-flights-desktop.png); */
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      height: 53vw; } }
  @media (min-width: 1920px) {
    #flights-section .container-xxl {
      height: 810px; } }
  #flights-section .container-xxl .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-top: 3vw; }
    @media (min-width: 1920px) {
    #flights-section .container-xxl .content-wrapper table {
      font-family: "effra";
      color: #fff;
      font-size: 20px; }
      #flights-section .container-xxl .content-wrapper table .table-header {
        font-weight: bold;
        color: #F15F22; }
    #flights-section .container-xxl .content-wrapper p {
      color: #fff; }
    }

/* Flights table mobile breakpoint */

  @media (max-width: 600px) {
    #flights-section table {
      width: 100% !important;
      overflow-x: scroll;
    }
    #flights-section table {
      width: 360px !important;
      margin-bottom: 10vw;
    }
  }

  /* end of it */

#petrol-head-section {
  position: relative; }
  @media (max-width: 991.98px) {
    #petrol-head-section {
      z-index: 1; } }
  #petrol-head-section .container-xxl {
    background-image: linear-gradient(to bottom, black 70%, transparent 70%), url("/assets/images/tt/tt-plan-tarmac-1-desktop.jpg");
    background-size: cover, cover;
    background-repeat: no-repeat, repeat; }
    @media (min-width: 992px) {
      #petrol-head-section .container-xxl {
        padding-top: 10vw; } }
    @media (min-width: 1920px) {
      #petrol-head-section .container-xxl {
        padding-top: 150px; } }
    #petrol-head-section .container-xxl .content-container {
      position: absolute;
      right: 0;
      width: 90%;
      margin-top: 28vw; }
      @media (min-width: 992px) {
        #petrol-head-section .container-xxl .content-container {
          right: 5%;
          width: 51%;
          margin-top: -8vw; } }
      @media (min-width: 1920px) {
        #petrol-head-section .container-xxl .content-container {
          right: 14%;
          width: 975px;
          margin-top: -100px; } }
      #petrol-head-section .container-xxl .content-container h1 {
        color: transparent; }
        @media (min-width: 992px) {
          #petrol-head-section .container-xxl .content-container h1 {
            font-size: 12vw; } }
        @media (min-width: 1920px) {
          #petrol-head-section .container-xxl .content-container h1 {
            font-size: 235px; } }
      #petrol-head-section .container-xxl .content-container .yellow-copy-box {
        text-align: left;
        width: 100%; }
        @media (min-width: 992px) {
          #petrol-head-section .container-xxl .content-container .yellow-copy-box {
            width: 80%; } }
        @media (min-width: 1920px) {
          #petrol-head-section .container-xxl .content-container .yellow-copy-box {
            padding: 60px;
            width: 82%; } }

#like-this-section .container-xxl {
  position: relative;
  background-image: url("/assets/images/tt/tt-plan-tarmac-1-desktop.jpg");
  background-size: cover;
  padding-top: 90vw; }
  @media (min-width: 992px) {
    #like-this-section .container-xxl {
      padding-top: 9vw; } }
  @media (min-width: 1920px) {
    #like-this-section .container-xxl {
      padding-top: 150px; } }
  #like-this-section .container-xxl #tt-logo-big {
    position: absolute;
    width: 80%;
    left: -5%;
    top: 65vw; }
    @media (min-width: 992px) {
      #like-this-section .container-xxl #tt-logo-big {
        top: -7vw;
        width: 80%;
        left: 6%; } }
    @media (min-width: 1920px) {
      #like-this-section .container-xxl #tt-logo-big {
        top: -190px; } }


#like-this-section .yellow-copy-box {
  position: absolute;
  text-align: left;
  left: 10%;
  top: 91%;
  width: 90%; }
  @media (min-width: 992px) {
    #like-this-section .yellow-copy-box {
      width: 40%;
      left: 7%;
      top: 42%; } }
  @media (min-width: 1920px) {
    #like-this-section .yellow-copy-box {
      padding: 60px;
      top: 50%; } }

@media (max-width: 991.98px) {
  #hq-section {
    margin-top: 90vw; } }

#hq-section .container-xxl {
  position: relative;
  background-image: linear-gradient(to top, black 70%, transparent 70%), url("/assets/images/tt/tt-plan-tarmac-1-desktop.jpg");
  background-size: cover, cover;
  background-repeat: no-repeat, repeat; }
  @media (min-width: 992px) {
    #hq-section .container-xxl {
      padding-top: 9vw; } }
  @media (min-width: 1920px) {
    #hq-section .container-xxl {
      padding-top: 100px; } }

#hq-section .yellow-copy-box {
  position: absolute;
  text-align: left;
  right: 0;
  width: 90%; }
  @media (max-width: 991.98px) {
    #hq-section .yellow-copy-box {
      top: 40vw; } }
  @media (min-width: 992px) {
    #hq-section .yellow-copy-box {
      width: 40%;
      right: 10%;
      bottom: 0; } }

#yes-section {
  margin-top: 80vw; }
  @media (min-width: 992px) {
    #yes-section {
      margin-top: 100px; } }
  #yes-section .container-xxl {
    position: relative; }
    #yes-section .container-xxl .bg-holder {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 41vw;
      background-image: url(/assets/images/tt/mobile/tt-plan-yes-mobile.png);
      background-position: center top;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (min-width: 992px) {
        #yes-section .container-xxl .bg-holder {
          background-image: url(/assets/images/tt/tt-plan-yes-desktop.png);
          background-position: center top;
          background-size: contain;
          background-repeat: no-repeat;
          height: 41vw; } }
      @media (min-width: 1920px) {
        #yes-section .container-xxl .bg-holder {
          height: 780px; } }
      #yes-section .container-xxl .bg-holder p {
        color: #F15F22;
        font-weight: bold;
        font-size: 7vw;
        font-family: "Bebas Neue";
        margin-bottom: 0; }
        @media (min-width: 992px) {
          #yes-section .container-xxl .bg-holder p {
            font-size: 4vw; } }
        @media (min-width: 1920px) {
          #yes-section .container-xxl .bg-holder p {
            font-size: 70px; } }

#footer-section {
  position: relative; }
  #footer-section .container-xxl {
    margin-top: -9vw; }
    @media (min-width: 1920px) {
      #footer-section .container-xxl {
        margin-top: -90px; } }
    #footer-section .container-xxl .please {
      color: #ffffff;
      margin: 0 auto;
      width: 90%; }
      @media (min-width: 992px) {
        #footer-section .container-xxl .please {
          width: 50%; } }
    #footer-section .container-xxl .plan-logo {
      width: 100px;
      margin-top: 100px;
      filter: invert(100%); }
      #footer-section .container-xxl .plan-logo:hover {
        filter: invert(84%) sepia(47%) saturate(1270%) hue-rotate(355deg) brightness(106%) contrast(111%); }
      @media (min-width: 992px) {
        #footer-section .container-xxl .plan-logo {
          width: 9vw;
          margin-top: 8vw; } }
      @media (min-width: 1920px) {
        #footer-section .container-xxl .plan-logo {
          width: 172px; } }
    #footer-section .container-xxl .social-icons {
      margin-top: 40px; }
      @media (min-width: 992px) {
        #footer-section .container-xxl .social-icons {
          margin-top: 3vw; } }
      @media (min-width: 1920px) {
        #footer-section .container-xxl .social-icons {
          margin-top: 50px; } }
      #footer-section .container-xxl .social-icons a:not(:first-child) {
        margin-left: 21px; }
        @media (min-width: 992px) {
          #footer-section .container-xxl .social-icons a:not(:first-child) {
            margin-left: 1.4vw; } }
        @media (min-width: 1920px) {
          #footer-section .container-xxl .social-icons a:not(:first-child) {
            margin-left: 40px; } }
      #footer-section .container-xxl .social-icons img {
        width: 38px; }
        @media (min-width: 992px) {
          #footer-section .container-xxl .social-icons img {
            width: 2vw; } }
        @media (min-width: 1920px) {
          #footer-section .container-xxl .social-icons img {
            width: 32px; } }
    #footer-section .container-xxl .disclaimer {
      color: #929bbe;
      font-size: 12px;
      width: 80%;
      margin: 40px auto 70px; }
      @media (min-width: 992px) {
        #footer-section .container-xxl .disclaimer {
          width: 70%;
          font-size: 0.9vw;
          margin: 3vw auto; } }
      @media (min-width: 1920px) {
        #footer-section .container-xxl .disclaimer {
          font-size: 16px;
          margin: 80px auto 100px; } }

@media (min-width: 992px) {
  /* ANIMATIONS */
  .delayed-1 {
    animation-delay: 0.1s !important; }
  .delayed-2 {
    animation-delay: 0.2s !important; }
  .delayed-3 {
    animation-delay: 0.3s !important; }
  .delayed-4 {
    animation-delay: 0.4s !important; }
  .delayed-5 {
    animation-delay: 0.5s !important; }
  .delayed-6 {
    animation-delay: 0.6s !important; }
  .delayed-7 {
    animation-delay: 0.7s !important; }
  .delayed-8 {
    animation-delay: 0.8s !important; }
  .delayed-9 {
    animation-delay: 0.9s !important; }
  .animista {
    opacity: 0; }
    .animista.appear.scale-in-center {
      -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .animista.appear.fade-in-bottom {
      -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    .animista.appear.kenburns-top {
      opacity: 1;
      -webkit-animation: kenburns-top 5s ease-out both;
      animation: kenburns-top 5s ease-out both; }
    .animista.appear.tracking-in-contract-bck {
      -webkit-animation: tracking-in-contract-bck 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
      animation: tracking-in-contract-bck 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
    .animista.appear.fade-in {
      -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    .animista.appear.fade-in-right {
      -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    .animista.appear.fade-in-left {
      -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
      animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    .animista.appear.slide-in-top {
      opacity: 1;
      -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .animista.appear.slide-in-left {
      -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .animista.appear.slide-in-right {
      -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .animista.appear.slide-in-fwd-center {
      opacity: 1;
      -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    .animista.disappear.fade-out {
      -webkit-animation: fade-out 1s ease-out both;
      animation: fade-out 1s ease-out both; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-7-19 16:7:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-7-20 15:36:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-7-21 10:21:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%; }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top; } }

@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%; }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-7-21 9:14:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-7-21 12:44:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-8-5 11:1:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ----------------------------------------------
 * Generated by Animista on 2023-2-28 17:19:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2023-2-28 17:23:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2023-3-31 13:1:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2023-3-31 13:12:53
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2023-3-31 15:19:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2023-3-31 13:20:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-fwd-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
