/*-- -------------------------- -->
<---      Content Template      -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .content-template .topper {
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: .5em;
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.83333333em;
    display: block;
  }
  .content-template h2,
  .content-template .title {
    font-size: min(12vw, 2.4em);
    line-height: 1em;
    margin: auto;
    margin-bottom: 0.83333333em;
    text-align: center;
    width: 100%;
    max-width: 17.0625em;
    font-weight: 500;
    width: 96%;
  }
  .content-template p {
    font-size: 0.9em;
    line-height: 1.5;
    width: 100%;
    max-width: 34.66666667em;
    margin: auto;
    text-align: center;
  }
  body.dark-mode .content-template .topper {
    color: #ed342f;
  }
}
/*-- -------------------------- -->
<---          Landing           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    min-height: 50vh;
  }
  #hero:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #hero picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #hero h1 {
    color: #fff;
    font-size: 2.13333333em;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 96%;
    max-width: 14.0625em;
    margin-top: 1.09375em;
    margin-bottom: 0.46875em;
    font-weight: 400;
    font-family: 'Noto Serif', Georgia, serif;
  }
  #hero p {
    color: #fff;
    text-align: center;
    max-width: 22.22222222em;
    font-size: 0.9em;
    margin: auto;
    margin-bottom: 1.66666667em;
    display: block;
    width: 96%;
  }
  #hero .button-solid {
    background-color: #fff;
    color: #1a1a1a;
  }
  #hero .button-solid:before {
    border: 1px solid #fff;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #hero {
    font-size: 20px;
  }
  #hero h1 {
    font-size: 3.2em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #hero {
    min-height: 15em;
    height: auto;
    padding-top: 9em;
    padding-block-end: 5em;
    background-attachment: fixed;
    font-size: inherit;
  }
}
/*-- -------------------------- -->
<---        Side By Side        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .sidebyside {
    width: 100%;
    max-width: 30.55em;
    margin: auto;
    padding-top: 25vw;
    padding-left: 0.5em;
    padding-right: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sidebyside .left {
    order: 2;
    text-align: center;
    max-width: 30.55em;
  }
  .sidebyside .left img {
    display: none;
  }
  .sidebyside .left p {
    margin-bottom: 1.38888889em;
    text-align: center;
  }
  .sidebyside .left p:last-of-type {
    margin-bottom: 3.44444444em;
  }
  .sidebyside .right {
    display: block;
    width: 30.55em;
    height: 43.05em;
    position: relative;
    font-size: min(1.6vw, .6em);
    margin: auto;
    order: 1;
    margin-bottom: 15em;
  }
  .sidebyside .right:before {
    content: '';
    position: absolute;
    display: block;
    width: 50em;
    background: #1a1a1a;
    opacity: 1;
    top: -5.35em;
    bottom: -5.95em;
    left: 17.6em;
  }
  .sidebyside .right:after {
    content: '';
    position: absolute;
    display: block;
    height: 31.4em;
    width: 39.8em;
    background: url("../images/small-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: -21.8em;
    left: 5.75em;
    z-index: -1;
  }
  .sidebyside .right img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .sidebyside #tt-review-widget-star {
    margin: auto;
    margin-bottom: 2.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  .sidebyside {
    max-width: 66.1em;
    flex-direction: row;
  }
  .sidebyside .left {
    order: 1;
    text-align: left;
    padding-right: 3.75em;
  }
  .sidebyside .left .title {
    text-align: left;
  }
  .sidebyside .left .title:before {
    font-size: inherit;
    transform: none;
    left: 0;
  }
  .sidebyside .left p {
    text-align: left;
  }
  .sidebyside .right {
    order: 2;
    transform: translateY(6.2em);
    font-size: min(1.8vw, .7em);
  }
  .sidebyside #tt-review-widget-star {
    margin-left: 0;
  }
  .title:before {
    font-size: inherit;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1200px) {
  .sidebyside {
    justify-content: space-between;
    align-items: flex-start;
  }
  .sidebyside .left {
    padding: 0;
  }
  .sidebyside .right {
    font-size: min(1.3vw, 1em);
    margin: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .sidebyside {
    padding: 0;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode .sidebyside .title {
    color: #fff;
  }
  body.dark-mode .sidebyside .right:before {
    background: var(--tint);
  }
}
/*-- -------------------------- -->
<---            About           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #about {
    padding-top: 3.75em;
  }
  #about .left {
    order: 2;
  }
  #about .right {
    order: 1;
    margin-top: 10em;
    margin-bottom: 12.5em;
  }
  #about .right:before {
    z-index: -100;
    left: auto;
    right: 17.6em;
  }
  #about .right:after {
    top: -11.3em;
    left: auto;
    right: -5em;
    width: 23em;
    height: 25.8em;
    background: url("/images/small-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -101;
  }
}
@media only screen and (min-width: 48em) {
  #about .right {
    margin-bottom: 10em;
    margin-top: 15em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #about {
    max-width: 69.55em;
    align-items: flex-start;
    padding-top: 15em;
    padding-bottom: 0;
  }
  #about .left {
    order: 2;
    padding: 0;
    padding-left: 2.5em;
    margin: 0;
  }
  #about .left .title {
    margin-left: 0;
  }
  #about .right {
    order: 1;
    margin-top: 0;
    transform: none;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1200px) {
  #about .left {
    padding-left: 0;
  }
}
/*-- -------------------------- -->
<---           Reviews          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #reviews {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    margin: auto;
    text-align: center;
  }
  #reviews .container {
    width: 96%;
    max-width: 76em;
  }
  #reviews .title {
    margin-bottom: 3.29166667em;
  }
  #reviews .review {
    padding: 3.2em 1.5em 0.9em 1.5em;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 24em;
    margin: auto;
    margin-bottom: 5em;
    border-radius: 0.25em;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
  }
  #reviews .review:last-of-type {
    margin-bottom: 0;
  }
  #reviews .review .profile {
    display: block;
    height: 4.95em;
    width: 4.95em;
    margin-left: 0;
    border-radius: 50%;
    margin-bottom: 0.8em;
    position: absolute;
    left: 1.5em;
    top: -2.55em;
  }
  #reviews .review p {
    line-height: 1.33333333;
    margin-bottom: 1.55555556em;
    text-align: left;
  }
  #reviews .review .star-group {
    border-top: 1px solid #E7E7E7;
    padding-top: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: auto;
  }
  #reviews .review .star-group .name {
    color: #1A1A1A;
    font-size: 0.9em;
    line-height: 1.33333333em;
    text-align: left;
    font-weight: bold;
    display: block;
  }
  #reviews .review .star-group .desc {
    color: #575757;
    font-weight: 400;
    display: block;
  }
  #reviews .review .star-group img {
    display: block;
    width: 4.55em;
    height: 0.75em;
    margin: 0;
  }
  #reviews .button-solid {
    margin-top: 4.16666667em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #reviews {
    padding-top: 2.5em;
    padding-bottom: 7.5em;
  }
  #reviews .container {
    font-size: min(1.4vw, 1em);
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  #reviews .title {
    margin-bottom: 2.5em;
  }
  #reviews .review {
    margin: 0;
  }
  #reviews .review p {
    text-align: left;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #reviews .review {
    background: var(--medium);
  }
  body.dark-mode #reviews .review .name {
    color: #fff;
  }
  body.dark-mode #reviews .review .desc {
    color: #fff;
    opacity: .7;
  }
}
/*-- -------------------------- -->
<---         Performance        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #performance .right:after {
    top: -11.35em;
    left: -3.65em;
    right: auto;
    width: 23em;
    height: 25.8em;
    background: url("/images/small-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #performance .left ul {
    margin-bottom: 2.5em;
  }
  #performance .left ul li {
    list-style: none;
    position: relative;
    text-align: left;
  }
  #performance .left ul li:before {
    content: '';
    position: absolute;
    display: block;
    height: 0.83333333em;
    width: 0.83333333em;
    background: url("/images/check.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: 0.27777778em;
    left: -1.38888889em;
  }
  #performance .left p {
    text-align: left;
  }
}
@media only screen and (min-width: 48em) {
  #performance {
    padding-top: 7.5em;
  }
}
@media only screen and (min-width: 64em) {
  #performance {
    padding-top: 6em;
    padding-bottom: 10em;
    align-items: flex-start;
  }
  #performance .left .title {
    margin-left: 0;
  }
  #performance .right {
    transform: translateY(0em);
  }
}
/* Large Desktop */
@media only screen and (min-width: 1500px) {
  #performance {
    padding-top: 10em;
    position: relative;
    z-index: 10;
  }
  #performance .left {
    padding-top: 3.75em;
  }
  #performance .right {
    transform: none;
  }
}
/*-- -------------------------- -->
<---         Locations          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #trust-bar {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 100;
  }
  #trust-bar .container {
    width: 96%;
    max-width: 66em;
  }
  #trust-bar .title {
    margin-bottom: 1.04166667em;
  }
  #trust-bar .review {
    padding: 3.2em 1.5em 0.9em 1.5em;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 20.5em;
    margin: auto;
    margin-bottom: 2.5em;
    border-radius: 0.25em;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
  #trust-bar .review:first-of-type picture img {
    width: 50%;
  }
  #trust-bar .review:last-of-type {
    margin-bottom: 0;
  }
  #trust-bar .review h3 {
    font-size: 1.8em;
    margin-bottom: 0.55555556em;
  }
  #trust-bar .review .dark {
    display: none;
  }
  #trust-bar .review picture {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 12.5em;
    height: 12.5em;
    margin: 0 auto;
  }
  #trust-bar .review picture img {
    width: 60%;
    height: auto;
  }
  #trust-bar .button-solid {
    margin-top: 4.16666667em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #trust-bar {
    padding-top: 2.5em;
    padding-bottom: 9.5em;
  }
  #trust-bar .container {
    font-size: min(1.4vw, 1em);
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  #trust-bar .content-template {
    margin-bottom: 5em;
  }
  #trust-bar .title {
    margin-bottom: 0.625em;
  }
  #trust-bar .review {
    margin: 0;
    transition: transform 0.3s, background-color 0.3s;
    perspective: 700px;
  }
  #trust-bar .review .map-box {
    transition: transform .8s;
  }
  #trust-bar .review .map-box .red,
  #trust-bar .review .map-box .white {
    transition: opacity .3s;
  }
  #trust-bar .review:hover {
    transform: translateY(-0.5em) scale(1.1);
    background-color: var(--primary);
  }
  #trust-bar .review:hover .map-box {
    transform-style: preserve-3d;
    transform: rotateY(360deg);
  }
  #trust-bar .review:hover .map-box .red {
    opacity: 0;
  }
  #trust-bar .review:hover .map-box .white {
    opacity: 1;
  }
  #trust-bar .review:hover h3 {
    color: #fff;
  }
  #trust-bar .review:hover .address {
    color: #fff;
  }
  #trust-bar .review:hover .learn {
    color: #fff;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #trust-bar .review {
    background: var(--medium);
    transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s;
  }
  body.dark-mode #trust-bar .review:hover {
    box-shadow: rgba(90, 113, 182, 0.2) 0px 7px 29px 0px;
  }
  body.dark-mode #trust-bar .review .light {
    display: none;
  }
  body.dark-mode #trust-bar .review .dark {
    display: flex;
  }
  body.dark-mode #trust-bar .review h3 {
    color: #fff;
  }
  body.dark-mode #trust-bar .review span {
    color: #fff;
    opacity: .7;
  }
}
/*-- -------------------------- -->
<---        Main Content        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #main-content {
    padding-top: 3.75em;
  }
  #main-content .left {
    order: 2;
  }
  #main-content .left h3 {
    margin-bottom: 0.5em;
    text-align: left;
  }
  #main-content .left p {
    text-align: left;
  }
  #main-content .right {
    order: 1;
    margin-top: 10em;
    margin-bottom: 12.5em;
  }
  #main-content .right:before {
    z-index: -100;
    left: auto;
    right: 17.6em;
  }
  #main-content .right:after {
    top: -11.3em;
    left: auto;
    right: -5em;
    width: 23em;
    height: 25.8em;
    background: url("/images/small-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -101;
  }
}
@media only screen and (min-width: 48em) {
  #main-content .right {
    margin-bottom: 10em;
    margin-top: 15em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #main-content {
    max-width: 69.55em;
    align-items: flex-start;
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
  #main-content .left {
    order: 2;
    padding: 0;
    padding-left: 2.5em;
    margin: 0;
  }
  #main-content .left .title {
    margin-left: 0;
  }
  #main-content .right {
    order: 1;
    margin-top: 0;
    transform: none;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1200px) {
  #main-content {
    padding-bottom: 10em;
  }
  #main-content .left {
    padding-left: 0;
  }
}
/*-- -------------------------- -->
<---          Location          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #location {
    padding-top: 5em;
  }
  #location .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #location .content-template {
    order: 2;
  }
  #location .content-template .address-group {
    display: flex;
    font-size: 0.9em;
    line-height: 1.33333333;
    justify-content: center;
  }
  #location .content-template .address-group .box {
    text-decoration: none;
    text-align: center;
    margin: 0 1.11111111em;
  }
  #location .content-template .address-group .box .header {
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0.55555556em;
  }
  #location .content-template .address-group .box a {
    text-decoration: none;
    display: block;
  }
  #location .content-template .address-group a,
  #location .content-template .address-group span {
    line-height: 1.66666667em;
  }
  #location .content-template .address-group a .add {
    line-height: 1.66666667;
  }
  #location .content-template .address-group a .add span {
    display: block;
    line-height: 1.75;
  }
  #location .content-template p strong {
    color: var(--primary);
    font-weight: bold !important;
  }
  #location .content-template .button-solid {
    display: block;
    margin: auto;
    width: 10.72222222em;
    padding: 0;
    margin-top: 1.66666667em;
  }
  #location .right-box {
    position: relative;
    width: 70%;
    max-width: 19em;
    height: 18.5em;
    z-index: 1;
    margin: auto;
    margin-bottom: 3.5em;
    transform: translateX(-0.5em);
    order: 1;
  }
  #location .right-box a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #location .right-box:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    border: 0.05em solid var(--primary);
    opacity: 1;
    top: 1em;
    left: 1em;
    z-index: -1;
  }
  #location .right-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #location .right-box .button {
    width: 6em;
    height: 6em;
    background: var(--primary);
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: #fff;
    font-size: 0.7em;
    line-height: 1.14285714;
    padding-top: 0.35714286em;
    transition: transform .3s;
  }
  #location .right-box .button:hover {
    transform: translate(-50%, -50%) scale(1.2);
  }
  body.dark-mode #location .content-template .address-group .box {
    color: #fff;
  }
  body.dark-mode #location .content-template .address-group .box .header {
    color: #fff;
  }
  body.dark-mode #location .content-template .address-group .box a {
    color: #fff;
  }
  body.dark-mode #location .content-template p strong {
    color: var(--shade);
  }
}
/* Landscape */
@media only screen and (min-width: 666px) {
  #location {
    padding-bottom: 7.5em;
    position: relative;
    z-index: 100;
  }
  #location .content-template h2 {
    max-width: 12.5em;
  }
  #location .content-template p:first-of-type {
    max-width: 27.77777778em;
  }
  #location .content-template a:hover .add {
    text-decoration: underline;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #location {
    padding-bottom: 10em;
    padding-top: 0;
  }
  #location .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 60em;
  }
  #location .content-template {
    order: 2;
    width: 100%;
    max-width: 31.15em;
  }
  #location .content-template .topper,
  #location .content-template h2,
  #location .content-template p {
    text-align: left;
    margin-left: 0;
  }
  #location .content-template h2 {
    width: 100%;
    max-width: 100%;
  }
  #location .content-template p {
    max-width: 32.22222222em;
  }
  #location .content-template p a {
    color: var(--primary);
  }
  #location .content-template .address-group {
    justify-content: flex-start;
  }
  #location .content-template .address-group .box {
    text-align: left;
    margin-left: 0;
    margin-right: 4.44444444em;
  }
  #location .content-template .button-solid {
    margin-left: 0;
  }
  #location a:hover {
    text-decoration: underline;
  }
  #location .right-box {
    order: 1;
    transform: none;
    margin: 0;
    height: 30.5em;
    width: 44.05em;
    max-width: 34.05em;
    margin-right: 2.5em;
  }
  #location .right-box:before {
    top: 2em;
    left: -2em;
  }
  #location .right-box img {
    width: 100%;
  }
  body.dark-mode #methods .content-template p a {
    color: #ff7361;
    font-weight: bold;
  }
}
/*-- -------------------------- -->
<---           Methods          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #methods .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #methods .content-template {
    order: 2;
  }
  #methods .content-template .button-solid {
    display: block;
    margin: auto;
    width: 10.72222222em;
    padding: 0;
    margin-top: 1.66666667em;
  }
  #methods .right-box {
    position: relative;
    width: 70%;
    max-width: 19em;
    height: 18.5em;
    z-index: 1;
    margin: auto;
    margin-bottom: 3.5em;
    transform: translateX(-0.5em);
    order: 1;
  }
  #methods .right-box:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    border: 0.05em solid var(--primary);
    opacity: 1;
    top: 1em;
    left: 1em;
    z-index: -1;
  }
  #methods .right-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 666px) {
  #methods {
    padding-bottom: 7.5em;
  }
  #methods .content-template h2 {
    max-width: 12.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #methods {
    padding-top: 0em;
    padding-bottom: 5em;
  }
  #methods .container {
    flex-direction: row;
    align-items: center;
  }
  #methods .content-template {
    order: 1;
    width: 100%;
    max-width: 31.15em;
    margin-right: 3.65em;
  }
  #methods .content-template .topper,
  #methods .content-template h2,
  #methods .content-template p {
    text-align: right;
    margin-right: 0;
  }
  #methods .content-template h2 {
    width: 100%;
    max-width: 100%;
  }
  #methods .content-template p {
    max-width: 32.22222222em;
  }
  #methods .content-template p a {
    color: var(--primary);
  }
  #methods .content-template .button-solid {
    margin-right: 0;
  }
  #methods .right-box {
    order: 2;
    transform: none;
    margin: 0;
    height: 25em;
    width: 19em;
  }
  #methods .right-box:before {
    top: 2em;
    left: 2em;
  }
  body.dark-mode #methods .content-template p a {
    color: #ff7361;
    font-weight: bold;
  }
}
/*-- -------------------------- -->
<---           Mentor           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #mentor .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #mentor .content-template {
    order: 2;
  }
  #mentor .content-template .button-solid {
    display: block;
    margin: auto;
    width: 10.72222222em;
    padding: 0;
    margin-top: 1.66666667em;
  }
  #mentor .right-box {
    position: relative;
    width: 70%;
    max-width: 19em;
    height: 18.5em;
    z-index: 1;
    margin: auto;
    margin-bottom: 3.5em;
    transform: translateX(-0.5em);
    order: 1;
  }
  #mentor .right-box:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    border: 0.05em solid var(--primary);
    opacity: 1;
    top: 1em;
    left: 1em;
    z-index: -1;
  }
  #mentor .right-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 666px) {
  #mentor {
    padding-bottom: 7.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #mentor {
    padding-top: 7.5em;
    padding-bottom: 10em;
  }
  #mentor .container {
    flex-direction: row;
    align-items: center;
  }
  #mentor .content-template {
    order: 1;
    width: 100%;
    max-width: 30.15em;
    margin-left: 3.65em;
    order: 2;
  }
  #mentor .content-template .topper,
  #mentor .content-template h2,
  #mentor .content-template p {
    text-align: left;
    margin-left: 0;
  }
  #mentor .content-template p a {
    color: var(--primary);
  }
  #mentor .content-template .button-solid {
    margin-left: 0;
  }
  #mentor .right-box {
    order: 2;
    transform: none;
    margin: 0;
    height: 25em;
    width: 19em;
    order: 1;
  }
  #mentor .right-box:before {
    top: 2em;
    left: -2em;
  }
}
/*-- -------------------------- -->
<---          Adults            -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #adults .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #adults .content-template {
    order: 2;
  }
  #adults .content-template .button-solid {
    display: block;
    margin: auto;
    width: 10.72222222em;
    padding: 0;
    margin-top: 1.66666667em;
  }
  #adults .right-box {
    position: relative;
    width: 70%;
    max-width: 19em;
    height: 18.5em;
    z-index: 1;
    margin: auto;
    margin-bottom: 3.5em;
    transform: translateX(-0.5em);
    order: 1;
  }
  #adults .right-box:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    border: 0.05em solid var(--primary);
    opacity: 1;
    top: 1em;
    left: 1em;
    z-index: -1;
  }
  #adults .right-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 666px) {
  #adults {
    padding-bottom: 7.5em;
  }
  #adults .content-template h2 {
    max-width: 12.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #adults {
    padding-top: 0em;
    padding-bottom: 5em;
  }
  #adults .container {
    flex-direction: row;
    align-items: center;
  }
  #adults .content-template {
    order: 1;
    width: 100%;
    max-width: 31.15em;
    margin-right: 3.65em;
  }
  #adults .content-template .topper,
  #adults .content-template h2,
  #adults .content-template p {
    text-align: right;
    margin-right: 0;
  }
  #adults .content-template h2 {
    width: 100%;
    max-width: 100%;
  }
  #adults .content-template p {
    max-width: 32.22222222em;
  }
  #adults .content-template p a {
    color: var(--primary);
  }
  #adults .content-template .button-solid {
    margin-right: 0;
  }
  #adults .right-box {
    order: 2;
    transform: none;
    margin: 0;
    height: 25em;
    width: 19em;
  }
  #adults .right-box:before {
    top: 2em;
    left: 2em;
  }
  body.dark-mode #methods .content-template p a {
    color: #ff7361;
    font-weight: bold;
  }
}
/*-- -------------------------- -->
<---           Mentor           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #conquer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #conquer .content-template {
    order: 2;
  }
  #conquer .content-template .button-solid {
    display: block;
    margin: auto;
    width: 10.72222222em;
    padding: 0;
    margin-top: 1.66666667em;
  }
  #conquer .right-box {
    position: relative;
    width: 70%;
    max-width: 19em;
    height: 18.5em;
    z-index: 1;
    margin: auto;
    margin-bottom: 3.5em;
    transform: translateX(-0.5em);
    order: 1;
  }
  #conquer .right-box:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    border: 0.05em solid var(--primary);
    opacity: 1;
    top: 1em;
    left: 1em;
    z-index: -1;
  }
  #conquer .right-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 666px) {
  #conquer {
    padding-bottom: 7.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #conquer {
    padding-top: 7.5em;
    padding-bottom: 10em;
  }
  #conquer .container {
    flex-direction: row;
    align-items: center;
  }
  #conquer .content-template {
    order: 1;
    width: 100%;
    max-width: 30.15em;
    margin-left: 3.65em;
    order: 2;
  }
  #conquer .content-template .topper,
  #conquer .content-template h2,
  #conquer .content-template p {
    text-align: left;
    margin-left: 0;
  }
  #conquer .content-template p a {
    color: var(--primary);
  }
  #conquer .content-template .button-solid {
    margin-left: 0;
  }
  #conquer .right-box {
    order: 2;
    transform: none;
    margin: 0;
    height: 25em;
    width: 19em;
    order: 1;
  }
  #conquer .right-box:before {
    top: 2em;
    left: -2em;
  }
}
/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.75em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    color: #fff;
    margin-bottom: 1.10416667em;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 4.22222222em;
    width: 96%;
    max-width: 33.22222222em;
  }
  #cta .button-solid {
    background-color: #fff;
    color: #1a1a1a;
  }
  #cta .button-solid:before {
    border: 1px solid #fff;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 8.4em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 55.4em;
    width: 100em;
    background: url("../images/cta-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    background: url("../images/cta-squares-dark.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
