/** Import Bootstrap functions */
/** Relative Image Path. **/
/* line 6, stdin */
.left-right {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 991.98px) {
    /* line 6, stdin */
    .left-right {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767.98px) {
    /* line 18, stdin */
    .left-right .image.order-2,
    .left-right .video.order-2 {
      order: unset;
      margin-bottom: 24px; } }
  /* line 25, stdin */
  .left-right .image-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 36, stdin */
    .left-right .image-wrapper .image {
      object-fit: cover;
      height: 335px;
      width: 100%; }
    /* line 43, stdin */
    .left-right .image-wrapper.logo .image {
      object-fit: contain;
      width: 100%;
      height: auto; }
      @media (max-width: 767.98px) {
        /* line 43, stdin */
        .left-right .image-wrapper.logo .image {
          height: 100px;
          width: 100%; } }
    /* line 54, stdin */
    .left-right .image-wrapper.logo.mobile {
      height: auto;
      margin-bottom: 48px;
      margin-top: 48px; }
      /* line 59, stdin */
      .left-right .image-wrapper.logo.mobile img {
        object-position: left; }
      @media (min-width: 768px) {
        /* line 54, stdin */
        .left-right .image-wrapper.logo.mobile {
          display: none; } }
    @media (max-width: 991.98px) {
      /* line 68, stdin */
      .left-right .image-wrapper.logo.desktop {
        display: none; } }
  /* line 77, stdin */
  .left-right .icon img {
    margin-bottom: 16px;
    filter: invert(14%) sepia(75%) saturate(4677%) hue-rotate(346deg) brightness(112%) contrast(92%); }
  /* line 83, stdin */
  .left-right .link-wrapper {
    margin-top: 3rem; }
    @media (max-width: 991.98px) {
      /* line 83, stdin */
      .left-right .link-wrapper {
        margin-top: 1rem; } }

/*# sourceMappingURL=left-right.css.map*/