/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
* {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html[data-theme=contrasty] {
  --button-color: #202020;
  --heading-color: #202020;
  --flair-color-1: #F3F3F3;
  --flair-color-2: #202020;
  --icon-color: brightness(0) saturate(100%) invert(13%) sepia(1%) saturate(794%) hue-rotate(314deg) brightness(103%) contrast(85%);
}

html[data-theme=normal] {
  --button-color: #202020;
  --heading-color: #F3F3F3;
  --flair-color-1: #165cb8;
  --flair-color-2: #165cb8;
}

:root {
  --color-white: #F3F3F3;
  --color-black: #202020;
  --color-primary-0: #165cb8;
  --color-primary-1: #1757ab;
  --color-primary-2: #3b6cac;
}

[data-animate] {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
}

*, html, body {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html, body {
  height: 100%;
  background-color: #F3F3F3;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 28.12em) {
  html {
    font-size: 30%;
  }
}
@media only screen and (max-width: 40.65em) {
  html {
    font-size: 35%;
  }
}
@media only screen and (max-width: 43.75em) {
  html {
    font-size: 40%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 68.75em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 81.25em) {
  html {
    font-size: 56.25%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background-image: url("/static/concrete-wall.avif");
}
@media only screen and (max-width: 68.75em) {
  body {
    padding: 0;
  }
}

/* Global Tag Resets */
ul {
  list-style: none;
}

button {
  min-width: 3rem;
  height: 7rem;
  padding: 1.5rem;
  border-radius: 40px;
  border: none;
  text-decoration: none;
  color: #F3F3F3;
  background-color: #165cb8;
  font-weight: 600;
  cursor: pointer;
}

form {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  transition: all 2s ease;
  color: #202020;
}
form input, form textarea {
  border: none;
  border-radius: 0;
  border-bottom: 0.5px solid #202020;
  outline: none;
  resize: none;
  background: none;
  color: #202020;
}
form input:focus, form textarea:focus {
  border-color: transparent;
}
form .input-pair {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.anchorButton {
  width: 100%;
  max-width: 30rem;
  min-width: 20rem;
  height: 7rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F3F3F3;
  font-weight: 700;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #F3F3F3;
}

::-webkit-scrollbar-thumb {
  background: #202020;
}

body {
  font-family: "Raleway";
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.7;
  color: #202020;
}

a {
  font-family: "Raleway";
  text-decoration: none;
  color: #202020;
}

p, li {
  font-family: "Raleway";
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
}

p {
  font-size: 2.369rem;
  line-height: 1.6;
}

h1 {
  font-family: "Raleway", serif;
  font-size: 5.478rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 2rem;
}

h2 {
  font-family: "Raleway";
  font-size: 4.209rem;
  font-weight: 800;
  line-height: 1.1;
}
@media only screen and (max-width: 28.12em) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  font-family: "Raleway";
  font-size: 3.15675rem;
  font-weight: 800;
  line-height: 1.1;
}

h4 {
  font-family: "Raleway";
  font-size: 2.369rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  font-family: "Raleway";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}

.eyebrow {
  font-size: 1.6rem;
  font-weight: 200;
  padding-bottom: 1rem;
}

.copyFlair {
  color: #165cb8;
  font-weight: 800;
  display: inline-block;
  transition: 0.25s all;
}
.copyFlair:hover {
  transform: scale(1.25) skew(-10deg) translateX(1rem);
}

.flair-color-1 {
  color: var(--flair-color-1);
}

.flair-color-2 {
  color: var(--flair-color-2);
}

.font-size-subtext {
  font-size: 1.333rem;
}

.font-size-default {
  font-size: 1.6rem;
}

.font-size-default-plus {
  font-size: 2.369rem;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.italic-400 {
  font-style: italic;
  font-weight: 400;
}

.card1 {
  width: 100%;
  max-width: 350px;
  margin-inline: auto;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background-color: #F3F3F3;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
  border-radius: 25px;
  text-align: center;
}
.card1-image {
  display: flex;
  justify-content: center;
}
.card1-image img {
  max-height: 12rem;
  height: 100%;
  width: auto;
}
.card1-text-header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.card2 {
  flex: 0 0 90rem;
  padding: 6rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  z-index: 2;
  box-shadow: rgb(82, 79, 255) 0px 5px 15px;
  border: 3px solid #165cb8;
  background-color: #F3F3F3;
  opacity: 90%;
}
@media only screen and (max-width: 56.25em) {
  .card2 {
    flex: 0 0 75%;
  }
}
.card2__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 3rem;
}
.card2__header span {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card2__header p {
  line-height: 1.2;
}
.card2__header img {
  width: 8rem;
  height: auto;
}

.listItem1 {
  display: flex;
  gap: 2rem;
}
.listItem1 img {
  width: 2rem;
}
.listItem1__content {
  width: 100%;
}

.textBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.textBlock-header {
  display: flex;
  flex-direction: column;
}
.textBlock-header .eyebrow {
  font-weight: 200;
  font-size: 1.6rem;
}
.cta {
  width: 100%;
  padding: 6rem 55rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  text-align: center;
  z-index: 99;
}
@media only screen and (max-width: 93.75em) {
  .cta {
    padding: 6rem 40rem;
  }
}
@media only screen and (max-width: 81.25em) {
  .cta {
    padding: 6rem 30rem;
  }
}
@media only screen and (max-width: 68.75em) {
  .cta {
    padding: 6rem 20rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .cta {
    padding: 6rem 10rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .cta {
    padding: 6rem 4rem;
  }
}
.cta-btn {
  width: 100%;
  max-width: 30rem;
  min-width: 20rem;
  height: 7rem;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F3F3F3;
  font-weight: 700;
}

[data-bgcolor=white] .cta {
  background-color: #F3F3F3;
}
[data-bgcolor=white] .cta-btn {
  background-color: #165cb8;
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
.accordion__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.accordion__items__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F3F3F3;
}
.accordion__items__item__question {
  width: 100%;
  display: flex;
  gap: 2rem;
  cursor: pointer;
  background-color: #165cb8;
}
.accordion__items__item__question img {
  width: 2rem;
  height: auto;
  margin-right: 4rem;
}
.accordion__items__item__question-button {
  padding: 4rem;
  width: 100%;
  height: 100%;
  color: #F3F3F3;
  text-align: left;
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-size: 2.369rem;
  font-weight: 600;
}
.accordion__items__item-question[aria-expanded=true] {
  background: #F3F3F3;
}
.accordion__items__item-answer {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background: #F3F3F3;
  color: #202020;
}
.accordion__items__item-answer p {
  font-weight: 500;
}

.accordion__items__item-answer[hidden] {
  display: none !important;
}

.main-nav {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  z-index: 1000;
}
.main-nav-logo {
  display: flex;
  align-items: center;
}
.main-nav-logo img, .main-nav-logo picture {
  display: block;
  width: 100%;
  max-width: 30rem;
  height: auto;
}
.main-nav-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 68.75em) {
  .main-nav-list {
    order: 0;
    width: 80%;
  }
}
@media only screen and (max-width: 56.25em) {
  .main-nav-list {
    display: none;
  }
}
.main-nav-list a {
  transition: all 0.6s;
  border-bottom: 0px solid transparent;
}
.main-nav-list a:hover {
  border-bottom: 1px solid #F3F3F3;
}
.main-nav-button {
  width: 17rem;
  padding: 0.5rem 2rem;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 1.5rem;
  border: 3px solid #F3F3F3;
}
@media only screen and (max-width: 56.25em) {
  .main-nav-button {
    display: none;
  }
}
.main-nav-button button {
  background-color: transparent;
  color: #202020;
  padding: 0;
  font-weight: 700;
}
.main-nav-button img {
  width: 2rem;
  height: auto;
}
.main-nav .mobile-button {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .main-nav .mobile-button {
    display: block;
  }
}
.main-nav .mobile-button img {
  width: 4rem;
  height: auto;
}
.main-nav .mobile-nav {
  transform-origin: top right;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  background-color: #165cb8;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}
.main-nav .mobile-nav .x-icon {
  position: absolute;
  width: 5rem;
  top: 10%;
  right: 10%;
}
.main-nav .mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 12rem;
}
.main-nav .mobile-nav-list .mobile-option {
  font-size: 2.369rem;
  font-weight: 700;
  color: #F3F3F3;
}
.main-nav .mobile-nav-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.main-nav .mobile-nav-socials-icons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.main-nav .mobile-nav-socials-icons img {
  width: 3.5rem;
  height: auto;
}
.main-nav .mobile-nav-socials p {
  font-size: 1.6rem;
  text-align: center;
}

.header {
  visibility: hidden;
  position: relative;
  width: 100vw;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  padding-top: 4rem;
  padding-right: 8rem;
  padding-left: 8rem;
  display: flex;
  flex-direction: column;
  background-color: #202020;
}
@media only screen and (max-width: 68.75em) {
  .header {
    padding: 4rem 4rem 0;
  }
}
@media only screen and (max-width: 56.25em) {
  .header {
    padding: 4rem 2rem 0;
  }
}
.header p, .header a, .header h1, .header button {
  color: #F3F3F3;
}
.header-image {
  width: 100vw;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 56.25em) {
  .header-image {
    object-position: 80% 50%;
  }
}
.header__contents {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .header__contents {
    align-items: center;
  }
}
.header__contents__text {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .header__contents__text {
    align-items: center;
    width: 90%;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__contents__text h1, .header__contents__text p {
    text-align: center;
  }
}
.header__contents__text h1 {
  font-size: 5.478rem;
}
@media only screen and (max-width: 81.25em) {
  .header__contents__text h1 {
    font-size: 4.1085rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__contents__text-blurb {
    font-weight: 600;
    font-size: 1.6rem;
  }
}
.header__contents__text-blurb {
  width: 70%;
}
.header__contents button {
  width: 20%;
  height: 7rem;
  font-weight: 700;
}
@media only screen and (max-width: 56.25em) {
  .header__contents button {
    width: 60%;
  }
}

.pageHeader {
  visibility: hidden;
  position: relative;
  width: 100vw;
  padding-top: 4rem;
  padding-bottom: 6rem;
  padding-right: 8rem;
  padding-left: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
@media only screen and (max-width: 68.75em) {
  .pageHeader {
    padding: 4rem 4rem 0;
  }
}
@media only screen and (max-width: 56.25em) {
  .pageHeader {
    gap: 4rem;
  }
}
.pageHeader .main-nav-button {
  border-color: #202020;
  background-color: #F3F3F3;
}
.pageHeader__contents {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .pageHeader__contents {
    width: 80%;
  }
}

.infoSection {
  position: relative;
  width: 100%;
  padding: 4rem 12rem 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .infoSection {
    padding: 4rem 0 6rem 12rem;
  }
}
@media only screen and (max-width: 40.65em) {
  .infoSection {
    padding: 4rem 0 6rem 6rem;
  }
}
.infoSection__left {
  width: 50%;
  z-index: 1;
}
@media only screen and (max-width: 56.25em) {
  .infoSection__left {
    width: 100%;
  }
}
.infoSection__right {
  width: 30%;
}
@media only screen and (max-width: 56.25em) {
  .infoSection__right-image {
    position: absolute;
    right: -18%;
    top: 15%;
    z-index: 0;
    opacity: 30%;
  }
}
.infoSection__right-image img {
  width: 100%;
  max-width: 50rem;
  min-width: 20rem;
}

.infoCards-3 {
  width: 100%;
  padding: 6rem 20rem;
  display: grid;
  gap: 4rem;
  /* Desktop (default) = 3 columns */
  grid-template-columns: repeat(3, 1fr);
  /* Tablet */
  /* Mobile */
}
@media only screen and (max-width: 81.25em) {
  .infoCards-3 {
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem 10rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .infoCards-3 {
    grid-template-columns: 1fr;
    padding: 3rem 4rem;
    justify-items: center;
  }
}

.infoCards-4 {
  width: 100%;
  padding: 6rem 8rem;
  display: grid;
  gap: 4rem;
  /* Desktop (default) = 4 columns */
  grid-template-columns: repeat(4, 1fr);
  /* Tablet */
  /* Mobile */
}
@media only screen and (max-width: 81.25em) {
  .infoCards-4 {
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem 10rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .infoCards-4 {
    grid-template-columns: 1fr;
    padding: 3rem 4rem;
    justify-items: center;
  }
}

.servicesSection {
  position: relative;
  width: 100%;
  padding: 8rem 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9rem;
  background-color: #165cb8;
  background-image: url("/static/concrete-lighter-2.avif");
  color: #F3F3F3;
}
@media only screen and (max-width: 56.25em) {
  .servicesSection {
    padding: 8rem 4rem;
  }
}
.servicesSection__left {
  width: 40%;
  z-index: 10;
}
@media only screen and (max-width: 56.25em) {
  .servicesSection__left {
    width: 100%;
  }
}
.servicesSection__left a {
  background-color: #F3F3F3;
  color: #165cb8;
}
.servicesSection__right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
@media only screen and (max-width: 56.25em) {
  .servicesSection__right {
    position: absolute;
    right: -18%;
    top: 15%;
    opacity: 30%;
  }
}
.servicesSection__right img {
  width: 100%;
  max-width: 60rem;
  min-width: 45rem;
  height: auto;
  object-fit: cover;
}

.faq {
  width: 100%;
  padding: 6rem 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .faq {
    padding: 6rem 8rem 2rem;
  }
}
@media only screen and (max-width: 43.75em) {
  .faq {
    padding: 6rem 2rem 2rem;
  }
}
.faq-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.faq-cta p {
  font-weight: 700;
}
.faq-cta button {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
}

.testimonials {
  width: 100%;
  padding: 6rem 20rem 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .testimonials {
    padding: 6rem 4rem 12rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .testimonials {
    padding: 6rem 2rem 12rem;
  }
}
.testimonials__carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.testimonials__carousel__cards {
  width: 100%;
  padding: 2rem;
  display: flex;
  gap: 10rem;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  position: relative;
  overflow-y: visible;
  /* hide scrollbar */
  scrollbar-width: none;
}
.testimonials__carousel__cards::-webkit-scrollbar {
  display: none;
}
.testimonials__carousel__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1;
  user-select: none;
}
.testimonials__carousel__controls-dots {
  display: flex;
  gap: 1rem;
}
.testimonials__carousel__controls-dots img {
  width: 3rem;
  height: auto;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 56.25em) {
  .testimonials__carousel__controls-dots img {
    width: 1rem;
  }
}
.testimonials__carousel__controls-dots img.active {
  opacity: 1;
}
.testimonials__carousel__controls .carousel-next, .testimonials__carousel__controls .carousel-prev {
  cursor: pointer;
  width: 6rem;
  height: auto;
}
@media only screen and (max-width: 56.25em) {
  .testimonials__carousel__controls .carousel-next, .testimonials__carousel__controls .carousel-prev {
    width: 5rem;
  }
}

.experienceContent {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 56.25em) {
  .experienceContent {
    padding: 6rem 0 8rem;
  }
}
.experienceContent__left {
  width: 35%;
  height: 100%;
  padding-left: 8rem;
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 56.25em) {
  .experienceContent__left {
    padding-left: 0;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: 0;
    opacity: 30%;
  }
}
.experienceContent__left img, .experienceContent__left picture {
  height: 130rem;
  width: auto;
}
.experienceContent__right {
  width: 65%;
  padding-left: 10rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  z-index: 2;
}
@media only screen and (max-width: 56.25em) {
  .experienceContent__right {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
  }
}
.experienceContent__right img {
  width: 100%;
  max-width: 40rem;
  height: auto;
  position: absolute;
  right: -10%;
  top: 20%;
  z-index: 1;
  opacity: 30%;
}
@media only screen and (max-width: 56.25em) {
  .experienceContent__right img {
    position: static;
    z-index: 10;
    opacity: 100%;
  }
}
.experienceContent__right p {
  width: 60%;
  line-height: 2;
}
@media only screen and (max-width: 56.25em) {
  .experienceContent__right p {
    width: 100%;
  }
}

.qualifications {
  width: 100%;
  padding: 8rem 12rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .qualifications {
    padding: 8rem 2rem;
  }
}
.qualifications .textBlock {
  text-align: center;
}

.contactContent {
  position: relative;
  width: 100%;
  padding: 6rem 15rem;
  display: flex;
  justify-content: center;
  gap: 12rem;
  overflow: hidden;
}
@media only screen and (max-width: 56.25em) {
  .contactContent {
    padding: 6rem 4rem;
  }
}
.contactContent img {
  width: 100%;
  max-width: 50rem;
  height: auto;
}
.contactContent__left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .contactContent__left {
    width: 100%;
  }
}
.contactContent__right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media only screen and (max-width: 56.25em) {
  .contactContent__right {
    display: none;
  }
}

.mobile-img {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .mobile-img {
    display: block;
  }
}

.servicesContent {
  width: 100%;
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.servicesContent__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
}
@media only screen and (max-width: 56.25em) {
  .servicesContent__cards {
    gap: 4rem;
  }
}
.servicesContent__cards__card {
  width: 100%;
  padding: 2rem 15rem;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
@media only screen and (max-width: 81.25em) {
  .servicesContent__cards__card {
    padding: 2rem 8rem;
  }
}
@media only screen and (max-width: 68.75em) {
  .servicesContent__cards__card {
    padding: 2rem 4rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .servicesContent__cards__card {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
}
.servicesContent__cards__card__left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 56.25em) {
  .servicesContent__cards__card__left {
    width: 80%;
    text-align: center;
  }
}
@media only screen and (max-width: 56.25em) {
  .servicesContent__cards__card__left .textBlock {
    align-items: center;
  }
}
.servicesContent__cards__card__left a {
  background-color: #165cb8;
}
.servicesContent__cards__card__right {
  width: 50%;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 56.25em) {
  .servicesContent__cards__card__right {
    width: 100%;
    justify-content: center;
  }
}
.servicesContent__cards__card__right img {
  width: 100%;
  max-width: 60rem;
  height: auto;
}
.servicesContent__middleHeader {
  text-align: center;
  width: 70%;
}
.servicesContent__extendedCards {
  width: 100%;
  padding: 3rem 15rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .servicesContent__extendedCards {
    padding: 2rem 2rem;
    text-align: center;
    grid-template-columns: 1fr;
  }
}
.servicesContent__extendedCards button {
  width: 30rem;
}

.servicesContent__cards__card:nth-child(2) .servicesContent__cards__card__left {
  text-align: right;
  order: 2;
}
@media only screen and (max-width: 56.25em) {
  .servicesContent__cards__card:nth-child(2) .servicesContent__cards__card__left {
    text-align: center;
    order: 1;
  }
}
.servicesContent__cards__card:nth-child(2) .servicesContent__cards__card__left .textBlock {
  align-items: end;
}
@media only screen and (max-width: 56.25em) {
  .servicesContent__cards__card:nth-child(2) .servicesContent__cards__card__left .textBlock {
    align-items: center;
  }
}
.servicesContent__cards__card:nth-child(2) .servicesContent__cards__card__right {
  order: 1;
  justify-content: start;
}
@media only screen and (max-width: 56.25em) {
  .servicesContent__cards__card:nth-child(2) .servicesContent__cards__card__right {
    justify-content: center;
    order: 2;
  }
}

.contactForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contactForm-header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .contactForm-header {
    text-align: center;
  }
}
.contactForm__content {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.contactForm__content form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contactForm__content form .extra-inputs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contactForm__content form .checkboxes .input-pair {
  display: flex;
  flex-direction: row;
}
.contactForm__content button {
  width: 10rem;
  color: #F3F3F3;
}

.formConfirmation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.formConfirmation-content {
  background: #F3F3F3;
  color: #202020;
  max-width: 90%;
  padding: 5rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 6rem 20rem 2rem;
  background-color: #165cb8;
  background-image: url("/static/concrete-lighter-2.avif");
}
@media only screen and (max-width: 93.75em) {
  .footer {
    padding: 6rem 6rem;
  }
}
.footer li, .footer a, .footer p, .footer h3 {
  color: #F3F3F3;
}
.footer__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 3rem;
}
@media only screen and (max-width: 81.25em) {
  .footer__content {
    justify-content: center;
  }
}
@media only screen and (max-width: 43.75em) {
  .footer__content {
    flex-direction: column;
    gap: 6rem;
  }
}
.footer__content__left {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media only screen and (max-width: 81.25em) {
  .footer__content__left {
    width: 50%;
  }
}
@media only screen and (max-width: 43.75em) {
  .footer__content__left {
    width: 100%;
    align-items: center;
    gap: 6rem;
  }
}
.footer__content__left img {
  width: 100%;
  max-width: 30rem;
  height: auto;
}
.footer__content__left-nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__content__left-nav li {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 43.75em) {
  .footer__content__left-nav li {
    justify-content: center;
  }
}
.footer__content__left-nav li img {
  width: 3rem;
}
.footer__content__left__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 81.25em) {
  .footer__content__left__bottom {
    justify-content: center;
    align-items: center;
  }
}
.footer__content__left__bottom p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 81.25em) {
  .footer__content__left__bottom p {
    text-align: center;
  }
}
.footer__content__left__bottom-socials {
  display: flex;
  gap: 1rem;
}
.footer__content__left__bottom-socials img {
  width: 3.5rem;
  height: auto;
}
.footer__content__middle {
  width: 25%;
  padding-right: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width: 81.25em) {
  .footer__content__middle {
    display: none;
  }
}
.footer__content__middle h3 {
  text-align: center;
}
.footer__content__middle button {
  width: 25rem;
  height: 25rem;
  border-radius: 100%;
  font-weight: 800;
  font-size: 2.8428rem;
  color: #165cb8;
  background-color: #F3F3F3;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 8px 24px;
}
.footer__content__right {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 81.25em) {
  .footer__content__right {
    width: 50%;
  }
}
@media only screen and (max-width: 43.75em) {
  .footer__content__right {
    width: 100%;
  }
}
@media only screen and (max-width: 43.75em) {
  .footer__content__right h3 {
    display: none;
  }
}
.footer__content__right-location {
  text-align: center;
}
.footer__content__right-location p {
  font-size: 1.6rem;
}
.footer__content__right-frame {
  border: 10px solid #F3F3F3;
  padding: 0.5rem 0.5rem 0rem 0.5rem;
}
.footer__content__right-frame iframe {
  max-width: 325px;
  width: 300px;
  min-width: 150px;
  max-height: 325px;
  height: 300px;
  min-height: 150px;
}

.footer__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
}

.indexPage {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-top: 6rem;
}

.myExperience {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.myExperience .cta {
  background-color: #165cb8;
  background-image: url("/static/concrete-lighter-2.avif");
  color: #F3F3F3;
  padding: 18rem 12rem;
}
.myExperience .cta-btn {
  background-color: #F3F3F3;
  color: #165cb8;
}

.contactPage {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.servicesPage {
  visibility: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}/*# sourceMappingURL=main.css.map */