@font-face {
    font-family: "SentinelMediumItalic";
    src: url(//cdn.shopify.com/s/files/1/0209/8446/t/136/assets/Sentinel-MediumItalic.otf?v=4818694867140249765);
    font-weight: normal;
    font-style: normal
  }
  
  @font-face {
    font-family: "SentinelMedium";
    src: url(//cdn.shopify.com/s/files/1/0209/8446/t/136/assets/Sentinel-Medium.otf?v=12689914915237777317);
    font-weight: normal;
    font-style: normal
  }
  
  .container-press {
    margin: 0 auto;
    max-width: 1206px;
    padding-top: 2rem;
  }
  
  html {
    padding-bottom: 0 !important;
  }
  
  body {
    background-color: #d8eef8;
  }
  
  .press-grid {
    margin: 0 auto;
  }
  
  .press-grid .grid-item {
    width: 31.1824%;
    margin: 0 0 2.5rem;
    border-radius: 0;
    overflow: hidden;
  }
  
  @media(min-width:769px) {
    .press-grid .grid-item a {
      display: block;
      overflow: hidden;
    }
  
    .press-grid .grid-item .wrap-content, .press-grid .grid-item img, .press-grid .grid-item .color-title {
      transition: all .5s;
    }
  
    .press-grid .grid-item:hover img {
      -ms-transform: scale(1.07);
      -moz-transform: scale(1.07);
      -webkit-transform: scale(1.07);
      -o-transform: scale(1.07);
      transform: scale(1.07);
    }
  
    .press-grid .grid-item:hover .wrap-content {
      background-color: #fff;
    }
  
    .press-grid .grid-item:hover .color-title {
      font-size: 42px;
      line-height: 42px;
    }
  }
  
  .press-grid .grid-item--width2 {
    width: 64.5157%;
  }
  
  .press-grid .color-block {
    display: table;
    width: 100%;
    height: 200px;
    text-align: center;
  }
  
  .press-grid .color-title {
    font-family: "Lineto Brown Bold";
    text-transform: uppercase;
    color: #4a4a4a;
    font-size: 30px;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 2.4px;
  }
  
  .press-grid .wrap-content {
    background-color: #ffffff;
    padding: 2.5rem;
  }
  
  .press-grid .title {
    display: inline-block;
    color: #4a4a4a;
    margin-bottom: 1.2rem;
    font-size: .9rem;
    letter-spacing: .2rem;
  }
  
  @media screen and (min-width: 768px) {
    .press-grid .title {
      margin-bottom: 1.2rem;
      font-size: 1.1rem;
      letter-spacing: .2rem;
    }
  }
  
  .press-grid .date {
    font-family: 'Brown';
    font-size: 1.5rem;
    color: #5B5D63;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 400;
  }
  
  .press-grid .description {
    font-size: 1.6rem;
    font-family: Brown, sans-serif;
    font-weight: 400;
    line-height: 1.4375;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.3;
    color: #5b5d63;
    margin-bottom: 1.4rem;
  }
  
  @media screen and (min-width: 768px) {
    .press-grid .h3-sans {
      font-size: 2rem;
      line-height: 1.35;
      letter-spacing: 0;
      max-width: 91%;
      margin-bottom: 2rem;
    }
  
    .press-grid .grid-item--width2 .h3-sans {
      font-size: 2.4rem;
      line-height: 1.333;
      letter-spacing: 0;
      max-width: 91%;
    }
  }
  
  .press-grid img {
    display: block;
    margin: 0 auto;
    max-width: unset;
    width: 100%;
  }
  
  .grid-item.grid-item--width2 .color-block {
    height: 377px;
  }
  
  .filter-nav {
    margin: 0 auto 65px;
  }
  
  .btn-group {
    margin: 0 auto;
    max-width: 60rem;
    width: calc(100% - 4rem);
    display: flex;
    justify-content: space-between;
    padding-bottom: 6rem;
  }
  
  @media screen and (min-width: 768px) {
    /* .press-grid .title {
      margin-bottom: 1.2rem;
      font-size: 1.1rem;
      letter-spacing: .2rem;
    } */
  }
  
  .btn-group .rs-btn {
    background: transparent;
    color: #4a4a4a;
    -webkit-appearance: none;
    position: relative;
    font-weight: 400;
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding: 1rem 0 0 .1rem;
  }
  
  .btn-group .rs-btn.active::before,
  .btn-group .rs-btn::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateX(-103%);
    transition: all .3s ease;
    background: #4a4a4a;
  }
  
  .btn-group .rs-btn.active::before,
  .btn-group .rs-btn:hover::before {
    transform: none;
  }
  
  @media(max-width: 1205px) {
    .press-grid {
      max-width: 768px;
    }
  
    .press-grid .grid-item {
      width: calc(50% - 38px);
    }
  
    .press-grid .grid-item--width2 {
      width: calc(100% - 38px);
    }
  }
  
  @media(max-width: 767px) {
    .btn-group .rs-btn {
      padding: 0;
    }
  
    .container-press {
      padding-top: 0;
    }
  
    .filter-nav {
      text-align: center;
    }
  
    .btn-group {
      padding: 0 0 0;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      max-height: 0;
      opacity: 0;
      transition: all .3s ease;
      overflow: hidden;
      visibility: hidden;
    }
  
    .btn-group.expanded {
      opacity: 1;
      max-height: 300vh;
      visibility: visible;
    }
  
    .filter-mob {
      height: 104px;
      display: flex;
      align-items: center;
    }
  
    .press-grid .grid-item {
      width: calc(100% - 38px);
      margin: 0 19px 35px;
    }
  
    .press-grid {
      max-width: 324px;
      margin: 0 auto;
    }
  }
  
  @media (max-width: 767px) {
  
    .btn-group .rs-btn,
    .dropdown-trigger {
      padding-top: 1rem;
      padding-bottom: 0;
      color: #FB48C4;
      display: inline-block;
      overflow: hidden;
      position: relative;
      font-weight: 400;
    }
  
    .btn-group .rs-btn {
      display: inline-block;
      padding: 2.5rem 0 0;
      margin-bottom: .5rem;
      font-size: 1.4rem;
    }
  
    .dropdown-trigger::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      transform: translateX(-103%);
      transition: .3s all;
      background: #FB48C4;
    }
  
    .dropdown-trigger:hover::before {
      transform: none;
    }
  
    .dropdown-trigger {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 0;
      color: #5B5D63;
    }
  
    .dropdown-trigger::before {
      display: none;
    }
  
    .dropdown-trigger svg {
      width: 1.2rem;
      display: inline-block;
      margin-left: 1.2rem;
    }
  
    .dropdown-trigger path {
      fill: #FB48C4;
    }
  }
  
  .video-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  a:hover, a:focus {
    text-decoration: none;
  }
  #press-grid .grid-item .color-block a {
    display: inline-block;
  }
  
  
  #press-grid .grid-item.picture-item  {
      padding: 6px;
  }
  
  #press-grid .grid-item .wrap-content a.title {
    width: fit-content;
  }
  
  .plyr-line-top,
  .plyr-line-bottom {
    position: absolute;
    width: 20%;
    min-height: 45px;
    background-color: black;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
  }
  
  @media(max-width: 690px) {
    .plyr-line-bottom {
      width: 30%;
    }
  }
  
  @media(max-width: 450px) {
    .plyr-line-bottom {
      width: 35%;
    }
  }
  
  .plyr-line-top {
    top: 0;
    left: 0;
  }
  
  .plyr-line-bottom {
    bottom: 0;
    right: 0;
  }
  
  #player-overlay {
    position: fixed;
    top: 70px;
    left: 10%;
    width: 80%;
    z-index: 1999;
  }
  #close-btn:focus {
    outline: 2px dotted currentColor;
  }
  
  #player-overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 899;
    background-color: rgba(0, 0, 0, .7);
  }
  
  .plyr--video .plyr__controls {
    background: unset;
    background-color: rgba(235, 220, 226, 0.5) !important;
    padding: 27px 25px !important;
    margin: 0 !important;
    z-index: 9999999;
  }
  
  .plyr__control {
    color: #5f5f5f !important;
    width: 92px !important;
    height: 70px !important;
    border-radius: 15px !important;
    text-align: -webkit-center;
    display: grid;
    justify-items: center;
    align-items: center;
  }
  
  .plyr__volume .plyr__control svg {
    width: 46px;
    height: 38px;
  }
  
  body .plyr--full-ui .plyr__volume input[type=range] {
    color: #ffffff;
    height: 3px !important;
    transform: rotate(-90deg);
    width: 90px;
  }
  
  .plyr__control.plyr__control--overlaid {
    width: 90px !important;
    height: 90px !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  
  .plyr__control.plyr__control--overlaid img {
    max-height: 90px !important;
    max-width: 90px !important;
    opacity: 0.7%;
  }
  
  .plyr__control.plyr__tab-focus {
    box-shadow: none !important;
  }
  
  .plyr__control img {
    max-height: 21px !important;
    max-width: 24px !important;
  }
  
  /* .plyr__volume .volume {
    max-height: 100% !important;
    max-width: 100% !important;
  
      {
      #width: 41px;
      #
    }
  } */
  
  .plyr__control.plyr__tab-focus {
    box-shadow: none;
    outline: 0;
  }
  
    /* {
    #.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
      background: #fff;
      color: #5f5f5f;
    }
  
    #
  } */
  
  .plyr__control, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: transparent !important;
  }
  
  .volume-btn {
    background: transparent !important;
    padding: 0;
    outline: none;
  }
  
  .plyr__progress input[type=range], .plyr__progress__buffer {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  
  input[type=range]::-webkit-slider-thumb {
    width: 0px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
  }
  
  input[type=range]::-moz-range-thumb {
    width: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
  }
  
  input[type=range]::-ms-thumb {
    width: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
  }
  
  .plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    color: #e3e825;
    display: block;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%;
    height: 12px !important;
    border-radius: 0 !important;
    border: 0 !important;
  }
  
  .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 12px !important;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
  }
  
  .plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 12px !important;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
  }
  
  .plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 12px !important;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent
  }
  
  .plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 12px !important;
  }
  
  .plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 12px !important;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
  }
  
  .plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2.5px;
    height: 12px !important;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
  }
  
  .plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: none;
    outline: 0
  }
  
  .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: none;
    outline: 0
  }
  
  .plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: none;
    outline: 0
  }
  
  body .plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track {
    background-color: #fff !important;
    height: 3px !important;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
  }
  
  body .plyr--full-ui .plyr__volume input[type=range]::-moz-range-track {
    background-color: #fff !important;
    height: 3px !important;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
  }
  
  body .plyr--full-ui .plyr__volume input[type=range]::-ms-track {
    background-color: #fff !important;
    height: 3px !important;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
  }
  
  body .plyr--full-ui .plyr__volume input[type=range]::-ms-fill-lower {
    background-color: #d7dbdd !important;
    border-radius: 3px !important;
  }
  
  body .plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
    border-radius: 20px !important;
    height: 20px !important;
    width: 20px !important;
    border: none !important;
    background: none !important;
    background-color: #fff !important;
  }
  
  body .plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb {
    outline: none !important;
  }
  
  body .plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 100% !important;
    background-color: #fff !important;
    height: 20px !important;
    width: 20px !important;
    transform: translateY(-50%) !important;
  }
  
  body .plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb {
    outline: none !important;
  }
  
  body .plyr--full-ui .plyr__volume input[type=range]::-ms-thumb {
    border-radius: 100% !important;
    background-color: #fff !important;
    height: 20px !important;
    width: 20px !important;
    transform: translateY(-50%) !important;
    border: none !important;
  }
  
  body .plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
    border: none !important;
  }
  
  body .plyr--full-ui .plyr__volume input[type="range"]::-moz-range-progress {
    height: 100% !important;
  }
  
  body .plyr__controls .plyr__volume {
    margin-left: 17px;
    margin-right: 5%;
    flex: 0 1 auto;
  }
  
  body .plyr--full-ui .plyr__volume .plyr__control {
    width: auto !important;
    height: auto !important;
    padding: 0;
  }
  
  .wrapp-range {
    position: absolute;
    background-color: rgba(235, 220, 226, 0.5);
    height: 110px;
    top: -120px;
    left: 0;
    width: 28px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    opacity: 0;
  }
  
  .wrapp-range:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: rgba(235, 220, 226, 0.5) transparent transparent transparent;
    position: absolute;
    bottom: -8px;
  }
  
  .plyr__volume:hover .wrapp-range {
    opacity: 1;
  }
  
  .plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 0;
    height: 12px;
    left: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 0
  }
  
  .plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 0;
    min-width: 20px;
    transition: width .2s ease
  }
  
  .plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 0;
    min-width: 20px;
    transition: width .2s ease
  }
  
  .plyr__progress__buffer::-ms-fill {
    border-radius: 0;
    transition: width .2s ease
  }
  
  .plyr--video .plyr__progress__buffer {
    box-shadow: none;
    color: rgba(255, 255, 255, .25)
  }
  
  #close-btn {
    position: absolute;
    top: 64px;
    right: 52px;
    z-index: 2099;
    display: block;
    cursor: pointer;
    width: 36px;
  }
  
  #close-btn-mobile {
    display: none;
  }
  
  .volume-wrapper {
    display: flex;
    width: 50px;
    height: 40px;
    align-items: flex-end;
    margin-left: 20px;
  }
  
  .volume-wrapper div {
    margin-right: 2px;
    margin-left: 2px;
    width: 20%;
  }
  
  .v25 {
    height: 25%;
    background-color: rgba(255, 255, 255, 1);
  }
  
  .v50 {
    height: 50%;
    background-color: rgba(255, 255, 255, 1);
  }
  
  .v75 {
    height: 75%;
    background-color: rgba(255, 255, 255, 1);
  }
  
  .v100 {
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
  }
  
  .plyr.plyr--hide-controls #close-btn {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
  }
  
  #header-player .plyr__controls {
    display: none;
  }
  
  .hero-video-control {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 800;
    background-color: #000;
  }
  
  .plyr:-webkit-full-screen .plyr__video-wrapper {
    padding-bottom: 56.25% !important;
  }
  
  .video_pause {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .volume-btn {
    background: transparent !important;
    padding: 0;
    outline: none;
  }
  
  .wrapp-range {
    position: absolute;
    background-color: rgba(235, 220, 226, 0.5);
    height: 110px;
    top: -120px;
    left: 0;
    width: 28px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    opacity: 0;
  }
  
  body .plyr--full-ui .plyr__volume input[type=range] {
    color: #ffffff;
    height: 3px !important;
    transform: rotate(-90deg);
    width: 90px;
  }
  
  .plyr__volume:hover .wrapp-range {
    opacity: 1;
  }
  
  @media(max-width: 1370px) {
    .plyr__volume .volume {
      max-height: 100% !important;
      max-width: 30px !important;
      display: block;
    }
  
    #player-overlay {
      width: 80%;
      left: 10%;
    }
  
    #close-btn {
      top: 25px;
      right: 25px;
      width: 25px;
    }
  
    .plyr--video .plyr__controls {
      padding: 10px 33px !important;
      margin: 0 !important;
    }
  
    .plyr__controls .plyr__control:focus {
      outline: 2px dotted currentColor;
    }
    
    .plyr__control {
      width: 65px !important;
      height: 50px !important;
    }
  
    .plyr__control.plyr__control--overlaid {
      width: 90px !important;
      height: 90px !important;
      padding: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
    }
  
    .plyr__control img {
      max-height: 22px !important;
      max-width: 22px !important;
    }
  
    .plyr--full-ui input[type=range] {
      height: 15px !important;
    }
  
    .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
      height: 15px !important;
    }
  
    .plyr--full-ui input[type=range]::-moz-range-track {
      height: 15px !important;
    }
  
    .plyr--full-ui input[type=range]::-ms-track {
      height: 15px !important;
    }
  
    .plyr--full-ui input[type=range]::-moz-range-progress {
      height: 15px !important;
    }
  
    .plyr--full-ui input[type=range]::-ms-fill-upper {
      height: 15px !important;
    }
  
    .plyr--full-ui input[type=range]::-ms-fill-lower {
      height: 14px !important;
    }
  
    .plyr__progress__buffer {
      height: 15px;
    }
  
    .plyr__progress__buffer::-webkit-progress-value {
      min-width: 15px;
    }
  
    .plyr__progress__buffer::-moz-progress-bar {
      min-width: 15px;
    }
  
    .volume-wrapper {
      width: 40px;
      height: 30px;
    }
  }
  
  @media(max-width: 815px) {
    #player-overlay-background {
      z-index: 99997;
    }
  
    #player-overlay {
      top: 90px;
      width: 90%;
      left: 5%;
      z-index: 99998;
    }
  
    .plyr--video .plyr__controls {
      padding: 10px 25px !important;
      margin: 0 !important;
    }
  
    .plyr__control {
      width: 30px !important;
      height: 20px !important;
      border-radius: 5px !important;
      padding: 0 !important;
    }
  
    #close-btn {
      display: none;
    }
  
    #close-btn-mobile {
      position: fixed;
      right: 5%;
      z-index: 99999;
      width: 15px;
      height: 15px;
      display: block;
    }
  
    .dropdown-arrow {
      display: none;
    }
  
    .volume-wrapper {
      display: flex;
      width: 25px;
      height: 20px;
      align-items: flex-end;
      margin-left: 20px;
    }
  
    .volume-wrapper div {
      margin-right: 1px;
      margin-left: 1px;
      width: 20%;
    }
  
    .plyr__control img {
      width: 70% !important;
      height: 70% !important;
    }
  
    .plyr--full-ui input[type=range] {
      height: 5px !important;
    }
  
    .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
      height: 5px !important;
    }
  
    .plyr--full-ui input[type=range]::-moz-range-track {
      height: 5px !important;
    }
  
    .plyr--full-ui input[type=range]::-ms-track {
      height: 5px !important;
    }
  
    .plyr--full-ui input[type=range]::-moz-range-progress {
      height: 5px !important;
    }
  
    .plyr--full-ui input[type=range]::-ms-fill-upper {
      height: 5px !important;
    }
  
    .plyr--full-ui input[type=range]::-ms-fill-lower {
      height: 5px !important;
    }
  
    .plyr__progress__buffer {
      height: 5px;
    }
  
    .plyr__volume {
      max-width: 50px !important;
    }
  }
  
  @media (max-width: 813px) and (min-width: 736px) and (orientation: landscape) {
    #player-overlay {
      width: 66%;
      left: 17%;
    }
  }
  
  @media (max-width: 735px) and (min-width: 667px) and (orientation: landscape) {
    #player-overlay {
      width: 82%;
      left: 9%;
    }
  }
  
  @media (min-width: 768px) {
    .filter-mob, .hide-filter {
      display: none;
    }
  }
  
  .my-sizer-element {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  
  @media screen and (min-width: 768px) {
    .col-1\@sm {
      width: 8.33333%;
    }
  }
  
  .col-1\@xs {
    width: 16.66667%;
  }
  #primary {
      padding: 0;
  }