@charset "UTF-8";

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.center-y {
  top: 50%;
  transform: translateY(-50%);
}

.center-x {
  left: 50%;
  transform: translateX(-50%);
}

.center-xy {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.m-0{
  margin: 0px;
}

.\!mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.\!my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mt-3{
  margin-top: 0.75rem !important;
}

.-mt-20{
  margin-top: -5rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.\!block{
  display: block !important;
}

.block{
  display: block;
}

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

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.\!h-\[50px\]{
  height: 50px !important;
}

.h-\[240px\]{
  height: 240px;
}

.h-\[57px\]{
  height: 57px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.\!w-\[50px\]{
  width: 50px !important;
}

.w-full{
  width: 100%;
}

.\!max-w-\[210px\]{
  max-width: 210px !important;
}

.max-w-1000{
  max-width: 1000px;
}

.max-w-1050{
  max-width: 1050px;
}

.max-w-1100{
  max-width: 1100px;
}

.max-w-1150{
  max-width: 1150px;
}

.max-w-1200{
  max-width: 1200px;
}

.max-w-1250{
  max-width: 1250px;
}

.max-w-1300{
  max-width: 1300px;
}

.max-w-1350{
  max-width: 1350px;
}

.max-w-1400{
  max-width: 1400px;
}

.max-w-1450{
  max-width: 1450px;
}

.max-w-250{
  max-width: 250px;
}

.max-w-300{
  max-width: 300px;
}

.max-w-350{
  max-width: 350px;
}

.max-w-400{
  max-width: 400px;
}

.max-w-450{
  max-width: 450px;
}

.max-w-50{
  max-width: 50px;
}

.max-w-500{
  max-width: 500px;
}

.max-w-550{
  max-width: 550px;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-600{
  max-width: 600px;
}

.max-w-650{
  max-width: 650px;
}

.max-w-700{
  max-width: 700px;
}

.max-w-850{
  max-width: 850px;
}

.max-w-900{
  max-width: 900px;
}

.max-w-950{
  max-width: 950px;
}

.max-w-\[211px\]{
  max-width: 211px;
}

.max-w-\[270px\]{
  max-width: 270px;
}

.max-w-\[285px\]{
  max-width: 285px;
}

.max-w-\[320px\]{
  max-width: 320px;
}

.max-w-\[385px\]{
  max-width: 385px;
}

.max-w-\[388px\]{
  max-width: 388px;
}

.max-w-\[425px\]{
  max-width: 425px;
}

.max-w-\[52px\]{
  max-width: 52px;
}

.max-w-\[66px\]{
  max-width: 66px;
}

.max-w-750{
  max-width: 750px;
}

.max-w-800{
  max-width: 800px;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.columns-2{
  -moz-columns: 2;
       columns: 2;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-9{
  gap: 2.25rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11{
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.self-stretch{
  align-self: stretch;
}

.\!rounded-full{
  border-radius: 9999px !important;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-10{
  border-radius: 10px;
}

.rounded-14{
  border-radius: 14px;
}

.rounded-16{
  border-radius: 16px;
}

.rounded-20{
  border-radius: 20px;
}

.rounded-24{
  border-radius: 24px;
}

.rounded-30{
  border-radius: 30px;
}

.rounded-6{
  border-radius: 6px;
}

.rounded-8{
  border-radius: 8px;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-none{
  border-style: none;
}

.border-black{
  border-color: var(--color-site-black);
}

.border-blue{
  border-color: var(--color-tertiary);
}

.border-white{
  border-color: var(--color-site-white);
}

.border-yellow{
  border-color: var(--color-secondary);
}

.border-b-\[\#d5d5d5\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}

.bg-black{
  background-color: var(--color-site-black);
}

.bg-blue{
  background-color: var(--color-tertiary);
}

.bg-darkblue{
  background-color: var(--color-tertiary);
}

.bg-grey{
  background-color: var(--color-site-grey);
}

.bg-lightblue{
  background-color: var(--color-primary);
}

.bg-primary{
  background-color: var(--color-primary);
}

.bg-white{
  background-color: var(--color-site-white);
}

.bg-yellow{
  background-color: var(--color-secondary);
}

.bg-none{
  background-image: none;
}

.\!p-0{
  padding: 0px !important;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-12{
  padding: 3rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-40{
  padding-top: 10rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-9{
  padding-top: 2.25rem;
}

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

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

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

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.\!text-18{
  font-size: 18px !important;
}

.text-10{
  font-size: 10px;
}

.text-12{
  font-size: 12px;
}

.text-16{
  font-size: 16px;
}

.text-18{
  font-size: 18px;
}

.text-20{
  font-size: 20px;
}

.text-24{
  font-size: 24px;
}

.text-32{
  font-size: 32px;
}

.\!font-black{
  font-weight: 900 !important;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lining-nums{
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-normal{
  line-height: 1.5;
}

.text-black{
  color: var(--color-site-black);
}

.text-blue{
  color: var(--color-tertiary);
}

.text-darkblue{
  color: var(--color-tertiary);
}

.text-white{
  color: var(--color-site-white);
}

.\!no-underline{
  text-decoration-line: none !important;
}

.outline{
  outline-style: solid;
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia{
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide{
  margin: 2rem 0;
  max-width: undefined !important;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter{
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 640px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption{
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text{
  font-size: 10px;
  color: #718096;
}

:root {
  --color-primary: #004483;
  --color-secondary: #fed324;
  --color-tertiary: #0e2547;
  --color-site-black: #10192f;
  --color-site-grey: #f6f6f6;
  --color-site-white: #ffffff;
  --color-black: #000000;
  --color-grey: #cccccc;
  --color-white: #ffffff;
  --color-smoke: #f6f6f6;
  --filter-color-primary: brightness(0) saturate(100%) invert(18%) sepia(22%) saturate(7342%) hue-rotate(190deg) brightness(94%) contrast(103%);
  --filter-color-blue: brightness(0) saturate(100%) invert(18%) sepia(22%) saturate(7342%) hue-rotate(190deg) brightness(94%) contrast(103%);
  --filter-color-secondary: brightness(0) saturate(100%) invert(84%) sepia(31%) saturate(4799%) hue-rotate(0deg) brightness(104%) contrast(103%);
  --filter-color-yellow: brightness(0) saturate(100%) invert(84%) sepia(31%) saturate(4799%) hue-rotate(0deg) brightness(104%) contrast(103%);
  --filter-color-site-black: brightness(0) saturate(100%) invert(7%) sepia(36%) saturate(1684%) hue-rotate(194deg) brightness(97%) contrast(96%);
  --filter-color-site-grey: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(4427%) hue-rotate(330deg) brightness(118%) contrast(86%);
  --filter-color-site-white: brightness(0) saturate(100%) invert(100%);
  --filter-color-black: brightness(0) saturate(100%);
  --filter-color-white: brightness(0) saturate(100%) invert(100%);
  --filter-color-grey: brightness(0) saturate(100%) invert(100%) sepia(92%) saturate(44%) hue-rotate(310deg) brightness(112%) contrast(93%);
}

/* purgecss start ignore */

/*** Variables ***/

/*** Structure ***/

body {
  margin: 0;
}

/*** Typography ***/

* {
  font-variant-numeric: lining-nums !important;
}

::-moz-placeholder {
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-site-black);
  line-height: 140%;
}

::placeholder,
div,
input,
li,
p,
span,
ul {
  font-family: "soleil", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-site-black);
  line-height: 140%;
}

p {
  margin-bottom: 16px;
}

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

span {
  font-weight: inherit;
  color: inherit;
}

::-moz-placeholder {
  font-family: rustica, serif;
}

::placeholder {
  font-family: rustica, serif;
}

a {
  font-weight: 400;
  text-decoration: none;
  color: var(--color-primary);
}

a:hover {
  color: var(--color-tertiary);
}

/* Read More link on WPBR reviews: */

.wpbr-review__omission {
  color: var(--color-tertiary) !important;
}

.merel, ul#primary-menu li a {
  font-family: "merel", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-family: "merel", sans-serif;
  position: relative;
  color: var(--color-tertiary);
  font-weight: 900 !important;
  line-height: 120%;
  margin-top: 0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-size: inherit;
}

h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white {
  color: white;
}

.hero-top-text {
  font-size: 40px;
  color: white;
}

.hero-bottom-text {
  font-size: 24px;
  font-weight: 700 !important;
  color: white;
}

h1, .h1 {
  font-size: 24px;
}

h2, .h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

h3, .h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

h4, .h4 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: normal;
}

h5, .h5 {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 120%;
  color: var(--color-site-black);
  font-weight: normal;
}

.sub-title {
  font-size: 24px !important;
}

.filter-black {
  filter: var(--filter-color-site-black);
}

.filter-white {
  filter: var(--filter-color-white);
}

.filter-true-black {
  filter: var(--filter-color-black);
}

.filter-blue {
  filter: var(--filter-color-blue);
}

.filter-yellow {
  filter: var(--filter-color-yellow);
}

strong {
  font-weight: bold;
}

.text-18 p {
  font-size: 18px;
}

.text-24 p,
.text-24 span,
.laptop\:text-24 p,
.laptop\:text-24 span {
  font-size: 24px;
}

.text-32 p,
.text-32 span,
.laptop\:text-32 p,
.laptop\:text-32 span {
  font-size: 32px;
}

.text-16 p,
.laptop\:text-16 p {
  font-size: 16px;
}

.leading-normal p {
  line-height: 1.5;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium span,
.font-medium p {
  font-weight: 500;
}

.text-20 p {
  font-size: 20px;
  line-height: 28px;
}

.text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white span, .text-white a, .text-white li, .text-white div {
  color: white;
}

.text-black h2,
.text-black h3,
.text-black li,
.text-black span,
.text-black p {
  color: var(--color-site-black);
}

.text-10 div, .text-10 span {
  font-size: 10px;
}

.leading-0 {
  line-height: 0;
}

/*** Universal ***/

*,
::before,
::after {
  box-sizing: border-box;
}

.frm_fields_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.frm_fields_container input, .frm_fields_container textarea, .frm_fields_container select {
  background-color: var(--color-site-white) !important;
  border: 1px solid var(--color-tertiary) !important;
  border-radius: 4px;
  margin-bottom: 8px;
  color: var(--color-tertiary) !important;
  font-weight: 900;
}

.frm_fields_container input::-moz-placeholder, .frm_fields_container textarea::-moz-placeholder, .frm_fields_container select::-moz-placeholder {
  color: var(--color-tertiary) !important;
}

.frm_fields_container input::placeholder, .frm_fields_container textarea::placeholder, .frm_fields_container select::placeholder {
  color: var(--color-tertiary) !important;
}

.frm_fields_container input option, .frm_fields_container textarea option, .frm_fields_container select option {
  font-weight: bold;
}

.frm_fields_container .frm_submit {
  margin: 8px auto 0;
}

.frm_fields_container .frm_submit button {
  border: none;
  cursor: pointer;
}

.frm_fields_container .frm6 {
  max-width: 48%;
}

.frm_error_style {
  color: var(--color-site-black);
  font-size: 12px;
  margin-bottom: 8px;
}

.frm_error {
  margin-top: -5px;
  margin-bottom: 12px;
  color: red;
}

.frm_form_field {
  flex: 1 100%;
  margin-bottom: 9px;
}

.frm_form_field.frm_half {
  flex: 1 50%;
  max-width: 49%;
}

legend {
  display: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

div,
section {
  position: relative;
}

* {
  transition: background 0.4s, color 0.4s, border-color 0.4s, filter 0.4s, opacity 0.4s, max-width 0.4s, max-height 0.4s, border 0.4s, padding 0.4s;
}

*:focus {
  outline: none;
}

img.iconImage {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.btn, .frm_fields_container .frm_submit button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 22px;
  margin-left: 7px;
  text-align: center;
  line-height: 100%;
  transition: all 0.4s;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  border: 1px solid transparent;
  text-transform: uppercase;
  border-radius: 500px;
}

.btn.mt-0, .frm_fields_container .frm_submit button.mt-0 {
  margin-top: 0;
}

.btn img.iconImage, .frm_fields_container .frm_submit button img.iconImage {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  max-height: 14px;
}

.btn.bigBtn, .frm_fields_container .frm_submit button.bigBtn {
  font-size: 20px;
}

.btn.yellowBtn, .frm_fields_container .frm_submit button {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-tertiary);
}

.btn.yellowBtn:hover, .frm_fields_container .frm_submit button:hover {
  background: var(--color-tertiary);
  border-color: var(--color-tertiary);
  color: var(--color-site-white);
}

.btn.yellowBtn.whiteHover:hover, .frm_fields_container .frm_submit button.whiteHover:hover {
  background: var(--color-site-white);
  border-color: var(--color-site-white);
  color: var(--color-tertiary);
}

.btn.blueBtn, .frm_fields_container .frm_submit button.blueBtn {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-site-white);
}

.btn.blueBtn:hover, .frm_fields_container .frm_submit button.blueBtn:hover {
  background: var(--color-site-white);
  color: var(--color-primary);
}

.line {
  padding-bottom: 8px;
  margin-bottom: 10px;
  position: relative;
}

.line.left-line:after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  bottom: 0;
  position: absolute;
  background: var(--color-secondary);
}

.line.center-line:after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: var(--color-secondary);
}

.ghostBtn:hover {
  background: white;
  color: var(--color-tertiary);
}

.rounded-6 {
  border-radius: 6px;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-14 {
  border-radius: 14px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-24 {
  border-radius: 24px;
}

.img-rounded-20 img {
  border-radius: 10px;
}

.img-box-shadow img {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overlay.hero-overlay {
  background-color: rgba(0, 68, 131, 0.75);
}

.overlay.home-service-area-overlay {
  background-color: rgba(16, 25, 47, 0.4);
}

.hoverIcon,
.passiveIcon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hoverIcon {
  z-index: 2;
  opacity: 0 !important;
}

.hoverSet:hover .hoverIcon,
.hoverSetOuterContainer:hover .hoverIcon {
  opacity: 1 !important;
}

.hoverSet.iconImages {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.flexHalf {
  flex: 1 50%;
}

.flexThird {
  flex: 1 33%;
}

.flexFull {
  flex: 1 100%;
}

ul {
  list-style: disc;
  padding-left: 25px;
  margin: 10px 0;
  list-style: url("/wp-content/uploads/bullet_diamond_blue.svg");
}

ul li {
  margin-bottom: 16px;
}

form input,
form select {
  height: 40px !important;
}

form input,
form select,
form textarea {
  background-color: var(--color-site-white);
  border: 1px solid var(--color-site-black) !important;
  border-radius: 0;
  padding: 8px 10px 4px;
  width: 100%;
}

form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: var(--color-site-black) !important;
}

form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: var(--color-site-black) !important;
}

form label {
  display: block;
  text-align: left;
}

form .frm_verify {
  display: none;
}

.labelHide label {
  display: none !important;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

.se-widget-button {
  cursor: pointer;
}

.center-x {
  left: 50%;
  transform: translateX(-50%);
}

.center-y, .content-overlay-section .content-overlay-content {
  top: 50%;
  transform: translateY(-50%);
}

.center-xy {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordionItem {
  margin-bottom: 16px;
}

.accordionItem .accordionTitle {
  cursor: pointer;
  line-height: 130%;
  background: #eeeeee;
  color: var(--color-tertiary);
  padding: 17px 42px 17px 15px;
  border-radius: 12px;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.accordionItem .accordionTitle:after {
  content: url(/wp-content/uploads/minus_blue.svg);
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}

.accordionItem .accordionTitle:before {
  content: url(/wp-content/uploads/minus_blue.svg);
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}

.accordionItem .accordionContent {
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
  overflow: hidden;
}

.accordionItem .accordionContent p:first-of-type {
  margin-top: 0;
}

.accordionItem.active .accordionTitle:after {
  transform: rotate(180deg);
}

.accordionItem.active .accordionContent {
  max-height: 1000px;
  opacity: 1;
  padding: 10px 20px;
}

.bg-none {
  background: none !important;
}

img {
  max-width: 100%;
}

.border-top-6px {
  border-top: 6px solid var(--color-tertiary);
}

.border-b-solid {
  border-bottom-style: solid;
}

.border-t-solid {
  border-top-style: solid;
}

.border-l-solid {
  border-left-style: solid;
}

.border-r-solid {
  border-right-style: solid;
}

.columns-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.glide ul.glide__slides {
  align-items: center;
}

.glide .carousel-item {
  padding-top: 35px;
  align-self: stretch;
  height: auto;
}

.glide .carousel-item .carousel-item-inner {
  height: 100%;
  border-radius: 6px;
}

@media screen and (min-width: 1000px) {
  .glide .carousel-item .carousel-item-inner h2.carousel-item-title {
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.glide .glide__arrows {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.glide .glide__arrows button {
  box-shadow: none;
  background: none;
}

.social-icons-container {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.social-icons-container .social-media-account {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
}

.social-icons-container .social-media-account img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.social-icons-container .social-media-account img.passive-icon {
  opacity: 1;
}

.social-icons-container .social-media-account:hover .passive-icon {
  opacity: 0;
}

div .less {
  display: none;
}

div.active .more {
  display: none;
}

div.active .less {
  display: inline-flex;
}

.first-p-mt-0 p:first-of-type {
  margin-top: 0;
}

.blue-bg {
  background: url("/wp-content/uploads/blue_sunburst.svg") center/cover;
}

.bottom-half-grey:after {
  content: "";
  position: absolute;
  background: var(--color-site-grey);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

/*** Universal Sections ***/

.schema-accordions {
  background: #0E2547;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 32px;
}

.schema-accordions h2 {
  color: white;
  text-align: center;
}

.wpsp-faq-questions {
  background: white;
  border-radius: 15px;
}

.wpsp-faq-content {
  background: white;
  border-radius: 15px;
  margin-top: 10px;
}

.wpsp-faq-item {
  background-color: #0E2547 !important;
  border: none !important;
}

.wpsp-faq-questions-button {
  flex-direction: row-reverse !important;
}

/* Hero */

.hero .hero-content {
  padding-top: 220px;
  padding-bottom: 115px;
}

.hero .hero-content .hero-content-inner {
  max-width: 685px;
  background-color: rgba(16, 25, 47, 0.83);
  padding: 48px 72px;
}

.hero .hero-content .hero-content-inner h1, .hero .hero-content .hero-content-inner h2 {
  line-height: 52px;
}

.hero .btn:hover, .hero .frm_fields_container .frm_submit button:hover, .frm_fields_container .frm_submit .hero button:hover {
  background: var(--color-site-white);
  border-color: var(--color-site-white);
  color: var(--color-tertiary);
}

/* Service Area */

.sa-right .btn:hover, .sa-right .frm_fields_container .frm_submit button:hover, .frm_fields_container .frm_submit .sa-right button:hover {
  background: var(--color-site-white);
  border-color: var(--color-site-white);
  color: var(--color-tertiary);
}

.sa-items .sa-reset {
  display: none;
}

.sa-items .sa-reset img {
  max-width: 6px;
  margin-right: 10px;
}

.sa-items ul {
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
}

.sa-items ul li {
  display: block;
  position: relative;
}

.sa-items ul li.menu-item-has-children .sub-menu {
  display: none !important;
}

.sa-items ul.active {
  display: block;
  -moz-column-count: unset;
       column-count: unset;
}

.sa-items ul.active > li {
  display: none !important;
  border: none;
}

.sa-items ul.active > li.active-sa-menu {
  display: block !important;
}

.sa-items ul.active > li.active-sa-menu .sub-menu {
  margin-top: 26px;
  display: block !important;
  margin-bottom: -26px;
  -moz-column-count: unset;
       column-count: unset;
}

.sa-items ul.active > li.active-sa-menu .sub-menu li {
  display: inline-block;
  padding-left: 0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.sa-items ul.active > li.active-sa-menu .sub-menu li a {
  display: inline-block !important;
  margin: 0 20px 0px 0;
  padding: 0;
}

.sa-items ul.active > li.active-sa-menu.active-sa-menu > a {
  display: none !important;
}

.sa-items ul.active > li.active-sa-menu.active-sa-menu:before {
  display: none;
}

.sa-items ul.active > li.active-sa-menu.active-sa-menu a:after {
  display: none !important;
}

.sa-items.active-sa-container .sa-reset {
  display: block !important;
}

/*** Content Overlay Section ***/

.content-overlay-section {
  height: 500px;
}

.content-overlay-section .content-overlay-content {
  position: absolute;
  max-width: 560px;
  width: 100%;
  height: 570px;
  background: var(--color-site-black);
  color: white;
  margin-left: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-overlay-section .content-overlay-content .content-overlay-content-inner {
  max-width: 385px;
  width: 100%;
  margin: 0 auto;
}

.content-overlay-section .content-overlay-content .content-overlay-content-inner h2, .content-overlay-section .content-overlay-content .content-overlay-content-inner p {
  color: white;
}

.content-overlay-section.services-list .content-overlay-content-inner {
  max-width: 430px;
}

/* Hiring */

.hiring-black-bg .hiring-left {
  background: var(--color-site-black);
}

.hiring-section h2 {
  font-size: 32px !important;
}

/* Testimonials */

.testimonials-section .testimonials-bg {
  opacity: 0.37;
}

.testimonials-section .btn:hover, .testimonials-section .frm_fields_container .frm_submit button:hover, .frm_fields_container .frm_submit .testimonials-section button:hover {
  background: var(--color-site-white);
  border-color: var(--color-site-white);
  color: var(--color-tertiary);
}

/*** Glide ***/

.glide__bullets {
  margin: 0 0 20px;
}

.glide__bullets .glide__bullet {
  background: var(--color-tertiary);
  border: none !important;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
}

.glide__bullets .glide__bullet.glide__bullet--active {
  background: var(--color-secondary);
}

.glide__arrows {
  width: 200px;
  max-width: 115px;
}

.glide__arrows .glide__arrow {
  padding: 0;
  border: none;
}

/*** Hero ***/

/*** Header ***/

header#masthead {
  position: fixed;
  width: 100%;
  z-index: 99;
}

header#masthead .headerLogo {
  line-height: 0;
}

header#masthead .headerLogo img {
  max-width: 230px;
}

header#masthead .headerLogo .stickyLogo {
  display: none;
}

header#masthead .header-top {
  padding: 8px 10px 8px 0;
}

header#masthead .header-top .header-call span {
  color: var(--color-secondary);
}

header#masthead.customSticky .stickyLogo {
  display: block;
}

header#masthead.customSticky .passiveLogo {
  display: none;
}

header#masthead.customSticky .header-emergency {
  color: var(--color-tertiary);
}

@media screen and (min-width: 1000px) {
  header#masthead.customSticky {
    max-width: 100%;
    background: var(--color-site-white);
  }

  header#masthead.customSticky .header-top {
    padding: 13px 14px 13px 0;
  }

  header#masthead.customSticky .header-top div {
    color: var(--color-tertiary);
  }

  header#masthead.customSticky .header-top a {
    color: var(--color-tertiary);
  }

  header#masthead.customSticky .header-top a span {
    color: var(--color-site-black) !important;
  }

  header#masthead.customSticky .header-top a:hover {
    color: var(--color-site-black);
  }

  header#masthead.customSticky .headerMain {
    padding: 6px 20px 0;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
  }

  header#masthead.customSticky .headerMain .headerMainInner {
    align-items: flex-end;
  }

  header#masthead.customSticky .headerMain .headerScheduleLink {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  header#masthead.customSticky .headerMain .headerLogo img {
    max-width: 170px;
  }

  header#masthead.customSticky .headerMain .headerRight {
    margin-left: auto;
  }

  header#masthead.customSticky .headerMain .headerRight ul#primary-menu li {
    padding: 6px 10px;
  }

  header#masthead.customSticky .headerMain .headerRight ul#primary-menu li a {
    color: var(--color-site-black);
  }

  header#masthead.customSticky .headerMain .headerRight ul#primary-menu li:hover a {
    border: 1px solid transparent;
  }

  header#masthead.customSticky .headerMain .headerRight ul#primary-menu li:hover > a {
    color: var(--color-tertiary);
  }

  header#masthead.customSticky .headerMain .headerRight ul#primary-menu li .sub-menu {
    padding-top: 0;
  }

  header#masthead.customSticky .headerMain .headerRight ul#primary-menu li .sub-menu li {
    padding: 1px 10px;
  }

  header#masthead.customSticky .headerMain .headerRight ul#primary-menu li .sub-menu li a:hover {
    color: var(--color-site-black);
  }

  header#masthead.customSticky .headerMain:after {
    content: "";
    display: block;
    background: var(--color-site-grey);
    width: 100%;
    position: absolute;
    height: 38px;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 1280px) {
  header#masthead .headerSchedule {
    display: none;
  }
}

header#masthead nav#site-navigation, header#masthead .headerCall {
  display: inline-block;
}

header#masthead:not(.customSticky) .btn:hover, header#masthead:not(.customSticky) .frm_fields_container .frm_submit button:hover, .frm_fields_container .frm_submit header#masthead:not(.customSticky) button:hover {
  background: var(--color-site-white);
  border-color: var(--color-site-white);
  color: var(--color-tertiary);
}

.headerRight {
  margin-left: auto;
}

.headerRight .header-phone span {
  color: var(--color-secondary);
}

ul#primary-menu li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 4px 10px;
}

ul#primary-menu li a {
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 15px 15px 0 0;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  color: var(--color-site-white);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 24px;
  transition: none;
  width: 100%;
}

ul#primary-menu li a:hover {
  color: var(--color-secondary);
}

@media screen and (max-width: 1350px) {
  ul#primary-menu li a {
    font-size: 14px;
  }
}

ul#primary-menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 6px 0 0 0;
  margin: 0;
}

ul#primary-menu li ul.sub-menu .sub-menu-wrap {
  background: var(--color-site-grey);
  margin: 0;
  text-align: left;
  padding: 8px 3px;
  min-width: 360px;
}

ul#primary-menu li ul.sub-menu .sub-menu-wrap li {
  display: block !important;
}

ul#primary-menu li ul.sub-menu .sub-menu-wrap li a {
  margin: 0 !important;
  padding: 6px 15px !important;
  font-weight: 700 !important;
  color: var(--color-site-black);
}

ul#primary-menu li ul.sub-menu .sub-menu-wrap li a:hover {
  font-weight: bold !important;
  color: black !important;
  padding: 6px 8px 6px 15px !important;
}

ul#primary-menu li ul.sub-menu .sub-menu-wrap .sub-menu {
  display: none !important;
}

ul#primary-menu li:nth-last-child(1) .sub-menu {
  left: unset;
  right: 0;
  border-radius: 8px 0 8px 8px;
}

ul#primary-menu li:nth-last-child(2) .sub-menu {
  left: unset;
  right: 0;
  border-radius: 8px 0 8px 8px;
}

ul#primary-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}

ul#primary-menu > li:hover > a {
  border-bottom: 2px solid var(--color-secondary);
}

ul#primary-menu > li:hover > a:after {
  background: var(--color-tertiary);
  width: calc(100% - 20px);
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}

/*** Home ***/

.home-hero .hero-inner {
  padding-top: 175px;
  padding-bottom: 185px;
}

.home-services .home-services-item .hover-icon {
  opacity: 0;
}

.home-services .home-services-item:hover .passive-icon {
  opacity: 0;
}

.home-services .home-services-item:hover .hover-icon {
  opacity: 1;
}

.home-services .home-services-item:hover h4 {
  color: white;
}

.home-services-overflow .home-services-overflow-right ul {
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
  padding: 0;
  margin-bottom: -16px;
}

.home-services-overflow .home-services-overflow-right ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
}

.home-services-overflow .home-services-overflow-right ul li:before {
  content: "";
  display: block;
  background: url("/wp-content/uploads/icon_check.svg");
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
}

.home-services-overflow .home-services-overflow-right ul li:hover a {
  font-weight: bold;
}

.home-contact .home-contact-right form label {
  display: none;
}

.home-contact .home-contact-right form input {
  border-radius: 50px;
  border: 1px solid #979797 !important;
  padding: 14px;
  height: auto !important;
}

.home-contact .home-contact-right form .frm_submit {
  max-width: 160px;
  width: 100%;
}

.home-contact .home-contact-right form .frm_submit button {
  width: 100%;
}

.guarantees-section .guarantees-list .guarantee-item .guarantee-left {
  max-width: 55px;
  width: 100%;
}

.home-service-area ul {
  -moz-column-count: 2;
       column-count: 2;
  margin-bottom: 32px;
}

.home-service-area ul li:before {
  content: "•";
  display: inline-block;
  color: var(--color-secondary);
  margin-right: 10px;
}

/*** Services Pages ***/

.services-list-inner .services-menu-list ul {
  padding: 0;
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
}

.services-list-inner .services-menu-list ul li {
  margin-bottom: 16px;
}

.services-list-inner .services-menu-list ul li a:hover {
  color: var(--color-secondary);
}

.services-list-inner .btn:hover, .services-list-inner .frm_fields_container .frm_submit button:hover, .frm_fields_container .frm_submit .services-list-inner button:hover {
  background: var(--color-site-white);
  border-color: var(--color-site-white);
  color: var(--color-tertiary);
}

.services-main-content .services-content-right .services-sidebar-item .sidebar-bot-image {
  height: 166px;
}

.services-main-content .services-content-right .services-sidebar-item .btn:hover, .services-main-content .services-content-right .services-sidebar-item .frm_fields_container .frm_submit button:hover, .frm_fields_container .frm_submit .services-main-content .services-content-right .services-sidebar-item button:hover {
  background: var(--color-site-white);
  border-color: var(--color-site-white);
  color: var(--color-tertiary);
}

@media screen and (min-width: 1024px) {
  .services-tips .tip-item:not(.glide__slide) {
    max-width: 320px;
  }

  .services-tips .tip-item:hover {
    background: var(--color-secondary);
  }
}

.services-list-inner .btn, .services-list-inner .frm_fields_container .frm_submit button, .frm_fields_container .frm_submit .services-list-inner button {
  margin-left: 0px !important;
}

/*** Community ***/

.comm-left {
  max-width: 320px !important;
}

.community-items .community-item .comm-image img {
  cursor: pointer;
}

.community-image-modals .image-modal {
  position: fixed;
  opacity: 0;
  z-index: -10;
}

.community-image-modals .image-modal.active {
  opacity: 1;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 150px;
}

.community-image-modals .image-modal.active .image-modal-inner img {
  max-width: 600px;
  max-height: 70vh;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.community-image-modals .image-modal.active .comm-image-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .community-image-modals .image-modal.active {
    padding-top: 100px;
  }
}

/*** About Page ***/

.about-intro .intro-section-inner {
  gap: 30px;
}

.about-intro .intro-section-inner .intro-left {
  max-width: 630px;
}

.about-intro .intro-section-inner .intro-right {
  max-width: 340px;
}

.community h2 {
  margin-bottom: 24px;
}

.about-hiring .about-hiring-left, .about-hiring .about-hiring-right {
  max-width: 50%;
  width: 100%;
}

/*** Contact Page ***/

@media screen and (min-width: 767px) {
  .contactTop h2 {
    font-size: 36px;
  }

  .contactTop .contactLeftTop p {
    font-size: 24px;
    margin: 0 0 10px;
  }

  .contactTop .contactLeft {
    padding-right: 20px;
  }

  .contactTop .contactRight {
    padding-left: 20px;
  }
}

.contactTop img.contactPhoneIcon {
  vertical-align: middle;
}

.contactTop .contactLocationAddress p {
  margin: 11px 0 2px;
}

.contactTop .contactLeftInner,
.contactTop .contactRightInner {
  border: 1px solid #013271;
  padding: 40px 40px;
}

.contactTop .social-icons-container {
  justify-content: flex-start;
}

.contactTop label {
  display: none;
}

.contactTop h3.frm_form_title {
  display: none;
}

.contactTop .frm_form_field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contactTop .frm_form_field h3 {
  flex: 1 100%;
}

/*** 404 Error Page ***/

.errorAnchor {
  background-color: var(--color-tertiary);
  color: var(--color-site-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  cursor: pointer;
  position: relative;
  border-radius: 14px;
  box-shadow: none;
}

.errorAnchor .errorText {
  font-size: 24px;
  line-height: 100%;
  font-weight: bold;
  color: var(--color-site-white);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

.errorAnchor:hover {
  background: var(--color-tertiary);
  color: white !important;
}

.errorAnchor:hover .errorText {
  color: White;
}

.backBtn {
  cursor: pointer;
  max-width: 300px;
  text-transform: none;
}

/*** Areas Page ***/

.locationsSidebarItems {
  -moz-column-count: 2;
       column-count: 2;
}

@media screen and (max-width: 1024px) {
  /*** Areas Template ***/

  .countyContentRight {
    max-width: 100%;
    width: 100%;
  }

  .chooseRight p:last-of-type {
    margin: 0;
  }
}

/*** Blog / Expert Tips ***/

.sidebar-cats #cats-picker {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  background-color: var(--color-site-white);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, var(--color-tertiary) 50%), linear-gradient(135deg, var(--color-tertiary) 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to right, var(--color-secondary), var(--color-secondary));
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  min-width: 100%;
  padding: 0.5em 3.5em 0.5em 1em;
}

/*** Footer ***/

footer h3 {
  color: var(--color-primary);
}

footer .footer-top .footer-col.logo-col .footer-col-inner:before, footer .footer-top .footer-col.logo-col .footer-col-inner:after {
  content: "";
  background: white;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  margin-top: -3px;
  width: 10px;
  height: 4px;
  z-index: 9;
}

footer .footer-top .footer-col.logo-col .footer-col-inner:before {
  right: 0;
  margin-right: -10px;
}

footer .footer-top .footer-col.logo-col .footer-col-inner:after {
  left: 0;
  margin-left: -10px;
}

footer .bottom-bar .wit-logo img {
  max-width: 67px;
}

/*** Media Queries ***/

@media screen and (min-width: 1024px) {
  .mobileOnly {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  /*** Structure ***/

  .desktopOnly {
    display: none !important;
  }

  .flexHalf,
  .flexThird {
    flex: 1 100%;
    padding: 0;
  }

  .hoverSet.iconImages {
    width: 13px;
    height: 13px;
    margin-right: 7px;
    vertical-align: middle;
  }

  img {
    max-width: 100%;
  }

  /*** Typography ***/

  .hero-top-text {
    font-size: 30px;
  }

  .hero-bottom-text {
    font-size: 20px;
  }

  h1, .h1 {
    font-size: 20px;
  }

  h2, .h2 {
    font-size: 26px;
  }

  h3, .h3 {
    font-size: 20px;
  }

  h4, .h4 {
    font-size: 16px;
  }

  h5, .h5 {
    font-size: 16px;
  }

  /*** Universal ***/

  .content-overlay-section {
    height: 360px;
  }

  .content-overlay-section .content-overlay-content {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    background: none;
    transform: none;
  }

  .hero .hero-content {
    padding: 125px 0 115px;
  }

  .hero .hero-content .hero-content-inner {
    background: none;
    padding: 0 16px;
  }

  .testimonials-section .testimonials-header img {
    max-width: 300px;
    margin: 0 auto;
  }

  .hiring-section p:first-of-type {
    text-align: left;
  }

  .line {
    padding-bottom: 7px;
  }

  /*** Heaer ***/

  html[lang=en-US] {
    margin: 0 !important;
  }

  div#wpadminbar {
    display: none;
  }

  header .headerLogo.logo {
    line-height: 0;
    max-width: 170px;
    margin-left: 15px;
    position: static !important;
  }

  header .headerLogo.logo * {
    line-height: 0;
  }

  header .headerLogo.logo img {
    width: 100%;
  }

  header .header-right-bottom img {
    width: 40px;
  }

  header .headerMainInner {
    padding: 8px;
  }

  header .headerMainInner ul#primary-menu li {
    display: block;
    padding: 4px 16px;
  }

  header .headerMainInner ul#primary-menu li a {
    font-size: 16px;
    padding: 4px 0;
    color: var(--color-site-white);
    font-weight: 600;
    border-bottom: none;
  }

  header .headerMainInner ul#primary-menu li a:after {
    display: none !important;
  }

  header .headerMainInner ul#primary-menu li.menu-item:last-of-type {
    line-height: 0;
  }

  header .headerMainInner ul#primary-menu li.menu-item:last-of-type a {
    border-bottom: none;
  }

  header .headerMainInner ul#primary-menu .activeMenu a {
    color: white !important;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  header .headerMainInner ul#primary-menu .activeMenu > a {
    border-bottom: 2px solid var(--color-secondary);
  }

  header .headerMainInner ul#primary-menu .activeMenu.menu-item-has-children .sub-menu {
    display: block !important;
  }

  header .headerMainInner ul#primary-menu .activeMenu .minus {
    display: block !important;
  }

  header .headerMainInner ul#primary-menu .activeMenu .plus {
    display: none;
  }

  header .headerMainInner ul#primary-menu ul.sub-menu {
    -moz-column-count: 1;
         column-count: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
    background: none;
  }

  header .headerMainInner ul#primary-menu ul.sub-menu .sub-menu-wrap {
    background: none;
  }

  header .headerMainInner ul#primary-menu ul.sub-menu .sub-menu-wrap a {
    padding-left: 35px !important;
    position: relative;
  }

  header .headerMainInner ul#primary-menu ul.sub-menu .sub-menu-wrap a:before {
    content: "";
    background: url("/wp-content/uploads/bullet_diamond_white.svg") center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

  header .headerMainInner ul#primary-menu ul.sub-menu .sub-menu-wrap a:hover {
    padding-left: 35px !important;
  }

  header .headerMainInner ul#primary-menu ul.sub-menu .sub-menu-wrap li {
    border: none !important;
    padding: 0;
  }

  header .headerMainInner ul#primary-menu .minus {
    display: none;
  }

  header .headerMainInner .activeMenu .fa-plus {
    display: none;
  }

  header .headerMainInner .activeMenu .fa-minus {
    display: block;
  }

  header .headerMainInner .menu-primary-menu-container {
    display: none;
    background: var(--color-tertiary);
    position: fixed;
    width: 100vw;
    left: 0;
    top: 81px;
    max-height: calc(100vh - 81px);
    overflow-y: scroll;
    text-align: left;
    padding-top: 20px;
  }

  header .headerMainInner .menu-primary-menu-container a {
    background: none;
  }

  header .headerMainInner .menu-primary-menu-container .btn.yellowBtn, header .headerMainInner .menu-primary-menu-container .frm_fields_container .frm_submit button, .frm_fields_container .frm_submit header .headerMainInner .menu-primary-menu-container button {
    max-width: 116px;
    margin: 18px auto 24px !important;
  }

  header .headerMainInner .menu-primary-menu-container .btn.yellowBtn a, header .headerMainInner .menu-primary-menu-container .frm_fields_container .frm_submit button a, .frm_fields_container .frm_submit header .headerMainInner .menu-primary-menu-container button a {
    color: var(--color-tertiary) !important;
    padding: 3px 0 !important;
  }

  header .headerMainInner .closeMenu {
    text-align: center;
  }

  header .headerMainInner .closeMenu a {
    font-weight: bold;
  }

  header .headerMainInner .plusMinus {
    height: 17px;
    width: 17px;
    top: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .headerMainInner .plusMinus span {
    width: 100%;
    height: 100%;
  }

  header .headerMainInner .plusMinus span img {
    width: 100%;
    height: 100%;
  }

  header .headerMainInner .plusMinus .fa-minus {
    display: none;
  }

  header .headerMainInner .menu-item-has-children .sub-menu {
    display: none !important;
  }

  header .headerMainInner .activeMenu .fa-plus {
    display: none;
  }

  header .headerMainInner .activeMenu .fa-minus {
    display: block;
  }

  header .headerMainInner .activeMenu .minus {
    display: block !important;
  }

  header .headerMainInner .activeMenu .plus {
    display: none;
  }

  header .headerMainInner .activeMenu.menu-item-has-children .sub-menu {
    display: block !important;
  }

  header.customSticky {
    background: var(--color-tertiary);
    padding-bottom: 4px;
  }

  header.customSticky .headerMainInner {
    padding: 8px 8px 12px;
    border-bottom: 1px solid var(--color-secondary);
  }

  header.customSticky .headerMainInner .headerLogo img {
    max-width: 78px !important;
  }

  header.customSticky .headerMainInner .headerRight {
    line-height: 0;
  }

  header.customSticky .headerMainInner .headerRight .menuIsOpen {
    line-height: 0;
  }

  header.customSticky .headerMainInner .menu-primary-menu-container {
    top: 70px;
    max-height: calc(100vh - 70px);
    height: 100%;
  }

  .admin-bar header#masthead {
    top: 0;
    z-index: 999999;
  }

  .toggled .menu-primary-menu-container {
    display: block !important;
  }

  .toggledMainMenu header .headerMainInner {
    background: var(--color-tertiary);
    padding: 8px;
    border-bottom: 1px solid var(--color-secondary);
  }

  .toggledMainMenu header .headerMainInner .menuIsClosed {
    display: block !important;
  }

  .toggledMainMenu header .headerMainInner .menuIsOpen {
    display: none;
  }

  .toggledMainMenu header .headerMainInner .headerLogo {
    max-width: 100px;
  }

  .menu-item-has-children .sub-menu {
    display: none !important;
  }

  li:not(.menu-item-has-children) .plusMinus {
    display: none;
  }

  .menuMobileBtn {
    margin: 0 auto !important;
    margin-bottom: 23px !important;
    padding: 0 !important;
    max-width: 120px !important;
  }

  .menuMobileBtn a {
    max-width: 120px;
    color: var(--color-tertiary) !important;
    padding: 7px !important;
    font-weight: bold !important;
  }

  /*** Home ***/

  .home-hero .hero-inner {
    padding-top: 165px;
    padding-bottom: 140px;
  }

  .home-guarantees .guarantees-left p {
    margin: 0;
    line-height: 0;
  }

  .home-guarantees .guarantees-left img {
    max-width: 36px;
  }

  .home-about .home-about-left {
    height: 300px;
  }

  .home-about .home-about-left .overlay {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }

  .home-about .home-about-right p {
    margin: 0;
  }

  .home-club h2 {
    text-align: center;
  }

  .home-club a {
    display: flex;
    margin: 16px auto 0;
    max-width: 141px;
  }

  .home-service-area ul {
    -moz-column-count: 1;
         column-count: 1;
    margin-bottom: 16px;
  }

  /*** Services ***/

  .tips-glide .glide__slides {
    align-items: stretch !important;
  }

  .sidebar-box {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .services-list .services-list-items ul {
    padding: 0;
    -moz-column-count: 2;
         column-count: 2;
    list-style: none;
  }

  .services-main .services-main-right .sidebar-blog .sidebar-blog-item a {
    text-decoration: none;
  }

  /*** Services Pages ***/

  .services-list.content-overlay-section {
    height: auto;
    padding: 0 16px;
    background: none !important;
  }

  .services-list.content-overlay-section .content-overlay-content {
    position: relative;
    margin-top: -20px;
    height: auto;
  }

  .services-list.content-overlay-section .content-overlay-img {
    height: 170px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .services-list .services-menu .menu {
    -moz-column-count: 1;
         column-count: 1;
  }

  .services-list .services-menu .menu li {
    display: none;
  }

  .services-list .services-menu .menu li:nth-of-type(1), .services-list .services-menu .menu li:nth-of-type(2), .services-list .services-menu .menu li:nth-of-type(3), .services-list .services-menu .menu li:nth-of-type(4) {
    display: block;
  }

  .services-list .services-menu .less {
    display: none;
  }

  .services-list .services-menu.active li {
    display: block;
  }

  .services-list .services-menu.active .more {
    display: none;
  }

  .services-list .services-menu.active .less {
    display: inline-flex;
  }

  .services-list .services-menu.active .angle svg {
    transform: rotate(180deg);
  }

  .services-accordion-content .accordionTitle {
    border-radius: 0;
  }

  /*** About ***/

  .about-intro .intro-section-inner {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .about-intro .intro-section-inner .intro-right {
    display: none;
  }

  .community.content-overlay-section {
    height: auto;
    padding: 0 12px;
    background: none !important;
  }

  .community.content-overlay-section .content-overlay-content {
    position: relative;
    margin-top: -20px;
    height: auto;
  }

  .community.content-overlay-section .content-overlay-img {
    height: 170px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .about-guarantees .glide__slides {
    align-items: flex-start !important;
  }

  .about-guarantees .glide__slides .guarantee-item-inner img {
    max-width: 36px;
  }

  .about-hiring .about-hiring-right {
    max-width: 100%;
  }

  /*** Contact ***/

  .contactTop {
    flex-wrap: wrap;
  }

  .contactTop .contactLeft {
    order: 2;
  }

  .contactTop .contactLocations {
    flex-wrap: wrap;
  }

  .contactTop .social-link {
    max-width: 34px;
    max-height: 34px;
  }

  .contactTop a.social_media-item {
    margin: 0 13px 0 0 !important;
  }

  .contactTop a.social_media-item:last-of-type {
    margin: 0 !important;
  }

  .contactTop .contactRightInner {
    margin-bottom: 20px;
  }

  .contactTop .contactLeftInner,
  .contactTop .contactRightInner {
    padding: 25px 20px;
  }

  .contactTop h2 {
    margin-bottom: 10px;
  }

  .contactTop .contactLeftTop p {
    margin: 0 0 10px 0;
  }

  .frm_form_field.frm_half {
    flex: 1 100%;
    max-width: 100%;
  }

  /*** 404 Error Page ***/

  .errorLink .errorAnchor {
    margin-bottom: 16px;
    max-width: 100%;
    width: 100%;
  }

  .active .errorAnchor {
    display: flex;
  }

  /*** Footer ***/

  footer .footer-top .footer-col.logo-col {
    max-width: 260px;
    margin-top: 0;
  }
}

/* purgecss end ignore */

@media (min-width: 1024px){
  .laptop\:center-xy {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last-of-type\:mb-0:last-of-type{
  margin-bottom: 0px;
}

.hover\:bg-lightblue:hover{
  background-color: var(--color-primary);
}

.hover\:text-white:hover{
  color: var(--color-site-white);
}

.hover\:text-yellow:hover{
  color: var(--color-secondary);
}

@media (min-width: 1024px){
  .laptop\:absolute{
    position: absolute;
  }

  .laptop\:order-2{
    order: 2;
  }

  .laptop\:m-8{
    margin: 2rem;
  }

  .laptop\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .laptop\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .laptop\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .laptop\:-mt-16{
    margin-top: -4rem;
  }

  .laptop\:-mt-20{
    margin-top: -5rem;
  }

  .laptop\:mb-0{
    margin-bottom: 0px;
  }

  .laptop\:mb-10{
    margin-bottom: 2.5rem;
  }

  .laptop\:mb-16{
    margin-bottom: 4rem;
  }

  .laptop\:mb-20{
    margin-bottom: 5rem;
  }

  .laptop\:mb-28{
    margin-bottom: 7rem;
  }

  .laptop\:mb-6{
    margin-bottom: 1.5rem;
  }

  .laptop\:ml-auto{
    margin-left: auto;
  }

  .laptop\:mt-0{
    margin-top: 0px;
  }

  .laptop\:mt-10{
    margin-top: 2.5rem;
  }

  .laptop\:mt-12{
    margin-top: 3rem;
  }

  .laptop\:mt-16{
    margin-top: 4rem;
  }

  .laptop\:mt-28{
    margin-top: 7rem;
  }

  .laptop\:mt-6{
    margin-top: 1.5rem;
  }

  .laptop\:flex{
    display: flex;
  }

  .laptop\:grid{
    display: grid;
  }

  .laptop\:max-w-\[215px\]{
    max-width: 215px;
  }

  .laptop\:max-w-\[410px\]{
    max-width: 410px;
  }

  .laptop\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .laptop\:gap-10{
    gap: 2.5rem;
  }

  .laptop\:gap-16{
    gap: 4rem;
  }

  .laptop\:gap-20{
    gap: 5rem;
  }

  .laptop\:gap-24{
    gap: 6rem;
  }

  .laptop\:p-8{
    padding: 2rem;
  }

  .laptop\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .laptop\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .laptop\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .laptop\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .laptop\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .laptop\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .laptop\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .laptop\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .laptop\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .laptop\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .laptop\:pb-10{
    padding-bottom: 2.5rem;
  }

  .laptop\:pb-12{
    padding-bottom: 3rem;
  }

  .laptop\:pb-14{
    padding-bottom: 3.5rem;
  }

  .laptop\:pb-20{
    padding-bottom: 5rem;
  }

  .laptop\:pb-5{
    padding-bottom: 1.25rem;
  }

  .laptop\:pb-6{
    padding-bottom: 1.5rem;
  }

  .laptop\:pl-10{
    padding-left: 2.5rem;
  }

  .laptop\:pl-16{
    padding-left: 4rem;
  }

  .laptop\:pl-2{
    padding-left: 0.5rem;
  }

  .laptop\:pl-4{
    padding-left: 1rem;
  }

  .laptop\:pl-5{
    padding-left: 1.25rem;
  }

  .laptop\:pl-7{
    padding-left: 1.75rem;
  }

  .laptop\:pl-8{
    padding-left: 2rem;
  }

  .laptop\:pr-2{
    padding-right: 0.5rem;
  }

  .laptop\:pr-3{
    padding-right: 0.75rem;
  }

  .laptop\:pr-4{
    padding-right: 1rem;
  }

  .laptop\:pr-5{
    padding-right: 1.25rem;
  }

  .laptop\:pr-6{
    padding-right: 1.5rem;
  }

  .laptop\:pr-8{
    padding-right: 2rem;
  }

  .laptop\:pt-10{
    padding-top: 2.5rem;
  }

  .laptop\:pt-11{
    padding-top: 2.75rem;
  }

  .laptop\:pt-8{
    padding-top: 2rem;
  }

  .laptop\:text-center{
    text-align: center;
  }

  .group:nth-child(even) .laptop\:group-even\:order-2{
    order: 2;
  }
}

@media (min-width: 1280px){
  .desktop\:grid{
    display: grid;
  }
}

@media (max-width: 1024px){
  .mob\:order-1{
    order: 1;
  }

  .mob\:order-2{
    order: 2;
  }

  .mob\:order-3{
    order: 3;
  }

  .mob\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .mob\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .mob\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .mob\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .mob\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mob\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .mob\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mob\:\!mb-2{
    margin-bottom: 0.5rem !important;
  }

  .mob\:-mt-24{
    margin-top: -6rem;
  }

  .mob\:-mt-3{
    margin-top: -0.75rem;
  }

  .mob\:mb-4{
    margin-bottom: 1rem;
  }

  .mob\:mb-5{
    margin-bottom: 1.25rem;
  }

  .mob\:mb-6{
    margin-bottom: 1.5rem;
  }

  .mob\:mb-7{
    margin-bottom: 1.75rem;
  }

  .mob\:mb-8{
    margin-bottom: 2rem;
  }

  .mob\:mb-9{
    margin-bottom: 2.25rem;
  }

  .mob\:mt-10{
    margin-top: 2.5rem;
  }

  .mob\:mt-2{
    margin-top: 0.5rem;
  }

  .mob\:mt-32{
    margin-top: 8rem;
  }

  .mob\:mt-4{
    margin-top: 1rem;
  }

  .mob\:mt-5{
    margin-top: 1.25rem;
  }

  .mob\:mt-6{
    margin-top: 1.5rem;
  }

  .mob\:mt-8{
    margin-top: 2rem;
  }

  .mob\:block{
    display: block;
  }

  .mob\:flex{
    display: flex;
  }

  .mob\:hidden{
    display: none;
  }

  .mob\:w-full{
    width: 100%;
  }

  .mob\:max-w-200{
    max-width: 200px;
  }

  .mob\:max-w-300{
    max-width: 300px;
  }

  .mob\:max-w-\[170px\]{
    max-width: 170px;
  }

  .mob\:max-w-\[280px\]{
    max-width: 280px;
  }

  .mob\:flex-wrap{
    flex-wrap: wrap;
  }

  .mob\:items-center{
    align-items: center;
  }

  .mob\:\!justify-center{
    justify-content: center !important;
  }

  .mob\:justify-center{
    justify-content: center;
  }

  .mob\:\!gap-7{
    gap: 1.75rem !important;
  }

  .mob\:gap-4{
    gap: 1rem;
  }

  .mob\:gap-5{
    gap: 1.25rem;
  }

  .mob\:gap-6{
    gap: 1.5rem;
  }

  .mob\:bg-black{
    background-color: var(--color-site-black);
  }

  .mob\:p-5{
    padding: 1.25rem;
  }

  .mob\:p-6{
    padding: 1.5rem;
  }

  .mob\:p-7{
    padding: 1.75rem;
  }

  .mob\:p-8{
    padding: 2rem;
  }

  .mob\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mob\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .mob\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mob\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mob\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mob\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .mob\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .mob\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mob\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .mob\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .mob\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .mob\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mob\:py-\[140px\]{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .mob\:pb-12{
    padding-bottom: 3rem;
  }

  .mob\:pb-6{
    padding-bottom: 1.5rem;
  }

  .mob\:pb-7{
    padding-bottom: 1.75rem;
  }

  .mob\:pb-8{
    padding-bottom: 2rem;
  }

  .mob\:pt-3{
    padding-top: 0.75rem;
  }

  .mob\:pt-36{
    padding-top: 9rem;
  }

  .mob\:pt-4{
    padding-top: 1rem;
  }

  .mob\:pt-5{
    padding-top: 1.25rem;
  }

  .mob\:text-center{
    text-align: center;
  }
}

@media (min-width: 1025px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/*# sourceMappingURL=app.css.map */