* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glide {
  
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .glide * {
    box-sizing: inherit;
  }
  .glide__slides,
  .glide__track {
    overflow: hidden;
  }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
  }
  .glide__slide,
  .glide__slides--dragging {
    user-select: none;
  }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  .glide__arrows,
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
  }
  .glide--rtl {
    direction: rtl;
  }
  a,
  abbr,
  acronym,
  address,
  applet,
  article,
  aside,
  audio,
  b,
  big,
  blockquote,
  body,
  canvas,
  caption,
  center,
  cite,
  code,
  dd,
  del,
  details,
  dfn,
  div,
  dl,
  dt,
  em,
  embed,
  fieldset,
  figcaption,
  figure,
  footer,
  form,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  header,
  hgroup,
  html,
  i,
  iframe,
  img,
  ins,
  kbd,
  label,
  legend,
  li,
  mark,
  menu,
  nav,
  object,
  ol,
  output,
  p,
  pre,
  q,
  ruby,
  s,
  samp,
  section,
  small,
  span,
  strike,
  strong,
  sub,
  summary,
  sup,
  table,
  tbody,
  td,
  tfoot,
  th,
  thead,
  time,
  tr,
  tt,
  u,
  ul,
  var,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:after,
  blockquote:before,
  q:after,
  q:before {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  a {
    text-decoration: none;
  }
  div,
  section {
    box-sizing: border-box;
  }
  body,
  html {
    font-family: Open Sans, sans-serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: gilroybold, sans-serif;
  }
  b,
  strong {
    font-weight: 700;
  }
  .mt-100 {
    margin-top: 100px !important;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-70 {
    margin-top: 70px;
  }
  html {
    scroll-behavior: smooth;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  @font-face {
    font-family: gilroyblack;
    src: url(../assets/fonts/gilroy-black-webfont.woff2) format("woff2"), url(../assets/fonts/gilroy-black-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: gilroybold;
    src: url(../assets/fonts/gilroy-bold-webfont.woff2) format("woff2"), url(../assets/fonts/gilroy-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: gilroyextrabold;
    src: url(../assets/fonts/gilroy-extrabold-webfont.woff2) format("woff2"), url(../assets/fonts/gilroy-extrabold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: gilroyregular;
    src: url(../assets/fonts/gilroy-regular-webfont.woff2) format("woff2"), url(../assets/fonts/gilroy-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: gilroysemibold;
    src: url(../assets/fonts/gilroy-semibold-webfont.woff2) format("woff2"), url(../assets/fonts/gilroy-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
  }
  .container {
    max-width: 90%;
    margin: 0 auto;
  }
  @media screen and (min-width: 1440px) {
    .container {
      max-width: 1340px;
    }
  }
  .header {
    padding: 16px 0;
  }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-navigation {
    display: flex;
    margin-left: auto;
    margin-bottom: 0;
  }
  @media screen and (max-width: 992px) {
    .header-navigation {
      display: none;
    }
  }
  .header-navigation a {
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: 700;
    font-family: gilroybold, sans-serif;
    margin: 0 15px;
    font-size: 12px;
  }
  @media screen and (min-width: 1281px) {
    .header-navigation a {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 1100px) {
    .header-navigation a {
      margin: 0 15px;
    }
  }
  .header-navigation a:first-child {
    margin-left: 0;
  }
  .header-navigation a:last-child {
    margin-right: 0;
  }
  .header-navigation a.active,
  .header-navigation a:hover {
    color: #006edc;
    transition: all 0.3s ease-in-out;
  }
  .header-actions {
    display: flex;
    font-family: gilroyregular, sans-serif;
  }
  @media screen and (max-width: 992px) {
    .header-actions {
      display: none;
    }
  }
  .header-actions a {
    font-size: 14px;
    color: #26336e;
    border: 1px solid #006edc;
    padding: 12px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
  }
  .header-actions a:hover,
  .header-actions a:last-child {
    background-color: transparent;
    border: solid 1px #006EDC;
    color: #5B5B5B;
    font-weight: 700;
    font-family: gilroybold, sans-serif;
    text-transform: uppercase;
  }
  .header-actions a:last-child {
    margin-left: 20px;
  }
  .header-actions a:last-child:hover {
    background-color: transparent;
    color: #006edc;
  }
  .header-mobile-button {
    display: none;
  }
  @media screen and (max-width: 992px) {
    .header-mobile-button {
      display: block;
    }
  }
  .header-mobile-button button {
    background-color: transparent;
    border: none;
    width: 50px;
    height: 33px;
    position: relative;
    transform: rotate(0);
    cursor: pointer;
  }
  .header-mobile-button button span {
    display: block;
    position: absolute;
    height: 6px;
    width: 50%;
    background-color: #006edc;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .header-mobile-button button span:nth-child(2n) {
    left: 50%;
  }
  .header-mobile-button button span:nth-child(odd) {
    left: 0;
  }
  .header-mobile-button button span:first-child,
  .header-mobile-button button span:nth-child(2) {
    top: 0;
  }
  .header-mobile-button button span:nth-child(3),
  .header-mobile-button button span:nth-child(4) {
    top: 13px;
  }
  .header-mobile-button button span:nth-child(5),
  .header-mobile-button button span:nth-child(6) {
    top: 27px;
  }
  .header-mobile-button button.open span:first-child,
  .header-mobile-button button.open span:nth-child(6) {
    transform: rotate(45deg);
  }
  .header-mobile-button button.open span:nth-child(2),
  .header-mobile-button button.open span:nth-child(5) {
    transform: rotate(-45deg);
  }
  .header-mobile-button button.open span:first-child {
    left: 5px;
    top: 10px;
  }
  .header-mobile-button button.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 10px;
  }
  .header-mobile-button button.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .header-mobile-button button.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .header-mobile-button button.open span:nth-child(5) {
    left: 5px;
    top: 24px;
  }
  .header-mobile-button button.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 24px;
  }
  .mobile-menu {
    background-color: #f6f6f6;
    position: absolute;
    width: 100%;
    top: 85px;
    left: -100%;
    z-index: 9;
    padding: 20px 0 100px;
  }
  .mobile-menu.mactive {
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu .container {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu-social {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .mobile-menu-social-content {
    background-color: #e53241;
    padding: 20px 25px;
    display: flex;
    align-items: center;
  }
  .mobile-menu-social a,
  .mobile-menu-social p {
    margin: 0 10px;
    color: #fff;
  }
  .mobile-menu-social a:first-child,
  .mobile-menu-social p:first-child {
    margin-left: 0;
  }
  .mobile-menu-social a:last-child,
  .mobile-menu-social p:last-child {
    margin-right: 0;
  }
  .mobile-menu-social p {
    font-size: 14px;
  }
  .mobile-menu-nav {
    display: flex;
    flex-direction: column;
  }
  @media screen and (max-width: 640px) {
    .mobile-menu-nav {
      align-items: flex-end;
      width: 100%;
      margin-top: 25px;
    }
  }
  .mobile-menu-nav a {
    margin: 48px 0;
    text-align: center;
    text-transform: uppercase;
    color: #e53241;
    font-size: 18px;
    font-family: gilroybold, sans-serif;
  }
  @media screen and (max-width: 640px) {
    .mobile-menu-nav a {
      margin: 35px 0;
    }
  }
  .mobile-menu-nav a:first-child {
    margin-top: 0;
  }
  .mobile-menu-nav a:last-child {
    margin-bottom: 0;
  }
  .mobile-menu-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
  }
  @media screen and (max-width: 640px) {
    .mobile-menu-actions {
      align-items: flex-end;
      width: 100%;
      margin-top: 35px;
    }
  }
  .mobile-menu-actions a {
    font-family: gilroyregular, sans-serif;
  }
  .mobile-menu-actions a:first-child {
    color: #e53241;
    border: 1px solid #e53241;
    padding: 11px 20px;
    font-size: 18px;
    text-align: center;
  }
  .mobile-menu-actions a:last-child {
    color: #fff;
    background-color: #006edc;
    padding: 11px 20px;
    font-size: 18px;
    text-align: center;
    max-width: 140px;
    margin-top: 45px;
  }
  @media screen and (max-width: 640px) {
    .mobile-menu-actions a:last-child {
      margin-top: 35px;
    }
  }
  .footer {
    padding: 100px 0 120px;
    background-color: #FFFFFF;
  }
  @media screen and (max-width: 680px) {
    .footer {
      padding: 80px 0 100px;
    }
  }
  .brands {
    display: flex;
    gap: 100px;
  }
  @media screen and (min-width: 992px) {
    .brands {
      justify-content: center;
    }
  }
  @media screen and (max-width: 1150px) {
    .brands {
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  }
  @media screen and (max-width: 768px) {
    .brands {
      gap: 60px;
    }
  }
  .brand-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .brand-item-title {
    margin-bottom: 26px;
  }
  .brand-item-title p {
    color: #828282;
    font-size: 18px;
    font-family: gilroybold, sans-serif;
  }
  @media screen and (max-width: 992px) {
    .brand-item-logos {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }
  }
  .brand-item-logos a {
    margin: 0 5px;
  }
  @media screen and (max-width: 992px) {
    .brand-item-logos a {
      margin: 0;
    }
  }
  .brand-item-logos a:first-child {
    margin-left: 0;
  }
  .brand-item-logos a:last-child {
    margin-right: 0;
  }
  .hero {
    min-height: 330px;
    position: relative;
    z-index: 3;
  }
  .hero-container {
    margin: 0 auto;
    position: relative;
  }
  .hero-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .hero .glide__slide {
    padding: 90px 0;
    min-height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero-content {
    max-width: 1340px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1439px) {
    .hero-content {
      max-width: 90%;
    }
  }
  .hero-info {
    background-color: #006edc;
    max-width: 350px;
    padding: 26px 62px 28px 22px;
  }
  .hero-info h2 {
    font-size: 26px;
    font-family: gilroyblack, sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 26px;
  }
  @media screen and (max-width: 640px) {
    .hero-info h2 {
      font-size: 36px;
      line-height: 38px;
    }
  }
  @media screen and (max-width: 400px) {
    .hero-info h2 {
      font-size: 28px;
      line-height: 28px;
    }
  }
  .hero-info h2 b,
  .hero-info h2 strong {
    color: #ffce00;
  }
  .hero-info h3 {
    font-family: gilroyblack, sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 18px;
  }
  @media screen and (max-width: 640px) {
    .hero-info h3 {
      font-size: 18px;
    }
  }
  .hero-action {
    max-width: 350px;
    border-top: 1px solid #fff;
  }
  .hero-action a {
    width: 100%;
    display: inline-flex;
    position: relative;
    justify-content: space-between;
    border: none;
    align-items: center;
    background-color: transparent;
    overflow: hidden;
  }
  .hero-action a:after {
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0059b2;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .hero-action a:hover {
    cursor: pointer;
  }
  .hero-action a:hover span {
    transition: all 0.3s ease-in-out;
    color: #ffce00;
  }
  .hero-action a:hover svg path {
    stroke: #ffce00;
    transition: all 0.3s ease-in-out;
  }
  .hero-action a span {
    font-family: gilroyblack, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .hero-action a span:first-child {
    justify-content: flex-start;
    padding: 13px 16px;
    width: 100%;
  }
  @media screen and (max-width: 640px) {
    .hero-action a span {
      font-size: 18px;
    }
  }
  .hero-socials {
    padding: 20px 25px;
    display: flex;
    color: #fff;
    align-items: center;
    position: relative;
  }
  .hero-socials:after {
    content: "";
    background-color: #e53241;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .hero-socials a,
  .hero-socials p {
    margin: 0 10px;
    position: relative;
    z-index: 2;
  }
  .hero-socials p {
    margin-left: 0;
  }
  .hero-socials a:last-child {
    margin-right: 0;
  }
  .hero-socials a:hover svg path {
    fill: #ffce00;
    transition: all 0.3s ease-in-out;
  }
  .category {
    margin-bottom: 60px;
  }
  .category-header p {
    font-size: 96px;
    font-family: gilroyblack, sans-serif;
    position: relative;
    margin: 0;
    line-height: 65px;
    font-weight: 900;
  }
  .category-header p:after {
    content: "";
    width: 88%;
    height: 7px;
    background-color: #10B508;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  @media screen and (max-width: 1400px) {
    .category-header p:after {
      width: 80%;
    }
  }
  .category-header h3 {
    font-size: 24px;
    color: #5B5B5B;
    line-height: 30px;
    max-width: 100%;
    display: block;
    font-weight: 600;
  }
  .category-header-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
  }
  .category-header-sub svg {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    /* width: 61px; */
    height: auto;
  }
  /* .category-header-sub svg rect{
    stroke:#10B508;
  } */
  /* .category-header-sub svg path{
    stroke:#10B508;
  } */
  .category-header:hover {
    cursor: pointer;
  }
  .category-header.active p {
    color: #e53241 !important;
    transition: all 0.3 ease-in-out;
  }
  .category-header.active .category-header-sub svg {
    transform: rotate(0);
  }
  .category-body {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  .category-body .wysiwig p {
    font-size: 18px;
    line-height: 22px;
    font-family: gilroybold, sans-serif;
    margin: 16px 0;
    color: #5b5b5b;
    font-weight: 500;
  }
  .category-body .wysiwig p:first-child {
    margin-top: 0;
  }
  .category-body .wysiwig p:last-child {
    margin-bottom: 0;
  }
  .project-item {
    position: relative;
    color: #fff;
    max-width: 337px;
    display: block;
    overflow: hidden;
  }
  .project-item:before {
    background-color: #006EDC;
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
  }
  @media screen and (max-width: 992px) {
    .project-item {
      max-width: 100%;
    }
  }
  .project-item:hover {
    cursor: pointer;
  }
  .project-item:hover:before {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
  }
  .project-item:hover .project-overlay:before {
    content: none;
  }
  .project-header {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .project-tag {
    top: -15px;
    right: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    gap: 2px;
  }
  .project-tag p,
  .project-tag span {
    background-color: #ffce00;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #006EDC;
    font-weight: 600;
  }
  .project-tag p {
    text-transform: uppercase;
  }
  .project-tag svg {
    height: 30px;
  }
  .project-year {
    position: relative;
    z-index: 2;
  }
  .project-year p {
    margin: 0;
    font-size: 30px;
    font-family: gilroyblack, sans-serif;
    width: 10px;
    word-break: break-word;
  }
  .project-overlay {
    position: relative;
    padding: 25px 0;
    margin-top: 20px;
    min-height: 220px;
  }
  .project-overlay:before {
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    background-color: #006EDC;
    mix-blend-mode: multiply;
    top: 0;
    left: -50px;
  }
  .project-place {
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
  }
  .project-place p {
    margin: 0;
    font-size: 14px;
    font-family: gilroybold, sans-serif;
  }
  .project-category {
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    max-width: 90%;
  }
  .project-category h3 {
    font-size: 22px;
    line-height: 100.6%;
    font-family: gilroybold, sans-serif;
  }
  .project-title {
    position: relative;
    z-index: 2;
  }
  .project-title h4 {
    font-size: 16px;
    font-family: gilroybold, sans-serif;
    line-height: 140.6%;
  }
  @media screen and (max-width: 992px) {
    .project-body img {
      width: 100%;
    }
  }
  @media screen and (max-width: 780px) {
    .project-body img {
      width: auto;
    }
  }
  @media screen and (max-width: 640px) {
    .project-body img {
      width: 100%;
    }
  }
  .project-page .project-tag.project-tag-nominate p,
  .project-tag.project-tag-nominate p {
    background-color: #E53241;
    padding: 10px 28px;
    color: #fff;
  }
  .new {
    max-width: 337px;
    display: block;
  }
  @media screen and (max-width: 580px) {
    .new {
      max-width: 100%;
    }
  }
  .new:hover .new-header:before {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    mix-blend-mode: multiply;
  }
  .new:hover .new-body .new-title {
    color: #000;
    transition: all 0.3s ease-in-out;
  }
  .new-header {
    position: relative;
    overflow: hidden;
  }
  .new-header:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 110, 220, 0.9);
  }
  @media screen and (max-width: 580px) {
    .new-header img {
      width: 100%;
    }
  }
  .new-body {
    margin-top: 22px;
  }
  .new-date p {
    color: #006edc;
    line-height: 140.6%;
    font-size: 18px;
  }
  .new-date p,
  .new-title {
    font-family: gilroybold, sans-serif;
  }
  .new-title {
    font-size: 24px;
    line-height: 100.6%;
    color: #5b5b5b;
    margin-top: 8px;
  }
  .new-title h3 {
    max-width: 70%;
    display: block;
  }
  .video-item {
    color: #fff;
  }
  .video-item:hover {
    cursor: pointer;
  }
  .video-item:hover .video-header:before {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    mix-blend-mode: multiply;
  }
  .video-item:hover .video-body .video-title {
    color: #ffce00;
    transition: all 0.3s ease-in-out;
  }
  .video-header {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-header:before {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 110, 220, .7);

  }
  .video-image,
  .video-image img {
    width: 100%;
  }
  .video-year {
    position: absolute;
    left: 20px;
    top: -25px;
  }
  .video-year p {
    font-family: gilroyblack, sans-serif;
    margin: 0;
    font-size: 48px;
  }
  .video-icon {
    position: absolute;
  }
  .video-icon svg{
    width: 72px;
    height: auto;
  }
  .video-body {
    margin-top: 23px;
  }
  .video-category {
    font-size: 14px;
    font-family: gilroybold, sans-serif;
  }
  .video-title {
    font-size: 22px;
    margin-top: 4px;
  }
  .video-place,
  .video-title {
    font-family: gilroybold, sans-serif;
    line-height: 150.6%;
  }
  .video-place {
    font-size: 16px;
    margin-top: 50px;
  }
  .video-premiation {
    position: relative;
    z-index: 3;
    padding: 100px 0;
  }
  .video-premiation .container {
    max-width: 730px;
    display: flex;
    gap: 80px;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .video-premiation .container {
      gap: 40px;
      max-width: 90%;
    }
  }
  @media screen and (max-width: 580px) {
    .video-premiation .container {
      flex-direction: column-reverse;
    }
  }
  .video-premiation .left {
    width: 50%;
  }
  @media screen and (max-width: 580px) {
    .video-premiation .left {
      width: 80%;
    }
  }
  .video-premiation .left h2,
  .video-premiation .left p {
    font-size: 18px;
    color: #006edc;
    line-height: 22px;
  }
  @media screen and (max-width: 768px) {
    .video-premiation .left h2,
    .video-premiation .left p {
      font-size: 14px;
    }
  }
  .video-premiation .left h2 {
    text-transform: uppercase;
    font-family: gilroyblack, sans-serif;
    margin-bottom: 16px;
  }
  .video-premiation .left p {
    font-family: gilroysemibold, sans-serif;
    line-height: 22px;
  }
  .video-premiation .right {
    width: 50%;
  }
  @media screen and (max-width: 580px) {
    .video-premiation .right {
      width: 100%;
      text-align: right;
    }
  }
  .video-premiation .right img {
    margin-top: -158px;
  }
  @media screen and (max-width: 768px) {
    .video-premiation .right img {
      max-width: 280px;
      margin-top: -125px;
    }
  }
  .video-premiation .right img:first-child {
    display: block;
  }
  @media screen and (max-width: 580px) {
    .video-premiation .right img:first-child {
      display: none;
    }
  }
  .video-premiation .right img:last-child {
    display: none;
  }
  @media screen and (max-width: 580px) {
    .video-premiation .right img:last-child {
      display: inline;
    }
  }
  .video-premiation .video-footer {
    margin-top: 70px;
    display: flex;
    align-items: flex-end;
    gap: 45px;
  }
  @media screen and (max-width: 580px) {
    .video-premiation .video-footer {
      gap: 20px;
    }
  }
  .video-premiation .video-footer h3 {
    font-size: 32px;
    color: #e53241;
    text-transform: uppercase;
    font-family: gilroyblack, sans-serif;
  }
  @media screen and (max-width: 768px) {
    .video-premiation .video-footer h3 {
      font-size: 24px;
    }
  }
  .video-premiation .video-footer svg {
    transition: all 0.3s ease;
  }
  .video-premiation:hover {
    cursor: pointer;
  }
  .video-premiation:hover .video-footer svg {
    opacity: 0.7;
  }
  .iframe-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 45%;
    max-width: 80%;
    margin: 0 auto;
    z-index: 6;
  }
  @media screen and (max-width: 580px) {
    .iframe-container {
      max-width: 100%;
      padding-top: 56%;
    }
  }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;
    position: relative;
  }
  .form-group:last-child {
    margin-bottom: 0;
  }
  .form-group label {
    font-size: 12px;
    font-family: gilroybold, sans-serif;
    margin-bottom: 5px;
    color: #5b5b5b;
    opacity: 0;
    position: absolute;
    top: -14px;
  }
  .form-group input {
    border: 1px solid #c4c4c4;
    padding: 0 30px;
    height: 60px;
    font-size: 16px;
    font-family: gilroyregular, sans-serif;
    color: #5B5B5B;
    font-weight: 600;
  }
  .form-group input:placeholder-shown ~ label {
    opacity: 0;
  }
  .form-group input:not(:placeholder-shown) ~ label {
    opacity: 1;
  }
  .form-group input:focus {
    border-color: #006edc;
    outline: none;
    box-shadow: 0 4px 20px 0 rgba(45, 115, 178, 0.2);
    transition: all 0.3s ease-in-out;
  }
  .form-group input:focus ~ label {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    color: #006EDC;
  }
  .form-group input::placeholder {
    font-family: gilroybold, sans-serif;
    color: #ADADAD;
    font-weight: 400;
  }
  .form-group textarea {
    padding: 30px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    font-family: gilroyregular, sans-serif;
    color: #5b5b5b;
    resize: none;
    font-weight: 600;
  }
  .form-group textarea:placeholder-shown ~ label {
    opacity: 0;
  }
  .form-group textarea:not(:placeholder-shown) ~ label {
    opacity: 1;
  }
  .form-group textarea:focus {
    border-color: #006edc;
    outline: none;
    box-shadow: 0 4px 20px 0 rgba(45, 115, 178, 0.2);
    transition: all 0.3s ease-in-out;
  }
  .form-group textarea:focus ~ label {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  .form-group textarea::placeholder {
    font-family: gilroybold, sans-serif;
    color: #ADADAD;
  }
  .form-group button {
    background-color: #006edc;
    border: none;
    max-width: 243px;
    display: flex;
    align-items: center;
    color: #fff;
  }
  .form-group button span {
    height: 55px;
    display: flex;
    align-items: center;
  }
  .form-group button span:first-child {
    padding-left: 32px;
    font-family: gilroybold, sans-serif;
    font-size: 18px;
    border-right: 2px solid #fff;
    width: 183px;
  }
  .form-group button span:last-child {
    justify-content: center;
    width: 60px;
  }
  .form-group button:hover {
    background-color: #0EA307;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .form-group-send {
    margin-top: 62px;
  }
  .form-group .error {
    color: #e53241;
    margin-top: 5px;
    font-size: 14px;
  }
  .postulation-form .freeform-form-has-errors {
    display: none;
  }
  .postulation-form .freeform-column {
    position: relative;
  }
  .postulation-form .freeform-column h3 {
    font-size: 40px;
    line-height: 55px;
    color: #5b5b5b;
    font-family: gilroybold, sans-serif;
    margin: 40px 0;
  }
  @media screen and (max-width: 768px) {
    .postulation-form .freeform-column h3 {
      font-size: 36px;
    }
  }
  .postulation-form .freeform-column label.freeform-label {
    font-size: 12px;
    font-family: gilroybold, sans-serif;
    margin-bottom: 5px;
    color: #adadad;
    opacity: 1;
    position: absolute;
    top: 32px;
    left: 33px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
  }
  .postulation-form .freeform-column label.freeform-label.active-label,
  .postulation-form .freeform-column label[for="form-input-categoria"],
  .postulation-form .freeform-column label[for="form-input-certificacion_medioambiental"],
  .postulation-form .freeform-column label[for="form-input-fecha_2"],
  .postulation-form .freeform-column label[for="form-input-fecha_de_recepcin_municipal"],
  .postulation-form .freeform-column label[for="form-input-fecha_del_permiso_de_edificacion"] {
    top: -14px;
    left: 0;
    font-size: 14px;
    color: #006edc;
  }
  .postulation-form .freeform-column label[for="form-input-fecha_de_recepcin_municipal"] ~ label {
    color: #5b5b5b;
    font-family: gilroybold, sans-serif;
  }
  .postulation-form .freeform-column input {
    border: 1px solid #c4c4c4;
    padding: 0 30px;
    height: 60px;
    font-size: 16px;
    font-family: gilroyregular, sans-serif;
    color: #5b5b5b;
  }
  .postulation-form .freeform-column input:focus {
    border-color: #006edc;
    outline: none;
    box-shadow: 0 4px 20px 0 rgba(45, 115, 178, 0.2);
    transition: all 0.3s ease-in-out;
  }
  .postulation-form .freeform-column input[type="radio"] {
    margin: 0;
    height: auto;
  }
  .postulation-form .freeform-column input#form-input-fecha_de_recepcin_municipal-2 {
    margin-bottom: 26px;
    margin-top: 13px;
  }
  .postulation-form .freeform-column select {
    border: 1px solid #c4c4c4;
    padding: 0 40px 0 30px;
    height: 60px;
    font-size: 16px;
    font-family: gilroyregular, sans-serif;
    color: #5b5b5b;
    appearance: none;
    background-image: url(../assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 97%;
    text-overflow: ellipsis;
  }
  .postulation-form .freeform-column select:focus {
    outline: none;
    box-shadow: 0 4px 20px 0 rgba(45, 115, 178, 0.2);
    transition: all 0.3s ease-in-out;
  }
  .postulation-form .freeform-column textarea {
    padding: 30px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    font-family: gilroyregular, sans-serif;
    color: #5b5b5b;
  }
  .postulation-form .freeform-column textarea:focus {
    border-color: #006edc;
    outline: none;
    box-shadow: 0 4px 20px 0 rgba(45, 115, 178, 0.2);
    transition: all 0.3s ease-in-out;
  }
  .postulation-form .freeform-column input,
  .postulation-form .freeform-column select,
  .postulation-form .freeform-column textarea {
    margin-bottom: 26px;
  }
  .postulation-form .freeform-column.file-input {
    margin-top: 10px;
    height: 60px;
    border: 1px solid #c4c4c4;
    position: relative;
    background-image: url(../assets/images/plus.svg);
    background-repeat: no-repeat;
    background-position: 94%;
    margin-bottom: 26px;
    padding: 0 30px;
    display: flex;
    align-items: center;
  }
  .postulation-form .freeform-column.file-input label.active-label {
    top: -18px;
  }
  .postulation-form .freeform-column.file-input p.file-name {
    margin: 0;
  }
  .postulation-form .freeform-column.file-input input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 10;
    padding: 0 30px;
    font-size: 16px;
    font-family: gilroyregular, sans-serif;
    color: #5b5b5b;
  }
  .postulation-form .freeform-column.file-input label {
    top: 19px;
  }
  .postulation-form .freeform-column.file-input .errors.freeform-errors {
    left: 0;
    top: 60px;
  }
  .postulation-form .freeform-column h4 {
    font-size: 16px;
    color: #006edc;
    margin-bottom: 8px;
  }
  .postulation-form .freeform-column p {
    font-size: 12px;
    color: #5b5b5b;
    line-height: 14px;
    margin-bottom: 8px;
  }
  .postulation-form .freeform-column p strong {
    font-weight: 700;
    font-family: gilroybold, sans-serif;
  }
  .postulation-form .freeform-column .sumar a {
    width: 50px;
    height: 50px;
    background-color: #006edc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .postulation-form .freeform-column .sumar a:hover {
    background-color: #ffce00;
    color: #5b5b5b;
  }
  .postulation-form .freeform-column button[name="form_page_submit"] {
    background-color: #006edc;
    border: none;
    max-width: 243px;
    display: flex;
    align-items: center;
    color: #fff;
    height: 55px;
    padding: 0 32px;
    font-family: gilroybold, sans-serif;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .postulation-form .freeform-column button[name="form_page_submit"]:before {
    transition: all 0.3s ease-in-out;
    content: url(../assets/images/arrow-r.svg);
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: #006edc;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -57px;
  }
  .postulation-form .freeform-column button[name="form_page_submit"]:hover {
    background-color: #ffce00;
    cursor: pointer;
  }
  .postulation-form .freeform-column button[name="form_page_submit"]:hover:before {
    background-color: #ffce00;
  }
  .postulation-form .freeform-column .freeform-errors {
    margin: 0;
    font-size: 12px;
    position: absolute;
    top: 72px;
  }
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .modal__container {
    background-color: #f6f6f6;
    padding: 10px 40px 30px;
    max-width: 800px;
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 8px 8px 0 0 #1b66b1;
  }
  .modal__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
  }
  .modal__close {
    background: transparent;
    border: 0;
    font-size: 30px;
    color: #006edc;
    position: relative;
    right: -36px;
    top: -3px;
  }
  .modal__close:hover {
    cursor: pointer;
  }
  .modal__close:hover:before {
    opacity: .6;
  }
  .modal__close:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.0007 5.5865L11.9504 0.636719L13.3646 2.05093L8.4149 7.0007L13.3646 11.9504L11.9504 13.3646L7.0007 8.4149L2.05093 13.3646L0.636719 11.9504L5.5865 7.0007L0.636719 2.05093L2.05093 0.636719L7.0007 5.5865Z' fill='%23006EDC'/%3E %3C/svg%3E ");
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .modal__content {
    margin-bottom: 5px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
  }
  .modal__btn {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 0.25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .modal__btn-primary {
    background-color: #00449e;
    color: #fff;
  }
  .modal__btn:focus,
  .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .modal__iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
  }
  .modal__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .modal__image img {
    width: 100%;
  }
  .modal__footer h3 {
    color: #e53241;
    font-size: 18px;
    font-family: gilroybold, sans-serif;
  }
  @keyframes mmfadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes mmfadeOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes mmslideIn {
    0% {
      transform: translateY(15%);
    }
    to {
      transform: translateY(0);
    }
  }
  @keyframes mmslideOut {
    0% {
      transform: translateY(0);
    }
    to {
      transform: translateY(-10%);
    }
  }
  .micromodal-slide {
    display: none;
  }
  .micromodal-slide.is-open {
    display: block;
  }
  .micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .micromodal-slide .modal__container,
  .micromodal-slide .modal__overlay {
    will-change: transform;
  }
  #modal-people .modal__container {
    box-shadow: 8px 8px 0 0 #e53241;
  }
  #modal-people .modal__close {
    color: #e53241;
  }
  .contact-message {
    background-color: #006edc;
    padding: 60px 168px 60px 40px;
    max-width: 750px;
    position: relative;
    width: 100%;
  }
  .contact-message-body {
    color: #fff;
    font-family: gilroyblack, sans-serif;
    text-transform: uppercase;
  }
  .contact-message-icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  @media screen and (max-width: 580px) {
    .contact-message-icon img {
      width: 100px;
    }
  }
  .contact-message-icon img:first-child {
    display: block;
  }
  .contact-message-icon img:last-child {
    display: none;
  }
  .contact-message h3 {
    max-width: 430px;
    font-size: 48px;
    line-height: 50px;
  }
  .contact-message h3 span {
    color: #ffce00;
  }
  @media screen and (max-width: 680px) {
    .contact-message h3 {
      font-size: 28px;
      line-height: 32px;
    }
  }
  .contact-message h4 {
    line-height: 27px;
    font-size: 24px;
    margin-top: 50px;
  }
  @media screen and (max-width: 680px) {
    .contact-message h4 {
      margin-top: 32px;
      font-size: 18px;
    }
  }
  @media screen and (max-width: 520px) {
    .contact-message h4 {
      font-size: 16px;
    }
  }
  .contact-message-footer {
    margin-top: 36px;
    display: none;
  }
  .contact-message-footer button {
    font-size: 18px;
    font-family: gilroybold, sans-serif;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 32px;
    background-color: transparent;
  }
  .contact-message-footer button:hover {
    background-color: #ffce00;
    color: #006edc;
    cursor: pointer;
    border-color: #ffce00;
  }
  .contact-message-error .contact-message-icon img:first-child {
    display: none;
  }
  .contact-message-error .contact-message-footer,
  .contact-message-error .contact-message-icon img:last-child {
    display: block;
  }
  .social-media {
    padding: 0;
    color: #68AFF6;
    position: relative;
    display: flex;
    align-items: center;
  }

  .social-media a,
  .social-media p {
    margin: 0 10px;
    position: relative;
    z-index: 2;
    font-size: 14px;
  }
  .social-media p {
    margin-left: 0;
  }
  .social-media a:last-child {
    margin-right: 0;
  }
  .social-media a:hover svg path {
    fill: #ffce00;
    transition: all 0.3s ease-in-out;
  }
  .section-title {
    font-size: 48px;
    color: #e53241;
    line-height: 50px;
    font-family: gilroyblack, sans-serif;
    text-transform: uppercase;
  }
  @media screen and (max-width: 992px) {
    .section-title {
      font-size: 32px;
      line-height: 34px;
    }
  }
  .card {
    display: flex;
    align-items: flex-start;
    gap: 55px;
  }
  @media screen and (max-width: 992px) {
    .card {
      gap: 22px;
    }
  }
  @media screen and (max-width: 768px) {
    .card {
      flex-direction: column;
    }
  }
  .card:hover {
    cursor: pointer;
  }
  .card:hover .card-image svg path {
    fill: #006edc;
    transition: all 0.3s ease-in-out;
  }
  .card-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 580px) {
    .card-image img {
      width: 100%;
    }
  }
  .card-image svg {
    position: absolute;
  }
  .card-date {
    color: #006edc;
    font-size: 18px;
    line-height: 140.6%;
  }
  .card-date,
  .card-title {
    font-family: gilroybold, sans-serif;
  }
  .card-title {
    font-size: 24px;
    margin-bottom: 44px;
  }
  .card-text,
  .card-title {
    color: #5b5b5b;
  }
  .card-text p {
    font-size: 18px;
    font-family: gilroybold, sans-serif;
    line-height: 22px;
  }
  .container-filter {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  @media screen and (max-width: 992px) {
    .container-filter {
      flex-direction: column;
      justify-content: flex-start;
    }
  }
  .selectors {
    display: flex;
    align-items: baseline;
    gap: 15px;
  }
  @media screen and (max-width: 992px) {
    .selectors {
      margin-top: 32px;
    }
  }
  @media screen and (max-width: 580px) {
    .selectors {
      flex-direction: column;
      gap: 30px;
    }
  }
  /* .selectors li {
    margin: 0 15px;
  } */
  .selectors li:first-child {
    margin-left: 0;
  }
  .selectors li:last-child {
    margin-right: 0;
  }
  .arrow-filter select {
    color: #006EDC;
    border: none;
    font-size: 16px;
    background-color: transparent;
    font-family: gilroybold, sans-serif;
  }
  .arrow-filter select:focus-visible {
    outline: none;
  }
  .selectors li a {
    color: #006EDC;
    font-size: 16px;
    font-family: gilroybold, sans-serif;
  }
  .selectors li a:hover {
    color: #006EDC;
    transition: all 0.3s ease-in-out;
    opacity: .5;
  }
  .arrow-filter select.active,
  .filter-link.active {
    color: #006edc;
  }
  .button-download {
    background-color: #006edc;
    color: #fff;
    font-size: 18px;
    padding: 20px 15px;
    font-family: gilroybold, sans-serif;
    display: inline-block;
    transition: all 0.3s ease-in-out;
  }
  .button-download:hover {
    background-color: #ffce00;
  }
  .list-page .list-section {
    padding-top: 44px;
    padding-bottom: 0;
    background-color: #fff;
  }
  /* .list-page .list-section h2 {
    margin-left: 93px;
  } */
  @media screen and (max-width: 992px) {
    .list-page .list-section h2 {
      margin-left: 0;
    }
  }
  button {
    outline: 0;
  }
  main {
    position: relative;
  }
  .overlay {
    width: 100%;
    /* height: 650px; */
    /* position: absolute; */
    z-index: 4;
    /* pointer-events: none; */
    /* top: 90px; */
    /* mix-blend-mode: multiply; */
  }
  @media screen and (max-width: 992px) {
    .overlay {
      top: 29px;
    }
  }
  .overlay .container {
    display: flex;
    justify-content: flex-end;
  }
  .overlay .hero-overlay {
    width: 50%;
    height: 100%;
    /* min-height: 650px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-end;
    mix-blend-mode: multiply;
    pointer-events: all;
  }
  @media screen and (max-width: 992px) {
    .overlay .hero-overlay {
      pointer-events: none;
    }
    .overlay .hero-overlay .social-media {
      pointer-events: all;
    }
  }
  @media screen and (max-width: 992px) {
    .overlay .hero-pau img {
      max-height: 160px;
    }
  }
  .video {
    display: flex;
    overflow: hidden;
  }
  @media screen and (min-width: 1441px) {
    .video {
      max-width: 1440px;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 992px) {
    .video {
      flex-direction: column;
    }
  }
  .video-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 220px;
    padding-bottom: 107px;
    padding-left: 44px;
  }
  @media screen and (max-width: 992px) {
    .video-left {
      width: 100%;
      padding-left: 0;
      max-width: 80%;
      margin: 0 auto;
      padding-bottom: 30px;
    }
  }
  @media screen and (max-width: 560px) {
    .video-left {
      padding-top: 70px;
    }
  }
  .video-left h2 {
    font-size: 40px;
    color: #5b5b5b;
    line-height: 50px;
    text-align: left;
    position: relative;
    z-index: 3;
    opacity: 0;
  }
  @media screen and (max-width: 768px) {
    .video-left h2 {
      font-size: 26px;
    }
  }
  @media screen and (max-width: 580px) {
    .video-left h2 {
      font-size: 22px;
    }
  }
  .video-left h2 b {
    background-color: #ffce00;
    color: #006edc;
  }
  .video-left h3 {
    font-size: 24px;
    line-height: 140.6%;
    color: #5b5b5b;
    max-width: 227px;
    text-align: right;
    margin-top: 80px;
    position: relative;
    margin-right: 26px;
    opacity: 0;
  }
  @media screen and (max-width: 992px) {
    .video-left h3 {
      display: none;
    }
  }
  .video-left h3:after {
    content: "";
    height: 85px;
    width: 36px;
    background-color: #ffce00;
    position: absolute;
    right: -45px;
    top: -10px;
    z-index: 3;
  }
  .video-right {
    width: 60%;
    opacity: 0;
  }
  @media screen and (max-width: 992px) {
    .video-right {
      width: 100%;
    }
  }
  .video-iframe {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .video-iframe:hover {
    cursor: pointer;
  }
  .video-iframe.active .video-portrait {
    left: -200%;
    transition: all 0.4s ease-in-out;
  }
  .video-portrait {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 992px) {
    .video-portrait {
      min-height: 550px;
    }
  }
  @media screen and (max-width: 580px) {
    .video-portrait {
      min-height: 350px;
    }
  }
  .video-portrait img {
    width: 100%;
  }
  @media screen and (max-width: 580px) {
    .video-portrait svg {
      max-width: 50px;
    }
  }
  .relevant-dates {
    background-color: #006edc;
    padding: 120px 0;
  }
  @media screen and (max-width: 680px) {
    .relevant-dates {
      padding: 60px 0;
    }
  }
  .relevant-dates h2 {
    font-size: 48px;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    font-family: gilroyblack, sans-serif;
  }
  .relevant-dates h2 b {
    color: #ffce00;
  }
  .relevant-dates .dates {
    margin-top: 40px;
    max-width: 900px;
  }
  .relevant-dates .dates-desktop {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 640px) {
    .relevant-dates .dates-desktop {
      display: none;
    }
  }
  .relevant-dates .dates #date-slider {
    display: none;
  }
  @media screen and (max-width: 640px) {
    .relevant-dates .dates #date-slider {
      display: block;
    }
  }
  .relevant-dates .glide-slider-dots {
    margin-top: 26px;
    display: none;
  }
  @media screen and (max-width: 640px) {
    .relevant-dates .glide-slider-dots {
      display: block;
    }
  }
  .relevant-dates .date-item {
    color: #fff;
    border: 1px solid #fff;
    padding: 20px;
  }
  .relevant-dates .date-item-active {
    background-color: #ffce00;
    color: #006edc;
    border-color: #ffce00;
  }
  .relevant-dates .date-header {
    display: flex;
    gap: 74px;
  }
  .relevant-dates .date-header-double .date-date:last-child {
    position: relative;
  }
  .relevant-dates .date-header-double .date-date:last-child:before {
    content: "/";
    font-family: gilroyregular, sans-serif;
    position: absolute;
    font-size: 50px;
    left: -50px;
    top: 15px;
  }
  .relevant-dates .date-date {
    text-transform: uppercase;
    max-width: 380px;
  }
  .relevant-dates .date-date p {
    font-size: 16px;
    font-family: gilroybold, sans-serif;
    line-height: 20px;
  }
  .relevant-dates .date-date h4 {
    font-size: 50px;
    font-family: gilroyextrabold, sans-serif;
  }
  .relevant-dates .date-body {
    margin-top: 10px;
  }
  .relevant-dates .date-title {
    font-size: 24px;
    max-width: 137px;
  }
  @media screen and (max-width: 640px) {
    .relevant-dates .date-title {
      min-height: 48px;
    }
  }
  .categories {
    padding: 120px 0;
  }
  @media screen and (max-width: 680px) {
    .categories {
      padding: 60px 0;
    }
  }
  .categories .container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  @media screen and (max-width: 680px) {
    .categories .container {
      flex-direction: column;
    }
  }
  .categories h2 {
    color: #006EDC;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: gilroyblack, sans-serif;
    font-weight: 900;
  }
  .categories .category-container {
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap;
    max-width: 50%;
  }
  @media screen and (max-width: 680px) {
    .categories .category-container {
      max-width: 100%;
    }
    .categories .category-container:last-child {
      margin-top: 0;
    }
  }
  .categories .category-container .category .category-header{
    transition: color .3s ease-in-out;
  }

  .categories .category-container .category:nth-child(odd) .category-header p {
    color: #E53241;
  }
  .categories .category-container .category:nth-child(2n) .category-header p {
    color: #ffce00;
  }
  .categories .category-container .category .category-header.active p {
    color: #006EDC!important;
  }
  .categories .category-container .category:last-child {
    margin-bottom: 20px;
  }
  .projects-section {
    padding: 120px 0;
    background-color: #006EDC;
  }
  @media screen and (max-width: 680px) {
    .projects-section {
      padding: 60px 0;
    }
  }
  .projects-section h2 {
    color: #006EDC;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: gilroyblack, sans-serif;
    font-weight: 900;
  }
  .projects-section .projects {
    margin-top: 37px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    gap: 30px;
  }
  @media screen and (max-width: 674px) {
    .projects-section .projects {
      grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    }
  }
  @media screen and (max-width: 640px) {
    .projects-section .projects {
      grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    }
  }
  .news-section {
    padding: 120px 0;
    background-color: #fff;
  }
  @media screen and (max-width: 680px) {
    .news-section {
      padding: 60px 0;
    }
  }
  .news-section .container-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .news-section .container-flex a {
    color: #5b5b5b;
    font-size: 16px;
    text-transform: uppercase;
    font-family: gilroybold, sans-serif;
  }
  .news-section .container-flex a:hover {
    color: #006EDC;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .news-section h2 {
    color: #006EDC;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: gilroyblack, sans-serif;
    font-weight: 900;
  }
  .news-section .news {
    margin-top: 37px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    gap: 30px;
  }
  @media screen and (max-width: 992px) {
    .news-section .news {
      grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    }
  }
  @media screen and (max-width: 580px) {
    .news-section .news {
      grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    }
  }
  .videos-section {
    padding: 120px 0;
    background-color: #E53241;
  }
  @media screen and (max-width: 680px) {
    .videos-section {
      padding: 60px 0;
    }
  }
  @media screen and (max-width: 992px) {
    .videos-section .container:not(.container-dots) {
      max-width: 100%;
      padding-left: 35px;
    }
  }
  @media screen and (max-width: 640px) {
    .videos-section .container:not(.container-dots) {
      max-width: 90%;
      padding-left: 0;
    }
  }
  .videos-section .container-dots {
    display: flex;
    align-items: baseline;
  }
  .videos-section .container-dots .glide-slider-dots {
    margin-left: 18px;
  }
  .videos-section h2 {
    color: #ffce00;
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: gilroyblack, sans-serif;
    font-weight: 900;
  }
  .videos-section .videos-slider {
    margin-top: 41px;
  }
  .videos-section .videos-slider .video-item {
    padding-top: 26px;
  }
  .call-to-action {
    padding: 80px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .call-to-action .download {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  @media screen and (max-width: 1080px) {
    .call-to-action .download {
      margin-top: 60px;
    }
  }
  .call-to-action .download .left {
    padding: 20px 30px;
    background-color: #006edc;
    border: 1px solid #006edc;
  }
  @media screen and (max-width: 708px) {
    .call-to-action .download .left {
      border: none;
      width: 70%;
    }
  }
  .call-to-action .download .left p {
    font-size: 26px;
    font-family: gilroybold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
  }
  @media screen and (max-width: 708px) {
    .call-to-action .download .left p {
      font-size: 18px;
    }
  }
  .call-to-action .download .right {
    position: relative;
    margin-left: 150px;
  }
  @media screen and (max-width: 1080px) {
    .call-to-action .download .right {
      margin-left: 0;
    }
  }
  .call-to-action .download .right a {
    color: #fff;
    font-size: 26px;
    font-family: gilroybold, sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    display: flex;
  }
  @media screen and (max-width: 1080px) {
    .call-to-action .download .right a {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 685px) {
    .call-to-action .download .right a {
      font-size: 16px;
    }
  }
  .call-to-action .download .right a div {
    background-color: #0059b2;
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #fff;
    transition: all 0.4s ease-in-out;
  }
  .call-to-action .download .right a span {
    display: block;
    position: relative;
  }
  .call-to-action .download .right a span b {
    color: #ffce00;
  }
  .call-to-action .download .right a span:before {
    content: attr(data-text);
    position: absolute;
    left: -218px;
    top: -22px;
    background-color: #ffce00;
    color: #006edc;
    width: 375px;
    padding: 12px 18px;
    z-index: -1;
    font-size: 18px;
  }
  @media screen and (max-width: 1080px) {
    .call-to-action .download .right a span:before {
      top: -56px;
      left: 0;
      width: 368px;
    }
  }
  @media screen and (max-width: 685px) {
    .call-to-action .download .right a span:before {
      width: 100%;
      top: -46px;
    }
  }
  .call-to-action .download .right a span:first-child {
    padding: 17px 20px;
    line-height: 32px;
    background-color: #0059b2;
    color: #fff;
  }
  @media screen and (max-width: 685px) {
    .call-to-action .download .right a span:first-child {
      line-height: 24px;
    }
  }
  .call-to-action .download .right a:hover span:first-child {
    transition: all 0.4s ease;
    background-color: #ffce00;
    color: #006edc;
  }
  .call-to-action .download .right a:hover span:first-child b {
    color: inherit;
  }
  .call-to-action .download .right a:hover div {
    background-color: #ffce00;
  }
  .call-to-action .download .right a:hover div svg path {
    fill: #0059b2;
  }
  .call-to-action .logo-pau {
    mix-blend-mode: multiply;
  }
  .call-to-action .logo-pau img {
    min-height: 150px;
  }
  @media screen and (max-width: 708px) {
    .call-to-action .logo-pau img {
      min-height: 99px;
    }
  }
  .glide-slider-dots button {
    border: none;
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 0 5px;
  }
  .glide-slider-dots button:hover {
    cursor: pointer;
  }
  .glide-slider-dots button.glide__bullet--active {
    background-color: #e53241;
  }
  .glide-slider-dots button:first-child {
    margin-left: 0;
  }
  .glide-slider-dots button:last-child {
    margin-right: 0;
  }
  #proyectos {
    scroll-margin-top: 30px;
  }
  .home-page .project-tag {
    position: absolute;
    top: 0;
    right: 0;
  }
  .premiation {
    position: relative;
    z-index: 4;
  }
  .premiation-off .video-premiation {
    display: none !important;
  }
  .premiation-off .iframe-container {
    display: block !important;
  }
  .double-container {
    display: flex;
    overflow: hidden;
    position: relative;
  }
  @media screen and (min-width: 1440px) {
    .double-container {
      max-width: 1440px;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 768px) {
    .double-container {
      max-width: 90%;
      width: 100%;
      margin: 0 auto;
    }
  }
  .double-container .left {
    width: 60%;
    padding: 20px 50px;
    max-width: 500px;
  }
  @media screen and (max-width: 768px) {
    .double-container .left {
      width: 100%;
      padding: 0;
      max-width: 100%;
      margin-top: 80px;
      margin-bottom: 60px;
    }
  }
  .double-container .right {
    width: 55%;
    background-size: cover;
    background-position: 50%;
  }
  @media screen and (max-width: 768px) {
    .double-container .right {
      display: none;
    }
  }
  .double-container .contact-message {
    position: absolute;
    top: 330px;
    left: 80px;
    display: none;
  }
  @media screen and (max-width: 992px) {
    .double-container .contact-message {
      top: 350px;
    }
  }
  @media screen and (max-width: 900px) {
    .double-container .contact-message {
      top: 370px;
      max-width: 80%;
    }
  }
  @media screen and (max-width: 844px) {
    .double-container .contact-message {
      top: 380px;
    }
  }
  @media screen and (max-width: 835px) {
    .double-container .contact-message {
      top: 420px;
    }
  }
  @media screen and (max-width: 768px) {
    .double-container .contact-message {
      left: 0;
      max-width: 100%;
      top: 330px;
    }
  }
  @media screen and (max-width: 650px) {
    .double-container .contact-message {
      top: 350px;
    }
  }
  @media screen and (max-width: 520px) {
    .double-container .contact-message {
      top: 370px;
      padding-top: 100px;
      padding-right: 60px;
    }
  }
  @media screen and (max-width: 450px) {
    .double-container .contact-message {
      top: 400px;
    }
  }
  @media screen and (max-width: 350px) {
    .double-container .contact-message {
      top: 420px;
    }
  }
  @media screen and (max-width: 320px) {
    .double-container .contact-message {
      top: 440px;
    }
  }
  @media screen and (max-width: 300px) {
    .double-container .contact-message {
      top: 460px;
    }
  }
  .contact-info h1 {
    font-size: 48px;
    color: #006edc;
    font-family: gilroyblack, sans-serif;
    margin-bottom: 40px;
    text-transform: uppercase;
  }
  .contact-info h2 {
    font-size: 24px;
    font-family: gilroybold, sans-serif;
    line-height: 30px;
    color: #5b5b5b;
    margin-bottom: 18px;
  }
  .contact-info h3 {
    font-size: 24px;
    font-family: gilroybold, sans-serif;
    line-height: 30px;
    color: #5b5b5b;
    margin-bottom: 18px;
    font-weight: 600;
  }
  .contact-info h2 b {
    background-color: #ffce00;
    display: inline-block;
  }
  @media screen and (max-width: 992px) {
    .contact-info h2 b {
      display: inline;
    }
  }
  @media screen and (max-width: 992px) {
    .contact-info h2 br {
      display: none;
    }
  }
  .contact-info p {
    font-size: 18px;
    line-height: 22px;
    font-family: gilroybold, sans-serif;
    color: #5b5b5b;
    font-weight: 600;
  }
  .contact-form-container {
    margin-top: 60px;
  }
  .contact-form-container h2 {
    color: #5b5b5b;
    font-size: 40px;
    font-family: gilroybold, sans-serif;
    font-weight: 600;
  }
  .contact-form-container .form {
    margin-top: 42px;
  }
  .contact-reform {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 68px;
    padding-right: 65px;
    mix-blend-mode: multiply;
  }
  .contact-pau img {
    max-height: 164px;
  }
  .project-page .project-tag {
    position: absolute;
    display: flex;
    gap: 2px;
    top: 0;
    right: 0;
  }
  .project-page .project-tag p,
  .project-page .project-tag span {
    background-color: #ffce00;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .project-page .project-tag svg {
    height: 30px;
  }
  .single-presentation {
    background-size: auto;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: right;
    margin-bottom: 100px;
  }
  @media screen and (min-width: 1441px) {
    .single-presentation {
      max-width: 1340px;
      margin: 0 auto 100px;
    }
  }
  @media screen and (max-width: 1120px) {
    .single-presentation {
      background-position-x: 140%;
    }
  }
  @media screen and (max-width: 992px) {
    .single-presentation {
      background-image: none !important;
      margin-bottom: 60px;
    }
  }
  .single-presentation .container {
    display: flex;
  }
  @media screen and (max-width: 992px) {
    .single-presentation .container {
      flex-direction: column-reverse;
    }
  }
  .single-left {
    width: 50%;
    padding-top: 116px;
  }
  @media screen and (max-width: 1279px) {
    .single-left {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 992px) {
    .single-left {
      width: 100%;
      padding-top: 32px;
    }
  }
  .single-title {
    font-size: 48px;
    color: #006EDC;
    font-family: gilroyblack, sans-serif;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 900;
  }
  @media screen and (max-width: 1120px) {
    .single-title {
      font-size: 32px;
    }
  }
  .single-detail {
    margin-top: 40px;
  }
  .single-detail h3 {
    font-size: 40px;
    color: #5b5b5b;
    line-height: 50px;
  }
  @media screen and (max-width: 1120px) {
    .single-detail h3 {
      font-size: 28px;
      line-height: 40px;
    }
  }
  .single-category {
    /* background-color: #10B508; */
    display: inline;
    /* color: #fff; */
    color: #5b5b5b;
    animation-duration: .5s;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-name: paintHighlight;
  }

  
  .single-text {
    margin-top: 30px;
    padding-right: 120px;
  }
  @media screen and (max-width: 768px) {
    .single-text{
      padding-right: 0;
    }
  }
  .single-text p {
    font-size: 18px;
    color: #5b5b5b;
    font-family: gilroybold, sans-serif;
    line-height: 22px;
    margin: 16px 0;
  }
  .single-text p:first-child {
    margin-top: 0;
  }
  .single-text p:last-child {
    margin-bottom: 0;
  }
  .single-action button {
    background-color: #006edc;
    color: #fff;
    border: 1px solid transparent;
    font-family: gilroybold, sans-serif;
    font-weight: 600;
    padding: 16px 32px;
    font-size: 18px;
    margin-top: 30px;
  }
  .single-action button:hover {
    cursor: pointer;
    background-color: #10B508;
    border-color: #10B508;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .single-specification {
    margin-top: 150px;
    color: #5b5b5b;
  }
  @media screen and (max-width: 992px) {
    .single-specification {
      margin-top: 32px;
    }
  }
  .single-specification h3 {
    font-family: gilroybold, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: normal;
  }
  .single-specification ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
    max-width: 300px;
  }
  .single-specification ul li p {
    font-size: 12px;
    line-height: 140.6%;
  }
  .single-right {
    width: 50%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    mix-blend-mode: multiply;
    background-size: 0;
    position: relative;
  }
  @media screen and (max-width: 992px) {
    .single-right {
      width: 100%;
      background-size: cover;
      min-height: 400px;
      background-position: 50%;
    }
  }
  .single-right .mixblend {
    position: absolute;
    margin-top: 68px;
    mix-blend-mode: multiply;
  }
  .single-right .social-media {
    align-self: auto;
    position: static;
  }
  .single-right img {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: -1;
  }
  @media screen and (min-width: 992px) and (max-width: 1440px) {
    .single-right img {
      margin-right: -60px;
    }
  }
  .single-date {
    margin-top: 10px;
    color: #006edc;
    font-size: 18px;
    line-height: 140.6%;
    font-family: gilroybold, sans-serif;
  }
  .single-content .wisiwyg h2 {
    color: #006edc;
    margin-top: 64px;
    margin-bottom: 32px;
  }
  .single-content .wisiwyg p {
    font-size: 18px;
    line-height: 22px;
    font-family: gilroybold, sans-serif;
    margin-bottom: 32px;
    color: #5b5b5b;
  }
  .single-content .wisiwyg a,
  .single-content .wisiwyg b,
  .single-content .wisiwyg strong {
    color: #006edc;
  }
  .single-news h2 {
    font-size: 32px;
  }
  .single-news .single-left {
    width: 40%;
    padding-right: 30px;
  }
  @media screen and (max-width: 992px) {
    .single-news .single-left {
      width: 100%;
    }
  }
  .single-news .single-right {
    width: 60%;
  }
  @media screen and (max-width: 992px) {
    .single-news .single-right {
      width: 100%;
    }
  }
  .single-news .single-right .mixblend {
    bottom: 24px;
  }
  @media screen and (min-width: 992px) and (max-width: 1440px) {
    .single-news .single-right img {
      margin-right: -65px;
    }
  }
  .galeries {
    padding: 71px 0 35px;
    background-color: #E53241;
    display: block;
  }
  
  @media screen and (max-width: 768px) {
    .galeries {
      display: none;
    }
  }
  .galeries .container-arrows {
    display: flex;
    align-items: baseline;
  }
  .galeries-mobile {
    display: none;
  }
  @media screen and (max-width: 768px) {
    .galeries-mobile {
      display: block;
    }
  }
  #single-slider {
    margin-top: 40px;
    display: block;
  }
  @media screen and (max-width: 768px) {
    #single-slider {
      display: none;
    }
  }
  #single-slider-mobile {
    display: none;
  }
  @media screen and (max-width: 768px) {
    #single-slider-mobile {
      display: block;
      margin-top: 32px;
    }
    #single-slider-mobile .gallery-image {
      width: 100%;
    }
  }
  .gallery-arrows,
  .gallery-arrows-mobile {
    margin-left: 32px;
  }
  .gallery-arrows-mobile button,
  .gallery-arrows button {
    background-color: transparent;
    border: none;
    opacity: 0.3;
  }
  .gallery-arrows-mobile button:first-child,
  .gallery-arrows button:first-child {
    margin-right: 30px;
  }
  .gallery-arrows-mobile button.active,
  .gallery-arrows button.active {
    opacity: 1;
  }
  .gallery-arrows-mobile button.active svg path,
  .gallery-arrows button.active svg path {
    stroke: #006edc;
  }
  .gallery-arrows-mobile button:hover,
  .gallery-arrows button:hover {
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .gallery-arrows-mobile button:hover svg,
  .gallery-arrows button:hover svg {
    path-stroke: #006edc;
    path-transition: 0.3s ease-in-out all;
  }
  .gallery-item {
    display: flex;
    gap: 30px;
  }
  .gallery-item img {
    width: 100%;
  }
  .gallery-big {
    width: 60%;
  }
  .gallery-small {
    width: 40%;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-direction: column;
  }
  .gallery-image {
    position: relative;
  }
  .gallery-image:before {
    content: "";
    width: 0;
    height: 0%;
    background-color: #006EDC;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
  }
  .gallery-image:hover {
    cursor: pointer;
  }
  .gallery-image:hover:before {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
  }
  .gallery-image:hover .gallery-overlay {
    display: none;
  }
  .gallery-overlay {
    color: #fff;
    position: absolute;
    bottom: 31px;
    left: 36px;
    padding: 26px;
    width: 60%;
  }
  @media screen and (max-width: 992px) {
    .gallery-overlay {
      padding: 16px;
      left: 12px;
      bottom: 12px;
    }
  }
  .gallery-overlay h3 {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #f6f6f6;
  }
  .gallery-overlay:before {
    mix-blend-mode: multiply;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e53241;
    left: 0;
    top: 0;
    position: absolute;
  }
  .gallery-arrows {
    display: flex;
  }
  @media screen and (max-width: 768px) {
    .gallery-arrows {
      display: none;
    }
  }
  .gallery-arrows-mobile {
    display: none;
  }
  @media screen and (max-width: 768px) {
    .gallery-arrows-mobile {
      display: flex;
    }
  }
  .prize {
    margin-bottom: 112px;
    margin-top: 62px;
  }
  .prize .card {
    margin-top: 42px;
    max-width: 70%;
  }
  @media screen and (max-width: 1200px) {
    .prize .card {
      max-width: 90%;
    }
  }
  @media screen and (max-width: 992px) {
    .prize .card {
      max-width: 100%;
    }
  }
  .postulate-page .double-container {
    overflow: visible;
  }
  @media screen and (max-width: 992px) {
    .postulate-page .double-container {
      flex-direction: column;
    }
  }
  @media screen and (max-width: 992px) {
    .postulate-page .double-container .left {
      width: 100%;
      max-width: 100%;
    }
  }
  .postulate-page .double-container .left h1 {
    margin-top: 45px;
    color: #e53241;
  }
  @media screen and (max-width: 768px) {
    .postulate-page .double-container .left h1 br {
      display: none;
    }
  }
  .postulate-page .double-container .left a {
    margin-top: 16px;
  }
  .postulate-page .double-container .right {
    position: relative;
  }
  @media screen and (max-width: 992px) {
    .postulate-page .double-container .right {
      width: 100%;
      display: none;
    }
  }
  .postulate-page .double-container .right img {
    position: sticky;
    width: 100%;
    top: 0;
  }
  .postulate-page .double-container .right .contact-reform {
    position: absolute;
    top: 0;
  }
  .postulate-page .double-container .right .contact-reform .contact-pau {
    display: none;
  }
  .postulate-page .double-container .contact-form-container h2 {
    margin-bottom: 60px;
  }
  .postulate-page .double-container .contact-message {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }
  .postulate-page .double-container .contact-message-icon img:last-child {
    display: block;
  }
  .postulate-page-no-message .contact-message {
    display: none !important;
  }
  .qa-page .double-container {
    overflow: visible;
  }
  @media screen and (max-width: 992px) {
    .qa-page .double-container {
      flex-direction: column-reverse;
    }
  }
  @media screen and (max-width: 768px) {
    .qa-page .double-container {
      max-width: 100%;
    }
  }
  .qa-page .double-container .left {
    width: 70%;
    max-width: 100%;
  }
  @media screen and (max-width: 1200px) {
    .qa-page .double-container .left {
      width: 60%;
    }
  }
  @media screen and (max-width: 992px) {
    .qa-page .double-container .left {
      width: 100%;
      max-width: 90%;
      padding: 0;
      margin: 60px auto;
    }
  }
  .qa-page .double-container .left .contact-form-container {
    margin-top: 20px;
  }
  .qa-page .double-container .left .contact-form-container h2 {
    line-height: 50px;
  }
  .qa-page .double-container .left .contact-form-container h2 span {
    background-color: #ffce00;
    color: #006edc;
  }
  @media screen and (max-width: 768px) {
    .qa-page .double-container .left .contact-form-container h2 br {
      display: none;
    }
  }
  .qa-page .double-container .left .contact-form-container p {
    font-size: 18px;
    font-family: gilroybold, sans-serif;
    color: #5b5b5b;
    margin-top: 22px;
    line-height: 22px;
  }
  .qa-page .double-container .left .contact-info h1 {
    color: #006EDC;
  }
  /* @media screen and (min-width: 993px) {
    .qa-page .double-container .left .contact-info h1 {
      margin-top: 76px;
    }
  } */
  .qa-page .double-container .left .qa-container {
    margin-top: 75px;
  }
  .qa-page .double-container .left .category {
    border-top: 7px solid #10B508;
    margin-bottom: 26px;
  }
  .qa-page .double-container .left .category .category-header.active svg {
    transform: rotate(90deg);
  }
  .qa-page .double-container .left .category .category-header.active svg rect:last-child{
    display: none;
  }
  .qa-page .double-container .left .category .category-header-sub h3 {
    max-width: 80%;
  }
  .qa-page .double-container .right {
    width: 30%;
    background-repeat: no-repeat;
    position: relative;
  }
  @media screen and (min-width: 993px) {
    .qa-page .double-container .right {
      background-image: none !important;
    }
  }
  @media screen and (max-width: 1200px) {
    .qa-page .double-container .right {
      width: 40%;
    }
  }
  @media screen and (max-width: 992px) {
    .qa-page .double-container .right {
      width: 100%;
      min-height: 400px;
    }
  }
  @media screen and (max-width: 768px) {
    .qa-page .double-container .right {
      display: flex;
    }
  }
  .qa-page .double-container .right .contact-reform {
    position: sticky;
    top: 0;
    height: 100vh;
    padding-top: 0;
    padding-right: 0;
  }
  @media screen and (max-width: 992px) {
    .qa-page .double-container .right .contact-reform {
      padding: 20px 0 0;
      width: 100%;
      max-width: 90%;
      margin: 0 auto;
      min-height: inherit;
      height: 300px;
    }
  }
  .qa-page .double-container .right .contact-reform .st {
    height: 100%;
  }
  @media screen and (max-width: 992px) {
    .qa-page .double-container .right .contact-reform .st {
      display: none;
    }
  }
  .qa-page .double-container .right .contact-reform .social-media {
    align-self: flex-start;
    position: absolute;
    top: 68px;
    left: 0;
  }
  .qa-page .double-container .right .contact-reform .contact-pau {
    position: absolute;
    bottom: 60px;
  }
  @media screen and (max-width: 992px) {
    .qa-page .double-container .right .contact-reform .contact-pau {
      left: -50px;
    }
  }
  @media screen and (max-width: 768px) {
    .qa-page .double-container .right .contact-reform .contact-pau {
      left: -20px;
    }
  }

  .page-header {
    margin-top: 68px;
    background-repeat: no-repeat;
    background-position: 106% bottom;
    overflow: hidden;
  }
  @media screen and (min-width: 1441px) {
    .page-header {
      max-width: 1440px;
      margin: 68px auto 0;
      background-position: 100% bottom;
    }
  }
  @media screen and (max-width: 768px) {
    .page-header {
      background-image: none !important;
    }
  }
  .page-header .container {
    display: flex;
    gap: 10px;
  }
  @media screen and (max-width: 768px) {
    .page-header .container {
      flex-direction: column-reverse;
    }
  }
  .page-header .left {
    width: 50%;
    color: #5b5b5b;
    padding-bottom: 100px;
    padding-left: 62px;
  }
  @media screen and (max-width: 992px) {
    .page-header .left {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 768px) {
    .page-header .left {
      width: 100%;
    }
  }
  .page-header .left h1 {
    font-size: 48px;
    color: #e53241;
    font-family: gilroyblack, sans-serif;
    text-transform: uppercase;
  }
  .jury-page .page-header .left h1 {
    color: #006AD4;
  }
  .page-header .left h2 {
    margin-top: 40px;
    font-size: 24px;
    font-family: gilroybold, sans-serif;
    line-height: 30px;
  }
  .page-header .left h2 span {
    background-color: #10B508;
    color: #fff;
  }
  .page-header .left p {
    margin-top: 22px;
    font-family: gilroybold, sans-serif;
    line-height: 22px;
  }
  .page-header .right {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 450px;
  }
  @media screen and (max-width: 768px) {
    .page-header .right {
      width: 100%;
      min-height: auto;
    }
  }
  @media screen and (max-width: 660px) {
    .page-header .right {
      margin-bottom: 30px;
    }
  }
  .page-header .right .social-media {
    align-self: flex-start;
  }
  .jury-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 35px;
    margin-bottom: 50px;
    padding-top: 20px;
  }
  .jury-item {
    color: #5b5b5b;
  }
  .jury-item:hover {
    cursor: pointer;
  }
  .jury-item:hover .jury-header img {
    box-shadow: 0 5px 20px 5px rgba(45, 115, 178, 0.2);
    filter: grayscale(0);
  }
  .modal .jury-item:hover .jury-header img {
    box-shadow: 0 0px 0px 0px rgba(45, 115, 178, 0)!important;
    filter: grayscale(1)!important;
  }
  .jury-item:hover .jury-name {
    opacity: .7;
  }
  .jury-item-minimal .jury-category {
    display: none;
  }
  .jury-job {
    font-size: 14px;
    font-family: gilroyregular, sans-serif;
    color: #5b5b5b;
    line-height: 16px;
  }
  .jury-item-modal {
    display: flex;
    gap: 40px;
  }
  @media screen and (max-width: 660px) {
    .jury-item-modal {
      flex-direction: column;
    }
  }
  .jury-item-modal .jury-header {
    flex: 1;
  }
  .jury-item-modal .jury-body {
    flex: 1.5;
  }
  .jury-item-modal .jury-name {
    max-width: 100%;
  }
  .jury-item-modal .jury-job {
    color: #006edc;
  }
  .jury-header img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    filter: grayscale(100%);
  }
  .jury-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .jury-name {
    font-size: 24px;
    line-height: 100.6%;
    max-width: 200px;
    transition: all 0.3s ease-in-out;
    color: #006EDC;
    font-family: gilroyregular, sans-serif;
  }
  .jury-category {
    font-size: 14px;
    line-height: 140.6%;
    font-family: gilroybold, sans-serif;
    margin: 0;
  }
  .primary-bg {
    background-color: #006edc;
    color: #fff;
    padding: 100px 0;
  }
  .primary-bg.colors{
    background-image: url('../assets/images/bg_jurado.svg');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .primary-bg .jury-item:hover .jury-name {
    color: #ffce00;
  }
  .primary-bg .jury-row {
    margin-top: 72px;
  }
  .primary-bg .jury-item {
    color: #fff;
  }
  @media screen and (max-width: 992px) {
    .intro-jury {
      padding-left: 0;
    }
  }
  .jury{
    padding-top: 200px;
    background-image: url('../assets/images/bg-jurado.svg');
    background-repeat: no-repeat;
    background-size: 746px auto;
    background-position: right -100px top -100px;
  }
  section.jury .jury-item .jury-name,
  section.jury {
    color: #E53241;
  }
  .intro-jury h2 {
    font-size: 48px;
    font-family: gilroyblack, sans-serif;
    text-transform: uppercase;
  }
  .intro-jury h2 span {
    color: #ffce00;
  }
  .intro-jury p {
    margin-top: 40px;
    font-size: 18px;
    font-family: gilroybold, sans-serif;
    line-height: 22px;
    max-width: 639px;
    color: #5B5B5B;
  }
  @media screen and (max-width: 768px) {
    .intro-jury p {
      max-width: 100%;
    }
  }
  
.jumbotron{
    width: 100%;
    overflow: hidden;
    height: 770px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 50px;
}
.jumbotron > img{
    height: 100%;
    width: auto;
    position: relative;
    z-index: 1;
}
.jumbotron-content{
    position: absolute;
    z-index: 2;
    right: 309px;
    top: 224px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: right .3s ease-in-out;
}

.blue-bar{
    background-color: #006EDC;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 500;
    padding: .875rem 5.875rem .875rem .875rem;
    line-height: 1;
    margin-bottom: 2px;
    opacity: 0;
}
.red-bar{
    padding: .875rem 1.875rem .875rem .875rem;
    background-color: #E53241;
    color: #ffffff;
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
    opacity: 0;
}
.red-bar strong{
    font-weight: 900;
    line-height:3.75rem;
}
.red-bar b{
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.jumbotron-cta{
    background-color: #E53241;
    font-size: 1.125rem;
    font-weight: 800;
    color: #fff;
    align-self: flex-end;
    padding: 1.125rem 1.625rem;
    line-height: 1;
    gap: 1.25rem;
    display: flex;
    align-items: center;
    transition: background-color .3s ease-in-out;
    opacity: 0;
    text-transform: uppercase;
    min-width: 260px;
}
.jumbotron-cta.second{
    background-color: #006EDC;
    font-size: 1.125rem;
    font-weight: 800;
    color: #fff;
    align-self: flex-end;
    padding: 1.125rem 1.625rem;
    line-height: 1;
    gap: 1.25rem;
    display: flex;
    align-items: center;
    transition: background-color .3s ease-in-out;
    opacity: 0;
    margin-top: 1rem;
}

.jumbotron-cta > span{
    background-color: #fff;
    width: 25px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jumbotron-cta > span svg{
    transform: translateY(-50%);
    animation-duration: 1.25s;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-name: upDownCta;
}
.jumbotron-cta:hover{
    background-color: #006EDC;
}
.jumbotron-cta.second:hover{
    background-color: #FFFFFF;
}
.jumbotron-cta.second:hover b{
    color: #E53241;
}
.jumbotron-cta.second:hover span{
    background-color: #E53241;
}
.jumbotron-cta:hover >span > svg > path{
fill:#006EDC;
}
.jumbotron-cta.second:hover >span > svg > rect,
.jumbotron-cta.second:hover >span > svg > line{
stroke:#006EDC;
}
.jumbotron-foot{
    position: absolute;
    z-index: 3;
    right: 80px;
    bottom: 0;
    text-align: right;
    max-width: 680px;
}

.jumbotron-foot p{
    font-size: 2rem;
    line-height: 40px;
    color: #5B5B5B;
}
.jumbotron-foot p span{
    color: #006EDC;
}

  @keyframes upDownCta {
    0% {
      transform: translateY(-25%);
    }
    50%{
        transform: translateY(-55%);
    }
    to {
        transform: translateY(-25%);
    }
  }

  @keyframes paintHighlight {
    0% {
      background-color:#fff;
      color:#5b5b5b;
    }
    to {
      background-color:#10B508;
      color:#fff;
    }
  }

  .player{
    margin-top: 98px;
    overflow: hidden;
  }

  .player-top{
      width: 100%;
      max-width: 1218px;
      margin-left: auto;
      margin-right: auto; 
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 0 46px;
    }
    .player-top span{
        width: 262px;
        height: 28px;
        background-color: #E53241;
    }
    .player-top p{
        padding: 1.25rem 1.875rem;
        font-size: 1.5rem;
        line-height: 108%;
        max-width: 175px;
        font-weight: 700;
        color: #5B5B5B;
    }
  .player-video{
    height: 550px;
    width: 100%;
    max-width: 1218px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
  .player-video::before{
    content: '';
    width: 150px;
    height: 450px;
    background-color: #E53241;
    position: absolute;
    left: 0;
    /* left: -150px; */
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
  }
  .player-video::after{
    content: '';
    width: 150px;
    height: 450px;
    background-color: #E53241;
    position: absolute;
    right: 0;
    /* right: -150px; */
    top: 50%;
    transform: translateY(-50%);   
    opacity: 0; 
  }

.home-page .projects-section h2{
    color: #fff;
}
.home-page .projects-section .selectors  li a,
.home-page .projects-section .selectors .arrow-filter select{
    color: #fff;
}


.bg-blue{
    background-color: #006EDC;
    position: relative;
}
.bg-blue .container{
  position: relative;
  z-index: 3; 
}

.galeries .section-title{
    color: #FDCC05;
}

.gallery-arrows .gallery-next svg path,
.gallery-arrows .gallery-prev svg path{
    fill: #FDCC05;
    stroke: #FDCC05;
}

.gallery-arrows-mobile button.active svg path, .gallery-arrows button.active svg path{
    fill: #FDCC05;
    stroke: #FDCC05;
}

.mixblend{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.flex-end{
    display: flex;
    justify-content: flex-end;
}
.consult{
  background-repeat: no-repeat;
  background-position: left 450px top;
  background-size: 1550px 100%;
}

.section-dates{
  background-color: #F9E593;
  background-position: top right;
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  min-height: 780px;
}

.dates-title{
  font-size: 3rem;
  font-weight: 900;
  font-family: gilroyblack;
  color: #006EDC;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.dates-title span{
  color: #10A305;
}

.appointment{
  border: solid 2px #006EDC;
  color: #006EDC;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  transition: background-color .3s ease-in-out, background-color .3s ease-in-out;
  height: 100%;
}

.appointment:hover{
  background-color: #006EDC;
  color: #fff;
  cursor: pointer;
}

.appointment > b{
  max-width: 140px;
}

    
.project-page.list-page .bg-blue::after{
  content: '';
  width: 100%;
  height: 64px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
}
.project-page.list-page .bg-blue::before{
  content: '';
  width: 100%;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

.appointment-day{
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  margin-bottom: 10px;
}
.appointment-day span{
  font-size: 1rem;
  font-weight: 700;
}
.appointment-day strong{
  font-size: 3.125rem;
  line-height: 1;
}
.appointment-day b{
  font-size: 1.5rem;
  font-weight: bold;
}

.appointment-days{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;

}
.appointment-days > span{
  font-size: 2.25rem;
}

.slike-times{
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  flex-wrap: wrap;
  max-width: 850px;
}

.container.flex-end{
  margin-bottom: 1.25rem;
}

.qa-page .contact-reform{
  mix-blend-mode: normal;
}

@media screen and (max-width: 768px) {
  .double-container.consult {
    padding-bottom: 440px;
    background-size: 200% auto;
    background-position: left -30px bottom;
  }
}

.jumbotron > .img-mobile{
  display: none;
  width: auto;
  height: 100%;
}

.category-header-sub svg path{
  stroke: #10B508;
  fill: #10B508;
}
.category-header-sub svg rect{
  stroke: #10B508;
}

.contact-form-container{
  position: relative;
}
.double-container .contact-message{
  left: 0;
  top: 0;
  padding: 48px 72px;
  /* display: flex!important; */
  flex-direction: column;
  align-items: center;
  text-align: center;
}


.contact-message-icon{
  position: relative;
  right: inherit;
  top: inherit;
  margin-bottom: 37px;
  display: flex;
  justify-content: center;
}

.contact-message h3{
  font-family: gilroyblack;
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: 22px;
  line-height: 150%;
}
.contact-message h3 span{
  color: #fff;
}

.contact-message h4{
  margin-top: 0;
  font-size: 20px;
  font-family: gilroybold;
  line-height: 120%;
}

.contact-message::before{
  content: '';
  position: absolute;
  top: -15px;
  left: 10px;
  width: 146px;
  height: 15px;
  background-color: #FFCE00;
}
.contact-message::after{
  content: '';
  position: absolute;
  bottom: -15px;
  right: 10px;
  width: 146px;
  height: 15px;
  background-color: #E53241;
}

@media screen and (max-width: 568px) {

  .player-video::after,
  .player-video::before{
    min-height: 295px;
    height: 295px;    
  }

  .jumbotron{
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .jumbotron > .img-desktop{
    display: none;
    /* display: none; */
  }
  .jumbotron > .img-mobile{
    display: flex;
    order: 1;
    /* display: none; */
  }
  .jumbotron .jumbotron-content{
    top: 277px;
    right: inherit;
    order: 3;
    zoom: .7;
  }
  .player-top{
    padding: 0 16px;
  }
  .player-video,
  .video-portrait{
    min-height: 295px;
    height: 295px;
  }
  .jumbotron-foot{
    display: none;
  }
  .player{
    margin-top: 0;
  }

  .category-header-sub svg{
    width: 50px;
    min-width: 50px;
  }
  .slike-times{
    display: none;
  }

  .section-dates{
    min-height: 468px;
    background-image: url('../assets/images/bg-dates-mobile.svg')!important;
    padding-top:40px;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: inherit;
    top: 0;
  }
  .appointment > b{
    max-width: inherit;
  }
  .section-dates .swiper-pagination{
    display: block!important;
  }
}


.jumbotron[data-animate="true"] .blue-bar{
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: .5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-name: jumbotronBlueBar;
}

@keyframes jumbotronBlueBar {
  0% {
    transform: translateX(-370px);
    opacity:0;
  }
  to {
    transform: translateX(0);
    opacity:1;
  }
}

.jumbotron[data-animate="true"] .red-bar{
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: .5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-name: jumbotronRedBar;
}
@keyframes jumbotronRedBar {
  0% {
    transform: translateX(400px);
    opacity:0;
  }
  to {
    transform: translateX(0);
    opacity:1;
  }
}

.jumbotron[data-animate="true"] .jumbotron-cta{
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-name: jumbotronCTA;
}
.jumbotron[data-animate="true"] .jumbotron-cta.second{
  animation-delay: 1.5s;
}
@keyframes jumbotronCTA {
  0% {
    /* transform: translateX(400px); */
    opacity:0;
  }
  to {
    /* transform: translateX(0); */
    opacity:1;
  }
}

.player[data-animate="true"] .player-video::before{
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-name: playerVideoBefore;
}
@keyframes playerVideoBefore {
  0% {
    left: 0;
    opacity:0;
  }
  to {
    left: -150px;
    opacity:1;
  }
}


.player[data-animate="true"] .player-video::after{
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-name: playerVideoAfter;
}
@keyframes playerVideoAfter {
  0% {
    right: 0;
    opacity:0;
  }
  to {
    right: -150px;
    opacity:1;
  }
}

.section-dates[data-animate="true"]{
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-name: sectionDatesBg; 
}

@keyframes sectionDatesBg {
  0% {
    background-position: right -280% top;
  }
  to {
    background-position: right 0 top;
  }
}

.home-page .projects-section .selectors li a:hover{
  color: #FFCE00;
  opacity: 1;
}


.img-mobile{
  transition: transform .3s ease-in-out;
}
.img-tablet{
  display: none;
  transition: transform .3s ease-in-out;
}
.img-desktop{
  transition: transform .3s ease-in-out;
}
@media screen and (min-width: 568px) {
  .img-tablet{
    display: flex;
  }
  .img-desktop{
    display: none;
  }
  .jumbotron-content{
    right: 0;
  }
  .jumbotron{
    justify-content: flex-end;
  }
  .section-dates .swiper{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron{
    justify-content: flex-end;
  } 
}
@media screen and (min-width: 992px) {
  .img-desktop{
    display: flex;
  }
  .img-tablet{
    display: none;
  }  
  .jumbotron{
    justify-content: flex-end;
  }
  .jumbotron-content {
    right: 280px;
  }     
}

@media screen and (min-width: 1200px) {
  .jumbotron{
    justify-content: flex-end;
  } 

  .img-desktop{
    transform: translateX(200px);
  }
  .jumbotron-content {
    right: 110px;
  }       
}

@media screen and (min-width: 1440px) {
  .img-desktop{
    transform: translateX(0);
  }
  .jumbotron-content {
    right: 309px;
  }       
}

/* .section-dates .swiper{
  padding-top: 30px;
} */
.section-dates .swiper .swiper-slide{
  width: auto!important;
}
.section-dates .swiper-pagination{
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  display: none;
}
.section-dates  .swiper-pagination .swiper-pagination-bullet{
  width: 30px;
  height: 5px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}
.section-dates  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #006EDC;
}

.selectors option{
  color: #000;
}


     
.home-page .videos-section h2{
  display: flex;
  align-items: flex-end;
}
.home-page .videos-section h2 div{
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 9px;
  margin-left: 10px;
}
.home-page .videos-section h2 div span{
  background-color: #fff;
  width: 30px;
  height: 4px;
}

.home-page .videos-section h2 div span:first-child{
  background-color: #ffce00;
}
.cto{
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s ease-in-out;
}
.cto img{
  height: 100%;
  width: auto;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 3200px) {
  .cto{
    max-width: calc(100% - 700px);
    height: 1000px;
    top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .cto{
    max-width: calc(100% - 500px);
    height: 800px;
    top: 100px;
  }
  .jury{
    padding-top: 150px;
    background-size: 400px auto;
    background-position: right top 0px;
  }   
}

@media screen and (max-width: 768px) {
  .cto{
    overflow: hidden;
    position: relative;
    right: inherit;
    top: inherit;
    max-height: 800px;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
  } 
  .cto img{
    height: 100%;
    max-height: 800px;
    width: auto;
  }
  .jury{
    padding-top: 0;
    background-size: 350px auto;
    background-position: right top 150px;
  } 
  .intro-jury{
    padding-bottom: 250px;
  }     
}
@media screen and (max-width: 568px) {
  .cto{
    max-height: 450px;
    }   
  .cto img{
    max-height: 450px;
    transform: translateX(10%);
  }
  .jury{
    padding-top: 0;
    background-size: 250px auto;
    background-position: right top 300px;
  }  
  .intro-jury{
    padding-bottom: 200px;
  }
}
