/** Shopify CDN: Minification failed

Line 710:10 Expected identifier but found whitespace
Line 710:11 Unexpected "#9e7b5a"

**/
.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}

.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.image-with-text__media--small {
  height: 19.4rem;
}

.image-with-text__media--medium {
  height: 29.6rem;
}

.custom--freekeg_banner:not(.page-width) .image-with-text__media--medium{
  height: 43.5rem;
}

.image-with-text__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }

  .image-with-text__media--medium {
    height: 46rem;
  }

  .custom--freekeg_banner:not(.page-width) .image-with-text__media--medium{
    height: 60rem;
  }

  .image-with-text__media--large {
    height: 69.5rem;
  }
}

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: '';
  position: absolute;
  background: rgba(var(--color-foreground), 0.04);
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}

.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.image-with-text__media--placeholder:is(.animate--ambient, .animate--zoom-in) > .svg-wrapper {
  top: 0;
  left: 0;
  transform: translate(0);
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
}

.image-with-text .grid__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after {
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text .global-media-settings {
  overflow: hidden !important;
}

.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item > *,
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item > * {
  box-shadow: none;
}

/* @media screen and (max-width: 749px) {
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-svg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__content {
    border-top: 0;
  }
} */

.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}

.image-with-text__content--mobile-center > * {
  align-self: center;
  text-align: center;
}

.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }

  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }

  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }

  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }

  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    justify-content: flex-end;
  }

  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }

  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }

  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }

  .image-with-text__media-item--small,
  .image-with-text__media-item--large + .image-with-text__text-item {
    flex-grow: 0;
  }

  /* .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    .placeholder-svg,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    .placeholder-svg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  } */

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content {
    border-left: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content {
    border-right: 0;
  }
}

.image-with-text:not(.collapse-corners, .image-with-text--overlap) .image-with-text__media-item {
  z-index: 2;
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.image-with-text.image-with-text--overlap .backround-transparent,
.image-with-text:not(.image-with-text--overlap) .background-transparent {
  background: transparent;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.image-with-text .gradient {
  transform: perspective(0);
}

.image-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  word-break: break-word;
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 0rem 5rem 3.5rem;
  }
}

@media screen and (min-width: 1201px) {
  .image-with-text__content {
    padding: 0rem 0rem 7rem;
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
  }
}

.image-with-text__content > * + * {
  margin-top: 2rem;
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > :first-child:is(.image-with-text__heading),
.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading),
.image-with-text__text--caption {
  margin-bottom: 0;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .custom-button {
  margin-top: 4.5rem;
}

.image-with-text__heading {
  margin-bottom: 0;
}

.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000000bf;
}

@media screen and (max-width: 749px) {
  .collapse-padding .image-with-text__grid .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collapse-padding
    .image-with-text__grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-right: 0;
  }

  .collapse-padding
    .image-with-text__grid--reverse
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-left: 0;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

/*
  Multirow
  note: consider removing from this stylesheet if multirow-specific styles increase signficantly
*/
.multirow__inner {
  display: flex;
  flex-direction: column;
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .multirow__inner {
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
/* custom css */
.image-with-text .image-with-text__media-item>*{
  width:100%;
  max-width:509px;
  border-radius:2rem;
}
.qr-page-style .image-with-text .image-with-text__media-item>* {
  max-width:50rem;
}
.image-with-text .image-with-text__media-item>* img:not(.zoom):not(.deferred-media__poster-button) {
  position: relative;
}
.image-with-text .image-with-text__grid--reverse .image-with-text__media-item>*{
  margin-left:auto;
  margin-right:auto;
}
.image-with-text__grid--reverse .image-with-text__content--desktop-left{
  padding-left:0rem;
  margin:0;
}
.qr-page-style .image-with-text__grid--reverse .image-with-text__content--desktop-left{
  padding-left: 0;
}
.image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__content--desktop-left{
  padding-right:0
}

@media screen and (min-width:750px){
  
  /* .image-with-text__grid{
    align-items:flex-start;
  } */
  .image-with-text__heading > *{
    font-size:calc(var(--font-body-scale) * 3.2rem );
    line-height: normal;
    margin:0;
    letter-spacing: 0;
  }
  .image-with-text__heading > *:not(:last-child){
    margin-bottom: 3.5rem;
  }
  .image-with-text__text >* {
    font-size:1.6rem;
    line-height:120%;
  }
  .content-sp-style .image-with-text__text > * {
    color:#E5E4E3;
    font-size:2.4rem;
    line-height:130%;
  }
  .image-with-text__text ul{
    padding-left:1rem;
    margin:16px 0;
  }
}

.image-with-text__text ul{
  font-size: 1.6rem;
  line-height: 1.8;
  opacity: .75;
}

.list_item {
  border-left: 1px solid #DFC08D;
  padding-left: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 1.55rem;
}
.list-item-title {
  padding: 1.5rem 0rem 2rem;
  font-size: 2.4rem;
  line-height: 100%;
  color: #DFC08D;
  margin: 0;
}
.list-item-content p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 100%;
  color: #e5e4e3;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width:990px){
 
  .image-with-text__heading > *{
    font-size:calc(var(--font-body-scale) * 4.2rem );
    line-height: 100%;
  }
  .list-item-title {
    font-size: 4rem;
    line-height: 100%;
  }
  .list-item-content p {
    margin: 0;
    font-size: 1.8rem;
  }
  /* .image-with-text__text >* {
    font-size:1.8rem;
  } */
}
/* image with list item setup */

.custom--hawkstone-img-text-style .image-with-text__media:after {
  content: "";
  background: linear-gradient(0deg, #1A1B1C 17.28%, rgba(26, 27, 28, 0) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}


@media screen and ( max-width: 1200px ){
  .image-with-text .image-with-text__media-item>*{
    max-width: 470px;
  }
}

@media screen and (max-width: 1024px) {
  .image-with-text .image-with-text__media-item>*{
    max-width: 420px;
  }
}
/* @media screen and (max-width: 989px) {
  .image-with-text .image-with-text__media-item>*{
    max-width: 320px;
  }
} */
@media screen and (min-width:750px) and (max-width:989px){
  .custom--hawkstone-img-text-style .image-with-text .grid {
    align-items: flex-start;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text .image-with-text__media-item>*{
    max-width: 100%;
  }

  .image-with-text__content .rte ul {
    padding: 0;
  }

  .image-with-text .rte>*{
    font-size: 1.5rem;
    line-height: 1.8;
  }
  
  .image-with-text__content{
    padding-bottom:0;
    padding-left:0;
  }
  .image-with-text__content .rte > * {
    font-size: calc(var(--font-body-scale) * 1.6rem);
    line-height: 1.8;
    margin-top:2rem;
  }
  .image-with-text__heading > *{
    font-size: calc(var(--font-heading-scale) * 2.8rem);
    line-height: 100%;
    margin:0 0 1rem;
  }
  .image-with-text__heading > *:last-child{
    margin-bottom: 0;
  }
  .list-item-title {
    font-size: 2.4rem;
  }
  .list-item-content p {
    font-size: 1.6rem;
  }
  .list_item {
    padding-left: 2rem;
  }
  .image-with-text__grid--reverse .image-with-text__content--desktop-left{
    padding-right: 0;
  }
  .image-with-text__content .rte>*:first-child{
    margin-top: 0;
  }
  .image-with-text__content .rte>*:last-child{
    margin-bottom: 0;
  }
}
.custom--section-nagtive-space .custom-button-style {
  width: 100%;
  margin-top:5rem;
}
.custom--hawkstone-img-text-style .image-with-text__content > .image-with-text__text{
  max-width: 49.9rem;
}
.qr-page-style .image-with-text .grid {
  margin-bottom: 0;
  align-items: center;
}
.qr-page-style .image-with-text .image-with-text__text-item .image-with-text__content {
  padding-bottom:0;
}
@media screen and (min-width:990px){
  .custom--section-nagtive-space .image-with-text__content {
    padding-top: 22rem;
    padding-left: 2rem;
    max-width: 52rem;
}
}
@media screen and (min-width:750px) {
  .custom--hawkstone-img-text-style:not(.qr-page-style) .image-with-text__text-item{
    padding-top: 6rem;
  }
  .custom--hawkstone-img-text-style:not(.qr-page-style) .image-with-text__text-item .image-with-text__content{
    max-width:530px;
    margin-right: 0;
    padding-bottom: 0;
  }
  .custom--hawkstone-img-text-style:not(.qr-page-style) .image-with-text__text-item .image-with-text__heading > *{
    margin-bottom: 2rem;
  }
  .custom--hawkstone-img-text-style:not(.qr-page-style) .image-with-text__text-item{
    padding-bottom: 0rem;
  }
  .qr-page-style .image-with-text__text-item .image-with-text__content .image-with-text__heading{
    max-width:487px;
  }
  .qr-page-style .image-with-text__text-item .image-with-text__content {
    max-width:100%;
    margin-right: 0;
    padding-bottom: 0;
  }
  
  .qr-page-style .image-with-text .image-with-text__grid--reverse .image-with-text__media-item>*{
    margin-right: 0;
  }
  .custom-image-with-text .image-with-text .grid {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-image-with-text .image-with-text__content {
    padding: 0rem 0rem 0rem 3.5rem;
    width: 100%;
    max-width: 49rem;
    margin: 0 auto;
  }
  .custom-image-with-text .custom--freekeg_image_text .image-with-text__content {
    max-width: 100%;
  }
  .qr-page-style .image-with-text .grid{
    max-width: 100%;
  }
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media img{
    border-radius: 0;
  }
}
@media screen and (min-width:750px) and (max-width:1024px) {
  .qr-page-style .image-with-text__text-item {
    padding-right: 3rem;
  }
}

.custom--freekeg_banner .image-with-text__heading > *,
.custom--freekeg_banner .video-with-text__heading > *,
    color: #9e7b5a;
    font-size: 60px;
    line-height: 1;
}

.custom--freekeg_banner.image-with-text:not(.page-width) .image-with-text__grid.image-with-text__grid--reverse .image-with-text__content,
.custom--freekeg_banner.video-with-text:not(.page-width) .video-with-text__grid.video-with-text__grid--reverse .video-with-text__content {
    max-width: 618px;
    padding: 70px 60px 70px 0;
}
.custom--freekeg_banner {
    background-color: #23282b;
}
.custom--freekeg_banner.image-with-text:not(.page-width) .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item,
.custom--freekeg_banner.video-with-text:not(.page-width) .video-with-text__grid.video-with-text__grid--reverse .video-with-text__text-item {
  background-color: #23282b;
  padding-left: 32px;
}
.image-with-text:not(.page-width) .image-with-text__grid {
  max-width: 100%;
}
.image-with-text:not(.page-width)  .image-with-text__media-item>* {
  max-width: 100%;
}
.custom--freekeg_banner.image-with-text:not(.page-width) .image-with-text__grid.image-with-text__grid--reverse .image-with-text__content,
.custom--freekeg_banner.video-with-text:not(.page-width) .video-with-text__grid.video-with-text__grid--reverse .video-with-text__content {
    max-width: 618px;
    padding-left: 0;
}
@media screen and (min-width: 750px){
  .custom--freekeg_banner .image-with-text__media--large {
    height: 60rem;
  }
  .custom--freekeg_banner .image-with-text__heading,
  .custom--freekeg_banner .video-with-text__heading {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
  }

  .video-with-text .image-with-text__heading {
    font-size: 48px;
    line-height: 60px;
  }

  .image-with-text__content--desktop-left>* {
    align-self: flex-start;
    text-align: left;
  }

  .custom--freekeg_image_text.image-with-text .image-with-text__content {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom--freekeg_image_text.image-with-text .image-with-text__grid--reverse .image-with-text__content {
    padding-right: 7rem;
    padding-left: 0;
  }
  .custom--freekeg_image_text .image-with-text__heading > * {
    font-size: 48px;
    line-height: 60px;
    max-width: 350px;
  }
  
  
}

@media screen and (min-width: 991px) and (max-width: 1023px){
  .custom--freekeg_banner .image-with-text__heading > *,
  .custom--freekeg_banner .video-with-text__heading > *{
    font-size: 65px;
    line-height: 75px;
  }
}
@media screen and (min-width: 750px) and (max-width: 990px){
  .custom--freekeg_banner .image-with-text__heading > *,
  .custom--freekeg_banner .video-with-text__heading > * {
    font-size: 50px;
    line-height: 65px;
  }
  .custom--freekeg_banner .image-with-text__media--large {
    height: 50rem;
  }
  .custom--freekeg_image_text.image-with-text .image-with-text__grid--reverse .image-with-text__content {
    padding-right: 4rem;
  }
  .custom--freekeg_image_text .image-with-text__heading > * {
    font-size: 38px;
    line-height: 46px;
    max-width: 100%;
  }
}
@media screen and (max-width: 749px){
   .custom--freekeg_banner.image-with-text:not(.page-width) .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item,
  .custom--freekeg_banner.video-with-text:not(.page-width) .video-with-text__grid.video-with-text__grid--reverse .video-with-text__text-item {
    padding-left: 0;
  }
  .custom--freekeg_banner.image-with-text:not(.page-width) .image-with-text__grid.image-with-text__grid--reverse .image-with-text__content,
  .custom--freekeg_banner.video-with-text:not(.page-width) .video-with-text__grid.video-with-text__grid--reverse .video-with-text__content {
    max-width: 100%;
    padding: 40px 25px;
  }
  .custom--freekeg_banner .image-with-text__heading > *,
  .custom--freekeg_banner .video-with-text__heading  > *{
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
  }
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item>*{
    border-radius: unset;
  }
}

.freekeg_image_text.image-with-text .image-with-text__grid--reverse .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

.video-with-text__media:is(.image-with-text__media) img:not(.zoom):not(.deferred-media__poster-button) {
    position: absolute;
    inset: 0;
}

.image-with-text:is(.video-with-text) .grid__item .image-with-text__content {
    max-width: 100%;
}

.video-with-text.image-with-text .image-with-text__media-item>* {
    width: 100%;
    max-width: 100%;
}

.custom-image-with-text .custom--freekeg_image_text .image-with-text__content {
  color: #000000bf;
}

.custom-image-with-text .custom--freekeg_image_text .image-with-text__content .rte li{
  font-size: 1.6rem;
  line-height: 1.8;
}

.custom-image-with-text .custom--freekeg_image_text .image-with-text__media-item>* img:not(.zoom):not(.deferred-media__poster-button){
  position: absolute;
}

@media screen and (max-width : 767px){
  .custom-image-with-text .custom--freekeg_image_text .image-with-text__media-item>* img:not(.zoom):not(.deferred-media__poster-button){
    position: static;
  }
  .custom-image-with-text .custom--freekeg_image_text .image-with-text__content .rte li {
    font-size: 1.5rem;
  }
  .custom-image-with-text .custom--freekeg_image_text .image-with-text__content .rte ul{
    padding-left: 0;
  }
}