@charset "UTF-8";
/*
Theme Name: Liquid Tax
Version: 1.0.0
*/
*, *:before, *:after {
  box-sizing: border-box;
  transition: all 0.2s ease;
  outline-offset: 0.2em;
  font-family: inherit;
  text-decoration-skip-ink: auto;
}

*:focus {
  outline: 3px solid #f0df4a;
}

body, html {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  position: absolute;
  top: 0;
  width: 100vw;
  margin: 0;
}

main {
  display: block;
}

.sr-only {
  position: absolute;
  right: -200vw;
}

@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 400;
  src: url("./src/fonts/Spartan-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 500;
  src: url("./src/fonts/Spartan-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 600;
  src: url("./src/fonts/Spartan-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Spartan";
  font-style: normal;
  font-weight: 700;
  src: url("./src/fonts/Spartan-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Spartan";
  font-style: normal;
  src: url("./src/fonts/Spartan-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("./src/fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("./src/fonts/Raleway-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("./src/fonts/Raleway-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("./src/fonts/Raleway-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  src: url("./src/fonts/Raleway-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  src: url("./src/fonts/Raleway-RegularItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 500;
  src: url("./src/fonts/Raleway-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 600;
  src: url("./src/fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 700;
  src: url("./src/fonts/Raleway-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  src: url("./src/fonts/Raleway-Italic-VariableFont_wght.ttf") format("truetype");
}
body {
  color: #000000;
  font-family: "Raleway", serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #f0df4a;
  text-underline-offset: 0.6em;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Spartan", sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  text-decoration: underline;
}

h1, h2 {
  color: #3b62a1;
  text-transform: uppercase;
}

nav {
  font-family: "Spartan", sans-serif;
}
nav ul, nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav a {
  display: block;
  color: inherit;
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 20px;
  border: 2px solid #3b62a1;
  border-radius: 2em;
  background: #3b62a1;
  color: #ffffff;
  font-family: "Spartan", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:hover {
  background: #ffffff;
  color: #3b62a1;
}

form {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0;
}
form label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  line-height: 1;
}
form input, form textarea, form select {
  width: 100%;
  margin: 12px 0 20px;
  padding: 10px 15px;
  border: none;
  border: 2px solid #a5abbd;
  border-radius: 2em;
  background: #ffffff;
  color: #000000;
  font-family: "Spartan", sans-serif;
  font-size: 0.67em;
  font-weight: 400;
  line-height: 1.25;
}
form input::placeholder, form textarea::placeholder, form select::placeholder {
  opacity: 0.39;
}
form input[type=checkbox], form input[type=radio], form textarea[type=checkbox], form textarea[type=radio], form select[type=checkbox], form select[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
form input[type=checkbox] + label, form input[type=radio] + label, form textarea[type=checkbox] + label, form textarea[type=radio] + label, form select[type=checkbox] + label, form select[type=radio] + label {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Raleway", serif;
  font-weight: 500;
  line-height: 1;
}
form input[type=checkbox] + label:before, form input[type=checkbox] + label:after, form input[type=radio] + label:before, form input[type=radio] + label:after, form textarea[type=checkbox] + label:before, form textarea[type=checkbox] + label:after, form textarea[type=radio] + label:before, form textarea[type=radio] + label:after, form select[type=checkbox] + label:before, form select[type=checkbox] + label:after, form select[type=radio] + label:before, form select[type=radio] + label:after {
  display: block;
  border-radius: 50%;
}
form input[type=checkbox] + label:before, form input[type=radio] + label:before, form textarea[type=checkbox] + label:before, form textarea[type=radio] + label:before, form select[type=checkbox] + label:before, form select[type=radio] + label:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 14px;
  border: 1px solid #414656;
  background: #ffffff;
}
form input[type=checkbox] + label:after, form input[type=radio] + label:after, form textarea[type=checkbox] + label:after, form textarea[type=radio] + label:after, form select[type=checkbox] + label:after, form select[type=radio] + label:after {
  position: absolute;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #3b62a1;
}
form input[type=checkbox]:checked + label:after, form input[type=radio]:checked + label:after, form textarea[type=checkbox]:checked + label:after, form textarea[type=radio]:checked + label:after, form select[type=checkbox]:checked + label:after, form select[type=radio]:checked + label:after {
  content: "";
  padding-left: 4px;
}
form input[type=checkbox]:checked + label:after, form textarea[type=checkbox]:checked + label:after, form select[type=checkbox]:checked + label:after {
  content: "✓";
}
form input[type=search], form textarea[type=search], form select[type=search] {
  padding: 14px;
  color: #000000;
  font-family: "Raleway", serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
}
form input[type=search]::placeholder, form textarea[type=search]::placeholder, form select[type=search]::placeholder {
  opacity: 1;
}
form select {
  padding: 10px;
}
form button[type=submit], form input[type=submit] {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 20px;
  border: 2px solid #3b62a1;
  border-radius: 2em;
  background: #3b62a1;
  color: #ffffff;
  font-family: "Spartan", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
form button[type=submit]:hover, form button[type=submit]:focus, form input[type=submit]:hover, form input[type=submit]:focus {
  background: #ffffff;
  color: #3b62a1;
}
form textarea {
  height: 150px;
}

.wpforms-field .wpforms-field-row {
  display: flex;
  margin: 0 -2.5px;
}
.wpforms-field .wpforms-one-half {
  flex-grow: 1;
  margin: 0 2.5px;
}
.wpforms-field .wpforms-one-half:first-child input {
  border-radius: 20px 0 0 20px;
}
.wpforms-field .wpforms-one-half:last-child input {
  border-radius: 0 20px 20px 0;
}

.wpforms-field-sublabel {
  margin: -20px 0 20px 10px;
  font-weight: 400;
}

.wpforms-title {
  margin-bottom: 20px;
  color: #3b62a1;
  font-family: "Spartan", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.wpforms-field-radio ul, .wpforms-field-radio li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wpforms-submit-container {
  text-align: center;
}

@media (min-width: 40em) {
  .wpforms-field-radio ul {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-radio ul label {
    margin-right: 20px;
  }

  .wpforms-container:first-child form {
    margin-top: 0;
  }
}
figure {
  margin: 20px auto;
  text-align: center;
}

.header {
  display: flex;
  position: relative;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 50px;
  color: #ffffff;
  font-family: "Spartan", sans-serif;
}
.header .logo {
  display: block;
  width: 250px;
  margin-right: auto;
}
.header .logo img, .header .logo svg {
  max-width: 100%;
}
.header .logo:hover {
  filter: none;
}
.header .background {
  color: #3b62a1;
}
.header .background svg {
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: 50%;
  width: auto;
  max-width: unset;
  height: 300px;
  transform: translateX(-50%);
}
.header .background svg.home {
  display: none;
}
.header nav {
  position: relative;
  z-index: 50;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
}
.header nav.open ul {
  display: block;
}
.header nav ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 90vw;
  max-width: 400px;
  background: #ffffff;
  color: #3b62a1;
}
.header nav a {
  padding: 30px 20px;
}
.header nav li.cta {
  background: #f0df4a;
  color: #3b62a1;
  text-transform: uppercase;
}
.header nav li.current_page_item {
  background: #414656;
  color: #ffffff;
}

.hamburger {
  margin: 0;
  border: 2px solid transparent;
  background: none;
  color: inherit;
}
.hamburger svg {
  width: auto;
  height: 60px;
}
.hamburger:hover {
  background: none;
  color: #ffffff;
}

@media (min-width: 50em) {
  .header {
    margin-bottom: 50px;
    padding: 50px 20px;
  }
  .header .logo {
    flex-shrink: 1;
  }
  .header .background svg {
    bottom: -50px;
    height: 400px;
  }
  .header nav {
    flex-shrink: 0;
    font-size: 1.2em;
    font-weight: 500;
  }
  .header nav.open ul {
    display: flex;
  }
  .header nav ul {
    display: flex;
    position: static;
    align-items: center;
    width: auto;
    max-width: unset;
    background: transparent;
    color: #ffffff;
  }
  .header nav a {
    padding: 10px;
  }
  .header nav li {
    margin-left: 10px;
    border-bottom: 2px solid transparent;
  }
  .header nav li.current_page_item {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff;
  }
  .header nav li.cta {
    border-color: transparent;
    background: none;
    color: #3b62a1;
    line-height: 1;
  }
  .header nav li.cta.current_page_item {
    border-color: transparent;
  }
  .header nav li.cta a {
    padding: 15px 20px;
    border-radius: 2em;
    background: #f0df4a;
  }
  .header nav li.cta a:hover {
    background-color: #3b62a1;
    color: #f0df4a;
    text-decoration: none;
  }

  .hamburger {
    display: none;
  }
}
@media (min-width: 60em) {
  .header {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 50px 0;
  }
  .header .background svg {
    bottom: -50px;
    height: 500px;
  }
}
.footer {
  position: relative;
  margin-top: 100px;
  padding: 20px 20px 0;
  color: #ffffff;
  font-family: "Spartan", sans-serif;
}
.footer .background {
  color: #414656;
}
.footer .background svg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: auto;
  max-width: unset;
  height: 800px;
  margin-left: 1100px;
  transform: translateX(-50%);
}
.footer .logo {
  display: block;
  width: 250px;
  margin: 0 auto;
  filter: none;
}
.footer .logo img, .footer .logo svg {
  max-width: 100%;
}
.footer .logo:hover {
  outline: 2px solid #f0df4a;
}
.footer .logos {
  min-height: unset;
  margin-bottom: 50px;
}
.footer .logos .accreditation {
  margin: 0 -10px;
}
.footer .logos .accreditation li {
  width: 40%;
  max-width: 150px;
}
.footer .logos .accreditation svg {
  width: 100%;
  height: auto;
  margin: 0;
}
.footer .logos .accreditation path {
  fill: #ffffff;
}
.footer .logos .accreditation path.border {
  stroke: #ffffff;
  fill: none;
}
.footer .logos .logo {
  filter: none;
  height: auto;
}
.footer .contact {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding-right: 50px;
}
.footer .contact h2 {
  color: #a5abbd;
  font-size: 1.2em;
}
.footer .contact nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.footer .contact nav ul {
  flex-direction: column;
}

.footer_sub {
  position: relative;
  padding: 20px 0;
  background: #3b62a1;
  text-align: center;
}
.footer_sub:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: inherit;
}
.footer_sub a {
  color: #ffffff;
}

nav.social ul {
  display: flex;
  justify-content: center;
}
nav.social svg {
  height: 3em;
  border: 2px solid transparent;
  border-radius: 50%;
  fill: #f0df4a;
  color: #414656;
}
nav.social a {
  padding: 10px;
}
nav.social a:hover svg {
  border-color: #f0df4a;
  fill: #414656;
  color: #f0df4a;
}

@media (min-width: 30em) {
  .footer .background svg {
    margin-left: 1200px;
  }
}
@media (min-width: 40em) {
  .footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer .background svg {
    height: 800px;
    margin-left: 0;
  }
  .footer .logo {
    margin: 0;
  }
  .footer .accreditation {
    justify-content: flex-start;
  }
  .footer .contact {
    margin: 0 0 0 auto;
    padding: 0;
  }
  .footer .contact address, .footer .contact h2 {
    margin-left: 10px;
  }
  .footer .contact nav {
    position: static;
  }
  .footer .contact nav ul {
    flex-direction: row;
  }

  nav.social {
    margin-bottom: 50px;
  }
  nav.social ul {
    justify-content: flex-start;
  }

  .footer_sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    text-align: left;
  }
  .footer_sub nav {
    margin-left: 50px;
  }
  .footer_sub .copyright {
    margin-left: auto;
  }
}
@media (min-width: 50em) {
  .footer .background svg {
    height: 900px;
  }
  .footer .contact {
    align-self: flex-end;
  }
}
@media (min-width: 60em) {
  .footer {
    width: 90vw;
    max-width: 1200px;
    margin: 200px auto 0;
    padding: 50px 0 0;
  }
  .footer .background svg {
    margin-left: 300px;
  }
}
main {
  padding: 20px;
}
main .form_block:last-child {
  position: relative;
  padding-top: 20px;
}
main .form_block:last-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -300px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  opacity: 0.3;
  background: #414656;
}

@media (min-width: 40em) {
  main {
    padding: 20px 50px;
  }
  main .form_block:last-child {
    padding-top: 50px;
  }
}
@media (min-width: 50em) {
  main .form_block:last-child {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (min-width: 60em) {
  main {
    width: 90vw;
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px 0;
  }
  main .form_block:last-child::before {
    bottom: -500px;
  }
}
@media (min-width: 70em) {
  main .form_block:last-child {
    margin-top: 100px;
    padding-bottom: 0;
  }
}
main .wp-block-columns {
  display: block;
}
main .wp-block-columns .wp-block-column {
  margin: 0;
}
main .wp-block-quote {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1.5em;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 40em) {
  main .wp-block-columns {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  main .wp-block-columns .wp-block-column {
    /* stylelint-disable declaration-no-important */
    flex-basis: 42% !important;
    /* stylelint-enable declaration-no-important */
    margin: 0 20px;
  }
}

.block .cta {
  margin: 20px auto;
  text-align: center;
}
.block .content > *:first-child {
  margin-top: 0;
}
.block .content > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 60em) {
  .block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .block:first-child {
    margin-top: 0;
  }
  .block:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 70em) {
  .block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 90em) {
  .block {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
address {
  margin: 20px 0;
  font-family: "Spartan", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8em;
}
address span {
  text-transform: uppercase;
}
address a {
  color: inherit;
  text-decoration: none;
}
address a:hover {
  text-decoration: underline;
}
address svg {
  height: 1em;
  margin-right: 1ch;
}

.team {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.profile {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}
.profile img {
  order: -1;
  max-width: 250px;
  margin: 0 auto 20px;
}
.profile h3 {
  margin: 5px 0 10px;
  color: #3b62a1;
  font-weight: 700;
  text-transform: uppercase;
}
.profile h3 a {
  display: flex;
  align-items: center;
}
.profile h3 a:hover svg {
  color: #ffffff;
}
.profile h3 a:hover svg .cls-p {
  color: #3b62a1;
}
.profile h3 svg {
  height: 1.2em;
  margin-right: 0.5ch;
}
.profile h3 svg .cls-p {
  color: #ffffff;
}
.profile .role {
  margin: 5px 0;
  color: #414656;
  font-family: "Spartan", sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}
.profile .bio > *:first-child {
  margin-top: 0;
}
.profile .bio > *:last-child {
  margin-bottom: 0;
}
.profile .liquid {
  margin: 10px 0 0 10px;
}
.profile .liquid dt {
  color: #3b62a1;
  font-family: "Spartan", sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}
.profile .liquid svg {
  flex-shrink: 0;
  height: 2em;
  margin-right: 2ch;
}
.profile .liquid dd {
  display: flex;
  align-items: center;
  margin-left: 0;
}

@media (min-width: 35em) {
  .profile {
    display: block;
    max-width: unset;
    margin: 20px 0;
    padding: 20px;
    clear: both;
    overflow: hidden;
    border: 3px solid #a5abbd;
    border-radius: 20px;
  }
  .profile img {
    margin-left: 20px;
    float: right;
  }
  .profile:nth-child(2n) img {
    margin-right: 20px;
    margin-left: 0;
    float: left;
  }
}
@media (min-width: 60em) {
  .profile {
    padding: 50px;
  }
}
.standard {
  margin: 20px auto;
  text-align: center;
}
.standard img {
  max-width: 300px;
  margin: 20px auto 0;
  border-radius: 20px;
}

@media (min-width: 40em) {
  .standard {
    display: flex;
    align-items: center;
    margin: 50px auto;
    text-align: left;
  }
  .standard img {
    order: -1;
    width: 30vw;
    object-fit: cover;
    object-position: center;
    height: 30vw;
    margin: 0 20px 0 0;
  }
  .standard:nth-child(2n-1) img {
    order: 2;
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (min-width: 50em) {
  .standard img {
    flex-shrink: 0;
    width: 350px;
    max-width: unset;
    height: 350px;
  }
}
@media (min-width: 60em) {
  .standard {
    justify-content: center;
    margin-bottom: 100px;
  }
  .standard img {
    margin-right: 50px;
  }
  .standard:nth-child(2n) img {
    margin-left: 50px;
  }
  .standard .content {
    max-width: 400px;
  }
}
.logos {
  position: relative;
  min-height: 500px;
  margin-top: 120px;
  margin-bottom: 50px;
  color: #414656;
}
.logos.block {
  background: #dadeec;
}
.logos.block:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: inherit;
}
.logos h2 {
  margin-top: 0;
  color: #414656;
}
.logos .cta {
  border-color: #f0df4a;
  background: #f0df4a;
  color: #414656;
}
.logos .cta:hover {
  background: #414656;
  color: #f0df4a;
}
.logos ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% + 20px);
  margin: 10px -10px -10px;
  padding: 0;
  list-style: none;
}
.logos li {
  margin: 10px;
}
.logos .logo {
  width: 200px;
  height: 150px;
  object-position: center;
  object-fit: contain;
  filter: grayscale(100%);
}
.logos .logo:hover {
  filter: grayscale(0);
}
.logos .background {
  color: #dadeec;
}
.logos .background svg {
  position: absolute;
  z-index: -1;
  top: -100px;
  left: 50%;
  width: auto;
  max-width: unset;
  height: 500px;
  transform: translateX(-50%);
}

@media (min-width: 50em) {
  .logos {
    margin-top: 200px;
    padding: 50px 0;
  }
  .logos h2, .logos .content {
    max-width: 500px;
  }
}
@media (min-width: 60em) {
  .logos {
    margin-bottom: 100px;
  }
  .logos.block {
    background: none;
  }
  .logos.block:before {
    content: normal;
  }
  .logos .background svg {
    top: -100px;
    height: calc(100% + 150px);
  }
  .logos ul {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
  .logos li {
    margin: 20px;
  }
}
.services {
  text-align: center;
}
.services h3 {
  margin: 0;
  color: #3b62a1;
  text-transform: uppercase;
}
.services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service {
  position: relative;
  max-width: 300px;
  margin: 25px auto;
  padding: 20px;
  border: 3px solid #a5abbd;
  text-align: left;
}
.service:hover {
  border-color: #f0df4a;
}
.service:hover img {
  border-color: #f0df4a;
}
.service img {
  max-width: calc(100% + 40px);
  margin: -20px -20px 20px;
}
.service .sub {
  margin: 10px 0;
  color: #414656;
  font-family: "Spartan", sans-serif;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
}
.service .block_link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.service .block_link:focus {
  outline: none;
}
.service .block_link:focus:before {
  outline: 3px solid #f0df4a;
}

@media (min-width: 40em) {
  .service {
    position: relative;
    max-width: 800px;
    padding-right: 270px;
    overflow: hidden;
  }
  .service h3, .service h2 {
    font-size: 1.1em;
  }
  .service img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    height: calc(100% + 40px);
    border-left: 3px solid #a5abbd;
    object-fit: cover;
    object-position: center;
  }
  .service:nth-child(2n) {
    padding-right: 20px;
    padding-left: 270px;
  }
  .service:nth-child(2n) img {
    right: auto;
    left: 0;
    border-right: 3px solid #a5abbd;
    border-left: 0;
  }
  .service:nth-child(2n):hover img {
    border-color: #f0df4a;
  }
}
@media (min-width: 50em) {
  .service {
    padding: 50px;
    padding-right: 350px;
    border-width: 5px;
  }
  .service h3, .service h2 {
    font-size: 1.2em;
  }
  .service img {
    width: 300px;
    border-width: 5px;
  }
  .service:nth-child(2n) {
    padding-right: 50px;
    padding-left: 350px;
  }
  .service:nth-child(2n) img {
    border-width: 5px;
  }
}
.testimonial .content {
  margin-bottom: 20px;
}
.testimonial .testimonials {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 100px;
  padding: 100px 0 150px;
  color: #ffffff;
}
.testimonial .testimonials label {
  order: 2;
}
.testimonial .testimonials blockquote {
  display: none;
}
.testimonial .testimonials input[type=radio]:checked + label svg {
  fill: #3b62a1;
  color: #ffffff;
}
.testimonial .testimonials input[type=radio]:checked + label + blockquote {
  display: block;
}
.testimonial .background {
  color: #414656;
}
.testimonial .background svg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -200px;
  bottom: 0;
  width: auto;
  max-width: unset;
  height: 100%;
}
.testimonial .quote {
  position: relative;
  max-width: 550px;
  margin: 40px 0;
}
.testimonial .quote > *:first-child {
  margin-top: 0;
}
.testimonial .quote > *:last-child {
  margin-bottom: 0;
}
.testimonial .quote:before, .testimonial .quote:after {
  position: absolute;
  color: #f0df4a;
  font-size: 5em;
  font-weight: 300;
  line-height: 1;
}
.testimonial .quote:before {
  content: "❝";
  top: -0.5em;
  left: -1ch;
}
.testimonial .quote:after {
  content: "❞";
  right: -1ch;
  bottom: -0.7em;
}
.testimonial cite {
  color: #a5abbd;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.testimonial img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #ffffff;
}
.testimonial .name {
  margin: 0 0 5px;
  font-family: "Spartan", sans-serif;
  text-transform: uppercase;
}
.testimonial .company {
  margin: 0;
  font-size: 0.8em;
  font-weight: 300;
}
.testimonial input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.testimonial input[type=radio] + label {
  margin: 10px;
  cursor: pointer;
}
.testimonial input[type=radio] + label span {
  color: transparent;
  font-size: 0;
}
.testimonial input[type=radio] + label svg {
  height: 30px;
  fill: none;
  color: #a5abbd;
}

@supports (grid-template-areas: ".") {
  .testimonial .testimonials {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr repeat(var(--testimonials), auto) 1fr;
    grid-template-rows: max-content auto;
    align-items: center;
  }
  .testimonial .testimonials blockquote {
    display: block;
    visibility: hidden;
    grid-column: 1/-1;
    grid-row: 1;
    transition: none;
    opacity: 0;
  }
  .testimonial .testimonials label:first-of-type {
    grid-column: 2;
  }
  .testimonial .testimonials input[type=radio]:checked + label + blockquote {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 40em) {
  .testimonial .testimonials blockquote {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
  }
  .testimonial .testimonials cite, .testimonial .testimonials .quote {
    width: calc(100% - 200px);
  }
  .testimonial .testimonials cite {
    margin-left: auto;
  }
  .testimonial .testimonials img {
    margin: 0 50px 0 0;
  }
  .testimonial .testimonials input[type=radio]:checked + label + blockquote {
    display: flex;
  }

  @supports (grid-template-areas: ".") {
    .testimonial .testimonials blockquote {
      display: flex;
    }
  }
}
@media (min-width: 50em) {
  .testimonial .testimonials {
    max-width: 900px;
    margin: 50px auto 100px;
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .testimonial .background svg {
    right: -300px;
  }
}
@media (min-width: 60em) {
  .testimonial .testimonials {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .testimonial .background svg {
    right: -200px;
  }
}
@media (min-width: 60em) {
  .testimonial .testimonials {
    padding-top: 180px;
    padding-bottom: 150px;
  }
  .testimonial .background svg {
    right: -400px;
  }
}
body.home .header .background svg {
  bottom: -450px;
  height: 1200px;
}
body.home .header .background svg:not(.home) {
  display: none;
}
body.home .header .background svg.home {
  display: block;
}
body.home .standard:first-child {
  margin-top: -50px;
  color: #ffffff;
}
body.home .standard:first-child h2 {
  color: #f0df4a;
}
body.home .standard:first-child .cta {
  border-color: #f0df4a;
  background: #f0df4a;
  color: #414656;
}
body.home .standard:first-child .cta:hover {
  background: #3b62a1;
  color: #f0df4a;
}
@media (min-width: 30em) {
  body.home .header .background svg {
    bottom: -400px;
  }
}
@media (min-width: 40em) {
  body.home .header .background svg {
    bottom: -420px;
    height: 800px;
    margin-left: -130px;
  }
  body.home .standard:first-child {
    justify-content: center;
    margin-top: -20px;
    margin-bottom: 80px;
  }
  body.home .standard:first-child .content {
    flex-grow: 0;
    width: 300px;
  }
  body.home .standard:first-child img {
    flex-grow: 1;
    width: 35vw;
    height: 35vw;
  }
}
@media (min-width: 50em) {
  body.home .header .background svg {
    bottom: -600px;
    height: 1200px;
    margin-left: -60px;
  }
  body.home .standard:first-child {
    justify-content: center;
    margin-top: -20px;
    margin-bottom: 200px;
  }
  body.home .standard:first-child .content {
    flex-grow: 1;
    width: 300px;
    max-width: 350px;
  }
  body.home .standard:first-child img {
    flex-grow: 0;
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 60em) {
  body.home .header .background svg {
    bottom: -650px;
    height: 1000px;
    margin-left: 0;
  }
  body.home .standard:first-child {
    justify-content: center;
    margin-top: -50px;
    margin-bottom: 300px;
  }
  body.home .standard:first-child .content {
    width: 350px;
  }
  body.home .standard:first-child img {
    margin-left: 50px;
  }
}
@media (min-width: 70em) {
  body.home .header .background svg {
    bottom: -670px;
    height: 1000px;
  }
  body.home .standard:first-child {
    align-items: flex-start;
    margin-bottom: 250px;
  }
  body.home .standard:first-child h2 {
    margin-top: 50px;
  }
  body.home .standard:first-child img {
    width: 500px;
    height: 500px;
  }
}
body.blog .content h2 {
  margin: 0;
  color: #3b62a1;
  text-transform: uppercase;
}
body.blog .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.blog .content .sub a {
  color: inherit;
}
/*# sourceMappingURL=src/maps/style.css.map */
