h1,
.u-h1 {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

h2,
.u-h2 {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(2rem, 7vw, 3rem);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

h3,
.u-h3 {
  font-family: "League Spartan", sans-serif;
  font-size: calc(1.2rem + 1.1vw);
  line-height: calc(1.2rem + 1.1vw);
  font-weight: 700;
  margin-bottom: 10px;
}

h3, h4, h5 {
  color: unset;
}

.rotate-slight-right {
  transform: rotate(-3.5deg);
}

.rotate-slight-left {
  transform: rotate(2deg);
}

.underlined-text {
  display: inline-block;
  line-height: 0.75;
}

.text-medium {
  font-size: 20px;
}

.inline-block {
  display: inline-block;
}

@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center;
  }
}

.bg-dark-gradient {
  background: linear-gradient(180deg, rgb(0, 0, 0) 25%, rgba(255, 255, 255, 0) 25%);
}

.bg-yellow-light {
  background: #ffde72;
}

.bg-yellow-half {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 197, 4) 50%);
}
@media (max-width: 600px) {
  .bg-yellow-half {
    background: none;
  }
}

.button-wrapper a {
  display: inline-block;
}

.footer-signup__lines {
  position: relative;
  bottom: 10px;
  right: -110px;
  max-width: 2rem;
}
@media (max-width: 767px) {
  .footer-signup .gform_fields {
    gap: 1rem !important;
  }
}
.footer-signup .gform_body input[type=text],
.footer-signup .gform_body input[type=email] {
  font-size: 18px;
  text-align: left;
  border-radius: 8px;
  border-color: #606060 !important;
}
.footer-signup .gform_button {
  background-color: #5900FF !important;
  text-decoration: none !important;
  color: #fff !important !important;
  border: 2px solid #5900FF !important;
  font-size: 20px !important;
  border-radius: 10px !important;
  padding: 13px 50px !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}

.dropdown-menu {
  background: #1f1f1f;
}

.navbar-nav {
  gap: 1.2rem;
}
.navbar-nav a {
  font-family: "Mulish", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
}
.navbar-nav a:after {
  display: none;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item:hover:before {
  color: #FFC504 !important;
}
.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
  color: #FFC504;
  background: none;
}
.navbar-nav > .menu-item-has-children {
  z-index: 1;
}
@media (min-width: 992px) {
  .navbar-nav > .menu-item-has-children {
    display: flex;
    align-items: center;
  }
  .navbar-nav > .menu-item-has-children:before {
    font-family: "FontAwesome";
    content: "\f078";
    position: absolute;
    right: 0.4rem;
    font-size: 0.75rem;
    color: #fff;
    transition: transform 0.3s ease;
  }
}
.navbar-nav > .menu-item-has-children .nav-link {
  z-index: 2;
}
@media (min-width: 992px) {
  .navbar-nav > .menu-item-has-children .nav-link {
    padding-right: 30px !important;
  }
}
.navbar-nav > .menu-item-has-children > .dropdown-menu {
  padding: 0.9rem 0;
  top: 2.6rem;
  left: -0.75rem;
  min-width: 15rem;
  background: #1f1f1f;
  border-radius: 1rem;
  box-shadow: 3px 5px 5px #000;
}
.navbar-nav > .menu-item-has-children > .dropdown-menu > li .dropdown-item {
  margin: 0.25rem 1rem !important;
  padding: 0.25rem 0 !important;
  width: auto;
  position: relative;
  color: #FFC504;
  font-weight: 800 !important;
}
.navbar-nav > .menu-item-has-children > .dropdown-menu > li .dropdown-item:hover {
  color: #fff;
}
.navbar-nav .mega-menu .dropdown-menu.mega-menu {
  padding: 0.9rem 0;
  left: -0.75rem;
  min-width: 20rem;
  background: #1f1f1f;
  border-radius: 1rem;
  box-shadow: 3px 5px 5px #000;
}
.navbar-nav .mega-menu .dropdown-menu.mega-menu li {
  padding: 0 !important;
}
.navbar-nav .mega-menu .dropdown-menu.mega-menu > li.menu-item-has-children .dropdown-item {
  margin: 0.25rem 1rem !important;
  padding: 0.5rem 0 !important;
  width: auto;
  position: relative;
  font-weight: 800 !important;
}
.navbar-nav .mega-menu .dropdown-menu.mega-menu > li.menu-item-has-children .dropdown-item:hover {
  color: #fff;
}
.navbar-nav .mega-menu .dropdown-menu.mega-menu > li.menu-item-has-children .dropdown-item:before {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}
.navbar-nav .mega-menu .dropdown-menu.mega-menu > li.menu-item-has-children .dropdown-item.open {
  border-bottom: none;
}
.navbar-nav .mega-menu .dropdown-menu.mega-menu > li.menu-item-has-children .dropdown-item.open:before {
  transform: rotate(90deg);
}
.navbar-nav .mega-menu .dropdown-menu.mega-menu > li.menu-item-has-children:last-child .dropdown-item {
  border-bottom: none;
}
.navbar-nav .mega-menu .dropdown-menu.mega-menu .dropdown-menu.depth_1 {
  display: none;
  position: static;
}
.navbar-nav .mega-menu .dropdown-menu.mega-menu .dropdown-menu.depth_1 li a {
  color: #fff;
  border-bottom: none;
}
.navbar-nav .mega-menu .dropdown-menu.mega-menu .dropdown-menu.depth_1 li a:before {
  display: none;
}
.navbar-nav li.nav-highlight {
  border-bottom: none;
}

.navbar-dark .offcanvas.show .navbar-nav .nav-link.active,
.navbar-light .offcanvas.show .navbar-nav .show > .nav-link {
  border-bottom: none !important;
}

.offcanvas-body {
  padding: 0;
}

.offcanvas-end {
  width: 100%;
  border-left: none;
}
.offcanvas-end .offcanvas-header {
  padding: 2rem 2rem;
}
.offcanvas-end .offcanvas-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
}

.offcanvas.show {
  overflow-y: scroll;
}
.offcanvas.show .dropdown-item,
.offcanvas.show .dropdown-item.active,
.offcanvas.show .dropdown-item:hover {
  color: #fff;
}
.offcanvas.show .menu-item-has-children .nav-link:before {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  right: 1rem;
  transition: transform 0.3s ease;
}
.offcanvas.show .nav-link {
  position: relative;
  font-weight: 700 !important;
  font-size: 1.3rem !important;
  color: #000 !important;
}
.offcanvas.show .nav-link.open {
  border-bottom: none;
}
.offcanvas.show .nav-link.open:before {
  transform: rotate(90deg);
}
.offcanvas.show .dropdown-menu,
.offcanvas.show .dropdown-menu.mega-menu {
  background: #000;
  box-shadow: none;
  border-radius: 0;
}
.offcanvas.show .dropdown-menu .dropdown-menu,
.offcanvas.show .dropdown-menu.mega-menu .dropdown-menu {
  padding-left: 1rem;
  background: none;
  box-shadow: none;
}
.offcanvas.show .dropdown-menu .dropdown-menu .menu-item,
.offcanvas.show .dropdown-menu.mega-menu .dropdown-menu .menu-item {
  position: relative;
}
.offcanvas.show .dropdown-menu .dropdown-menu .menu-item:before,
.offcanvas.show .dropdown-menu.mega-menu .dropdown-menu .menu-item:before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  color: #fff;
}

.hero-rotate {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.hero-rotate div:first-child {
  float: left;
}
.hero-rotate div:last-child {
  float: right;
}
.hero-rotate div a {
  display: block;
}

.jumbo-image-box {
  position: relative;
}
.jumbo-image-box__col {
  position: relative;
}
@media (max-width: 767px) {
  .jumbo-image-box__col {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.jumbo-image-box__image {
  position: absolute;
  display: block;
  top: -6rem;
  right: 0;
  height: auto;
  width: 100%;
  max-width: 27rem;
}
@media (max-width: 767px) {
  .jumbo-image-box__image {
    top: -7.5rem;
    right: 0;
    max-width: 6rem;
  }
}
.jumbo-image-box__image--bigger {
  max-width: 31rem;
}
@media (max-width: 767px) {
  .jumbo-image-box__image--bigger {
    top: -7.5rem;
    right: 0;
    max-width: 8rem;
  }
}
.jumbo-image-box__tree-left {
  position: absolute;
  width: 13rem;
  left: -5.5rem;
  bottom: -4rem;
}
@media (max-width: 767px) {
  .jumbo-image-box__tree-left {
    width: 10rem;
    bottom: -2rem;
  }
}
.jumbo-image-box__tree-right {
  position: absolute;
  width: 13rem;
  right: -6.5rem;
  top: 8rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .jumbo-image-box__tree-right {
    display: none;
    width: 10rem;
    right: -4rem;
    top: 15rem;
  }
}

.jumbo-service-box {
  position: relative;
  min-height: 28rem;
}
@media (max-width: 767px) {
  .jumbo-service-box {
    min-height: 0;
  }
}
.jumbo-service-box__col {
  position: relative;
  min-height: 22rem;
}
@media (max-width: 767px) {
  .jumbo-service-box__col {
    padding-right: 3rem;
    padding-left: 3rem;
    min-height: 0;
  }
}
.jumbo-service-box__col-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .jumbo-service-box__title {
    font-size: calc(1.7rem + 1.1vw);
  }
}
.jumbo-service-box__video {
  margin-left: 4rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .jumbo-service-box__video {
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
.jumbo-service-box__image {
  position: absolute;
  display: block;
  top: -6rem;
  right: -5rem;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .jumbo-service-box__image {
    margin: 0 auto;
    top: -4rem;
    right: auto;
    position: relative;
    max-width: 18rem;
  }
}
.jumbo-service-box__reverse .jumbo-service-box__image {
  position: absolute;
  display: block;
  top: -6rem;
  left: -3rem;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .jumbo-service-box__reverse .jumbo-service-box__image {
    margin: 0 auto;
    top: -4rem;
    left: auto;
    position: relative;
    max-width: 18rem;
  }
}

.ti-block {
  position: relative;
}
.ti-block-content {
  margin-bottom: 2.5rem;
  position: relative;
}
.ti-block__arrow {
  position: absolute;
  bottom: 1rem;
  left: -4rem;
  max-width: 3rem;
}
@media (max-width: 767px) {
  .ti-block__arrow {
    left: 0;
    max-width: 2rem;
  }
}
.ti-block__cta-btn {
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .ti-block__cta-btn {
    margin-left: 3rem;
  }
}
.ti-block .text-icon-item {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
}
.ti-block .text-icon-item__icon {
  margin: 0 auto;
  width: 25%;
}
@media (max-width: 767px) {
  .ti-block .text-icon-item__icon {
    margin: 0;
  }
}
.ti-block .text-icon-item__icon img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 5rem;
}
@media (max-width: 767px) {
  .ti-block .text-icon-item__icon img {
    margin: 0 auto;
    padding-right: 15px;
  }
}
.ti-block .text-icon-item__heading {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
}
.ti-block .text-icon-item__content {
  width: 75%;
}
.ti-block__impact-doodle {
  position: absolute;
  left: 0;
  width: 13%;
}
@media (max-width: 1500px) {
  .ti-block__impact-doodle {
    left: -2.5rem;
  }
}
@media (max-width: 767px) {
  .ti-block__impact-doodle {
    left: auto;
    right: 0;
    rotate: -180deg;
    width: 11%;
  }
}
.ti-block__leaf {
  position: absolute;
  bottom: 20rem;
  right: 0;
  width: 15%;
}
@media (max-width: 1500px) {
  .ti-block__leaf {
    bottom: 0;
  }
}

.tf-block-content {
  margin-bottom: 2.5rem;
  position: relative;
}
.tf-block__arrow {
  position: absolute;
  bottom: 1rem;
  left: -4rem;
  max-width: 3rem;
}
@media (max-width: 767px) {
  .tf-block__arrow {
    left: 0;
    max-width: 2rem;
  }
}
.tf-block__cta-btn {
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .tf-block__cta-btn {
    margin-left: 3rem;
  }
}
.tf-block .accordion-items {
  margin-bottom: 2rem;
}
.tf-block .accordion-items dt:not(:first-child) {
  margin-top: 2rem;
}
.tf-block .accordion-question {
  margin-left: 2.5rem;
  position: relative;
}
.tf-block .accordion-question .accordion-question__icon {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  width: 1.75rem;
}
.tf-block .accordion-question.open .accordion-question__icon--open {
  display: block;
}
.tf-block .accordion-question.open .accordion-question__icon--closed {
  display: none;
}
.tf-block .accordion-question-button {
  padding: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  border: none;
  background: none;
}
.tf-block .accordion-answer {
  margin-left: 2.5rem;
}
.tf-block .accordion-answer__content p {
  margin-bottom: 0;
}

.stacked-boxes {
  position: relative;
}
.stacked-boxes__blob-left {
  position: absolute;
  top: 13rem;
  width: 25%;
  min-width: 20rem;
}
.stacked-boxes__blob-right {
  position: absolute;
  right: 0;
  top: 13rem;
  width: 10rem;
}
.stacked-boxes__icon {
  position: relative;
}
.stacked-boxes__icon img {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 1;
}
.stacked-boxes__sparkles {
  z-index: 1;
}
.stacked-boxes__sparkles img {
  top: -4rem;
  left: 3rem;
  max-width: 11rem;
}
@media (max-width: 900px) {
  .stacked-boxes__sparkles img {
    max-width: 4.5rem;
    left: 2rem;
    top: -1.7rem;
  }
}
.stacked-boxes__three-lines img {
  top: -6.5rem;
  right: -7rem;
  max-width: 4.5rem;
}
@media (max-width: 900px) {
  .stacked-boxes__three-lines img {
    top: -5rem;
    right: -6rem;
    max-width: 3rem;
  }
}
.stacked-boxes__thumbs-up img {
  top: -4.5rem;
  left: 2rem;
  max-width: 7rem;
}
@media (max-width: 900px) {
  .stacked-boxes__thumbs-up img {
    top: -5.5rem;
    left: 1rem;
    max-width: 5rem;
  }
}
.stacked-boxes__arrow img {
  top: -11rem;
  right: -2rem;
  max-width: 7rem;
}
@media (max-width: 900px) {
  .stacked-boxes__arrow img {
    top: -7rem;
    right: -2rem;
    max-width: 4rem;
  }
}
.stacked-boxes__asterix img {
  bottom: 0;
  left: -9rem;
  max-width: 4.5rem;
}
@media (max-width: 900px) {
  .stacked-boxes__asterix img {
    bottom: 0;
    left: -3rem;
    max-width: 2.5rem;
  }
}
.stacked-boxes .stacked-box {
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .stacked-boxes .stacked-box {
    font-size: 1.2rem;
  }
}

.action-tiles .at-intro {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .action-tiles .at-intro {
    font-size: inherit;
  }
}
.action-tiles .at-item {
  display: block;
  height: 100%;
  width: 100%;
}
.action-tiles .at-item__icon {
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-tiles .at-item__icon img {
  max-width: 7rem;
  max-height: 7rem;
}

.cta-block__col {
  position: relative;
}
.cta-block__doodle {
  position: absolute;
  left: 0;
  width: 18%;
}
@media (max-width: 1400px) {
  .cta-block__doodle {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .cta-block__doodle {
    display: none;
  }
}
.cta-block__image {
  position: absolute;
  right: -12rem;
  top: 4rem;
  width: 9rem;
}
@media (max-width: 1000px) {
  .cta-block__image {
    right: -7rem;
    width: 7rem;
  }
}
@media (max-width: 767px) {
  .cta-block__image {
    position: relative;
    top: -2rem;
    right: auto;
  }
}
.cta-block__intro {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .cta-block__intro {
    font-size: inherit;
  }
}
.cta-block-link {
  position: relative;
}
.cta-block-link__arrow {
  position: absolute;
  bottom: -3rem;
  max-width: 4rem;
}
.cta-block .gform_footer input[type=submit] {
  margin: 0 auto !important;
}

.text-align-center {
  text-align: center;
}

.ecta-block__col {
  position: relative;
}
.ecta-block__doodle {
  position: absolute;
  left: 0;
  width: 18%;
}
@media (max-width: 1400px) {
  .ecta-block__doodle {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .ecta-block__doodle {
    display: none;
  }
}
.ecta-block__intro {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .ecta-block__intro {
    font-size: inherit;
  }
}
.ecta-block__arrow {
  position: absolute;
  right: -6rem;
  top: 4rem;
  max-width: 5rem;
}
@media (max-width: 767px) {
  .ecta-block__arrow {
    top: -6rem;
    right: 4rem;
  }
}
.ecta-block__bold-text {
  font-family: "League Spartan", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.ecta-block__item {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .ecta-block__item {
    padding: 0;
  }
}

.team-members .team-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.team-members .team-members-slider {
  padding-left: 3rem;
  padding-right: 3rem;
}
.team-members .team-members-slider .slick-dots {
  position: relative;
}
.team-members .team-members-slider .slick-prev {
  left: 0;
  top: 47%;
  width: 3rem;
  height: 3rem;
}
.team-members .team-members-slider .slick-prev:focus .slick-prev-icon {
  color: #FFC504;
}
.team-members .team-members-slider .slick-prev .slick-prev-icon {
  font-size: 40px;
}
.team-members .team-members-slider .slick-prev .slick-prev-icon:before {
  font-family: "FontAwesome";
  content: "\f053";
}
.team-members .team-members-slider .slick-next {
  right: 0;
  top: 47%;
  width: 3rem;
  height: 3rem;
}
.team-members .team-members-slider .slick-next:focus .slick-next-icon {
  color: #FFC504;
}
.team-members .team-members-slider .slick-next .slick-next-icon {
  font-size: 40px;
}
.team-members .team-members-slider .slick-next .slick-next-icon:before {
  font-family: "FontAwesome";
  content: "\f054";
}
.team-members .team-member {
  margin: 0.75rem;
  padding: 1.5rem;
}
.team-members .team-member__image {
  display: block;
  width: 100%;
  height: auto;
}
.team-members .team-member__name {
  font-size: 1.6rem;
}

.impact-box {
  position: relative;
}
@media (max-width: 767px) {
  .impact-box__content {
    margin-top: 5rem;
  }
}
.impact-box__pre-title {
  text-transform: uppercase;
  font-weight: bold;
}
.impact-box__button {
  display: flex;
  justify-content: right;
}
@media (max-width: 767px) {
  .impact-box__button {
    justify-content: left;
  }
}
.impact-box__badges {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 100%;
}
.impact-box__badges img {
  margin-top: 2rem;
  width: 100%;
  max-width: 10rem;
}
.impact-box__xs {
  position: absolute;
  top: 2rem;
  right: 10rem;
  width: 4rem;
}
@media (max-width: 1200px) {
  .impact-box__xs {
    right: 7rem;
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .impact-box__xs {
    right: 1rem;
  }
}
.impact-box__globe {
  position: absolute;
  max-width: 17rem;
  min-width: 8rem;
  width: 21%;
  left: 3rem;
  top: -1rem;
}
@media (max-width: 767px) {
  .impact-box__globe {
    left: -3rem;
  }
}
.impact-box__blob-left {
  position: absolute;
  bottom: 0;
  left: -2rem;
  z-index: -1;
  width: 25%;
  max-width: 20rem;
}
@media (max-width: 767px) {
  .impact-box__blob-left {
    width: 45%;
    left: -5rem;
    bottom: -2.5rem;
  }
}
.impact-box__blob-right {
  position: absolute;
  top: 5rem;
  right: 1rem;
  z-index: -1;
  width: 25%;
  max-width: 20rem;
}
@media (max-width: 767px) {
  .impact-box__blob-right {
    top: 10rem;
    right: -2rem;
    width: 50%;
  }
}

#popup-15190.holler-box .holler-box-modal,
#popup-21057.holler-box .holler-box-modal {
  left: 150px !important;
  position: relative !important;
}
@media (max-width: 1250px) {
  #popup-15190.holler-box .holler-box-modal,
  #popup-21057.holler-box .holler-box-modal {
    left: 75px !important;
  }
}
@media (max-width: 950px) {
  #popup-15190.holler-box .holler-box-modal,
  #popup-21057.holler-box .holler-box-modal {
    left: 0 !important;
  }
}
#popup-15190.holler-box .holler-box-modal .holler-box-modal-content,
#popup-21057.holler-box .holler-box-modal .holler-box-modal-content {
  width: 900px !important;
}
@media (max-width: 1250px) {
  #popup-15190.holler-box .holler-box-modal .holler-box-modal-content,
  #popup-21057.holler-box .holler-box-modal .holler-box-modal-content {
    width: 750px !important;
  }
}
@media (max-width: 767px) {
  #popup-15190.holler-box .holler-box-modal .holler-box-modal-content,
  #popup-21057.holler-box .holler-box-modal .holler-box-modal-content {
    width: 550px !important;
  }
}
@media (max-width: 550px) {
  #popup-15190.holler-box .holler-box-modal .holler-box-modal-content,
  #popup-21057.holler-box .holler-box-modal .holler-box-modal-content {
    width: 375px !important;
  }
}
#popup-15190.holler-box .holler-box-modal .ninja-popup,
#popup-21057.holler-box .holler-box-modal .ninja-popup {
  padding: 3rem 2rem 4rem 14rem;
}
@media (max-width: 1250px) {
  #popup-15190.holler-box .holler-box-modal .ninja-popup,
  #popup-21057.holler-box .holler-box-modal .ninja-popup {
    padding-left: 8rem;
  }
}
@media (max-width: 767px) {
  #popup-15190.holler-box .holler-box-modal .ninja-popup,
  #popup-21057.holler-box .holler-box-modal .ninja-popup {
    padding: 3rem;
  }
}
@media (max-width: 550px) {
  #popup-15190.holler-box .holler-box-modal .ninja-popup,
  #popup-21057.holler-box .holler-box-modal .ninja-popup {
    padding: 3rem 2rem 1rem 2rem;
  }
}
#popup-15190.holler-box .holler-box-modal .ninja-popup--no-padding,
#popup-21057.holler-box .holler-box-modal .ninja-popup--no-padding {
  padding: 0;
}
#popup-15190.holler-box .holler-box-modal .ninja-popup__tshirt-form,
#popup-21057.holler-box .holler-box-modal .ninja-popup__tshirt-form {
  margin-top: 1.5rem;
  width: 100%;
  text-align: left;
}
#popup-15190.holler-box .holler-box-modal .ninja-popup__tshirt-form .gfield_label,
#popup-21057.holler-box .holler-box-modal .ninja-popup__tshirt-form .gfield_label {
  display: none;
}
#popup-15190.holler-box .holler-box-modal .ninja-popup__tshirt-form input[type=text],
#popup-15190.holler-box .holler-box-modal .ninja-popup__tshirt-form input[type=email],
#popup-21057.holler-box .holler-box-modal .ninja-popup__tshirt-form input[type=text],
#popup-21057.holler-box .holler-box-modal .ninja-popup__tshirt-form input[type=email] {
  padding: 1.4rem 1rem;
  border-radius: 0.5rem;
}
#popup-15190.holler-box .holler-box-modal .ninja-popup__tshirt-form input[type=submit],
#popup-21057.holler-box .holler-box-modal .ninja-popup__tshirt-form input[type=submit] {
  background-color: #5900FF;
  color: #fff !important;
  font-size: 16px;
  border-radius: 10px;
  padding: 14px 50px;
  font-weight: bold;
  border: none;
}
#popup-15190.holler-box .holler-box-modal .ninja-popup__tshirt-form input[type=submit]:hover,
#popup-21057.holler-box .holler-box-modal .ninja-popup__tshirt-form input[type=submit]:hover {
  background-color: #ffffff;
  color: #5900FF !important;
  font-size: 16px;
  padding: 14px 50px;
  font-weight: bold;
  border: none;
}
#popup-15190.holler-box .holler-box-modal .ninja-popup__tshirt-form .gform_validation_errors,
#popup-21057.holler-box .holler-box-modal .ninja-popup__tshirt-form .gform_validation_errors {
  display: none;
}
#popup-15190.holler-box .holler-box-modal .ninja-popup__tshirt-form .gform_confirmation_wrapper,
#popup-21057.holler-box .holler-box-modal .ninja-popup__tshirt-form .gform_confirmation_wrapper {
  text-align: center;
}
@media (max-width: 640px) {
  #popup-15190.holler-box .holler-box-modal .ninja-popup__tshirt-form .gform-theme--foundation .gform_fields,
  #popup-21057.holler-box .holler-box-modal .ninja-popup__tshirt-form .gform-theme--foundation .gform_fields {
    gap: 1rem;
  }
}
#popup-15190.holler-box .holler-box-modal .ninja-popup__form-legal,
#popup-21057.holler-box .holler-box-modal .ninja-popup__form-legal {
  margin-top: 2rem;
  font-size: 0.75rem;
  color: #737373;
}
#popup-15190.holler-box .holler-box-modal .ninja-popup__image-tshirt,
#popup-21057.holler-box .holler-box-modal .ninja-popup__image-tshirt {
  position: absolute;
  left: -350px;
  width: 575px;
}
@media (max-width: 1250px) {
  #popup-15190.holler-box .holler-box-modal .ninja-popup__image-tshirt,
  #popup-21057.holler-box .holler-box-modal .ninja-popup__image-tshirt {
    left: -250px;
    width: 400px;
  }
}
@media (max-width: 950px) {
  #popup-15190.holler-box .holler-box-modal .ninja-popup__image-tshirt,
  #popup-21057.holler-box .holler-box-modal .ninja-popup__image-tshirt {
    left: -100px;
    top: -50px;
    width: 150px;
  }
}
@media (max-width: 550px) {
  #popup-15190.holler-box .holler-box-modal .ninja-popup__image-tshirt,
  #popup-21057.holler-box .holler-box-modal .ninja-popup__image-tshirt {
    left: -50px;
    top: -50px;
    width: 130px;
  }
}
#popup-15190.holler-box .holler-box-modal .ninja-popup__image-left, #popup-15190.holler-box .holler-box-modal .ninja-popup__image-right,
#popup-21057.holler-box .holler-box-modal .ninja-popup__image-left,
#popup-21057.holler-box .holler-box-modal .ninja-popup__image-right {
  display: none;
}

.holler-box .holler-box-modal {
  padding: 0 !important;
  background: transparent;
}
@media (max-width: 600px) {
  .holler-box .holler-box-modal {
    width: auto !important;
  }
}
.holler-box .holler-box-modal button.holler-box-modal-close {
  width: 75px;
  height: 75px;
  right: -20px;
  top: -20px;
  background-image: url("../images/pop-close-button-01.webp");
  background-repeat: no-repeat;
  background-size: 75px;
}
@media (max-width: 500px) {
  .holler-box .holler-box-modal button.holler-box-modal-close {
    width: 50px;
    height: 50px;
    right: -10px;
    top: -10px;
    background-size: 50px;
  }
}
.holler-box .holler-box-modal button.holler-box-modal-close svg {
  display: none;
}
.holler-box .holler-box-modal-content {
  width: 700px !important;
}
@media (max-width: 767px) {
  .holler-box .holler-box-modal-content {
    width: 450px !important;
  }
}
@media (max-width: 500px) {
  .holler-box .holler-box-modal-content {
    width: 350px !important;
  }
}
.holler-box .holler-box-modal-content > div > p {
  display: none;
}

@media (max-width: 600px) {
  .holler-box:not(.holler-notification-box) .holler-box-modal {
    overflow: visible !important;
  }
}
.ninja-popup {
  padding: 3rem 2rem 4rem 2rem;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 40px;
}
.ninja-popup__title {
  margin-bottom: 1.5rem;
  font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
  line-height: 1;
  z-index: 1;
}
.ninja-popup__text {
  margin-bottom: 0.75rem;
  max-width: 30rem;
}
.ninja-popup__text p {
  font-size: 22px !important;
}
.ninja-popup__btn {
  margin-bottom: 1.5rem;
  display: inline-block;
}
.ninja-popup__image-left {
  position: absolute;
  max-width: 10rem !important;
  bottom: -3rem;
  left: -3rem;
}
@media (max-width: 767px) {
  .ninja-popup__image-left {
    max-width: 7rem !important;
  }
}
@media (max-width: 500px) {
  .ninja-popup__image-left {
    max-width: 5rem !important;
    bottom: -2rem;
    left: -1rem;
  }
}
.ninja-popup__image-right {
  position: absolute;
  max-width: 10rem !important;
  bottom: -3rem;
  right: -3rem;
}
@media (max-width: 767px) {
  .ninja-popup__image-right {
    max-width: 7rem !important;
  }
}
@media (max-width: 500px) {
  .ninja-popup__image-right {
    max-width: 5rem !important;
    bottom: -2rem;
    right: -1rem;
  }
}

.apply-block .apply-list {
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  list-style: none;
}
@media (max-width: 1000px) {
  .apply-block .apply-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .apply-block .apply-list {
    grid-template-columns: 1fr;
  }
}
.apply-block .apply-list__item {
  position: relative;
  font-family: "League Spartan", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .apply-block .apply-list__item {
    font-size: 20px;
  }
}
.apply-block .apply-list__item span {
  display: inline-block;
  padding-left: 2.5rem;
}
@media (max-width: 767px) {
  .apply-block .apply-list__item span {
    margin-top: 4px;
  }
}
.apply-block .apply-list__icon {
  position: absolute;
  width: 1.75rem;
}

.coding-browser-image {
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .coding-browser-image {
    width: 7.5rem;
    top: 3rem;
  }
}

.info-image {
  position: absolute;
  right: 0;
  bottom: -2.6rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .info-image {
    bottom: -1rem;
    right: -3rem;
    width: 7.5rem;
  }
}

.browser-illustration-rotated-image {
  position: absolute;
  left: 0;
  width: 10rem;
  transform: rotate(15deg);
}
@media (max-width: 767px) {
  .browser-illustration-rotated-image {
    width: 6.5rem;
  }
}

.purple-sparkle-image {
  margin: 0 auto 1rem auto;
  display: block;
  width: 12rem;
}
@media (max-width: 767px) {
  .purple-sparkle-image {
    width: 8rem;
  }
}

.cv-image {
  position: absolute;
  right: -1rem;
  width: 13rem;
}
@media (max-width: 767px) {
  .cv-image {
    top: -2.5rem;
    width: 8rem;
  }
}

.clipboard-illustration-image {
  position: absolute;
  left: 2rem;
  bottom: 0;
  width: 7rem;
}
@media (max-width: 991px) {
  .clipboard-illustration-image {
    bottom: -2rem;
    left: -0.5rem;
  }
}
@media (max-width: 767px) {
  .clipboard-illustration-image {
    width: 5rem;
  }
}

.anchor-link {
  padding: 0 1rem;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #5900FF;
}
.anchor-link i {
  display: block;
}

.checklist-main-text__text {
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .checklist-main-text__text {
    padding-right: 0;
  }
}

.checklist {
  margin: 0;
  padding: 0 1.5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .checklist {
    padding: 0;
  }
}
.checklist__heading {
  padding-left: 4rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
.checklist__item {
  margin-bottom: 2rem;
  position: relative;
}
.checklist__item:before {
  position: absolute;
  top: -0.2rem;
  left: 1rem;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  content: "\f00c";
  color: #5900FF;
}
.checklist__item span {
  display: block;
  padding-left: 4rem;
}
.checklist__indent {
  padding-left: 5rem !important;
}

.list {
  margin: 0;
  padding: 0 1.5rem;
  list-style: none;
}
@media (max-width: 767px) {
  .list {
    padding: 0;
  }
}
.list__heading {
  padding-left: 4rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
.list__item {
  margin-bottom: 1.5rem;
  position: relative;
}
.list__item:before {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-family: "FontAwesome";
  font-size: 0.75rem;
  content: "\f111";
  color: #5900FF;
}
.list__item span {
  display: block;
  padding-left: 4rem;
  font-family: "League Spartan", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .list__item span {
    font-size: 18px;
  }
}
.list__indent {
  padding-left: 5rem !important;
}

.position-relative {
  position: relative;
}

.text-bigger {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .text-bigger {
    font-size: 1rem;
  }
}

.underline-text {
  display: inline-block;
}
.underline-text span {
  display: inline-block;
}
.underline-text__line {
  margin: 0.25rem auto 0 auto;
  width: 100%;
  display: block;
}
.underline-text__line--short {
  max-width: 20rem;
}
.underline-text__line--medium {
  max-width: 31rem;
}
.underline-text__line--wide {
  max-width: 42rem;
}
.site-footer .footer-heading {
  position: relative;
}
@media (max-width: 767px) {
  .site-footer .footer-heading {
    padding: 0.5rem 0 0.75rem 0;
    border-bottom: 1px solid;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-heading:after {
    position: absolute;
    right: 0;
    font-family: "FontAwesome";
    content: "\f078";
  }
}
@media (max-width: 767px) {
  .site-footer .footer-heading--active:after {
    content: "\f077";
  }
}
.site-footer .js-footer-heading {
  cursor: pointer;
}
@media (max-width: 767px) {
  .site-footer .footer-nav {
    display: none;
  }
}

.pod-subscribe-container {
  background: #fbfbfb;
}

.pod-subscribe {
  padding: 2rem 0 1.6rem 0;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: "League Spartan", sans-serif;
}
@media (max-width: 767px) {
  .pod-subscribe {
    flex-direction: column;
  }
}
.pod-subscribe__title {
  margin-bottom: 0;
  position: relative;
  top: 0.25rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .pod-subscribe__title {
    text-align: center;
    margin-bottom: 0.4rem;
    width: 100%;
  }
}
.pod-subscribe__item {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  background: #5900ff;
  color: #fff;
  border-radius: 5rem;
}
@media (max-width: 767px) {
  .pod-subscribe__item {
    font-size: 0.75rem;
  }
}
.pod-subscribe__item:hover {
  color: #fff;
}
.pod-subscribe__item img {
  margin-right: 0.75rem;
  width: 1.4rem;
  min-height: 1.4rem;
}
.pod-subscribe__item span {
  position: relative;
  top: 0.1rem;
  line-height: 1;
}

.marketing-cta {
  margin: 1rem auto;
  padding: 1.5rem;
  position: relative;
  max-width: 20rem;
  font-weight: bold;
  border-radius: 2rem;
  background: #000;
  color: #fff;
}
.marketing-cta__lines {
  position: absolute;
  width: 3.5rem;
  right: 0;
  top: -1rem;
}
.marketing-cta__title {
  font-size: calc(1.1rem + 1.1vw);
}
@media (max-width: 640px) {
  .marketing-cta .marketing-cta-form .gform-theme--foundation .gform_fields {
    gap: 1rem !important;
  }
}
.marketing-cta .marketing-cta-form .gfield_label {
  display: none !important;
}
.marketing-cta .marketing-cta-form .gform_fields {
  gap: 1rem !important;
}
.marketing-cta .marketing-cta-form input[type=text],
.marketing-cta .marketing-cta-form input[type=email] {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  font-size: 18px !important;
  text-align: left !important;
  background-color: #fff !important;
  border: 1px solid #606060 !important;
  border-radius: 8px !important;
}
.marketing-cta .marketing-cta-form input[type=submit] {
  background-color: #5900FF !important;
  color: #fff !important;
  font-size: 16px !important;
  border-radius: 10px !important;
  padding: 14px 30px !important;
  font-weight: bold !important;
  border: none !important;
  width:100% !important;
}
.marketing-cta .marketing-cta-form input[type=submit]:hover {
  background-color: #ffffff !important;
  color: #5900FF !important;
  font-size: 16px !important;
  padding: 14px 30px !important;
  font-weight: bold !important;
  border: none !important;
  width:100% !important;
}
.marketing-cta .marketing-cta-form .gform_validation_errors {
  display: none !important;
}
.marketing-cta .marketing-cta-form .gfield_validation_message {
  padding: 0.5rem 0;
  color: #fff !important;
  background: #FF3333;
}
.marketing-cta .marketing-cta-form .gform_confirmation_wrapper {
  text-align: center !important;
}

.btn-wide {
  display: block;
}

.btn-lk-primary--yellow {
  color: #000 !important;
  background: #FFC504;
}

.full-width-image {
  width: 100%;
  display: block;
}

.marketing-cta-full {
  margin: 1rem auto;
  padding: 1.5rem;
  position: relative;
  font-size: 1.4rem;
  border-radius: 2rem;
  background: #000;
  color: #fff;
}
.marketing-cta-full__sparkles {
  position: absolute;
  width: 3.5rem;
  right: 0;
  top: -1rem;
}
.marketing-cta-full__intro {
  margin: 0 auto 2rem auto;
  max-width: 30rem;
}
@media (max-width: 640px) {
  .marketing-cta-full .marketing-cta-form .gform-theme--foundation .gform_fields {
    gap: 1rem !important;
  }
}
.marketing-cta-full .marketing-cta-form .gfield_label {
  display: none !important;
}
.marketing-cta-full .marketing-cta-form .gform_fields {
  gap: 1rem !important;
}
.marketing-cta-full .marketing-cta-form input[type=text],
.marketing-cta-full .marketing-cta-form input[type=email] {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  font-size: 18px !important;
  text-align: left !important;
  background-color: #fff !important;
  border: 1px solid #606060 !important;
  border-radius: 8px !important;
}
.marketing-cta-full .marketing-cta-form input[type=submit] {
  background-color: #5900FF !important;
  color: #fff !important;
  font-size: 16px !important;
  border-radius: 10px !important;
  padding: 14px 50px !important;
  font-weight: bold !important;
  border: none !important;
}
.marketing-cta-full .marketing-cta-form input[type=submit]:hover {
  background-color: #ffffff !important;
  color: #5900FF !important;
  font-size: 16px !important;
  padding: 14px 50px !important;
  font-weight: bold !important;
  border: none !important;
}
.marketing-cta-full .marketing-cta-form .gform_validation_errors {
  display: none !important;
}
.marketing-cta-full .marketing-cta-form .gfield_validation_message {
  padding: 0.5rem 0;
  color: #fff !important;
  background: #FF3333;
}
.marketing-cta-full .marketing-cta-form .gform_confirmation_wrapper {
  text-align: center !important;
}

.cs-hero__sparkles {
  position: absolute;
  left: -6rem;
  bottom: 5rem;
  width: 5rem;
}
@media (max-width: 767px) {
  .cs-hero__sparkles {
    display: none;
  }
}
.cs-hero__highlight-line {
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 5rem;
}
@media (max-width: 767px) {
  .cs-hero__highlight-line {
    right: -0.8rem;
    top: -1rem;
    width: 3rem;
  }
}
.cs-hero__image-wrapper {
  position: relative;
}
.cs-hero__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.cs-hero .cs-awards {
  padding-left: 0;
  display: flex;
  gap: 1rem;
}
.cs-hero .cs-awards__item {
  max-width: 5rem;
  list-style: none;
}
.cs-hero .cs-awards__item img {
  width: 100%;
  min-height: 4.5rem;
}

.results-preview-arrow {
  position: absolute;
  top: -0.5rem;
  right: 4rem;
  max-width: 6rem;
}
@media (max-width: 767px) {
  .results-preview-arrow {
    max-width: 3rem;
    right: 0;
  }
}

.results-preview-stack {
  display: flex;
  gap: 1.5rem;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .results-preview-stack {
    flex-direction: column;
  }
}
.results-preview-stack .results-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .results-preview-stack .results-item {
    display: block;
  }
}
.results-preview-stack .results-item span {
  display: block;
}
.results-preview-stack .results-item__value {
  margin-bottom: 1rem;
  display: inline-block !important;
  font-family: "Gloria Hallelujah", sans-serif;
  font-size: clamp(3.5rem, 5.5vw, 6rem);
  line-height: 1;
  background: #fff;
  border-radius: 40px;
}
.results-preview-stack .results-item__description {
  margin: 0 auto;
  max-width: 13rem;
  font-family: "League Spartan", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
}

.results-stack {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1.5rem;
  align-items: center;
}
.results-stack dt span {
  padding: 0.45rem 0.3rem 0.3rem 0.3rem;
  display: block;
  font-family: "League Spartan", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  color: #000;
  background: #FFC504;
  border-radius: 0.35rem;
}
.results-stack dd {
  margin-bottom: 0;
}

.featured-testimonial {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
@media (max-width: 767px) {
  .featured-testimonial {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    text-align: center;
  }
}
.featured-testimonial__quote {
  line-height: 1.1;
}
.featured-testimonial__quote p,
.featured-testimonial__quote span {
  display: inline;
}
.featured-testimonial__photo {
  position: relative;
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .featured-testimonial__photo {
    margin: 0 auto;
    width: 10rem;
    height: 10rem;
  }
}
.featured-testimonial__photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  border-radius: 100%;
}
.featured-testimonial__name {
  font-size: 2rem;
}

.error-404__big-heading {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .error-404__big-heading {
    font-size: 4.5rem;
  }
}
.error-404__image {
  max-width: 50rem;
  width: 100%;
  position: relative;
  bottom: -15px;
}
.error-404 ul {
  padding: 0;
}
.error-404 ul li {
  margin-bottom: 1.5rem;
  list-style: none;
}
.error-404 ul li a {
  display: inline-block;
  font-weight: bold;
}
.error-404 ul li a:hover {
  text-decoration: underline;
}

.modal.show .modal-dialog {
  max-width: 700px;
}

.modal-body {
  padding: 1rem 2rem;
}

.modal-content .gfield_label {
  font-size: 18px !important;
  font-weight: normal !important;
}

.services-hero .rotate-right,
.page-hero .rotate-right {
  transform: rotate(-4.5deg);
}
@media (max-width: 600px) {
  .services-hero .rotate-right,
  .page-hero .rotate-right {
    transform: none;
  }
}

.services-hero .rotate-left,
.page-hero .rotate-left {
  transform: rotate(3deg);
}
@media (max-width: 600px) {
  .services-hero .rotate-left,
  .page-hero .rotate-left {
    transform: none;
  }
}

.sticky-top {
  z-index: 1000 !important;
}

.nav-cta-btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-logos-slider .logo-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.contact-arrow-white {
  max-width: 4rem;
  position: absolute;
  left: -4rem;
  top: 0rem;
}
@media only screen and (max-width: 990px) {
  .contact-arrow-white {
    display: none;
  }
}

.contact-title {
  display: inline-block;
}

.contact-twinkles {
  position: absolute;
  left: -4rem;
  top: -1.5rem;
  max-width: 2.8rem;
}

.contact-phone {
  position: absolute;
  top: -4.5rem;
  right: 0;
  max-width: 8rem;
}
@media (max-width: 992px) {
  .contact-phone {
    max-width: 5rem;
  }
}

.container__uneven-tb {
  width: 100%;
  max-height: 7rem;
}

.iframe-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.meta-link:hover {
  color: inherit;
}

.post .entry-content {
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .post .entry-content {
    margin-right: 0;
  }
}

.h1-home-hero {
  margin-bottom: 50px !important;
}
.h1-home-hero span.yellow {
  position: relative;
  display: inline-block;
}
.h1-home-hero span.yellow:after {
  display: block;
  position: absolute;
  width: calc(100% + 5rem);
  left: -2.5rem;
  bottom: -2.5rem;
  content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 939 24" xml:space="preserve"><style type="text/css">.st1{fill:%23FFC504;}</style><g><g><path class="st1" d="M6.7,21.6c-8.4-0.2-7.4-12.6,1-11.5c122.7-4.5,245.5-6.8,368.3-6c154.5-1.7,309-0.9,463.5-0.2c32.5-0.9,66.2,1.7,99.3,8.3C628.1,13.2,317.3,11.8,6.7,21.6"/></g></g></svg>');
}
@media (max-width: 1200px) {
  .h1-home-hero span.yellow:after {
    width: 100%;
    left: 0;
    bottom: -1.1rem;
  }
}
