.banner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: -webkit-gradient(linear, left top, right top, from(#0B1E3A), to(#0293d6));
  background: linear-gradient(90deg, #0B1E3A 0%, #0293d6 100%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 12px;
  padding-bottom: 12px;
}

.banner__container {
  display: grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

@media (max-width: 991px) {
  .banner__container {
    width: 100%;
    gap: 0.25rem;
  }
}

.banner__header {
  color: #ffffff;
  font-size: 12px;
}

@media (min-width: 768px) {
  .banner__header {
    font-size: 26px;
  }
}

@media (min-width: 480px) {
  .banner__header {
    font-size: 24px;
  }
}

.banner__logo {
  display: grid;
  -ms-flex-line-pack: end;
      align-content: end;
  justify-items: end;
}

.banner__logo--container {
  display: grid;
  grid-template-columns: 25px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #ffffff;
  font-size: 12px;
}

@media (min-width: 768px) {
  .banner__logo--container {
    font-size: 26px;
    gap: 1rem;
  }
}

@media (min-width: 480px) {
  .banner__logo--container {
    font-size: 24px;
    gap: 0.5rem;
    grid-template-columns: 50px 1fr;
  }
}

.banner__logo--container--image {
  width: inherit;
  width: 25px;
}

@media (min-width: 480px) {
  .banner__logo--container--image {
    width: 50px;
  }
}

.careers-homepage__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 768px) {
  .careers-homepage__container {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.careers-homepage__container .banner {
  width: 96%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .careers-homepage__container .banner {
    width: 100%;
  }
}

.careers-homepage__bg {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
  z-index: 0;
  margin-top: -32px;
}

@media (min-width: 768px) {
  .careers-homepage__bg {
    margin-top: 0;
  }
}

.careers-homepage__background {
  height: 450px;
  background-size: cover;
  background-position: center top;
  z-index: 0;
}

.no-webp .careers-homepage__background--image {
  background-image: var(--xs-bg-jpg-1x);
}

.webp .careers-homepage__background--image {
  background-image: var(--xs-bg-webp-1x);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-webp .careers-homepage__background--image {
    background-image: var(--xs-bg-jpg-2x);
  }
  .webp .careers-homepage__background--image {
    background-image: var(--xs-bg-webp-2x);
  }
}

@media (min-width: 768px) {
  .no-webp .careers-homepage__background--image {
    background-image: var(--sm-bg-jpg-1x);
  }
  .webp .careers-homepage__background--image {
    background-image: var(--sm-bg-webp-1x);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .no-webp .careers-homepage__background--image {
    background-image: var(--sm-bg-jpg-2x);
  }
  .webp .careers-homepage__background--image {
    background-image: var(--sm-bg-webp-2x);
  }
}

@media (min-width: 992px) {
  .no-webp .careers-homepage__background--image {
    background-image: var(--md-bg-jpg-1x);
  }
  .webp .careers-homepage__background--image {
    background-image: var(--md-bg-webp-1x);
  }
}

@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
  .no-webp .careers-homepage__background--image {
    background-image: var(--md-bg-jpg-2x);
  }
  .webp .careers-homepage__background--image {
    background-image: var(--md-bg-webp-2x);
  }
}

@media (min-width: 1200px) {
  .no-webp .careers-homepage__background--image {
    background-image: var(--lg-bg-jpg-1x);
  }
  .webp .careers-homepage__background--image {
    background-image: var(--lg-bg-webp-1x);
  }
}

@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-resolution: 192dpi), only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .no-webp .careers-homepage__background--image {
    background-image: var(--lg-bg-jpg-2x);
  }
  .webp .careers-homepage__background--image {
    background-image: var(--lg-bg-webp-2x);
  }
}

@media (min-width: 768px) {
  .careers-homepage__background {
    height: 550px;
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-height: 820px) {
  .careers-homepage__background {
    height: 560px;
  }
}

.careers-homepage__search-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 20px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#0B1E3A), to(#0293d6));
  background: linear-gradient(90deg, #0B1E3A 0%, #0293d6 100%);
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  z-index: 2;
}

@media (max-width: 767px) {
  .careers-homepage__search-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 96%;
  }
}

@media (min-width: 768px) {
  .careers-homepage__search-box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.careers-homepage__search-box--inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

@media (min-width: 768px) {
  .careers-homepage__search-box--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .careers-homepage__search-box--inner .form-group {
    width: 23%;
  }
  .careers-homepage__search-box--inner button {
    width: 23%;
  }
}

.careers-homepage__details-page {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (min-width: 992px) {
  .careers-homepage__details-page {
    padding-bottom: 32px;
  }
}

.careers-homepage__details-page-title {
  text-align: center;
  color: #ffffff;
}

.careers-homepage__title {
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
}

.link {
  color: #EF7D00;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.link--secondary {
  color: #0093D6;
}

.link--secondary:hover {
  -webkit-text-decoration-color: #0093D6;
          text-decoration-color: #0093D6;
}

.link--danger {
  color: #ab0606;
  cursor: pointer;
}

.link--danger:hover {
  -webkit-text-decoration-color: #ab0606;
          text-decoration-color: #ab0606;
}

.link--alert {
  color: red;
}

.link--alert:hover {
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}

.link--block {
  display: block;
}

.link--p-t {
  padding-top: 15px;
}

.link--p-b {
  padding-bottom: 15px;
}

.link--has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-icon.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon.link--danger::after, .link--has-icon.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-down::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-down.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-down.link--danger::after, .link--has-icon-down.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-down::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-down-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-down-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-down::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-up::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-up.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-up.link--danger::after, .link--has-icon-up.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-up::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-up-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-up-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-up::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-flip::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-flip.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-flip.link--danger::after, .link--has-icon-flip.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-flip::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-flip-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-flip-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-flip::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.link--has-icon-reverse::before {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 22px;
  height: 22px;
  margin-right: 0.5em;
}

.link--has-icon-reverse.link--secondary::before {
  content: url(/images/link-icon.svg);
}

.link--orange {
  color: #FF8500;
}

.link--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 480px) and (max-width: 991px) {
  .link--centered-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .link--centered-xs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.link--is-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

.link--is-button:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #0293d6;
          text-decoration-color: #0293d6;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

.link__same-line-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5em;
}

.link__same-line-container--no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .link__same-line-container--wrap-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.get-in-touch {
  background: #FF8500;
  width: 100%;
  color: #fff;
  padding: 3rem 3rem;
  margin: 4rem 0 4rem 0;
}

@media (max-width: 1199px) {
  .get-in-touch {
    padding: 3rem 1rem;
    margin: 2rem 0;
  }
}

.get-in-touch__boxes--header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 992px) {
  .get-in-touch__boxes--header {
    grid-template-columns: 1fr 3fr;
  }
}

@media (max-width: 768px) {
  .get-in-touch__boxes--header {
    grid-template-columns: repeat(1, 1fr);
  }
  .get-in-touch__boxes--header--text {
    text-align: start !important;
  }
}

.get-in-touch__boxes--header--text {
  text-align: end;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 20px;
}

.get-in-touch__boxes--header--heading {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
}

@media (max-width: 768px) {
  .get-in-touch__boxes--header--heading {
    margin-bottom: 1rem;
  }
}

.get-in-touch__boxes--inner {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .get-in-touch__boxes--inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 768px) {
  .get-in-touch__boxes--inner {
    border-left: 0.5px solid rgba(255, 255, 255, 0.4);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin-top: 42px;
  }
}

.get-in-touch__box {
  color: #fff;
  grid-template-columns: 86px 1fr;
  gap: 10px;
  display: grid;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .get-in-touch__box {
    margin-left: 32px;
    border-right: 0.5px solid rgba(255, 255, 255, 0.4);
  }
}

.get-in-touch__box:hover {
  text-decoration: none;
}

.get-in-touch__box-img-container {
  width: 86px;
  height: 86px;
}

.get-in-touch__box-heading {
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.get-in-touch__box-text {
  margin: 0;
  color: #fff;
  font-weight: 400;
}

.link {
  color: #EF7D00;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.link--secondary {
  color: #0093D6;
}

.link--secondary:hover {
  -webkit-text-decoration-color: #0093D6;
          text-decoration-color: #0093D6;
}

.link--danger {
  color: #ab0606;
  cursor: pointer;
}

.link--danger:hover {
  -webkit-text-decoration-color: #ab0606;
          text-decoration-color: #ab0606;
}

.link--alert {
  color: red;
}

.link--alert:hover {
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}

.link--block {
  display: block;
}

.link--p-t {
  padding-top: 15px;
}

.link--p-b {
  padding-bottom: 15px;
}

.link--has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-icon.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon.link--danger::after, .link--has-icon.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-down::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-down.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-down.link--danger::after, .link--has-icon-down.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-down::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-down-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-down-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-down::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-up::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-up.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-up.link--danger::after, .link--has-icon-up.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-up::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-up-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-up-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-up::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-flip::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-flip.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-flip.link--danger::after, .link--has-icon-flip.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-flip::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-flip-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-flip-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-flip::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.link--has-icon-reverse::before {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 22px;
  height: 22px;
  margin-right: 0.5em;
}

.link--has-icon-reverse.link--secondary::before {
  content: url(/images/link-icon.svg);
}

.link--orange {
  color: #FF8500;
}

.link--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 480px) and (max-width: 991px) {
  .link--centered-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .link--centered-xs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.link--is-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

.link--is-button:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #0293d6;
          text-decoration-color: #0293d6;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

.link__same-line-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5em;
}

.link__same-line-container--no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .link__same-line-container--wrap-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

@media (max-width: 767px) {
  .hidden__xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden__sm {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden__md {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden__lg {
    display: none;
  }
}

.cms-background-image {
  background-position: center center;
  background-size: cover;
}

.link {
  color: #EF7D00;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.link--secondary {
  color: #0093D6;
}

.link--secondary:hover {
  -webkit-text-decoration-color: #0093D6;
          text-decoration-color: #0093D6;
}

.link--danger {
  color: #ab0606;
  cursor: pointer;
}

.link--danger:hover {
  -webkit-text-decoration-color: #ab0606;
          text-decoration-color: #ab0606;
}

.link--alert {
  color: red;
}

.link--alert:hover {
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}

.link--block {
  display: block;
}

.link--p-t {
  padding-top: 15px;
}

.link--p-b {
  padding-bottom: 15px;
}

.link--has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-icon.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon.link--danger::after, .link--has-icon.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-down::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-down.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-down.link--danger::after, .link--has-icon-down.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-down::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-down-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-down-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-down::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-up::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-up.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-up.link--danger::after, .link--has-icon-up.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-up::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-up-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-up-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-up::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-icon-flip::after {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-flip.link--secondary::after {
  content: url(/images/link-icon.svg);
}

.link--has-icon-flip.link--danger::after, .link--has-icon-flip.link--alert::after {
  content: url(/images/link-icon-red.svg);
}

.link--has-secondary-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-flip::after {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-secondary-icon-flip-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-secondary-icon-flip-before::before {
  content: url(/images/link-icon.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-share-icon-flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}

.link--has-share-icon-flip::after {
  content: url(/images/share.svg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  width: 22px;
  height: 22px;
}

.link--has-icon-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.link--has-icon-reverse::before {
  content: url(/images/link-icon-orange.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 22px;
  height: 22px;
  margin-right: 0.5em;
}

.link--has-icon-reverse.link--secondary::before {
  content: url(/images/link-icon.svg);
}

.link--orange {
  color: #FF8500;
}

.link--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 480px) and (max-width: 991px) {
  .link--centered-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .link--centered-xs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.link--is-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

.link--is-button:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #0293d6;
          text-decoration-color: #0293d6;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

.link__same-line-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5em;
}

.link__same-line-container--no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .link__same-line-container--wrap-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search-results {
  margin-top: 2rem;
}

.search-results__header {
  color: #091532;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5rem;
}

.search-results__subheading {
  color: #0093d6;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.search-results__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0;
}

.search-results__card {
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: white;
  width: 100%;
  margin: 1rem 0;
  padding: 2rem;
}

.search-results__card--header-section--title {
  color: #091532;
  font-size: 18px;
  font-weight: 700;
}

.search-results__card--inner {
  display: grid;
  grid-template-columns: 3fr 0.25fr 1fr;
}

@media (max-width: 768px) {
  .search-results__card--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search-results__card--inner--details {
  margin-top: 1rem;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .search-results__card--inner--details {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.search-results__card--inner--details--item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-results__card--inner--buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .search-results__card--inner--buttons {
    margin-top: 1.5rem;
  }
}

.share-container {
  z-index: 3;
  margin-top: -1.9rem;
}

.share-container--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  cursor: pointer;
}

.share-container__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  background-color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

.share-container__options a {
  cursor: pointer;
}

.share-container__options a img {
  display: block;
  margin: 0 auto;
  height: 1.5rem;
}
