/**
 * Theme Name: BluePenguin
 * Author: Modo Modo Agency
 * Version: 99.0
**/
.final-cta.top-light:after {
	background: none;
}
.image-is-svg.bg-icon img.kb-img {
	width: 1.5rem;
}
.gform_wrapper.gravity-theme form .gfield_required {
	color: #ff3f14;
}
.gform_wrapper::before {
  content: "* indicates required fields";
  text-align: right;
  display: block;
  font-size: 0.9rem;
  margin-bottom: 10px;
  color: #C1D1DD;
}
.get-started-form_wrapper.gform_wrapper::after {
  content: "* indicates required fields";
  text-align: right;
  display: block;
  font-size: 0.9rem;
  margin-top: 30px;
  color: #C1D1DD;
}
.get-started-form_wrapper.gform_wrapper::before {
	content: none;
}
.single-post .entry__content h2,
.single-post .entry__content .h2 {
	font-size: 2.4rem;
	margin-top: 2rem;
}
.single-post .entry__content h3,
.single-post .entry__content .h3 {
	font-size: 2rem;
	margin-top: 2rem;
}
.single-post .entry__content h4,
.single-post .entry__content .h4 {
	font-size: 1.6rem;
	margin-top: 2rem;
}
.single-post .entry__content h5,
.single-post .entry__content .h5 {
	font-size: 1.3rem;
	margin-top: 2rem;
}
.single-post .entry__content h6,
.single-post .entry__content .h6 {
	font-size: 1.1rem;
	margin-top: 2rem;
}
header.header {
	position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
}
@media print, screen and (min-width: 64.0625em) {
	body:has(#wpadminbar) header.header {
		top: 2.5rem;
	}
}
header.header {
  background: transparent;
  transition: background .2s ease;
}
header.header.scrolled {
  background: rgba(12, 24, 38, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.menu-header-top-menu-container {
  opacity: 1;
  transition: max-height .25s ease, opacity .2s ease, transform .25s ease;
}
header.header.scrolled .menu-header-top-menu-container {
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
}
.gfield_radio {
  flex-direction: column;
  row-gap: 1rem;
}
@media print, screen and (max-width: 47.9988em) {
	.get-started-form .gfield--type-radio .gfield_radio {
	  row-gap: 1rem;
	}
}
.animate-hover-image .animate-hover-image-wrapper:before {
	background: none;
}
.animate-hover-image .animate-hover-image-wrapper {
	width: 37.25rem;
	margin-top: -2.3rem;
}
.get-started-form .gfield--type-radio .gfield_radio .gchoice {
	padding: 1.2rem 2.5rem;
}
.get-started-form .gfield--type-radio .gfield_radio .gchoice label {
	font-size: 1.2rem !important
}