@charset "UTF-8";
/*!
Theme Name: Auctane Child
Theme URI: https://auctane.com
Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
Author: Auctane
Author URI: https://auctane.com

Version: 1.5.0

Tags: accessibility-ready, block-styles, custom-colors, custom-header, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis
*/
.navy-blue {
  color: #091B37;
}

.blue {
  color: #0D30BC;
}

.blue-tint {
  color: #415ED2;
}

.white {
  color: #ffffff;
}

.julip {
  color: #78DAD4;
}

.teal {
  color: #2da49c;
}

.yellow {
  color: #ECBD1C;
}

.charcoal {
  color: #21314b;
}

.lt-grey {
  color: #f7f8fa;
}

.bg-grey {
  color: #eff2f6;
}

.border-grey {
  color: #c1c5cc;
}

.grey {
  color: #b8c0cf;
}

.slate {
  color: #525975;
}

.gradient {
  background: linear-gradient(64.31deg, #78DAD4 4.31%, #0D30BC 95.01%);
}

.inter {
  font-family: "Inter", sans-serif;
}

.site-width--full, .table-container, .block__post {
  width: 100%;
}

.site-width--wide, .block__columns--wrapper, .site-footer__container, .site-header .wrap {
  max-width: 1300px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 1300px) {
  .site-width--wide, .block__columns--wrapper, .site-footer__container, .site-header .wrap {
    padding: 0;
    margin: 0 auto;
  }
}

.site-width--wrapper, body.woocommerce-page .content, .knowledge__cta, .knowledge__wrapper, .block__cobranded--wrapper, .block__stats--wrapper, .block__post--wrapper, .block__container ul.columns, .block__container--wrapper, .hero__home--wrapper, .hero__wrapper--left {
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .site-width--wrapper, body.woocommerce-page .content, .knowledge__cta, .knowledge__wrapper, .block__cobranded--wrapper, .block__stats--wrapper, .block__post--wrapper, .block__container ul.columns, .block__container--wrapper, .hero__home--wrapper, .hero__wrapper--left {
    margin: 0 auto;
  }
}

.site-width--padding, .block__animationwrapper, .block__container h2, .hero__wrapper--center, body.single .content-sidebar-wrap {
  max-width: 900px;
  margin-left: 24px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .site-width--padding, .block__animationwrapper, .block__container h2, .hero__wrapper--center, body.single .content-sidebar-wrap {
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1140px) {
  .site-width--padding, .block__animationwrapper, .block__container h2, .hero__wrapper--center, body.single .content-sidebar-wrap {
    padding: 0;
  }
}

.site-width--narrow, body.archive article .link, .block__container p {
  max-width: 768px;
  margin-left: 24px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .site-width--narrow, body.archive article .link, .block__container p {
    margin: 0 auto;
  }
}

.site-inner {
  background-color: #ffffff;
}

.post-edit-link {
  display: none;
}

.button--container {
  padding: 64px 0 24px 0;
}

a.button,
a.wp-block-button,
a.wp-block-button__link {
  font-size: 18px;
  line-height: 1.25em;
  padding: 16px 36px;
  font-weight: 700;
  border-radius: 32px;
  margin-top: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}
a.button--arrow:after,
a.wp-block-button--arrow:after,
a.wp-block-button__link--arrow:after {
  display: inline-block;
  content: "";
  background-image: url("/wp-content/themes/auctane/assets/images/svg/icon--arrow-right-white.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  margin-left: 8px;
  transition: transform 100ms ease-in-out;
}
a.button--arrow:hover:after,
a.wp-block-button--arrow:hover:after,
a.wp-block-button__link--arrow:hover:after {
  transform: translateX(4px);
}
a.button--navy-blue,
a.wp-block-button--navy-blue,
a.wp-block-button__link--navy-blue {
  border: 3px solid #091B37;
  color: #ffffff;
  background-color: #091B37;
}
a.button--white,
a.wp-block-button--white,
a.wp-block-button__link--white {
  color: #091B37;
  border: 3px solid #ffffff;
  background-color: #ffffff;
}
a.button--white.button--arrow:after,
a.wp-block-button--white.button--arrow:after,
a.wp-block-button__link--white.button--arrow:after {
  background-image: url("/wp-content/themes/auctane/assets/images/svg/icon--arrow-right-navy.svg");
}
a.button--outline,
a.wp-block-button--outline,
a.wp-block-button__link--outline {
  color: #ffffff;
  border-color: #ffffff;
  border: 3px solid #ffffff;
  background-color: #091B37;
}
a.button--outline.button--arrow:after,
a.wp-block-button--outline.button--arrow:after,
a.wp-block-button__link--outline.button--arrow:after {
  background-image: url("/wp-content/themes/auctane/assets/images/svg/icon--arrow-right-white.svg");
}
a.button:hover, a.button:focus, a.button:active,
a.wp-block-button:hover,
a.wp-block-button:focus,
a.wp-block-button:active,
a.wp-block-button__link:hover,
a.wp-block-button__link:focus,
a.wp-block-button__link:active {
  opacity: 0.8;
  text-decoration: none;
}

a.wp-block-button__link:after {
  display: inline-block;
  content: "";
  background-image: url("/wp-content/themes/auctane/assets/images/svg/icon--arrow-right-white.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  margin-left: 8px;
  transition: transform 100ms ease-in-out;
}
a.wp-block-button__link:hover:after {
  transform: translateX(4px);
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 32px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 38px;
  }
}

h3, body.archive .posts--featured article:first-of-type .entry-title {
  font-size: 18px;
}
@media (min-width: 768px) {
  h3, body.archive .posts--featured article:first-of-type .entry-title {
    font-size: 34px;
  }
}

h4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 14px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 26px;
  }
}

h6, body.archive article .entry-title {
  font-size: 12px;
}
@media (min-width: 768px) {
  h6, body.archive article .entry-title {
    font-size: 22px;
  }
}

h1,
h2,
h3,
body.archive .posts--featured article:first-of-type .entry-title,
h4,
h5,
h6,
body.archive article .entry-title {
  font-family: "Inter", sans-serif;
  line-height: 1.25em;
  font-weight: 700;
}

.eyebrow {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #091B37;
  letter-spacing: 2.5px;
}

a {
  color: #0D30BC;
  font-weight: 700;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

ul li {
  margin-bottom: 0;
}

a.link--arrow:after {
  display: inline-block;
  content: "";
  background-image: url("/wp-content/themes/auctane/assets/images/svg/icon--arrow-right-blue.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  margin-left: 8px;
  transition: transform 100ms ease-in-out;
}
a.link--arrow:hover:after {
  transform: translateX(4px);
}
a.link:hover, a.link:active, a.link:focus {
  text-decoration: none;
}

/* Skip Links
---------------------------------------------------------------------------- */
ul.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  height: 70px;
  background: #091B37;
  /* Site Navigation
  ---------------------------------------------------------------------------- */
  /* Responsive Menu
  --------------------------------------------- */
}
.site-header .wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.site-header .wrap a {
  outline-style: none;
}
.site-header .site-logo {
  padding-top: 6px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex: 0 0 auto;
}
.site-header .site-logo img,
.site-header .site-logo svg {
  height: 16px;
}
.site-header .site-logo .logo-knowledge {
  border-left: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .site-header .site-logo {
    height: 20px;
    padding-top: 0;
  }
}
.site-header .menu-toggle.icon-menu {
  content: "";
  background-color: #ffffff;
  width: 24px;
  height: 3px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 34px;
  right: 30px;
}
.site-header .menu-toggle.icon-menu:before {
  content: "";
  background-color: #ffffff;
  width: 24px;
  height: 3px;
  display: block;
  position: relative;
  top: -7px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.site-header .menu-toggle.icon-menu:after {
  content: "";
  background-color: #ffffff;
  width: 24px;
  height: 3px;
  display: block;
  position: relative;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .site-header .menu-toggle.icon-menu {
    display: none;
  }
}
.site-header .menu-toggle.menu-open {
  background-color: transparent;
}
.site-header .menu-toggle.menu-open:before {
  content: "";
  background-color: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.site-header .menu-toggle.menu-open:after {
  content: "";
  background-color: #ffffff;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}
.site-header .genesis-nav-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .site-header .genesis-nav-menu {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin: 0;
    padding-left: 0;
  }
}
.site-header .genesis-nav-menu .menu-item {
  position: relative;
  display: block;
}
.site-header .genesis-nav-menu li {
  position: relative;
  margin: 0 12px;
  padding: 24px 0;
}
.site-header .genesis-nav-menu li:before {
  transition: 300ms;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #ffffff;
}
.site-header .genesis-nav-menu li.menu-item::before {
  height: 0;
  bottom: 0;
}
.site-header .genesis-nav-menu li.menu-item:hover::before {
  height: 5px;
}
.site-header .genesis-nav-menu li.current-menu-item:before {
  background-color: #2da49c;
  height: 5px;
}
.site-header .genesis-nav-menu a {
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  display: block;
  text-decoration: none;
}
.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.site-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.site-header .genesis-nav-menu .sub-menu .current-menu-item > a:active {
  color: #ffffff;
  text-decoration: none;
}
.site-header .genesis-nav-menu .sub-menu,
.site-header .genesis-nav-menu .sub-menu a {
  width: 100%;
}
.site-header .genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  position: static;
  z-index: 99;
}
.site-header .genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}
.site-header .genesis-nav-menu .menu-item:focus,
.site-header .genesis-nav-menu .menu-item:hover {
  position: relative;
}
.site-header .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}
.site-header .mobile-navigation {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 70px);
  opacity: 0;
  transform: scale(0.95);
  transform-origin: 100% 0;
  transition: all 0.3s ease;
  transition-property: transform, opacity;
  background: #091B37;
  pointer-events: none;
}
.site-header .mobile-navigation.active {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
  background: #091B37;
  z-index: 99;
  pointer-events: auto;
}
.site-header .mobile-navigation .mobile-menu {
  padding: 56px 0 0 64px;
  font-size: 16px;
}
.site-header .mobile-navigation .mobile-menu h6, .site-header .mobile-navigation .mobile-menu body.archive article .entry-title, body.archive article .site-header .mobile-navigation .mobile-menu .entry-title {
  color: #ffffff;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.25em;
}
.site-header .mobile-navigation .mobile-menu ul {
  padding: 0;
  column-width: 120px;
  gap: 24px;
}
.site-header .mobile-navigation .mobile-menu ul li {
  list-style-type: none;
}
.site-header .mobile-navigation .mobile-menu ul a {
  color: #ffffff;
  outline-style: none;
}
.site-header .mobile-navigation .mobile-menu ul a:hover, .site-header .mobile-navigation .mobile-menu ul a:active, .site-header .mobile-navigation .mobile-menu ul a:focus {
  color: #2da49c;
  text-decoration: underline;
}
.site-header .mobile-navigation .mobile-menu ul .column-break {
  break-after: column;
}
.site-header .mobile-navigation .mobile-menu__products ul li {
  margin-bottom: 16px;
}
.site-header .mobile-navigation .mobile-menu__products ul li a {
  font-weight: 300;
}
.site-header .mobile-navigation .mobile-menu__main ul li {
  margin-bottom: 24px;
}
.site-header .mobile-navigation .mobile-menu__social ul {
  display: flex;
  flex-flow: row nowrap;
}
.site-header .mobile-navigation .mobile-menu__social ul li {
  margin-right: 24px;
}
@media screen and (min-width: 768px) {
  .site-header .mobile-navigation {
    display: none;
  }
}

.site-footer {
  width: 100%;
  background-color: #091B37;
  color: #ffffff;
  font-size: 16px;
}
.site-footer__container {
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 10;
}
.site-footer__container a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer__container a:hover, .site-footer__container a:active, .site-footer__container a:focus {
  color: #2da49c;
  text-decoration: underline;
}
.site-footer__container ul {
  margin-top: 0;
  padding-left: 0;
}
.site-footer__container ul li {
  list-style-type: none;
  margin-right: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .site-footer__container {
    display: grid;
    padding-top: 90px;
    padding-bottom: 90px;
    grid-template-columns: 1fr 200px 1fr 1fr;
    justify-content: center;
    row-gap: 80px;
  }
}
.site-footer__logo {
  grid-column: 1/span 4;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__logo {
    text-align: left;
  }
}
.site-footer__menu h6, .site-footer__menu body.archive article .entry-title, body.archive article .site-footer__menu .entry-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.site-footer__menu .menu-header {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__menu {
    margin-bottom: 0;
  }
}
.site-footer__menu--main {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__menu--main {
    display: block;
  }
}
.site-footer__menu--products {
  display: none;
}
.site-footer__menu--products h6, .site-footer__menu--products body.archive article .entry-title, body.archive article .site-footer__menu--products .entry-title {
  column-span: all;
}
.site-footer__menu--products li {
  width: 200px;
}
.site-footer__menu--products li a {
  font-weight: 300;
}
@media (min-width: 768px) {
  .site-footer__menu--products {
    display: block;
    grid-column: 2/span 3;
  }
  .site-footer__menu--products ul {
    max-width: 400px;
    columns: 2;
  }
}
.site-footer__copyright, .site-footer__privacy {
  text-align: center;
}
.site-footer__copyright a, .site-footer__privacy a {
  font-weight: 300;
}
@media (min-width: 768px) {
  .site-footer__copyright, .site-footer__privacy {
    text-align: left;
  }
}
.site-footer__social {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__social {
    justify-content: flex-end;
    display: flex;
  }
  .site-footer__social ul {
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .site-footer__social ul li {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 30px;
}

.hero {
  background-image: var(--image-url);
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.hero__wrapper {
  display: flex;
  align-items: center;
}
.hero__wrapper h1 {
  margin-top: 0;
}
.hero__wrapper p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero__wrapper--left .hero--content {
    padding-right: 50%;
  }
}
.hero__wrapper--center {
  justify-content: center;
  text-align: center;
}
.hero--navy-blue {
  background-color: #091B37;
  color: #ffffff;
}
.hero--navy-blue p a {
  color: #ffffff;
}
.hero--navy-blue a.link {
  color: #ffffff;
}
.hero--glyph {
  background-image: url(/wp-content/uploads/2021/11/logo-auctane-glyph.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media (min-width: 1140px) {
  .hero--glyph {
    background-size: contain;
  }
}
.hero__home {
  height: calc(100vh - 70px);
  position: relative;
  padding: 0;
}
.hero__home--wrapper {
  height: calc(100vh - 70px);
  color: #ffffff;
  max-width: 600px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero__home--wrapper {
    margin-right: 50%;
  }
}
.hero__home .hero--more {
  position: absolute;
  bottom: 96px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.hero__home .hero--more a {
  outline-style: none;
}
@media (min-width: 540px) {
  .hero__home .hero--more {
    bottom: 48px;
  }
}
.hero--media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.block__container {
  padding: 64px 0;
  overflow: hidden;
  outline-style: none;
}
.block__container .eyebrow {
  position: relative;
  padding: 16px 0;
  margin-bottom: 56px;
  border-bottom: 1px solid #c1c5cc;
  text-align: center;
}
.block__container .eyebrow:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 36px;
  height: 9px;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}
.block__container .eyebrow.fixed {
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
}
.block__container .button--container {
  padding-top: 80px;
}
.block__container--wrapper {
  position: relative;
}
.block__container--background {
  position: absolute;
  width: 100%;
  bottom: -64px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
}
.block__container--background img {
  flex: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
}
@media (min-width: 1140px) {
  .block__container--background {
    right: -64px;
    justify-content: flex-end;
  }
  .block__container--background img {
    max-width: 800px;
  }
}
.block__container h2 {
  margin-bottom: 24px;
}
.block__container p {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .block__container p {
    margin-bottom: 64px;
  }
}
.block__container ul {
  padding-left: 0;
}
.block__container ul.columns {
  column-count: 1;
  margin-top: 60px;
}
@media (min-width: 540px) {
  .block__container ul.columns {
    column-count: 2;
  }
}
@media (min-width: 1140px) {
  .block__container ul.columns {
    column-count: 3;
  }
}
.block__container ul.columns li {
  text-align: left;
}
.block__container ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 4px;
}
.block__container--blue .eyebrow:after {
  background: #0D30BC;
}
.block__container--blue li {
  background-image: url("/wp-content/themes/auctane/assets/images/svg/icon--check-navy.svg");
}
.block__container--teal .eyebrow:after {
  background: #2da49c;
}
.block__container--teal li {
  background-image: url("/wp-content/themes/auctane/assets/images/svg/icon--check-teal.svg");
}
.block__container--yellow .eyebrow:after {
  background: #ECBD1C;
}
.block__container--blue form li, .block__container--teal form li, .block__container--yellow form li {
  padding-left: 0;
  background-image: none;
}
.block__container .wp-block-column {
  flex-basis: 50% !important;
}
@media (min-width: 540px) {
  .block__container .wp-block-column {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .block__container .wp-block-column {
    flex-basis: auto;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .block__container .wp-block-column {
    flex-basis: auto;
  }
  .block__container .wp-block-column:nth-child(even) {
    margin-left: 0;
  }
}
.block__post {
  padding: 100px 0;
}
.block__post--wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-flow: row wrap-reverse;
}
@media (min-width: 768px) {
  .block__post--wrapper {
    flex-flow: row nowrap;
    align-items: center;
  }
}
.block__post .post--image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .block__post .post--image {
    flex: 0 0 40%;
  }
  .block__post .post--image img {
    width: 400px;
    height: auto;
  }
}
.block__columns--wrapper {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .block__columns--wrapper {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
}
.block__column {
  flex-basis: 100%;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .block__column {
    flex: 1;
  }
}
.block__column h2 {
  margin-top: 20px;
  margin-bottom: 48px;
}
.block__column--content {
  order: 0;
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .block__column--content {
    order: 1;
    margin-bottom: 40px;
  }
}
.block__column--media.image--right {
  order: 2;
}
.block__column--media.image--left {
  order: 1;
}
@media (min-width: 768px) {
  .block__column--media.image--left {
    order: 0;
  }
}
.block__column--media img {
  border-radius: 20px;
  max-width: 100%;
}
.block__stats--wrapper {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .block__stats--wrapper {
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 40px;
  }
}
.block__stats--stat {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .block__stats--stat {
    text-align: left;
  }
}
.block__stats--stat .stats--image img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.block__stats--stat .stats--content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .block__stats--stat .stats--content {
    margin-top: 0;
    padding-left: 20px;
    border-left: 2px solid #b8c0cf;
    height: 100%;
  }
  .block__stats--stat .stats--content p {
    margin: 0;
  }
}
.block__stats--stat .stats--number {
  color: #2da49c;
  font-size: 34px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 16px;
}
.block__cobranded--wrapper {
  display: flex;
  flex-flow: column nowrap;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .block__cobranded--wrapper {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.block__cobranded p {
  margin: 0;
}
.block__cobranded--company {
  flex: 1;
}
.block__cobranded--company p,
.block__cobranded--company img {
  max-width: 420px;
}
.block__cobranded--company img {
  margin-bottom: 24px;
}
.block__cobranded--quote {
  flex: 1;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid #b8c0cf;
}
@media (min-width: 768px) {
  .block__cobranded--quote {
    margin-top: 0;
    padding-top: 0;
    padding-left: 24px;
    border-top: none;
    border-left: 2px solid #b8c0cf;
    height: 100%;
  }
}
.block__cobranded--quote .quote--content {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  background-image: url("/wp-content/themes/auctane/assets/images/svg/quotes.svg");
  background-repeat: no-repeat;
  padding-top: 32px;
  margin-bottom: 32px;
}
.block__cobranded--quote .quote--cite span {
  display: block;
  font-weight: 700;
}
.block__solutions--filter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}
@media (min-width: 1140px) {
  .block__solutions--filter {
    flex-flow: row nowrap;
  }
}
.block__solutions--filter label {
  font-size: 20px;
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1140px) {
  .block__solutions--filter label {
    text-align: left;
    margin-right: 20px;
    margin-bottom: 0;
    flex-basis: auto;
  }
}
.block__solutions--filter .cat-list {
  position: relative;
  user-select: none;
  width: auto;
}
.block__solutions--filter .select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.block__solutions--filter .select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  color: #091B37;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  width: 300px;
}
@media (min-width: 1140px) {
  .block__solutions--filter .select__trigger {
    background: rgba(255, 255, 255, 0.6);
  }
}
.block__solutions--filter .select__visible {
  font-size: 16px;
  font-weight: bold;
  padding-right: 30px;
  white-space: nowrap;
}
.block__solutions--filter .custom-options {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  text-align: left;
}
@media (min-width: 1140px) {
  .block__solutions--filter .custom-options {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.block__solutions--filter .select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  width: 300px;
  padding: 0 22px;
}
.block__solutions--filter .custom-option {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 17px 0;
  font-size: 12px;
}
.block__solutions--filter .custom-option a {
  color: rgba(9, 27, 55, 0.8);
}
.block__solutions--filter .custom-option a:hover, .block__solutions--filter .custom-option a:active, .block__solutions--filter .custom-option a:focus {
  color: #0D30BC;
  text-decoration: underline;
}
.block__solutions--filter .custom-option.selected a {
  color: #091B37;
}
.block__solutions--filter .custom-option:hover {
  cursor: pointer;
}
.block__solutions--filter .custom-option.selected {
  color: #ffffff;
}
.block__solutions--filter .arrow {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background-image: url("/wp-content/themes/auctane/assets/images/svg/icon--caret-down-navy.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.block__solutions--filter .open .arrow {
  transform: rotate(180deg);
}
.block__solutions--filter .cat-list_item {
  color: #091B37;
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 540px) {
  .block__solutions--filter .cat-list_item,
  .block__solutions--filter label,
  .block__solutions--filter .select__visible {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .block__solutions--filter .select.open .custom-options,
  .block__solutions--filter .select__trigger {
    width: 600px;
  }
  .block__solutions--filter .cat-list_item,
  .block__solutions--filter label,
  .block__solutions--filter .select__visible {
    font-size: 30px;
  }
}
.block__solutions--results .project-tiles {
  display: grid;
}
.block__solutions--results .project-tiles.solutions--grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
}
@media (min-width: 540px) {
  .block__solutions--results .project-tiles.solutions--grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .block__solutions--results .project-tiles.solutions--grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 80px;
  }
}
@media (min-width: 1140px) {
  .block__solutions--results .project-tiles.solutions--grid {
    margin-top: 0;
  }
}
.block__solutions--results .project-tiles.solutions--grid a {
  outline-style: none;
}
.block__solutions--results .project-tiles.solutions--grid .solution {
  background: transparent linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%) 0% 0% no-repeat padding-box !important;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block__solutions--results .project-tiles.solutions--grid .solution img {
  max-width: 120px;
  height: auto;
}
@media (min-width: 768px) {
  .block__solutions--results .project-tiles.solutions--grid .solution {
    padding: 16px;
  }
  .block__solutions--results .project-tiles.solutions--grid .solution img {
    max-width: 140px;
  }
}
@media (min-width: 1140px) {
  .block__solutions--results .project-tiles.solutions--grid .solution img {
    max-width: 160px;
    max-height: 100px;
  }
}
.block__solutions--results .project-tiles.solutions--grid .solution p {
  display: none;
}
.block__solutions--results .project-tiles.solutions--grid .solution.wp-block-post-featured-image {
  margin: 0;
}
.block__solutions--results .project-tiles.solutions--grid .solution:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: 100%;
}
.block__solutions--results .project-tiles.solutions--grid .solution:hover {
  border: 2px solid #0D30BC !important;
  transition: border 0.4s ease-in;
}
.block__solutions--results .project-tiles.solutions--list {
  margin-top: 32px;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .block__solutions--results .project-tiles.solutions--list {
    margin-top: 120px;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 80px;
  }
}
.block__solutions--results .project-tiles.solutions--list .solution {
  text-align: left;
}
.block__solutions--results .project-tiles.solutions--list img {
  margin-bottom: 10px;
}
.block__solutions--results .project-tiles.solutions--list p {
  margin: 0 0 24px 0;
}
.block__logos .wp-block-column {
  align-self: center;
}
.block__logos img {
  max-width: 120px;
  height: auto;
}
@media (min-width: 1140px) {
  .block__logos img {
    max-width: 160px;
  }
}
.block__cards {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .block__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1140px) {
  .block__cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.block__cards--card {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.0509803922);
  z-index: 1;
}
@media (min-width: 768px) {
  .block__cards--card {
    border-radius: 24px;
  }
}
@media (min-width: 1140px) {
  .block__cards--card {
    border-radius: 32px;
  }
}
.block__cards--card h4 {
  margin: 40px 0 24px 0;
}
.block__cards--card .card--icon img {
  width: 60px;
  height: 60px;
}
.block__cards--card .card--text {
  font-size: 16px;
  line-height: 24px;
}
.block__elt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background-color: #ECBD1C;
}
.block__elt--item {
  position: relative;
}
.block__elt .item--headshot {
  position: relative;
}
.block__elt .item--headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
.block__elt .item--headshot:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(9, 27, 55, 0) 52.6%, rgba(9, 27, 55, 0.08) 100%);
  opacity: 50%;
}
.block__elt .item--info {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background: rgba(9, 27, 55, 0.75);
  color: #ffffff;
  width: 100%;
  padding: 16px 0;
  max-height: 82px;
  z-index: 1;
}
.block__elt .item--name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.block__elt .item--title {
  font-size: 14px;
  line-height: 17.5px;
}
.block__elt .item--bio {
  display: none;
}
@media (min-width: 768px) {
  .block__elt {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1140px) {
  .block__elt {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1920px) {
  .block__elt {
    grid-template-columns: repeat(5, 1fr);
  }
  .block__elt:before {
    content: "";
    background-color: #78DAD4;
    grid-column: 1;
    grid-row: 1;
  }
  .block__elt:after {
    content: "";
    background-color: #091B37;
    grid-column: 5;
    grid-row: 2;
  }
  .block__elt .item--1 {
    grid-column-start: 2;
  }
  .block__elt .item--9 {
    grid-column-start: 2;
  }
  .block__elt .item--blank {
    display: block;
  }
}

.video {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.video img {
  width: 100%;
  height: auto;
}
.video--play {
  background: url("/wp-content/uploads/2021/11/icon-circle-play-white.svg") no-repeat center center;
  background-size: 15%;
  height: 100%;
  width: 100%;
  z-index: 999;
  position: absolute;
  opacity: 0.7;
}
.video--play:hover {
  cursor: pointer;
  opacity: 1;
}
.video .wistia_click_to_play {
  max-width: 360px !important;
}

@keyframes t1anim {
  0% {
    opacity: 0;
    transition: opacity 1s ease-in;
  }
  25% {
    opacity: 1;
    transition: opacity 0.5s ease-out;
  }
  30% {
    opacity: 0;
    transition: opacity 0.25s ease-in;
  }
}
@keyframes t2anim {
  30% {
    opacity: 0;
    transition: opacity 1s ease-in;
  }
  55% {
    opacity: 1;
    transition: opacity 0.5s ease-out;
  }
  60% {
    opacity: 0;
    transition: opacity 0.25s ease-in;
  }
}
@keyframes t3anim {
  60% {
    opacity: 0;
    transition: opacity 1s ease-in;
  }
  85% {
    opacity: 1;
    transition: opacity 0.5s ease-out;
  }
  90% {
    opacity: 0;
    transition: opacity 0.25s ease-in;
  }
}
@keyframes t4anim {
  90% {
    opacity: 0;
    transition: opacity 1s ease-in;
  }
  100% {
    opacity: 1;
    transition: opacity 0.5s ease-out;
  }
}
@keyframes t5anim {
  0% {
    opacity: 0;
    transition: opacity 1.5s ease-out;
  }
  100% {
    opacity: 1;
    transition: opacity 1.5s ease-out;
  }
}
.animated__title {
  color: #ffffff;
  max-width: 530px;
}
.animated__title--top {
  font-size: 42px;
  line-height: 52.5px;
  font-weight: 700;
  position: relative;
  height: 172.5px;
}
@media (min-width: 1140px) {
  .animated__title--top {
    height: 120px;
    transform: translateY(60px);
  }
}
.animated__title--bottom {
  font-size: 18px;
  line-height: 27.5px;
  font-weight: 300;
}
@media (min-width: 1140px) {
  .animated__title--bottom {
    transform: translateY(60px);
  }
}

.title--top {
  opacity: 0;
  width: 100%;
  position: absolute;
}

.title--bottom {
  opacity: 0;
  width: 100%;
}

.t1 {
  -webkit-animation: t1anim 15s forwards;
  animation: t1anim 15s forwards;
}

.t2 {
  -webkit-animation: t2anim 15s forwards;
  animation: t2anim 15s forwards;
}

.t3 {
  -webkit-animation: t3anim 15s forwards;
  animation: t3anim 15s forwards;
}

.t4 {
  -webkit-animation: t4anim 15s forwards;
  animation: t4anim 15s forwards;
}

.t5 {
  -webkit-animation: t5anim 0.5s forwards;
  animation: t5anim 0.5s forwards;
  animation-delay: 15s;
}

.site-inner {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 100%);
  background-attachment: fixed !important;
  transition: background-color 1s ease;
}
.site-inner.background-teal {
  background-color: #2da49c;
}
.site-inner.background-blue {
  background-color: #0D30BC;
}
.site-inner.background-yellow {
  background-color: #ECBD1C;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.solution {
  animation: fadein 0.5s linear;
  -webkit-animation: fadein 0.5s linear;
  -moz-animation: fadein 0.5s linear;
  -o-animation: fadein 0.5s linear;
  -ms-animation: fadein 0.5s linear;
}

@media screen and (min-width: 768px) {
  .table-container {
    max-width: 1140px;
    margin: 0 auto;
  }
}
.table-container h1,
.table-container .table-filter--container {
  padding: 0 24px;
}
@media screen and (min-width: 1140px) {
  .table-container h1,
  .table-container .table-filter--container {
    padding: 0;
  }
}
.table-container .table-filter--container {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin: 1rem 0rem;
}
.table-container .table-filter--container span {
  display: block;
  align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .table-container .table-filter--container span {
    display: flex;
  }
}
.table-container .table-filter--container span label {
  margin-right: 1rem;
  white-space: nowrap;
}
.table-container .table-filter--container span .sort {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 3rem;
  padding: 1rem;
  border: 1px solid rgb(187, 187, 187);
  line-height: 1;
  width: 100%;
}
.table-container #no-jobs-found {
  text-align: center;
  font-size: 16px;
  background-color: #f0f2f6;
  color: #091B37;
  padding: 1rem;
}

.department-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  font-size: 18px;
}
@media (max-width: 1000px) {
  .department-table {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .department-table {
    font-size: 14px;
    height: 70px;
  }
}
.department-table tr {
  border-bottom: 1px solid #7c8696;
}
.department-table th {
  background-color: #f0f2f6;
  color: #091B37;
  text-align: left;
}
.department-table th, .department-table td {
  height: 100px;
  vertical-align: middle;
  border: none;
  align-items: center;
}
.department-table th, .department-table td > a {
  font-weight: 800;
  letter-spacing: 0.07em;
}
.department-table td {
  display: grid;
}
.department-table p {
  margin: auto auto auto 10px;
}
.department-table a {
  color: #0D30BC;
  margin: auto 10px auto auto;
}
.department-table .entry-header {
  display: none;
}

.job-listing {
  display: grid;
  grid-template-columns: 45% 15% 15% 25%;
}
@media (max-width: 600px) {
  .job-listing {
    grid-template-columns: 45% 0% 25% 30%;
  }
}

.eeoc-list-container {
  margin: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 800px) {
  .eeoc-list-container {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.individual-eeoc h4 {
  color: #78dad4;
  font-size: 24px;
  padding-bottom: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.individual-eeoc p {
  font-size: 18px;
}

@media (max-width: 600px) {
  .hide-responsive > p {
    display: none;
    padding: 0;
  }
}
.landing .hero_wrapper {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
}
.landing .hero .eyebrow {
  color: #ffffff;
}
.landing .hero_title {
  order: 1;
}
.landing .hero_subtitle {
  order: 2;
}
.landing .hero_content {
  order: 4;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.landing .hero_content--column {
  flex-basis: 100%;
}
.landing .hero_content--column .icon {
  display: none;
}
.landing .hero_content--column p {
  background-image: url("/images/icons8-down.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 40px;
}
.landing .hero_content--column:last-of-type p {
  background: none;
}
.landing .hero_cta {
  order: 3;
  padding-top: 40px;
  padding-bottom: 40px;
}
.landing .hero_cta h3, .landing .hero_cta body.archive .posts--featured article:first-of-type .entry-title, body.archive .posts--featured article:first-of-type .landing .hero_cta .entry-title {
  margin-bottom: 20px;
  font-size: 24px;
}
.landing .hero_cta .buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.landing .hero_cta .buttons a {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.landing .container {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.landing .logos {
  width: 100%;
  background-color: #091B37;
  margin-bottom: 60px;
  padding: 20px;
}
.landing .logos_wrapper {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
.landing .logos_wrapper .logo {
  flex: 0 0 50%;
  text-align: center;
  padding: 12px;
}
.landing .logos_wrapper .logo img {
  max-width: 160px;
}
.landing .entry-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 60px;
}
.landing .entry-content img,
.landing .entry-content .afn_content {
  flex-basis: 100%;
  text-align: center;
  max-width: 540px;
}
.landing .columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 60px;
}
.landing .columns .column {
  flex-basis: 100%;
  max-width: 540px;
  margin-bottom: 60px;
}
.landing .columns .column--background {
  background-color: #2da49c;
  border-radius: 15px;
  overflow: hidden;
}
.landing .columns .column--outline {
  background-color: #ffffff;
  border: 5px solid #2da49c;
  border-radius: 15px;
  overflow: hidden;
}
.landing .columns .column_image {
  object-fit: cover;
}
.landing .columns .column_header {
  margin-bottom: 20px;
}
.landing .columns .column_content {
  padding: 20px;
}
.landing .columns .column_content a {
  text-decoration: underline;
}
.landing .columns .column_content ul {
  margin-left: 0;
}
.landing .columns .column_content ul li {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.landing .columns .column_content ul .list--time {
  background-image: url("/images/icons8-time_to_pay.png");
}
.landing .columns .column_content ul .list--diamond {
  background-image: url("/images/icons8-diamond.png");
}
.landing .columns .column_content ul .list--exercise {
  background-image: url("/images/icons8-exercise.png");
}
.landing .columns .column_content ul .list--dollar {
  background-image: url("/images/icons8-delete_dollar.png");
}
.landing .columns .column_content ul .list--parcel {
  background-image: url("/images/icons8-big_parcel.png");
}
.landing .columns .column_content ul .list--flow {
  background-image: url("/images/icons8-flow.png");
}
.landing_form .logos {
  background-color: #091B37;
  margin-bottom: 0;
}
.landing_form .logos .logo {
  flex-basis: 50%;
}
.landing_form .site-branding {
  display: block;
  background-color: #091B37;
  padding: 20px;
}
@media (min-width: 768px) {
  .landing .hero_content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
  }
  .landing .hero_content {
    order: 3;
    padding-top: 30px;
    justify-content: center;
  }
  .landing .hero_content--column {
    flex-basis: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .landing .hero_content--column .icon {
    display: inline-flex;
    margin-bottom: 20px;
  }
  .landing .hero_content--column p {
    background-image: url("/images/icons8-right.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 40px;
    padding-bottom: 0;
    margin-right: 20px;
  }
  .landing .hero_cta {
    order: 4;
    padding-top: 30px;
  }
  .landing .hero_cta .buttons {
    flex-flow: row nowrap;
    justify-content: center;
    gap: 20px;
  }
  .landing .hero_cta .buttons a {
    flex-basis: auto;
    margin-bottom: 20px;
  }
  .landing .logos {
    background-color: #f7f8fa;
  }
  .landing .logos_wrapper {
    max-width: 1300px;
    flex-flow: row nowrap;
    align-items: baseline;
  }
  .landing .logos_wrapper .logo {
    padding: 0;
    flex: 1 1 auto;
  }
  .landing_form .logos {
    background-color: #091B37;
  }
}
@media (min-width: 1140px) {
  .landing .background_blob--gray {
    background-image: url(/wp-content/themes/auctane/assets/images/svgs/blob_gray.svg);
    background-repeat: no-repeat;
    background-position: right 60px;
  }
  .landing .entry-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    gap: 120px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .landing .entry-content img {
    flex-basis: auto;
    text-align: center;
  }
  .landing .entry-content .afn_content {
    flex-basis: auto;
    text-align: left;
    padding-top: 30px;
    padding-right: 30px;
  }
  .landing .columns {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 100px;
    padding-bottom: 200px;
  }
  .landing .columns .column {
    flex-basis: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
  }
  .landing .columns .column_content {
    padding: 30px;
  }
  .landing_form {
    position: relative;
  }
  .landing_form .site-branding {
    position: absolute;
    left: 5%;
    top: 10px;
    z-index: 10;
    padding: 0;
  }
  .landing_form .logos {
    background-color: transparent;
    position: absolute;
    margin: 0 0 20px 0;
    bottom: 0;
    padding: 10px;
    max-width: 45%;
  }
  .landing_form .logos .logo img {
    max-width: 120px;
  }
}

.block__container .gform_wrapper {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block__container .gform_wrapper {
    width: 60%;
  }
}
.block__container form .button {
  font-size: 18px;
  line-height: 1.25em;
  padding: 16px 36px;
  font-weight: 700;
  border-radius: 32px;
  margin-top: 80px;
  margin-bottom: 20px;
  border: 3px solid #091B37;
  color: #ffffff;
  background-color: #091B37;
  cursor: pointer;
}
.block__container form .button:hover, .block__container form .button:focus, .block__container form .button:active {
  opacity: 0.8;
  text-decoration: none;
}
.block__container form input {
  width: 100%;
}

.landing_form .gform_wrapper,
.landing_form .gform_confirmation_wrapper {
  margin: auto;
}
.landing_form .gform_wrapper form,
.landing_form .gform_wrapper .gform_confirmation_message,
.landing_form .gform_confirmation_wrapper form,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message {
  height: auto;
  display: flex;
  flex-flow: column wrap;
}
.landing_form .gform_wrapper form .gform_heading,
.landing_form .gform_wrapper form .validation_error,
.landing_form .gform_wrapper .gform_confirmation_message .gform_heading,
.landing_form .gform_wrapper .gform_confirmation_message .validation_error,
.landing_form .gform_confirmation_wrapper form .gform_heading,
.landing_form .gform_confirmation_wrapper form .validation_error,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_heading,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .validation_error {
  display: none;
}
.landing_form .gform_wrapper form .gf_page_steps,
.landing_form .gform_wrapper form .gform_confirmation_message_left,
.landing_form .gform_wrapper .gform_confirmation_message .gf_page_steps,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_left,
.landing_form .gform_confirmation_wrapper form .gf_page_steps,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_left,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gf_page_steps,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_left {
  display: flex;
  flex-flow: row wrap;
  background-color: #091B37;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  flex-basis: 100%;
}
.landing_form .gform_wrapper form .gf_page_steps h2, .landing_form .gform_wrapper form .gf_page_steps h4, .landing_form .gform_wrapper form .gf_page_steps p,
.landing_form .gform_wrapper form .gform_confirmation_message_left h2,
.landing_form .gform_wrapper form .gform_confirmation_message_left h4,
.landing_form .gform_wrapper form .gform_confirmation_message_left p,
.landing_form .gform_wrapper .gform_confirmation_message .gf_page_steps h2,
.landing_form .gform_wrapper .gform_confirmation_message .gf_page_steps h4,
.landing_form .gform_wrapper .gform_confirmation_message .gf_page_steps p,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_left h2,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_left h4,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_left p,
.landing_form .gform_confirmation_wrapper form .gf_page_steps h2,
.landing_form .gform_confirmation_wrapper form .gf_page_steps h4,
.landing_form .gform_confirmation_wrapper form .gf_page_steps p,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_left h2,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_left h4,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_left p,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gf_page_steps h2,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gf_page_steps h4,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gf_page_steps p,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_left h2,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_left h4,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_left p {
  color: #ffffff;
  margin-bottom: 20px;
}
.landing_form .gform_wrapper form .gf_page_steps .gf_step span.gf_step_number,
.landing_form .gform_wrapper form .gf_page_steps .gf_step_number,
.landing_form .gform_wrapper form .gform_confirmation_message_left .gf_step span.gf_step_number,
.landing_form .gform_wrapper form .gform_confirmation_message_left .gf_step_number,
.landing_form .gform_wrapper .gform_confirmation_message .gf_page_steps .gf_step span.gf_step_number,
.landing_form .gform_wrapper .gform_confirmation_message .gf_page_steps .gf_step_number,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_left .gf_step span.gf_step_number,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_left .gf_step_number,
.landing_form .gform_confirmation_wrapper form .gf_page_steps .gf_step span.gf_step_number,
.landing_form .gform_confirmation_wrapper form .gf_page_steps .gf_step_number,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_left .gf_step span.gf_step_number,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_left .gf_step_number,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gf_page_steps .gf_step span.gf_step_number,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gf_page_steps .gf_step_number,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_left .gf_step span.gf_step_number,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_left .gf_step_number {
  display: none;
}
.landing_form .gform_wrapper form .gf_page_steps .gf_step,
.landing_form .gform_wrapper form .gform_confirmation_message_left .gf_step,
.landing_form .gform_wrapper .gform_confirmation_message .gf_page_steps .gf_step,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_left .gf_step,
.landing_form .gform_confirmation_wrapper form .gf_page_steps .gf_step,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_left .gf_step,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gf_page_steps .gf_step,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_left .gf_step {
  display: none;
}
.landing_form .gform_wrapper form .gf_page_steps .gf_step.gf_step_active,
.landing_form .gform_wrapper form .gform_confirmation_message_left .gf_step.gf_step_active,
.landing_form .gform_wrapper .gform_confirmation_message .gf_page_steps .gf_step.gf_step_active,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_left .gf_step.gf_step_active,
.landing_form .gform_confirmation_wrapper form .gf_page_steps .gf_step.gf_step_active,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_left .gf_step.gf_step_active,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gf_page_steps .gf_step.gf_step_active,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_left .gf_step.gf_step_active {
  display: flex;
  flex: 1;
  max-width: 520px;
  height: auto;
  margin: auto;
}
.landing_form .gform_wrapper form .gform_body,
.landing_form .gform_wrapper form .gform_confirmation_message_right,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right,
.landing_form .gform_confirmation_wrapper form .gform_body,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right {
  margin: 0 auto;
  padding: 30px;
  max-width: 640px;
  flex-basis: 100%;
  overflow: auto;
}
.landing_form .gform_wrapper form .gform_body .ginput_container,
.landing_form .gform_wrapper form .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.landing_form .gform_wrapper form .gform_confirmation_message_right .ginput_container,
.landing_form .gform_wrapper form .gform_confirmation_message_right li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .ginput_container,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .ginput_container,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.landing_form .gform_confirmation_wrapper form .gform_body .ginput_container,
.landing_form .gform_confirmation_wrapper form .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .ginput_container,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .ginput_container,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .ginput_container,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
.landing_form .gform_wrapper form .gform_body .field_description_below .gfield_description,
.landing_form .gform_wrapper form .gform_body .field_sublabel_above .gfield_description,
.landing_form .gform_wrapper form .gform_confirmation_message_right .field_description_below .gfield_description,
.landing_form .gform_wrapper form .gform_confirmation_message_right .field_sublabel_above .gfield_description,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .field_description_below .gfield_description,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .field_sublabel_above .gfield_description,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .field_description_below .gfield_description,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .field_sublabel_above .gfield_description,
.landing_form .gform_confirmation_wrapper form .gform_body .field_description_below .gfield_description,
.landing_form .gform_confirmation_wrapper form .gform_body .field_sublabel_above .gfield_description,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .field_description_below .gfield_description,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .field_sublabel_above .gfield_description,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .field_description_below .gfield_description,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .field_sublabel_above .gfield_description,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .field_description_below .gfield_description,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .field_sublabel_above .gfield_description {
  margin: 0;
  padding: 0;
}
.landing_form .gform_wrapper form .gform_body li.gfield.gfield_error,
.landing_form .gform_wrapper form .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.landing_form .gform_wrapper form .gform_confirmation_message_right li.gfield.gfield_error,
.landing_form .gform_wrapper form .gform_confirmation_message_right li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body li.gfield.gfield_error,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield.gfield_error,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.landing_form .gform_confirmation_wrapper form .gform_body li.gfield.gfield_error,
.landing_form .gform_confirmation_wrapper form .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right li.gfield.gfield_error,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body li.gfield.gfield_error,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield.gfield_error,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background-color: #ffffff;
}
.landing_form .gform_wrapper form .gform_body li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.landing_form .gform_wrapper form .gform_body li.gfield_error textarea,
.landing_form .gform_wrapper form .gform_confirmation_message_right li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.landing_form .gform_wrapper form .gform_confirmation_message_right li.gfield_error textarea,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.landing_form .gform_wrapper .gform_confirmation_message .gform_body li.gfield_error textarea,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield_error textarea,
.landing_form .gform_confirmation_wrapper form .gform_body li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.landing_form .gform_confirmation_wrapper form .gform_body li.gfield_error textarea,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right li.gfield_error textarea,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body li.gfield_error textarea,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield_error textarea {
  border: 1px solid #091B37;
}
.landing_form .gform_wrapper form .gform_body li.gfield_error ul.gfield_checkbox,
.landing_form .gform_wrapper form .gform_body li.gfield_error ul.gfield_radio,
.landing_form .gform_wrapper form .gform_confirmation_message_right li.gfield_error ul.gfield_checkbox,
.landing_form .gform_wrapper form .gform_confirmation_message_right li.gfield_error ul.gfield_radio,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body li.gfield_error ul.gfield_checkbox,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body li.gfield_error ul.gfield_radio,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield_error ul.gfield_checkbox,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield_error ul.gfield_radio,
.landing_form .gform_confirmation_wrapper form .gform_body li.gfield_error ul.gfield_checkbox,
.landing_form .gform_confirmation_wrapper form .gform_body li.gfield_error ul.gfield_radio,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right li.gfield_error ul.gfield_checkbox,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right li.gfield_error ul.gfield_radio,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body li.gfield_error ul.gfield_checkbox,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body li.gfield_error ul.gfield_radio,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield_error ul.gfield_checkbox,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right li.gfield_error ul.gfield_radio {
  color: #091B37;
}
.landing_form .gform_wrapper form .gform_body .gfield_required,
.landing_form .gform_wrapper form .gform_body .validation_message,
.landing_form .gform_wrapper form .gform_confirmation_message_right .gfield_required,
.landing_form .gform_wrapper form .gform_confirmation_message_right .validation_message,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .gfield_required,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .validation_message,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .gfield_required,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .validation_message,
.landing_form .gform_confirmation_wrapper form .gform_body .gfield_required,
.landing_form .gform_confirmation_wrapper form .gform_body .validation_message,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .gfield_required,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .validation_message,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .gfield_required,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .validation_message,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .gfield_required,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .validation_message {
  color: #091B37;
  margin-left: 0;
}
.landing_form .gform_wrapper form .gform_body .top_label select.medium,
.landing_form .gform_wrapper form .gform_confirmation_message_right .top_label select.medium,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .top_label select.medium,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .top_label select.medium,
.landing_form .gform_confirmation_wrapper form .gform_body .top_label select.medium,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .top_label select.medium,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .top_label select.medium,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .top_label select.medium {
  width: 100%;
}
.landing_form .gform_wrapper form .gform_body .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_wrapper form .gform_confirmation_message_right .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_confirmation_wrapper form .gform_body .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .field_sublabel_above .ginput_complex.ginput_container label {
  letter-spacing: 0;
}
.landing_form .gform_wrapper form .gform_body .step,
.landing_form .gform_wrapper form .gform_confirmation_message_right .step,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .step,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .step,
.landing_form .gform_confirmation_wrapper form .gform_body .step,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .step,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .step,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .step {
  margin-bottom: 12px;
  font-size: 20px;
  color: #21314b;
}
.landing_form .gform_wrapper form .gform_body .gform_page_fields,
.landing_form .gform_wrapper form .gform_body .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_wrapper form .gform_body label.gfield_label,
.landing_form .gform_wrapper form .gform_confirmation_message_right .gform_page_fields,
.landing_form .gform_wrapper form .gform_confirmation_message_right .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_wrapper form .gform_confirmation_message_right label.gfield_label,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .gform_page_fields,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body label.gfield_label,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .gform_page_fields,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right label.gfield_label,
.landing_form .gform_confirmation_wrapper form .gform_body .gform_page_fields,
.landing_form .gform_confirmation_wrapper form .gform_body .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_confirmation_wrapper form .gform_body label.gfield_label,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .gform_page_fields,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right label.gfield_label,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .gform_page_fields,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body label.gfield_label,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .gform_page_fields,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .field_sublabel_above .ginput_complex.ginput_container label,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right label.gfield_label {
  font-size: 16px;
  line-height: 24px;
  color: #091B37;
  margin-bottom: 8px;
  padding-top: 0;
  font-weight: 500;
}
.landing_form .gform_wrapper form .gform_body ul,
.landing_form .gform_wrapper form .gform_confirmation_message_right ul,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body ul,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right ul,
.landing_form .gform_confirmation_wrapper form .gform_body ul,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right ul,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body ul,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right ul {
  margin: 0 0 30px 0;
}
.landing_form .gform_wrapper form .gform_body ul li,
.landing_form .gform_wrapper form .gform_confirmation_message_right ul li,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body ul li,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right ul li,
.landing_form .gform_confirmation_wrapper form .gform_body ul li,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right ul li,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body ul li,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right ul li {
  list-style-type: none;
  margin-bottom: 24px;
}
.landing_form .gform_wrapper form .gform_body ul.gfield_checkbox li, .landing_form .gform_wrapper form .gform_body ul.gfield_radio li,
.landing_form .gform_wrapper form .gform_confirmation_message_right ul.gfield_checkbox li,
.landing_form .gform_wrapper form .gform_confirmation_message_right ul.gfield_radio li,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body ul.gfield_checkbox li,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body ul.gfield_radio li,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right ul.gfield_checkbox li,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right ul.gfield_radio li,
.landing_form .gform_confirmation_wrapper form .gform_body ul.gfield_checkbox li,
.landing_form .gform_confirmation_wrapper form .gform_body ul.gfield_radio li,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right ul.gfield_checkbox li,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right ul.gfield_radio li,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body ul.gfield_checkbox li,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body ul.gfield_radio li,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right ul.gfield_checkbox li,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right ul.gfield_radio li {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.landing_form .gform_wrapper form .gform_body ul.gfield_checkbox li input, .landing_form .gform_wrapper form .gform_body ul.gfield_radio li input,
.landing_form .gform_wrapper form .gform_confirmation_message_right ul.gfield_checkbox li input,
.landing_form .gform_wrapper form .gform_confirmation_message_right ul.gfield_radio li input,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body ul.gfield_checkbox li input,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body ul.gfield_radio li input,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right ul.gfield_checkbox li input,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right ul.gfield_radio li input,
.landing_form .gform_confirmation_wrapper form .gform_body ul.gfield_checkbox li input,
.landing_form .gform_confirmation_wrapper form .gform_body ul.gfield_radio li input,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right ul.gfield_checkbox li input,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right ul.gfield_radio li input,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body ul.gfield_checkbox li input,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body ul.gfield_radio li input,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right ul.gfield_checkbox li input,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right ul.gfield_radio li input {
  margin-right: 12px;
}
.landing_form .gform_wrapper form .gform_body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.landing_form .gform_wrapper form .gform_body select,
.landing_form .gform_wrapper form .gform_body textarea,
.landing_form .gform_wrapper form .gform_confirmation_message_right input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.landing_form .gform_wrapper form .gform_confirmation_message_right select,
.landing_form .gform_wrapper form .gform_confirmation_message_right textarea,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.landing_form .gform_wrapper .gform_confirmation_message .gform_body select,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body textarea,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right select,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right textarea,
.landing_form .gform_confirmation_wrapper form .gform_body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.landing_form .gform_confirmation_wrapper form .gform_body select,
.landing_form .gform_confirmation_wrapper form .gform_body textarea,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right select,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right textarea,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body select,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body textarea,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right select,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right textarea {
  width: 100%;
  padding: 12px;
  min-height: 54px;
  max-height: 80px;
  flex: 1;
}
.landing_form .gform_wrapper form .gform_body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder,
.landing_form .gform_wrapper form .gform_body select::placeholder,
.landing_form .gform_wrapper form .gform_body textarea::placeholder,
.landing_form .gform_wrapper form .gform_confirmation_message_right input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder,
.landing_form .gform_wrapper form .gform_confirmation_message_right select::placeholder,
.landing_form .gform_wrapper form .gform_confirmation_message_right textarea::placeholder,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body select::placeholder,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body textarea::placeholder,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right select::placeholder,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right textarea::placeholder,
.landing_form .gform_confirmation_wrapper form .gform_body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder,
.landing_form .gform_confirmation_wrapper form .gform_body select::placeholder,
.landing_form .gform_confirmation_wrapper form .gform_body textarea::placeholder,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right select::placeholder,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right textarea::placeholder,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body select::placeholder,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body textarea::placeholder,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right select::placeholder,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right textarea::placeholder {
  font-size: 16px;
}
.landing_form .gform_wrapper form .gform_body .gfield_select,
.landing_form .gform_wrapper form .gform_confirmation_message_right .gfield_select,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .gfield_select,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .gfield_select,
.landing_form .gform_confirmation_wrapper form .gform_body .gfield_select,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .gfield_select,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .gfield_select,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .gfield_select {
  width: 100%;
}
.landing_form .gform_wrapper form .gform_body input[type=button]:active, .landing_form .gform_wrapper form .gform_body input[type=button]:focus,
.landing_form .gform_wrapper form .gform_body input[type=submit]:active,
.landing_form .gform_wrapper form .gform_body input[type=submit]:focus,
.landing_form .gform_wrapper form .gform_confirmation_message_right input[type=button]:active,
.landing_form .gform_wrapper form .gform_confirmation_message_right input[type=button]:focus,
.landing_form .gform_wrapper form .gform_confirmation_message_right input[type=submit]:active,
.landing_form .gform_wrapper form .gform_confirmation_message_right input[type=submit]:focus,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body input[type=button]:active,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body input[type=button]:focus,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body input[type=submit]:active,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body input[type=submit]:focus,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right input[type=button]:active,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right input[type=button]:focus,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right input[type=submit]:active,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right input[type=submit]:focus,
.landing_form .gform_confirmation_wrapper form .gform_body input[type=button]:active,
.landing_form .gform_confirmation_wrapper form .gform_body input[type=button]:focus,
.landing_form .gform_confirmation_wrapper form .gform_body input[type=submit]:active,
.landing_form .gform_confirmation_wrapper form .gform_body input[type=submit]:focus,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right input[type=button]:active,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right input[type=button]:focus,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right input[type=submit]:active,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right input[type=submit]:focus,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body input[type=button]:active,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body input[type=button]:focus,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body input[type=submit]:active,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body input[type=submit]:focus,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right input[type=button]:active,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right input[type=button]:focus,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right input[type=submit]:active,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right input[type=submit]:focus {
  background-color: #0D30BC;
}
.landing_form .gform_wrapper form .gform_body .date .gfield_date_year,
.landing_form .gform_wrapper form .gform_body .date .gfield_date_month,
.landing_form .gform_wrapper form .gform_body .date .gfield_date_day,
.landing_form .gform_wrapper form .gform_confirmation_message_right .date .gfield_date_year,
.landing_form .gform_wrapper form .gform_confirmation_message_right .date .gfield_date_month,
.landing_form .gform_wrapper form .gform_confirmation_message_right .date .gfield_date_day,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .date .gfield_date_year,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .date .gfield_date_month,
.landing_form .gform_wrapper .gform_confirmation_message .gform_body .date .gfield_date_day,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .date .gfield_date_year,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .date .gfield_date_month,
.landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right .date .gfield_date_day,
.landing_form .gform_confirmation_wrapper form .gform_body .date .gfield_date_year,
.landing_form .gform_confirmation_wrapper form .gform_body .date .gfield_date_month,
.landing_form .gform_confirmation_wrapper form .gform_body .date .gfield_date_day,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .date .gfield_date_year,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .date .gfield_date_month,
.landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right .date .gfield_date_day,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .date .gfield_date_year,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .date .gfield_date_month,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body .date .gfield_date_day,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .date .gfield_date_year,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .date .gfield_date_month,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right .date .gfield_date_day {
  margin-right: 10px;
}
.landing_form .gform_wrapper form .gform_page_footer,
.landing_form .gform_wrapper .gform_confirmation_message .gform_page_footer,
.landing_form .gform_confirmation_wrapper form .gform_page_footer,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_page_footer {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  border: none;
}
.landing_form .gform_wrapper form .gform_page_footer .button,
.landing_form .gform_wrapper .gform_confirmation_message .gform_page_footer .button,
.landing_form .gform_confirmation_wrapper form .gform_page_footer .button,
.landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_page_footer .button {
  flex: 1;
  background-color: #091B37;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25em;
  padding: 16px 36px;
  font-weight: 700;
  border-radius: 32px;
  margin-bottom: 20px;
  border: none;
}
@media (min-width: 1140px) {
  .landing_form .gform_wrapper form,
  .landing_form .gform_wrapper .gform_confirmation_message,
  .landing_form .gform_confirmation_wrapper form,
  .landing_form .gform_confirmation_wrapper .gform_confirmation_message {
    flex-flow: row nowrap;
  }
  .landing_form .gform_wrapper form .gf_page_steps,
  .landing_form .gform_wrapper form .gform_confirmation_message_left,
  .landing_form .gform_wrapper .gform_confirmation_message .gf_page_steps,
  .landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_left,
  .landing_form .gform_confirmation_wrapper form .gf_page_steps,
  .landing_form .gform_confirmation_wrapper form .gform_confirmation_message_left,
  .landing_form .gform_confirmation_wrapper .gform_confirmation_message .gf_page_steps,
  .landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_left {
    height: calc(100vh - 70px);
    align-content: space-around;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    flex-basis: 45%;
  }
  .landing_form .gform_wrapper form .gform_body,
  .landing_form .gform_wrapper form .gform_confirmation_message_right,
  .landing_form .gform_wrapper .gform_confirmation_message .gform_body,
  .landing_form .gform_wrapper .gform_confirmation_message .gform_confirmation_message_right,
  .landing_form .gform_confirmation_wrapper form .gform_body,
  .landing_form .gform_confirmation_wrapper form .gform_confirmation_message_right,
  .landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_body,
  .landing_form .gform_confirmation_wrapper .gform_confirmation_message .gform_confirmation_message_right {
    padding-top: 60px;
    padding-bottom: 60px;
    align-self: center;
    max-height: calc(100vh - 70px);
    overflow: auto;
    flex-basis: 55%;
  }
}

.author__bio {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 8px solid #E7E8EC;
}
@media (min-width: 768px) {
  .author__bio {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
}
.author__bio--header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
.author__bio--avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.author__bio--name-label {
  font-size: 14px;
  line-height: 24px;
}
.author__bio--name-value {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 768px) {
  .author__bio--name-value {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .author__bio--body {
    display: flex;
    gap: 1rem;
  }
}
.author__bio--social {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .author__bio--social {
    flex-direction: column;
  }
}
.author__bio--social li {
  padding-right: 16px;
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .author__bio--social li {
    padding: 0 12px 12px;
  }
}
.author__bio--social a {
  display: flex;
}
.author__bio--bio {
  margin: 0;
}

body.archive .archive--section {
  text-align: center;
  margin-bottom: 60px;
}
body.archive article {
  margin-bottom: 120px;
}
body.archive article .entry-image {
  height: 50px;
  width: auto;
  margin-bottom: 20px;
}
body.archive article .entry-image-link {
  height: 0;
}
body.archive article .entry-title {
  margin: 0 0 8px 0;
}
body.archive article .entry-title a {
  color: #091B37;
}
body.archive article .entry-time {
  font-size: 16px;
  line-height: 20px;
}
body.archive article p.entry-meta {
  margin: 0 0 24px 0;
}
body.archive article .entry-content p,
body.archive article .entry-content a {
  margin: 0 0 24px 0;
}
@media (min-width: 540px) {
  body.archive .posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media (min-width: 1140px) {
  body.archive .posts {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 80px;
    row-gap: 40px;
  }
}
@media (min-width: 540px) {
  body.archive .posts--featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
  }
}
body.archive .posts--featured article .entry-content p {
  display: none;
}
body.archive .posts--featured article:first-of-type .entry-content p {
  display: block;
}
@media (min-width: 540px) {
  body.archive .posts--featured article:first-of-type {
    grid-column: 1/span 2;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  body.archive .posts--featured article:first-of-type {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
  body.archive .posts--featured article:nth-of-type(2) {
    margin-bottom: 40px;
  }
}
body.archive .pagination {
  text-align: center;
}
@media (min-width: 540px) {
  body.archive .pagination {
    flex-basis: 100%;
    grid-column: 1/span 2;
  }
}
@media (min-width: 1140px) {
  body.archive .pagination {
    flex-basis: 100%;
    grid-column: 1/span 3;
  }
}
body.archive .pagination ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
body.archive .pagination li {
  font-size: 16px;
  background-image: none;
  padding-left: 0;
}
body.archive .pagination li a {
  color: #525975;
  padding: 20px;
}
body.archive .pagination li a:hover, body.archive .pagination li a:active, body.archive .pagination li a:focus {
  color: #0D30BC;
  text-decoration: underline;
}
body.archive .pagination li.active a {
  color: #091B37;
}
body.archive .pagination li.active a:hover, body.archive .pagination li.active a:active, body.archive .pagination li.active a:focus {
  color: #091B37;
  text-decoration: none;
}
body.archive .pagination li:before {
  content: "" !important;
}
body.archive .cta-text {
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.archive .cta-text {
    font-size: 34px;
  }
}

.block__hero--knowledge h1 {
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 32px;
  background: linear-gradient(#0D30BC -30.09%, #78DAD4 100%);
  background: -webkit-linear-gradient(#0D30BC -30.09%, #78DAD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .block__hero--knowledge h1 {
    font-size: 96px;
    line-height: 0.8;
  }
}
.block__hero--knowledge p {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .block__hero--knowledge p {
    font-size: 24px;
    line-height: 32px;
  }
}

.knowledge {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .knowledge {
    font-size: 20px;
    line-height: 32px;
  }
}
.knowledge__wrapper {
  position: relative;
}
.knowledge .more-link {
  font-weight: 600;
}
.knowledge .post--thumbnail {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 32px;
  border-radius: 24px;
}
.knowledge .post--category {
  font-size: 14px;
  line-height: 24px;
  color: #37455A;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .knowledge .post--category {
    font-size: 16px;
  }
}
.knowledge .post--title {
  margin-top: 0;
  margin-bottom: 16px;
}
.knowledge .post p {
  font-size: 20px;
  line-height: 32px;
}
.knowledge .post--published {
  font-size: 16px;
  line-height: 32px;
}
.knowledge .post--byline:after {
  content: "•";
  padding-left: 8px;
  padding-right: 4px;
}
.knowledge .post--link {
  text-decoration: none;
}
.knowledge .post--link:hover, .knowledge .post--link:active, .knowledge .post--link:focus {
  outline: none;
}
.knowledge .post--link:hover .post--title, .knowledge .post--link:active .post--title, .knowledge .post--link:focus .post--title {
  text-decoration: underline;
}
.knowledge .post--link:hover .more-link, .knowledge .post--link:active .more-link, .knowledge .post--link:focus .more-link {
  text-decoration: underline;
}
.knowledge .post--link p {
  font-weight: 400;
}
.knowledge__featured {
  background-color: #091B37;
  color: #ffffff;
  padding-bottom: 160px;
}
.knowledge__featured--post {
  display: flex;
  flex-flow: column nowrap;
}
.knowledge__featured--post .featured--content {
  order: 1;
}
.knowledge__featured--post .featured--image {
  order: 0;
  width: 100%;
  flex: 1 0 55%;
}
@media (min-width: 1140px) {
  .knowledge__featured--post {
    flex-flow: row nowrap;
    column-gap: 80px;
  }
  .knowledge__featured--post .featured--content {
    order: 0;
  }
  .knowledge__featured--post .featured--image {
    order: 1;
  }
}
.knowledge__featured--post .post--category {
  color: #E7E8EC;
}
.knowledge__featured--post .post--published {
  color: #E7E8EC;
}
.knowledge__featured--post .post--link {
  color: #ffffff;
}
.knowledge__grid {
  margin-top: -120px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .knowledge__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.knowledge__grid .post--thumbnail {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}
.knowledge__grid .post--title a {
  color: #091B37;
}
.knowledge__grid .post--published {
  color: #37455A;
}
.knowledge__grid .post--link {
  color: #091B37;
}
.knowledge__grid .more-link {
  color: #0D30BC;
}
@media (min-width: 768px) {
  .knowledge__related {
    font-size: 16px;
    line-height: 24px;
  }
}
.knowledge__related .post--title {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .knowledge__related .post--title {
    font-size: 24px;
    line-height: 32px;
  }
}
.knowledge__related .post--thumbnail {
  margin-bottom: 24px;
}
.knowledge__cta {
  margin-bottom: 0;
  padding: 48px 24px;
  background-color: #eff2f6;
}
@media (min-width: 1140px) {
  .knowledge__cta {
    border-radius: 24px;
    padding: 64px 240px;
    margin-bottom: 64px;
  }
}

article.knowledge {
  padding-top: 64px;
  padding-bottom: 48px;
}
article.knowledge .breadcrumb {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  article.knowledge .breadcrumb {
    font-size: 16px;
  }
}
article.knowledge .breadcrumb a {
  font-weight: 400;
}
article.knowledge .entry-header .post__info {
  display: flex;
  flex-flow: row nowrap;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 48px;
  column-gap: 40px;
}
article.knowledge .entry-header .post__info span,
article.knowledge .entry-header .post__info time {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
article.knowledge .entry-header img {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  article.knowledge .entry-header img {
    margin-bottom: 48px;
  }
}
article.knowledge .entry-content {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 8px solid #E7E8EC;
}
@media (min-width: 768px) {
  article.knowledge .entry-content {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
}
article.knowledge .entry-content .has-drop-cap:not(:focus)::first-letter {
  font-size: 84px;
  line-height: 0.75;
  font-weight: 700;
  margin: 0.05em 0.1em 0 0;
}
@media (min-width: 768px) {
  article.knowledge .entry-content .has-drop-cap:not(:focus)::first-letter {
    font-size: 104px;
    line-height: 0.85;
  }
}
article.knowledge .entry-content h3, article.knowledge .entry-content body.archive .posts--featured article:first-of-type .entry-title, body.archive .posts--featured article:first-of-type article.knowledge .entry-content .entry-title {
  margin: 32px 0 24px 0;
}
@media (min-width: 768px) {
  article.knowledge .entry-content h3, article.knowledge .entry-content body.archive .posts--featured article:first-of-type .entry-title, body.archive .posts--featured article:first-of-type article.knowledge .entry-content .entry-title {
    font-size: 24px;
  }
}
article.knowledge .entry-content p {
  margin: 0 0 32px 0;
}
article.knowledge .entry-content img {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  border: 4px solid #E7E8EC;
  border-radius: 24px;
  display: flex;
  align-self: center;
  justify-self: center;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  article.knowledge .entry-content img {
    margin-bottom: 48px;
  }
}
article.knowledge .entry-content hr {
  width: 100%;
  height: 8px;
  background-color: #E7E8EC;
  border: 0;
  margin: 32px 0;
}
@media (min-width: 768px) {
  article.knowledge .entry-content hr {
    margin: 48px 0;
  }
}
article.knowledge .knowledge__grid {
  margin-top: 0;
}

.knowledge__grid .post--thumbnail,
.knowledge .entry-header img {
  border-radius: 24px;
}

body.woocommerce-page .content {
  padding: 80px 0;
}
body.woocommerce-page .entry-meta {
  display: none;
}

.woocommerce .input-text,
.woocommerce select {
  font-size: 18px;
  padding: 16px 8px;
  margin-right: 24px;
}
.woocommerce table.cart td.actions .coupon .input-text {
  padding: 16px 8px;
  margin-right: 8px;
}
.woocommerce table.cart td.actions .input-text {
  width: 200px;
}
.woocommerce button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt {
  font-size: 18px;
  line-height: 1.25em;
  padding: 12px 36px;
  font-weight: 700;
  border-radius: 32px;
  border: 3px solid #2da49c;
  color: #ffffff;
  background-color: #2da49c;
}
.woocommerce button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover {
  background-color: #2da49c;
  color: #ffffff;
  opacity: 0.8;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #091B37;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: #0D30BC;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before {
  color: #0D30BC;
}
.woocommerce .checkout-button {
  border-radius: 32px;
  background-color: #2da49c;
}