/** ----------------- **/
/** 1. MAIN SLIDESHOW **/
/** ----------------- **/
.slideshows-parent {
  position: relative; }

body.home h2 {
  color: #fff; }

@media (max-width: 768px) {
  body.home .kk_club .container {
    max-width: 705px; } }

/** -------------------- **/
/** KATH TO DO **/
/** -------------------- **/
#kath-to-do {
  position: absolute;
  bottom: -40px;
  width: 15vw;
  min-width: 180px;
  max-width: 230px;
  z-index: 1;
  opacity: 0; }
  @media (max-width: 768px) {
    #kath-to-do {
      left: 10px; } }
  @media (max-width: 480px) {
    #kath-to-do {
      display: none; } }
  #kath-to-do .to_do_button {
    width: 60px;
    height: 60px;
    background-color: #02d0d8;
    background-image: url("../images/homepage/hand-icon.png");
    border-radius: 60px;
    background-size: cover;
    border: 4px solid #f9a300;
    background-position: 45% center;
    background-size: 55%;
    background-repeat: no-repeat;
    position: absolute;
    right: -5px;
    bottom: 20px;
    cursor: pointer;
    -o-transition: all .3s ease-in-out;
       transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; }
    #kath-to-do .to_do_button:hover {
      border-color: #02d0d8;
      background-color: #f9a300; }
    @media (max-width: 991px) {
      #kath-to-do .to_do_button {
        width: 40px;
        height: 40px;
        border: 2px solid #f9a300;
        right: 0; } }
    @media (max-width: 480px) {
      #kath-to-do .to_do_button {
        width: 12vw;
        height: 12vw; } }
  @media (max-height: 780px) {
    #kath-to-do {
      width: 26vh;
      min-width: 180px; }
      #kath-to-do .to_do_button {
        width: 40px;
        height: 40px;
        border: 2px solid #f9a300;
        right: 0; } }
  @media (max-width: 480px) {
    #kath-to-do {
      left: 30px;
      width: 40vw; } }

/** -------------------- **/
/** 2. FEATURED PRODUCTS **/
/** -------------------- **/
.featured_products_wrapper {
  background-color: #fff;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  margin-top: -2px; }
  @media (max-width: 1025px) {
    .featured_products_wrapper {
      padding-top: 70px; } }
  @media (max-width: 992px) {
    .featured_products_wrapper {
      padding-top: 50px; } }
  .featured_products_wrapper .featured_products_left h2 {
    -webkit-text-stroke: 0px;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    color: #02d0d8;
    -webkit-font-smoothing: antialiased;
    max-width: 600px;
    padding-top: 40px; }
    @media (max-width: 1600px) {
      .featured_products_wrapper .featured_products_left h2 {
        font-size: 46px; } }
    @media (max-width: 1281px) {
      .featured_products_wrapper .featured_products_left h2 {
        font-size: 42px; } }
    @media (max-width: 1025px) {
      .featured_products_wrapper .featured_products_left h2 {
        font-size: 38px; } }
    @media (max-width: 991px) {
      .featured_products_wrapper .featured_products_left h2 {
        font-size: 44px; } }
    @media (max-width: 480px) {
      .featured_products_wrapper .featured_products_left h2 {
        padding-top: 10px;
        font-size: 40px; } }
    @media (max-width: 400px) {
      .featured_products_wrapper .featured_products_left h2 {
        font-size: 34px; } }
  .featured_products_wrapper .featured_products_left p {
    max-width: 500px;
    font-size: 30px;
    line-height: 36px; }
    @media (max-width: 1440px) {
      .featured_products_wrapper .featured_products_left p {
        font-size: 24px;
        line-height: 26px; } }
  @media (max-width: 767px) {
    .featured_products_wrapper .featured_products_left {
      padding: 0 30px; } }
  @media (max-width: 480px) {
    .featured_products_wrapper .featured_products_left {
      padding: 0 20px; } }
  @media (max-width: 991px) {
    .featured_products_wrapper .featured_products_right {
      padding-top: 30px; } }
  .featured_products_wrapper .featured_products_right .featured-product-arrow {
    cursor: pointer;
    position: absolute;
    top: 25%;
    font-size: 30px;
    z-index: 5;
    color: #02d0d8;
    text-align: center;
    border: 1px solid #02d0d8;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 100%;
    -o-transition: all .3s ease-in-out;
       transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; }
    .featured_products_wrapper .featured_products_right .featured-product-arrow.left {
      left: -20px; }
      @media (max-width: 1281px) {
        .featured_products_wrapper .featured_products_right .featured-product-arrow.left {
          left: 0px; } }
    .featured_products_wrapper .featured_products_right .featured-product-arrow.right {
      right: -20px; }
      @media (max-width: 1281px) {
        .featured_products_wrapper .featured_products_right .featured-product-arrow.right {
          right: 0px; } }
    .featured_products_wrapper .featured_products_right .featured-product-arrow:hover {
      color: #fff;
      background-color: #02d0d8; }
    @media (max-width: 991px) {
      .featured_products_wrapper .featured_products_right .featured-product-arrow.right {
        right: 15px; }
      .featured_products_wrapper .featured_products_right .featured-product-arrow.left {
        left: 15px; } }
  .featured_products_wrapper .featured_products_right .featured_slideshow {
    margin-top: -30px;
    margin-bottom: 50px; }
    @media (max-width: 1441px) {
      .featured_products_wrapper .featured_products_right .featured_slideshow {
        margin-top: -50px; } }
    @media (max-width: 1350px) {
      .featured_products_wrapper .featured_products_right .featured_slideshow {
        margin-top: 0; } }
    @media (max-width: 1281px) {
      .featured_products_wrapper .featured_products_right .featured_slideshow {
        margin-top: -40px;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 1025px) {
      .featured_products_wrapper .featured_products_right .featured_slideshow {
        margin-top: -55px; } }
    @media (max-width: 992px) {
      .featured_products_wrapper .featured_products_right .featured_slideshow {
        margin-top: 0;
        margin-bottom: 20px; } }
  .featured_products_wrapper .featured_products_right .browse_the_shop .paper_cta {
    position: absolute;
    width: 250px;
    left: -80px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .featured_products_wrapper .featured_products_right .browse_the_shop .paper_cta {
        width: 200px; }
        .featured_products_wrapper .featured_products_right .browse_the_shop .paper_cta h3 {
          max-width: 190px;
          font-size: 27px; } }
    @media (max-width: 991px) {
      .featured_products_wrapper .featured_products_right .browse_the_shop .paper_cta {
        left: 15px; } }
  .featured_products_wrapper .featured_products_right .browse_the_shop img.shop-image {
    float: right; }
    @media (max-width: 991px) {
      .featured_products_wrapper .featured_products_right .browse_the_shop img.shop-image {
        margin-top: 130px; } }

.prue_trude_wrapper {
  margin-top: -40px;
  z-index: 100;
  position: relative; }
  @media (max-width: 768px) {
    .prue_trude_wrapper {
      display: none; }
      .prue_trude_wrapper.closed {
        display: block; } }
  .prue_trude_wrapper.closed {
    margin-top: 10px; }
  .prue_trude_wrapper .pt_inner {
    float: right; }
    .prue_trude_wrapper .pt_inner .prue_trude_text {
      background-image: url("../images/homepage/prue-n-trude.png");
      background-size: 100% 100%;
      padding-left: 30.5px;
      padding-right: 38.2px;
      padding-top: 15.546px;
      padding-bottom: 29.63px;
      width: 250px;
      display: inline-block;
      top: 10px;
      position: relative;
      z-index: -1; }
      @media (max-width: 1025px) {
        .prue_trude_wrapper .pt_inner .prue_trude_text {
          padding-bottom: 20.63px;
          padding-top: 10px;
          width: 240px; } }
      .prue_trude_wrapper .pt_inner .prue_trude_text .inner {
        -webkit-transform: rotate(-6deg);
             -o-transform: rotate(-6deg);
                transform: rotate(-6deg); }
        .prue_trude_wrapper .pt_inner .prue_trude_text .inner h3 {
          font-family: "Cartwheel", sans-serif;
          color: #e73787;
          font-size: 22px;
          padding: 0;
          margin: 0;
          margin-bottom: 4px;
          padding: 15px 0; }
          @media (max-width: 1025px) {
            .prue_trude_wrapper .pt_inner .prue_trude_text .inner h3 {
              font-size: 20px; } }
        .prue_trude_wrapper .pt_inner .prue_trude_text .inner span {
          font-family: "Cartwheel", sans-serif;
          font-size: 21.22px;
          color: #e73787;
          display: none; }
    .prue_trude_wrapper .pt_inner .shop-image {
      width: 210px;
      margin-left: -75px; }
      @media (max-width: 1025px) {
        .prue_trude_wrapper .pt_inner .shop-image {
          width: 190px; } }
  @media (max-width: 767px) {
    .prue_trude_wrapper .pt_inner .prue_trude_text {
      background-image: url("../images/homepage/prue-n-trude.png");
      background-size: 100% 100%;
      padding-left: 29.75px;
      padding-right: 26.74px;
      padding-top: 21.3822px;
      padding-bottom: 24.941px;
      width: 175px;
      display: inline-block; }
      .prue_trude_wrapper .pt_inner .prue_trude_text .inner {
        -webkit-transform: rotate(-6deg);
             -o-transform: rotate(-6deg);
                transform: rotate(-6deg); }
        .prue_trude_wrapper .pt_inner .prue_trude_text .inner h3 {
          font-family: "Cartwheel", sans-serif;
          color: #e73787;
          font-size: 15.4px;
          padding: 0;
          margin: 0;
          margin-bottom: 4px; }
        .prue_trude_wrapper .pt_inner .prue_trude_text .inner span {
          font-family: "Cartwheel", sans-serif;
          font-size: 14.854px;
          color: #e73787; }
    .prue_trude_wrapper .pt_inner .shop-image {
      width: 196px;
      margin-left: -52.5px; } }
  @media (max-width: 480px) {
    .prue_trude_wrapper .pt_inner .prue_trude_text {
      width: 169px; }
    .prue_trude_wrapper .pt_inner h3 {
      padding-right: 5px !important; }
    .prue_trude_wrapper .pt_inner .shop-image {
      width: 162px; } }

/** --------------- **/
/** 3. TILED CONTENT **/
/** --------------- **/
.tiled-content-wrapper {
  margin-bottom: 20px; }
  .tiled-content-wrapper .container {
    border-radius: 25px 25px 0px 0px;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.24);
    padding: 0; }
    @media (max-width: 768px) {
      .tiled-content-wrapper .container {
        padding-left: 15px;
        padding-right: 15px;
        box-shadow: none; }
        .tiled-content-wrapper .container .inner {
          border-radius: 25px 25px 0px 0px;
          box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.24); } }
    .tiled-content-wrapper .container .left-panel-wrapper {
      background-color: #e73787;
      border-radius: 25px 0px 0px 0px;
      border-right: 0;
      border-bottom: 0; }
      .tiled-content-wrapper .container .left-panel-wrapper .left-panel {
        padding: 30px;
        padding-bottom: 0; }
        .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-heading {
          background-image: url("../images/homepage/left-panel-title.png");
          background-size: cover;
          padding-left: 55px;
          padding-right: 22px;
          padding-top: 21px;
          padding-bottom: 15px;
          width: 330px;
          margin-left: -100px;
          margin-top: 30px;
          margin-bottom: 15px; }
          .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-heading h2 {
            padding-top: 10px;
            padding-bottom: 2px;
            margin-right: 10px;
            font-family: "Sanuk-Fat", serif;
            font-size: 35px; }
          @media (max-width: 1365px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-heading {
              margin-left: -90px; } }
          @media (max-width: 1280px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-heading {
              margin-left: -70px;
              margin-top: 10px; } }
          @media (max-width: 1199px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-heading {
              margin-top: 10px; } }
          @media (max-width: 1024px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-heading {
              margin-left: -60px;
              padding-left: 30px;
              width: 300px; } }
          @media (max-width: 991px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-heading {
              margin-top: -10px; } }
          @media (max-width: 767px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-heading {
              margin-left: -60px; } }
          @media (max-width: 480px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-heading {
              width: calc(106vw - 30px);
              width: 80vw; }
              .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-heading h2 {
                font-size: 33px; } }
          @media (max-width: 400px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-heading h2 {
              font-size: 30px; } }
        .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-content {
          color: #fff;
          font-family: "chaparral-pro-display", serif;
          font-weight: bold;
          font-style: italic;
          -webkit-font-smoothing: antialiased;
          font-size: 20px;
          margin-bottom: 15px; }
          @media (max-width: 991px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-content {
              width: 50%; } }
          @media (max-width: 767px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-content {
              width: 100%; } }
        .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-image {
          text-align: right;
          position: absolute;
          bottom: 0; }
          .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-image img {
            width: 80%;
            margin: 0 auto;
            margin-top: 0;
            text-align: center; }
            @media (max-width: 767px) {
              .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-image img {
                width: 100%;
                margin-top: 30px; } }
            @media (max-width: 767px) {
              .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-image img {
                margin-right: -45px;
                max-width: 270px; } }
          @media (max-width: 991px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-image {
              right: 0;
              width: 55%; } }
          @media (max-width: 767px) {
            .tiled-content-wrapper .container .left-panel-wrapper .left-panel .left-panel-image {
              position: initial;
              text-align: right;
              width: 100%; } }
      .tiled-content-wrapper .container .left-panel-wrapper .floating-cluster {
        position: absolute;
        width: 100%;
        height: 40%;
        left: 0;
        bottom: 0;
        pointer-events: none; }
        .tiled-content-wrapper .container .left-panel-wrapper .floating-cluster .floating:first-child {
          left: 40px;
          bottom: 40px; }
        .tiled-content-wrapper .container .left-panel-wrapper .floating-cluster .floating:nth-child(2) {
          left: -20px;
          bottom: 120px; }
        .tiled-content-wrapper .container .left-panel-wrapper .floating-cluster .floating:nth-child(3) {
          left: 50px;
          bottom: 200px; }
        @media (max-width: 991px) {
          .tiled-content-wrapper .container .left-panel-wrapper .floating-cluster .floating:first-child {
            right: 60%;
            left: unset;
            bottom: 15%; }
          .tiled-content-wrapper .container .left-panel-wrapper .floating-cluster .floating:nth-child(2) {
            right: 79%;
            left: unset;
            bottom: 50%; }
          .tiled-content-wrapper .container .left-panel-wrapper .floating-cluster .floating:nth-child(3) {
            right: 66%;
            left: unset;
            bottom: 77%; } }
      @media (max-width: 991px) {
        .tiled-content-wrapper .container .left-panel-wrapper {
          border-radius: 25px 25px 0px 0px;
          padding-bottom: 30px; } }
      @media (max-width: 767px) {
        .tiled-content-wrapper .container .left-panel-wrapper {
          padding-bottom: 0; } }
    .tiled-content-wrapper .container .right-panel-wrapper {
      border-radius: 0px 25px 0px 0px;
      border-left: 0;
      border-bottom: 0; }
      @media (max-width: 768px) {
        .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel {
          padding-top: 40px; } }
      @media (max-width: 480px) {
        .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel {
          padding-top: 20px; } }
      .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel h2 {
        font-family: "Cartwheel", sans-serif;
        font-size: 35px;
        padding-bottom: 0;
        min-height: 50px;
        padding: 20px;
        color: #e73787;
        -webkit-transform: rotate(-2deg);
             -o-transform: rotate(-2deg);
                transform: rotate(-2deg);
        -webkit-font-smoothing: antialiased; }
        @media (max-width: 767px) {
          .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel h2 {
            width: 70%; } }
        @media (max-width: 580px) {
          .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel h2 {
            width: 100%; } }
      .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_content {
        padding: 20px; }
        .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_content p {
          font-size: 20px; }
        @media (max-width: 1199px) {
          .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_content {
            padding-bottom: 10px; } }
        @media (max-width: 767px) {
          .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_content {
            padding-bottom: 20px; } }
        @media (max-width: 480px) {
          .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_content {
            padding-top: 0px; } }
      .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_cta {
        padding-left: 20px; }
        .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_cta button {
          margin: 0; }
      .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image {
        position: relative; }
        .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster {
          position: absolute;
          width: 100%;
          height: 100%; }
          .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster .floating:first-child {
            right: -60px;
            top: 50px; }
          .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster .floating:nth-child(2) {
            right: 65px;
            top: 140px; }
          .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster .floating:nth-child(3) {
            right: -15px;
            top: 240px; }
          .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster .floating:nth-child(4) {
            right: 70px;
            top: 40px; }
          .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster .floating:nth-child(5) {
            right: -80px;
            top: 200px; }
          @media (max-width: 767px) {
            .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster {
              width: 60%;
              right: 20%;
              top: 30px; }
              .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster .floating:first-child {
                right: -15%;
                top: 20%; }
              .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster .floating:nth-child(2) {
                right: 42%;
                top: 48%; }
              .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster .floating:nth-child(3) {
                right: -6%;
                top: 75%; }
              .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster .floating:nth-child(4) {
                right: 25%;
                top: 13%; }
              .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image .floating-cluster .floating:nth-child(5) {
                right: -23%;
                top: 65%; } }
        .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image img {
          width: 120%;
          margin-left: -5%;
          margin-top: -30px; }
          @media (max-width: 1199px) {
            .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image img {
              width: 130%;
              margin-top: -20px;
              margin-left: -15%; } }
          @media (max-width: 767px) {
            .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image img {
              width: 90%;
              margin-top: auto;
              margin-left: auto;
              margin: 0 auto; } }
        @media (max-width: 767px) {
          .tiled-content-wrapper .container .right-panel-wrapper .top_right_panel .top_panel_image {
            text-align: center;
            margin-top: 10px; } }
      .tiled-content-wrapper .container .right-panel-wrapper .bottom_left_square {
        background-image: url("../images/homepage/leopard-pattern-blue.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        padding: 20px; }
        .tiled-content-wrapper .container .right-panel-wrapper .bottom_left_square .bottom_left_heading {
          position: relative;
          z-index: 1; }
          .tiled-content-wrapper .container .right-panel-wrapper .bottom_left_square .bottom_left_heading h2 {
            -webkit-transform: rotate(-2deg);
                 -o-transform: rotate(-2deg);
                    transform: rotate(-2deg);
            font-size: 28px;
            background-color: #2a154c;
            padding: 5px 10px;
            text-align: center; }
            @media (max-width: 1199px) {
              .tiled-content-wrapper .container .right-panel-wrapper .bottom_left_square .bottom_left_heading h2 {
                font-size: 24px; } }
          @media (max-width: 767px) {
            .tiled-content-wrapper .container .right-panel-wrapper .bottom_left_square .bottom_left_heading {
              display: inline-block; } }
        .tiled-content-wrapper .container .right-panel-wrapper .bottom_left_square .bottom_left_image {
          margin-top: -10px; }
          .tiled-content-wrapper .container .right-panel-wrapper .bottom_left_square .bottom_left_image img {
            -webkit-transform: rotate(2deg);
                 -o-transform: rotate(2deg);
                    transform: rotate(2deg);
            width: 272px;
            margin: 0 auto; }
            @media (max-width: 480px) {
              .tiled-content-wrapper .container .right-panel-wrapper .bottom_left_square .bottom_left_image img {
                max-width: 100%; } }
        .tiled-content-wrapper .container .right-panel-wrapper .bottom_left_square .bottom_left_cta {
          position: relative;
          z-index: 1;
          margin-top: -20px; }
          .tiled-content-wrapper .container .right-panel-wrapper .bottom_left_square .bottom_left_cta a {
            display: inline-block;
            width: 50%; }
          .tiled-content-wrapper .container .right-panel-wrapper .bottom_left_square .bottom_left_cta button {
            margin: 0;
            width: 100%; }
      .tiled-content-wrapper .container .right-panel-wrapper .bottom_right_square {
        background-image: url("../images/homepage/bokeh-pattern-yellow.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        padding: 20px; }
        .tiled-content-wrapper .container .right-panel-wrapper .bottom_right_square .bottom_right_heading h2 {
          font-family: "Cartwheel", sans-serif;
          font-size: 30px;
          -webkit-transform: rotate(3deg);
               -o-transform: rotate(3deg);
                  transform: rotate(3deg);
          color: #2a154c;
          margin: 0;
          padding: 20px;
          padding-top: 0;
          padding-bottom: 10px;
          text-align: right; }
        @media (max-width: 767px) {
          .tiled-content-wrapper .container .right-panel-wrapper .bottom_right_square .bottom_right_heading {
            display: inline-block; } }
        .tiled-content-wrapper .container .right-panel-wrapper .bottom_right_square .bottom_right_image img {
          width: 245px;
          margin: 0 auto; }
      @media (max-width: 991px) {
        .tiled-content-wrapper .container .right-panel-wrapper {
          border-top: 0;
          border-bottom: 0;
          border-radius: 0; } }
    .tiled-content-wrapper .container .kk_quiz_wrapper {
      background-color: #fff;
      border-top: none; }
      .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz {
        padding: 0 50px;
        overflow: visible; }
        @media (max-width: 480px) {
          .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz {
            padding: 0 30px; } }
        .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_left {
          padding: 50px 15px; }
          .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_left .line {
            padding-top: 20px;
            margin-bottom: 20px; }
          .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_left .kk_quiz_logos {
            text-align: center;
            width: 300px; }
            .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_left .kk_quiz_logos .kk_site_logo {
              display: block;
              margin: 0 auto;
              position: relative;
              z-index: 1;
              width: 100%; }
              @media (max-width: 991px) {
                .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_left .kk_quiz_logos .kk_site_logo {
                  margin: 0;
                  width: 100%; } }
            .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_left .kk_quiz_logos .kk_quiz_logo {
              display: block;
              margin: 0 auto;
              width: 60%;
              margin-top: -5px; }
              @media (max-width: 991px) {
                .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_left .kk_quiz_logos .kk_quiz_logo {
                  margin: 0 auto;
                  margin-top: -5px;
                  width: 65%; } }
            @media (max-width: 480px) {
              .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_left .kk_quiz_logos {
                width: 100%; } }
          @media (max-width: 767px) {
            .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_left {
              padding: 40px 0px; } }
          @media (max-width: 320px) {
            .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_left .btn_main {
              width: 100%; } }
        .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right {
          text-align: right;
          position: relative; }
          .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            pointer-events: none; }
            .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster .floating:first-child {
              top: 20px;
              right: 40px; }
            .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster .floating:nth-child(2) {
              top: 30%;
              right: 0; }
            .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster .floating:nth-child(3) {
              left: 115px;
              bottom: 85px;
              z-index: 1; }
            @media (max-width: 1199px) {
              .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster .floating:first-child {
                top: 40px; }
              .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster .floating:nth-child(3) {
                left: 75px; } }
            @media (max-width: 991px) {
              .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster {
                height: 50%;
                bottom: 0;
                top: unset; }
                .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster .floating:first-child {
                  top: -50px; }
                .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster .floating:nth-child(2) {
                  top: 15%; }
                .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster .floating:nth-child(3) {
                  left: 45px;
                  bottom: 50px; } }
            @media (max-width: 767px) {
              .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster {
                height: 100%;
                bottom: 0;
                top: unset; }
                .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster .floating:first-child {
                  top: 0;
                  right: 16%; }
                .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster .floating:nth-child(2) {
                  top: 28%;
                  right: 7%; }
                .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right .floating-cluster .floating:nth-child(3) {
                  left: 10%;
                  bottom: 18%; } }
          .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right img {
            max-width: 80%;
            height: 90%;
            position: absolute;
            right: 15px;
            bottom: 0; }
            @media (max-width: 1441px) {
              .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right img {
                height: auto; } }
            @media (max-width: 1199px) {
              .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right img {
                height: auto; } }
            @media (max-width: 767px) {
              .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right img {
                position: initial;
                width: 100%; } }
          @media (max-width: 767px) {
            .tiled-content-wrapper .container .kk_quiz_wrapper .kk_quiz .kk_quiz_right {
              text-align: center; } }
  @media (max-width: 767px) {
    .tiled-content-wrapper {
      padding: 0; } }

.iziModal-overlay {
  z-index: 99998 !important; }

.video_popup {
  background-color: transparent;
  box-shadow: none;
  z-index: 99999 !important; }
  .video_popup .iziModal-content {
    padding: 20px 20px 15px 20px !important;
    background: #e73787;
    border: 2px dashed #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 80px; }
    .video_popup .iziModal-content button {
      position: absolute;
      top: -25px;
      right: -25px;
      width: 40px;
      height: 40px;
      border: none;
      padding: 0;
      font-size: 24px;
      border-radius: 100%;
      background-color: transparent;
      display: inline-block; }
      .video_popup .iziModal-content button:after {
        content: '';
        width: 20px;
        height: 20px;
        background-color: black;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 0; }
      .video_popup .iziModal-content button img {
        width: 40px;
        height: 40px;
        position: relative;
        z-index: 1; }
      @media (max-width: 991px) {
        .video_popup .iziModal-content button {
          top: 7px;
          left: 7px;
          right: unset; } }
    .video_popup .iziModal-content iframe {
      width: 100%;
      min-width: 321px;
      max-width: 100%;
      height: 70vh;
      max-height: 580px;
      border-top-left-radius: 21px;
      border-bottom-right-radius: 36px;
      border-bottom-left-radius: 12px;
      border-top-right-radius: 67px; }
      @media (max-width: 991px) {
        .video_popup .iziModal-content iframe {
          max-height: 380px; } }
      @media (max-width: 320px) {
        .video_popup .iziModal-content iframe {
          min-width: auto; } }

/** ----------------- **/
/** INTRO SLIDESHOW **/
/** ----------------- **/
.intro_slideshow_wrapper, .intro_slideshow, .intro_slideshow .slick-list {
  min-height: calc(88vh - 150px); }
  @media (max-width: 991px) {
    .intro_slideshow_wrapper, .intro_slideshow, .intro_slideshow .slick-list {
      min-height: calc(88vh - 137px); } }
  @media (max-width: 768px) {
    .intro_slideshow_wrapper, .intro_slideshow, .intro_slideshow .slick-list {
      min-height: calc(88vh - 220px); } }

.intro_slideshow .intro_right, .intro_slideshow .intro_left, .intro_slideshow .intro_right .intro_image_wrapper {
  height: calc(88vh - 150px); }
  @media (max-width: 991px) {
    .intro_slideshow .intro_right, .intro_slideshow .intro_left, .intro_slideshow .intro_right .intro_image_wrapper {
      height: calc(88vh - 137px); } }
  @media (max-width: 768px) {
    .intro_slideshow .intro_right, .intro_slideshow .intro_left, .intro_slideshow .intro_right .intro_image_wrapper {
      height: auto; } }

.intro_slideshow_wrapper {
  padding-top: 150px;
  background-size: contain;
  -webkit-transition: background 0.5s linear;
       -o-transition: background 0.5s linear;
          transition: background 0.5s linear;
  background-size: 650px;
  background-color: #e73787;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed499a+1,ef175f+100 */
  background: #ed499a;
  /* Old browsers */
  background: -webkit-linear-gradient(45deg, #ed499a 1%, #d04087 100%);
  background: -o-linear-gradient(45deg, #ed499a 1%, #d04087 100%);
  background: linear-gradient(45deg, #ed499a 1%, #d04087 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed499a', endColorstr='#ef175f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .intro_slideshow_wrapper .intro_slideshow .intro_left {
    padding-left: 0px; }
    .intro_slideshow_wrapper .intro_slideshow .intro_left .intro_title_1 {
      opacity: 0;
      font-size: 4.2vw;
      text-shadow: -3.5px -3.5px 3.5px #02d0d8, 3.5px -3.5px 3.5px #02d0d8, -4.5px 3.5px 3.5px #02d0d8, 3.5px 3.5px 3.5px #02d0d8;
      padding-top: 7vh; }
      @media (min-width: 2000px) {
        .intro_slideshow_wrapper .intro_slideshow .intro_left .intro_title_1 {
          font-size: 70px; } }
      @media (max-width: 768px) {
        .intro_slideshow_wrapper .intro_slideshow .intro_left .intro_title_1 {
          font-size: 32px; } }
    .intro_slideshow_wrapper .intro_slideshow .intro_left .title_2_placeholder {
      background-image: url("../images/homepage/blue_placeholder.png");
      background-size: cover;
      opacity: 0;
      padding-left: 20px;
      padding-right: 15px;
      padding-top: 3px;
      padding-bottom: 3px;
      margin-left: -12px;
      margin-top: 10px;
      display: inline-block; }
    .intro_slideshow_wrapper .intro_slideshow .intro_left .intro_title_2 {
      opacity: 1;
      font-size: 3.1vw;
      text-shadow: -2px -2px 2px #02d0d8, 2px -2px 2px #02d0d8, -3px 2px 2px #02d0d8, 2px 2px 2px #02d0d8;
      padding-top: 10px;
      padding-bottom: 2px;
      margin-right: 10px;
      font-family: "Sanuk-Fat", serif;
      -webkit-transform: rotate(-1deg);
           -o-transform: rotate(-1deg);
              transform: rotate(-1deg); }
      .intro_slideshow_wrapper .intro_slideshow .intro_left .intro_title_2 h2 {
        padding-left: 10px; }
      @media (min-width: 2000px) {
        .intro_slideshow_wrapper .intro_slideshow .intro_left .intro_title_2 {
          font-size: 55px; } }
      @media (max-width: 768px) {
        .intro_slideshow_wrapper .intro_slideshow .intro_left .intro_title_2 {
          font-size: 25px;
          margin-right: 0; } }
  .intro_slideshow_wrapper .intro_slideshow .intro_right .intro_image_wrapper {
    display: table;
    height: 100%;
    width: 100%;
    opacity: 0; }
    .intro_slideshow_wrapper .intro_slideshow .intro_right .intro_image_wrapper > div {
      display: table-cell;
      vertical-align: bottom;
      vertical-align: middle; }
      .intro_slideshow_wrapper .intro_slideshow .intro_right .intro_image_wrapper > div img {
        max-height: calc(88vh - 150px);
        max-height: 100vh;
        float: right;
        padding-top: 4vh;
        float: none;
        margin-left: auto;
        margin-right: auto;
        height: 70vh;
        max-height: 150vh; }
        @media (max-width: 991px) {
          .intro_slideshow_wrapper .intro_slideshow .intro_right .intro_image_wrapper > div img {
            max-height: calc(88vh - 137px); } }
        @media (max-width: 768px) {
          .intro_slideshow_wrapper .intro_slideshow .intro_right .intro_image_wrapper > div img {
            padding-top: 0;
            max-height: calc(88vh - 220px); } }
  .intro_slideshow_wrapper .intro_slideshow:after {
    background: #fff;
    bottom: 17px;
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: skewY(-6deg);
         -o-transform: skewY(-6deg);
            transform: skewY(-6deg);
    -webkit-transform-origin: 100%;
         -o-transform-origin: 100%;
            transform-origin: 100%;
    z-index: -1;
    height: 300px;
    width: 3000px;
    left: 0; }
    @media (max-width: 991px) {
      .intro_slideshow_wrapper .intro_slideshow:after {
        bottom: 338px;
        -webkit-transform: skewY(-12deg);
             -o-transform: skewY(-12deg);
                transform: skewY(-12deg); } }
  @media (max-width: 991px) {
    .intro_slideshow_wrapper {
      padding-top: 85px; } }

/** ----------------- **/
/** MAIN SLIDESHOW **/
/** ----------------- **/
.home_slideshow_wrapper, .home_slideshow, .home_slideshow .slick-list {
  min-height: calc(88vh - 150px); }
  @media (max-width: 991px) {
    .home_slideshow_wrapper, .home_slideshow, .home_slideshow .slick-list {
      min-height: calc(88vh - 137px); } }
  @media (max-width: 768px) {
    .home_slideshow_wrapper, .home_slideshow, .home_slideshow .slick-list {
      min-height: calc(88vh - 220px); } }

.home_slideshow .slide-inner, .home_slideshow .slide-text, .home_slideshow .slide-image {
  height: calc(88vh - 150px); }
  @media (max-width: 991px) {
    .home_slideshow .slide-inner, .home_slideshow .slide-text, .home_slideshow .slide-image {
      height: calc(88vh - 137px); } }
  @media (max-width: 768px) {
    .home_slideshow .slide-inner, .home_slideshow .slide-text, .home_slideshow .slide-image {
      height: auto; } }

.home_slideshow_wrapper {
  padding-top: 150px;
  background-size: contain;
  -webkit-transition: background 0.5s linear;
       -o-transition: background 0.5s linear;
          transition: background 0.5s linear;
  background-size: 1920px;
  position: relative;
  opacity: 0; }
  .home_slideshow_wrapper #slide-text-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: top center;
    opacity: 0;
    -o-transition: all .3s ease-in-out;
       transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; }
  .home_slideshow_wrapper .home_slideshow .slick-list:after {
    background: #fff;
    bottom: 17px;
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: skewY(-6deg);
         -o-transform: skewY(-6deg);
            transform: skewY(-6deg);
    -webkit-transform-origin: 100%;
         -o-transform-origin: 100%;
            transform-origin: 100%;
    z-index: -1;
    height: 300px;
    width: 3000px;
    left: 0; }
    @media (max-width: 991px) {
      .home_slideshow_wrapper .home_slideshow .slick-list:after {
        bottom: 338px;
        -webkit-transform: skewY(-12deg);
             -o-transform: skewY(-12deg);
                transform: skewY(-12deg); } }
  .home_slideshow_wrapper .home_slideshow .slide.hardcoded {
    /* MEME SLIDE SETTINGS */ }
    .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-inner {
      position: relative; }
    .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide_cta {
      font-family: "Cartwheel", sans-serif;
      font-weight: normal;
      opacity: 0;
      display: inline-block;
      -o-transition: none !important;
         transition: none !important;
      -webkit-transition: none !important; }
    .home_slideshow_wrapper .home_slideshow .slide.hardcoded .outer_title_wrap {
      text-align: center; }
      @media (min-width: 992px) {
        .home_slideshow_wrapper .home_slideshow .slide.hardcoded .outer_title_wrap {
          max-width: 500px; } }
    .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_1_wrapper {
      background-image: url("../images/homepage/blue_placeholder_new.png");
      background-size: 100% 100%;
      display: inline-block;
      padding-top: 15px;
      padding-bottom: 10px;
      padding-left: 18px;
      padding-right: 75px;
      margin-top: 8vh;
      opacity: 0; }
      .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_1_wrapper.new {
        margin-top: 10px;
        padding-top: 18px;
        padding-bottom: 10px;
        padding-left: 34px;
        padding-right: 57px;
        background-image: url("../images/homepage/blue_placeholder_new_rev.png"); }
      .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_1_wrapper h2 {
        font-size: 2.4vw;
        opacity: 1;
        text-shadow: -1px 3px 6px rgba(0, 0, 0, 0.32); }
        @media (min-width: 2000px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_1_wrapper h2 {
            font-size: 70px;
            padding: 9px; } }
      @media (max-width: 991px) {
        .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_1_wrapper.new {
          padding-right: 42px; }
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_1_wrapper.new h2 {
            font-size: 3.5vw; } }
      @media (max-width: 680px) {
        .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_1_wrapper.new h2 {
          font-size: 5.5vw; } }
      @media (max-width: 768px) {
        .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_1_wrapper {
          margin-top: 3vh;
          font-size: 28px; } }
    .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_2_wrapper {
      opacity: 0;
      z-index: 10;
      position: relative; }
      .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_2_wrapper.new {
        max-width: 500px;
        margin-top: 50px; }
        @media (max-width: 991px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_2_wrapper.new {
            margin: 0 auto; }
            .home_slideshow_wrapper .home_slideshow .slide.hardcoded .title_2_wrapper.new img {
              padding-left: 0; } }
    .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text {
      margin-top: 30px; }
      .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text .quotes {
        background-image: url("../images/homepage/quotes.png");
        display: block;
        width: 330px;
        height: 210px;
        position: absolute;
        top: 0;
        left: -70px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
        background-position: center center;
        opacity: 0; }
        @media (max-width: 1400px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text .quotes {
            width: 300px;
            height: 200px;
            top: -15px; } }
        @media (max-width: 1199px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text .quotes {
            width: 250px;
            height: 140px;
            top: 20px; } }
        @media (max-width: 991px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text .quotes {
            top: 45px;
            left: -55px; } }
        @media (max-width: 768px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text .quotes {
            top: 10px;
            left: -48px; } }
      .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text h2 {
        font-size: 2.2vw; }
        @media (min-width: 2000px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text h2 {
            font-size: 70px; } }
        @media (max-width: 768px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text h2 {
            font-size: 20px; } }
      .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text h2.slide_title_2 {
        font-size: 3.7vw;
        padding-top: 15px;
        z-index: 3;
        position: relative; }
        @media (min-width: 2000px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text h2.slide_title_2 {
            font-size: 80px; } }
        @media (max-width: 1480px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text h2.slide_title_2 {
            font-size: 4.5vw; } }
        @media (max-width: 768px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text h2.slide_title_2 {
            font-size: 50px; } }
        @media (max-width: 767px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text h2.slide_title_2 {
            font-size: 30px; } }
      @media (max-width: 991px) {
        .home_slideshow_wrapper .home_slideshow .slide.hardcoded .slide-text.new {
          text-align: center; } }
    .home_slideshow_wrapper .home_slideshow .slide.hardcoded img.stars {
      position: absolute;
      right: 0;
      bottom: 0;
      max-width: 600px;
      margin-top: -8vh;
      z-index: 0;
      opacity: 0; }
    .home_slideshow_wrapper .home_slideshow .slide.hardcoded.meme .slide-text .title_1_wrapper {
      padding-left: 0px;
      background: none; }
      .home_slideshow_wrapper .home_slideshow .slide.hardcoded.meme .slide-text .title_1_wrapper h2 {
        font-size: 3vw;
        text-shadow: -3px -3px 3px #f9a300, 3px -3px 3px #f9a300, -4px 3px 3px #f9a300, 3px 3px 3px #f9a300; }
        @media (max-width: 1480px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded.meme .slide-text .title_1_wrapper h2 {
            font-size: 4vw; } }
        @media (max-width: 768px) {
          .home_slideshow_wrapper .home_slideshow .slide.hardcoded.meme .slide-text .title_1_wrapper h2 {
            font-size: 30px; } }
    .home_slideshow_wrapper .home_slideshow .slide.hardcoded.meme .slide-text .title_2_wrapper h2 {
      font-family: "chaparral-pro-display", serif;
      font-weight: bold;
      font-style: italic;
      text-transform: none;
      text-shadow: 1px 1px 1px #2a154c;
      text-transform: none;
      font-size: 2.2vw;
      letter-spacing: normal; }
      @media (max-width: 991px) {
        .home_slideshow_wrapper .home_slideshow .slide.hardcoded.meme .slide-text .title_2_wrapper h2 {
          font-size: 3vw; } }
      @media (max-width: 768px) {
        .home_slideshow_wrapper .home_slideshow .slide.hardcoded.meme .slide-text .title_2_wrapper h2 {
          font-size: 22px; } }
    .home_slideshow_wrapper .home_slideshow .slide.hardcoded.meme .slide-image .slide-image-wrapper > div {
      vertical-align: top; }
  .home_slideshow_wrapper .home_slideshow .slide .slide-inner {
    position: relative; }
    .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-text h2 {
      font-size: 2.5vw;
      opacity: 1; }
      @media (min-width: 2000px) {
        .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-text h2 {
          font-size: 70px; } }
      @media (max-width: 768px) {
        .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-text h2 {
          font-size: 40px;
          line-height: normal;
          margin-bottom: 5px; } }
      @media (max-width: 767px) {
        .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-text h2 {
          font-size: 28px;
          line-height: normal;
          margin-bottom: 5px; } }
    @media (max-width: 991px) {
      .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-text {
        height: auto;
        padding: 30px; } }
    .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper {
      display: table;
      height: 100%;
      width: 100%;
      opacity: 0;
      position: relative; }
      .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div {
        display: table-cell;
        vertical-align: bottom; }
        .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div img {
          max-height: calc(88vh - 150px);
          float: right;
          padding-top: 4vh;
          margin-right: 20px; }
          @media (max-width: 991px) {
            .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div img {
              max-height: calc(88vh - 137px);
              margin-right: 0px; } }
          @media (max-width: 768px) {
            .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div img {
              padding-top: 0;
              max-height: calc(88vh - 290px); } }
          @media (max-width: 767px) {
            .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div img {
              padding-top: 0;
              max-height: calc(88vh - 220px); } }
          @media (aspect-ratio: 4 / 3) {
            .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div img {
              margin-top: 4.5vh; } }
          .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div img.slide_2 {
            max-height: calc(100vh - 150px);
            float: right;
            top: -70px;
            margin-right: 20px;
            position: relative;
            padding-top: 0; }
            @media (max-width: 767px) {
              .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div img.slide_2.new {
                float: none;
                top: 0;
                margin-right: 0;
                padding-top: 0; } }
        .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div .floating-cluster {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 100%;
          pointer-events: none; }
          .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div .floating-cluster .floating:first-child {
            right: 40px;
            top: -20px; }
          .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div .floating-cluster .floating:nth-child(2) {
            left: -20px;
            bottom: 50px; }
          .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div .floating-cluster .floating:nth-child(3) {
            right: 20px;
            top: 130px; }
          .home_slideshow_wrapper .home_slideshow .slide .slide-inner .slide-image .slide-image-wrapper > div .floating-cluster .floating:nth-child(4) {
            left: 0px;
            top: 60px; }
    .home_slideshow_wrapper .home_slideshow .slide .slide-inner.new {
      padding-top: 20px; }
      .home_slideshow_wrapper .home_slideshow .slide .slide-inner.new:after {
        background: #fff;
        bottom: -28px;
        content: '';
        display: block;
        position: absolute;
        -webkit-transform: skewY(-6deg);
             -o-transform: skewY(-6deg);
                transform: skewY(-6deg);
        z-index: 1;
        height: 300px;
        width: 3000px;
        left: -20%; }
        @media (min-width: 768px) {
          .home_slideshow_wrapper .home_slideshow .slide .slide-inner.new:after {
            -webkit-transform-origin: 100%;
                 -o-transform-origin: 100%;
                    transform-origin: 100%; } }
        @media (max-width: 1199px) {
          .home_slideshow_wrapper .home_slideshow .slide .slide-inner.new:after {
            bottom: 15px; } }
        @media (max-width: 991px) {
          .home_slideshow_wrapper .home_slideshow .slide .slide-inner.new:after {
            bottom: -125px;
            -webkit-transform: skewY(-12deg);
                 -o-transform: skewY(-12deg);
                    transform: skewY(-12deg); } }
        @media (max-width: 767px) {
          .home_slideshow_wrapper .home_slideshow .slide .slide-inner.new:after {
            bottom: -80px;
            -webkit-transform: skewY(-8deg);
                 -o-transform: skewY(-8deg);
                    transform: skewY(-8deg); } }
  .home_slideshow_wrapper .home_slideshow .slide:focus {
    outline: none; }
  @media (max-width: 991px) {
    .home_slideshow_wrapper {
      padding-top: 85px; } }
