:root {
	--pageFrame: 1315px;
	--maxWidth: 2000px;
	--padLess: 3.125rem;
	--padNorm: 5.625em;
	--padMore: 7.5rem;
}
/* ACCESSIBILITY */
.js-focus-visible .projects-grid-block .grid-item .focus-visible,
.js-focus-visible .project-category-container .focus-visible,
.js-focus-visible .service-category-container .focus-visible {
	/* border: 2px solid red; */
}
.page_frame {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--pageFrame);
	padding: 0 20px;
	width: 100%;
}
.page_frame--1400 > .page_frame {
	max-width: 1400px;
	padding: 0;
}
/* PADDING */
.block.padding-top__none,
.block.banner-padding-top__none {
	padding-top: 0;
}
.block.padding-bottom__none,
.block.banner-padding-bottom__none {
	padding-bottom: 0;
}
.block.padding-top__less,
.page_frame.padding-top__less,
.block.banner-padding-top__less {
	padding-top: var(--padLess);
}
.block.padding-top__normal,
.page_frame.padding-top__normal,
.block.banner-padding-top__less {
	padding-top: var(--padNorm);
}
.block.padding-top__more,
.page_frame.padding-top__more,
.block.banner-padding-top__normal {
	padding-top: var(--padMore);
}
.block.banner-padding-top__more {
	padding-top: 7.5rem;
}
.block.padding-bottom__less,
.page_frame.padding-bottom__less {
	padding-bottom: var(--padLess);
}
.block.padding-bottom__normal,
.page_frame.padding-bottom__normal,
.block.banner-padding-bottom__less {
	padding-bottom: var(--padNorm);
}
.block.padding-bottom__more,
.page_frame.padding-bottom__more,
.block.banner-padding-bottom__normal {
	padding-bottom: var(--padMore);
}
.block.banner-padding-bottom__more {
	padding-bottom: 7.5rem;
}
@media only screen and (max-width: 768px) {
	.block.padding-top__less {
		padding-top: 1.5rem;
	}
	.block.padding-top__normal,
	.block.banner-padding-top__less {
		padding-top: 2em;
	}
	.block.padding-top__more,
	.block.banner-padding-top__normal {
		padding-top: 2.5em;
	}
	.block.banner-padding-top__more {
		padding-top: 3rem;
	}
	.block.padding-bottom__less {
		padding-bottom: 1.5rem;
	}
	.block.padding-bottom__normal,
	.block.banner-padding-bottom__less {
		padding-bottom: 2em;
	}
	.block.padding-bottom__more,
	.block.banner-padding-bottom__normal {
		padding-bottom: 2.5em;
	}
	.block.banner-padding-bottom__more {
		padding-bottom: 3rem;
	}
}
/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-color__black,
.button-bg-color__black .faq-dropdown__button,
.block.parallax__yes.bg-color__black .block__bg-img,
.text-area-bg-color__black .pop-box,
.story_block_full.block-style__split.text-area-bg-color__black,
.story_panel.text-area-bg-color__black:not(.box-style__outline) .col-2 {
	background-color: #000;
}
.story_panel.text-area-bg-color__black.box-style__outline .col-2 {
	border-color: #000;
}
.block.bg-color__white,
.button-bg-color__white .faq-dropdown__button,
.block.parallax__yes.bg-color__white .block__bg-img,
.text-area-bg-color__white .pop-box,
.block_type__story-block.text-area-bg-color__white .story-block__container,
.story_block_full.block-style__split.text-area-bg-color__white,
.story_panel.text-area-bg-color__white:not(.box-style__outline) .col-2 {
	background-color: #fff;
}
.story_panel.text-area-bg-color__white.box-style__outline .col-2 {
	border-color: #fff;
}
.block.bg-color__blue,
.button-bg-color__blue .faq-dropdown__button,
.block.parallax__yes.bg-color__blue .block__bg-img,
.text-area-bg-color__blue .pop-box,
.block_type__story-block.text-area-bg-color__blue .story-block__container,
.story_block_full.block-style__split.text-area-bg-color__blue,
.story_panel.text-area-bg-color__blue:not(.box-style__outline) .col-2 {
	background-color: var(--blueDeep);
}
.story_panel.text-area-bg-color__blue.box-style__outline .col-2 {
	border-color: var(--blueDeep);
}
.block.bg-color__teal,
.button-bg-color__teal .faq-dropdown__button,
.block.parallax__yes.bg-color__teal .block__bg-img,
.text-area-bg-color__teal .pop-box,
.block_type__story-block.text-area-bg-color__teal .story-block__container,
.story_block_full.block-style__split.text-area-bg-color__teal,
.story_panel.text-area-bg-color__teal:not(.box-style__outline) .col-2 {
	background-color: var(--teal);
}
.story_panel.text-area-bg-color__teal.box-style__outline .col-2 {
	border-color: var(--teal);
}
.block.bg-color__gray,
.button-bg-color__gray .faq-dropdown__button,
.block.parallax__yes.bg-color__gray .block__bg-img,
.text-area-bg-color__gray .pop-box,
.block_type__story-block.text-area-bg-color__gray .story-block__container,
.story_block_full.block-style__split.text-area-bg-color__gray,
.story_panel.text-area-bg-color__gray:not(.box-style__outline) .col-2 {
	background-color: var(--grayLight);
}
.story_panel.text-area-bg-color__gray.box-style__outline .col-2 {
	border-color: var(--grayLight);
}
.light-bg .text,
.light-button-bg .faq-dropdown__button,
.story_panel.block.light-text-area:not(.box-style__outline) .col-2 .text,
.block.light-text-area .pop-box,
.block.light-text-area .pop-box .text,
.light-bg .text .btn-style__blank {
	color: var(--textDark);
}
.dark-bg .text,
.dark-button-bg .faq-dropdown__button,
.story_panel.block.dark-text-area:not(.box-style__outline) .col-2 .text > *:not(a),
.block.dark-text-area .pop-box,
.block.dark-text-area .pop-box .text > *:not(a),
.dark-bg .text .btn-style__blank {
	color: var(--textLight);
}
.block.has-mobile-bg > .block__bg-img .img-frame:last-child {
	display: none;
}
@media only screen and (max-width: 768px) {
	.block.mobile-bg-color__black {
		background-color: #000;
	}
	.block.mobile-bg-color__white {
		background-color: #fff;
	}
  .block.mobile-bg-color__blue {
		background-color: var(--blue);
	}
  .block.mobile-bg-color__gray {
		background-color: var(--gray);
	}
	.block.mobile-light-bg .text {
		color: var(--textDark);
	}
	.block.mobile-dark-bg .text {
		color: var(--textLight);
	}
	.block.mobile-background-image-opacity__light > .block__bg-img {
		opacity: 0.3;
	}
	.block.mobile-background-image-opacity__medium > .block__bg-img {
		opacity: 0.5;
	}
	.block.mobile-background-image-opacity__strong > .block__bg-img {
		opacity: 0.7;
	}
	.block.mobile-background-image-opacity__full > .block__bg-img {
		opacity: 1;
	}
	.block.mobile-background-position__top > .block__bg-img img {
		-o-object-position: top;
		object-position: top;
	}
	.block.mobile-background-position__middle > .block__bg-img img {
		-o-object-position: center;
		object-position: center;
	}
	.block.mobile-background-position__bottom > .block__bg-img img {
		-o-object-position: bottom;
		object-position: bottom;
	}
	.block.has-mobile-bg {
		background-image: none !important;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:first-child {
		display: none;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:last-child {
		display: block;
	}
}
/* @media only screen and (max-width: 1000px) {
	.block.parallax__yes {
		background-image: none !important;
	}
	.block.has-video .vid-bg-player .player {
		display: none;
	}
}
/* @media only screen and (min-width: 1000px) {
	.block.has-video > .block__bg-img .img-frame:first-child {
		display: none;
	}
} */
*/
/*---------------OVERLAYS---------------*/
:not(.parallax__yes) .block__bg-img.olay-before,
:not(.parallax__yes) .block__bg-img.olay-after,
.block.olay-img-before:not(.parallax__yes) .block__bg-img,
.block.olay-img-after:not(.parallax__yes) .block__bg-img {
	overflow: hidden;
}
.olay-before::before,
.olay-after::after,
.olay-img-before .block__bg-img::before,
.olay-img-after .block__bg-img::after {
	content: "";
	height: calc(100% + 1px);
	left: 0;
	position: absolute;
	top: 1px;
	width: 100%;
}
.olay--featured-hero:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.20)), to(rgba(0, 0, 0, 0.20))), -webkit-gradient(linear, left bottom, left top, from(rgba(3, 13, 71, 0.40)), to(rgba(3, 13, 71, 0.40)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(3, 13, 71, 0.40) 0%, rgba(3, 13, 71, 0.40) 100%);
}
/*-----------------------BLOCKS---------------------*/
.block div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block.no-col-pad .all-cols-wrap > div[class^="col"] {
	padding: 0;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.full-img img,
.full-video video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.full-video iframe {
	height: 105%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 225%;
}
.mb0-last > *:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.flex-wrap-mobile {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
/*-----------------------FEATURED HERO---------------------*/
.block_type__featured-hero {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}
.block_type__featured-hero > .block__bg-img .img-frame {
  display: none;
}
.block_type__featured-hero > .parallax-bg-frame{
  left: 50%;
  max-width: 50%;
  z-index: 1;
}
.block_type__featured-hero .parallax-bg {
  min-height: 100%;
  /* background-attachment: fixed; */
  /* background-position: 49vw center; */
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-size: cover;
  transition: transform ease 0ms;
  width: 100%;
}
.acf-block-preview .block_type__featured-hero .parallax-bg {
  background-position: 129% center;
}
.block_type__featured-hero > .page_frame {
  z-index: 1;
}
/* OPTIONS */
/* .block_type__featured-hero.flair__true .block__bg-img:after,
.flair__true .story-block__container .pop-box:before {
  aspect-ratio: 1;
  background-image: url(/wp-content/themes/loop-ip-law/assets/images/flair_nautilus-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 123vh;
  content: "";
  display: inline-block;
  height: 100%;
  left: 45%;
  mix-blend-mode: luminosity;
  opacity: 0.42;
  position: absolute;
  top: 0;
  max-width: 1205px;
  transform: translateX(-50%);
  width: 100%;
} */
 .block_type__featured-hero.flair__true .block__bg-img:after,
.flair__true .story-block__container .pop-box:before {
  aspect-ratio: 1;
  background-image: url(/wp-content/themes/loop-ip-law/assets/images/flair_nautilus-2.png);
  background-position: calc(50% - 60px) center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: 0.42;
  position: absolute;
  top: 0;
  width: 100vw;
}
.background-image-opacity__light .parallax-bg {
  opacity: 0.3;
}
.background-image-opacity__medium .parallax-bg {
  opacity: 0.5;
}
.background-image-opacity__strong .parallax-bg {
  opacity: 0.7;
}
@media only screen and (min-width: 965px) {
  .block_type__featured-hero.flair__true .block__bg-img:after,
  .flair__true .story-block__container .pop-box:before {
    background-size: 90%;
    background-position: 1vw center;
  }
}
.block_type__featured-hero.block-style__short {
  height: 42vw;
  max-height: 900px;
  min-height: 514px;
}
/*-----------------------BASIC COLUMNS---------------------*/
.block.one_col_content > .page_frame,
.block.two_col_content > .page_frame,
.block.three_col_content > .page_frame,
.block.four_col_content > .page_frame {
  max-width: 1155px;
}
.two_col_content .all-cols-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .two_col_content .all-cols-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .two_col_content.big_right .all-cols-wrap ,
  .two_col_content.big_left .all-cols-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding: 0;
  }
  .two_col_content.big_right .all-cols-wrap .col-1,
  .two_col_content.big_left .all-cols-wrap .col-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 453px;
    max-width: 43%;
    width: 453px;
  }
  .two_col_content.big_right .all-cols-wrap .col-2,
  .two_col_content.big_left .all-cols-wrap .col-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 685px;
    max-width: 59%;
    width: 685px;
  }

}
/*-----------------------ONE COLUMN---------------------*/
.block.one_col_content.narrow-content__more .all-cols-wrap {
  max-width: 960px;
}
/* OPTIONS */
.block.one_col_content.flair__true .all-cols-wrap:before {
  background-image: url(/wp-content/themes/loop-ip-law/assets/images/flair_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 81px;
  margin: 0 auto 20px auto;
  width: 91px;
}
/* --------------------- FAQS ---------------------- */
.block.faqs-block .col-1 {
  margin: 0 auto;
  max-width: 882px;
}
.faq-dropdown {
  padding: 12px 0;
  position: relative;
}
.faq-dropdown:not(:last-child):after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  width: 100%;
}
.faq-dropdown__button {
  color: var(--blueDeep);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 1.5125rem */
  padding: 12px 10px;
}
.faq-dropdown__button::before {
  content: "\002B";
  color: var(--teal);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 14px;
  position: relative;
  top: -2px;
}
.faq-dropdown__button.active::before {
  content: "\2212";
}
.faq-dropdown__button::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .faq-dropdown__content {
    padding: 13px 30px 0 30px;
  }
}
/*-----------------------CONTENT FRAMES---------------------*/
.block_type__content-frames .all-cols-wrap {
  gap: 30px 13px;
}
.block .content-frames__text {
  background-color: #fff;
  border-left: 12px solid var(--teal);
  color: var(--textDark);
  margin: 0 10px;
  padding: 24px 20px;
  width: 100%;
}
.content-frames__text h4,
.content-frames__text .h4-style {
  margin-bottom: 10px;
}
.content-frames__text p,
.content-frames__text .p-style {
  color: var(--gray);
}
@media only screen and (min-width: 1024px) {
  .content-frames__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .block .content-frames__text {
    margin: 0;
    padding: 30px 46px;
  }
}
/*-----------------------STORY BLOCK---------------------*/
.block_type__story-block > .page_frame {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
.story-block__container {
  margin-left: 30px;
  max-width: calc(100% - 30px);
  min-height: 650px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.block_type__story-block .pop-box {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 30px;
  position: relative;
  max-width: 800px;
  width: 100%;
}
.story-block__text p,
.story-block__text .p-style {
  font-size: 1.3125rem;
}
.story-block__image {
  max-width: 480px;
  /* padding: 20px; */
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  width: 100%;
  z-index: 1;
}
.story-block__image .img-frame {
  position: relative;
}
.story-block__image img {
  height: auto;
}
.flair__true .story-block__container .pop-box:before {
  background-size: cover;
  height: 200%;
  width: 200%;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  left: -15%;
  max-width: none;
  top: auto;
}
.reverse-columns__yes .story-block__container {
  margin-left: 0;
  margin-right: 30px;
}
@media only screen and (min-width: 480px) {
  .story-block__container {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .story-block__container {
    margin-left: auto;
    max-width: 1280px;
    min-height: 650px;
  }
  .story-block__container .pop-box,
  .story-block__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .block_type__story-block .pop-box {
    padding: 60px 80px;
  }
  .story-block__image {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    max-width: 480px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
  }
  .story-block__image .img-frame {
    position: absolute;
  }
  .story-block__image img {
    height: 100%;
  }
  .flair__true .story-block__container .pop-box:before {
    left: 101%;
    height: auto;
    max-width: none;
    width: 160%;
    top: 64%;
    -webkit-transform: translate(-50%, -50%) rotate(273deg);
            transform: translate(-50%, -50%) rotate(273deg);
  }
  /* OPTIONS */
  .reverse-columns__yes .story-block__container {
    margin-left: 0px;
    margin-right: auto;
  }
  .reverse-columns__yes .story-block__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
/*-----------------------SIMPLE STORY---------------------*/
.block_type__simple-story .all-cols-wrap {
  gap: 60px;
}
  .simple-story__text,
  .simple-story__image {
    width: 100%;
  }
  .simple-story__image {
    aspect-ratio: 1;
    position: relative;
  }
@media only screen and (min-width: 768px) {
  .simple-story__text,
  .simple-story__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .simple-story__text {
    max-width: 514px;
  }
  .simple-story__image {
    max-width: 545px;
  }
  .reverse-columns__yes .simple-story__text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

/*-----------------------SLIDE STORY---------------------*/
.block.block_type__slide-story {
  padding: 0;
}
.pin-spacer {
    overflow: hidden !important;
}
.block_type__slide-story > .page_frame {
  max-width: 1440px;
  padding: 0;
}
.slide-story__progress-column {
  background-color: var(--blueDeep);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  padding: 20px 40px;
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
}
.slide-story__progress-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slide-story__progress {
  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;
  background-color: rgba(255,255,255,0.2);
  border-left: 4px solid var(--blueDeep);
  border-right: 4px solid var(--blueDeep);
  height: 80vh;
  top: 10vh;
  position: relative;
  width: 9px;
}
.slide-story__progress-marker {
  background-color: var(--blueDeep);
  display: inline-block;
  height: 20px;
  position: relative;
  -webkit-transform: translateX(calc(-50% + 0.5px));
          transform: translateX(calc(-50% + 0.5px));
  width: 20px;
}
.slide-story__progress-marker:after {
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  -webkit-transition: background-color ease 400ms;
  transition: background-color ease 400ms;
  height: 9px;
  width: 9px;
}
.slide-story__progress-marker.active:after {
  background-color: var(--teal);
  border-color: var(--teal);
}
.slide-story__slides {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.slide-story__slide {
  background-color: #fff;
  color: var(--textDark);
  padding: 20px 0;
  position: relative;
  height: auto;
  width: 100%;
}
.slide-story__image {
  position: relative;
}
.block .slide-story__text h2,
.block .slide-story__text .h2-style {
  font-size: 3.5rem;
  font-weight: 700;
}
.slide-story__slide-flair {
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  max-height: 60px;
}
 .slide-story__slide-inner,
.layout__full-content .slide-story__slide-inner {
  padding: 70px 30px;
}
.layout__full-content .slide-story__slide-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
.layout__two-column-full .slide-story__image {
  aspect-ratio: 0.75;
  width: 100%;
}
.layout__two-column-full .slide-story__image .img-frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.layout__two-column-full .slide-story__image img {
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
  -o-object-position: center center;
      object-position: center center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .slide-story__progress-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slide-story__slide {
    height: 100vh;
    padding: 190px 0 0 0;
  }
  .slide-story__slide-flair {
    top: 60px;
    right: 100px;
  }
  .slide-story__image {
    margin-right: -30px;
    overflow: hidden;
  }
  .layout__full-content .slide-story__slide-inner {
    padding: 60px 80px 0 80px;
  }
  .slide-story__image,
  .slide-story__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .layout__full-content .slide-story__text {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .layout__full-content .slide-story__text {
    max-width: 921px;
  }
  .layout__full-content .slide-story__image {
    -ms-flex-item-align: end;
        align-self: flex-end;
    max-width: 689px;
    overflow: hidden;
  }
  .layout__two-column-full .slide-story__slide-inner,
  .layout__two-column-fit .slide-story__slide-inner  {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100% + 190px);
    gap: 20px;
    margin-top: -190px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout__two-column-full .slide-story__image {
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 100%;
    max-width: 591px;
    position: relative;
  }
  .layout__two-column-full .slide-story__text,
  .layout__two-column-fit .slide-story__text {
    padding-top: 30px;
    margin-left: 100px;
  }
  .layout__two-column-full .slide-story__text {
    max-width: 564px;
  }
  .layout__two-column-fit .slide-story__text {
    max-width: 658px;
  }
  .layout__two-column-fit .slide-story__image {
    padding-top: 30px;
    max-width: 480px;
  }
  .reverse-columns__yes .slide-story__image  {
    margin-left: -30px;
    margin-right: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .reverse-columns__yes .slide-story__text {
    margin-right: 100px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .block .slide-story__text h6,
  .block .slide-story__text .h6-style {
    font-size: 1rem;
  }
  .block .slide-story__text h2,
  .block .slide-story__text .h2-style {
    font-size: 2rem;
    font-weight: 700;
  }
}
/*-----------------------POP BOX---------------------*/
.block_type__pop-box {
  min-height: 100vh;
}
.block_type__pop-box > .page_frame {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  max-width: 1440px;
  padding: 0 20px;
}
.pop-box__text {
  max-width: 564px;
  padding: 40px;
  position: relative;
}
.pop-box__text h1,
.pop-box__text .h1-style,
.pop-box__text h2,
.pop-box__text .h2-style,
.pop-box__text h3,
.pop-box__text .h3-style,
.pop-box__text h6,
.pop-box__text .h6-style {
  margin-bottom: 0px;
}
.light-text-area .pop-box__text h1,
.light-text-area .pop-box__text .h1-style,
.light-text-area .pop-box__text h2,
.light-text-area .pop-box__text .h2-style,
.light-text-area .pop-box__text h3,
.light-text-area .pop-box__text .h3-style {
  color: var(--blue);
}
/* OPTIONS */
.vertical-align__middle .pop-box__text {
  -ms-flex-item-align :center;
      align-self :center;
}
.vertical-align__top .pop-box__text {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.block_type__pop-box.horizontal-align__left > .page_frame {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block_type__pop-box.horizontal-align__center > .page_frame {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* --------------------- FORM ---------------------- */
.forminator-row {
  margin-bottom: 10px !important;
}
.forminator-field label {
  display: none !important;
}
.forminator-field input,
.forminator-field textarea {
  border: 0;
  border-left: 5px solid var(--teal);
  background: #FFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
  padding: 12px 16px;
}
.forminator-field input::-webkit-input-placeholder, .forminator-field textarea::-webkit-input-placeholder {
  color: var(--Gray, #626262);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 1.1rem */
}
.forminator-field input::-moz-placeholder, .forminator-field textarea::-moz-placeholder {
  color: var(--Gray, #626262);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 1.1rem */
}
.forminator-field input:-ms-input-placeholder, .forminator-field textarea:-ms-input-placeholder {
  color: var(--Gray, #626262);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 1.1rem */
}
.forminator-field input::-ms-input-placeholder, .forminator-field textarea::-ms-input-placeholder {
  color: var(--Gray, #626262);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 1.1rem */
}
.forminator-field input::placeholder,
.forminator-field textarea::placeholder {
  color: var(--Gray, #626262);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 1.1rem */
}