a.bg-gradient-pink {
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bg-gradient-pink:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bg-gradient-pink {
    background-image: linear-gradient(to right, rgba(226, 0, 116, 1), rgba(235, 1, 158, 1), rgba(235, 1, 158, 1), rgba(235, 1, 158, 1));
}

.hero-shadow {
    box-shadow: 0 0 30px 5px rgb(255, 255, 255, .3);
    position: relative;
}

.hero-outline {
    position: relative;
}

.hero-outline:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    border: #fff 1px solid;
    box-shadow: 0 0 30px 5px rgb(255, 255, 255, .3);
    border-radius: 2rem;
}

.h-\[24rem\] {
    height: 24rem;
}

.h-\[25rem\] {
    height: 25rem;
}

.w-\[25rem\] {
    height: 25rem;
}


.leading-normal {
    line-height: 1;
}

@media(min-width:1440px) {
    .full-pill>div {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .full-pill>div>div {
        border-radius: 0
    }

    .full-t>div {
        margin: 0 auto;
        border-radius: 0
    }

    .full-t {
        padding: 0;
    }

    .vet-full {
        margin: 0 auto;
        padding: 0
    }

    .vet-full>div {
        border-radius: 0
    }

}

.cta-btn {
    border-radius: 3px;
}

.interior-jobs {
    padding: 5rem 8rem;
}

.circle-social-icons {
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


a.text-pink:hover {
    color: #861b54;
}

.underline {
    text-decoration: underline;
}

.legal_list {
    list-style: disc;
    padding: revert !important;
}


/* @media (min-width: 1440px){
  .xxl\:px-\[0\]{
    padding-left: 0;
    padding-right: 0;
  }
.xxl:mx-[0]{
  margin-right: 0;
  margin-left: 0;
}

  .xxl:max-w-full{
   width: 100% ;
  }
  .xxl:max-w-full .md:mx-[5rem]{
    margin: 0;
  }
} */

.your-time_img img {
    position: relative;
    object-position: top;
}

@media (min-width: 1024px) {
    .lg\:after\:w-1\/4:after {
        content: var(--tw-content);
        width: 20%;
    }

    .your-time_img img {
        right: 80px;
    }

    .lg\:line-break {
        display: block;
    }

    .lg\:flex {
        display: flex
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:w-\[30\%\] {
        width: 30%
    }
}

.subvideo-wall__item {
    position: relative;
    padding-bottom: 142%;
}

.video-wall__item:after {
    content: '';
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 1.2rem;
    position: absolute;
    background: linear-gradient(to right, rgba(226, 0, 116, 1), rgba(249, 0, 227, 1));
    z-index: -3;
    top: -3px;
    left: -3px;
}

.subvideo-wall__item:after {
    content: '';
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 1.2rem;
    position: absolute;
    background: linear-gradient(to right, rgba(226, 0, 116, 1), rgba(249, 0, 227, 1));
    z-index: -3;
    top: -3px;
    left: -3px;
}

.video-button {
    background: linear-gradient(to right, rgba(226, 0, 116, 1), rgba(249, 0, 227, 1), rgba(249, 0, 227, 1), rgba(249, 0, 227, 1));
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
    border-radius: 50%;
    padding: .5rem;
}

.video-wall__item-button {
    position: absolute;
    top: -2rem;
    left: -2rem;
    transition: ease-out all 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateY(0);
    height: 40px;
    width: 40px;
}

.subvideo-wall__item-button {
    position: absolute;
    top: -2rem;
    left: -2rem;
    transition: ease-out all 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateY(0);
    height: 40px;
    width: 40px;
}

.subvideo-wall__item img {
    height: 100%;
    /* max-height: 400px; */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 450px) {
    .subvideo-wall__item img {
        /* height: 375px; */
    }
}

@media screen and (max-width: 768px) {
    .subvideo-wall__item {
        width: 30.8rem !important;
        max-width: calc(100vw - 4rem);
    }
}

@media screen and (min-width: 1024px) {
    .subvideo-wall__item img {
        height: 100%;
        /* max-height: 260px; */
        width: 100%;
    }

    .md\:px-\[2rem\] {
        padding-left: 2rem;
        padding-right: 2rem;
    }

}

.subvideo-wall__item:hover>.video-button {

    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.subvideo-wall__item {
    position: relative;
}

.subvideo-wall__item:after {
    content: '';
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 1.2rem;
    position: absolute;
    background: linear-gradient(to right, rgba(226, 0, 116, 1), rgba(249, 0, 227, 1));
    z-index: -3;
    top: -3px;
    left: -3px;
}

.video-button {
    background: linear-gradient(to right, rgba(226, 0, 116, 1), rgba(249, 0, 227, 1), rgba(249, 0, 227, 1), rgba(249, 0, 227, 1));
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
    border-radius: 50%;
    padding: .5rem;
}


.subvideo-wall__item-button {
    position: absolute;
    top: -2rem;
    left: -2rem;
    transition: ease-out all 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateY(0);
    height: 40px;
    width: 40px;
}

.subvideo-wall__item img {
    height: 100%;
    /* max-height: 440px; */
    width: 100%;
}

@media screen and (max-width: 450px) {
    .subvideo-wall__item img {
        /* height: 427px; */
    }
}

@media screen and (min-width: 1024px) {
    .subvideo-wall__item img {
        height: 100%;
        /* max-height: 440px; */
        width: 100%;
    }

    .md\:px-\[2rem\] {
        padding-left: 2rem;
        padding-right: 2rem;
    }

}

.subvideo-wall__item:hover>.video-button {

    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media screen and (min-width: 1024px) {
    /* .video-wall__item-button {
    opacity: 0;
    transform: translateY(50%);
  } */

}


/* /* Popup video */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}




.img-carousel_arrow {
    height: fit-content;
    position: absolute;
    z-index: 100;
    bottom: 10px;
    color: #FFF !important;
    --tw-bg-opacity: 1;
    background-color: rgb(134 27 84 / var(--tw-bg-opacity))
}

.img-carousel_arrow:hover {
    color: rgb(226 0 116 / var(--tw-text-opacity)) !important
}

.custom-prev.img-carousel_arrow {
    left: 30px
}

.custom-next.img-carousel_arrow {
    right: 30px
}


.faq-section {

    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
}

.faq-accordion {
    width: -webkit-fill-available;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.faq-accordion button {
    width: 100%;
    padding: 15px;
    background-color: #ffffff33;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    outline: none;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-accordion button:hover {
    background-color: #ffffffcc;
    color: #000;
}

@media (max-width: 1023px) {
    .faq-section {
        flex-direction: column;
    }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 20px;
    width: 100%;
    max-width: 800px;
    margin: 60px 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #fff;
    color: #fff;
    background: #000;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.slider {
    display: flex;
    padding-bottom: 22px;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    display: none;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    display: block;
}

.slide h2 {
    margin: 10px 0;
}

.slide p {
    margin: 20px 0;
    line-height: 1.6;
}


.our-strength__carousel .slick-list {
    padding-top: 40px !important;
}

.our-strength__carousel .slick-list .slick-track>div {
    margin-left: 12px;
    margin-right: 12px
}

.navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.img-carousel_arrow.prev {
    left: 10px
}

.img-carousel_arrow.next {
    right: 10px
}


.awards-socials {
    bottom: 120px;
    left: calc(50% - (320px / 2));
}

.awards-socials i {
    font-size: 4rem;
}

@media (max-width: 768px) {
    .awards-socials {
        top: 95px;
        left: calc(50% - (230px / 2));
    }

    .awards-socials i {
        font-size: 3rem;
    }
}

.video-titles {
    bottom: 15px;
    left: 30px;
    right: 10px;
    padding: 2px 10px 2px 30px;

}

.video-titles img {
    width: 40px;
    filter: hue-rotate(0deg) saturate(0%) brightness(1000%);
    position: absolute;
    left: -20px;
    height: inherit;
}

.pt\-\[10rem\] {
    padding-top: 10rem
}

.slider-button-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    left: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    pointer-events: none;
}

.slider-button-center button {
    height: fit-content;
    z-index: 100;
    bottom: 10px;
    color: #FFF !important;
    --tw-bg-opacity: 1;
    background-color: rgb(134 27 84 / var(--tw-bg-opacity));
    pointer-events: auto;
}

.veterans-intro-slider .slick-list {
    height: 100%;
}

/* Executive Relocation */

.exec-reloc-hq-item-slider .slick-slide img {
  height: 32rem !important;
}

.exec-reloc-hq-item-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  line-height: 0;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.exec-reloc-hq-item-slider .slick-prev {
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem;
  background-color: #E20074;
  border-radius: 50%;
}

.exec-reloc-hq-item-slider .slick-next {
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem;
  background-color: #E20074;
  border-radius: 50%;
}

.exec-reloc-hq-item-slider .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
}

.exec-reloc-hq-item-slider .slick-prev::before {
  content: "\f053" !important;
}

.exec-reloc-hq-item-slider .slick-next::before {
  content: "\f054" !important;
}

.exec-reloc-hq-item-slider {
  height: 32rem !important;
}

.corporate-hq-locations-carousel {
  padding: 0 2rem;
}

.corporate-hq-locations-carousel>div {
  width: calc(100vw - 4rem);
}

@media screen and (min-width: 1024px) {
  .corporate-hq-locations-carousel {
    padding: 0 4.5rem;
  }

  .corporate-hq-locations-carousel>div {
    width: 42rem !important;
  }
}

#executive-relocation .modal-content {
  background-color: #fff !important;
  padding: 2rem;
  margin: auto 20px;
}

@media screen and (min-width: 1024px) {
  #executive-relocation .modal-content {
    padding: 4rem;
  }
}

#executive-relocation .modal {
  overflow: auto;
  align-items: flex-start;
}

#executive-relocation .modal .close {
  position: relative;
  background-color: #E5E5E5;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E20074;
  border-radius: 50%;
  top: 0;
  right: unset;
  left: calc(100% - 24px);
}

#executive-relocation .modal-image {
  flex-shrink: 0;
}

#executive-relocation .slide {
  display: none;
  gap: 24px;
}

#executive-relocation .slide.active {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  #executive-relocation .slide.active {
    flex-direction: row;
  }
}

#executive-relocation .modal-heading {
  color: #E20074;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
}

#executive-relocation .modal-description {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#executive-relocation .modal-description ul {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#executive-relocation .modal-description p {
  margin: 0;
}

.exec-reloc-faq-item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .exec-reloc-faq-item {
    width: calc((100% - 3rem) / 2);
  }
}

.exec-reloc-faq-item>button {
  background-color: #D9D9D9;
  padding: 3rem;
  border: 0.5rem solid #E20074;
  height: 100%;
}

.exec-reloc-faq-item>button span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: #000;
  text-align: left;
  align-self: center;
}

#execRelocFaqsModal .modal-content b {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #000;
  text-align: left;
}

#execRelocFaqsModal .modal-content {
  background-color: #FFF;
  color: #000;
  padding: 3rem;
  border: 0.5rem solid #E20074;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 20px 20px 0px rgba(0, 0, 0, 0.08);
}

.exec-reloc-faq-item .close {
  position: relative;
  top: 0;
  right: unset;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E5E5E5;
  color: #E20074;
  flex-shrink: 0;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {

  .exec-reloc-faq-item>button span,
  #execRelocFaqsModal .modal-content b {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {

  .exec-reloc-faq-item>button span,
  #execRelocFaqsModal .modal-content b {
    font-size: 2.4rem;
  }
}