/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Poppins, Arial, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.col-start-2 {
  grid-column-start: 2;
}

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

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

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

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

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

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

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

.ml-8 {
  margin-left: 2rem;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity));
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

:root{
  --header-height: 110px;
  --header-height--mobile: 110px;
  --hero-height: calc(90vh - var(--header-height));
  --hero-height--mobile: calc(90vh - var(--header-height--mobile))
}

html, body {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

hr{
  margin-top: 2rem;
  margin-bottom: 2rem
}

body:not(.home) main{
  padding-top:calc(var(--header-height) + 5rem);
  padding-bottom:3rem
}

.heading--decorated{
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  z-index:0
}

.heading--decorated::after{
  position: absolute;
  bottom: 0px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  left:50%;
  transform:translateX(-50%);
  width:110%;
  height:70%;
  content:'';
  z-index:-1
}

@media (max-width: 768px){
  hr{
    margin-top: 1rem;
    margin-bottom: 1rem
  }

  body:not(.home) main{
    padding-top:calc(var(--header-height--mobile) + 4rem);
    padding-bottom:2rem
  }
}

@font-face{
  font-family:'Poppins';

  src:url("../fonts/Poppins-Regular.woff2") format("woff2"),url("../fonts/Poppins-Regular.woff") format("woff");

  font-weight:normal;

  font-style:normal;

  font-display:swap
}

@font-face{
  font-family:'Poppins';

  src:url("../fonts/Poppins-Medium.woff2") format("woff2"),url("../fonts/Poppins-Medium.woff") format("woff");

  font-weight:500;

  font-style:normal;

  font-display:swap
}

@font-face{
  font-family:'Poppins';

  src:url("../fonts/Poppins-SemiBold.woff2") format("woff2"),url("../fonts/Poppins-SemiBold.woff") format("woff");

  font-weight:600;

  font-style:normal;

  font-display:swap
}

@font-face{
  font-family:'Poppins';

  src:url("../fonts/Poppins-Bold.woff2") format("woff2"),url("../fonts/Poppins-Bold.woff") format("woff");

  font-weight:bold;

  font-style:normal;

  font-display:swap
}

@font-face{
  font-family:'Poppins';

  src:url("../fonts/Poppins-Light.woff2") format("woff2"),url("../fonts/Poppins-Light.woff") format("woff");

  font-weight:300;

  font-style:normal;

  font-display:swap
}

.header--site{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.header--site .header__wrap{
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.header--site .header__wrap .header__logo-container{
  margin-right: 0px
}

.header--site .header__wrap .header__logo-container .header__logo{
  width: 10rem
}

@media (min-width: 1024px) {
  .header--site .header__wrap .header__hamburger {
    display: none;
  }
}

.header--site .header__wrap .header__hamburger .toggle-mobile-nav span{
  font-size: 3rem;
  line-height: 1
}

@media (max-width: 1024px){
  .header--site .header__wrap .header__logo-container{
    margin-right: auto
  }

  .header--site .header__wrap .cash-offer{
    margin-right: 2rem
  }
}

@media (max-width: 768px){
  .header--site .header__wrap .cash-offer{
    display: none
  }
}

.menu-toggle{
  margin-left: auto;
  width: 10rem
}

.section-pre-footer .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem
}

.section-pre-footer .container h4{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem
}

.section-pre-footer .container p{
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.025em
}

.section-pre-footer .container nav ul{
  margin-top: 1rem;
  display: flex
}

.section-pre-footer .container img{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  width: 2.5rem
}

.footer--site{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity))
}

.footer--site .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
  text-align: center
}

.footer--site .footer__links{
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center
}

.footer--site .footer__links ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.footer--site .footer__links li:not(:last-child)::after{
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
  content:'|'
}

.footer--site .footer__links a:hover{
  text-decoration: underline
}

.footer--site .footer__privacy{
  display: flex;
  justify-content: center
}

.footer--site .footer__privacy li{
  font-size: 0.875rem;
  line-height: 1.25rem
}

.footer--site .footer__privacy li:not(:last-child):after{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  content:'|'
}

.footer--site .footer__privacy a:hover{
  text-decoration: underline
}

.footer--site .footer__copyright{
  padding-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25rem
}

.footer--site .footer__copyright a:hover{
  text-decoration: underline;
  opacity: 0.75
}

.footer--site .cash-offer{
  display: none
}

@media (max-width: 768px){
  .section-pre-footer .container h4{
    font-size: 1.5rem;
    line-height: 2rem
  }

  .footer--site .footer__links ul{
    max-width:450px
  }

  .footer--site .footer__links li:not(:last-child)::after{
    content:''
  }

  .footer--site .footer__links li:not(:nth-child(3n))::after{
    content:'|'
  }

  .footer--site .cash-offer{
    position: fixed;
    bottom: 0px;
    z-index: 50;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.025em;
    word-spacing:2px
  }

  .footer--site .cash-offer a{
    width: 100%;
    border-radius: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 121, 79, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 121, 79, var(--tw-bg-opacity))
  }

  .footer--site .cash-offer a:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    text-decoration: underline
  }
}

@media (max-width: 425px){
  .section-pre-footer .container{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }

  .footer--site .footer__links{
    margin-bottom: 0px
  }

  .footer--site .footer__links ul{
    flex-direction: column
  }

  .footer--site .footer__links li{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px
  }

  .footer--site .footer__links li:not(:last-child)::after{
    margin-left: 0px;
    margin-right: 0px;
    content:''
  }
}

.btn{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(55, 178, 139, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(55, 178, 139, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding-top:.85rem
}

.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity))
}

.btn--secondary{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0
}

.btn--secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(55, 178, 139, var(--tw-border-opacity))
}

.btn--small{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem
}

#tp-widget #tradepending-container #tradepending-panel>h1{
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem
}

#tp-widget #tradepending-container #tradepending-panel>p{
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem
}

#tp-widget #tradepending-container #tradepending-panel #trade-pending-widget{
  margin-bottom: 0.75rem
}

#tp-widget #tradepending-container #tradepending-panel #trade-pending-widget #tradepending-vehicle-typeahead{
  border-radius: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#tp-widget.tp-widget--how-it-works #tradepending-container{
  margin-bottom: 0px
}

#tp-widget.tp-widget--how-it-works #tradepending-container #tradepending-panel{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  background-color: transparent
}

#tp-widget.tp-widget--how-it-works #tradepending-container #tradepending-panel h2{
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700
}

#tp-widget.tp-widget--how-it-works #tradepending-container #tradepending-panel #trade-pending-widget{
  width: 100%
}

#tp-widget.tp-widget--how-it-works #tradepending-container #tradepending-panel #trade-pending-widget #tradepending-input{
  padding-left: 0px;
  padding-right: 0px
}

#tp-widget.tp-widget--how-it-works #tradepending-container #tradepending-panel .tradepending-poweredby-container{
  margin-top: 1rem
}

#tp-widget.tp-widget--how-it-works #tradepending-container div.tp-col{
  display: block
}

.section-find-locations .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.section-find-locations h2{
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.025em
}

.section-find-locations p{
  margin-top: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100
}

.section-find-locations form{
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem
}

.section-find-locations form select{
  cursor: pointer;
  border-radius: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  padding-right: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-width:12px
}

.section-find-locations form input[type="submit"]{
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(55, 178, 139, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (max-width: 768px){
  .section-find-locations .container{
    display: block
  }

  .section-find-locations h2{
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .section-find-locations p{
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .section-find-locations form{
    margin-top: 1.25rem
  }
}

.visit--locations{
  display: flex;
  flex-direction: column
}

.visit--locations .visit__title-container{
  display: flex;
  height: 6rem;
  flex-direction: row;
  align-content: center;
  justify-content: center
}

.visit--locations .visit__title-container .visit__image-container{
  margin-right: 1.25rem
}

.visit--locations .visit__title-container .visit__image-container img{
  height: 100%
}

.visit--locations .visit__title-container .title{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center
}

.visit--locations .visit__title-container .title h2{
  align-self: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700
}

.visit--locations .visit__title-container .title p{
  font-size: 1.25rem;
  line-height: 1.75rem
}

.visit--locations .visit__title-container .title--mobile{
  display: none
}

.visit--locations .visit__title-container .title--mobile h2{
  align-self: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700
}

.visit--locations .visit__list-container{
  display: flex;
  flex-direction: column;
  align-items: center
}

.visit--locations .visit__list-container h4{
  margin-top: 4rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

.visit--locations .visit__list-container hr{
  margin-top: 0.75rem;
  width: 2rem
}

.visit--locations .visit__list-container .visit__list-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center
}

.visit--locations .visit__list-container .visit__list-grid article{
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap
}

.visit--locations .visit__list-container .visit__list-grid article h3{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity))
}

.visit--locations .visit__list-container .visit__list-grid article address{
  font-style:normal
}

.visit--locations .visit__list-container .visit__list-grid article .btn{
  width:8rem
}

.visit--locations .visit__list-container .visit__list-grid article a:not(.btn){
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

.visit--locations .visit__list-container .visit__list-grid.short_list{
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.visit--locations .visit__list-container .visit__list-grid.long_list{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width:90%
}

@media (max-width: 768px){
  .visit--locations .visit__title-container .title{
    display: none
  }

  .visit--locations .visit__title-container .title--mobile{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center
  }

  .visit--locations .visit__list-container h4{
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem
  }

  .visit--locations .visit__list-container .visit__list-grid{
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .visit--locations .visit__list-container .visit__list-grid article{
    min-width:220px;
    overflow: visible
  }

  .visit--locations .visit__list-container .visit__list-grid article h3{
    overflow: visible
  }

  .visit--locations .visit__list-container .visit__list-grid article .btn{
    margin-bottom: 2rem
  }
}

@media (max-width: 425px){
  .visit--locations .visit__title-container .visit__image-container{
    display: none
  }
}

.section-page-header-alt .container{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  padding-bottom: 4rem
}

.section-page-header-alt .faq__image-container{
  margin-right: 2.5rem
}

.section-page-header-alt .faq__image-container img{
  height: 7rem
}

.section-page-header-alt h1{
  align-self: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600
}

@media (max-width: 768px){
  .section-page-header-alt .faq__image-container{
    display: none
  }
}

.section-page-header .container{
  margin-bottom: 3rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  padding-bottom: 3rem;
  text-align: center
}

.section-page-header .container .heading--decorated{
  position: relative;
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  z-index:0
}

.section-page-header .container .heading--decorated::after{
  position: absolute;
  bottom: 0px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  left:50%;
  transform:translateX(-50%);
  width:110%;
  height:70%;
  content:'';
  z-index:-1
}

@media (max-width: 768px){
  .section-page-header .container .heading--decorated{
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}

.heading--decorated{
  position: relative;
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  z-index:0
}

.heading--decorated::after{
  position: absolute;
  bottom: 0px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  left:50%;
  transform:translateX(-50%);
  width:110%;
  height:70%;
  content:'';
  z-index:-1
}

@media (max-width: 768px){
  .heading--decorated{
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}

.local-section-background{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height:750px;
  background-image:url("../images/S2N_Home_Local-Section@3x.jpg")
}

.local-section-background .container{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.local-section-background .container h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.025em
}

@media (min-width: 1024px) {
  .local-section-background .container h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.local-section-background .container article{
  margin-top: 1rem;
  margin-bottom: 2.5rem
}

.local-section-background .container article p{
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem
}

@media (max-width: 1024px){
  .local-section-background{
    min-height:500px
  }

  .local-section-background .container article p{
    font-size: 0.875rem;
    line-height: 1.25rem
  }
}

.header--site .header__wrap nav{
  margin-right: auto;
  display: none
}

@media (min-width: 1024px) {
  .header--site .header__wrap nav {
    display: block;
  }
}

.header--site .header__wrap nav ul{
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400
}

.header--site .header__wrap nav ul li{
  position: relative;
  margin-left: 2rem;
  height: 100%
}

.header--site .header__wrap nav ul li:hover>a{
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity));
  text-decoration: underline
}

.header--site .header__wrap nav ul .current-page>a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

.header--site .header__wrap nav ul li.dropdown{
  position: relative;
  padding-right: 1.5rem
}

.header--site .header__wrap nav ul li.dropdown::after{
  position: absolute;
  right: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  top:-3px;
  font-family:'Material Icons Round';
  content:"expand_more"
}

.header--site .header__wrap nav ul li.dropdown:hover>.dropdown__content{
  display: block
}

.header--site .header__wrap nav ul li.dropdown:hover::after{
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

.header--site .header__wrap nav ul li.dropdown ul.dropdown__content{
  position: absolute;
  display: none;
  white-space: nowrap;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-width:200px
}

.header--site .header__wrap nav ul li.dropdown ul.dropdown__content li{
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin-left: 1rem;
  width: 100%;
  padding-top: 1rem
}

.header--site .header__wrap nav ul li.dropdown ul.dropdown__content li.current-page>a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

@media (max-width: 1440px){
  .header--site .header__wrap nav ul li{
    margin-left: 1.5rem
  }
}

.mobile--nav{
  position: fixed;
  top: 0px;
  right: 0px;
  width: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  height:100vh;
  z-index:9999;
  box-shadow:10px 0px 30px rgba(0,0,0,0.2)
}

.mobile--nav.shown{
  width:100%
}

.mobile--nav .mobile__nav_container{
  position: absolute;
  display: flex;
  width: 100%;
  flex-direction: column
}

.mobile--nav .mobile__nav_container .nav__close{
  display: flex;
  width: 100%
}

.mobile--nav .mobile__nav_container .nav__close .toggle-mobile-nav{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  margin-left: auto;
  display: inline-block;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.mobile--nav .mobile__nav_container .nav__close .toggle-mobile-nav span{
  font-size: 3rem;
  line-height: 1
}

.mobile--nav .mobile__nav_container nav{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.mobile--nav .mobile__nav_container nav ul{
  display: flex;
  flex-direction: column
}

.mobile--nav .mobile__nav_container nav ul li.current-page>a{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

.nav-item-mobile{
  margin-left: 2rem;
  padding-bottom: 1.25rem
}

.nav-item-mobile:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity));
  text-decoration: underline
}

body.nav-shown{
  overflow-y: hidden
}

.section--experience-cards{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity))
}

.section--experience-cards .container{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.experience-card{
  display: flex;
  width: 100%;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.5rem;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  height:600px
}

.experience-card h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 3.5rem
}

.experience-card p{
  font-size: 1.5rem;
  line-height: 2rem
}

.experience-card p.long-quote{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height:1.375
}

.experience-card.card--1{
  position: relative;
  justify-content: flex-end;
  background-image:url("../images/S2N_Home_Card1_2024.webp")
}

.experience-card.card--1 h1{
  z-index: 10
}

.experience-card.card--1::after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:linear-gradient(to bottom, transparent 50%, #222 100%)
}

.experience-card.card--2{
  background-image:url("../images/car2.png")
}

.experience-card.card--3{
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image:url("../images/green-bg.png")
}

.experience-card.card--3 h1{
  font-size: 6rem;
  line-height: 1;
  font-weight: 700
}

.experience-card.card--3 .stars span{
  font-size: 3rem;
  line-height: 1
}

.experience-card.card--3 p{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.experience-card.card--4{
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.experience-card.card--4 .carousel-cell{
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  height:450px
}

.experience-card.card--4 .carousel-cell .stars span{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

.experience-card.card--4 .carousel-cell cite{
  text-align: right
}

.experience-card.card--4 .flickity--reviews .flickity-button{
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius:25px;
  background:#D8D8D8
}

.experience-card.card--4 .flickity--reviews .flickity-button:hover{
  background:#888888
}

.experience-card.card--4 .flickity--reviews .flickity-prev-next-button{
  height: auto;
  width:150px
}

.experience-card.card--4 .flickity--reviews .flickity-prev-next-button.previous{
  margin-right: 1.25rem
}

.experience-card.card--4 .flickity--reviews .flickity-button-icon{
  fill:white
}

.experience-card.card--4 .flickity--reviews .flickity-button:disabled{
  display:none
}

.experience-card.card--4 .flickity--reviews .flickity-prev-next-button .flickity-button-icon{
  position: relative;
  left: 0px;
  height: 1.25rem;
  width: 100%
}

@media (max-width: 1024px){
  .experience-card{
    padding: 1.75rem;
    min-height:400px
  }

  .experience-card h1{
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .experience-card p{
    font-size: 1rem;
    line-height: 1.5rem
  }

  .experience-card p.long-quote{
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height:1.125
  }

  .experience-card.card--2{
    padding-right: 1.75rem
  }

  .experience-card.card--3 .stars span{
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .experience-card.card--4 .flickity--reviews .flickity-prev-next-button{
    width:8rem
  }
}

@media (max-width: 768px){
  .section--experience-cards .container{
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
}

@media (max-width: 425px){
  .experience-card.card--4{
    padding-left: 1rem;
    padding-right: 1rem
  }

  .experience-card.card--4 .flickity--reviews .flickity-prev-next-button{
    width:125px
  }

  .experience-card p.long-quote{
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1rem
  }
}

.section--how-it-works .container{
  padding-top: 7rem;
  padding-bottom: 6rem
}

.section--how-it-works .container .heading__title{
  margin-bottom: 3rem;
  display: flex;
  justify-content: center
}

.section--how-it-works .hiw-card-container{
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8rem
}

.section--how-it-works .hiw-card-container .card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start
}

.section--how-it-works .hiw-card-container .card .card__image{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.section--how-it-works .hiw-card-container .card .card__image img{
  height:175px
}

.section--how-it-works .hiw-card-container .card h3{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600
}

.section--how-it-works .hiw-card-container .card hr{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 2rem
}

.section--how-it-works .hiw-card-container .card p{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300
}

.section--how-it-works .hiw-card-container .arrows{
  display: none
}

@media (max-width: 1024px){
  .section--how-it-works .container{
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .section--how-it-works .hiw-card-container{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem
  }

  .section--how-it-works .hiw-card-container .card .card__image{
    padding-top: 0px;
    padding-bottom: 0.5rem
  }

  .section--how-it-works .hiw-card-container .card h3{
    font-size: 1.5rem;
    line-height: 2rem
  }

  .section--how-it-works .hiw-card-container .card p{
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .section--how-it-works .hiw-card-container .arrows{
    display: flex;
    height: 2.5rem;
    justify-content: center
  }
}

@media (max-width: 425px){
  .section--how-it-works .hiw-card-container .card .card__image{
    width: 50%
  }

  .section--how-it-works .hiw-card-container .card h3{
    padding-top: 0px
  }

  .section--how-it-works .hiw-card-container .card hr{
    display: none
  }

  .section--how-it-works .hiw-card-container .arrows{
    display: none
  }
}

.section-page-intro{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 2rem
}

.section-page-intro p{
  line-height: 2rem
}

.section-page-intro h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700
}

.section-page-intro h2 span{
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity))
}

@media (max-width: 768px){
  .section-page-intro{
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem
  }

  .section-page-intro h2{
    font-size: 1.5rem;
    line-height: 2rem
  }

  .section-page-intro hr{
    margin-left: auto;
    margin-right: auto
  }
}

.section-yes{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 121, 79, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.section-yes .container{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.section-yes .yes__slogan h1{
  font-size: 3rem;
  line-height: 1;
  font-weight: 700
}

.section-yes .text-rotator{
  height: 2.5rem;
  overflow: hidden
}

.section-yes .text-rotator h2{
  display: flex;
  flex-direction: column;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  padding-top:.3rem
}

.section-yes .text-rotator>*{
  height: 100%;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:500ms
}

.section-yes .yes__img{
  display: flex;
  align-content: center
}

.section-yes .yes__img img{
  margin-left: auto;
  align-self: center;
  width:70%
}

@media (max-width: 1440px){
  .section-yes .container{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 1.5rem;
    padding-bottom: 1.25rem
  }

  .section-yes .yes__slogan{
    grid-column: span 2 / span 2;
    display: flex;
    justify-content: center
  }

  .section-yes .yes__slogan h1{
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .section-yes .text-rotator{
    grid-column: span 1 / span 1
  }

  .section-yes .text-rotator h2{
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .section-yes .yes__img img{
    grid-column: span 1 / span 1
  }
}

@media (max-width: 1024px){
  .section-yes .container{
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .section-yes .yes__slogan{
    grid-column: span 1 / span 1
  }

  .section-yes .yes__img{
    display: none
  }
}

@media (max-width: 768px){
  .section-yes .container{
    display: flex;
    flex-direction: column;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .section-yes .text-rotator{
    margin-left: auto;
    margin-right: auto
  }

  .section-yes .text-rotator h2{
    text-align: center
  }
}

@media (max-width: 425px){
  .section-yes .yes__slogan h1{
    font-size: 1.875rem;
    line-height: 2.25rem
  }
}

.hero--background{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  height:var(--hero-height);
  margin-top:var(--header-height)
}

.hero--background .container{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.hero--background .container h2{
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05em
}

.hero--background .container p{
  font-size: 1.5rem;
  line-height: 2rem
}

.hero--background .container .hero__links{
  margin-bottom: 2.5rem;
  padding-top: 2.5rem
}

.hero--background .hero__img{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.7
}

.section--tp-widget{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 178, 139, var(--tw-bg-opacity))
}

.section--tp-widget .container{
  padding-top: 3rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  max-width:900px
}

.section--tp-widget #tradepending-container{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 178, 139, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem
}

.section--tp-widget #tradepending-container #tradepending-select>button{
  background-color:#ff794f !important
}

.section--tp-widget #tradepending-container #tradepending-panel>p, .section--tp-widget #tradepending-container #tradepending-panel>h3, .section--tp-widget #tradepending-container #tradepending-panel>.tp-col>h2 {
  display: none;
}

.section--tp-widget #tradepending-container #tradepending-panel h3{
  font-size: 3rem;
  line-height: 1;
  font-weight: 700
}

.section--accutrade-widget .offer__accutrade-container{
  padding-bottom:3.5rem
}

@media (max-width: 1024px){
  .hero--background{
    max-height:800px
  }

  .hero--background .container{
    padding-bottom: 0px
  }

  .hero--background .container h2{
    font-size: 3.75rem;
    line-height: 1
  }

  .hero--background .container .hero__links a{
    margin-top: 1rem;
    width: 11rem;
    text-align: center
  }

  .hero--background .hero__img{
    max-height:800px
  }
}

@media (max-width: 768px){
  .hero--background{
    margin-top:var(--header-height--mobile);
    height:var(--hero-height--mobile);
    max-height:600px
  }

  .hero--background .container h2{
    font-size: 3rem;
    line-height: 1
  }

  .hero--background .container p{
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .hero--background .hero__img{
    max-height:600px
  }

  .section--tp-widget #tradepending-container{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 178, 139, var(--tw-bg-opacity))
  }

  .section--tp-widget #tradepending-container #tradepending-panel h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .section--tp-widget #tradepending-container #tradepending-panel p{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

  .section--tp-widget #tradepending-container #tradepending-panel #trade-pending-widget{
    margin-top: 1rem
  }
}

.how-it-works .container{
  padding-bottom: 3rem
}

.how-it-works h2{
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity));
  font-size:6vw
}

.how-it-works .steps{
  display: flex;
  flex-direction: row;
  align-items: center
}

.how-it-works .steps .steps__text{
  width:55%
}

.how-it-works .steps .steps__text .step__number{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity));
  letter-spacing:3px
}

.how-it-works .steps .steps__text .step__number .step__index{
  margin-right: 0.75rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(55, 178, 139, var(--tw-bg-opacity));
  padding: 0.25rem;
  padding-left: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.how-it-works .steps .steps__text .step__number--secondary{
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

.how-it-works .steps .steps__text .step__number--secondary .step__index{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 121, 79, var(--tw-bg-opacity))
}

.how-it-works .steps .steps__text h3{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1
}

.how-it-works .steps .steps__text hr{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 1.5rem
}

.how-it-works .steps .steps__text .steps__emphasis{
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500
}

.how-it-works .steps .steps__text p a{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity));
  text-decoration: underline
}

.how-it-works .steps .steps__image-container{
  order: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  width:30%
}

.how-it-works .steps .steps__image-container img{
  width:100%
}

.how-it-works .arrows{
  display: flex;
  justify-content: center
}

.how-it-works .arrows .arrow__img{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (max-width: 1440px){
  .how-it-works h2{
    font-size:8vw
  }
}

@media (max-width: 1024px){
  .how-it-works .steps .steps__image-container{
    width:40%
  }

  .how-it-works .arrows .arrow__img{
    height:4vw
  }
}

@media (max-width: 768px){
  .how-it-works h2{
    font-size:10vw
  }

  .how-it-works .steps{
    display: flex;
    flex-direction: column
  }

  .how-it-works .steps .steps__text{
    width:85%
  }

  .how-it-works .steps .steps__text h3{
    font-size: 1.5rem;
    line-height: 2rem
  }

  .how-it-works .steps .steps__text .steps__emphasis{
    font-size: 1rem;
    line-height: 1.5rem
  }

  .how-it-works .steps .steps__text p{
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .how-it-works .steps .steps__image-container{
    order: -9999;
    width:50%
  }

  .how-it-works .arrows .arrow__img{
    height:6vw
  }
}

.section-offer-steps{
  margin-bottom: 4rem
}

.section-offer-steps .container{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 5rem;
       column-gap: 5rem
}

.section-offer-steps .container .offer__tp-container, .section-offer-steps .container .offer__accutrade-container {
  grid-column: span 2 / span 2;
}

.section-offer-steps .container .offer__steps-container{
  display: flex;
  flex-direction: column
}

.section-offer-steps .container .offer__tp-container{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  padding: 2.5rem;
  max-width:900px
}

.section-offer-steps .container #tp-widget #tradepending-container{
  margin: 0px !important;
  height: 100% !important;
  background-color: transparent !important;
  background-image: none !important;
  max-width:100% !important
}

.section-offer-steps .container #tp-widget #tradepending-container #tradepending-panel>p, .section-offer-steps .container #tp-widget #tradepending-container #tradepending-panel>h1 {
  display: none !important;
}

.section-offer-steps .container #tp-widget #tradepending-container #tradepending-panel{
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: left !important
}

.section-offer-steps .container #tp-widget #tradepending-container #tradepending-panel #trade-pending-widget input#tradepending-vehicle-typeahead{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.section-offer-steps .container #tp-widget #tradepending-container #tradepending-panel .tradepending-poweredby-container{
  margin-bottom: 1rem;
  margin-left: auto
}

.section-offer-steps .container #tp-widget #tradepending-container #tradepending-panel p{
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem
}

.section-offer-steps .container .step .step__number{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity));
  letter-spacing:3px
}

.section-offer-steps .container .step .step__number .step__index{
  margin-right: 0.75rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(55, 178, 139, var(--tw-bg-opacity));
  padding: 0.25rem;
  padding-left: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.section-offer-steps .container .step .step__number--secondary{
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

.section-offer-steps .container .step .step__number--secondary .step__index{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 121, 79, var(--tw-bg-opacity))
}

.section-offer-steps .container .step h2{
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700
}

.section-offer-steps .container .arrows .arrow__img{
  margin-bottom: 1rem;
  margin-left: 3rem;
  height:2vw
}

@media (max-width: 768px){
  .section-offer-steps .container{
    display: flex;
    flex-direction: column
  }

  .section-offer-steps .container .offer__steps-container{
    order: -9999;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem
  }

  .section-offer-steps .container .step h2{
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .section-offer-steps .container .arrows .arrow__img{
    height:1.25rem
  }
}

.section-employees .container{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5rem;
  padding-top: 6rem;
  padding-bottom: 6rem
}

.section-employees .employee{
  text-align: center
}

.section-employees .employee picture{
  margin-bottom: 1rem;
  display: block
}

.section-employees .employee picture img{
  width: 100%
}

.section-employees .employee h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity))
}

.section-employees .employee p{
  margin: 0px;
  font-weight: 100
}

.section-employees .employee:nth-child(odd) h2{
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

@media (max-width: 768px){
  .section-employees .container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem
  }
}

.section-page-intro .container .our-team{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity))
}

.section-page-intro .container hr{
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 1.5rem
}

.accordion{
  width:100%
}

.accordion .accordion__panel{
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
  padding: 1.5rem;
  border:solid 1px #ddd
}

.accordion .accordion__panel .accordion__title{
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity));
  padding-top:.45rem;
  cursor:pointer
}

.accordion .accordion__panel .accordion__title:hover{
  opacity: 0.75
}

.accordion .accordion__panel .accordion__title::after{
  margin-left: auto;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity));
  content:"+";
  display:block
}

.accordion .accordion__panel .accordion__body{
  padding-top: 0.5rem;
  line-height: 1.25;
  display:none
}

.accordion .accordion__panel .accordion__body ul li{
  margin-top: 0.75rem;
  padding-left: 0.75rem
}

.accordion .accordion__panel .accordion__body ul li a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity))
}

.accordion .accordion__panel .accordion__body ul li a:hover{
  text-decoration: underline;
  opacity: 0.75
}

.accordion article.active .accordion__title::after{
  content:"-"
}

section.still-have-questions{
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center
}

section.still-have-questions .container p{
  padding-top: 2rem;
  font-size: 1rem;
  line-height: 1.5rem
}

section.still-have-questions .container p a{
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity));
  text-decoration: underline
}

section.still-have-questions .container p a:hover{
  opacity: 0.75
}

@media (max-width: 768px){
  .accordion .accordion__panel .accordion__title{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600
  }

  .accordion .accordion__panel .accordion__title:hover{
    opacity: 1
  }

  .accordion .accordion__panel .accordion__body ul li{
    font-size: 1rem;
    line-height: 1.5rem
  }

  section.still-have-questions .container h1{
    font-size: 1.5rem;
    line-height: 2rem
  }

  section.still-have-questions .container p{
    font-size: 1rem;
    line-height: 1.5rem
  }
}

.section-location-map{
  margin-bottom: 2.5rem
}

.section-location-map .container{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem
}

.section-location-map .location__map{
  grid-column-start: 1;
  grid-column-end: 5
}

.section-location-map .location__map iframe{
  width: 100%;
  height:500px
}

.section-location-map .location__details{
  grid-column-start: 5;
  grid-column-end: 7
}

.section-location-map .location__details h2{
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700
}

.section-location-map .location__details address{
  margin-bottom: 1.25rem;
  font-style:normal
}

.section-location-map .location__details h4{
  margin-bottom: 0.75rem;
  font-weight: 700
}

.section-location-map .location__details a{
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity));
  text-decoration: underline
}

.section-other-locations .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.section-other-locations h2{
  margin-left: auto;
  margin-right: auto
}

.section-other-locations .locations{
  display: flex;
  flex-wrap: nowrap;
  gap: 8rem
}

.section-other-locations .locations article{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap
}

.section-other-locations .locations article h3{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity))
}

.section-other-locations .locations article address{
  font-style:normal
}

.section-other-locations .locations article .btn{
  width:8rem;
  padding-top:.5rem
}

.section-other-locations .locations article a:not(.btn){
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

@media (max-width: 768px){
  .section-location-map .container{
    display: block
  }

  .section-location-map .location__map{
    margin-bottom: 1rem
  }

  .section-location-map .location__map iframe{
    height:250px
  }

  .section-other-locations .heading--decorated:after{
    display: none
  }

  .section-other-locations .locations{
    flex-wrap: wrap;
    gap: 2.5rem
  }
}

.about_us-local-section-background{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  height:750px;
  margin-top:var(--header-height)
}

.about_us-local-section-background .container{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 4rem
}

.about_us-local-section-background .container p{
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.about_us-local-section-background .hero__img{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  max-height:750px;
  margin-top:var(--header-height)
}

.about_us-local-section-background h1{
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

.about_us-local-section-background h1 span{
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.about--cards{
  margin: 0px;
  width: 100%
}

.about--cards .container{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0px
}

.about--cards .container h4, .about--cards .container h2 span {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.about--cards .container h2, .about--cards .container h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.about--cards .container p{
  font-size: 1.25rem;
  line-height: 1.75rem
}

.about--cards .container hr{
  width: 2rem;
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-text-opacity));
  height:2px
}

.about--cards .container .about__text-card, .about--cards .container .about__text-card-grey {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
}

.about--cards .container .about__text-card-grey{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity))
}

.about--cards .container .about__text-card-grey hr{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity))
}

.about--cards .container .about__img-card{
  display:flex
}

.about--cards .container .bg-img-1{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 178, 139, var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url("../images/about/about-section-1@2x.jpg")
}

.about--cards .container .bg-img-2{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 121, 79, var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url("../images/about/about-section-2@2x.jpg")
}

.about--cards .container .overlay--primary{
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(55, 178, 139, var(--tw-bg-opacity));
  opacity: 0.6
}

.about--cards .container .overlay--secondary{
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 121, 79, var(--tw-bg-opacity));
  opacity: 0.6
}

@media (max-width: 1440px){
  .about_us-local-section-background .container h2{
    font-size: 3rem;
    line-height: 1
  }
}

@media (max-width: 1024px){
  .about_us-local-section-background .container h2{
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}

@media (max-width: 768px){
  .about_us-local-section-background{
    margin-top:var(--header-height--mobile)
  }

  .about_us-local-section-background .container h2{
    font-size:2.2rem
  }

  .about_us-local-section-background .container p{
    font-size: 1rem;
    line-height: 1.5rem
  }

  .about_us-local-section-background .hero__img{
    margin-top:var(--header-height--mobile)
  }

  .about--cards .container{
    grid-auto-flow: row;
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .about--cards .container .about__img-card{
    height:40vh
  }

  .about--cards .container .about__text-card{
    padding: 2rem;
    order:-1
  }

  .about--cards .container .about__text-card h4{
    font-size: 0.75rem;
    line-height: 1rem
  }

  .about--cards .container .about__text-card h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700
  }

  .about--cards .container .about__text-card p{
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .about--cards .container .about__text-card-grey{
    padding: 2rem
  }

  .about--cards .container .about__text-card-grey h4{
    font-size: 0.75rem;
    line-height: 1rem
  }

  .about--cards .container .about__text-card-grey h3{
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .about--cards .container .about__text-card-grey p{
    font-size: 0.875rem;
    line-height: 1.25rem
  }
}

@media (max-width: 425px){
  .about_us-local-section-background{
    height:550px
  }

  .about_us-local-section-background .container{
    padding-bottom: 1.5rem;
    width: 100%
  }

  .about_us-local-section-background .container h2{
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .about_us-local-section-background .container p{
    font-size: 1rem;
    line-height: 1.5rem
  }

  .about_us-local-section-background .hero__img{
    max-height:550px
  }
}

.contact--form h2{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem
}

.contact--form h2 a{
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity));
  text-decoration: underline
}

.contact--form h2 a:hover{
  opacity: 0.75
}

.contact--form form{
  display: flex;
  flex-direction: column
}

.contact--form form p{
  padding-top: 0.5rem;
  opacity:40%
}

.contact--form form label{
  padding-top: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgba(255, 121, 79, var(--tw-text-opacity))
}

.contact--form form .contact__input{
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.contact--form form .contact__input:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 121, 79, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px
}

.contact--form form button{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  width: 12rem
}

.contact--form form textarea{
  height: 10rem
}

@media (max-width: 768px){
  .contact--form h2{
    padding-top: 1rem;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

.form--success .container{
  height:30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}

.form--success .container h1{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700
}

.form--success .container p{
  margin-top: 4rem;
  --tw-text-opacity: 1;
  color: rgba(55, 178, 139, var(--tw-text-opacity));
  text-decoration: underline
}

@media (max-width: 1024px){
  .form--success .container h1{
    font-size: 1rem;
    line-height: 1.5rem
  }
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled{
  position:relative
}

.flickity-enabled:focus{
  outline:none
}

.flickity-viewport{
  overflow:hidden;
  position:relative;
  height:100%
}

.flickity-slider{
  position:absolute;
  width:100%;
  height:100%
}

.flickity-enabled.is-draggable{
  -webkit-tap-highlight-color:transparent;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.flickity-enabled.is-draggable .flickity-viewport{
  cursor:move;
  cursor:-webkit-grab;
  cursor:grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{
  cursor:-webkit-grabbing;
  cursor:grabbing
}

.flickity-button{
  position:absolute;
  background:rgba(255,255,255,0.75);
  border:none;
  color:#333
}

.flickity-button:hover{
  background:white;
  cursor:pointer
}

.flickity-button:focus{
  outline:none;
  box-shadow:0 0 0 5px #19F
}

.flickity-button:active{
  opacity:0.6
}

.flickity-button:disabled{
  opacity:0.3;
  cursor:auto;
  pointer-events:none
}

.flickity-button-icon{
  fill:currentColor
}

.flickity-prev-next-button{
  width:44px;
  height:44px;
  border-radius:50%;
  transform:translateY(-50%)
}

.flickity-prev-next-button.previous{
  left:10px
}

.flickity-prev-next-button.next{
  right:10px
}

.flickity-rtl .flickity-prev-next-button.previous{
  left:auto;
  right:10px
}

.flickity-rtl .flickity-prev-next-button.next{
  right:auto;
  left:10px
}

.flickity-prev-next-button .flickity-button-icon{
  position:absolute;
  left:20%;
  top:20%;
  width:60%;
  height:60%
}

.flickity-page-dots{
  position:absolute;
  width:100%;
  bottom:-25px;
  padding:0;
  margin:0;
  list-style:none;
  text-align:center;
  line-height:1
}

.flickity-rtl .flickity-page-dots{
  direction:rtl
}

.flickity-page-dots .dot{
  display:inline-block;
  width:10px;
  height:10px;
  margin:0 8px;
  background:#333;
  border-radius:50%;
  opacity:0.25;
  cursor:pointer
}

.flickity-page-dots .dot.is-selected{
  opacity:1
}

@media (min-width: 425px) {
}

@media (min-width: 768px) {
}

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

@media (min-width: 1440px) {
}
/*# sourceMappingURL=styles.css.map */