/* Section: Generic and body */
    
body[dir="LTR"], body #main {
    overflow: initial !important;
}

body #main {
    background-color: #FAFAFA;
}

#main .Campaign.w-full.max-w-full.lg\:max-w-6xl.self-center {
    max-width: 100%;
}

#main .Campaign.w-full.max-w-full.lg\:max-w-6xl.self-center .px-3.py-4 {
    padding: 0;
}

.__psc .__topCutout {
    border-radius: 14px;
    margin-top: -90px;
    position: relative;
    padding: 30px;
}

.__psc .__content {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.__psc .__fixedWidth {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
button.relative.p-1.block.w-full.px-2.vg-G.vg-AS.vg-AT.vg-AU.vg-K.tracking-normal.vg-AV.vg-AW.vg-AX.vg-M.border-solid.vg-AY.vg-O.vg-AZ.vg-P.vg-Aa.vg-Ab.vg-Ac.focus\:outline-none.vg-Ad.vg-Ae.hover\:underline.vg-W.vg-V.vg-Af {
    color: #fff;
}


@media only screen and (max-width: 1200px) {
    .hide-ui {
        width: 0 !important;
        height: 0 !important;
        overflow: hidden;
        opacity: 0;
        padding: 0 !important;
        margin: 0 !important;
    }
    .__psc .__fixedWidth {
        max-width: calc(100% - 40px);
    }
}
/* Section: fares dropdown */
.__psc .__allFares .__faresIntro {
    display: flex !important;
    justify-content: space-between !important;
  }
  .__psc .__allFares .__faresIntro .__subheading {
    margin: 15px 0 !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer {
    position: relative !important;
    width: 35% !important;
    margin-left: 20px !important;
    align-self: center !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer #dropdownLabel {
    display: none !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle {
    display: flex !important;
    width: 100% !important;
    border-radius: 14px !important;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15) !important;
    padding: 20px !important;
    background-color: #fff !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle span {
    font-weight: 600 !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle a {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 15px !important;
    margin-left: 15px !important;
    border-left: 1px solid #C1C5C8 !important;
    color: rgba(108, 108, 110, 1) !important;
    text-decoration: none !important;
    font-weight: 400 !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle a::after {
    content: '' !important;
    display: block !important;
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center !important;
    background-size: 16px 16px !important;
    margin-left: auto !important;
    width: 16px !important;
    height: 16px !important;
    transform: rotate(-90deg) !important;
    margin-left: auto !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle::before {
    content: '' !important;
    display: inline-block !important;
    width: 40px !important;
    height: 25px !important;
    color: #005078 !important;
    margin-right: 10px !important;
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-plane.svg) no-repeat center center !important;
    background-size: contain !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle.__card::before {
    content: '' !important;
    display: inline-block !important;
    width: 50px !important;
    height: 25px !important;
    color: #005078 !important;
    margin-right: 10px !important;
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/card.svg) no-repeat center center !important;
    background-size: contain !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer.open button.__dropdownToggle a::after {
    transform: rotate(90deg) !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer nav ul {
    display: none !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer.open nav ul {
    display: block !important;
    list-style: none !important;
    position: absolute !important;
    border-radius: 14px !important;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15) !important;
    padding: 20px !important;
    background-color: #fff !important;
    margin-top: 20px !important;
    width: 100% !important;
    z-index: 2 !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer.open nav ul::before {
    content: '' !important;
    top: -20px !important;
    right: 20px !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid #fff !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    position: absolute !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer.open nav ul li a:hover {
    background-color: #f5f5f5 !important;
    font-weight: 600 !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer.open nav ul li a {
    color: rgba(27, 29, 28, 1) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    padding: 10px 0 !important;
    width: 100% !important;
    display: block !important;
  }
  .__psc .__allFares .__faresIntro .__dropdownContainer.open nav ul li:not(:last-child) a {
    border-bottom: 1px solid #C1C5C8 !important;
  }
  .__psc .__allFares .__destinationFares .__destination {
    display: none !important;
  }
  .__psc .__allFares .__destinationFares .__destination.active {
    display: block !important;
  }
  @media only screen and (max-width: 1025px) {
    .__psc .__allFares .__faresIntro {
      flex-direction: column !important;
    }
    .__psc .__allFares .__faresIntro .__dropdownContainer {
      width: 100% !important;
      margin: 10px auto !important;
    }
  }
  @media only screen and (max-width: 767px) {
    button.relative.p-1.block.w-full.px-2.vg-C.vg-D.vg-E.vg-F.vg-G.tracking-normal.vg-H.vg-I.vg-J.vg-K.border-solid.vg-L.vg-M.vg-As.vg-AA.vg-At.vg-Au.vg-Av.focus\:outline-none.vg-U.vg-T.hover\:underline.vg-AH.vg-AG.vg-Aw {
        color: #fff;
    }
    .__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle span {
      display: none !important;
    }
    .__psc .__allFares .__faresIntro .__dropdownContainer button.__dropdownToggle a {
      border: none !important;
      padding-left: 0;
    }
  } 
/* Section: Typography, links and buttons */

.__psc .__sect h1.__pfs,
.__psc .__sect h2.__pfs,
.__psc .__sect h3.__pfs,
.__psc .__sect h4.__pfs,
.__psc .__sect p.__pfs,
.__psc .__sect li.__pfs,
.__psc .__sect span.__pfs {
    font-family: 'Open Sans';
    font-weight: 400;
    text-align: left;
    color: #000;
}

.__psc .__sect a.__pfs {
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: left;
    color: #005078;
    font-weight: 600;
}

.__psc .__sect p.__pfs a.__pfs,
.__psc .__sect li.__pfs a.__pfs {
    text-decoration: underline;
}

.__psc .__sect h1.__pfs {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 42px;
}

.__psc .__sect h2.__pfs {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 30px;
}

.__psc .__sect h3.__pfs {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

.__psc .__sect p.__pfs,
.__psc .__sect li.__pfs {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.__psc .__sect button.__primaryBtn {
    border-radius: 14px;
    background-color: #005078;
    color: #fff;
    height: fit-content;
    min-height: 50px;
}

.__psc .__sect button.__primaryBtn a.__pfs {
    text-align: center;
    padding: 10px 60px;
    text-decoration: none;
    z-index: 3;
}

.__psc .__sect button.__primaryBtn a,
.__psc .__sect button.__primaryBtn a.__pfs>* {
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
}
/* Section: Sticky anchor */

section.__sect:not(.__intro, .__stickyAnchors, .__callout + .__allServices) {
    padding-top: 100px;
}

.__psc .__stickyAnchors {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    box-shadow: 0px 3px 15px -7px rgba(0, 0, 0, 0.15);
}

.__psc .__stickyAnchors .__anchorsContainer {
    position: sticky;
    top: 0;
    display: flex;
    width: 100%;
    height: fit-content;
    min-height: 80px;
    justify-content: space-between;
    align-items: center;
}

.__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown button {
    display: none;
}

.__psc .__stickyAnchors ul.__pfs {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs a.__pfs {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs a.__pfs:hover {
    color: #005078;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs a.__pfs span.__pfs,
.__psc button.__primaryBtn a.__pfs span.__pfs {
    padding-left: 4px;
}

.__psc .__stickyAnchors ul.__pfs li:not(:first-child) {
    padding-left: 20px;
}

.__psc .__stickyAnchors ul.__pfs li a::before,
.__psc .__stickyAnchors #mobileMenuButton::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover !important;
    color: #005078;
    margin-right: 10px;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs.seat a::before,
.__psc .__stickyAnchors #mobileMenuButton.seat::before {
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-seat-blue.svg) no-repeat center center;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs.plane a::before,
.__psc .__stickyAnchors #mobileMenuButton.plane::before {
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/icon-plane.svg) no-repeat center center;
}
/* icons for california hub */
.__psc .__stickyAnchors ul.__pfs li.__pfs.tag a::before,
.__psc .__stickyAnchors #mobileMenuButton.tag::before {
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/tag.svg) no-repeat center center;
}

.__psc .__stickyAnchors ul.__pfs li.__pfs.map a::before,
.__psc .__stickyAnchors #mobileMenuButton.map::before {
    background: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/icons/map.svg) no-repeat center center;
}
/* end */
@media only screen and (max-width: 767px) {
    /* section.__sect:not(.__intro, .__stickyAnchors, .__callout + .__allServices) {
        padding-top: 50px;
    } */
    .__psc .__stickyAnchors .__anchorsContainer {
        gap: 10px;
    }
    .__psc .__stickyAnchors ul.__pfs li a::before,
    .__psc .__stickyAnchors #mobileMenuButton::before {
        width: 16px;
        height: 16px;
    }
    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown {
        position: relative;
        flex: 1;
    }
    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown button {
        display: flex;
        border-radius: 14px;
        box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
        background: #fff;
        padding: 10px;
        width: 100%;
        text-align: left;
        margin-right: 20px;
        opacity: 1;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        align-items: center;
    }
    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown button::after {
        content: '';
        display: block;
        background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center;
        background-size: 12px 12px;
        width: 10px;
        height: 10px;
        transform: rotate(-90deg);
        margin-left: auto;
    }
    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown ul.__pfs {
        display: none;
    }
    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown nav.__pfs.__bss {
        position: relative;
    }
    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown ul.__pfs.open {
        display: block;
        position: absolute;
        width: 100%;
        background: #fff;
        border-radius: 0px 0px 14px 14px;
        margin-top: -8px;
        border-top: 1px solid #c8c8c8;
        padding: 10px;
    }
    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown ul.__pfs.open li {
        padding: 10px 0;
        margin: 0;
    }
    .__psc .__stickyAnchors .__anchorsContainer .__mobileDropdown.open button::after {
        transform: rotate(90deg);
    }
    .__psc .__stickyAnchors ul.__pfs li::before {
        width: 22px;
        height: 22px;
        background-size: 22px 22px !important;
    }
    .__psc .__stickyAnchors ul.__pfs li.__pfs a.__pfs {
        font-size: 14px;
    }
    .__psc .__stickyAnchors .__anchorsContainer button.__primaryBtn.__pfs a.__pfs span.__pfs {
        display: none;
    }
    .__psc .__stickyAnchors ul.__pfs li:not(:first-child) {
        padding-left: 0;
    }
    .__psc .__sect button.__primaryBtn a.__pfs {
        padding: 10px 40px;
    }
}
/* Section: Intro */
.__psc .__intro {
    margin-top: -80px;
 }
 .__psc .__intro picture::after {
    content: '';
    width: 100%;
    height: 220px;
    background: linear-gradient(to bottom, rgba(0, 43, 70, -1) 0%, rgba(0, 43, 70, 0.5) 30%, rgba(0, 43, 70, 1) 60%);
    display: block;
    position: relative;
    margin-top: -220px;
}
 .__psc .__intro picture img {
    max-height: 580px;
    width: 100%;
    object-fit: cover;
 }
.__psc .__intro .__topCutout.__content {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.801491) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 30px;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.__psc .__intro .__topCutout.__content div {
    border-right: 1px solid #c8c8c8;
    padding: 20px 4rem 20px 1rem;
}

.__psc .__intro .__topCutout.__content div+img {
    width: 100%;
    max-width: 330px;
}

.__psc .__intro h1.__pfs {
    color: #fff;
    margin-top: -150px;
    margin-bottom: 25px;
    text-shadow: 0 3px rgba(0,0,0,0.8);
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .hide-ui {
        width: 0 !important;
        height: 0 !important;
        overflow: hidden;
        opacity: 0;
        padding: 0 !important;
        margin: 0 !important;
    }
    .__psc .__intro .__topCutout.__content div+img {
        max-width: 280px;
    }

    .__psc .__intro picture img {
        height: 450px;
        width: 100%;
        max-width: 100%;
    }

    .__psc .__intro picture::after {
        height: 170px;
        margin-top: -170px;
    }
}

@media only screen and (max-width: 767px) {
    .hide-ui {
        display: block !important;
    }
    .__psc .__intro h1.__pfs {
        margin-top: -100px;
        margin-bottom: 10px;
    }
    .__psc .__sect h1.__pfs {
        font-size: 24px;
    }
    .__psc .__intro picture img {
        height: 380px;
        width: 100%;
        max-width: 100%;
    }

    .__psc .__intro picture::after {
        height: 120px;
        margin-top: -120px;
    }

    .__psc .__intro .__topCutout.__content div+img {
        display: none;
    }
    .__psc .__intro .__topCutout.__content div {
        padding: 0 !important;
        border-right: none !important;
    }
    #main > div.Campaign.w-full.max-w-full.lg\:max-w-6xl.self-center > div > div > article > section.__pfs.__intro.__sect.__bss > div > div > div {
        padding: 0 !important;
    }
    #exploreRegions > div.__pfs.destinationAdventure.__bss > img {
        padding-bottom: 50px !important;
        padding-top: 0 !important;
    }
    .__pfs.destinationAdventure.__bss {
        display: flex;
        padding-bottom: 50px;
        align-items: center;
        flex-direction: column-reverse;
    }
}

/* Section: US callout banner */
.__calloutContainer.__content {
    padding: 20px;
    display: flex;
}

.__calloutContainer.__content picture img {
    max-height: 280px;
    width: 100%;
    object-fit: cover;
}

.__calloutContainer.__content div {
    padding: 20px 20px 20px 30px;
    display: flex;
    flex-direction: column;
}

.__calloutContainer.__content div button.__primaryBtn {
    margin-top: auto;
    width: fit-content;
    align-self: self-end;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .__calloutContainer.__content picture img {
        max-height: 380px;
    }
    .__calloutContainer.__content div button.__primaryBtn {
        align-self: baseline;
    }
}

@media only screen and (max-width: 767px) {
    .__calloutContainer.__content {
        flex-direction: column;
    }
    .__calloutContainer.__content picture img {
        max-height: 210px;
        border-radius: 14px 14px 0 0;
        object-fit: cover;
        object-position: top;
    }
    .__calloutContainer.__content div button.__primaryBtn {
        width: 100%;
    }
}

/* Section: Destination and collapsible toggle */

.__psc .__collapsibleSectionToggle {
    text-align: center;
    padding: 2rem 0;
    position: relative;
    margin-top: 0;
    /*transition: margin 0.2s ease-in-out;*/
    background: linear-gradient(to bottom, rgb(250, 250, 250, 0.3) 0%, rgb(250, 250, 250, 0.6) 30%, rgb(250, 250, 250, 0.8) 60%, rgb(250, 250, 250, 1) 100%);
}

.__psc .__collapsibleSectionToggle.fadeIn {
    background: linear-gradient(to bottom, rgb(250, 250, 250, 0.3) 0%, rgb(250, 250, 250, 0.6) 30%, rgb(250, 250, 250, 0.8) 60%, rgb(250, 250, 250, 1) 100%);
    backdrop-filter: blur(0.5px);
    padding: 13rem 0 2rem;
    margin-top: -16rem;
}

.__psc .__destinationContainer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.__psc .__destinationContainer .__destination {
    position: relative;
}

.__psc .__destinationContainer .__destination:not(.hidden) {
    border-radius: 14px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    flex: calc(50% - 20px);
    display: flex;
}

.__psc .__destinationContainer .__destination:not(.hidden):hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 6px rgb(0 0 0 / 10%);
}

.__psc .__destinationContainer .__destination img {
    border-radius: 14px;
    max-width: 280px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.__psc .__destinationContainer .__destination div {
    padding: 10px 20px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.__psc .__destinationContainer .__destination div h3 {
    line-height: 25px;
    margin-bottom: 20px;
}

.__psc .__destinationContainer .__destination div p:last-child {
    margin-top: auto;
}

.__psc .__destinationContainer .__destination div p:last-child a {
    text-decoration: none;
}

.__psc .__destinationContainer .__destination div p:last-child a::before {
    background: transparent;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.__psc .__destinationContainer .__destination div p:last-child a::after {
    content: '';
    display: inline-block;
    background: url(https://www.aircanada.com/content/dam/aircanada/loyalty-content/images/prev-arrow.svg) no-repeat center center;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    transform: rotate(180deg);
    margin-left: 6px;
    vertical-align: middle;
}

.__psc .__map .__content {
    padding: 20px;
}

@media only screen and (max-width: 1024px) {
    .__psc .__destinationContainer .__destination:not(.hidden) {
        flex: 100%;
    }
    .__psc .__collapsibleSectionToggle.fadeIn {
        padding: 10rem 0 2rem;
        margin-top: -13rem;
        background: linear-gradient(to bottom, rgb(250, 250, 250, 0.1) 0%, rgb(250, 250, 250, 0.4) 25%, rgb(250, 250, 250, 0.75) 45%, rgb(250, 250, 250, 1) 70%);
    }

    .__psc .__destinationContainer .__destination div p:last-child a::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .__psc .__destinationContainer .__destination:not(.hidden) {
        padding: 0;
        flex-direction: column;
    }
    .__psc .__destinationContainer .__destination img {
        max-width: 100%;
        max-width: 100%;
        max-height: 320px;
        object-fit: unset;
    }
    .__psc .__destinationContainer .__destination div {
        margin-top: -20px;
        position: relative;
        padding: 20px;
        background: #fff;
    }
}
/* Section: Where we fly and all services */

.__psc .__allServices .__description {
    display: flex;
    align-items: center;
    margin: 80px 0 0px;
}

.__psc .__allServices .__description div {
    padding: 20px 20px 0 0;
}

.__psc .__allServices .__description img {
    width: 100%;
    max-width: 580px;
}

.__psc .__allServices .__infiniteDeviceCarousel {
    display: flex;
    position: relative;
}
.__psc .__allServices .__infiniteDeviceCarousel .__fadeLeft {
    background-image: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, rgba(250, 250, 250, 1) 100%);
    backdrop-filter: blur(0.25px);
    height: 100%;
    width: 60px;
    position: absolute;
    left: -20px;
    top: 0;
    display: none;
    z-index: 2;
}
.__psc .__allServices .__infiniteDeviceCarousel .__fadeRight {
    background-image: linear-gradient(90deg, rgba(249, 249, 249, 0) 0%, rgba(250, 250, 250, 1) 100%);  
    backdrop-filter: blur(0.25px);
    height: 100%;
    width: 60px;
    position: absolute;
    right: -20px;
    top: 0;
    display: none;  
    z-index: 2;
}
/* Arrows for infinite scroll desktop section - not needed in this case */
/* .__psc .__allServices .__infiniteDeviceCarousel .__arrow {
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background-color: #005078;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, .3);
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 4;
    top: 30%;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

.__psc .__allServices .__infiniteDeviceCarousel .__arrow.__leftArrow {
    left: 0;
    margin-left: 20px;
}

.__psc .__allServices .__infiniteDeviceCarousel .__arrow.__rightArrow {
    right: 0;
    margin-right: 20px;
} */

.__psc .__allServices .__infiniteDeviceCarousel .__service {
    flex: 1;
    box-shadow: 0px 3px 15px -7px rgba(0, 0, 0, 0.15);
    transition: all .33s linear;
    position: relative;
}

.__psc .__allServices .__serviceContainer {
    display: flex;
    gap: 30px;
    margin: 30px 0;
}

.__psc .__allServices .__serviceContainer .__service:hover {
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
    top: -10px;
}

.__psc .__allServices .__serviceContainer .__service:hover a.__pfs {
    text-decoration: none;
}

.__psc .__allServices .__serviceContainer .__service a.__pfs {
    padding: 30px;
    text-align: left;
    display: block;
    height: 100%;
}

.__psc .__allServices .__serviceContainer .__service a.__pfs span {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

.__psc .__allServices .__serviceContainer .__service img {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
}

.__psc .__allServices .__serviceBanner {
    border-radius: 14px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 210px;
    background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/mll-lg.png);
    background-image: image-set(url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/mll-lg.webp), url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/mll-lg.png));
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    margin-bottom: 100px;
}

.__psc .__allServices .__serviceBanner p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 40px;
    max-width: 50%;
}

@media only screen and (max-width: 1024px) {
    .__psc .__allServices .__serviceContainer {
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0 0 40px;
        padding: 10px 5px;
    }
    .__psc .__allServices .__serviceContainer::-webkit-scrollbar {
        display: none;
    }

    .__psc .__allServices .__infiniteDeviceCarousel .__fadeRight {
        display: block;  
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .__psc .__allServices .__serviceBanner {
        background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/mll-md.png);
        background-image: image-set(url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/mll-md.webp), url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/mll-md.png));
    }
    .__psc .__allServices .__serviceContainer .__service {
        flex: none;
        width: calc(30% - 30px);
    }
    .__psc .__allServices .__description img {
        max-width: 430px;
    }
}

@media only screen and (max-width: 767px) {
    
    .__psc .__allServices .__description {
        flex-direction: column;
        margin: 40px 0 80px;
    }
    .__psc .__allServices .__serviceContainer .__service {
        width: calc(100% / 2.25);
        flex: none;
    }
    .__psc .__allServices .__serviceContainer .__service:hover {
        top: 0;
    }
    .__psc .__allServices .__serviceBanner {
        background-image: url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/mll-sm.png);
        background-image: image-set(url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/mll-sm.webp), url(https://www.aircanada.com/content/dam/aircanada/airtrfx/branded/mll-sm.png));
        min-height: 600px;
        text-align: center;
        padding: 60px 30px;
    }
    .__psc .__allServices .__serviceBanner p {
        max-width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    #connections > div > div > h2 {
        font-size: 18px;
    }
    #connections > div > div {
        padding: 20px 0;
    }
    .__psc .__allServices .__serviceContainer .__service {
        width: calc(100% / 1.75);
    }
}