@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.ParagraphImageText {
  position: relative;
  padding: 0; }
  .ParagraphImageText.BackgroundColor-beige {
    background-color: unset; }
    .ParagraphImageText.BackgroundColor-beige .ParagraphImageText-wrapper {
      background-color: #FDFCFA; }
  .ParagraphImageText-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
    -webkit-clip-path: url("#tear-path");
            clip-path: url("#tear-path"); }
    @media (max-width: 767px) {
      .ParagraphImageText-wrapper {
        flex-direction: column; } }
  .ParagraphImageText + .ParagraphWysiwyg,
  .ParagraphWysiwyg + .ParagraphImageText,
  .ParagraphImageText + .ParagraphCarrousel,
  .ParagraphCarrousel + .ParagraphImageText {
    margin-top: 4rem; }
  .ParagraphImageText:after {
    content: '';
    position: absolute;
    top: calc(100% - 5rem);
    left: 0;
    width: 100%;
    background-image: url("../../../img/tear-large.png");
    height: 10rem;
    z-index: 1; }
    @media (max-width: 1179px) {
      .ParagraphImageText:after {
        height: 12rem;
        top: calc(100% - 7rem);
        background-repeat: no-repeat; } }
  .ParagraphImageText:last-child:after {
    content: none; }
  @media (max-width: 767px) {
    .ParagraphImageText {
      display: block;
      margin-left: calc(-1 * var(--site-padding-mobile, 20px));
      margin-right: calc(-1 * var(--site-padding-mobile, 20px));
      padding-left: var(--site-padding-mobile, 20px);
      padding-right: var(--site-padding-mobile, 20px); } }
  .ParagraphImageText-textWrapper {
    width: 50%;
    padding: 10rem 5rem; }
    @media (max-width: 767px) {
      .ParagraphImageText-textWrapper {
        width: 100%;
        margin: 4rem 0 3rem;
        padding: 0 2rem; } }
  .ParagraphImageText-imageWrapper {
    width: 50%;
    margin-right: -8rem;
    display: flex;
    justify-content: center;
    align-self: stretch; }
    .ParagraphImageText-imageWrapper img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 767px) {
      .ParagraphImageText-imageWrapper {
        height: auto;
        -o-object-fit: unset;
           object-fit: unset;
        width: auto;
        margin: 0 calc(-1 * var(--site-padding-mobile, 20px)); } }
    @media (min-width: 768px) {
      .ParagraphImageText-imageWrapper.alignment-left {
        order: -1; } }
  .ParagraphImageText-image {
    width: 100%; }
  .ParagraphImageText-title {
    font-size: 4rem;
    margin-bottom: 2.5rem;
    text-align: left;
    display: inline-block;
    padding-right: 46px; }
    @media (max-width: 1260px) {
      .ParagraphImageText-title {
        font-size: 5.5rem; } }
    @media (max-width: 767px) {
      .ParagraphImageText-title {
        font-size: 3.5rem;
        margin-bottom: 2rem; } }
  .ParagraphImageText-description {
    margin-bottom: 5rem;
    line-height: 1.75; }
    .ParagraphImageText-description:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .ParagraphImageText-description {
        margin-bottom: 3rem; } }
  .ParagraphImageText + .ParagraphCocktail {
    position: static; }
    .ParagraphImageText + .ParagraphCocktail:before {
      content: none; }
  .ParagraphImageText.BackgroundColor-pink .ParagraphImageText-wrapper {
    background: #AC145A url("../../../img/textured_bg_pink.png");
    color: #fff; }
  .ParagraphImageText.BackgroundColor-yellow .ParagraphImageText-wrapper {
    background: #FFDF07 url("../../../img/textured_bg_yellow.png"); }
  .ParagraphImageText.BackgroundColor-purple .ParagraphImageText-wrapper {
    background: #6B159B url("../../../img/textured_bg_purple.png");
    color: #fff; }
  .ParagraphImageText.BackgroundColor-red .ParagraphImageText-wrapper {
    background: #B1272D url("../../../img/textured_bg_red.png");
    color: #fff; }
  .ParagraphImageText.BackgroundColor-orange .ParagraphImageText-wrapper {
    background: #e94b26 url("../../../img/textured_bg_orange.png");
    color: #fff; }
  .ParagraphImageText.BackgroundColor-green .ParagraphImageText-wrapper {
    background: #156e33 url("../../../img/textured_bg_green.png");
    color: #fff; }
  .ParagraphImageText-buttonLink .btn {
    border: 2px solid;
    padding: 1.7rem 3rem; }
    .ParagraphImageText-buttonLink .btn:hover {
      transition: box-shadow 0.2s ease-in;
      box-shadow: inset 0 0 8px #00000080, 0 0 8px #00000080; }

/*# sourceMappingURL=gibson-imageText.css.map */
