@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");



#top-message {display: flex;
background: rgb(166 3 17);
    color: #FFF;
	text-align:center;
    /* text-transform: uppercase; */
    padding: 10px;
font-size: 16px;font-weight: bold;}
#top-message .message {text-align:center;width:100%;}


#inner-page-header {
    padding: 100px 40px 140px;
    background-size: cover;
}
@media (max-width:767px) {
  #inner-page-header {
    padding: 40px 20px 40px;
  }
}

.heartbeat-graphic {}


#inner-page-header .wave {}



h3.widget-title {font-weight:bold; 
   --tw-text-opacity: 1;
    color: rgb(166 3 17 / var(--tw-text-opacity));
    font-size:24px;
    margin-bottom:10px;
}

.wpcf7-submit,
.ow-button-base a {
  display: inline-flex;
  height: 5rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  white-space: nowrap;
  border-radius: 3rem;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius:30px !important;
  background-color: #a70411;
  color: #FFF;
}


#pl-35 svg {display: inline;}
#pl-35 .textwidget p {display: inline;}
#pl-35 .textwidget h3 {display: inline;font-weight:bold;margin-left:10px;}
#pl-35 .textwidget p:nth-of-type(2) {display: block;}

.inner-page {margin-bottom:60px;}


.wpcf7-text,textarea,.wpcf7-select {width:95%;border:2px solid #000;padding:10px 0 10px 10px;}
textarea {height:200px;width:100%;}


.wpcf7 p {margin-bottom:20px;}



/* Import Font */

/* ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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:  ;
}

html{
  font-size: 62.5%
}

body{
  font-size: 1.8rem;
}

@media not all and (min-width: 1199px){
  body{
    font-size: 1.6rem;
  }
}

h1{
  font-size: 4.6rem;
}

@media not all and (min-width: 1399px){
  h1{
    font-size: 4.2rem;
  }
}

@media not all and (min-width: 1199px){
  h1{
    font-size: 3.8rem;
  }
}

@media not all and (min-width: 991px){
  h1{
    font-size: 3.4rem;
  }
}

@media not all and (min-width: 767px){
  h1{
    font-size: 3rem;
  }
}

h4{
  font-size: 3rem;
}

@media not all and (min-width: 1399px){
  h4{
    font-size: 2.8rem;
  }
}

@media not all and (min-width: 1199px){
  h4{
    font-size: 2.6rem;
  }
}

@media not all and (min-width: 991px){
  h4{
    font-size: 2.4rem;
  }
}

@media not all and (min-width: 767px){
  h4{
    font-size: 2.2rem;
  }
}

h5{
  font-size: 2.4rem;
}

@media not all and (min-width: 1399px){
  h5{
    font-size: 2.2rem;
  }
}

@media not all and (min-width: 1199px){
  h5{
    font-size: 2rem;
  }
}

@media not all and (min-width: 991px){
  h5{
    font-size: 1.8rem;
  }
}

h6{
  font-size: 2rem;
}

@media not all and (min-width: 1199px){
  h6{
    font-size: 1.8rem;
  }
}

@media not all and (min-width: 767px){
  h6{
    font-size: 1.6rem;
  }
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 575px){
  .container{
    max-width: 575px;
  }
}

@media (min-width: 767px){
  .container{
    max-width: 767px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 991px){
  .container{
    max-width: 991px;
  }
}

@media (min-width: 1199px){
  .container{
    max-width: 1199px;
  }
}

@media (min-width: 1399px){
  .container{
    max-width: 1399px;
  }
}

@media (min-width: 1499px){
  .container{
    max-width: 1499px;
  }
}

:root {
  --container-width: 152rem;
}

.container{
  width: 100%;
  max-width: calc(var(--container-width) + 6rem);
}

/* Button */

.btn{
  display: inline-flex;
  height: 5rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  white-space: nowrap;
  border-radius: 3rem;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(205 36 51 / var(--tw-bg-opacity));
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-\[100\%\]{
  top: 100%;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.grid{
  display: grid;
}

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

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

@media (max-width:991px) {
  .grid-cols-2{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.mb-\[\.5rem\]{
  margin-bottom: .5rem;
}

.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}

.mb-\[2rem\]{
  margin-bottom: 2rem;
}

.mb-\[3rem\]{
  margin-bottom: 3rem;
}

.mt-\[2rem\]{
  margin-top: 2rem;
}

.mt-\[3rem\]{
  margin-top: 3rem;
}

.flex{
  display: flex;
}

.h-\[3rem\]{
  height: 3rem;
}

.min-h-\[6rem\]{
  min-height: 6rem;
}

.min-h-\[9rem\]{
  min-height: 9rem;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.max-w-\[73rem\]{
  max-width: 73rem;
}

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

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.translate-y-\[-60\%\]{
  --tw-translate-y: -60%;
  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));
}

.flex-col{
  flex-direction: column;
}

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

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

.gap-\[\.5rem\]{
  gap: .5rem;
}

.gap-\[0_2rem\]{
  gap: 0 2rem;
}

.gap-\[2\.5rem\]{
  gap: 2.5rem;
}

.gap-\[2rem_6rem\]{
  gap: 2rem 6rem;
}

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

.border-\[\.2rem\]{
  border-width: .2rem;
}

.border-\[\#777777\]{
  --tw-border-opacity: 1;
  border-color: rgb(119 119 119 / var(--tw-border-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
}

.p-\[\.5rem_2\.5rem\]{
  padding: .5rem 2.5rem;
}

.p-\[0_3rem\]{
  padding: 0 3rem;
}

.p-\[1rem_1\.5rem\]{
  padding: 1rem 1.5rem;
}

.p-\[5rem\]{
  padding: 5rem;
}

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

.text-\[\.9rem\]{
  font-size: .9rem;
}

.text-\[1\.4rem\]{
  font-size: 1.4rem;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\]{
  line-height: 1;
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(166 3 17 / var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(16 31 119 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body{
  font-family: Montserrat;
}

.section{
  position: relative;
  z-index: 1;
}

.section:not(:last-child){
  margin-bottom: 9rem;
}

@media not all and (min-width: 1199px){
  .section:not(:last-child){
    margin-bottom: 7rem;
  }
}

@media not all and (min-width: 991px){
  .section:not(:last-child){
    margin-bottom: 5rem;
  }
}

.services{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

@media not all and (min-width: 1199px){
  .services{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media not all and (min-width: 575px){
  .services{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.service{
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3rem;
  --tw-shadow: 8px 10px 40px 10px #00000010;
  --tw-shadow-colored: 8px 10px 40px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.service > :not(:last-child){
  margin-bottom: 3rem;
}

.service figure{
  aspect-ratio: 1.6/1;
}

.service figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service h6{
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(166 3 17 / var(--tw-text-opacity));
}

.service h6:not(:last-child){
  margin-bottom: .5rem;
}

.service p{
  font-size: 1.4rem;
  line-height: 1.2;
}

.image-article{
  display: flex;
  gap: 3rem 6rem;
}

@media not all and (min-width: 991px){
  .image-article{
    flex-direction: column;
  }
}

.image-article figure{
  aspect-ratio: 1/1.5;
}

.image-article figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-slider-box{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3rem;
  --tw-shadow: 8px 10px 40px 10px #00000010;
  --tw-shadow-colored: 8px 10px 40px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.slider-arrow{
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 3rem;
}

.slider-arrow.prev{
  left: 0px;
  --tw-translate-x: -50%;
  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));
}

.slider-arrow.next{
  right: 0px;
  --tw-translate-x: 50%;
  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));
}

.swiper-slide{
  opacity: 0 !important;
}

.swiper-slide.swiper-slide-active{
  opacity: 100% !important;
}

.footer-content{
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  gap: 3rem;
}

@media not all and (min-width: 575px){
  .footer-content{
    display: block;
  }
}

.footer-content > :not(:last-child){
  margin-bottom: 3rem;
}

footer .logo img{
  max-width: 46.2rem;
}

@media not all and (min-width: 1399px){
  footer .logo img{
    max-width: 30rem;
  }
}

@media not all and (min-width: 1199px){
  footer .logo img{
    max-width: 25rem;
  }
}

@media not all and (min-width: 991px){
  footer .logo img{
    max-width: 20rem;
  }
}

.footer-links li{
  display: flex;
  align-items: center;
}

.footer-links li:not(:last-child){
  margin-bottom: 1.5rem;
}

.footer-links li a{
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.footer-links li a:hover{
  --tw-text-opacity: 1;
  color: rgb(166 3 17 / var(--tw-text-opacity));
}

footer .social-media{
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

footer .social-media a{
  display: grid;
  aspect-ratio: 1 / 1;
  width: 4.8rem;
  place-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 31 119 / var(--tw-bg-opacity));
  font-size: 2.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

footer .social-media a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
}

.contact-form{
  display: grid;
  width: 35rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media not all and (min-width: 991px){
  .contact-form{
    width: 100%;
  }
}

.contact-form input,
.contact-form textarea{
  height: 2.8rem;
  width: 100%;
  border-width: .2rem;
  --tw-border-opacity: 1;
  border-color: rgb(119 119 119 / var(--tw-border-opacity));
  font-size: 1.1rem;
  font-weight: 500;
}

.contact-form input{
  padding: 0 1rem;
}

.contact-form textarea{
  min-height: 5rem;
  resize: none;
  padding: .5rem 1rem;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 1;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact-form input:focus::-moz-placeholder, .contact-form textarea:focus::-moz-placeholder{
  opacity: 0;
}

.contact-form input:focus::placeholder,
.contact-form textarea:focus::placeholder{
  opacity: 0;
}

@media not all and (min-width: 991px){
  .contact-form-column{
    grid-column: span 4 / span 4;
  }
}

@media not all and (min-width: 1399px){
  .footer-logo{
    grid-column: span 4 / span 4;
  }
}

.hero-section{
  position: relative;
  isolation: isolate;
}

.hero-section::before{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: calc(100% + 10rem);
  width: 100%;
  background-color: rgba(0,0,0,30%);
  --tw-content: "";
  content: var(--tw-content);
}

.hero-section::after{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -20;
  height: calc(100% + 10rem);
  width: 100%;
  background-image: url('/wp-content/themes/canyonscpr/images/hero-bg.jpg');
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}

.hero-section .container{
  margin: auto;
  width: 100%;
  max-width: calc(124rem + 6rem);
}

.hero-content{
  position: relative;
  min-height: 48rem;
  padding: 5rem 0;
}

.hero-content-block .buttons{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 3rem;
}

@media (min-width: 991px){
  .hero-content-block .buttons .btn{
    min-width: 26rem;
  }
}

header{
  position: relative;
  z-index: 30;
  padding: 5rem 0;
}

@media not all and (min-width: 1199px){
  header{
    padding: 3rem 0;
  }
}

@media not all and (min-width: 575px){
  header{
    padding: 2rem 0;
  }
}

header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.header-social-media a{
  display: grid;
  aspect-ratio: 1 / 1;
  width: 4.4rem;
  place-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 31 119 / var(--tw-bg-opacity));
  font-size: 2.2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-social-media a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1199px){
  .header-social-media a{
    width: 3.6rem;
    font-size: 1.8rem;
  }

  header .logo img{
    max-width: 20rem;
  }
}

@media not all and (min-width: 767px){
  header .logo img{
    max-width: 16rem;
  }
}

@media not all and (min-width: 575px){
  header .logo img{
    max-width: 12rem;
  }
}

@media not all and (min-width: 1199px){
  nav{
    position: absolute;
    left: 0px;
    top: 100%;
    display: none;
    width: 100%;
  }
}

@media (min-width: 1199px){
  nav{
    display: flex !important;
    align-items: center;
  }
}

nav a{
  display: flex;
  height: 7rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity));
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media not all and (min-width: 1399px){
  nav a{
    height: 6rem;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
  }
}

@media not all and (min-width: 1199px){
  nav a{
    height: 5.4rem;
    justify-content: space-between;
    font-size: 1.4rem;
    font-weight: 600;
  }
}

nav a.active, nav a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
}

.nav-icon{
  position: relative;
  display: flex;
  height: 2.4rem;
  width: 3.5rem;
  cursor: pointer;
  align-items: center;
}

@media (min-width: 1199px){
  .nav-icon{
    display: none;
  }
}

.nav-icon::before,
.nav-icon::after{
  position: absolute;
  left: 0px;
  height: .2rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
  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;
  --tw-content: "";
  content: var(--tw-content);
}

.nav-icon::before{
  top: 0px;
}

.nav-icon::after{
  bottom: 0px;
}

.nav-icon span{
  height: .2rem;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
  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;
}

.nav-icon.active span{
  opacity: 0;
}

.nav-icon.active::before{
  top: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: -45deg;
  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));
}

.nav-icon.active::after{
  bottom: auto;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  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));
}

@media not all and (min-width: 1199px){
  .max-lg\:gap-\[1rem\]{
    gap: 1rem;
  }

  .max-lg\:gap-\[1rem_3rem\]{
    gap: 1rem 3rem;
  }

  .max-lg\:p-\[3rem\]{
    padding: 3rem;
  }
}

@media not all and (min-width: 991px){
  .max-md\:hidden{
    display: none;
  }

  .max-md\:max-w-\[40rem\]{
    max-width: 40rem;
  }
}

@media not all and (min-width: 767px){
  .max-sm\:hidden{
    display: none;
  }
}

@media not all and (min-width: 575px){
  .max-xs\:p-\[0\]{
    padding: 0;
  }
}

@media (min-width: 991px){
  .md\:pb-\[3rem\]{
    padding-bottom: 3rem;
  }
}

@media (min-width: 1199px){
  .lg\:mb-\[2rem\]{
    margin-bottom: 2rem;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* Import Font */

/* ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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:  ;
}

html{
  font-size: 62.5%
}

body{
  font-size: 1.8rem;
}

@media not all and (min-width: 1199px){
  body{
    font-size: 1.6rem;
  }
}

h1{
  font-size: 4.6rem;
}

@media not all and (min-width: 1399px){
  h1{
    font-size: 4.2rem;
  }
}

@media not all and (min-width: 1199px){
  h1{
    font-size: 3.8rem;
  }
}

@media not all and (min-width: 991px){
  h1{
    font-size: 3.4rem;
  }
}

@media not all and (min-width: 767px){
  h1{
    font-size: 3rem;
  }
}

h4{
  font-size: 3rem;
}

@media not all and (min-width: 1399px){
  h4{
    font-size: 2.8rem;
  }
}

@media not all and (min-width: 1199px){
  h4{
    font-size: 2.6rem;
  }
}

@media not all and (min-width: 991px){
  h4{
    font-size: 2.4rem;
  }
}

@media not all and (min-width: 767px){
  h4{
    font-size: 2.2rem;
  }
}

h5{
  font-size: 2.4rem;
}

@media not all and (min-width: 1399px){
  h5{
    font-size: 2.2rem;
  }
}

@media not all and (min-width: 1199px){
  h5{
    font-size: 2rem;
  }
}

@media not all and (min-width: 991px){
  h5{
    font-size: 1.8rem;
  }
}

h6{
  font-size: 2rem;
}

@media not all and (min-width: 1199px){
  h6{
    font-size: 1.8rem;
  }
}

@media not all and (min-width: 767px){
  h6{
    font-size: 1.6rem;
  }
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 575px){
  .container{
    max-width: 575px;
  }
}

@media (min-width: 767px){
  .container{
    max-width: 767px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 991px){
  .container{
    max-width: 991px;
  }
}

@media (min-width: 1199px){
  .container{
    max-width: 1199px;
  }
}

@media (min-width: 1399px){
  .container{
    max-width: 1399px;
  }
}

@media (min-width: 1499px){
  .container{
    max-width: 1499px;
  }
}

:root {
  --container-width: 152rem;
}

.container{
  width: 100%;
  max-width: calc(var(--container-width) + 6rem);
}

/* Button */

.btn{
  display: inline-flex;
  height: 5rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  white-space: nowrap;
  border-radius: 3rem;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(205 36 51 / var(--tw-bg-opacity));
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-\[100\%\]{
  top: 100%;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.mb-\[\.5rem\]{
  margin-bottom: .5rem;
}

.mb-\[1\.5rem\]{
  margin-bottom: 1.5rem;
}

.mb-\[2rem\]{
  margin-bottom: 2rem;
}

.mb-\[3rem\]{
  margin-bottom: 3rem;
}

.mt-\[2rem\]{
  margin-top: 2rem;
}

.mt-\[3rem\]{
  margin-top: 3rem;
}

.flex{
  display: flex;
}

.h-\[3rem\]{
  height: 3rem;
}

.min-h-\[6rem\]{
  min-height: 6rem;
}

.min-h-\[9rem\]{
  min-height: 9rem;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.max-w-\[73rem\]{
  max-width: 73rem;
}

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

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.translate-y-\[-60\%\]{
  --tw-translate-y: -60%;
  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));
}

.flex-col{
  flex-direction: column;
}

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

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

.gap-\[\.5rem\]{
  gap: .5rem;
}

.gap-\[0_2rem\]{
  gap: 0 2rem;
}

.gap-\[2\.5rem\]{
  gap: 2.5rem;
}

.gap-\[2rem_6rem\]{
  gap: 2rem 6rem;
}

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

.border-\[\.2rem\]{
  border-width: .2rem;
}

.border-\[\#777777\]{
  --tw-border-opacity: 1;
  border-color: rgb(119 119 119 / var(--tw-border-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
}

.p-\[\.5rem_2\.5rem\]{
  padding: .5rem 2.5rem;
}

.p-\[0_3rem\]{
  padding: 0 3rem;
}

.p-\[1rem_1\.5rem\]{
  padding: 1rem 1.5rem;
}

.p-\[5rem\]{
  padding: 5rem;
}

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

.text-\[\.9rem\]{
  font-size: .9rem;
}

.text-\[1\.4rem\]{
  font-size: 1.4rem;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\]{
  line-height: 1;
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(166 3 17 / var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(16 31 119 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body{
  font-family: Montserrat;
}

.section{
  position: relative;
  z-index: 1;
}

.section:not(:last-child){
  margin-bottom: 9rem;
}

@media not all and (min-width: 1199px){
  .section:not(:last-child){
    margin-bottom: 7rem;
  }
}

@media not all and (min-width: 991px){
  .section:not(:last-child){
    margin-bottom: 5rem;
  }
}

.services{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

@media not all and (min-width: 1199px){
  .services{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media not all and (min-width: 575px){
  .services{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.service{
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3rem;
  --tw-shadow: 8px 10px 40px 10px #00000010;
  --tw-shadow-colored: 8px 10px 40px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.service > :not(:last-child){
  margin-bottom: 3rem;
}

.service figure{
  aspect-ratio: 1.6/1;
}

.service figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service h6{
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(166 3 17 / var(--tw-text-opacity));
}

.service h6:not(:last-child){
  margin-bottom: .5rem;
}

.service p{
  font-size: 1.4rem;
  line-height: 1.2;
}

.image-article{
  display: flex;
  gap: 3rem 6rem;
}

@media not all and (min-width: 991px){
  .image-article{
    flex-direction: column;
  }
}

.image-article figure{
  aspect-ratio: 1/1.5;
}

.image-article figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-slider-box{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3rem;
  --tw-shadow: 8px 10px 40px 10px #00000010;
  --tw-shadow-colored: 8px 10px 40px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.slider-arrow{
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 3rem;
}

.slider-arrow.prev{
  left: 0px;
  --tw-translate-x: -50%;
  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));
}

.slider-arrow.next{
  right: 0px;
  --tw-translate-x: 50%;
  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));
}

.swiper-slide{
  opacity: 0 !important;
}

.swiper-slide.swiper-slide-active{
  opacity: 100% !important;
}

.footer-content{
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  gap: 3rem;
}

@media not all and (min-width: 575px){
  .footer-content{
    display: block;
  }
}

.footer-content > :not(:last-child){
  margin-bottom: 3rem;
}

footer .logo img{
  max-width: 46.2rem;
}

@media not all and (min-width: 1399px){
  footer .logo img{
    max-width: 30rem;
  }
}

@media not all and (min-width: 1199px){
  footer .logo img{
    max-width: 25rem;
  }
}

@media not all and (min-width: 991px){
  footer .logo img{
    max-width: 20rem;
  }
}

.footer-links li{
  display: flex;
  align-items: center;
}

.footer-links li:not(:last-child){
  margin-bottom: 1.5rem;
}

.footer-links li a{
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.footer-links li a:hover{
  --tw-text-opacity: 1;
  color: rgb(166 3 17 / var(--tw-text-opacity));
}

footer .social-media{
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

footer .social-media a{
  display: grid;
  aspect-ratio: 1 / 1;
  width: 4.8rem;
  place-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 31 119 / var(--tw-bg-opacity));
  font-size: 2.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

footer .social-media a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
}

.contact-form{
  display: grid;
  width: 35rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media not all and (min-width: 991px){
  .contact-form{
    width: 100%;
  }
}

.contact-form input,
.contact-form textarea{
  height: 2.8rem;
  width: 100%;
  border-width: .2rem;
  --tw-border-opacity: 1;
  border-color: rgb(119 119 119 / var(--tw-border-opacity));
  font-size: 1.1rem;
  font-weight: 500;
}

.contact-form input{
  padding: 0 1rem;
}

.contact-form textarea{
  min-height: 5rem;
  resize: none;
  padding: .5rem 1rem;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 1;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact-form input:focus::-moz-placeholder, .contact-form textarea:focus::-moz-placeholder{
  opacity: 0;
}

.contact-form input:focus::placeholder,
.contact-form textarea:focus::placeholder{
  opacity: 0;
}

@media not all and (min-width: 991px){
  .contact-form-column{
    grid-column: span 4 / span 4;
  }
}

@media not all and (min-width: 1399px){
  .footer-logo{
    grid-column: span 4 / span 4;
  }
}

.hero-section{
  position: relative;
  isolation: isolate;
}

.hero-section::before{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: calc(100% + 10rem);
  width: 100%;
  background-color: rgba(0,0,0,30%);
  --tw-content: "";
  content: var(--tw-content);
}

.hero-section::after{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -20;
  height: calc(100% + 10rem);
  width: 100%;
  background-image: url('/wp-content/themes/canyonscpr/images/hero-bg.jpg');
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}

.hero-section .container{
  margin: auto;
  width: 100%;
  max-width: calc(124rem + 6rem);
}

.hero-content{
  position: relative;
  min-height: 48rem;
  padding: 5rem 0;
}

.hero-content-block .buttons{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 3rem;
}

@media (min-width: 991px){
  .hero-content-block .buttons .btn{
    min-width: 26rem;
  }
}

header{
  position: relative;
  z-index: 30;
  padding: 5rem 0;
}

@media not all and (min-width: 1199px){
  header{
    padding: 3rem 0;
  }
}

@media not all and (min-width: 575px){
  header{
    padding: 2rem 0;
  }
}

header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.header-social-media a{
  display: grid;
  aspect-ratio: 1 / 1;
  width: 4.4rem;
  place-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 31 119 / var(--tw-bg-opacity));
  font-size: 2.2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-social-media a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1199px){
  .header-social-media a{
      width: 2.6rem;
      font-size: 1.4rem;
  }

  header .logo img{
    max-width: 20rem;
  }
}

@media not all and (min-width: 767px){
  header .logo img{
    max-width: 16rem;
  }
}

@media not all and (min-width: 575px){
  header .logo img{
    max-width: 12rem;
  }
}

@media not all and (min-width: 1199px){
  nav{
    position: absolute;
    left: 0px;
    top: 100%;
    display: none;
    width: 100%;
  }
}

@media (min-width: 1199px){
  nav{
    display: flex !important;
    align-items: center;
  }
}

nav a{
  display: flex;
  height: 7rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(91 91 91 / var(--tw-bg-opacity));
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media not all and (min-width: 1399px){
  nav a{
    height: 6rem;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
  }
}

@media not all and (min-width: 1199px){
  nav a{
    height: 5.4rem;
    justify-content: space-between;
    font-size: 1.4rem;
    font-weight: 600;
  }
}

nav a.active, nav a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
}

.nav-icon{
  position: relative;
  display: flex;
  height: 2.4rem;
  width: 3.5rem;
  cursor: pointer;
  align-items: center;
}

@media (min-width: 1199px){
  .nav-icon{
    display: none;
  }
}

.nav-icon::before,
.nav-icon::after{
  position: absolute;
  left: 0px;
  height: .2rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
  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;
  --tw-content: "";
  content: var(--tw-content);
}

.nav-icon::before{
  top: 0px;
}

.nav-icon::after{
  bottom: 0px;
}

.nav-icon span{
  height: .2rem;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(166 3 17 / var(--tw-bg-opacity));
  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;
}

.nav-icon.active span{
  opacity: 0;
}

.nav-icon.active::before{
  top: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: -45deg;
  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));
}

.nav-icon.active::after{
  bottom: auto;
  top: 50%;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  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));
}

@media not all and (min-width: 1199px){
  .max-lg\:gap-\[1rem\]{
    gap: 1rem;
  }

  .max-lg\:gap-\[1rem_3rem\]{
    gap: 1rem 3rem;
  }

  .max-lg\:p-\[3rem\]{
    padding: 3rem;
  }
}

@media not all and (min-width: 991px){
  .max-md\:hidden{
    display: none;
  }

  .max-md\:max-w-\[40rem\]{
    max-width: 40rem;
  }
}

@media not all and (min-width: 767px){
  .max-sm\:hidden{
    display: none;
  }
}

@media not all and (min-width: 575px){
  .max-xs\:p-\[0\]{
    padding: 0;
  }
}

@media (min-width: 991px){
  .md\:pb-\[3rem\]{
    padding-bottom: 3rem;
  }
}

@media (min-width: 1199px){
  .lg\:mb-\[2rem\]{
    margin-bottom: 2rem;
  }
}