/*!
Theme Name:     Latitude 53
Theme URI:      https://github.com/ed-richards/shutter-base-theme
Description:    Bespoke Theme for Latitude53
Author:         Shutter Digital
Author URI:     https://shutter.digital
Version:        1.0.0
*/
/**
 * Debug the site breakpoint
 * element only exists if WP_DEBUG is true
 */
@import url(assets/js/vendor/splide/dist/css/splide.min.css);
.debug:after {
  box-sizing: border-box;
  position: fixed;
  display: block;
  bottom: 10px;
  right: 10px;
  padding: 5px 28px 5px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #777;
  border-radius: 3px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 100000;
}

@media (min-width: 400px) {
  .debug:after {
    content: "X-Small (400px)  | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #ffde03 95%, #ffde03 100%);
  }
}

@media (min-width: 584px) {
  .debug:after {
    content: "Small (584px)  | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #ffde03 95%, #ffde03 100%);
  }
}

@media (min-width: 768px) {
  .debug:after {
    content: "Medium (768px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #ff0266 95%, #ff0266 100%);
  }
}

@media (min-width: 992px) {
  .debug:after {
    content: "Large (992px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #0336ff 95%, #0336ff 100%);
  }
}

@media (min-width: 1200px) {
  .debug:after {
    content: "X-Large (1200px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #4A148C 95%, #4A148C 100%);
  }
}

@media (min-width: 1400px) {
  .debug:after {
    content: "XX-Large (1400px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #200343 95%, #200343 100%);
  }
}

@media (min-width: 1600px) {
  .debug:after {
    content: "XXX-Large (1600px) | " attr(data-template);
    background: linear-gradient(to right, #f7f7f7, #f7f7f7 95%, #0b0117 95%, #0b0117 100%);
  }
}

.js-running .js-anim--fade-up,
.js-running .js-anim-group--fade-up > *,
.js-running .js-anim-group--fade-right > *,
.js-running .js-anim-group--fade-left > * {
  opacity: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

html {
  line-height: 1.5;
  font-size: 62.5%;
}

body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.noscroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  display: inline-block;
}

p a,
p a:visited {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}

ul, ol {
  margin-left: 2.4rem;
}

.clear {
  *zoom: 1;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.util-wrapper, .header-home__content, .header-service__content, .header-archive__content, .header-page__content, .header-post__content {
  width: 90%;
  max-width: 144rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .util-round-box {
    border-radius: 2.5rem;
    margin: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .util-round-box {
    border-radius: 3.5rem;
    margin: 3.5rem;
  }
}

.util-round-box--dark {
  background-color: #17252A;
}

.util-round-box--light {
  background-color: #F7F9F9;
}

.util-round-box--hollow {
  border: 0.2rem solid #F7F9F9;
}

.util-round-box--top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.util-round-box--bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.util-round-box--sides {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Responsive images
 */
img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text, input[type="checkbox"] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 2.4rem;
}

tr:nth-child(odd) td {
  background: #efefef;
}

td, th {
  font-size: 1.6rem;
  vertical-align: top;
  padding: 0.8rem;
  border: 1px solid #ccc;
}

th {
  font-size: 1.9rem;
  text-align: left;
}

/**
* Forms
*/
input,
textarea {
  width: 100%;
  padding: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

@media (min-width: 584px) {
  input,
  textarea {
    font-size: 1.8rem;
  }
}

textarea {
  resize: vertical;
  min-height: 4rem;
}

input,
textarea,
.select,
select {
  border: 0.2rem solid #FAFFFD;
  background-color: #17252A;
  color: #FAFFFD;
  border-radius: 1.6rem;
}

select {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/content/themes/latitude53/assets/imgs/dropdown-down.svg");
  background-repeat: no-repeat;
  background-position: right 1.8rem center;
  background-size: 2.2rem 2.2rem;
  cursor: pointer;
  padding: 1.6rem 2rem;
}

input,
textarea {
  appearance: none;
}

input[type="checkbox"] {
  width: auto;
}

input[type="checkbox"]:focus + label:after {
  outline: 0.2rem solid #00A19A;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
}

input[type="checkbox"] + label:after {
  text-align: center;
  line-height: 2.5rem;
  content: "";
  background-color: #17252A;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: 0 0 0 0.2rem #FAFFFD;
  color: black;
  font-size: 2.5rem;
  border-radius: 0.6rem;
}

input[type="checkbox"]:checked + label:after {
  box-shadow: inset 0 0 0 0.6rem #FAFFFD, 0 0 0 0.2rem #FAFFFD;
  background-color: #FAFFFD;
}

input[type="checkbox"]:checked + label:after {
  background-color: #FAFFFD;
  content: "\2713";
  color: #17252A;
}

.gform_wrapper {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

@media (min-width: 768px) {
  .gform_wrapper {
    font-size: 1.8rem;
  }
}

.gform_wrapper a {
  color: #00A19A;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.gform_wrapper a:hover {
  color: #00d4cb;
}

.gform_wrapper fieldset {
  border: none;
}

.gform_wrapper input,
.gform_wrapper textarea {
  margin: 0;
}

.gform_wrapper .gform_fields,
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper .gfield_label {
  margin-bottom: 0.8rem;
  display: inline-block;
  color: #FAFFFD;
}

.gform_wrapper .gfield {
  margin-bottom: 4rem;
}

.gform_wrapper .gform_heading {
  color: #FAFFFD;
  margin-bottom: 2rem;
}

.gform_wrapper .ginput_container_consent label {
  line-height: 3.5rem;
  color: #FAFFFD;
}

.gform_wrapper .hidden_label {
  margin: 0;
}

.gform_wrapper .hidden_label label {
  display: none;
}

.gform_wrapper .gform_button {
  margin-top: 1rem;
  border-color: #00A19A;
}

.gform_wrapper .gform_button:hover {
  cursor: pointer;
}

.gform_wrapper .validation_error {
  background-color: #da0000;
  color: #FAFFFD;
  padding: 3rem;
  margin-bottom: 3rem;
}

.gform_wrapper .validation_message {
  background-color: #17252A;
  border: 0.2rem solid #da0000;
  border-radius: 1.6rem;
  color: #FAFFFD;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.gform_wrapper button[type="submit"] {
  background: #00A19A;
  min-width: 20rem;
}

.gform_wrapper button[type="submit"] span {
  position: relative;
}

.gform_wrapper .gform_submission_error {
  font-weight: 600;
  border: 0.2rem solid #da0000;
  border-radius: 1.6rem;
  padding: 2rem;
}

:root {
  --formButtonMaskPosition: 0.4rem;
}

@media (min-width: 992px) {
  :root {
    --formButtonMaskPosition: 0.6rem;
  }
}

@keyframes formButtonMask {
  from {
    mask-position: 0rem 0rem;
  }
  to {
    mask-position: var(--formButtonMaskPosition) 0rem;
  }
}

/**
 * Component: Site Logo
 */
.site-logo {
  display: block;
  width: 17rem;
}

@media (min-width: 584px) {
  .site-logo {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .site-logo {
    margin: 0;
    width: 15rem;
  }
}

@media (min-width: 1200px) {
  .site-logo {
    width: 17.5rem;
  }
}

/**
 * Component: Hamburger
 */
.hamburger {
  width: 4.5rem;
  height: 4.5rem;
  border: none;
  background-color: transparent;
}

@media (min-width: 584px) {
  .hamburger {
    width: 5rem;
    height: 5rem;
  }
}

.hamburger__svg {
  width: 100%;
}

.hamburger__line {
  stroke: #FAFFFD;
  stroke-width: 9;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transition: transform 200ms;
}

.hamburger.open .hamburger__line {
  stroke: white;
}

.hamburger__line--1 {
  transform: translateY(-20px) rotate(0deg);
}

.hamburger__line--1--open {
  transform: rotate(45deg);
  transition: transform 200ms;
}

.hamburger__line--2 {
  opacity: 1;
  transition: opacity 200ms;
}

.hamburger__line--2--open {
  opacity: 0;
  transition: opacity .125s;
}

.hamburger__line--3 {
  transform: translateY(20px) rotate(0deg);
}

.hamburger__line--3--open {
  transform: rotate(-45deg);
  transition: transform 200ms;
}

/**
 * Component: Navigation
 */
.nav-primary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  list-style-type: none;
  font-size: 1.7rem;
  font-family: "Outfit", sans-serif;
  background-color: rgba(250, 255, 253, 0.03);
  padding: 1.4rem 2rem;
  border-radius: 1.4rem;
  backdrop-filter: blur(0.15rem);
}

@media (min-width: 1200px) {
  .nav-primary {
    margin: 0 0 0 4rem;
    padding: 0;
    font-size: 1.6rem;
  }
}

@media (min-width: 1400px) {
  .nav-primary {
    font-size: 1.8rem;
  }
}

@media (min-width: 1600px) {
  .nav-primary {
    font-size: 2rem;
  }
}

.nav-primary__item {
  padding: 0 0.8rem;
}

.nav-primary__item:last-child {
  padding-right: 0;
}

@media (min-width: 1200px) {
  .nav-primary__item {
    padding: 1.8rem 0.8rem;
  }
  .nav-primary__item:first-child {
    margin-left: 1.8rem;
  }
  .nav-primary__item:last-child {
    padding: 0;
  }
  .nav-primary__item:last-child a {
    background-color: #00A19A;
    padding: 1.8rem 1.8rem;
    border-radius: 0 1.4rem 1.4rem 0;
    margin-left: 1.2rem;
  }
  .nav-primary__item:last-child a:hover {
    color: #17252A;
    background-color: #FAFFFD;
  }
}

@media (min-width: 1400px) {
  .nav-primary__item {
    padding: 2rem 1rem;
  }
  .nav-primary__item:first-child {
    margin-left: 2rem;
  }
  .nav-primary__item:last-child a {
    padding: 2rem 2rem;
    margin-left: 1.2rem;
  }
}

@media (min-width: 1600px) {
  .nav-primary__item:first-child {
    margin-left: 3rem;
  }
  .nav-primary__item:last-child a {
    padding: 2rem 3rem;
    margin-left: 1.6rem;
  }
}

.nav-primary__link {
  position: relative;
  text-decoration: none;
  color: #FAFFFD;
  border: 1px solid transparent;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.nav-primary__link:hover {
  color: #00A19A;
}

.nav-primary__item--active .nav-primary__link {
  font-weight: 700;
}

/**
 * Component: Mobile Nav
 */
body.nav-open {
  overflow: hidden;
}

.nav-mobile__primary {
  margin-left: 0;
  margin-top: 2rem;
  list-style-type: none;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  z-index: 10;
}

@media (min-width: 400px) {
  .nav-mobile__primary {
    font-size: 2.5rem;
  }
}

.nav-mobile__primary__item {
  display: block;
  text-align: center;
  opacity: 0;
}

.nav-mobile__primary__item:nth-child(1) {
  animation-delay: 40ms;
}

.nav-mobile__primary__item:nth-child(2) {
  animation-delay: 80ms;
}

.nav-mobile__primary__item:nth-child(3) {
  animation-delay: 120ms;
}

.nav-mobile__primary__item:nth-child(4) {
  animation-delay: 160ms;
}

.nav-mobile__primary__item:nth-child(5) {
  animation-delay: 200ms;
}

.nav-mobile__primary__item:nth-child(6) {
  animation-delay: 240ms;
}

.nav-mobile__primary__item:nth-child(7) {
  animation-delay: 280ms;
}

.nav-mobile__primary__item:nth-child(8) {
  animation-delay: 320ms;
}

.nav-mobile__primary__item:last-child .nav-mobile__primary__link {
  border: 0.2rem solid #00A19A;
  border-radius: 1.7rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1.2rem;
}

.nav-mobile__primary__item--active a {
  font-weight: 700;
}

.nav-mobile__primary__link {
  padding: 1rem 0;
  text-decoration: none;
  display: inline-block;
  color: #FAFFFD;
}

.nav-mobile__primary__item--animate {
  animation-name: mobileMenuSlide;
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  will-change: transform;
}

@keyframes mobileMenuSlide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  95% {
    background-position: 100% 50%;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}

/**
 * Component: Homepage Header
 */
.header-home {
  height: 100vh;
  min-height: 58rem;
  background-image: url("/content/themes/latitude53/assets/imgs/topography-hero-upper.svg"), url("/content/themes/latitude53/assets/imgs/topography-hero-lower.svg");
  background-repeat: no-repeat no-repeat;
  background-position: top -49rem center, bottom -55rem center;
  background-size: 80rem;
  overflow: hidden;
}

@media (min-width: 584px) {
  .header-home {
    min-height: 72rem;
  }
}

@media (min-width: 768px) {
  .header-home {
    min-height: calc(84rem - 5rem);
    height: calc(100vh - 5rem);
    background-image: none;
  }
}

@media (min-width: 1200px) {
  .header-home {
    height: calc(100vh - 7rem);
  }
}

@media (min-width: 1400px) {
  .header-home {
    min-height: calc(92rem - 7rem);
  }
}

.header-home__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 3rem;
}

@media (min-width: 584px) {
  .header-home__content {
    padding-top: 4rem;
  }
}

@media (min-width: 768px) {
  .header-home__content {
    position: relative;
  }
  .header-home__content:before {
    content: '';
    background-image: url("/content/themes/latitude53/assets/imgs/topography-hero-upper.svg");
    background-repeat: no-repeat no-repeat;
    background-size: 100%;
    position: absolute;
    top: -57rem;
    right: -27rem;
    width: 103rem;
    height: 100rem;
    background-size: contain;
  }
  .header-home__content:after {
    content: '';
    background-image: url("/content/themes/latitude53/assets/imgs/topography-hero-lower.svg");
    background-repeat: no-repeat no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -85rem;
    left: -11rem;
    width: 92rem;
    height: 100rem;
    background-size: contain;
  }
}

@media (min-width: 992px) {
  .header-home__content:before {
    width: 115rem;
    top: -64rem;
    right: -13rem;
  }
  .header-home__content:after {
    width: 96rem;
    left: -12rem;
    bottom: -87rem;
  }
}

@media (min-width: 1200px) {
  .header-home__content:before {
    width: 120rem;
    top: -70rem;
    right: -28rem;
  }
  .header-home__content:after {
    left: 2rem;
    bottom: -84rem;
  }
}

@media (min-width: 1400px) {
  .header-home__content {
    padding-top: 6rem;
  }
  .header-home__content:before {
    top: -67rem;
    right: -23rem;
  }
  .header-home__content:after {
    left: 7rem;
    bottom: -83rem;
  }
}

@media (min-width: 1600px) {
  .header-home__content:before {
    top: -56rem;
    right: -19rem;
    width: 136rem;
    height: 150rem;
  }
  .header-home__content:after {
    left: -1rem;
    bottom: -75rem;
    width: 104rem;
  }
}

.header-home__upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .header-home__upper {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .header-home__upper {
    flex-direction: row;
  }
}

.header-home__logo {
  text-align: center;
  position: relative;
}

.header-home__logo .site-logo {
  margin: 0 auto;
  width: 20rem;
}

@media (min-width: 400px) {
  .header-home__logo .site-logo {
    width: 24rem;
  }
}

@media (min-width: 584px) {
  .header-home__logo .site-logo {
    width: 27rem;
  }
}

@media (min-width: 992px) {
  .header-home__logo {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .header-home__logo {
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .header-home__logo .site-logo {
    width: 32rem;
  }
}

.header-home__primary-nav {
  display: none;
}

@media (min-width: 992px) {
  .header-home__primary-nav {
    display: block;
    flex: 1;
  }
}

@media (min-width: 1200px) {
  .header-home__primary-nav {
    margin-left: 2rem;
    max-width: 76rem;
  }
}

@media (min-width: 1400px) {
  .header-home__primary-nav {
    max-width: 92.6rem;
  }
}

@media (min-width: 1600px) {
  .header-home__primary-nav {
    max-width: 100rem;
  }
}

.header-home__toggle {
  text-align: right;
  display: block;
  z-index: 25;
  position: relative;
}

@media (min-width: 992px) {
  .header-home__toggle {
    display: none;
  }
}

.header-home__mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 8rem;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: #17252A;
  background-image: url("/content/themes/latitude53/assets/imgs/topography-mobile-menu.svg");
  background-position: center center;
}

@media (min-width: 1200px) {
  .header-home__mobile {
    display: none;
  }
}

.header-home__mobile.open {
  display: block;
}

@media (min-width: 992px) {
  .header-home__mobile.open {
    display: none;
  }
}

.header-home__graphic {
  position: relative;
  mask-size: 1.2rem 1.2rem;
  mask-image: radial-gradient(black 0.1rem, transparent 0.1rem);
  mask-position: 0rem 0rem;
  animation-name: homeHeroMask;
  animation-iteration-count: infinite;
  animation-duration: 1.25s;
  animation-timing-function: linear;
}

@media (min-width: 1200px) {
  .header-home__graphic {
    width: 56rem;
  }
}

@media (min-width: 1600px) {
  .header-home__graphic {
    width: 61.5rem;
  }
}

@keyframes homeHeroMask {
  from {
    mask-position: 0rem 0rem;
  }
  to {
    mask-position: 1.2rem 0rem;
  }
}

.header-home__graphic__text {
  color: #00A19A;
  font-size: 25rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  text-align: center;
  display: block;
  line-height: 1;
}

@media (min-width: 400px) {
  .header-home__graphic__text {
    font-size: 29rem;
  }
}

@media (min-width: 584px) {
  .header-home__graphic__text {
    font-size: 33rem;
  }
}

@media (min-width: 768px) {
  .header-home__graphic__text {
    font-size: 35rem;
  }
}

@media (min-width: 1200px) {
  .header-home__graphic__text {
    font-size: 50rem;
  }
}

@media (min-width: 1600px) {
  .header-home__graphic__text {
    font-size: 55rem;
  }
}

.header-home__main-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 6rem;
}

@media (min-width: 584px) {
  .header-home__main-wrapper {
    margin-bottom: 7rem;
  }
}

@media (min-width: 992px) {
  .header-home__main-wrapper {
    margin-bottom: 14rem;
  }
}

@media (min-width: 1200px) {
  .header-home__main-wrapper {
    margin-bottom: 8rem;
  }
}

@media (min-width: 1200px) {
  .header-home__main {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1600px) {
  .header-home__main {
    justify-content: space-between;
    max-width: 146rem;
  }
}

.header-home__aside {
  position: relative;
  z-index: 3;
}

@media (min-width: 1200px) {
  .header-home__aside {
    top: 17rem;
    margin-left: -11rem;
  }
}

@media (min-width: 1400px) {
  .header-home__aside {
    top: 15rem;
  }
}

@media (min-width: 1600px) {
  .header-home__aside {
    margin-left: -21rem;
  }
}

.header-home__title {
  color: #FAFFFD;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-top: -5rem;
  margin-bottom: 1.8rem;
}

.header-home__title .highlight {
  color: #00A19A;
}

@media (min-width: 400px) {
  .header-home__title {
    font-size: 3.4rem;
    line-height: 1.2;
    margin-top: -5.5rem;
  }
}

@media (min-width: 584px) {
  .header-home__title {
    font-size: 3.8rem;
  }
}

@media (min-width: 768px) {
  .header-home__title {
    font-size: 5rem;
    line-height: 1.1;
    margin-top: -7.5rem;
    margin-bottom: 2.4rem;
  }
}

@media (min-width: 1200px) {
  .header-home__title {
    margin-top: 0;
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .header-home__title {
    font-size: 5.8rem;
  }
}

@media (min-width: 1600px) {
  .header-home__title {
    font-size: 9.8rem;
    line-height: 1;
    margin-bottom: 3.2rem;
  }
}

.header-home__upper-title, .header-home__lower-title {
  display: block;
}

.header-home__lower-title {
  padding-left: 2.5rem;
}

@media (min-width: 1400px) {
  .header-home__lower-title {
    padding-left: 4.5rem;
  }
}

@media (min-width: 1600px) {
  .header-home__lower-title {
    padding-left: 6.5rem;
  }
}

.header-home__description {
  color: #FAFFFD;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 28.5rem;
  margin: 0 auto;
}

@media (min-width: 584px) {
  .header-home__description {
    font-size: 1.9rem;
  }
}

@media (min-width: 768px) {
  .header-home__description {
    max-width: 39.5rem;
    font-size: 2rem;
  }
}

@media (min-width: 1600px) {
  .header-home__description {
    font-size: 2.4rem;
    max-width: 50rem;
    margin-left: 35rem;
  }
}

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

/**
 * Component: Introduction
 */
.introduction {
  background-image: url("/content/themes/latitude53/assets/imgs/topography-introduction-lower.svg");
  background-repeat: no-repeat no-repeat;
  background-position: bottom -55rem center;
  background-size: 80rem;
}

@media (min-width: 768px) {
  .introduction {
    background-image: none;
  }
}

.introduction__wrapper {
  padding: 6rem 0;
}

@media (min-width: 584px) {
  .introduction__wrapper {
    padding: 8rem 0;
  }
}

@media (min-width: 768px) {
  .introduction__wrapper {
    padding: 9rem 0;
    background-image: url("/content/themes/latitude53/assets/imgs/topography-introduction-upper.svg"), url("/content/themes/latitude53/assets/imgs/topography-introduction-lower.svg");
    background-repeat: no-repeat no-repeat;
    background-position: top -44rem center, bottom -38rem center;
    background-size: 80rem, 61rem;
  }
}

@media (min-width: 992px) {
  .introduction__wrapper {
    background-position: top -38rem left -10rem, bottom -50rem center;
    background-size: 95rem, 77rem;
  }
}

@media (min-width: 1200px) {
  .introduction__wrapper {
    background-position: top -50rem left -10rem, bottom -55rem center;
    background-size: 105rem, 83rem;
  }
}

@media (min-width: 1400px) {
  .introduction__wrapper {
    padding: 10rem 0;
    background-position: top -61rem left -10rem, bottom -62rem center;
    background-size: 119rem, 94rem;
  }
}

@media (min-width: 1600px) {
  .introduction__wrapper {
    padding: 11rem 0;
    background-position: top -70rem left -10rem, bottom -69rem center;
    background-size: 138rem, 105rem;
  }
}

.introduction__number {
  display: block;
  text-align: center;
  color: #00A19A;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 400px) {
  .introduction__number {
    font-size: 8rem;
  }
}

@media (min-width: 584px) {
  .introduction__number {
    font-size: 9rem;
  }
}

@media (min-width: 992px) {
  .introduction__number {
    font-size: 10rem;
  }
}

.introduction__tagline {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #17252A;
}

@media (min-width: 400px) {
  .introduction__tagline {
    font-size: 2.4rem;
  }
}

@media (min-width: 584px) {
  .introduction__tagline {
    font-size: 2.6rem;
    max-width: 37rem;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .introduction__tagline {
    font-size: 2.8rem;
  }
}

@media (min-width: 992px) {
  .introduction__tagline {
    font-size: 3rem;
    max-width: 48rem;
  }
}

@media (min-width: 1200px) {
  .introduction__tagline {
    max-width: 72rem;
  }
}

@media (min-width: 1600px) {
  .introduction__tagline {
    font-size: 3.8rem;
    max-width: 90rem;
  }
}

.introduction__grid {
  display: grid;
  row-gap: 6rem;
  margin: 5rem 0;
}

@media (min-width: 584px) {
  .introduction__grid {
    margin: 7rem 0;
  }
}

@media (min-width: 768px) {
  .introduction__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
  }
}

@media (min-width: 992px) {
  .introduction__grid {
    column-gap: 6rem;
    margin: 9rem 0;
  }
}

@media (min-width: 992px) {
  .introduction__grid {
    margin: 10rem 0;
  }
}

@media (min-width: 1200px) {
  .introduction__grid {
    max-width: 120rem;
    margin: 10rem auto;
  }
}

@media (min-width: 1600px) {
  .introduction__grid {
    margin: 14rem auto;
    row-gap: 8rem;
  }
}

@media (min-width: 768px) {
  .introduction__panel .icon-box__icon {
    max-height: 7rem;
  }
}

.introduction__outro {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #17252A;
}

@media (min-width: 400px) {
  .introduction__outro {
    font-size: 2.6rem;
  }
}

@media (min-width: 584px) {
  .introduction__outro {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .introduction__outro {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .introduction__outro {
    font-size: 3.2rem;
  }
}

@media (min-width: 1600px) {
  .introduction__outro {
    font-size: 3.8rem;
  }
}

/**
 * Component: Icon Box
 */
.icon-box {
  text-align: center;
}

.icon-box__icon {
  margin-bottom: 1.2rem;
}

.icon-box__title {
  font-size: 2.2rem;
  color: #17252A;
  margin-bottom: 1.2rem;
}

@media (min-width: 400px) {
  .icon-box__title {
    font-size: 2.3rem;
  }
}

@media (min-width: 584px) {
  .icon-box__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .icon-box__title {
    font-size: 2.6rem;
  }
}

@media (min-width: 1400px) {
  .icon-box__title {
    font-size: 2.8rem;
  }
}

@media (min-width: 1600px) {
  .icon-box__title {
    font-size: 3rem;
  }
}

.icon-box__description {
  font-size: 1.6rem;
  font-weight: 500;
  color: #17252A;
  max-width: 40rem;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .icon-box__description {
    font-size: 1.7rem;
    max-width: 45rem;
  }
}

@media (min-width: 1600px) {
  .icon-box__description {
    font-size: 1.8rem;
    max-width: 49rem;
  }
}

.icon-box--dots .icon-box__icon {
  position: relative;
  mask-size: 0.6rem 0.6rem;
  mask-image: radial-gradient(black 0.15rem, transparent 0.1rem);
  mask-position: 0rem 0rem;
  animation-name: iconBoxMask;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
}

@keyframes iconBoxMask {
  from {
    mask-position: 0rem 0rem;
  }
  to {
    mask-position: 0.6rem 0rem;
  }
}

.icon-box--light .icon-box__description, .icon-box--light .icon-box__title {
  color: #FAFFFD;
}

.icon-box--spacious .icon-box__icon {
  margin-bottom: 2.6rem;
}

/**
 * Component: Services
 */
.services__wrapper {
  padding: 6rem 0;
}

@media (min-width: 584px) {
  .services__wrapper {
    padding: 8rem 0;
  }
}

@media (min-width: 768px) {
  .services__wrapper {
    padding: 9rem 0;
  }
}

@media (min-width: 1400px) {
  .services__wrapper {
    padding: 10rem 0;
  }
}

@media (min-width: 1600px) {
  .services__wrapper {
    padding: 11rem 0;
  }
}

.services__heading {
  color: #FAFFFD;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  max-width: 28.8rem;
  margin: 0 auto;
}

.services__heading .util-highlight {
  color: #00A19A;
}

@media (min-width: 400px) {
  .services__heading {
    font-size: 2.6rem;
    max-width: 30rem;
  }
}

@media (min-width: 584px) {
  .services__heading {
    font-size: 2.8rem;
    max-width: 34rem;
  }
}

@media (min-width: 768px) {
  .services__heading {
    font-size: 3rem;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .services__heading {
    font-size: 3.2rem;
  }
}

@media (min-width: 1600px) {
  .services__heading {
    font-size: 3.8rem;
  }
}

.services__grid {
  display: grid;
  row-gap: 2rem;
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .services__grid {
    margin-top: 8rem;
    row-gap: 4rem;
  }
}

@media (min-width: 992px) {
  .services__grid {
    margin-top: 10rem;
    row-gap: 6rem;
  }
}

@media (min-width: 1400px) {
  .services__grid {
    row-gap: 8rem;
  }
}

@media (min-width: 1600px) {
  .services__grid {
    margin-top: 12rem;
    row-gap: 9rem;
  }
}

/**
 * Component: Promotion Left
 */
.promotion-left {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding: 3rem 0;
  max-width: 120rem;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .promotion-left {
    background-position: top right;
  }
}

.promotion-left__heading {
  margin-bottom: 2rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .promotion-left__heading {
    display: inline-flex;
    align-items: center;
    margin-left: 3.2rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1600px) {
  .promotion-left__heading {
    margin-left: 4rem;
  }
}

.promotion-left__heading-decoration {
  width: 3.8rem;
  height: 1.8rem;
  margin: 0 auto;
  background-color: #FE4A49;
  mask-image: radial-gradient(#FE4A49 0.1rem, transparent 0.1rem);
  mask-size: 0.6rem 0.6rem;
  mask-position: 0rem 0rem;
}

@media (min-width: 992px) {
  .promotion-left__heading-decoration {
    width: 2.8rem;
    height: 5.2rem;
    margin-right: 1.4rem;
  }
}

.promotion-left__heading-text {
  color: #FAFFFD;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 584px) {
  .promotion-left__heading-text {
    font-size: 3.8rem;
  }
}

@media (min-width: 768px) {
  .promotion-left__heading-text {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .promotion-left__heading-text {
    font-size: 4.4rem;
  }
}

@media (min-width: 1200px) {
  .promotion-left__heading-text {
    text-align: left;
    font-size: 4.8rem;
  }
}

@media (min-width: 1400px) {
  .promotion-left__heading-text {
    font-size: 5.2rem;
  }
}

@media (min-width: 1600px) {
  .promotion-left__heading-text {
    font-size: 6rem;
  }
}

.promotion-left__image {
  display: block;
  border-radius: 2rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 584px) {
  .promotion-left__image {
    max-width: 52.5rem;
    margin: 2.4rem auto;
  }
}

@media (min-width: 992px) {
  .promotion-left__image {
    margin: 2.4rem 0;
    max-width: 62rem;
  }
}

@media (min-width: 1200px) {
  .promotion-left__image {
    border-radius: 3.5rem;
    max-width: 70rem;
  }
}

@media (min-width: 1200px) {
  .promotion-left__image {
    max-width: 75rem;
  }
}

@media (min-width: 1600px) {
  .promotion-left__image {
    max-width: 80rem;
    margin-bottom: 3rem;
  }
}

.promotion-left__description {
  color: #FAFFFD;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  text-align: center;
}

@media (min-width: 584px) {
  .promotion-left__description {
    max-width: 50.5rem;
    margin: 2.4rem auto;
  }
}

@media (min-width: 768px) {
  .promotion-left__description {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .promotion-left__description {
    text-align: left;
    margin-left: 3.2rem;
    max-width: 58rem;
    line-height: 1.75;
  }
}

@media (min-width: 1200px) {
  .promotion-left__description {
    font-size: 1.8rem;
    max-width: 65rem;
  }
}

@media (min-width: 1400px) {
  .promotion-left__description {
    max-width: 68rem;
  }
}

@media (min-width: 1600px) {
  .promotion-left__description {
    font-size: 1.9rem;
    max-width: 70rem;
    margin-bottom: 3rem;
    margin-left: 4rem;
  }
}

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

@media (min-width: 992px) {
  .promotion-left__button {
    text-align: left;
    margin-left: 3.2rem;
  }
}

@media (min-width: 1600px) {
  .promotion-left__button {
    margin-left: 4rem;
  }
}

/**
 * Component: Promotion Centre
 */
.promotion-centre {
  background-repeat: no-repeat no-repeat;
  background-size: 80%, 0;
  background-position: top 2rem center;
  padding: 3rem 0;
  max-width: 120rem;
  margin: 0 auto;
}

@media (min-width: 584px) {
  .promotion-centre {
    background-size: 60%, 0;
  }
}

@media (min-width: 768px) {
  .promotion-centre {
    background-size: 50%, 0;
    background-position: top 4rem center;
  }
}

@media (min-width: 992px) {
  .promotion-centre {
    background-size: 28rem, 40rem;
    background-position: top 4rem left, top 21rem right -5rem;
  }
}

@media (min-width: 1200px) {
  .promotion-centre {
    background-size: 32rem, 45rem;
    background-position: top 4rem left, top 26rem right -5rem;
  }
}

@media (min-width: 1200px) {
  .promotion-centre {
    background-position: top 7rem left, top 25rem right -5rem;
  }
}

.promotion-centre__heading {
  margin-bottom: 2rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .promotion-centre__heading {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1600px) {
  .promotion-centre__heading {
    margin-left: 4rem;
  }
}

.promotion-centre__heading-decoration {
  width: 3.8rem;
  height: 1.8rem;
  margin: 0 auto;
  background-color: #FE4A49;
  mask-image: radial-gradient(#FE4A49 0.1rem, transparent 0.1rem);
  mask-size: 0.6rem 0.6rem;
  mask-position: 0rem 0rem;
}

@media (min-width: 992px) {
  .promotion-centre__heading-decoration {
    width: 5.2rem;
    height: 2.8rem;
    margin-bottom: 1rem;
  }
}

.promotion-centre__heading-text {
  color: #FAFFFD;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 584px) {
  .promotion-centre__heading-text {
    font-size: 3.8rem;
  }
}

@media (min-width: 768px) {
  .promotion-centre__heading-text {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .promotion-centre__heading-text {
    font-size: 4.4rem;
  }
}

@media (min-width: 1200px) {
  .promotion-centre__heading-text {
    font-size: 4.8rem;
  }
}

@media (min-width: 1400px) {
  .promotion-centre__heading-text {
    font-size: 5.2rem;
  }
}

@media (min-width: 1600px) {
  .promotion-centre__heading-text {
    font-size: 6rem;
  }
}

.promotion-centre__image {
  display: block;
  border-radius: 2rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 584px) {
  .promotion-centre__image {
    max-width: 52.5rem;
    margin: 2.4rem auto;
  }
}

@media (min-width: 992px) {
  .promotion-centre__image {
    margin: 2.4rem auto;
    max-width: 62rem;
  }
}

@media (min-width: 1200px) {
  .promotion-centre__image {
    border-radius: 3.5rem;
    max-width: 70rem;
  }
}

@media (min-width: 1200px) {
  .promotion-centre__image {
    max-width: 75rem;
  }
}

@media (min-width: 1600px) {
  .promotion-centre__image {
    max-width: 80rem;
    margin-bottom: 3rem;
  }
}

.promotion-centre__description {
  color: #FAFFFD;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  text-align: center;
}

@media (min-width: 584px) {
  .promotion-centre__description {
    max-width: 50.5rem;
    margin: 2.4rem auto;
  }
}

@media (min-width: 768px) {
  .promotion-centre__description {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .promotion-centre__description {
    margin-left: 0 auto 2.4rem auto;
    max-width: 58rem;
    line-height: 1.75;
  }
}

@media (min-width: 1200px) {
  .promotion-centre__description {
    font-size: 1.8rem;
    max-width: 65rem;
  }
}

@media (min-width: 1400px) {
  .promotion-centre__description {
    max-width: 68rem;
  }
}

@media (min-width: 1600px) {
  .promotion-centre__description {
    font-size: 1.9rem;
    max-width: 70rem;
    margin: 0 auto 3rem auto;
  }
}

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

@media (min-width: 992px) {
  .promotion-centre__button {
    margin-left: 3.2rem;
  }
}

@media (min-width: 1600px) {
  .promotion-centre__button {
    margin-left: 4rem;
  }
}

/**
 * Component: Promotion Right
 */
.promotion-right {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding: 3rem 0;
  max-width: 120rem;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .promotion-right {
    background-position: top left -2rem;
  }
}

@media (min-width: 1400px) {
  .promotion-right {
    background-position: top left;
  }
}

@media (min-width: 1600px) {
  .promotion-right {
    background-position: top left -8rem;
  }
}

.promotion-right__heading {
  margin-bottom: 2rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .promotion-right__heading {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 3.2rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1600px) {
  .promotion-right__heading {
    margin-right: 4rem;
  }
}

.promotion-right__heading-decoration {
  width: 3.8rem;
  height: 1.8rem;
  margin: 0 auto;
  background-color: #FE4A49;
  mask-image: radial-gradient(#FE4A49 0.1rem, transparent 0.1rem);
  mask-size: 0.6rem 0.6rem;
  mask-position: 0rem 0rem;
}

@media (min-width: 992px) {
  .promotion-right__heading-decoration {
    width: 2.8rem;
    height: 5.2rem;
    margin-left: 1.4rem;
  }
}

.promotion-right__heading-text {
  color: #FAFFFD;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 584px) {
  .promotion-right__heading-text {
    font-size: 3.8rem;
  }
}

@media (min-width: 768px) {
  .promotion-right__heading-text {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .promotion-right__heading-text {
    font-size: 4.4rem;
    text-align: right;
    flex: 1;
  }
}

@media (min-width: 1200px) {
  .promotion-right__heading-text {
    font-size: 4.8rem;
  }
}

@media (min-width: 1400px) {
  .promotion-right__heading-text {
    font-size: 5.2rem;
  }
}

@media (min-width: 1600px) {
  .promotion-right__heading-text {
    font-size: 6rem;
  }
}

.promotion-right__image {
  display: block;
  border-radius: 2rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 584px) {
  .promotion-right__image {
    max-width: 52.5rem;
    margin: 2.4rem auto;
  }
}

@media (min-width: 992px) {
  .promotion-right__image {
    max-width: 62rem;
    margin: 2.4rem 0 2.4rem auto;
  }
}

@media (min-width: 1200px) {
  .promotion-right__image {
    border-radius: 3.5rem;
    max-width: 70rem;
  }
}

@media (min-width: 1200px) {
  .promotion-right__image {
    max-width: 75rem;
  }
}

@media (min-width: 1600px) {
  .promotion-right__image {
    max-width: 80rem;
    margin-bottom: 3rem;
  }
}

.promotion-right__description {
  color: #FAFFFD;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  text-align: center;
}

@media (min-width: 584px) {
  .promotion-right__description {
    max-width: 50.5rem;
    margin: 2.4rem auto;
  }
}

@media (min-width: 768px) {
  .promotion-right__description {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .promotion-right__description {
    text-align: right;
    margin-right: 3.2rem;
    max-width: 58rem;
    line-height: 1.75;
  }
}

@media (min-width: 1200px) {
  .promotion-right__description {
    font-size: 1.8rem;
    max-width: 65rem;
  }
}

@media (min-width: 1400px) {
  .promotion-right__description {
    max-width: 68rem;
  }
}

@media (min-width: 1600px) {
  .promotion-right__description {
    font-size: 1.9rem;
    max-width: 70rem;
    margin-bottom: 3rem;
    margin-right: 4rem;
  }
}

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

@media (min-width: 992px) {
  .promotion-right__button {
    text-align: right;
    margin-right: 3.2rem;
  }
}

@media (min-width: 1600px) {
  .promotion-right__button {
    margin-right: 4rem;
  }
}

/**
 * Component: Button
 */
.button {
  color: #FAFFFD;
  background-color: #FE4A49;
  border: 0.2rem solid #FE4A49;
  border-radius: 1rem;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.button:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  background: #17252A;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.8, 1);
}

.button:hover:before {
  transform: translate3d(100%, 0, 0);
}

.button:hover .button__icon path {
  fill: #FAFFFD;
}

.button--secondary {
  color: #FAFFFD;
  background-color: #17252A;
  border: none;
}

.button--secondary:before {
  background: #00A19A;
}

.button--alt {
  border-color: #00A19A;
  background: #00A19A;
}

.button--alt:before {
  background: #17252A;
}

.button--alt-lighter {
  border-color: #00A19A;
  background-color: #00A19A;
}

.button--alt-lighter:before {
  background: #2C393D;
}

@media (min-width: 584px) {
  .button {
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  .button {
    font-size: 1.8rem;
    padding: 1.5rem 3rem;
  }
}

@media (min-width: 1200px) {
  .button {
    font-size: 1.9rem;
  }
}

@media (min-width: 1400px) {
  .button {
    font-size: 2rem;
  }
}

@media (min-width: 1600px) {
  .button {
    font-size: 2.2rem;
  }
}

.button__label {
  position: relative;
  flex: 1;
}

.button__icon-container {
  width: 3rem;
  margin-left: 1.4rem;
  position: relative;
}

@media (min-width: 992px) {
  .button__icon-container {
    width: 3.5rem;
  }
}

@media (min-width: 1600px) {
  .button__icon-container {
    width: 4rem;
  }
}

.button__icon {
  mask-image: radial-gradient(0.2rem circle, #FE4A49 50%, transparent 51%);
  mask-size: 0.4rem 0.4rem;
  mask-position: 0rem 0rem;
  animation-name: buttonMask;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
  max-width: 100%;
  width: 100%;
}

.button__icon path {
  fill: #FE4A49;
  transition: fill 0.5s cubic-bezier(0.3, 1, 0.8, 1);
}

@media (min-width: 992px) {
  .button__icon {
    mask-size: 0.6rem 0.6rem;
    animation-duration: 1.75s;
  }
}

.button--secondary .button__icon path {
  fill: #FAFFFD;
}

.button--alt .button__icon path, .button--alt-lighter .button__icon path {
  fill: #00A19A;
}

:root {
  --buttonMaskPosition: 0.4rem;
}

@media (min-width: 992px) {
  :root {
    --buttonMaskPosition: 0.6rem;
  }
}

@keyframes buttonMask {
  from {
    mask-position: 0rem 0rem;
  }
  to {
    mask-position: var(--buttonMaskPosition) 0rem;
  }
}

/**
 * Component: Concept
 */
.concept__wrapper {
  padding: 6rem 0;
  background-image: url("/content/themes/latitude53/assets/imgs/topography-introduction-upper.svg"), url("/content/themes/latitude53/assets/imgs/topography-introduction-lower.svg");
  background-repeat: no-repeat no-repeat;
  background-position: top -45rem left -17rem, bottom -22rem center;
  background-size: 69rem, 31rem;
}

@media (min-width: 400px) {
  .concept__wrapper {
    background-position: top -44rem left -15rem, bottom -22rem center;
    background-size: 73rem, 35rem;
  }
}

@media (min-width: 584px) {
  .concept__wrapper {
    padding: 8rem 0;
    background-position: top -44rem center, bottom -32rem center;
    background-size: 80rem, 51rem;
  }
}

@media (min-width: 768px) {
  .concept__wrapper {
    padding: 9rem 0;
  }
}

@media (min-width: 992px) {
  .concept__wrapper {
    background-position: top -50rem center, bottom -50rem center;
    background-size: 95rem, 77rem;
  }
}

@media (min-width: 1200px) {
  .concept__wrapper {
    background-position: top -58rem center, bottom -55rem center;
    background-size: 105rem, 83rem;
  }
}

@media (min-width: 1400px) {
  .concept__wrapper {
    padding: 10rem 0;
    background-position: top -68rem center, bottom -62rem center;
    background-size: 119rem, 94rem;
  }
}

@media (min-width: 1600px) {
  .concept__wrapper {
    padding: 11rem 0;
    background-position: top -79rem center, bottom -69rem center;
    background-size: 138rem, 105rem;
  }
}

.concept__heading {
  color: #17252A;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 28.8rem;
  margin: 0 auto 1rem auto;
}

@media (min-width: 400px) {
  .concept__heading {
    font-size: 2.6rem;
    max-width: 32rem;
  }
}

@media (min-width: 584px) {
  .concept__heading {
    font-size: 2.8rem;
    max-width: 34rem;
  }
}

@media (min-width: 768px) {
  .concept__heading {
    font-size: 3rem;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .concept__heading {
    font-size: 3.2rem;
  }
}

@media (min-width: 1600px) {
  .concept__heading {
    font-size: 3.8rem;
  }
}

.concept__tagline {
  color: #17252A;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 400px) {
  .concept__tagline {
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  .concept__tagline {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .concept__tagline {
    font-size: 1.9rem;
  }
}

@media (min-width: 1400px) {
  .concept__tagline {
    font-size: 2rem;
  }
}

.concept__grid {
  display: grid;
  row-gap: 2rem;
  margin: 5rem 0;
}

@media (min-width: 584px) {
  .concept__grid {
    margin: 6rem 0;
    row-gap: 3rem;
  }
}

@media (min-width: 768px) {
  .concept__grid {
    margin: 8rem 0;
    row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
  }
}

@media (min-width: 992px) {
  .concept__grid {
    row-gap: 3rem;
  }
}

@media (min-width: 1200px) {
  .concept__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 2rem;
    row-gap: 2rem;
  }
}

@media (min-width: 1400px) {
  .concept__grid {
    column-gap: 3rem;
    row-gap: 3rem;
  }
}

@media (min-width: 1600px) {
  .concept__grid {
    margin: 12rem 0;
    column-gap: 2rem;
    row-gap: 2rem;
  }
}

.concept__panel {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%2317252A26' stroke-width='5' stroke-dasharray='5%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 1rem;
  padding: 3rem 2.5rem;
}

.concept__panel .icon-box__animated-icon {
  width: 7rem;
  height: 7rem;
  margin: 0 auto 1.2rem auto;
}

.concept__panel:first-child .icon-box__animated-icon {
  width: 5.5rem;
}

.concept__panel:nth-child(7) .icon-box__animated-icon {
  width: 6.5rem;
}

@media (min-width: 400px) {
  .concept__panel {
    padding: 4rem 2.5rem;
  }
}

@media (min-width: 584px) {
  .concept__panel {
    padding: 6rem 4rem;
    max-width: 40rem;
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .concept__panel {
    padding: 6rem 3rem;
    max-width: 100%;
  }
  .concept__panel .icon-box__animated-icon {
    width: 8rem;
    height: 8rem;
  }
  .concept__panel:first-child .icon-box__animated-icon {
    width: 6rem;
  }
  .concept__panel:nth-child(7) .icon-box__animated-icon {
    width: 7rem;
  }
}

@media (min-width: 992px) {
  .concept__panel {
    padding: 6rem 7rem;
  }
}

@media (min-width: 1200px) {
  .concept__panel {
    padding: 3.5rem 2rem;
  }
  .concept__panel .icon-box__description {
    font-size: 1.6rem;
  }
  .concept__panel .icon-box__animated-icon {
    width: 7rem;
    height: 7rem;
  }
  .concept__panel:first-child .icon-box__animated-icon {
    width: 5.5rem;
  }
  .concept__panel:nth-child(7) .icon-box__animated-icon {
    width: 6.5rem;
  }
}

@media (min-width: 1400px) {
  .concept__panel {
    padding: 4rem 2rem;
  }
  .concept__panel .icon-box__description {
    font-size: 1.7rem;
  }
}

@media (min-width: 1600px) {
  .concept__panel {
    padding: 5rem 3rem;
  }
  .concept__panel .icon-box__description {
    font-size: 1.8rem;
  }
}

.concept__button {
  text-align: center;
}

/**
 * Component: Sucess Stories
 */
.success-stories__wrapper {
  padding: 6rem 0;
}

@media (min-width: 584px) {
  .success-stories__wrapper {
    padding: 8rem 0;
  }
}

@media (min-width: 768px) {
  .success-stories__wrapper {
    padding: 9rem 0;
  }
}

@media (min-width: 1400px) {
  .success-stories__wrapper {
    padding: 10rem 0;
  }
}

@media (min-width: 1600px) {
  .success-stories__wrapper {
    padding: 11rem 0;
  }
}

.success-stories__heading {
  color: #FAFFFD;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 28.8rem;
  margin: 0 auto 1rem auto;
}

@media (min-width: 400px) {
  .success-stories__heading {
    font-size: 2.6rem;
    max-width: 32rem;
  }
}

@media (min-width: 584px) {
  .success-stories__heading {
    font-size: 2.8rem;
    max-width: 34rem;
  }
}

@media (min-width: 768px) {
  .success-stories__heading {
    font-size: 3rem;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .success-stories__heading {
    font-size: 3.2rem;
  }
}

@media (min-width: 1600px) {
  .success-stories__heading {
    font-size: 3.8rem;
  }
}

.success-stories__grid {
  display: grid;
  row-gap: 5rem;
  padding: 5rem 0;
}

@media (min-width: 584px) {
  .success-stories__grid {
    padding: 6rem 0;
    row-gap: 6rem;
  }
}

@media (min-width: 768px) {
  .success-stories__grid {
    padding: 8rem 0;
    row-gap: 7rem;
  }
}

@media (min-width: 992px) {
  .success-stories__grid {
    padding: 10rem 0;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    background-image: url("/content/themes/latitude53/assets/imgs/success-stories-grid-background.svg");
    background-repeat: no-repeat;
    background-position: top -5rem center;
    background-size: contain;
  }
}

@media (min-width: 1200px) {
  .success-stories__grid {
    column-gap: 4rem;
  }
}

@media (min-width: 1400px) {
  .success-stories__grid {
    column-gap: 4.8rem;
    padding: 12rem 0;
  }
}

@media (min-width: 1600px) {
  .success-stories__grid {
    padding: 16rem 0;
    background-size: 80rem;
    background-position: top -6rem center;
  }
}

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

.success-stories__panel {
  background-image: url("/content/themes/latitude53/assets/imgs/success-stories-background.svg");
  background-repeat: no-repeat;
  background-position: top -5rem center;
  background-size: contain;
  padding-top: 3rem;
}

@media (min-width: 584px) {
  .success-stories__panel {
    padding-top: 5rem;
    background-position: top -7rem center;
  }
}

@media (min-width: 768px) {
  .success-stories__panel {
    background-position: top -8rem center;
    max-width: 65rem;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .success-stories__panel {
    padding-top: 0;
    background-image: none;
    max-width: 100%;
  }
}

/**
 * Component: Case Study Preview
 */
.preview-case-study {
  color: #FAFFFD;
  width: 100%;
}

.preview-case-study:hover .preview-case-study__image:after, .preview-case-study:focus .preview-case-study__image:after {
  opacity: 0.2;
}

.preview-case-study__title {
  font-size: 2.1rem;
  margin-bottom: 0.8rem;
  color: #FAFFFD;
  font-weight: 600;
}

@media (min-width: 584px) {
  .preview-case-study__title {
    font-size: 2.2rem;
    max-width: 85%;
  }
}

@media (min-width: 768px) {
  .preview-case-study__title {
    font-size: 2.3rem;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .preview-case-study__title {
    font-size: 2.2rem;
    max-width: 90%;
  }
}

@media (min-width: 1200px) {
  .preview-case-study__title {
    font-size: 2.4rem;
  }
}

@media (min-width: 1400px) {
  .preview-case-study__title {
    max-width: 80%;
  }
}

@media (min-width: 1600px) {
  .preview-case-study__title {
    font-size: 2.6rem;
  }
}

.preview-case-study__image {
  margin-bottom: 1.5rem;
  position: relative;
}

.preview-case-study__image img {
  width: 100%;
  border-radius: 1.2rem;
}

.preview-case-study__image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.9) 100%);
  transition: all 0.3s ease;
  border-radius: 1.2rem;
}

.preview-case-study__image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #00A19A;
  transition: all 0.2s ease;
  border-radius: 1.2rem;
}

.preview-case-study__topic {
  position: absolute;
  z-index: 5;
  top: 1.2rem;
  right: 1.2rem;
  border: 0.2rem solid #FAFFFD;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}

@media (min-width: 584px) {
  .preview-case-study__topic {
    font-size: 1.6rem;
    top: 2rem;
    right: 2rem;
    padding: 0.8rem 1.2rem;
  }
}

@media (min-width: 768px) {
  .preview-case-study__topic {
    padding: 0.8rem 1.6rem;
    top: 2.4rem;
    right: 2.4rem;
  }
}

@media (min-width: 992px) {
  .preview-case-study__topic {
    padding: 0.8rem 1.2rem;
    top: 2rem;
    right: 2rem;
  }
}

@media (min-width: 1400px) {
  .preview-case-study__topic {
    padding: 0.8rem 1.6rem;
  }
}

@media (min-width: 1600px) {
  .preview-case-study__topic {
    top: 2.4rem;
    right: 2.4rem;
  }
}

.preview-case-study__excerpt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 584px) {
  .preview-case-study__excerpt {
    max-width: 85%;
  }
}

@media (min-width: 768px) {
  .preview-case-study__excerpt {
    line-height: 1.75;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .preview-case-study__excerpt {
    max-width: 90%;
  }
}

@media (min-width: 1200px) {
  .preview-case-study__excerpt {
    font-size: 1.8rem;
  }
}

.preview-case-study__date {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

@media (min-width: 1400px) {
  .preview-case-study__date {
    font-size: 1.8rem;
  }
}

.preview-case-study--archive .preview-case-study__title {
  margin-bottom: 1.4rem;
}

@media (min-width: 768px) {
  .preview-case-study--archive .preview-case-study__title {
    font-size: 2.6rem;
  }
}

@media (min-width: 1400px) {
  .preview-case-study--archive .preview-case-study__title {
    font-size: 2.8rem;
  }
}

@media (min-width: 1600px) {
  .preview-case-study--archive .preview-case-study__title {
    font-size: 3rem;
  }
}

/**
 * Component: Testimonials
 */
.testimonials__wrapper {
  padding: 6rem 0;
}

@media (min-width: 584px) {
  .testimonials__wrapper {
    padding: 8rem 0;
  }
}

@media (min-width: 768px) {
  .testimonials__wrapper {
    padding: 9rem 0;
  }
}

@media (min-width: 1400px) {
  .testimonials__wrapper {
    padding: 10rem 0;
  }
}

@media (min-width: 1600px) {
  .testimonials__wrapper {
    padding: 11rem 0;
  }
}

.testimonials__heading {
  color: #17252A;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 28.8rem;
  margin: 0 auto 1rem auto;
}

@media (min-width: 400px) {
  .testimonials__heading {
    font-size: 2.6rem;
    max-width: 32rem;
  }
}

@media (min-width: 584px) {
  .testimonials__heading {
    font-size: 2.8rem;
    max-width: 34rem;
  }
}

@media (min-width: 768px) {
  .testimonials__heading {
    font-size: 3rem;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .testimonials__heading {
    font-size: 3.2rem;
  }
}

@media (min-width: 1600px) {
  .testimonials__heading {
    font-size: 3.8rem;
  }
}

.testimonials__splide {
  margin: 5rem 0 3rem 0;
}

.testimonials__splide .splide__track {
  max-width: 120rem;
  margin: 0 auto;
  border-radius: 2rem;
}

.testimonials__splide .splide__arrow {
  background: #00A19A;
  top: auto;
  bottom: -4.5rem;
  transform: none;
}

.testimonials__splide .splide__arrow svg {
  fill: #FAFFFD;
}

.testimonials__splide .splide__pagination {
  bottom: -4.2rem;
}

.testimonials__splide .splide__pagination__page {
  background: none;
  border: 0.1rem solid #00A19A;
  width: 1rem;
  height: 1rem;
  margin: 0.5rem;
}

.testimonials__splide .splide__pagination__page.is-active {
  background: #00A19A;
}

@media (min-width: 584px) {
  .testimonials__splide {
    margin: 6rem 0;
  }
  .testimonials__splide .splide__arrow {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .testimonials__splide .splide__pagination {
    bottom: -5.2rem;
  }
}

@media (min-width: 768px) {
  .testimonials__splide {
    margin: 8rem 0;
  }
}

@media (min-width: 992px) {
  .testimonials__splide .splide__arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
  .testimonials__splide .splide__arrow svg {
    width: 1.8rem;
    height: 1.8rem;
  }
  .testimonials__splide .splide__pagination__page {
    margin: 0.6rem;
  }
}

@media (min-width: 1600px) {
  .testimonials__splide {
    margin: 12rem 0;
  }
}

.testimonials__track-container {
  position: relative;
}

.testimonials__track-container:after {
  content: '';
  width: 8rem;
  height: 8rem;
  background-image: url("/content/themes/latitude53/assets/imgs/quote-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  mask-image: radial-gradient(0.2rem circle, #FE4A49 50%, transparent 51%);
  mask-size: 0.4rem 0.4rem;
  mask-position: 0rem 0rem;
  animation-name: quoteMask;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
  position: absolute;
  top: -2rem;
  right: 2rem;
}

@media (min-width: 400px) {
  .testimonials__track-container:after {
    width: 10rem;
    height: 10rem;
    top: -3rem;
  }
}

@media (min-width: 584px) {
  .testimonials__track-container:after {
    right: 19%;
  }
}

@media (min-width: 768px) {
  .testimonials__track-container:after {
    width: 13rem;
    height: 13rem;
    top: -5rem;
    right: 21%;
  }
}

@media (min-width: 992px) {
  .testimonials__track-container:after {
    width: 11rem;
    height: 11rem;
    right: 9%;
    top: -7rem;
    mask-size: 0.6rem 0.6rem;
    animation-duration: 1.75s;
  }
}

@media (min-width: 1200px) {
  .testimonials__track-container:after {
    width: 13rem;
    height: 13rem;
    right: 11%;
    top: -8.5rem;
  }
}

@media (min-width: 1400px) {
  .testimonials__track-container:after {
    right: 13%;
    top: -6rem;
  }
}

@media (min-width: 1600px) {
  .testimonials__track-container:after {
    width: 13.5rem;
    height: 13.5rem;
    right: 15rem;
  }
}

:root {
  --quoteMaskPosition: 0.4rem;
}

@media (min-width: 992px) {
  :root {
    --quoteMaskPosition: 0.6rem;
  }
}

@keyframes quoteMask {
  from {
    mask-position: 0rem 0rem;
  }
  to {
    mask-position: var(--quoteMaskPosition) 0rem;
  }
}

/**
 * Component: Testimonial
 */
.testimonial {
  background-color: #F7F9F9;
  padding-bottom: 1.6rem;
  border-radius: 2rem;
}

@media (min-width: 584px) {
  .testimonial {
    padding: 2.4rem;
    width: 77%;
    max-width: 55rem;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .testimonial {
    width: 82%;
  }
}

@media (min-width: 992px) {
  .testimonial {
    width: 84%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 4rem;
  }
}

@media (min-width: 1200px) {
  .testimonial {
    padding: 4.2rem;
    column-gap: 4.2rem;
    grid-template-columns: 1.5fr 2fr;
  }
}

@media (min-width: 1400px) {
  .testimonial {
    padding: 6rem;
    column-gap: 6rem;
    grid-template-columns: 1fr 2.25fr;
  }
}

@media (min-width: 1600px) {
  .testimonial {
    width: 100%;
    grid-template-columns: 1fr 2.5fr;
    padding: 7rem;
    column-gap: 8rem;
  }
}

.testimonial__decoration {
  width: 2.5rem;
  background-color: #2D2E83;
  mask-image: radial-gradient(#FE4A49 0.15rem, transparent 0.1rem);
  mask-size: 0.6rem 0.6rem;
  mask-position: 0rem 0rem;
  margin-right: 1rem;
}

.testimonial__cite {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 1.6rem;
  padding: 0 1.2rem;
}

@media (min-width: 400px) {
  .testimonial__cite {
    padding: 0;
    max-width: 90%;
    margin: 2rem auto 1.6rem auto;
  }
}

@media (min-width: 584px) {
  .testimonial__cite {
    max-width: 100%;
    margin: 2.6rem auto 2.2rem auto;
  }
}

@media (min-width: 992px) {
  .testimonial__cite {
    margin-bottom: 0;
  }
}

@media (min-width: 584px) {
  .testimonial__image img {
    border-radius: 1.2rem;
  }
}

.testimonial__content {
  padding: 0 1.2rem;
}

@media (min-width: 400px) {
  .testimonial__content {
    padding: 0;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 584px) {
  .testimonial__content {
    max-width: 100%;
  }
}

.testimonial__name {
  color: #17252A;
  font-weight: 800;
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {
  .testimonial__name {
    font-size: 2rem;
  }
}

.testimonial__title {
  color: #17252A;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {
  .testimonial__title {
    font-size: 2rem;
  }
}

.testimonial__business {
  color: #17252A;
  font-weight: 600;
  font-size: 1.8rem;
  font-style: italic;
}

@media (min-width: 1200px) {
  .testimonial__business {
    font-size: 2rem;
  }
}

.testimonial__highlight {
  color: #17252A;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  margin-bottom: 1.6rem;
}

@media (min-width: 584px) {
  .testimonial__highlight {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .testimonial__highlight {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  .testimonial__highlight {
    margin-bottom: 3.4rem;
  }
}

@media (min-width: 1400px) {
  .testimonial__highlight {
    font-size: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .testimonial__highlight {
    font-size: 2.7rem;
    margin-bottom: 4rem;
  }
}

.testimonial__quote {
  color: #17252A;
  font-weight: 500;
  font-size: 1.6rem;
}

.testimonial__quote p {
  margin-bottom: 1.6rem;
}

.testimonial__quote p:last-child {
  margin-bottom: 0;
}

@media (min-width: 584px) {
  .testimonial__quote p {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .testimonial__quote p {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .testimonial__quote {
    font-size: 1.8rem;
  }
}

@media (min-width: 1400px) {
  .testimonial__quote {
    font-size: 1.9rem;
  }
}

/**
 * Component: Promotion
 */
.promotion {
  background-color: #17252A;
  background-image: url("/content/themes/latitude53/assets/imgs/promotion-background.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 0.3rem solid #00A19A;
  color: #FAFFFD;
  text-align: center;
  border-radius: 2rem;
}

.promotion__icon {
  margin: 0 auto 1rem auto;
  max-width: 7rem;
}

.promotion__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .promotion__title {
    font-size: 3.2rem;
  }
}

@media (min-width: 1400px) {
  .promotion__title {
    font-size: 3.6rem;
  }
}

@media (min-width: 1600px) {
  .promotion__title {
    font-size: 4rem;
  }
}

.promotion__description {
  font-size: 1.6rem;
  margin: 0 auto 3rem auto;
  font-weight: 500;
  max-width: 40rem;
}

@media (min-width: 768px) {
  .promotion__description {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .promotion__description {
    max-width: 43rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .promotion__description {
    font-size: 2rem;
    max-width: 48rem;
  }
}

.promotion__inner {
  padding: 4rem 1rem;
  border-radius: 0.6rem;
}

@media (min-width: 400px) {
  .promotion__inner {
    padding: 4rem 2rem;
  }
}

@media (min-width: 584px) {
  .promotion__inner {
    padding: 5rem 3rem;
  }
}

/**
 * Component: Credit
 */
.credit {
  color: #FAFFFD;
}

.credit svg {
  transition: all 0.5s ease;
}

.credit svg linearGradient stop {
  transition: 0.4s ease;
  stop-color: #FAFFFD;
}

.credit__tagline {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .credit__tagline {
    margin-bottom: 1rem;
  }
}

.credit__link {
  width: 17rem;
}

.credit__link:hover svg linearGradient stop[offset="0"] {
  stop-color: #9200d4;
}

.credit__link:hover svg linearGradient stop[offset="1"] {
  stop-color: #3fe1ff;
}

@media (min-width: 992px) {
  .credit__link {
    width: 15rem;
  }
}

@media (min-width: 1200px) {
  .credit__link {
    width: 16rem;
  }
}

@media (min-width: 1400px) {
  .credit__link {
    width: 17rem;
  }
}

/**
 * Component: Nav Footer
 */
.nav-footer {
  list-style-type: none;
  margin: 0 auto;
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 18rem;
}

.nav-footer a {
  color: #FAFFFD;
  transition: color 0.2s ease;
  font-weight: 500;
}

.nav-footer a:hover {
  color: #00A19A;
}

@media (min-width: 584px) {
  .nav-footer {
    font-size: 1.7rem;
  }
}

@media (min-width: 1200px) {
  .nav-footer {
    font-size: 1.8rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 38rem;
  }
}

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

/**
 * Component: Contact List
 */
.contact-list__item {
  margin-bottom: 1.2rem;
}

.contact-list__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .contact-list__item {
    margin-bottom: 1.4rem;
  }
}

/**
 * Component: Contact Row
 */
.contact-row {
  display: flex;
  align-items: center;
}

.contact-row img {
  margin-right: 1.3rem;
  max-height: 2.4rem;
  max-width: 2.4rem;
  width: 100%;
}

.contact-row p, .contact-row a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FAFFFD;
}

.contact-row a {
  transition: color 0.2s ease;
}

.contact-row a:hover {
  color: #00A19A;
}

@media (min-width: 1200px) {
  .contact-row p, .contact-row a {
    font-size: 1.8rem;
  }
}

.contact-row--multiline {
  align-items: flex-start;
}

/**
 * Component: Social Icons
 */
.social-icons a {
  margin: 0 1rem;
  width: 4rem;
}

.social-icons a:first-child {
  margin-left: 0;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons svg {
  transition: all 0.2s ease;
  width: 100%;
}

.social-icons svg path {
  transition: all 0.2s ease;
}

.social-icons svg:hover path {
  fill: #00A19A;
}

@media (min-width: 768px) {
  .social-icons a {
    margin: 0 1rem;
  }
}

@media (min-width: 992px) {
  .social-icons a {
    width: 3.5rem;
  }
}

/**
 * Component: Site Footer
 */
.site-footer {
  padding: 6rem 0;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8rem 0;
  }
}

@media (min-width: 768px) {
  .site-footer {
    padding: 9rem 0;
  }
}

@media (min-width: 1400px) {
  .site-footer {
    padding: 10rem 0;
  }
}

@media (min-width: 1600px) {
  .site-footer {
    padding: 11rem 0;
  }
}

.site-footer__copyright {
  color: #FAFFFD;
  font-weight: 500;
  font-size: 1.8rem;
}

.site-footer__promotion {
  margin-bottom: 5rem;
}

@media (min-width: 400px) {
  .site-footer__promotion {
    margin-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  .site-footer__promotion {
    margin-bottom: 7rem;
  }
}

@media (min-width: 1200px) {
  .site-footer__promotion {
    margin-bottom: 8rem;
  }
}

@media (min-width: 1400px) {
  .site-footer__promotion {
    margin-bottom: 9rem;
  }
}

@media (min-width: 1600px) {
  .site-footer__promotion {
    margin-bottom: 10rem;
  }
}

.site-footer__main {
  display: grid;
  row-gap: 4rem;
}

@media (min-width: 400px) {
  .site-footer__main {
    row-gap: 5rem;
  }
}

@media (min-width: 768px) {
  .site-footer__main {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .site-footer__main {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 6rem;
  }
}

@media (min-width: 1200px) {
  .site-footer__main {
    row-gap: 7rem;
  }
}

@media (min-width: 1600px) {
  .site-footer__main {
    row-gap: 8rem;
  }
}

.site-footer__logo .site-logo {
  margin: 0 auto;
  width: 27.2rem;
}

@media (min-width: 992px) {
  .site-footer__logo .site-logo {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .site-footer__logo .site-logo {
    width: 26rem;
  }
}

@media (min-width: 1400px) {
  .site-footer__logo .site-logo {
    width: 29rem;
  }
}

@media (min-width: 1400px) {
  .site-footer__logo .site-logo {
    width: 31rem;
  }
}

.site-footer__contact .contact-row {
  justify-content: center;
}

@media (min-width: 992px) {
  .site-footer__contact .contact-row {
    justify-content: right;
    flex-direction: row-reverse;
  }
  .site-footer__contact .contact-row img {
    margin-right: 0;
    margin-left: 1.8rem;
  }
}

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

@media (min-width: 992px) {
  .site-footer__social {
    text-align: left;
    align-self: end;
  }
}

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

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

@media (min-width: 992px) {
  .site-footer__copyright {
    text-align: right;
    align-self: end;
  }
}

/**
 * Component: Homepage Header
 */
.header-service {
  height: 100vh;
  min-height: 58rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 584px) {
  .header-service {
    min-height: 72rem;
  }
}

@media (min-width: 768px) {
  .header-service {
    min-height: calc(84rem - 5rem);
    height: calc(100vh - 5rem);
  }
}

@media (min-width: 1200px) {
  .header-service {
    height: calc(100vh - 7rem);
  }
}

@media (min-width: 1400px) {
  .header-service {
    min-height: calc(92rem - 7rem);
  }
}

.header-service__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 3rem;
}

@media (min-width: 584px) {
  .header-service__content {
    padding-top: 4rem;
  }
}

@media (min-width: 1400px) {
  .header-service__content {
    padding-top: 6rem;
  }
}

.header-service__upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .header-service__upper {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .header-service__upper {
    flex-direction: row;
  }
}

.header-service__logo {
  text-align: center;
  position: relative;
}

.header-service__logo .site-logo {
  margin: 0 auto;
  width: 20rem;
}

@media (min-width: 400px) {
  .header-service__logo .site-logo {
    width: 24rem;
  }
}

@media (min-width: 584px) {
  .header-service__logo .site-logo {
    width: 27rem;
  }
}

@media (min-width: 992px) {
  .header-service__logo {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .header-service__logo {
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .header-service__logo .site-logo {
    width: 32rem;
  }
}

.header-service__primary-nav {
  display: none;
}

@media (min-width: 992px) {
  .header-service__primary-nav {
    display: block;
    flex: 1;
  }
}

@media (min-width: 1200px) {
  .header-service__primary-nav {
    margin-left: 2rem;
    max-width: 76rem;
  }
}

@media (min-width: 1400px) {
  .header-service__primary-nav {
    max-width: 92.6rem;
  }
}

@media (min-width: 1600px) {
  .header-service__primary-nav {
    max-width: 100rem;
  }
}

.header-service__toggle {
  text-align: right;
  display: block;
  z-index: 25;
  position: relative;
}

@media (min-width: 992px) {
  .header-service__toggle {
    display: none;
  }
}

.header-service__mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 8rem;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: #17252A;
  background-image: url("/content/themes/latitude53/assets/imgs/topography-mobile-menu.svg");
  background-position: center center;
}

@media (min-width: 1200px) {
  .header-service__mobile {
    display: none;
  }
}

.header-service__mobile.open {
  display: block;
}

@media (min-width: 992px) {
  .header-service__mobile.open {
    display: none;
  }
}

.header-service__main-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2rem;
}

@media (min-width: 400px) {
  .header-service__main-wrapper {
    margin-bottom: 0;
  }
}

@media (min-width: 584px) {
  .header-service__main-wrapper {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .header-service__main-wrapper {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .header-service__main-wrapper {
    margin-bottom: 10rem;
  }
}

@media (min-width: 1600px) {
  .header-service__main-wrapper {
    margin-bottom: 5rem;
  }
}

.header-service__main {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .header-service__main {
    flex-direction: row;
    align-items: center;
    max-width: 84rem;
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .header-service__main {
    max-width: 92rem;
  }
}

@media (min-width: 1400px) {
  .header-service__main {
    max-width: 115rem;
  }
}

.header-service__text {
  margin-top: -3rem;
  z-index: 3;
}

@media (min-width: 400px) {
  .header-service__text {
    max-width: 36rem;
    margin: -2.8rem auto 0 auto;
  }
}

@media (min-width: 584px) {
  .header-service__text {
    max-width: 41rem;
  }
}

@media (min-width: 768px) {
  .header-service__text {
    max-width: 48rem;
  }
}

@media (min-width: 1200px) {
  .header-service__text {
    max-width: 100%;
  }
}

.header-service__title {
  color: #FAFFFD;
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.2rem;
}

@media (min-width: 584px) {
  .header-service__title {
    font-size: 5rem;
  }
}

@media (min-width: 992px) {
  .header-service__title {
    text-align: left;
    font-size: 6rem;
  }
}

@media (min-width: 1200px) {
  .header-service__title {
    font-size: 6.5rem;
    max-width: 62rem;
  }
}

@media (min-width: 1400px) {
  .header-service__title {
    font-size: 7.5rem;
  }
}

@media (min-width: 1600px) {
  .header-service__title {
    font-size: 8.5rem;
    max-width: 82rem;
  }
}

.header-service__description {
  color: #FAFFFD;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 584px) {
  .header-service__description {
    font-size: 1.9rem;
  }
}

@media (min-width: 768px) {
  .header-service__description {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .header-service__description {
    text-align: left;
    margin-left: 3rem;
  }
}

@media (min-width: 1200px) {
  .header-service__description {
    max-width: 48rem;
  }
}

@media (min-width: 1600px) {
  .header-service__description {
    font-size: 2.2rem;
  }
}

.header-service__graphic {
  max-width: 23rem;
  margin: 0 auto;
}

@media (min-width: 400px) {
  .header-service__graphic {
    max-width: 31rem;
  }
}

@media (min-width: 584px) {
  .header-service__graphic {
    max-width: 35rem;
  }
}

@media (min-width: 992px) {
  .header-service__graphic {
    max-width: 40rem;
    margin-left: -20rem;
    margin-top: 7rem;
  }
}

@media (min-width: 1200px) {
  .header-service__graphic {
    max-width: 42rem;
    margin-left: -15rem;
  }
}

@media (min-width: 1600px) {
  .header-service__graphic {
    max-width: 47rem;
    margin-left: -10rem;
    margin-top: 1rem;
  }
}

.header-service__graphic img {
  mask-size: 1.2rem 1.2rem;
  mask-image: radial-gradient(black 0.1rem, transparent 0.1rem);
  mask-position: 0rem 0rem;
  animation-name: serviceHeroMask;
  animation-iteration-count: infinite;
  animation-duration: 1.25s;
  animation-timing-function: linear;
}

@keyframes serviceHeroMask {
  from {
    mask-position: 0rem 0rem;
  }
  to {
    mask-position: 1.2rem 0rem;
  }
}

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

/**
 * Component: Service Introduction
 */
.service-introduction__wrapper {
  padding: 6rem 0;
}

@media (min-width: 584px) {
  .service-introduction__wrapper {
    padding: 8rem 0;
  }
}

@media (min-width: 768px) {
  .service-introduction__wrapper {
    padding: 9rem 0;
  }
}

@media (min-width: 1400px) {
  .service-introduction__wrapper {
    padding: 10rem 0;
  }
}

@media (min-width: 1600px) {
  .service-introduction__wrapper {
    padding: 11rem 0;
  }
}

.service-introduction__heading {
  color: #17252A;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 28.8rem;
  margin: 0 auto 4rem auto;
}

.service-introduction__heading .util-highlight {
  color: #00A19A;
}

@media (min-width: 400px) {
  .service-introduction__heading {
    font-size: 2.6rem;
    max-width: 32rem;
  }
}

@media (min-width: 584px) {
  .service-introduction__heading {
    font-size: 2.8rem;
    max-width: 34rem;
  }
}

@media (min-width: 768px) {
  .service-introduction__heading {
    font-size: 3rem;
    max-width: 40rem;
    margin: 0 auto 6rem auto;
  }
}

@media (min-width: 992px) {
  .service-introduction__heading {
    font-size: 3.2rem;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .service-introduction__heading {
    margin: 0 auto 8rem auto;
  }
}

@media (min-width: 1600px) {
  .service-introduction__heading {
    font-size: 3.8rem;
  }
}

.service-introduction__description {
  color: #17252A;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 400px) {
  .service-introduction__description {
    max-width: 85%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .service-introduction__description {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .service-introduction__description {
    font-size: 1.8rem;
    max-width: 72rem;
  }
}

@media (min-width: 1400px) {
  .service-introduction__description {
    font-size: 1.9rem;
    max-width: 78rem;
  }
}

@media (min-width: 1600px) {
  .service-introduction__description {
    font-size: 2rem;
    max-width: 79.5rem;
  }
}

.service-introduction__video-wrapper {
  max-width: 96rem;
  margin: 0 auto 4rem auto;
  position: relative;
}

.service-introduction__video-wrapper:before {
  content: '';
  display: block;
  width: 4.4rem;
  height: 2.2rem;
  margin: 0 auto 1.5rem auto;
  background-color: #00A19A;
  mask-image: radial-gradient(#00A19A 0.1rem, transparent 0.1rem);
  mask-size: 0.6rem 0.6rem;
  mask-position: 0rem 0rem;
}

.service-introduction__video-wrapper:after {
  content: '';
  display: block;
  width: 4.4rem;
  height: 2.2rem;
  margin: 1.5rem auto 0 auto;
  background-color: #00A19A;
  mask-image: radial-gradient(#00A19A 0.1rem, transparent 0.1rem);
  mask-size: 0.6rem 0.6rem;
  mask-position: 0rem 0rem;
}

@media (min-width: 400px) {
  .service-introduction__video-wrapper:before {
    margin: 0 auto 2rem auto;
  }
  .service-introduction__video-wrapper:after {
    margin: 2rem auto 0 auto;
  }
}

@media (min-width: 584px) {
  .service-introduction__video-wrapper:before {
    width: 5.4rem;
    height: 3rem;
  }
  .service-introduction__video-wrapper:after {
    width: 5.4rem;
    height: 3rem;
  }
}

@media (min-width: 768px) {
  .service-introduction__video-wrapper {
    margin: 0 auto 6rem auto;
  }
}

@media (min-width: 992px) {
  .service-introduction__video-wrapper {
    max-width: 85rem;
  }
}

@media (min-width: 1200px) {
  .service-introduction__video-wrapper {
    max-width: 84rem;
    margin: 0 auto 8rem auto;
  }
  .service-introduction__video-wrapper:before {
    width: 3.5rem;
    height: 7.2rem;
    position: absolute;
    top: 50%;
    left: -6rem;
    transform: translateY(-50%);
    margin: 0;
  }
  .service-introduction__video-wrapper:after {
    width: 3.5rem;
    height: 7.2rem;
    position: absolute;
    top: 50%;
    right: -6rem;
    transform: translateY(-50%);
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .service-introduction__video-wrapper {
    max-width: 96rem;
  }
  .service-introduction__video-wrapper:before {
    left: -7rem;
  }
  .service-introduction__video-wrapper:after {
    right: -7rem;
  }
}

@media (min-width: 1600px) {
  .service-introduction__video-wrapper:before {
    width: 4.2rem;
    height: 8.4rem;
    left: -8.5rem;
  }
  .service-introduction__video-wrapper:after {
    width: 4.2rem;
    height: 8.4rem;
    right: -8.5rem;
  }
}

.service-introduction__video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 1.2rem;
}

.service-introduction__video iframe, .service-introduction__video object, .service-introduction__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Component: Service Grid
 */
.service-grid__wrapper {
  padding: 6rem 0;
  background-image: url("/content/themes/latitude53/assets/imgs/service-grid-background-upper.svg"), url("/content/themes/latitude53/assets/imgs/service-grid-background-lower.svg");
  background-repeat: no-repeat no-repeat;
  background-position: top -50rem left -14rem, bottom -23rem left -5rem;
  background-size: 64rem, 35rem;
}

@media (min-width: 400px) {
  .service-grid__wrapper {
    background-position: top -50rem left -11rem, bottom -23rem left -5rem;
    background-size: 67rem, 43rem;
  }
}

@media (min-width: 584px) {
  .service-grid__wrapper {
    padding: 8rem 0;
    background-position: top -50rem center, bottom -30rem center;
    background-size: 72rem, 55rem;
  }
}

@media (min-width: 768px) {
  .service-grid__wrapper {
    padding: 9rem 0;
    background-position: top -52rem center, bottom -49rem center;
    background-size: 72rem, 72rem;
  }
}

@media (min-width: 1200px) {
  .service-grid__wrapper {
    background-position: top -56rem center, bottom -57rem center;
    background-size: 78rem, 78rem;
  }
}

@media (min-width: 1400px) {
  .service-grid__wrapper {
    padding: 10rem 0;
    background-position: top -56rem center, bottom -53rem center;
  }
}

@media (min-width: 1600px) {
  .service-grid__wrapper {
    padding: 11rem 0;
    background-position: top -54rem left 5rem, bottom -62rem right 7rem;
    background-size: 80rem, 80rem;
  }
}

.service-grid__heading {
  color: #FAFFFD;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  max-width: 28.8rem;
  margin: 0 auto 1rem auto;
}

.service-grid__heading .util-highlight {
  color: #00A19A;
}

@media (min-width: 400px) {
  .service-grid__heading {
    font-size: 2.6rem;
    max-width: 32rem;
  }
}

@media (min-width: 584px) {
  .service-grid__heading {
    font-size: 2.8rem;
    max-width: 34rem;
  }
}

@media (min-width: 768px) {
  .service-grid__heading {
    font-size: 3rem;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .service-grid__heading {
    font-size: 3.2rem;
  }
}

@media (min-width: 1600px) {
  .service-grid__heading {
    font-size: 3.8rem;
  }
}

.service-grid__grid {
  display: grid;
  row-gap: 3rem;
  margin: 5rem 0 0 0;
}

@media (min-width: 400px) {
  .service-grid__grid {
    row-gap: 3.5rem;
  }
}

@media (min-width: 584px) {
  .service-grid__grid {
    margin: 6rem 0 0 0;
  }
}

@media (min-width: 768px) {
  .service-grid__grid {
    margin: 8rem 0 2rem 0;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (min-width: 992px) {
  .service-grid__grid {
    gap: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .service-grid__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}

@media (min-width: 1400px) {
  .service-grid__grid {
    margin: 8rem 0 3rem 0;
    gap: 3.5rem;
  }
}

@media (min-width: 1600px) {
  .service-grid__grid {
    margin: 12rem 0 6rem 0;
    gap: 5rem;
  }
}

.service-grid__panel {
  border-radius: 2.2rem;
  border: 0.2rem solid #00A19A;
  padding: 3rem 2.5rem;
  background: #17252A;
}

.service-grid__panel .icon-box__title {
  font-weight: 600;
  font-size: 2.1rem;
}

.service-grid__panel .icon-box__animated-icon {
  width: 7rem;
  height: 8rem;
  margin: 0 auto 0.8rem auto;
}

@media (min-width: 400px) {
  .service-grid__panel {
    padding: 4rem 2.5rem;
  }
}

@media (min-width: 584px) {
  .service-grid__panel {
    padding: 6rem 4rem;
    max-width: 40rem;
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .service-grid__panel {
    padding: 6rem 3rem;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .service-grid__panel {
    padding: 4rem 5rem;
  }
  .service-grid__panel .icon-box__description {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .service-grid__panel {
    padding: 3.5rem 2rem;
  }
  .service-grid__panel .icon-box__title {
    font-size: 2.2rem;
  }
}

@media (min-width: 1400px) {
  .service-grid__panel {
    padding: 4rem 2rem;
  }
  .service-grid__panel .icon-box__animated-icon {
    width: 8rem;
    height: 8rem;
  }
}

@media (min-width: 1600px) {
  .service-grid__panel {
    padding: 5rem 3rem;
  }
  .service-grid__panel .icon-box__title {
    font-size: 2.3rem;
  }
}

.page-id-12 .service-grid__panel:first-child .icon-box__animated-icon {
  width: 6rem;
}

.page-id-12 .service-grid__panel:nth-child(4) .icon-box__animated-icon {
  width: 8rem;
}

.page-id-14 .service-grid__panel:first-child .icon-box__animated-icon {
  width: 8rem;
}

.page-id-16 .service-grid__panel:last-child .icon-box__animated-icon {
  width: 8rem;
}

.page-id-16 .service-grid__panel:nth-child(4) .icon-box__animated-icon {
  width: 6.5rem;
}

/**
 * Component: Content
 */
/**
 * Standard element styling
 */
.content h1,
.content h2,
.content h3,
.content h4 {
  color: #17252A;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.content p {
  line-height: 1.65;
}

.content h2 {
  font-size: 2.6rem;
}

.content h3 {
  font-size: 2.2rem;
}

.content h4 {
  font-size: 1.8rem;
}

.content p,
.content ul,
.content ol {
  color: #17252A;
  margin-bottom: 2.8rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.content ul li, .content ol li {
  margin-bottom: 0.5rem;
}

.content ul li:last-child, .content ol li:last-child {
  margin-bottom: 0;
}

.content a {
  color: #29424b;
  text-decoration: underline;
}

.content a:hover {
  color: #446e7c;
}

.content code {
  background-color: #ededed;
  padding: 0.8rem 1.2rem;
}

.content figcaption {
  text-align: center;
  margin: 1.5rem 0 0 0;
  font-size: 1.6rem;
}

.content .has-text-align-left {
  text-align: left;
}

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

.content .has-text-align-right {
  text-align: right;
}

@media (min-width: 584px) {
  .content p {
    line-height: 1.7;
  }
}

@media (min-width: 768px) {
  .content h2 {
    font-size: 2.8rem;
  }
  .content h3 {
    font-size: 2.4rem;
  }
  .content h4 {
    font-size: 2rem;
  }
  .content > p, .content > ul, .content > ol {
    max-width: 72rem;
  }
}

@media (min-width: 992px) {
  .content h2 {
    font-size: 3.2rem;
  }
  .content p,
  .content ul,
  .content ol {
    font-size: 1.7rem;
  }
  .content p {
    line-height: 1.8;
  }
  .content figcaption {
    font-size: 1.8rem;
  }
  .content .wp-block-quote {
    max-width: 94%;
  }
}

@media (min-width: 1600px) {
  .content p,
  .content ul,
  .content ol {
    font-size: 1.8rem;
  }
  .content > p, .content > ul, .content > ol {
    max-width: 80rem;
  }
}

/**
 * Gutenberg block styling
 */
.wp-block-embed,
.wp-block-table,
.wp-block-image,
.wp-block-embed.is-type-video,
.power-bi-wrapper {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 992px) {
  .wp-block-embed,
  .wp-block-table,
  .wp-block-image,
  .wp-block-embed.is-type-video,
  .power-bi-wrapper {
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
  }
}

.wp-block-image img, .wp-block-embed.is-type-video iframe {
  border-radius: 2rem;
}

@media (min-width: 992px) {
  .wp-block-image img, .wp-block-embed.is-type-video iframe {
    border-radius: 2.6rem;
  }
}

@media (min-width: 1400px) {
  .wp-block-image img, .wp-block-embed.is-type-video iframe {
    border-radius: 3rem;
  }
}

.wp-block-embed iframe {
  max-width: 100%;
}

.wp-embed-aspect-16-9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.wp-embed-aspect-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-quote {
  background-color: #17252A;
  color: #FAFFFD;
  padding: 5rem 2rem 2rem 2rem;
  position: relative;
  margin-bottom: 3.5rem;
  margin-top: 5.6rem;
  border-radius: 2rem;
}

.wp-block-quote:before {
  content: '';
  width: 8rem;
  height: 8rem;
  display: block;
  background-image: url("/content/themes/latitude53/assets/imgs/quote-right-primary.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  mask-image: radial-gradient(0.2rem circle, #00A19A 50%, transparent 51%);
  mask-size: 0.4rem 0.4rem;
  mask-position: 0rem 0rem;
  animation-name: blockquoteMask;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
  top: -4rem;
  right: 2rem;
}

.wp-block-quote p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  color: #FAFFFD;
}

@media (min-width: 584px) {
  .wp-block-quote p {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .wp-block-quote p {
    font-size: 1.8rem;
    max-width: 67rem;
  }
}

@media (min-width: 1200px) {
  .wp-block-quote p {
    max-width: 71rem;
  }
}

@media (min-width: 1400px) {
  .wp-block-quote p {
    font-size: 1.9rem;
  }
}

@media (min-width: 1600px) {
  .wp-block-quote p {
    font-size: 2rem;
  }
}

.wp-block-quote cite {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 400px) {
  .wp-block-quote cite {
    font-size: 2.2rem;
  }
}

@media (min-width: 584px) {
  .wp-block-quote cite {
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  .wp-block-quote cite {
    font-size: 2.6rem;
  }
}

@media (min-width: 584px) {
  .wp-block-quote {
    padding: 5rem 3rem 3rem 3rem;
  }
}

@media (min-width: 768px) {
  .wp-block-quote {
    padding: 6rem 4rem 4rem 4rem;
  }
  .wp-block-quote:before {
    width: 10rem;
    height: 10rem;
    top: -4.5rem;
    right: 3rem;
  }
}

@media (min-width: 992px) {
  .wp-block-quote {
    border-radius: 2.6rem;
    padding: 8rem 6rem 6rem 6rem;
    margin-top: 7.7rem;
    margin-bottom: 4.2rem;
  }
  .wp-block-quote:before {
    width: 13rem;
    height: 13rem;
    top: -6rem;
    right: 2.5rem;
    mask-size: 0.6rem 0.6rem;
  }
}

@media (min-width: 1200px) {
  .wp-block-quote:before {
    width: 16rem;
    height: 16rem;
    top: -6rem;
    right: -4rem;
  }
}

@media (min-width: 1400px) {
  .wp-block-quote {
    border-radius: 3rem;
  }
}

:root {
  --blockquoteMaskPosition: 0.4rem;
}

@media (min-width: 992px) {
  :root {
    --blockquoteMaskPosition: 0.6rem;
  }
}

@keyframes blockquoteMask {
  from {
    mask-position: 0rem 0rem;
  }
  to {
    mask-position: var(--blockquoteMaskPosition) 0rem;
  }
}

/**
 * Component: Content Area
 */
.content-area__inner {
  max-width: 96.8rem;
  margin: 0 auto;
  padding: 6rem 0;
}

@media (min-width: 584px) {
  .content-area__inner {
    padding: 8rem 0;
  }
}

@media (min-width: 768px) {
  .content-area__inner {
    padding: 9rem 0;
  }
}

@media (min-width: 1400px) {
  .content-area__inner {
    padding: 10rem 0;
  }
}

@media (min-width: 1600px) {
  .content-area__inner {
    padding: 11rem 0;
  }
}

/**
 * Component: Homepage Header
 */
.header-archive {
  overflow: hidden;
  background-image: url("/content/themes/latitude53/assets/imgs/topography-hero-upper.svg");
  background-repeat: no-repeat;
  background-position: top -49rem center;
  background-size: 80rem;
}

@media (min-width: 768px) {
  .header-archive {
    background-image: none;
  }
}

.header-archive__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 3rem;
}

@media (min-width: 584px) {
  .header-archive__content {
    padding-top: 4rem;
  }
}

@media (min-width: 768px) {
  .header-archive__content {
    position: relative;
  }
  .header-archive__content:before {
    content: '';
    background-image: url("/content/themes/latitude53/assets/imgs/topography-hero-upper.svg");
    background-repeat: no-repeat no-repeat;
    background-size: 100%;
    position: absolute;
    top: -57rem;
    right: -27rem;
    width: 103rem;
    height: 100rem;
    background-size: contain;
  }
}

@media (min-width: 992px) {
  .header-archive__content:before {
    width: 115rem;
    top: -64rem;
    right: -13rem;
  }
}

@media (min-width: 1200px) {
  .header-archive__content:before {
    width: 120rem;
    top: -70rem;
    right: -28rem;
  }
}

@media (min-width: 1400px) {
  .header-archive__content {
    padding-top: 6rem;
  }
  .header-archive__content:before {
    top: -67rem;
    right: -23rem;
  }
}

@media (min-width: 1600px) {
  .header-archive__content:before {
    top: -56rem;
    right: -19rem;
    width: 136rem;
    height: 150rem;
  }
}

.header-archive__upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
}

@media (min-width: 400px) {
  .header-archive__upper {
    margin-bottom: 8rem;
  }
}

@media (min-width: 992px) {
  .header-archive__upper {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .header-archive__upper {
    flex-direction: row;
    margin-bottom: 10rem;
  }
}

@media (min-width: 1400px) {
  .header-archive__upper {
    margin-bottom: 12rem;
  }
}

@media (min-width: 1600px) {
  .header-archive__upper {
    margin-bottom: 18rem;
  }
}

.header-archive__logo {
  text-align: center;
  position: relative;
}

.header-archive__logo .site-logo {
  margin: 0 auto;
  width: 20rem;
}

@media (min-width: 400px) {
  .header-archive__logo .site-logo {
    width: 24rem;
  }
}

@media (min-width: 584px) {
  .header-archive__logo .site-logo {
    width: 27rem;
  }
}

@media (min-width: 992px) {
  .header-archive__logo {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .header-archive__logo {
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .header-archive__logo .site-logo {
    width: 32rem;
  }
}

.header-archive__primary-nav {
  display: none;
}

@media (min-width: 992px) {
  .header-archive__primary-nav {
    display: block;
    flex: 1;
  }
}

@media (min-width: 1200px) {
  .header-archive__primary-nav {
    margin-left: 2rem;
    max-width: 76rem;
  }
}

@media (min-width: 1400px) {
  .header-archive__primary-nav {
    max-width: 92.6rem;
  }
}

@media (min-width: 1600px) {
  .header-archive__primary-nav {
    max-width: 100rem;
  }
}

.header-archive__toggle {
  text-align: right;
  display: block;
  z-index: 25;
  position: relative;
}

@media (min-width: 992px) {
  .header-archive__toggle {
    display: none;
  }
}

.header-archive__mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 8rem;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: #17252A;
  background-image: url("/content/themes/latitude53/assets/imgs/topography-mobile-menu.svg");
  background-position: center center;
}

@media (min-width: 1200px) {
  .header-archive__mobile {
    display: none;
  }
}

.header-archive__mobile.open {
  display: block;
}

@media (min-width: 992px) {
  .header-archive__mobile.open {
    display: none;
  }
}

@media (min-width: 992px) {
  .header-archive__main {
    display: flex;
  }
}

.header-archive__text {
  position: relative;
  z-index: 3;
  margin-top: -2.5rem;
}

@media (min-width: 992px) {
  .header-archive__text {
    margin-top: 3.5rem;
    margin-left: -4.5rem;
  }
}

@media (min-width: 1200px) {
  .header-archive__text {
    margin-top: 4.5rem;
    margin-left: -6.5rem;
  }
}

.header-archive__title {
  color: #FAFFFD;
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.6rem;
}

@media (min-width: 584px) {
  .header-archive__title {
    font-size: 5rem;
  }
}

@media (min-width: 992px) {
  .header-archive__title {
    text-align: left;
    font-size: 6rem;
    max-width: 60.5rem;
  }
}

@media (min-width: 1200px) {
  .header-archive__title {
    font-size: 6.5rem;
    margin-bottom: 2rem;
    max-width: 63rem;
  }
}

@media (min-width: 1400px) {
  .header-archive__title {
    font-size: 7.5rem;
    margin-bottom: 2.2rem;
  }
}

@media (min-width: 1600px) {
  .header-archive__title {
    font-size: 8.5rem;
    max-width: 67rem;
  }
}

.header-archive__description {
  color: #FAFFFD;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 584px) {
  .header-archive__description {
    font-size: 1.9rem;
    max-width: 85%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .header-archive__description {
    font-size: 2rem;
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  .header-archive__description {
    text-align: left;
    margin: 0;
    max-width: 60.5rem;
  }
}

@media (min-width: 1200px) {
  .header-archive__description {
    max-width: 63rem;
  }
}

@media (min-width: 1600px) {
  .header-archive__description {
    font-size: 2.2rem;
    max-width: 67rem;
  }
}

.header-archive__graphic {
  max-width: 21rem;
  margin: 0 auto;
}

@media (min-width: 400px) {
  .header-archive__graphic {
    max-width: 25rem;
  }
}

@media (min-width: 584px) {
  .header-archive__graphic {
    max-width: 26rem;
  }
}

@media (min-width: 992px) {
  .header-archive__graphic {
    max-width: 22rem;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .header-archive__graphic {
    max-width: 24rem;
  }
}

.header-archive__graphic img {
  mask-size: 1.2rem 1.2rem;
  mask-image: radial-gradient(black 0.1rem, transparent 0.1rem);
  mask-position: 0rem 0rem;
  animation-name: serviceHeroMask;
  animation-iteration-count: infinite;
  animation-duration: 1.25s;
  animation-timing-function: linear;
}

@keyframes serviceHeroMask {
  from {
    mask-position: 0rem 0rem;
  }
  to {
    mask-position: 1.2rem 0rem;
  }
}

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

/**
 * Component: Featured Case Study
 */
.featured-case-study {
  width: 100%;
  color: #FAFFFD;
  margin-bottom: 3rem;
}

@media (min-width: 584px) {
  .featured-case-study {
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .featured-case-study {
    margin-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .featured-case-study {
    display: grid;
    grid-template-columns: auto 45rem 4rem;
    grid-template-rows: 1fr auto 4rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 1200px) {
  .featured-case-study {
    grid-template-columns: auto 45rem 6rem;
    grid-template-rows: 1fr auto 6rem;
    margin-bottom: 8rem;
  }
}

.featured-case-study__link {
  display: block;
}

.featured-case-study__link:hover .featured-case-study__background {
  transform: scale(1.075);
}

.featured-case-study__link:hover .featured-case-study__background:after {
  opacity: 0.15;
}

@media (min-width: 992px) {
  .featured-case-study__link {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
}

.featured-case-study__image {
  height: 30rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 2.6rem;
  border-top-right-radius: 2.6rem;
}

@media (min-width: 400px) {
  .featured-case-study__image {
    height: 35rem;
  }
}

@media (min-width: 584px) {
  .featured-case-study__image {
    padding: 2rem;
    height: 40rem;
  }
}

@media (min-width: 768px) {
  .featured-case-study__image {
    padding: 2.5rem;
  }
}

@media (min-width: 992px) {
  .featured-case-study__image {
    height: 50rem;
    border-radius: 2.6rem;
  }
}

@media (min-width: 1200px) {
  .featured-case-study__image {
    height: 56rem;
  }
}

@media (min-width: 1400px) {
  .featured-case-study__image {
    padding: 3rem;
  }
}

.featured-case-study__background {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.25s ease;
}

.featured-case-study__background:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.9) 100%);
  transition: all 0.3s ease;
}

.featured-case-study__background:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00A19A;
  transition: all 0.3s ease;
  opacity: 0;
}

.featured-case-study__tag {
  color: #FAFFFD;
  border: 0.2rem solid #FAFFFD;
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
}

@media (min-width: 992px) {
  .featured-case-study__tag {
    font-size: 1.6rem;
  }
}

.featured-case-study__title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  line-height: 1.4;
}

@media (min-width: 400px) {
  .featured-case-study__title {
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) {
  .featured-case-study__title {
    font-size: 2.8rem;
    max-width: 48rem;
  }
}

@media (min-width: 1200px) {
  .featured-case-study__title {
    font-size: 2.9rem;
  }
}

@media (min-width: 1600px) {
  .featured-case-study__title {
    font-size: 3.2rem;
  }
}

.featured-case-study__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-case-study__upper {
  z-index: 3;
}

.featured-case-study__lower {
  color: #FAFFFD;
  background-color: #2C393D;
  padding: 2.6rem 2rem;
  z-index: 5;
  border-bottom-left-radius: 2.6rem;
  border-bottom-right-radius: 2.6rem;
}

@media (min-width: 768px) {
  .featured-case-study__lower {
    padding: 2.5rem;
  }
}

@media (min-width: 992px) {
  .featured-case-study__lower {
    padding: 3rem;
    grid-column: 2 / span 2;
    grid-row: 2 / span 2;
    border-radius: 2.6rem;
  }
}

.featured-case-study__excerpt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.65;
}

@media (min-width: 400px) {
  .featured-case-study__excerpt {
    font-size: 1.6rem;
  }
}

@media (min-width: 584px) {
  .featured-case-study__excerpt {
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  .featured-case-study__excerpt {
    max-width: 58rem;
  }
}

@media (min-width: 992px) {
  .featured-case-study__excerpt {
    font-size: 1.8rem;
  }
}

.featured-case-study__button {
  margin-top: 2.2rem;
}

@media (min-width: 400px) {
  .featured-case-study__button {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .featured-case-study__button {
    margin-top: 3rem;
  }
}

/**
 * Component: Case Study Grid
 */
.case-study-grid {
  padding-bottom: 3rem;
}

@media (min-width: 584px) {
  .case-study-grid {
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .case-study-grid {
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .case-study-grid {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1200px) {
  .case-study-grid {
    padding-bottom: 8rem;
  }
}

.case-study-grid__flex {
  display: grid;
  gap: 3rem 0;
}

@media (min-width: 584px) {
  .case-study-grid__flex {
    gap: 4rem 0;
  }
}

@media (min-width: 992px) {
  .case-study-grid__flex {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

@media (min-width: 1200px) {
  .case-study-grid__flex {
    gap: 4rem;
  }
}

@media (min-width: 1400px) {
  .case-study-grid__flex {
    gap: 5rem;
  }
}

@media (min-width: 1600px) {
  .case-study-grid__flex {
    gap: 6.5rem;
  }
}

.case-study-grid--blog .case-study-grid__flex {
  gap: 5rem 0;
}

@media (min-width: 400px) {
  .case-study-grid--blog .case-study-grid__flex {
    gap: 5.5rem 0;
  }
}

@media (min-width: 584px) {
  .case-study-grid--blog .case-study-grid__flex {
    gap: 6rem 0;
  }
}

@media (min-width: 768px) {
  .case-study-grid--blog .case-study-grid__flex {
    gap: 7rem 0;
  }
}

@media (min-width: 992px) {
  .case-study-grid--blog .case-study-grid__flex {
    gap: 5rem 4rem;
  }
}

@media (min-width: 1200px) {
  .case-study-grid--blog .case-study-grid__flex {
    gap: 6rem 4.5rem;
  }
}

@media (min-width: 1400px) {
  .case-study-grid--blog .case-study-grid__flex {
    gap: 7rem 5rem;
  }
}

@media (min-width: 1600px) {
  .case-study-grid--blog .case-study-grid__flex {
    gap: 8.5rem 6rem;
  }
}

/**
 * Component: Pagination
 */
.pagination {
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .pagination {
    margin-top: 8rem;
  }
}

@media (min-width: 992px) {
  .pagination {
    margin-top: 9rem;
  }
}

.pagination__numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}

@media (min-width: 400px) {
  .pagination__numbers {
    font-size: 1.9rem;
  }
}

@media (min-width: 584px) {
  .pagination__numbers {
    font-size: 2.1rem;
  }
}

@media (min-width: 1200px) {
  .pagination__numbers {
    font-size: 2.2rem;
  }
}

@media (min-width: 1600px) {
  .pagination__numbers {
    font-size: 2.4rem;
  }
}

.pagination__page {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  min-width: 4.5rem;
}

@media (min-width: 584px) {
  .pagination__page {
    min-width: 5rem;
  }
}

@media (min-width: 1200px) {
  .pagination__page {
    margin-right: 2rem;
    margin-bottom: 1.5rem;
    min-width: 6rem;
  }
}

@media (min-width: 1600px) {
  .pagination__page {
    min-width: 6.5rem;
  }
}

.pagination__link {
  display: block;
  padding: 0.6rem 1.6rem;
  background: #00A19A;
  color: #FAFFFD;
  transition: all 0.2s ease;
  border: 2px solid #00A19A;
  border-radius: 1.4rem;
}

.pagination__link:hover {
  background: #FAFFFD;
  border-color: #FAFFFD;
  color: #17252A;
}

@media (min-width: 992px) {
  .pagination__link {
    padding: 1rem 2.2rem;
  }
}

.pagination__link--active {
  background: none;
  color: #FAFFFD;
  border-color: #00A19A;
}

.pagination__link--active:hover {
  cursor: default;
  background: none;
  border-color: #00A19A;
  color: #FAFFFD;
}

/**
 * Component: Preview
 */
.preview {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #FAFFFD;
  min-height: 30rem;
  background-size: cover;
  background-position: center;
  padding: 1.5rem;
  position: relative;
  border-radius: 2.6rem;
}

.preview:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  border-radius: 2.6rem;
}

.preview:hover .preview__inner, .preview:focus .preview__inner {
  transform: translateY(-2rem);
}

.preview:hover:before, .preview:focus:before {
  background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 584px) {
  .preview {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .preview {
    padding: 2.5rem;
    min-height: 38rem;
  }
}

@media (min-width: 992px) {
  .preview {
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .preview {
    padding: 2.5rem;
    min-height: 38rem;
  }
}

.preview__tag {
  font-size: 1.9rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .preview__tag {
    font-size: 2.2rem;
  }
}

@media (min-width: 1600px) {
  .preview__tag {
    font-size: 2.3rem;
  }
}

.preview__title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 600;
  max-width: 47rem;
}

@media (min-width: 400px) {
  .preview__title {
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) {
  .preview__title {
    font-size: 2.8rem;
  }
}

@media (min-width: 1600px) {
  .preview__title {
    font-size: 3.1rem;
  }
}

.preview__inner {
  z-index: 3;
  transition: transform 0.2s ease;
  backface-visibility: hidden;
}

/**
 * Component: Content Area (Archive)
 */
.content-area-archive__inner {
  margin: 0 auto;
  padding: 8rem 0 0 0;
}

@media (min-width: 584px) {
  .content-area-archive__inner {
    padding: 8rem 0 0 0;
  }
}

@media (min-width: 768px) {
  .content-area-archive__inner {
    padding: 9rem 0 0 0;
  }
}

@media (min-width: 1200px) {
  .content-area-archive__inner {
    padding: 11rem 0 0 0;
  }
}

@media (min-width: 1400px) {
  .content-area-archive__inner {
    padding: 13rem 0 0 0;
  }
}

@media (min-width: 1600px) {
  .content-area-archive__inner {
    padding: 16rem 0 0 0;
  }
}

.content-area-archive--reduced .content-area-archive__inner {
  max-width: 120rem;
}

/**
 * Component: Page Header
 */
.header-page {
  overflow: hidden;
  background-image: url("/content/themes/latitude53/assets/imgs/topography-hero-upper.svg");
  background-repeat: no-repeat;
  background-position: top -49rem center;
  background-size: 80rem;
}

@media (min-width: 768px) {
  .header-page {
    background-image: none;
  }
}

.header-page__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem 0 1rem 0;
}

@media (min-width: 584px) {
  .header-page__content {
    padding: 4rem 0;
  }
}

@media (min-width: 768px) {
  .header-page__content {
    position: relative;
  }
  .header-page__content:before {
    content: '';
    background-image: url("/content/themes/latitude53/assets/imgs/topography-hero-upper.svg");
    background-repeat: no-repeat no-repeat;
    background-size: 100%;
    position: absolute;
    top: -57rem;
    right: -27rem;
    width: 103rem;
    height: 100rem;
    background-size: contain;
  }
}

@media (min-width: 992px) {
  .header-page__content:before {
    width: 115rem;
    top: -64rem;
    right: -13rem;
  }
}

@media (min-width: 1200px) {
  .header-page__content:before {
    width: 120rem;
    top: -70rem;
    right: -28rem;
  }
}

@media (min-width: 1400px) {
  .header-page__content {
    padding: 6rem 0;
  }
  .header-page__content:before {
    top: -67rem;
    right: -23rem;
  }
}

@media (min-width: 1600px) {
  .header-page__content:before {
    top: -56rem;
    right: -19rem;
    width: 136rem;
    height: 150rem;
  }
}

.header-page__upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
}

@media (min-width: 400px) {
  .header-page__upper {
    margin-bottom: 8rem;
  }
}

@media (min-width: 992px) {
  .header-page__upper {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .header-page__upper {
    flex-direction: row;
    margin-bottom: 10rem;
  }
}

@media (min-width: 1400px) {
  .header-page__upper {
    margin-bottom: 12rem;
  }
}

@media (min-width: 1600px) {
  .header-page__upper {
    margin-bottom: 18rem;
  }
}

.header-page__logo {
  text-align: center;
  position: relative;
}

.header-page__logo .site-logo {
  margin: 0 auto;
  width: 20rem;
}

@media (min-width: 400px) {
  .header-page__logo .site-logo {
    width: 24rem;
  }
}

@media (min-width: 584px) {
  .header-page__logo .site-logo {
    width: 27rem;
  }
}

@media (min-width: 992px) {
  .header-page__logo {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .header-page__logo {
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .header-page__logo .site-logo {
    width: 32rem;
  }
}

.header-page__primary-nav {
  display: none;
}

@media (min-width: 992px) {
  .header-page__primary-nav {
    display: block;
    flex: 1;
  }
}

@media (min-width: 1200px) {
  .header-page__primary-nav {
    margin-left: 2rem;
    max-width: 76rem;
  }
}

@media (min-width: 1400px) {
  .header-page__primary-nav {
    max-width: 92.6rem;
  }
}

@media (min-width: 1600px) {
  .header-page__primary-nav {
    max-width: 100rem;
  }
}

.header-page__toggle {
  text-align: right;
  display: block;
  z-index: 25;
  position: relative;
}

@media (min-width: 992px) {
  .header-page__toggle {
    display: none;
  }
}

.header-page__mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 8rem;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: #17252A;
  background-image: url("/content/themes/latitude53/assets/imgs/topography-mobile-menu.svg");
  background-position: center center;
}

@media (min-width: 1200px) {
  .header-page__mobile {
    display: none;
  }
}

.header-page__mobile.open {
  display: block;
}

@media (min-width: 992px) {
  .header-page__mobile.open {
    display: none;
  }
}

.header-page__main-wrapper {
  margin-bottom: 7rem;
}

@media (min-width: 400px) {
  .header-page__main-wrapper {
    margin-bottom: 8rem;
  }
}

@media (min-width: 1200px) {
  .header-page__main-wrapper {
    width: 90%;
    max-width: 96.8rem;
    margin: 0 auto 10rem auto;
  }
}

@media (min-width: 1400px) {
  .header-page__main-wrapper {
    margin-bottom: 12rem;
  }
}

@media (min-width: 1600px) {
  .header-page__main-wrapper {
    margin-bottom: 18rem;
  }
}

@media (min-width: 992px) {
  .header-page__main {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .header-page__main {
    justify-content: flex-start;
  }
}

.header-page__text {
  position: relative;
  z-index: 3;
  margin-top: -2.5rem;
}

@media (min-width: 992px) {
  .header-page__text {
    margin-top: 3.5rem;
    margin-left: -4.5rem;
  }
}

@media (min-width: 1200px) {
  .header-page__text {
    margin-top: 4.5rem;
    margin-left: -6.5rem;
  }
}

.header-page__title {
  color: #FAFFFD;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

@media (min-width: 584px) {
  .header-page__title {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .header-page__title {
    text-align: left;
    font-size: 5rem;
    max-width: 60.5rem;
  }
}

@media (min-width: 1200px) {
  .header-page__title {
    font-size: 5.5rem;
    margin-bottom: 1.6rem;
    max-width: 63rem;
  }
}

@media (min-width: 1400px) {
  .header-page__title {
    font-size: 7rem;
    margin-bottom: 2.2rem;
    max-width: 70rem;
  }
}

@media (min-width: 1600px) {
  .header-page__title {
    max-width: 75rem;
  }
}

.header-page__description {
  color: #FAFFFD;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 584px) {
  .header-page__description {
    max-width: 85%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .header-page__description {
    max-width: 80%;
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .header-page__description {
    text-align: left;
    margin: 0;
    max-width: 60.5rem;
  }
}

@media (min-width: 1200px) {
  .header-page__description {
    max-width: 63rem;
    font-size: 2rem;
  }
}

@media (min-width: 1600px) {
  .header-page__description {
    font-size: 2.2rem;
    max-width: 67rem;
  }
}

.header-page__graphic {
  max-width: 15rem;
  margin: 0 auto;
}

@media (min-width: 400px) {
  .header-page__graphic {
    max-width: 19rem;
  }
}

@media (min-width: 992px) {
  .header-page__graphic {
    max-width: 22rem;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .header-page__graphic {
    max-width: 24rem;
  }
}

.header-page__graphic img {
  mask-size: 1.2rem 1.2rem;
  mask-image: radial-gradient(black 0.1rem, transparent 0.1rem);
  mask-position: 0rem 0rem;
  animation-name: serviceHeroMask;
  animation-iteration-count: infinite;
  animation-duration: 1.25s;
  animation-timing-function: linear;
  width: 100%;
}

@keyframes serviceHeroMask {
  from {
    mask-position: 0rem 0rem;
  }
  to {
    mask-position: 1.2rem 0rem;
  }
}

/**
 * Component: Breadcrumbs
 */
.breadcrumbs {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #17252A;
  font-weight: 500;
}

.breadcrumbs a {
  text-decoration: underline;
  transition: color 0.2s ease;
  color: #17252A;
}

.breadcrumbs a:hover {
  color: #00A19A;
}

.breadcrumbs span[property="itemListElement"] {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.breadcrumbs span[property="itemListElement"]:first-child {
  margin-left: 0;
}

.breadcrumbs span[property="itemListElement"]:last-child {
  margin-right: 0;
}

@media (min-width: 584px) {
  .breadcrumbs {
    margin-bottom: 3.5rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .breadcrumbs {
    margin-bottom: 4.5rem;
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .breadcrumbs {
    margin-bottom: 5.5rem;
  }
}

/**
 * Component: Post Header
 */
.header-post {
  overflow: hidden;
}

.header-post__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem 0 1rem 0;
}

@media (min-width: 584px) {
  .header-post__content {
    padding: 4rem 0;
  }
}

@media (min-width: 768px) {
  .header-post__content {
    position: relative;
  }
}

@media (min-width: 1400px) {
  .header-post__content {
    padding: 6rem 0;
  }
}

.header-post__upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
}

@media (min-width: 400px) {
  .header-post__upper {
    margin-bottom: 8rem;
  }
}

@media (min-width: 992px) {
  .header-post__upper {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .header-post__upper {
    flex-direction: row;
    margin-bottom: 10rem;
  }
}

@media (min-width: 1400px) {
  .header-post__upper {
    margin-bottom: 12rem;
  }
}

@media (min-width: 1600px) {
  .header-post__upper {
    margin-bottom: 18rem;
  }
}

.header-post__logo {
  text-align: center;
  position: relative;
}

.header-post__logo .site-logo {
  margin: 0 auto;
  width: 20rem;
}

@media (min-width: 400px) {
  .header-post__logo .site-logo {
    width: 24rem;
  }
}

@media (min-width: 584px) {
  .header-post__logo .site-logo {
    width: 27rem;
  }
}

@media (min-width: 992px) {
  .header-post__logo {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .header-post__logo {
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .header-post__logo .site-logo {
    width: 32rem;
  }
}

.header-post__primary-nav {
  display: none;
}

@media (min-width: 992px) {
  .header-post__primary-nav {
    display: block;
    flex: 1;
  }
}

@media (min-width: 1200px) {
  .header-post__primary-nav {
    margin-left: 2rem;
    max-width: 76rem;
  }
}

@media (min-width: 1400px) {
  .header-post__primary-nav {
    max-width: 92.6rem;
  }
}

@media (min-width: 1600px) {
  .header-post__primary-nav {
    max-width: 100rem;
  }
}

.header-post__toggle {
  text-align: right;
  display: block;
  z-index: 25;
  position: relative;
}

@media (min-width: 992px) {
  .header-post__toggle {
    display: none;
  }
}

.header-post__mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 8rem;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: #17252A;
  background-image: url("/content/themes/latitude53/assets/imgs/topography-mobile-menu.svg");
  background-position: center center;
}

@media (min-width: 1200px) {
  .header-post__mobile {
    display: none;
  }
}

.header-post__mobile.open {
  display: block;
}

@media (min-width: 992px) {
  .header-post__mobile.open {
    display: none;
  }
}

.header-post__main-wrapper {
  margin-bottom: 7rem;
}

@media (min-width: 400px) {
  .header-post__main-wrapper {
    margin-bottom: 8rem;
  }
}

@media (min-width: 1200px) {
  .header-post__main-wrapper {
    width: 90%;
    max-width: 96.8rem;
    margin: 0 auto 10rem auto;
  }
}

@media (min-width: 1400px) {
  .header-post__main-wrapper {
    margin-bottom: 12rem;
  }
}

@media (min-width: 1600px) {
  .header-post__main-wrapper {
    margin-bottom: 18rem;
  }
}

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

@media (min-width: 1200px) {
  .header-post__main {
    text-align: left;
  }
}

.header-post__text {
  position: relative;
  z-index: 3;
}

.header-post__title {
  color: #FAFFFD;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

@media (min-width: 584px) {
  .header-post__title {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .header-post__title {
    font-size: 4.5rem;
    max-width: 60.5rem;
    margin: 0 auto 1.6rem auto;
  }
}

@media (min-width: 1200px) {
  .header-post__title {
    text-align: left;
    margin: 0 0 1.6rem 0;
    max-width: 63rem;
    line-height: 1.3;
  }
}

@media (min-width: 1400px) {
  .header-post__title {
    font-size: 4.8rem;
    margin-bottom: 2.2rem;
    max-width: 70rem;
  }
}

@media (min-width: 1600px) {
  .header-post__title {
    max-width: 80rem;
    font-size: 5rem;
  }
}

.header-post__description {
  color: #FAFFFD;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 584px) {
  .header-post__description {
    max-width: 85%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .header-post__description {
    max-width: 80%;
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .header-post__description {
    max-width: 60.5rem;
  }
}

@media (min-width: 1200px) {
  .header-post__description {
    text-align: left;
    margin: 0;
    max-width: 63rem;
    font-size: 2rem;
  }
}

@media (min-width: 1600px) {
  .header-post__description {
    font-size: 2.2rem;
    max-width: 67rem;
  }
}

.header-post__tag {
  border: 0.2rem solid #FAFFFD;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #FAFFFD;
  display: inline-block;
  margin-bottom: 1.6rem;
}

@media (min-width: 584px) {
  .header-post__tag {
    font-size: 1.6rem;
    padding: 0.8rem 1.2rem;
  }
}

@media (min-width: 768px) {
  .header-post__tag {
    padding: 0.8rem 1.6rem;
  }
}

@media (min-width: 992px) {
  .header-post__tag {
    padding: 0.8rem 1.2rem;
  }
}

@media (min-width: 1200px) {
  .header-post__tag {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1400px) {
  .header-post__tag {
    padding: 0.8rem 1.6rem;
  }
}

.header-post--case-study .header-post__main-wrapper {
  position: relative;
}

.header-post--case-study .header-post__main-wrapper:before {
  content: '';
  display: block;
  width: 127%;
  height: 45rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("/content/themes/latitude53/assets/imgs/case-study-post-header-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 584px) {
  .header-post--case-study .header-post__main-wrapper:before {
    left: -14rem;
  }
}

@media (min-width: 992px) {
  .header-post--case-study .header-post__main-wrapper:before {
    left: -4rem;
    width: 112%;
  }
}

@media (min-width: 1200px) {
  .header-post--case-study .header-post__main-wrapper:before {
    left: -12rem;
    width: 127%;
  }
}

@media (min-width: 1400px) {
  .header-post--case-study .header-post__main-wrapper:before {
    padding-bottom: 5rem;
  }
}

.header-post--blog .header-post__main-wrapper {
  position: relative;
}

.header-post--blog .header-post__main-wrapper:before {
  content: '';
  display: block;
  width: 36rem;
  height: 33rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  background-image: url("/content/themes/latitude53/assets/imgs/blog-post-header-background.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 400px) {
  .header-post--blog .header-post__main-wrapper:before {
    left: 20%;
  }
}

@media (min-width: 584px) {
  .header-post--blog .header-post__main-wrapper:before {
    left: 27%;
  }
}

@media (min-width: 768px) {
  .header-post--blog .header-post__main-wrapper:before {
    left: 32%;
  }
}

@media (min-width: 992px) {
  .header-post--blog .header-post__main-wrapper:before {
    left: 35%;
  }
}

@media (min-width: 1200px) {
  .header-post--blog .header-post__main-wrapper:before {
    left: -4rem;
    width: 36rem;
    height: 38rem;
  }
}

@media (min-width: 1400px) {
  .header-post--blog .header-post__main-wrapper:before {
    left: -8rem;
  }
}

@media (min-width: 1600px) {
  .header-post--blog .header-post__main-wrapper:before {
    left: -15rem;
  }
}

/**
 * Component: Contact Box
 */
.contact-box {
  background-color: #2C393D;
  color: #FAFFFD;
  border-radius: 2.6rem;
  padding: 3rem;
  height: 100%;
}

@media (min-width: 768px) {
  .contact-box {
    padding: 3.5rem;
  }
}

@media (min-width: 1400px) {
  .contact-box {
    padding: 5rem;
  }
}

.contact-box__heading {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .contact-box__heading {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .contact-box__heading {
    font-size: 3.3rem;
  }
}

.contact-box__row {
  margin-bottom: 1.6rem;
}

.contact-box__row:last-child {
  margin-bottom: 0;
}

/**
 * Component: Contact Boxes
 */
.contact-boxes {
  margin-bottom: 3rem;
  display: grid;
  gap: 3rem;
}

@media (min-width: 768px) {
  .contact-boxes {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
  }
}

/**
 * Component: Contact Form
 */
.contact-form {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 10rem center;
  padding-bottom: 6rem;
}

.contact-form input, .contact-form select {
  max-width: 39rem;
}

.contact-form textarea {
  max-width: 60rem;
}

.contact-form:has(div.gform_confirmation_message) {
  background-image: none !important;
}

.contact-form__heading {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .contact-form__heading {
    font-size: 3rem;
  }
}

@media (min-width: 1400px) {
  .contact-form__heading {
    font-size: 3.3rem;
  }
}

.contact-form__inner {
  background-color: #17252A;
  color: #FAFFFD;
  border-radius: 2.6rem;
  border: 0.2rem solid #00A19A;
  padding: 2.5rem;
  max-width: 94rem;
  margin: 0 auto;
}

@media (min-width: 400px) {
  .contact-form__inner {
    padding: 3rem;
  }
}

@media (min-width: 768px) {
  .contact-form__inner {
    padding: 3.5rem;
  }
}

@media (min-width: 1400px) {
  .contact-form__inner {
    padding: 5rem;
  }
}

/**
 * Component: Power BI Wrapper
 */
.power-bi-wrapper iframe {
  width: 100%;
}
