
#shopify-section-template--21374906007792__financing-body {

:root {
  --fluid-min-width: 320px;
  --fluid-max-width: 1920px;

  --fluid-screen: 100vw;
  --fluid-bp: calc(
    (var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) /
      (var(--fluid-max-width) - var(--fluid-min-width))
  );
}

@media screen and (min-width: 1920px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}


body > :isnot(header, footer),
main,
section,
article {
    margin-top: 15%;
    box-sizing: border-box;
    background: #0e0e0e;
}

.wrapper {
    overflow: hidden;
    display: flex;
    margin: 1em;
    background: #0e0e0e;
}

  
@media screen and (min-width: 1024px) {

:root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }

.container {
    width: 100%;
    margin: 50px;
    overflow-wrap: break-word;
    overflow-x: hidden;
    background: #0e0e0e;
  }
  
.button-wrapper {
  display: flex;
  justify-content: center;
}

.button-cta {
    display: flex;
    padding: 10px 25px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: white;
    background: #bc9a64;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
}

.button-cta:focus {
   outline: none; 
}

.button-cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #cbbaa9;
}

.button-cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.button-cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 20px;
}

  .button-span {
    transform: skewX(15deg) 
  }

  .button-span:nth-child(2) {
    transform: scale(1.25);
    margin-left: 20px;
    position: relative;
    top: 10%;
  }
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.button-cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.button-cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.button-cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

.bottom {
  margin-bottom: 50px;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #bc9a64;
    }
    100% {
        fill: white;
    }
}

/* Column container */

body > :isnot(header, footer),
main,
section,
article {
    margin-top: 10%;
    box-sizing: border-box;
    background: #0e0e0e;
}

.wrapper {
    overflow: hidden;
    display: flex;
    margin: 1em;
    background: #0e0e0e;
	align-items: center;
}

.item {
  margin: 1em;
  padding: 8rem 0.5em 0 0.5em;
  width: 600px;
  background-color: #0e0e0e;
}

.flex-item-10 {
  flex: 1;
}

.flex-item-20 {
  flex: 2;
}  

.flex-item-30 {
  flex: 3;
}

.flex-item-40 {
  flex: 4;
}

table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
td {
  text-align: center;
}
  
h1,
h2,
h3,
h4 {
	text-wrap: balance;
}

p,
li {
	text-wrap: pretty;
	max-width: 65ch;
}

h1 {
	font-family: "Interstate", sans-serif;
	font-size: 1.9em;
	line-height: 1.9em;
	font-weight: 600;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	color: #fff;
}

h2 {
	font-family: "Interstate", sans-serif;
	font-size: 1.7em;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #fff;
	text-align: left;
	margin: 0 20px;
	text-wrap: balance;
}

h3 {
	font-family: "Interstate", sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #fff;
	text-wrap: pretty;
}

h4 {
	font-family: "Interstate", sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #fff;
}

ul {
	margin-left: 3%;
    color: #fff;
}

li {
	list-style-type: circle;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
    color: #fff;
}

.image-right {
	width: 100%;
	border-radius: 5px;
	vertical-align: right;
	margin: 0 auto;
	padding: 20px;
}

.image-left {
	width: 100%;
	border-radius: 5px;
	vertical-align: left;
	margin: 0 auto;
	padding: 20px;
}

.icon {
	height: auto;
	width: 35px;
	padding: 0 5px;
	vertical-align: middle;
	max-height: 45px;
	min-height: 15px;
}

.icon-plus {
	height: auto;
	width: 25px;
	padding: 0 5px;
	vertical-align: middle;
    align-content: center;
	max-height: 25px;
	min-height: 10px;
}

.td-text {
	margin: 20px 0 40px 0;
	font-size: 1.1em;
    color: #fff;
	text-wrap: pretty;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

#site-nav__dropdown {
     background-color: #0e0e0e;
  }
}

@media only screen and (max-width: 600px) {
.wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	align-content: flex-start;
    background: #0e0e0e;
	}

h1 {
	font-family: "Interstate", sans-serif;
	font-size: 1.9em;
	line-height: 1.7em;
	font-weight: 600;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	color: #fff;
}

h2 {
	font-family: "Interstate", sans-serif;
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #fff;
	text-align: left;
	margin: 0 20px;
}

h3 {
	font-family: "Interstate", sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #fff;
}

h4 {
	font-family: "Interstate", sans-serif;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #fff;
}


.image-left {
	  max-width: 200px;
	  min-width: 100px;
	  border-radius: 5px;
	  vertical-align: middle;
	  margin: 30px;
	  padding: 10px;
    }

.image-right {
      max-width: 200px;
	  min-width: 100px;
	  border-radius: 5px;
	  vertical-align: middle;
	  margin: 30px;
	  padding: 10px;
    }

.icon {
      height: 45px;
      width: 37px;
      padding: 0 5px;
      vertical-align: middle;
      max-height: 35px;
      min-height: 25px;
      text-align: left;
      margin-top: 5px;
        }

.icon-plus {
      vertical-align: middle;
      align-content: center;
      height: 18px;
      width: 25px;
      max-height: 18px;
      min-height: 10px;
      padding: auto 15px 0;
        }

li {
	list-style-type: circle;
	font-size: 1em;
	line-height: 1.1em;
	text-align: left;
    color: rgb(var(--color-foreground));
}

.site-nav__dropdown {
     background-color: #0e0e0e;
  }

.td-text {
	margin: 10px 0 30px 0;
	font-size: 1em;
    line-height: 1em;
    color: #fff;
}

sup {
	vertical-align: super;
	font-size: .5em;
    color: #bc9a64;
}
}

@media only screen and (max-width: 320px) {
.wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	align-content: flex-start;
    background: #0e0e0e;
	}

h1 {
	font-family: "Interstate", sans-serif;
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	color: #fff;
}

h2 {
	font-family: "Interstate", sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #fff;
	text-align: left;
	margin: 0 20px;
}

h3 {
	font-family: "Interstate", sans-serif;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #fff;
}

h4 {
	font-family: "Interstate", sans-serif;
	font-size: 1.1em;
	line-height: .9em;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #fff;
}

.image-right {
	max-width: 100px;
	min-width: 75px;
	border-radius: 5px;
	vertical-align: middle;
	margin: 20px;
	padding: 10px;
  }

.image-left {
	max-width: 100px;
	min-width: 75px;
	border-radius: 5px;
	vertical-align: middle;
	margin: 20px;
	padding: 10px;
    }

.icon {
    height: 29px;
    width: 41px;
    padding: 0 5px;
    vertical-align: middle;
     max-height: 29px;
    min-height: 20px;
    min-width: 41px;
    text-align: left;
    margin-top: 5px;
        }

.icon-plus {
    vertical-align: middle;
    align-content: center;
    max-height: 13px;
    width: 18px;
    min-width: 13px;
    min-height: 9px;
    padding: auto 6px 0;
}

li {
	list-style-type: circle;
	font-size: 1em;
	line-height: .9em;
	text-align: left;
    color: #fff;
}

.site-nav__dropdown {
    background-color: #0e0e0e;
  }

.td-text {
	margin: 10px 0 20px 0;
	font-size: 1em;
    line-height: .8em;
    color: #fff;
}

sup {
	vertical-align: super;
	font-size: .5em;
    color: #bc9a64; 
}
}
  
}