/* 
orange: #f26458 
yellow: #ffc400
purple: #292a5f

*/

body.js-overlay, html.js-overlay {
    overflow: hidden !important;
}

.rs_header, .rs_hero {
    width: 100%;
    position: relative;
    height: auto;
}

.rs_header.type-image {
    height: 77.77vh;
    background-size: cover;
    background-position: center center;
}

.rs_header.type-image .copy {
    position: absolute;
    width: 100%;
    bottom: 15%;
    text-align: center;
    color: #fff;
    max-width: 780px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);    
}

.rs_header.type-image .copy h1, .rs_header.type-image .copy h5 {
    color: #fff;
}
.rs_header.type-image .copy h1 {
    padding: 0 2rem;
    line-height: 1.3;
}

.rs_header.type-image .copy h5, .rs_header.type-video .copy h5 {
    text-transform: uppercase;
    letter-spacing: 0.0625em;
}

.rs_header.type-video .copy {
    position: absolute;
    width: 100%;
    bottom: 15%;
    text-align: center;
    color: #fff;
    max-width: 780px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);    
}
.rs_header.type-video .copy .rs-play-button {
    max-width: 100px;
    position: relative;
    display: block;
    margin: 0 auto;
}


.rs_header.type-video .copy h1, .rs_header.type-video .copy h5 {
    color: #fff;
}
.rs_header.type-video .copy h1 {
    padding: 0 2rem;
    line-height: 1.3;
}

.rs_hero {
    height: 77.7vh;
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    background-color: #000;
}

.rs_hero .copy {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-25%);
    /* bottom: 48px; */
    text-align: center;
    color: #fff;
    z-index: 2;
}

.rs_hero .copy p {
    max-width: 500px;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 16px;
}

.rs_hero .copy .rs-play-button {
    max-width: 80px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 5rem;
}

.rs_hero .copy .rs-play-button img {
    transition: 0.33s all;
}

.rs_hero .copy .rs-play-button:hover img {
    transform: scale(1.2);
}

.rs_hero .video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.rs_hero .video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}

.rs_hero .video video {
    position: absolute;
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}

.rs_hero .video video::-webkit-media-controls {
    display:none !important;
}
.rs_hero .video video::-webkit-media-controls-enclosure {
    display:none !important;
}


.rs_hero .copy h1, .rs_hero .copy h5 {
    color: #fff;
}

.rs_hero .copy h1 {
    font-size: 48px;
    margin-bottom: 2rem;
}

.rs_intro_text {
    position: relative;
    text-align: center;
    color: #000;
    padding: 8rem 2rem;
}

.rs_intro_text h2 {
    margin: 0;
    margin-bottom: 16px;
}

.rs_intro_text p {
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
}

.rs_film_tiles {
    display: flex;
    flex-wrap: wrap;
}

.rs_film_tiles .left, .rs_film_tiles .right {
    width: 50%;
    position: relative;
}

.rs_film_tiles .right {
    padding-top: 96px;
}

.rs_film_tiles .left .button {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 3rem 1.5rem;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.rs_film_tiles .left .button .cta {
    color: #f26458;
    text-transform: uppercase;
    border: 1px solid #f26458;
    font-weight: 600 !important;
    padding: 16px 15px !important;
    text-align: center;
    min-width: 160px;
    transition: 0.33s all;
    line-height: 1.4;
}

.rs_film_tiles .left .button .cta:hover {
    background: #f26458;
    color: white;
}

.rs_film_tiles .film_tile {
    position: relative;
}

.rs_film_tiles .film_tile .copy {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.rs_film_tiles .film_tile .copy h3 {
    color: #fff;
    padding: 0 16px;
    margin-bottom: 16px;
}
.rs_film_tiles .film_tile .copy p {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    max-width: 380px;
}


.rs_film_tiles .film_tile .copy .cta {
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    font-weight: 600 !important;
    padding: 16px 15px !important;
    text-align: center;
    min-width: 160px;
    font-size: 14px;
    margin-top: 16px;
    display: inline-block;
    opacity: 0;
    transition: 0.33s all;
    line-height: 1.4;
    transform: scale(0.85);
}

.rs_film_tiles .film_tile:hover .copy .cta {
    opacity: 1;
}

.rs_film_tiles .film_tile .image {
    position: relative;
    z-index: 1;
    display: flex;
    /* background-color: black; */
    padding-bottom: 56.25%;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.rs_film_tiles .film_tile .image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 0.33s all;
}

.rs_film_tiles .film_tile:hover .image:before {
    background-color: rgba(0,0,0,0.25);
}


.rs_film_tiles .film_tile img {
    width: 100%;
    height: auto;
    z-index: 1;
}

.rs_film_tiles .film_tile .ribbon {
    background-color: #ffc400;
    padding: 0.25rem 0.75rem 0.35rem;
    color: #000;
    font-weight: 700;
}

.rs_film_tiles .mobile-only {
    display: none;
    margin-top: 16px;
}

.rs_film_tiles .mobile-only.button .cta {
    color: #f26458;
    text-transform: uppercase;
    border: 1px solid #f26458;
    font-weight: 600 !important;
    padding: 16px 15px !important;
    text-align: center;
    min-width: 160px;
    transition: 0.33s all;
    line-height: 1.4;
}

.rs_film_tiles .mobile-only.button .button .cta:hover {
    background: #f26458;
    color: white;
}


.rs_film_hero {
    height: 77.7vh;
    max-height: 900px;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 32%;    
}

.rs_film_hero .copy {
    position: absolute;
    top: 50%;
    text-align: center;
    color: #fff;
    max-width: 780px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);    
}

.rs_film_hero .copy h1 {
    color: #fff;
}

.rs_film_hero .copy h5 {
    color: #fff;
    text-transform: uppercase;
}

.rs_film_hero .video {
    width: 73.75%;
    margin: 0 auto;
    top: 65%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.rs_film_hero .video .video-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.rs_film_hero .video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.rs-volunteer-form form {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rs-volunteer-form form h2 {
    color: #f26458;
}

.rs-volunteer-form form .rs-fieldset {
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
}
.rs-volunteer-form form .rs-fieldset br {
    display: none;
}

.rs-volunteer-form form .rs-fieldset label {
    margin-right: 0.5rem;
    width: 20%;
    text-align: right;
}
.rs-volunteer-form form .rs-fieldset span {
    width: 80%;
}

.rs-volunteer-form form .rs-fieldset input {
    width: 100%;
}

.rs-volunteer-form form input[type=submit] {
    background-color: #f26458;
    padding: 1rem 3rem;
    margin-top: 2rem;
    width: auto;
    text-transform: uppercase;
    border: 1px solid #f26458;
    font-weight: 700;
    color: white;
    display: block;
}



/**************************\
  Basic Modal Styles
\**************************/
.modal {
    font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; }
  
  .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000; }
  
  .modal__container {
    background-color: #fff;
    max-width: 1200px;
    width: 100%;
    max-height: 100vh;
    padding: 4rem;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative; }
  
  .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  
  .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    padding-bottom: 1rem;
    font-family: "Open Sans", "Arial", sans-serif;
    line-height: 1.25;
    color: #292a5f;
    box-sizing: border-box; }
  
  .modal__close {
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 9999;
    top: -4px;
    right: 4px; }
    @media only screen and (max-width: 419px) {
      .modal__close {
        background: #ffffff; } }
    .modal__close:before {
      content: "x";
      padding: 0rem 0.25rem;
      transition: 0.33s all;
      font-size: 28px;
      display: inline-block; 
      font-family: Verdana, Geneva, sans-serif;
    }
  
  .modal__content {
    line-height: 1.5;
    color: #1d191a;
    display: flex;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; }
    @media only screen and (max-width: 419px) {
      .modal__content {
        flex-direction: column; } }
  .modal__content iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
  }
  .modal__text {
    width: 60%;
    padding: 3rem 1.5rem; }
    @media only screen and (max-width: 419px) {
      .modal__text {
        width: 100%;
        padding: 1rem; } }
    .modal__text .modal__description a {
      text-decoration: none;
      font-family: "GT Walsheim Pro", "Arial", sans-serif;
      transition: 0.33s all;
      color: inherit;
      position: relative; }
      .modal__text .modal__description a:hover {
        text-decoration: underline;
        color: #b8c950; }
  
  .modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    border-radius: .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 .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out; }
  
  .modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  
  .modal__btn-primary {
    background-color: #00449e;
    color: #fff; }
  
  /**************************\
    Demo Animation Style
  \**************************/
  @keyframes mmfadeIn {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @keyframes mmfadeOut {
    from {
      opacity: 1; }
    to {
      opacity: 0; } }
  @keyframes mmslideIn {
    from {
      transform: translateY(15%); }
    to {
      transform: translateY(0); } }
  @keyframes mmslideOut {
    from {
      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; }

.rs-image-bg-copy-block .vc_general.vc_cta3 h2 {
    font-size: 36px;
    font-style: normal;
    margin-bottom: 24px;
}
.rs-image-bg-copy-block .vc_general.vc_cta3 p {
    color: white;
    font-size: 16px; 
    max-width: 720px;
    margin: 0 auto;
}

.rs-image-bg-copy-block .vc_general.vc_cta3 .vc_cta3-actions {
    margin-top: 36px;
}

.vc_general.vc_cta3.rs-overlap-section {
    min-height: 550px;
}

.rs-overlap-section .vc_cta3_content-container {
    margin-top: -180px;
}

.rs-overlap-profiles {
    margin-top: -200px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.rs-overlap-profiles .wpb_text_column .wpb_wrapper {
    padding: 0 32px;
}

.rs-overlap-profiles-2 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.rs-overlap-profiles-2 .wpb_text_column .wpb_wrapper {
    padding: 0 32px;
}

.rs-left-right {
    margin: 0;
    display: flex;
    align-items: flex-end;
}

.rs-left-right.rs-text-middle {
    align-items: center;
}
.rs-left-right.rs-text-middle h2 {
    margin-top: 0;
}

.rs-left-right .text-align-right {
    text-align: right;
}

.manual_form {
    background: #f4f4f4;
}

.manual_form .nf-form-cont {
    margin: 0 auto;
    max-width: 1212px;
    padding: 75px 16px;
}

.manual_form .nf-form-fields-required {
    display: none;
}

.manual_form .html-wrap {
    text-align: center;
}

.manual_form .nf-form-content input[type=button] {
    background: #f26458;
    color: #fff;
    border: 1px solid #f26458;
    font-weight: 600 !important;
    padding: 1rem 3rem;
    text-transform: uppercase;
    width: 100%;
}

.manual_form .nf-form-content input[type=button]:hover {
    color: #f26458;
    background: #fff;
    border: 1px solid #f26458;
}   

.manual_form .nf-form-content nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.manual_form .nf-form-content nf-fields-wrap nf-field:first-child {
    width: 100%;
}


.manual_form .nf-form-content nf-fields-wrap nf-field:nth-child(2) {
    width: 15%;
}

.manual_form .nf-form-content nf-fields-wrap nf-field:nth-child(3) {
    width: 35%;
}

.manual_form .nf-form-content nf-fields-wrap nf-field:nth-child(4) {
    width: 17.5%;
}

.manual_form .nf-form-content nf-fields-wrap nf-field {
    margin: 0 0.5rem;
}

.manual_form .nf-form-content {
    font-size: 16px;
}

.manual_form .nf-form-content a {
    color: #f26458;
    transition: 0.33s all;
    font-weight: 600;
}

.manual_form .nf-form-content a:hover {
    color: #292a5f;
}


.manual_form .nf-form-content h2 {
    margin-bottom: 16px;
    color: #f26458;
    margin-top: 0;
}

.rs-inline-inputs {
    max-width: 420px;
    margin: 0 auto;
}

.rs-inline-inputs.label-above .field-wrap {
    flex-direction: row;
}
.rs-inline-inputs.label-above .field-wrap .nf-field-label { 
    width: 100px;
    display: flex;
    display: none;
    align-items: center;
    margin-bottom: 0;
}

.rs-inline-inputs .field-wrap .nf-field-element {
    width: calc(100% - 100px);
    width: 100%;
}

.manual_form .submit-wrap .nf-field-element {
    text-align: left;
}

.manual_form .nf-error-msg {
    text-align: center;
}

.rs-haru-gallery-override .gallery-description {
    font-size: 14px;
    max-width: 380px;
}

.rs-stat-column p strong {
    font-size: 52px;
    color: #f26458;
}

.rs-stat-column p {
    line-height: 1.2;
}

.max-width-1180 {
    max-width: 1180px;
    margin: 0 auto;
}

.max-width-920 {
    max-width: 920px;
    margin: 0 auto;
}

.vc_row.max-width-1180 {
    max-width: 1180px;
    margin: 0 auto;
}

.rs-storytellers {
    font-size: 16px;
}

.rs-storytellers .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #f26458;
}

.rs-storytellers .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
    background-color: #d8d8d8;
    border-color: transparent;
}

.rs-icon-row {
    font-size: 16px;
}

.rs-icon-row .wpb_content_element {
    margin-bottom: 16px;
}

.rs-icon-row strong {
    color: #292a5f;
}

.vc_images_carousel .vc_carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    margin: 2px !important;
    border-radius: 30px !important;
    border: 1px solid #f26458 !important;
    background-color: #f26458 !important;
}

.vc_images_carousel .vc_carousel-indicators .vc_active {
    margin: 2px !important;
    width: 12px !important;
    height: 12px !important;
    background: transparent !important;
    border: 1px solid #f26458 !important;
}


.rs-orange-button a {
    background-color: white !important;
    color: #f26458 !important;
    border: 1px solid #f26458 !important;
    transition: 0.33s all;
    font-weight: 600 !important;
    padding: 16px 15px !important;
    min-width: 160px;
}

.rs-orange-button a:hover {
    background-color: #f26458 !important;
    color: #fff !important;
}

.font-size-16px {
    font-size: 16px;
}

.rs-uppercase-space {
    text-transform: uppercase;
    letter-spacing: 0.125em;
}

.wpb_text_column a {
    color: #f26458;
    text-decoration: underline;   
}

.rs-partners .vc_gitem-is-link {
    cursor: default;
}

.rs-partners .vc_gitem-zone .vc-zone-link {
    pointer-events: none;
}

.vc_images_carousel .vc_carousel-control {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
}

.rs-haru-gallery-override .gallery-content {
    padding: 0 2rem;
}
.wpb_single_image.vc_align_center {
    width: 100%;
}

.nf-form-content .label-above.submit-container .nf-field-label {
    display: none;
}

.rs-partners .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .rs_film_hero {
        margin-bottom: 20%;
    }
}
@media only screen and (max-width: 768px) {
    .rs-partners .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        display: inline-block !important;
        width: 33.33% !important;
    }
    .modal__container {
        padding: 1rem;
    }
    .modal__close {
        top: 0;
        right: 0;
        background: white;
        line-height: 1;
        padding-bottom: 5px;
    }

    .rs_hero {
        min-height: 420px;
        height: 70vh;
    }
    .rs_hero .copy {
        transform: translateY(-50%);
    }
    .gallery-creative-shortcode-wrap.rs-haru-gallery-override .gallery-list .gallery-item.style_1 img {
        transform: scale(1.5);
    }
    .gallery-creative-shortcode-wrap.rs-haru-gallery-override .gallery-list .gallery-item.style_1 {
        min-height: 260px;
        background: black;
    }
    .gallery-creative-shortcode-wrap.rs-haru-gallery-override .gallery-list .gallery-item.style_1 .gallery-content-inner .gallery-link {
        opacity: 1;
    }
    .rs_film_hero {
        margin-bottom: 12.5%;
    }
    .rs-icon-row .wpb_text_column {
        margin-left: 0 !important;
    }
    .rs-left-right {
        align-items: center;
        padding: 0 0 2rem;
    }
    .rs-overlap-profiles .vc_column_container {
        width: 50% !important;
    }
    .rs-overlap-profiles-2 .vc_column_container {
        width: 50% !important;
    }
    .rs_film_tiles .left, .rs_film_tiles .right {
        width: 100%;
        position: relative;
    }
    .rs_film_tiles .film_tile .copy .cta {
        opacity: 1;
    }
    .rs_film_tiles .right {
        padding-top: 0px;
    }
    .rs_film_tiles .left .button {
        display: none;
    }
    .rs_film_tiles .mobile-only {
        text-align: center;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .haru-page .vc_images_carousel .vc_carousel-control .icon-next, .haru-page .vc_images_carousel .vc_carousel-control .icon-prev {
        width: 40px;
        height: 40px;
        margin-top: -10px;
        margin-left: -10px;
    }
    .haru-page .vc_images_carousel .vc_carousel-control .icon-next {
        margin-left: -30px;
    }
    .haru-page .vc_images_carousel .vc_carousel-control .icon-next:before, .haru-page .vc_images_carousel .vc_carousel-control .icon-prev:before {
        top: -10px;
    }
    .rs-image-bg-copy-block.vc_custom_1601339955793 {
        margin-top: 0px !important;
    }
    .rs-stat-columns.vc_row.max-width-1180 {
        display: flex;
        flex-wrap: wrap;
        max-width: 420px;
    }
    .rs-stat-column {
        width: 50%;
    }
   



}

@media only screen and (max-width: 480px) {
    .rs_hero .video video {
        width: 250vw;
        min-height: 105vh;
    }
    .rs_hero .copy {
        padding: 16px;
    }
    
    .manual_form .nf-form-content nf-fields-wrap nf-field:nth-child(2) {
        width: 100%;
    }
    
    .manual_form .nf-form-content nf-fields-wrap nf-field:nth-child(3) {
        width: 100%;
    }
    
    .manual_form .nf-form-content nf-fields-wrap nf-field:nth-child(4) {
        width: 50%;
    }
    .manual_footer .manual_footer_wrapper {
        padding: 32px;
    }
    .manual_footer .manual_footer_wrapper .left, .manual_footer .manual_footer_wrapper .right {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .rs-partners .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        display: inline-block !important;
        width: 33.33% !important;
    }
    .rs_film_tiles .film_tile .image {
        min-height: 300px;
        overflow: hidden;
    }

    .rs_film_tiles .film_tile .image img {
        max-width: none;
        width: 120%;
    }
    .gallery-creative-shortcode-wrap .gallery-list .gallery-item.image-col-2.default {
        width: 100% !important;
    }
    .gallery-creative-shortcode-wrap .gallery-list .gallery-item.style_1 .gallery-content-inner .gallery-link {
        opacity: 1 !important;
    }
    .rs-left-right {
        flex-wrap: wrap;
    }
    .rs-left-right .vc_column_container {
        width: 100%;
    }
    .rs-left-right .text-align-right {
        order: 2;
        text-align: left;
    }
    .rs-left-right .text-align-right h2 {
        text-align: left !important;
        margin-top: 0 !important;
    }
    .rs-overlap-profiles .wpb_content_element {
        /* padding: 0 16px; */
    }
    .wpb_text_column {
        padding: 0 16px;
    }
    .vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
        width: 40px !important;
        height: 40px !important;
        margin-top: -20px !important;
        margin-left: -20px !important;
    }
    .haru-page .vc_images_carousel .vc_carousel-control .icon-next:before, .haru-page .vc_images_carousel .vc_carousel-control .icon-prev:before {
        top: -10px !important;
    }
    .gallery-creative-shortcode-wrap .gallery-list .gallery-item.image-col-3.default {
        width: 100% !important;
    }
    .rs_film_hero .video {
        width: 90%;
        top: 70%;
    }
    .header.haru-mobile-header .haru-mobile-header-wrap .haru-mobile-header-container {
        background-color: #000;
    }
    .rs_hero .copy h1 {
        font-size: 40px;
    }
    .wpb_wrapper h2 {
        padding: 0 16px;
    }
    .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
        padding-top: 4px;
    }
    .rs-overlap-profiles .vc_column_container {
        width: 100% !important;
    }
    .rs-overlap-profiles-2 .vc_column_container {
        width: 100% !important;
    }
    .rs_film_tiles .film_tile .copy p br {
        display: none;
    }
    .rs_film_tiles .film_tile .image {
        padding-bottom: 100%;
    }
    .rs-m-hide {
        display: none !important;
    }
}
@media only screen and (max-width: 375px) {
    .rs_hero .video video {
        width: 340vw;
        min-height: 145vh;
    }
    .rs-overlap-profiles .wpb_text_column .wpb_wrapper {
        padding: 0 12px;
    }
    .rs-overlap-profiles-2 .wpb_text_column .wpb_wrapper {
        padding: 0 12px;
    }

}


