@charset "UTF-8";
/*** UTILITIES ***/
@import url("https://use.typekit.net/nti8cpy.css");
@font-face {
  font-family: 'strongregular';
  src: url("../fonts/strong-regular-webfont.woff2") format("woff2"), url("../fonts/strong-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*** COLORS ***/
/*** BREAKPOINTS ***/
@media (min-width: 1600px) {
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .container {
    max-width: 1560px; } }
/*** PARTIALS ***/
header {
  display: flex;
  background: #d9c8b9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d9c8b9 0%, #ffffff 50%, #d9c8b9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d9c8b9 0%, #ffffff 50%, #d9c8b9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d9c8b9 0%, #ffffff 50%, #d9c8b9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c8b9', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
  padding: 7px 15px; }
  @media (max-width: 767px) {
    header {
      justify-content: center;
      flex-direction: column;
      height: 0;
      padding: 0;
      overflow-y: hidden;
      transition: 0.2s ease all; }
      header.open {
        height: 100vh;
        padding: 8px 0;
        overflow-y: visible;
        transition: 0.2s ease all; } }
  header a {
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    transition: 0.25s ease all; }
    header a svg {
      fill: #000000;
      transition: 0.25s ease all; }
    header a:hover {
      color: #3d0290;
      transition: 0.25s ease all; }
      header a:hover svg {
        fill: #3d0290;
        transition: 0.25s ease all; }
  @media (min-width: 768px) {
    header div:nth-of-type(1) {
      flex: 0 0 20%; } }
  header div:nth-of-type(1) ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    header div:nth-of-type(1) ul li {
      display: inline-block;
      margin: 0 5px; }
      @media (max-width: 991px) {
        header div:nth-of-type(1) ul li {
          margin: 0 3px; } }
      header div:nth-of-type(1) ul li a svg {
        height: 20px;
        width: auto; }
        @media (max-width: 991px) {
          header div:nth-of-type(1) ul li a svg {
            height: 18px; } }
        @media (max-width: 767px) {
          header div:nth-of-type(1) ul li a svg {
            height: 32px; } }
  @media (max-width: 767px) {
    header div:nth-of-type(1) {
      order: 3;
      text-align: center; } }
  @media (min-width: 768px) {
    header div:nth-of-type(2) {
      flex: 0 0 60%; } }
  header div:nth-of-type(2) ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    header div:nth-of-type(2) ul li {
      display: inline-block;
      margin: 0 15px; }
      @media (max-width: 991px) {
        header div:nth-of-type(2) ul li {
          margin: 0 5px; }
          header div:nth-of-type(2) ul li a {
            font-size: 14px; } }
  @media (max-width: 767px) {
    header div:nth-of-type(2) {
      order: 1;
      text-align: center;
      margin-bottom: 20px; }
      header div:nth-of-type(2) ul li {
        display: block;
        line-height: 2;
        margin-bottom: 10px; }
        header div:nth-of-type(2) ul li a {
          font-size: 26px; } }
  header div:nth-of-type(3) {
    font-weight: 600;
    text-align: right; }
    @media (min-width: 768px) {
      header div:nth-of-type(3) {
        flex: 0 0 20%; } }
    @media (max-width: 767px) {
      header div:nth-of-type(3) {
        order: 2;
        text-align: center; }
        header div:nth-of-type(3) a {
          font-size: 26px; } }

#mobile-nav {
  display: none;
  color: #000;
  position: fixed;
  z-index: 10;
  background: transparent;
  border: none;
  top: 5px;
  right: 5px; }
  #mobile-nav:hover {
    cursor: pointer;
    color: #3d0290; }
  @media (max-width: 767px) {
    #mobile-nav {
      display: block;
      font-size: 24px; } }
  #mobile-nav svg {
    fill: #000; }
  #mobile-nav div {
    height: 20px;
    width: 30px;
    position: relative; }
    #mobile-nav div span {
      width: 30px;
      height: 2px;
      background: #3d0290;
      display: block;
      position: absolute; }
    #mobile-nav div span:nth-of-type(1) {
      top: 0px; }
    #mobile-nav div span:nth-of-type(2) {
      top: 9px;
      opacity: 1;
      transition: 0.2s linear all; }
    #mobile-nav div span:nth-of-type(3) {
      top: 18px; }
  #mobile-nav.active div span {
    background: #881000; }
  #mobile-nav.active div span:nth-of-type(1) {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: hamburgerTop;
    animation-play-state: running;
    animation-timing-function: linear; }
  #mobile-nav.active div span:nth-of-type(2) {
    opacity: 0;
    transition: 0.2s linear all; }
  #mobile-nav.active div span:nth-of-type(3) {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: hamburgerBot;
    animation-play-state: running;
    animation-timing-function: linear; }
@keyframes hamburgerTop {
  0% {
    top: 0px;
    transform: rotate(0deg); }
  50% {
    top: 10px;
    transform: rotate(0deg); }
  100% {
    top: 10px;
    transform: rotate(45deg); } }
@keyframes hamburgerBot {
  0% {
    top: 18px;
    transform: rotate(0deg); }
  50% {
    top: 10px;
    transform: rotate(0deg); }
  100% {
    top: 10px;
    transform: rotate(-45deg); } }
  #mobile-nav.inactive div span:nth-of-type(1) {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: hamburgerTopReverse;
    animation-play-state: running;
    animation-timing-function: linear; }
  #mobile-nav.inactive div span:nth-of-type(2) {
    opacity: 1;
    transition: 0.2s linear all; }
  #mobile-nav.inactive div span:nth-of-type(3) {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: hamburgerBotReverse;
    animation-play-state: running;
    animation-timing-function: linear; }
@keyframes hamburgerTopReverse {
  0% {
    top: 10px;
    transform: rotate(45deg); }
  50% {
    top: 10px;
    transform: rotate(0deg); }
  100% {
    top: 0px;
    transform: rotate(0deg); } }
@keyframes hamburgerBotReverse {
  0% {
    top: 10px;
    transform: rotate(-45deg); }
  50% {
    top: 10px;
    transform: rotate(0deg); }
  100% {
    top: 18px;
    transform: rotate(0deg); } }
footer {
  position: relative;
  background: #d9c8b9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d9c8b9 0%, #ffffff 50%, #d9c8b9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d9c8b9 0%, #ffffff 50%, #d9c8b9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d9c8b9 0%, #ffffff 50%, #d9c8b9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c8b9', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  padding: 20px 0;
  color: #162036;
  text-align: center;
  font-weight: 300;
  font-size: 12px; }
  footer a {
    color: #162036;
    text-decoration: none; }
    footer a:hover {
      color: #4a5a7c;
      text-decoration: underline; }
  footer #photo-credits {
    margin-bottom: 0; }
  footer .copyright {
    margin-bottom: 7px; }
  footer .links {
    text-transform: uppercase;
    margin-bottom: 7px; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  color: #fff;
  line-height: 1.4;
  background-color: #000;
  overflow-x: hidden; }

h2, h3, h4 {
  letter-spacing: 4px;
  font-family: "proxima-nova", helvetica neue, helvetica, sans-serif; }

@media (min-width: 1200px) {
  .animate-zoom-in {
    transform: scale(0.8);
    opacity: 0;
    transition: 1.5s ease all;
    filter: blur(1); }
    .animate-zoom-in.ready {
      transform: scale(1);
      opacity: 1;
      transition: 1.5s ease all;
      filter: blur(0); } }
@media (min-width: 992px) {
  .animate-zoom-in {
    transform: scale(0.9);
    opacity: 0;
    transition: 1.5s ease all;
    filter: blur(1); }
    .animate-zoom-in.ready {
      transform: scale(1);
      opacity: 1;
      transition: 1.5s ease all;
      filter: blur(0); } }

@media (min-width: 1200px) {
  .animate-zoom-out {
    transform: scale(1.5);
    opacity: 0;
    transition: 1.5s ease all;
    filter: blur(1); }
    .animate-zoom-out.ready {
      transform: scale(1);
      opacity: 1;
      transition: 1.5s ease all;
      filter: blur(0); } }
@media (min-width: 992px) {
  .animate-zoom-out {
    transform: scale(1.1);
    opacity: 0;
    transition: 1.5s ease all;
    filter: blur(1); }
    .animate-zoom-out.ready {
      transform: scale(1);
      opacity: 1;
      transition: 1.5s ease all;
      filter: blur(0); } }

.animate-slide-up {
  transform: translateY(100px);
  opacity: 0;
  transition: 1.5s ease all; }
  .animate-slide-up.ready {
    transform: translateY(0px);
    opacity: 1;
    transition: 1.5s ease all; }

@media (min-width: 992px) {
  .animate-slide-right {
    transform: translateX(-100px);
    opacity: 0;
    transition: 1.5s ease all; }
    .animate-slide-right.ready {
      transform: translateX(0px);
      opacity: 1;
      transition: 1.5s ease all; } }

@media (min-width: 992px) {
  .animate-slide-left {
    transform: translateX(100px);
    opacity: 0;
    transition: 1.5s ease all; }
    .animate-slide-left.ready {
      transform: translateX(0px);
      opacity: 1;
      transition: 1.5s ease all; } }

@media (min-width: 1400px) {
  .container-lg {
    max-width: 1399px; } }
@media (min-width: 768px) {
  #welcome-modal .modal-dialog {
    max-width: 700px; } }
@media (min-width: 1200px) {
  #welcome-modal .modal-dialog {
    max-width: 1000px; } }
#welcome-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: 0px; }
  #welcome-modal .modal-dialog .modal-content .modal-body {
    padding: 0; }
    #welcome-modal .modal-dialog .modal-content .modal-body button {
      background: transparent;
      border: none;
      position: absolute;
      z-index: 2;
      top: 10px;
      right: 10px; }
      #welcome-modal .modal-dialog .modal-content .modal-body button svg {
        width: 20px; }
        #welcome-modal .modal-dialog .modal-content .modal-body button svg polygon {
          fill: #3f0296; }
      #welcome-modal .modal-dialog .modal-content .modal-body button:hover svg polygon {
        fill: #fff; }
    #welcome-modal .modal-dialog .modal-content .modal-body .wrapper {
      border-radius: 20px;
      text-align: center;
      margin: auto;
      position: relative;
      box-sizing: border-box;
      background-clip: padding-box;
      border: solid 3px transparent;
      z-index: 1;
      -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5); }
      #welcome-modal .modal-dialog .modal-content .modal-body .wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -8px;
        border-radius: 0px;
        background: #dfceb9;
        background: -webkit-linear-gradient(145deg, #3a0482 0%, #fff 50%, #3a0482 100%);
        background: -moz-linear-gradient(145deg, #3a0482 0%, #fff 50%, #3a0482 100%);
        background: linear-gradient(-45deg, #3a0482 0%, #fff 50%, #3a0482 100%); }
      #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner {
        padding: 50px;
        border-radius: 0px;
        background: #baacb3;
        /* Old browsers */
        background: -moz-linear-gradient(top, #d8c8b8 0%, #ffffff 50%, #d8c8b8 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #d8c8b8 0%, #ffffff 50%, #d8c8b8 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #d8c8b8 0%, #ffffff 50%, #d8c8b8 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c8b8', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */ }
        #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner h3 {
          font-weight: 400;
          font-family: "strongregular", helvetica neue, helvetica, sans-serif;
          font-size: 32px;
          line-height: 1;
          background: #3f0296;
          background: -webkit-linear-gradient(right, #15052e 0%, #3f0296 50%, #15052e 100%);
          background: -moz-linear-gradient(right, #15052e 0%, #3f0296 50%, #15052e 100%);
          background: linear-gradient(to left, #15052e 0%, #3f0296 50%, #15052e 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000;
          display: block; }
        #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner h4 {
          font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
          letter-spacing: 0;
          color: #3f0296; }
        #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner p {
          font-size: 16px;
          margin: auto auto 8px auto;
          text-align: justify;
          color: #222222; }
        #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner a {
          color: #000000; }
          #welcome-modal .modal-dialog .modal-content .modal-body .wrapper .inner a:hover {
            color: #fff; }

#winners-modal {
  padding-right: 0 !important; }
  #winners-modal.show .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: auto; }
    #winners-modal.show .modal-dialog button {
      background: transparent;
      border: 0;
      position: fixed;
      right: 0px;
      color: #fff;
      text-align: center;
      height: 50px;
      width: 50px;
      font-size: 0;
      padding: 0; }
      #winners-modal.show .modal-dialog button svg {
        fill: #fff;
        width: 40px;
        height: 40px; }
      #winners-modal.show .modal-dialog button:hover {
        cursor: pointer; }
        #winners-modal.show .modal-dialog button:hover svg {
          fill: #000; }
    #winners-modal.show .modal-dialog picture img {
      width: 100%; }

.insta-modal .modal-content {
  padding: 0;
  background: transparent; }
  .insta-modal .modal-content button {
    border: none;
    background: transparent;
    border: none;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px; }
    .insta-modal .modal-content button img {
      width: 20px; }
  .insta-modal .modal-content .instagram-media {
    width: 100%;
    max-width: 400px; }

/*** SECTIONS ***/
.intro {
  min-height: 100vh;
  width: 100%;
  position: relative;
  backface-visibility: hidden;
  overflow: hidden;
  background: url(../img/hero-bg.jpg) no-repeat center center/cover; }
  .intro::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .intro .container {
    position: relative;
    z-index: 3; }
  .intro .congrats-text {
    color: #fff;
    font-size: 26px;
    display: block;
    margin: 100px auto auto;
    font-weight: 500;
    text-transform: uppercase;
    background: #d9cabb;
    background: -webkit-linear-gradient(top, #d9cabb 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, #d9cabb 0%, #ffffff 50% 100%);
    background: linear-gradient(to bottom, #d9cabb 0%, #ffffff 50% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px #00000000; }
    @media (max-width: 575px) {
      .intro .congrats-text {
        margin: 75px auto 100px;
        font-size: 1.75rem; } }
  .intro .logo {
    text-align: center;
    display: block;
    height: 60vh;
    max-width: 800px;
    margin: 20px auto 20px auto; }
    .intro .logo img {
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    @media (max-width: 575px) {
      .intro .logo {
        height: 45vh; } }
  .intro .intro-arrow {
    background: transparent;
    background-repeat: no-repeat;
    border: 0;
    margin-top: 20px;
    display: inline-block; }
    .intro .intro-arrow:hover {
      cursor: pointer; }
    .intro .intro-arrow svg {
      width: 50px;
      height: 33px;
      fill: url(#scrollArrowGrad); }
  .intro .seemore {
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 1.2rem;
    color: #5fa3ca;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }
  .intro .hashtag {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "proxima-nova", helvetica neue, helvetica, sans-serif; }

#about {
  background: #000;
  /* Old browsers */
  overflow-x: hidden;
  padding: 35px 0; }
  #about .wrapper {
    border-radius: 20px;
    text-align: center;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    background-clip: padding-box;
    border: solid 3px transparent;
    z-index: 1;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5); }
    #about .wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -8px;
      border-radius: 0px;
      background: #dfceb9;
      background: -webkit-linear-gradient(145deg, #3a0482 0%, #fff 50%, #3a0482 100%);
      background: -moz-linear-gradient(145deg, #3a0482 0%, #fff 50%, #3a0482 100%);
      background: linear-gradient(-45deg, #3a0482 0%, #fff 50%, #3a0482 100%); }
    #about .wrapper .inner {
      padding: 50px;
      border-radius: 0px;
      background: #baacb3;
      /* Old browsers */
      background: -moz-linear-gradient(top, #d8c8b8 0%, #ffffff 50%, #d8c8b8 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #d8c8b8 0%, #ffffff 50%, #d8c8b8 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #d8c8b8 0%, #ffffff 50%, #d8c8b8 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c8b8', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
      #about .wrapper .inner .about-heading span {
        font-size: 40px; }
        #about .wrapper .inner .about-heading span:first-of-type {
          letter-spacing: 0;
          font-weight: 300;
          font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
          background: #3f0296;
          background: -webkit-linear-gradient(right, #15052e 0%, #3f0296 50%, #15052e 100%);
          background: -moz-linear-gradient(right, #15052e 0%, #3f0296 50%, #15052e 100%);
          background: linear-gradient(to left, #15052e 0%, #3f0296 50%, #15052e 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000;
          display: block;
          line-height: 1; }
        #about .wrapper .inner .about-heading span:last-of-type {
          font-weight: 400;
          font-family: "strongregular", helvetica neue, helvetica, sans-serif;
          background: #3f0296;
          background: -webkit-linear-gradient(right, #15052e 0%, #3f0296 50%, #15052e 100%);
          background: -moz-linear-gradient(right, #15052e 0%, #3f0296 50%, #15052e 100%);
          background: linear-gradient(to left, #15052e 0%, #3f0296 50%, #15052e 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000;
          display: block; }
        @media (min-width: 992px) {
          #about .wrapper .inner .about-heading span:last-of-type {
            font-size: 70px;
          }
        }
        @media (max-width: 991px) {
          #about .wrapper .inner .about-heading span {
            font-size: 40px; } }
        @media (max-width: 767px) {
          #about .wrapper .inner .about-heading span {
            font-size: 30px; } }
      #about .wrapper .inner p {
        font-size: 20px;
        color: #0c1428;
        margin: auto; }
      #about .wrapper .inner button {
        margin: 30px auto auto;
        border: none;
        width: 220px;
        height: 50px;
        color: #fff;
        transition: 0.25s ease all;
        letter-spacing: 0;
        font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
        background: #ba9d7d;
        background: -webkit-linear-gradient(right, #15032f 0%, #31046d 50%, #15032f 100%);
        background: -moz-linear-gradient(right, #15032f 0%, #31046d 50%, #15032f 100%);
        background: linear-gradient(to left, #15032f 0%, #31046d 50%, #15032f 100%);
        font-weight: 700;
        font-size: 18px;
        line-height: 1;
        border-width: 2px;
        border-style: solid;
        border-image: linear-gradient(to bottom, #b9afa5, #f6efde, #b9afa5) 1; }
        #about .wrapper .inner button:hover {
          text-decoration: none;
          width: 240px;
          transition: 0.25s ease all; }
      @media (min-width: 1200px) {
        #about .wrapper .inner #about-copy {
          max-width: 80%;
          margin: auto; } }
      @media (max-width: 1199px) {
        #about .wrapper .inner {
          padding: 50px; }
          #about .wrapper .inner h2 {
            font-size: 20px; }
            #about .wrapper .inner h2 span {
              font-size: 55px;
              letter-spacing: 2px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        #about .wrapper .inner h2 span {
          font-size: 42px; } }
      @media (max-width: 575px) {
        #about .wrapper .inner {
          padding: 20px 15px; }
          #about .wrapper .inner h2 {
            font-size: 20px; }
            #about .wrapper .inner h2 span {
              font-size: 24px;
              letter-spacing: 2px; }
          #about .wrapper .inner .btns a {
            margin: 10px 0px; }
          #about .wrapper .inner p {
            font-size: 18px; } }

#awards {
  background: url(../img/bg-tall1.jpg) no-repeat top center/cover;
  overflow-x: hidden;
  position: relative; }
  #awards::before {
    content: "";
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0; }
  #awards::after {
    content: "";
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(89, 64, 98, 0) 0%, #594062 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    bottom: 0; }
  #awards .heading {
    padding: 100px 0 0; }
    #awards .heading svg {
      width: 150px;
      fill: #8857aa; }
    #awards .heading h2 {
      background: #f9f4e7;
      /* Old browsers */
      background: -moz-linear-gradient(165deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(165deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(-75deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0px 0px #00000000;
      display: block;
      font-size: 55px;
      font-family: "strongregular", helvetica neue, helvetica, sans-serif;
      line-height: 1;
      filter: drop-shadow(1px 1px 0px #ffffff); }
      @media (max-width: 991px) {
        #awards .heading h2 {
          font-size: 35px; } }
      @media (max-width: 767px) {
        #awards .heading h2 {
          font-size: 30px; } }
    #awards .heading p {
      font-size: 20px; }
  #awards .award-type1 {
    color: #000;
    padding: 100px 50px 100px 0; }
    @media (max-width: 991px) {
      #awards .award-type1 {
        padding: 100px 20px 100px 0; } }
    #awards .award-type1 .wrapper {
      margin: auto;
      position: relative;
      box-sizing: border-box;
      background-clip: padding-box;
      z-index: 1;
      padding: 5px 5px 5px 0;
      background: #ba9d7d;
      /* Old browsers */
      background: -moz-linear-gradient(top, #3c0b84 0%, #fefefd 50%, #3c0b84 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #3c0b84 0%, #fefefd 50%, #3c0b84 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #3c0b84 0%, #fefefd 50%, #3c0b84 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c0b84', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
      #awards .award-type1 .wrapper .inner {
        padding-top: 100px;
        padding-bottom: 100px;
        background: #dcc6af;
        /* Old browsers */
        background: -moz-linear-gradient(145deg, #b99eb3 0%, #fefefd 50%, #b99eb3 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(145deg, #b99eb3 0%, #fefefd 50%, #b99eb3 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(125deg, #b99eb3 0%, #fefefd 50%, #b99eb3 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99eb3', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */ }
        @media (min-width: 992px) and (max-width: 1599px) {
          #awards .award-type1 .wrapper .inner .container {
            margin-right: 0; } }
        #awards .award-type1 .wrapper .inner .container .img {
          border-width: 6px;
          border-style: solid;
          border-image: linear-gradient(135deg, #3b0983, #f4efe9, #3b0983) 1;
          -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5); }
          @media (min-width: 992px) {
            #awards .award-type1 .wrapper .inner .container .img {
              width: 95%; } }
        #awards .award-type1 .wrapper .inner .container h3 {
          font-weight: 400;
          margin-bottom: 0px;
          font-size: 30px;
          display: inline-block;
          text-transform: capitalize;
          font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
          letter-spacing: 1px;
          background: #3f0296;
          background: -webkit-linear-gradient(right, #16052f 0%, #3f0296 50%, #16052f 100%);
          background: -moz-linear-gradient(right, #16052f 0%, #3f0296 50%, #16052f 100%);
          background: linear-gradient(to right, #16052f 0%, #3f0296 50%, #16052f 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000; }
        #awards .award-type1 .wrapper .inner .container h4 {
          font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 50px;
          color: #8c7662;
          font-weight: 600;
          line-height: 1; }
          #awards .award-type1 .wrapper .inner .container h4 a {
            color: #000;
            display: flex;
            text-decoration: none; }
            #awards .award-type1 .wrapper .inner .container h4 a svg {
              display: inline-block;
              margin: -10px 10px 0 -10px;
              width: 60px;
              transform: scale(1);
              transition: 0.2s ease all; }
              #awards .award-type1 .wrapper .inner .container h4 a svg path, #awards .award-type1 .wrapper .inner .container h4 a svg polygon {
                fill: #fff; }
            #awards .award-type1 .wrapper .inner .container h4 a:hover svg {
              transform: scale(1.05);
              transition: 0.2s ease all; }
        @media (min-width: 768px) {
          #awards .award-type1 .wrapper .inner .container .award-copy {
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        @media (max-width: 767px) {
          #awards .award-type1 .wrapper .inner .container .award-copy {
            margin-bottom: 20px; } }
        #awards .award-type1 .wrapper .inner .container img {
          width: 100%; }
        @media (max-width: 991px) {
          #awards .award-type1 .wrapper .inner .container .award-img {
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        #awards .award-type1 .wrapper .inner .container ul:first-of-type {
          list-style: none;
          padding: 0;
          margin: 0 0 20px 0; }
          #awards .award-type1 .wrapper .inner .container ul:first-of-type li {
            display: block; }
        #awards .award-type1 .wrapper .inner .container ul:last-of-type {
          list-style: none;
          padding: 0;
          margin: 0; }
          #awards .award-type1 .wrapper .inner .container ul:last-of-type li {
            font-style: italic;
            display: block; }
        #awards .award-type1 .wrapper .inner .container svg {
          fill: #f5e8ca; }
    #awards .award-type1.icons .wrapper .inner .container {
      margin-right: auto; }
    #awards .award-type1.double .wrapper .inner .container {
      margin-right: auto; }
    #awards .award-type1.poty h3 {
      text-transform: uppercase; }
      @media (min-width: 576px) {
        #awards .award-type1.poty h3 span {
          display: block; } }
    @media (max-width: 1399px) {
      #awards .award-type1.swoty .wrapper .inner .container h3 {
        font-size: 35px; } }
    @media (max-width: 1199px) {
      #awards .award-type1.swoty .wrapper .inner .container h3 {
        font-size: 40px; } }
  #awards .award-type2 {
    color: #000;
    padding: 100px 0 100px 50px; }
    @media (max-width: 991px) {
      #awards .award-type2 {
        padding: 100px 0 100px 20px; } }
    #awards .award-type2 .wrapper {
      margin: auto;
      position: relative;
      box-sizing: border-box;
      background-clip: padding-box;
      z-index: 1;
      padding: 5px 0px 5px 5px;
      background: #ba9d7d;
      /* Old browsers */
      background: -moz-linear-gradient(top, #3c0b84 0%, #fefefd 50%, #3c0b84 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #3c0b84 0%, #fefefd 50%, #3c0b84 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #3c0b84 0%, #fefefd 50%, #3c0b84 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba9d7d', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
      #awards .award-type2 .wrapper .inner {
        padding-top: 100px;
        padding-bottom: 100px;
        background: #bcadb4;
        /* Old browsers */
        background: -moz-linear-gradient(145deg, #b99eb3 0%, #fefefd 50%, #b99eb3 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(145deg, #b99eb3 0%, #fefefd 50%, #b99eb3 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(125deg, #b99eb3 0%, #fefefd 50%, #b99eb3 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99eb3', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */ }
        @media (min-width: 992px) and (max-width: 1599px) {
          #awards .award-type2 .wrapper .inner .container {
            margin-left: 0; } }
        #awards .award-type2 .wrapper .inner .container .img {
          border-width: 6px;
          border-style: solid;
          border-image: linear-gradient(135deg, #3b0983, #f4efe9, #3b0983) 1;
          -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5); }
          @media (min-width: 992px) {
            #awards .award-type2 .wrapper .inner .container .img {
              width: 95%; } }
        #awards .award-type2 .wrapper .inner .container h3 {
          font-weight: 400;
          margin-bottom: 0px;
          font-size: 30px;
          display: inline-block;
          text-transform: capitalize;
          font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
          letter-spacing: 1px;
          background: #3f0296;
          background: -webkit-linear-gradient(right, #16052f 0%, #3f0296 50%, #16052f 100%);
          background: -moz-linear-gradient(right, #16052f 0%, #3f0296 50%, #16052f 100%);
          background: linear-gradient(to right, #16052f 0%, #3f0296 50%, #16052f 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000; }
        #awards .award-type2 .wrapper .inner .container h4 {
          font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 50px;
          color: #8c7662;
          font-weight: 600;
          line-height: 1; }
          #awards .award-type2 .wrapper .inner .container h4 a {
            color: #000;
            display: flex;
            text-decoration: none; }
            #awards .award-type2 .wrapper .inner .container h4 a svg {
              display: inline-block;
              margin: -10px 10px 0 -10px;
              width: 60px;
              transform: scale(1);
              transition: 0.2s ease all; }
              #awards .award-type2 .wrapper .inner .container h4 a svg path, #awards .award-type2 .wrapper .inner .container h4 a svg polygon {
                fill: #fff; }
            #awards .award-type2 .wrapper .inner .container h4 a:hover svg {
              transform: scale(1.05);
              transition: 0.2s ease all; }
        @media (min-width: 768px) {
          #awards .award-type2 .wrapper .inner .container .award-copy {
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        @media (max-width: 767px) {
          #awards .award-type2 .wrapper .inner .container .award-copy {
            margin-bottom: 20px; } }
        #awards .award-type2 .wrapper .inner .container ul {
          list-style: none;
          padding: 0;
          margin: 0 0 20px 0; }
          #awards .award-type2 .wrapper .inner .container ul li {
            font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
            display: block;
            font-weight: 400; }
            #awards .award-type2 .wrapper .inner .container ul li span {
              margin-top: 6px;
              display: block;
              font-size: 14px;
              font-style: italic; }
        #awards .award-type2 .wrapper .inner .container img {
          width: 100%; }
    #awards .award-type2.publishers .wrapper .inner .container {
      margin-left: auto; }
      @media (min-width: 768px) {
        #awards .award-type2.publishers .wrapper .inner .container img {
          max-width: 400px;
          max-height: 140px;
          width: auto; } }
      @media (max-width: 767px) {
        #awards .award-type2.publishers .wrapper .inner .container img {
          max-width: 185px;
          max-height: 140px;
          width: auto; } }
    @media (max-width: 1399px) {
      #awards .award-type2.poty .wrapper .inner .container h3 {
        font-size: 35px; } }
    @media (max-width: 1199px) {
      #awards .award-type2.poty .wrapper .inner .container h3 {
        font-size: 40px; } }
    @media (max-width: 575px) {
      #awards .award-type2.poty .wrapper .inner .container img {
        max-width: 50%; } }
  #awards .award-type3 {
    color: #000;
    padding: 100px 50px 100px 0; }
    @media (max-width: 991px) {
      #awards .award-type3 {
        padding: 100px 20px 100px 0; } }
    #awards .award-type3 .wrapper {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      margin: auto;
      position: relative;
      box-sizing: border-box;
      background-clip: padding-box;
      z-index: 1; }
      #awards .award-type3 .wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: 0px;
        background: #dcc2ab;
        /* Old browsers */
        background: -moz-linear-gradient(left, #dcc2ab 0%, #ffffff 40%, #dfcab5 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #dcc2ab 0%, #ffffff 40%, #dfcab5 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #dcc2ab 0%, #ffffff 40%, #dfcab5 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcc2ab', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */ }
      #awards .award-type3 .wrapper .inner {
        padding-top: 50px;
        padding-bottom: 50px;
        background: url(https://cdn.bcms.app/uploads/country22_bg6_036b20dfdd.jpg) no-repeat center center/cover; }
        @media (min-width: 992px) and (max-width: 1599px) {
          #awards .award-type3 .wrapper .inner .container {
            margin-right: 0; } }
        #awards .award-type3 .wrapper .inner .container h3 {
          font-weight: 400;
          margin-bottom: 0px;
          font-size: 40px;
          display: inline-block;
          text-transform: capitalize;
          font-family: "strongregular", helvetica neue, helvetica, sans-serif;
          letter-spacing: 1px;
          background: #000;
          background: -webkit-linear-gradient(to right, #000 0%, #bcaaa0 50%, #000 100%);
          background: -moz-linear-gradient(to right, #000 0%, #bcaaa0 50%, #000 100%);
          background: linear-gradient(to right, #000 0%, #bcaaa0 50%, #000 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          text-shadow: 0px 0px #00000000; }
        #awards .award-type3 .wrapper .inner .container h4 {
          font-family: "strongregular", helvetica neue, helvetica, sans-serif;
          letter-spacing: 1px;
          font-size: 30px;
          color: #000;
          font-weight: 600;
          line-height: 1; }
          #awards .award-type3 .wrapper .inner .container h4 a {
            color: #000;
            display: flex;
            text-decoration: none; }
            #awards .award-type3 .wrapper .inner .container h4 a svg {
              display: inline-block;
              margin: -10px 10px 0 -10px;
              width: 60px;
              transform: scale(1);
              transition: 0.2s ease all; }
              #awards .award-type3 .wrapper .inner .container h4 a svg path, #awards .award-type3 .wrapper .inner .container h4 a svg polygon {
                fill: #000; }
            #awards .award-type3 .wrapper .inner .container h4 a:hover svg {
              transform: scale(1.05);
              transition: 0.2s ease all; }
        @media (min-width: 768px) {
          #awards .award-type3 .wrapper .inner .container .award-copy {
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        @media (max-width: 767px) {
          #awards .award-type3 .wrapper .inner .container .award-copy {
            margin-bottom: 20px; } }
        #awards .award-type3 .wrapper .inner .container img {
          width: 100%; }
        @media (max-width: 991px) {
          #awards .award-type3 .wrapper .inner .container .award-img {
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        #awards .award-type3 .wrapper .inner .container .writers {
          list-style: none;
          padding: 0;
          margin: 0 0 20px 0; }
          #awards .award-type3 .wrapper .inner .container .writers li {
            display: block; }
        #awards .award-type3 .wrapper .inner .container .publishers {
          list-style: none;
          padding: 0;
          margin: 0; }
          #awards .award-type3 .wrapper .inner .container .publishers li {
            font-style: italic;
            display: block; }
        #awards .award-type3 .wrapper .inner .container ul {
          list-style: none;
          padding: 0;
          margin: 0 0 20px 0; }
          #awards .award-type3 .wrapper .inner .container ul li {
            display: block; }
  #awards .award-type4 h3 {
    font-weight: 800;
    margin-bottom: 40px;
    font-size: 40px;
    text-transform: capitalize;
    color: #e4c88f;
    display: block;
    font-family: "strongregular", helvetica neue, helvetica, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  #awards .two-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px; }
    @media (max-width: 767px) {
      #awards .two-col ul {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-gap: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0; } }
    #awards .two-col ul li {
      font-size: 22px;
      font-weight: bold; }
  #awards .span-list span {
    display: block;
    font-size: 18px;
    margin-bottom: 3px; }
  #awards .videos .video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    align-items: center; }
    #awards .videos .video a {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center; }
      #awards .videos .video a svg {
        opacity: 0.75;
        display: inline-block;
        margin: auto;
        width: 150px;
        transform: scale(1);
        transition: 0.2s ease all; }
        #awards .videos .video a svg path, #awards .videos .video a svg polygon {
          fill: #fff; }
      #awards .videos .video a:hover svg {
        opacity: 1;
        transform: scale(1.05);
        transition: 0.2s ease all; }
  #awards .videos p {
    margin: 15px 0 0 0;
    font-size: 20px; }

#highlights {
  background: linear-gradient(to bottom, #594062 0%, #dcccbe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 100px 0 150px;
  position: relative; }
  #highlights .heading {
    text-align: center;
    padding-bottom: 50px; }
    #highlights .heading svg {
      margin-top: 5px;
      width: 150px;
      fill: #8857aa; }
    #highlights .heading h2 {
      background: #f9f4e7;
      /* Old browsers */
      background: -moz-linear-gradient(165deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(165deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(-75deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0px 0px #00000000;
      display: block;
      font-size: 55px;
      font-family: "strongregular", helvetica neue, helvetica, sans-serif;
      line-height: 1;
      filter: drop-shadow(1px 1px 0px #ffffff); }
      @media (max-width: 991px) {
        #highlights .heading h2 {
          font-size: 35px; } }
      @media (max-width: 767px) {
        #highlights .heading h2 {
          font-size: 30px; } }
    #highlights .heading p {
      font-size: 20px; }
  #highlights .divider {
    width: 75px;
    fill: #f5e8ca; }
  #highlights h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: "strongregular", helvetica neue, helvetica, sans-serif;
    letter-spacing: 0px; }
  #highlights .video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    align-items: center;
    margin-bottom: 20px; }
    #highlights .video a {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center; }
      #highlights .video a svg {
        opacity: 0.75;
        display: inline-block;
        margin: auto;
        width: 150px;
        transform: scale(1);
        transition: 0.2s ease all; }
        #highlights .video a svg path, #highlights .video a svg polygon {
          fill: #fff; }
      #highlights .video a:hover svg {
        opacity: 1;
        transform: scale(1.05);
        transition: 0.2s ease all; }
  @media (max-width: 575px) {
    #highlights .swiper-col {
      padding-right: 0px;
      padding-left: 0px; } }
  #highlights .swiper-col .swiper-button-next, #highlights .swiper-col .swiper-button-prev, #highlights .swiper-col .swiper-button-next-1, #highlights .swiper-col .swiper-button-prev-1, #highlights .swiper-col .swiper-button-next-2, #highlights .swiper-col .swiper-button-prev-2 {
    top: 240px;
    color: #FE5752; }
    @media (max-width: 1199px) {
      #highlights .swiper-col .swiper-button-next, #highlights .swiper-col .swiper-button-prev, #highlights .swiper-col .swiper-button-next-1, #highlights .swiper-col .swiper-button-prev-1, #highlights .swiper-col .swiper-button-next-2, #highlights .swiper-col .swiper-button-prev-2 {
        top: 205px; } }
    @media (max-width: 991px) {
      #highlights .swiper-col .swiper-button-next, #highlights .swiper-col .swiper-button-prev, #highlights .swiper-col .swiper-button-next-1, #highlights .swiper-col .swiper-button-prev-1, #highlights .swiper-col .swiper-button-next-2, #highlights .swiper-col .swiper-button-prev-2 {
        top: 180px; } }
    @media (max-width: 767px) {
      #highlights .swiper-col .swiper-button-next, #highlights .swiper-col .swiper-button-prev, #highlights .swiper-col .swiper-button-next-1, #highlights .swiper-col .swiper-button-prev-1, #highlights .swiper-col .swiper-button-next-2, #highlights .swiper-col .swiper-button-prev-2 {
        top: 130px; } }
    @media (max-width: 575px) {
      #highlights .swiper-col .swiper-button-next, #highlights .swiper-col .swiper-button-prev, #highlights .swiper-col .swiper-button-next-1, #highlights .swiper-col .swiper-button-prev-1, #highlights .swiper-col .swiper-button-next-2, #highlights .swiper-col .swiper-button-prev-2 {
        display: none; } }
    #highlights .swiper-col .swiper-button-next:hover, #highlights .swiper-col .swiper-button-prev:hover, #highlights .swiper-col .swiper-button-next-1:hover, #highlights .swiper-col .swiper-button-prev-1:hover, #highlights .swiper-col .swiper-button-next-2:hover, #highlights .swiper-col .swiper-button-prev-2:hover {
      color: #fff; }
    #highlights .swiper-col .swiper-button-next::after, #highlights .swiper-col .swiper-button-prev::after, #highlights .swiper-col .swiper-button-next-1::after, #highlights .swiper-col .swiper-button-prev-1::after, #highlights .swiper-col .swiper-button-next-2::after, #highlights .swiper-col .swiper-button-prev-2::after {
      color: #f5e8ca; }
    #highlights .swiper-col .swiper-button-next:hover::after, #highlights .swiper-col .swiper-button-prev:hover::after, #highlights .swiper-col .swiper-button-next-1:hover::after, #highlights .swiper-col .swiper-button-prev-1:hover::after, #highlights .swiper-col .swiper-button-next-2:hover::after, #highlights .swiper-col .swiper-button-prev-2:hover::after {
      color: #fff; }
  #highlights .swiper-col .swiper-pagination, #highlights .swiper-col .swiper-pagination-2 {
    top: 285px; }
    @media (min-width: 576px) {
      #highlights .swiper-col .swiper-pagination, #highlights .swiper-col .swiper-pagination-2 {
        display: none; } }
    #highlights .swiper-col .swiper-pagination .swiper-pagination-bullet, #highlights .swiper-col .swiper-pagination-2 .swiper-pagination-bullet {
      background: #fff; }
      #highlights .swiper-col .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #highlights .swiper-col .swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff; }
  #highlights .swiper-col .swiper-slide {
    text-align: center; }
    #highlights .swiper-col .swiper-slide img {
      width: auto;
      margin: auto auto 30px;
      height: 520px; }
      @media (max-width: 1199px) {
        #highlights .swiper-col .swiper-slide img {
          height: 450px; } }
      @media (max-width: 991px) {
        #highlights .swiper-col .swiper-slide img {
          height: 400px; } }
      @media (max-width: 767px) {
        #highlights .swiper-col .swiper-slide img {
          height: 300px; } }
      @media (max-width: 575px) {
        #highlights .swiper-col .swiper-slide img {
          height: 275px; } }
    #highlights .swiper-col .swiper-slide p {
      font-size: 20px; }
      #highlights .swiper-col .swiper-slide p span {
        margin-top: 10px;
        display: block;
        font-size: 16px; }
      @media (max-width: 575px) {
        #highlights .swiper-col .swiper-slide p {
          padding: 0 15px; } }

#songwriters {
  background: url(../img/bg-tall2.jpg) repeat top center/cover;
  padding: 100px 0 150px;
  position: relative;
  overflow: hidden;
  padding: 100px 0; }
  #songwriters::before {
    content: "";
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, #110228 0%, rgba(17, 2, 40, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0; }
  #songwriters .top h2 {
    position: relative; }
    #songwriters .top h2 .line1 {
      font-weight: 100;
      text-align: center;
      margin-bottom: 0;
      font-size: 32px;
      display: block;
      color: #fff;
      letter-spacing: 0;
      font-family: "strongregular", helvetica neue, helvetica, sans-serif; }
      @media (max-width: 767px) {
        #songwriters .top h2 .line1 {
          font-size: 30px; } }
    #songwriters .top h2 .line2 {
      letter-spacing: 4px;
      font-weight: 800;
      text-align: center;
      font-size: 60px;
      text-transform: uppercase;
      background: #f9f4e7;
      /* Old browsers */
      background: -moz-linear-gradient(165deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(165deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(-75deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: drop-shadow(1px 1px 0px #ffffff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0px 0px #00000000;
      display: block;
      position: relative;
      /*&::before {
      	content: "Most Performed Songs";
      	display: block;
      	position: absolute;
      	left: 0;
      	right: 0;
      	z-index: -1;
      	text-shadow: 4px 4px 0px rgba(0,0,0,0.5);
      }*/ }
      @media (max-width: 767px) {
        #songwriters .top h2 .line2 {
          font-size: 30px; } }
    #songwriters .top h2 .line3 {
      letter-spacing: 0;
      font-family: "strongregular", helvetica neue, helvetica, sans-serif;
      font-weight: 100;
      text-align: center;
      font-size: 32px;
      display: block;
      color: #fff;
      line-height: 1; }
      @media (max-width: 767px) {
        #songwriters .top h2 .line3 {
          font-size: 30px; } }
  #songwriters .top hr {
    border-top: 2px dotted #D7B492;
    margin: auto auto 20px auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: transparent; }
  #songwriters .top .divider {
    width: 150px;
    fill: #8857aa; }
  #songwriters .top #top-songs-copy {
    color: #fff;
    position: relative;
    font-size: 20px; }
  #songwriters .top #first-time-copy {
    font-size: 23px; }
    #songwriters .top #first-time-copy span {
      color: #e4b954; }
    @media (max-width: 575px) {
      #songwriters .top #first-time-copy {
        font-size: 1.1rem; } }
  #songwriters .top .share {
    text-align: center; }
    #songwriters .top .share .spotify-btn {
      display: flex;
      align-items: center;
      margin: 30px auto auto;
      border: none;
      width: 300px;
      height: 50px;
      padding: 2px;
      background: #ba9d7d;
      background: -webkit-linear-gradient(right, #15032f 0%, #31046d 50%, #15032f 100%);
      background: -moz-linear-gradient(right, #15032f 0%, #31046d 50%, #15032f 100%);
      background: linear-gradient(to left, #15032f 0%, #31046d 50%, #15032f 100%);
      border-width: 2px;
      border-style: solid;
      border-image: linear-gradient(to bottom, #b9afa5, #f6efde, #b9afa5) 1;
      transition: 0.25s ease all;
      justify-content: center;
      text-decoration: none; }
      #songwriters .top .share .spotify-btn span {
        padding: 10px 20px;
        line-height: 1;
        display: inline-block;
        letter-spacing: 0;
        font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
        background: #f9f4e7;
        /* Old browsers */
        background: -moz-linear-gradient(165deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(165deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(-75deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        text-shadow: 0px 0px #00000000;
        font-weight: 700;
        font-size: 18px;
        text-decoration: none;
        text-decoration-color: white; }
        #songwriters .top .share .spotify-btn span:link, #songwriters .top .share .spotify-btn span:visited, #songwriters .top .share .spotify-btn span:hover, #songwriters .top .share .spotify-btn span:active {
          text-decoration: none; }
        #songwriters .top .share .spotify-btn span svg {
          margin-right: 10px; }
          #songwriters .top .share .spotify-btn span svg path {
            fill: #1ed760; }
      #songwriters .top .share .spotify-btn:hover {
        text-decoration: none;
        width: 320px;
        transition: 0.25s ease all; }
        #songwriters .top .share .spotify-btn:hover span:link, #songwriters .top .share .spotify-btn:hover span:visited, #songwriters .top .share .spotify-btn:hover span:hover, #songwriters .top .share .spotify-btn:hover span:active {
          text-decoration: none; }
    #songwriters .top .share .youtube-btn {
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 30px;
      border: 2px solid #efca85;
      padding: 10px 40px;
      background: #fef5e3;
      color: #fff;
      font-weight: 800;
      text-decoration: none;
      margin: auto 10px; }
      #songwriters .top .share .youtube-btn svg {
        fill: #CF4039;
        width: 20px;
        margin-right: 10px; }
      #songwriters .top .share .youtube-btn:hover {
        background: #efca85;
        color: #fff;
        text-decoration: none; }
        #songwriters .top .share .youtube-btn:hover svg {
          fill: #fff; }
      @media (max-width: 767px) {
        #songwriters .top .share .youtube-btn {
          width: 100%;
          margin: auto auto 10px; } }
  #songwriters #songwriters-winners {
    margin-top: 50px; }
    #songwriters #songwriters-winners .song-card-wrap {
      padding-top: 65px;
      margin-bottom: 80px; }
      @media (max-width: 767px) {
        #songwriters #songwriters-winners .song-card-wrap {
          overflow: hidden;
          margin-bottom: 0px; } }
      #songwriters #songwriters-winners .song-card-wrap .song-card {
        width: 100%;
        position: relative;
        border-width: 3px;
        border-style: solid;
        border-image: linear-gradient(135deg, #efe6d4, #ffffff, #ad8e76) 1;
        -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.5); }
        @media (max-width: 575px) {
          #songwriters #songwriters-winners .song-card-wrap .song-card {
            max-width: 341px; } }
        #songwriters #songwriters-winners .song-card-wrap .song-card::after {
          content: "";
          display: block;
          padding-bottom: 100%; }
          @media (max-width: 767px) {
            #songwriters #songwriters-winners .song-card-wrap .song-card::after {
              display: none; } }
        #songwriters #songwriters-winners .song-card-wrap .song-card .inner {
          position: absolute;
          width: 100%;
          height: 100%;
          padding: 28px 10px;
          text-align: center; }
          @media (max-width: 767px) {
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner {
              position: relative; } }
          @media (max-width: 1599px) {
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner {
              padding: 45px 10px; } }
          @media (max-width: 1399px) {
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner {
              padding: 65px 10px; } }
          @media (max-width: 1199px) {
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner {
              padding: 30px 10px; } }
          @media (max-width: 991px) {
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner {
              padding: 50px 10px; } }
          @media (max-width: 767px) {
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner {
              padding: 78px 10px 20px; } }
          @media (max-width: 575px) {
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner {
              padding: 38px 10px 10px; } }
          #songwriters #songwriters-winners .song-card-wrap .song-card .inner div {
            margin-bottom: 10px; }
          #songwriters #songwriters-winners .song-card-wrap .song-card .inner .song-img {
            position: absolute;
            top: -70px;
            left: 0;
            right: 0;
            width: 30%;
            margin: auto;
            z-index: 2;
            transition: 0.2s ease all; }
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner .song-img::after {
              content: "";
              width: 100%;
              height: 100%;
              background-color: #2A142A;
              opacity: 0;
              transition: 0.2s ease all;
              left: 0;
              position: absolute; }
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner .song-img img {
              width: 100%; }
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner .song-img:hover {
              cursor: pointer;
              transition: 0.2s ease all; }
              #songwriters #songwriters-winners .song-card-wrap .song-card .inner .song-img:hover::after {
                opacity: 0.5;
                transition: 0.2s ease all; }
                @media (max-width: 767px) {
                  #songwriters #songwriters-winners .song-card-wrap .song-card .inner .song-img:hover::after {
                    opacity: 0; } }
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner .song-img.active {
              top: 0;
              width: 100%;
              transition: 0.2s ease all; }
            @media (max-width: 767px) {
              #songwriters #songwriters-winners .song-card-wrap .song-card .inner .song-img {
                top: -50px;
                width: 20%; }
                #songwriters #songwriters-winners .song-card-wrap .song-card .inner .song-img.active {
                  top: -50px;
                  width: 55%; } }
          #songwriters #songwriters-winners .song-card-wrap .song-card .inner h4 {
            font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
            background: #d1b198;
            background: -webkit-linear-gradient(to right, #d1b198 0%, #ffffff 50%, #d1b198 100%);
            background: -moz-linear-gradient(to right, #d1b198 0%, #ffffff 50%, #d1b198 100%);
            background: linear-gradient(to right, #d1b198 0%, #ffffff 50%, #d1b198 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0px 0px #00000000;
            display: block;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 20px;
            letter-spacing: 0;
            font-weight: 700; }
            @media (min-width: 576px) and (max-width: 767px) {
              #songwriters #songwriters-winners .song-card-wrap .song-card .inner h4 {
                font-size: 28px; } }
          #songwriters #songwriters-winners .song-card-wrap .song-card .inner .writers {
            list-style: none;
            padding: 0;
            color: #fff;
            display: block;
            margin-bottom: 10px;
            line-height: 1.1; }
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner .writers li {
              font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
              line-height: 1.2;
              display: inline-block;
              font-weight: 600; }
              #songwriters #songwriters-winners .song-card-wrap .song-card .inner .writers li:not(:last-child)::after {
                content: "• ";
                margin-left: 3px;
                margin-right: 3px; }
              @media (min-width: 1200px) {
                #songwriters #songwriters-winners .song-card-wrap .song-card .inner .writers li {
                  font-size: 16px; } }
              @media (max-width: 1199px) {
                #songwriters #songwriters-winners .song-card-wrap .song-card .inner .writers li {
                  font-size: 18px;
                  line-height: 1.1; } }
              @media (max-width: 767px) {
                #songwriters #songwriters-winners .song-card-wrap .song-card .inner .writers li {
                  font-size: 26px; } }
              @media (max-width: 575px) {
                #songwriters #songwriters-winners .song-card-wrap .song-card .inner .writers li {
                  font-size: 19px; } }
              #songwriters #songwriters-winners .song-card-wrap .song-card .inner .writers li .star {
                color: #efca85;
                padding-right: 5px;
                padding-left: 5px;
                font-size: 14px;
                top: -2px;
                position: relative; }
              #songwriters #songwriters-winners .song-card-wrap .song-card .inner .writers li .affiliation {
                font-weight: 100; }
            @media (max-width: 1400px) {
              #songwriters #songwriters-winners .song-card-wrap .song-card .inner .writers {
                margin-bottom: 5px; } }
          #songwriters #songwriters-winners .song-card-wrap .song-card .inner .publishers {
            list-style: none;
            padding: 0;
            line-height: 1; }
            #songwriters #songwriters-winners .song-card-wrap .song-card .inner .publishers li {
              font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
              line-height: 1.2;
              display: inline-block;
              color: #fff;
              font-weight: 100;
              font-style: italic; }
              @media (min-width: 1600px) {
                #songwriters #songwriters-winners .song-card-wrap .song-card .inner .publishers li {
                  font-size: 13px; } }
              @media (max-width: 1599px) {
                #songwriters #songwriters-winners .song-card-wrap .song-card .inner .publishers li {
                  font-size: 16px; } }
              @media (max-width: 1199px) {
                #songwriters #songwriters-winners .song-card-wrap .song-card .inner .publishers li {
                  font-size: 15px; } }
              @media (max-width: 767px) {
                #songwriters #songwriters-winners .song-card-wrap .song-card .inner .publishers li {
                  font-size: 22px; } }
              @media (max-width: 575px) {
                #songwriters #songwriters-winners .song-card-wrap .song-card .inner .publishers li {
                  font-size: 14px; } }
              #songwriters #songwriters-winners .song-card-wrap .song-card .inner .publishers li:not(:last-child)::after {
                content: "• ";
                margin-left: 3px;
                margin-right: 3px; }
              #songwriters #songwriters-winners .song-card-wrap .song-card .inner .publishers li span {
                padding-right: 3px; }
                #songwriters #songwriters-winners .song-card-wrap .song-card .inner .publishers li span.asterisk {
                  color: #D1B35D; }
  #songwriters .winners-list {
    margin: 30px auto auto;
    width: 360px;
    height: 50px;
    display: flex;
    border: none;
    padding: 2px;
    background: #ba9d7d;
    background: -webkit-linear-gradient(right, #15032f 0%, #31046d 50%, #15032f 100%);
    background: -moz-linear-gradient(right, #15032f 0%, #31046d 50%, #15032f 100%);
    background: linear-gradient(to left, #15032f 0%, #31046d 50%, #15032f 100%);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #b9afa5, #f6efde, #b9afa5) 1;
    transition: 0.25s ease all;
    justify-content: center;
    text-decoration: none;
    margin: auto; }
    #songwriters .winners-list span {
      padding: 10px 20px;
      line-height: 1;
      display: inline-block;
      letter-spacing: 0;
      font-family: "proxima-nova", helvetica neue, helvetica, sans-serif;
      background: #f9f4e7;
      /* Old browsers */
      background: -moz-linear-gradient(165deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(165deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(-75deg, #e5deae 0%, #f9f4e7 8%, #b3a89d 14%, #958270 24%, #fdf8ec 27%, #a08f7d 40%, #e5deae 47%, #afa195 75%, #958270 81%, #f7f2e4 86%, #f9f4e7 95%, #e5deae 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      text-shadow: 0px 0px #00000000;
      font-weight: 700;
      font-size: 18px;
      text-decoration: none;
      text-decoration-color: white; }
      #songwriters .winners-list span:link, #songwriters .winners-list span:visited, #songwriters .winners-list span:hover, #songwriters .winners-list span:active {
        text-decoration: none; }
      #songwriters .winners-list span svg {
        margin-right: 10px; }
        #songwriters .winners-list span svg path {
          fill: #1ed760; }
    #songwriters .winners-list:hover {
      text-decoration: none;
      width: 380px;
      transition: 0.25s ease all; }

#photos {
  background: linear-gradient(to bottom, #dcccbe 0%, #594062 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative; }
  #photos::after {
    content: "";
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(17, 2, 40, 0) 0%, #110228 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    bottom: 0; }
  #photos .heading {
    text-align: center;
    padding-bottom: 50px; }
    #photos .heading h2 {
      background: #f9f4e7;
      /* Old browsers */
      background: -moz-linear-gradient(165deg, #160530 0%, #3f0296 50%, #160530 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(165deg, #160530 0%, #3f0296 50%, #160530 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(-75deg, #160530 0%, #3f0296 50%, #160530 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 0px 0px #00000000;
      display: block;
      font-size: 35px;
      letter-spacing: 1px;
      font-family: "strongregular", helvetica neue, helvetica, sans-serif;
      line-height: 1;
      filter: drop-shadow(1px 1px 0px #ffffff); }
      @media (max-width: 991px) {
        #photos .heading h2 {
          font-size: 35px; } }
      @media (max-width: 767px) {
        #photos .heading h2 {
          font-size: 30px; } }
    #photos .heading h3 {
      letter-spacing: 1px;
      font-weight: 600; }
    #photos .heading p {
      font-size: 20px; }
    #photos .heading svg {
      margin-top: 5px;
      width: 150px;
      fill: #8857aa; }
  @media (max-width: 575px) {
    #photos {
      padding-bottom: 20px; } }
  #photos .gallery-slider-wrap {
    position: relative;
    overflow: hidden; }
    #photos .gallery-slider-wrap .mySwiper {
      width: 200%;
      margin-left: -50%; }
      @media (max-width: 767px) {
        #photos .gallery-slider-wrap .mySwiper {
          width: 100%;
          margin-left: auto; } }
      #photos .gallery-slider-wrap .mySwiper .swiper-slide {
        opacity: 0;
        transition: 0.2s ease all; }
        #photos .gallery-slider-wrap .mySwiper .swiper-slide .slider-image {
          height: 550px;
          overflow-x: hidden;
          display: flex;
          justify-content: center;
          position: relative; }
          @media (max-width: 991px) {
            #photos .gallery-slider-wrap .mySwiper .swiper-slide .slider-image {
              height: 250px; } }
          #photos .gallery-slider-wrap .mySwiper .swiper-slide .slider-image img {
            height: 100%; }
        #photos .gallery-slider-wrap .mySwiper .swiper-slide .caption {
          height: auto;
          width: 85%;
          text-align: center;
          padding: 10px 20px;
          color: #fff;
          margin: 20px auto; }
          @media (min-width: 576px) {
            #photos .gallery-slider-wrap .mySwiper .swiper-slide .caption {
              margin: auto; } }
        #photos .gallery-slider-wrap .mySwiper .swiper-slide.swiper-slide-active {
          opacity: 1;
          transition: 0.2s ease all; }
    #photos .gallery-slider-wrap .swiper-button-next, #photos .gallery-slider-wrap .swiper-button-prev {
      top: calc(50% - 150px);
      /*@media (min-width:$md-min) and (max-width:$md-max) {
      	top:calc(35% - 30px);
      }*/ }
      #photos .gallery-slider-wrap .swiper-button-next svg, #photos .gallery-slider-wrap .swiper-button-prev svg {
        height: 300px;
        width: 50px; }
        #photos .gallery-slider-wrap .swiper-button-next svg polygon, #photos .gallery-slider-wrap .swiper-button-prev svg polygon {
          fill: #8857aa; }
      #photos .gallery-slider-wrap .swiper-button-next:hover svg polygon, #photos .gallery-slider-wrap .swiper-button-prev:hover svg polygon {
        fill: #000; }
      #photos .gallery-slider-wrap .swiper-button-next::after, #photos .gallery-slider-wrap .swiper-button-prev::after {
        color: #8857aa;
        display: none; }
      #photos .gallery-slider-wrap .swiper-button-next:hover::after, #photos .gallery-slider-wrap .swiper-button-prev:hover::after {
        color: #000; }
      @media (max-width: 575px) {
        #photos .gallery-slider-wrap .swiper-button-next, #photos .gallery-slider-wrap .swiper-button-prev {
          display: none; } }
    #photos .gallery-slider-wrap .swiper-button-next {
      right: 15%;
      height: 300px;
      width: 50px; }
      @media (min-width: 576px) and (max-width: 767px) {
        #photos .gallery-slider-wrap .swiper-button-next {
          right: 30px; } }
      @media (max-width: 575px) {
        #photos .gallery-slider-wrap .swiper-button-next {
          right: 5px;
          top: 320px; } }
    #photos .gallery-slider-wrap .swiper-button-prev {
      left: 15%;
      height: 300px;
      width: 50px; }
      @media (min-width: 576px) and (max-width: 767px) {
        #photos .gallery-slider-wrap .swiper-button-prev {
          left: 30px; } }
      @media (max-width: 575px) {
        #photos .gallery-slider-wrap .swiper-button-prev {
          left: 5px;
          top: 320px; } }
    #photos .gallery-slider-wrap .swiper-pagination-1 {
      top: 260px; }
      #photos .gallery-slider-wrap .swiper-pagination-1 .swiper-pagination-bullet {
        opacity: 1;
        background: #fff; }
        #photos .gallery-slider-wrap .swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #8857aa; }
      @media (min-width: 576px) {
        #photos .gallery-slider-wrap .swiper-pagination-1 {
          display: none; } }
