html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}
a:hover{
	color: #fff;
}
a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	background-color: #fff;
	font-size: 12px;
	font-family: aktiv-grotesk, sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}

@media(min-width:700px) {
	body {
		font-size: 16px
	}
}

@media(min-width:1170px) {
	body {
		font-size: 18px
	}
}

.app {
	transition: transform 400ms ease;
	z-index: 10;
	background-color: #fff
}

.app.open {
	transform: translateX(-182px);
	z-index: -1
}

.button, .hs-button  {
	display: inline-block;
	background-color: #3B5D69;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	border: none;
	text-decoration: none;
	padding: 12px 32px;
	padding: .45rem 2rem .95rem;
	cursor: pointer;
    font-family: "mrs-eaves-roman-all-petite-c",sans-serif !important;
    border-radius: 10px;
    font-size: 33px;
}

.button:hover {
	background-color: #33505a;
}

.button-inverse {
	display: inline-block;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	padding: 8px 16px;
	padding: .5rem 1rem;
	cursor: pointer
}

.button-inverse:hover {
	background-color: rgba(255, 255, 255, .8)
}

.button-ghost {
	display: inline-block;
	background-color: transparent;
	color: #000;
	text-decoration: none;
	padding: 8px 16px;
	padding: .5rem 1rem;
	border: 1px solid #000;
	cursor: pointer;
    font-family: "garamond-premier-pro",serif !important;
}

.button-ghost:hover {
	background-color: #fff;
	border: 1px solid #fff
}

.button-ghost-inverse {
	display: inline-block;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	padding: .5rem 1rem;
	border: 1px solid #fff;
	cursor: pointer
}

.button-ghost-inverse:hover {
	background-color: #000;
	border: 1px solid #000
}
.author-text .button.row-4{
    grid-row: 4;
    margin: 10px 0;
}

a {
	font-weight: 700;
	color: #008cc5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 700
}

h1 {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -.02em;
	font-family: aktiv-grotesk, sans-serif;
	text-transform: uppercase;
	font-weight: 100
}

@media(min-width:700px) {
	h1 {
		font-size: 36px
	}
}

@media(min-width:1000px) {
	h1 {
		font-size: 50px;
		font-weight: 300;
		line-height: 67px
	}
}

h2 {
	font-size: 30px;
	line-height: 1.23;
	font-weight: 400;
	letter-spacing: -.02em;
	font-family: aktiv-grotesk, sans-serif
}

h2.section-header {
	margin-top: 0;
	font-size: 30px;
	line-height: 1.23;
    font-family:"mrs-eaves-roman-all-petite-c",sans-serif !important;
    text-transform: uppercase;
    letter-spacing: .222rem;
    color:#000;
}

@media(min-width:700px) {
	h2.section-header {
		font-size: 50px
	}
}

h3 {
	font-size: 30px;
	line-height: 1.23;
	font-family: p22-mackinac-pro, serif
}

h4 {
	font-size: 22px;
	line-height: 1.38
}

small {
	font-size: 9px;
	line-height: 1
}

p {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 100
}

@media(min-width:1000px) {
	p {
		font-size: 1.15rem
	}
}

em {
	font-style: italic
}

strong {
	font-weight: 700
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0
}

ul {
	font-family: aktiv-grotesk, sans-serif
}

img {
	width: 100%
}

.flex-video {
	height: 0;
	margin-bottom: 14.222px;
	margin-bottom: .88889rem;
	overflow: hidden;
	padding-bottom: 56%;
	position: relative
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0
}

.section-inner {
	max-width: 1170px;
	margin: auto
}

@media(min-width:600px) {
	.two-up {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}
}

.flex-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.main-nav {
	background-color: #3b5d69;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 182px;
}



.main-nav.open {
	z-index: 10
}

.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 32px;
	padding: 2rem
}

@media(min-width:700px) {
	.main-nav ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 1rem 0
	}
}

.main-nav ul li {
	margin: 0 0 16px;
	margin: 0 0 1rem
}

@media(min-width:700px) {
	.main-nav ul li {
		margin: 0 0 0 .5rem;
		color: #008cc5
	}
	.main-nav ul li:after {
		content: "|";
		font-size: 32px;
		font-weight: 100;
		color: #3B5D69;
	}
	.main-nav ul li:last-child:after {
		content: ""
	}
}

.main-nav ul li a {
	text-transform: uppercase;
	text-decoration: none;
    font-size: 16px;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 400;
    font-family: "mrs-eaves-roman-all-petite-c",sans-serif !important;
    color: #3B5D69 ;
}


@media(min-width:700px) {
	.main-nav ul li a {
		padding-right: .5rem
	}
}

.hero {
	background: #EBB39A;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 24px;
	padding: 1.5rem
}

@media(min-width:700px) {
	.hero {
		padding: 6rem 1.5rem 3rem
	}
}

@media(min-width:1000px) {
	.hero {
		padding: 6rem 3rem
	}
}

.hero .section-inner {
	max-width: 1170px;
	margin: 0 auto
}

.hero .nav-trigger {
	position: absolute;
	top: 24px;
	top: 1.5rem;
	right: 24px;
	right: 1.5rem;
	z-index: 10
}

@media(min-width:700px) {
	.hero .nav-trigger {
		display: none
	}
}

.hero .two-up {
	display: -ms-grid;
	display: grid
}

@media(min-width:700px) {
	.hero .two-up {
		-ms-grid-columns: 1fr 300px;
		grid-template-columns: 1fr 300px;
		gap: 2rem;
		-ms-flex-align: center;
		align-items: center
	}
}

@media(min-width:1000px) {
	.hero .two-up {
		-ms-grid-columns: 1fr auto;
		grid-template-columns: 1fr auto;
		gap: 6rem
	}
}

@media(min-width:1000px) and (min-width:1000px) {
	.hero .two-up {
		padding: 2rem 0 0
	}
}

.hero .two-up .hero-buttons .button {
	margin: 16px 0 0;
	margin: 1rem 0 0
}

.hero .two-up .hero-image {
	max-width: 220px
}

@media(min-width:700px) {
	.hero .two-up .hero-image {
		max-width: 475px;
		-ms-flex-order: 2;
		order: 2
	}
}

.hero .two-up .hero-text {
	-ms-flex-order: 2;
	order: 2
}

@media(min-width:700px) {
	.hero .two-up .hero-text {
		-ms-flex-order: initial;
		order: initial
	}
}

.hero .two-up .hero-text h1 {
    margin: 0 0 1rem;
    font-family: "garamond-premier-pro",serif !important;
    font-weight: 400;
    color: #3B5D69;
    text-transform: inherit;
    font-size: 42px;
    line-height: 1.1;
}

@media(min-width:700px) {
	.hero .two-up .hero-text h1 {
        margin: 0 0 1rem;
        font-family: "garamond-premier-pro",serif !important;
        font-weight: 400;
        color: #3B5D69;
        text-transform: inherit;
        font-size: 82px;
        line-height: 1.1;
	}
}

.hero .two-up .hero-text p {
	font-size: 30px;
	line-height: 1.23;
	font-weight: 700;
	font-family: p22-mackinac-pro, serif;
	font-style: italic;
	margin: 16px 0;
	margin: 1rem 0
}

@media(min-width:700px) {
	.hero .two-up .hero-text p {
		font-size: 32px;
		line-height: 1.3;
	}
}

.about {
	background-color: #fff
}

@media(min-width:1000px) {
	.about {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}

.about-text {
	background-color: #A3BECF;
	padding: 24px;
	padding: 1.5rem;
	margin-bottom: 32px;
	margin-bottom: 2rem
}
.hs-fieldtype-text .hs-input:hover{
	-webkit-box-shadow: -1px 2px 5px 0px rgba(89,89,89,1);
	-moz-box-shadow: -1px 2px 5px 0px rgba(89,89,89,1);
	box-shadow: -1px 2px 5px 0px rgba(89,89,89,1);
}
@media(min-width:700px) {
	.about-text {
		padding: 6rem 3rem 6rem 6rem
	}
}

@media(min-width:1000px) {
	.about-text {
		margin: 0
	}
}

.about-text h2 {
	color: #000;
}

@media(min-width:700px) {
	.about-text header,
	.about-text article {
		max-width: 466px;
		margin: 0 auto
	}
}

.about-text article p {
	color: #000;
}

@media(min-width:1000px) {
	.about-text article p {
		line-height: 1.5
	}
}
article ul{
    padding-left: 15px;
}
article ul li{
    line-height: 26px;
}
.about-text .bold {
	font-weight: 700;
	text-transform: uppercase
}

.banner {
	background-color: rgba(255, 192, 203, .5);
	text-align: center;
	padding: 16px 32px;
	padding: 1rem 2rem;
	margin: 0 0 48px;
	margin: 0 0 3rem
}

@media(min-width:1000px) {
	.banner {
		margin: 0 0 2rem
	}
}

.banner p {
	margin: 0
}

.banner .date {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.6;
	font-style: italic
}

.banner .headline {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 500
}

.about-purchase {
	background-color: #FFF6EB;
	padding: 32px 24px;
	padding: 2rem 1.5rem
}

@media(min-width:1000px) {
	.about-purchase {
		padding: 6rem 3rem
	}
}

@media(min-width:700px) {
	.purchase-grid-header {
		max-width: 460px;
		margin: auto
	}
}

.about-purchase-header {
    text-transform: uppercase;
    font-size: 39px;
    font-size: 1.rem;
    font-family: "mrs-eaves-roman-all-petite-c",sans-serif !important;
    font-weight: 300;
    text-align: center;
}

.purchase-toggle {
	background-color: #D0DADC;
	padding: 8px;
	padding: .5rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	border-radius: 12px;
	font-family: "mrs-eaves-roman-all-petite-c",sans-serif !important;
    text-align: center;
}

@media(min-width:700px) {
	.purchase-toggle {
		margin-bottom: 2rem
	}
}

@media(min-width:1000px) {
	.purchase-toggle {
		margin-bottom: 1.5rem
	}
}

.carousel .carousel-caption {
top: 60px;
}

.carousel .bg-carousel {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

  @media only screen and (max-width: 767px) {
	.carousel .bg-carousel {
	  min-height: 861px;
	}
	.carousel .bg-carousel .d-none {
	  display: block !important;
	}
	.carousel .bg-carousel p {
	  font-size: 21px;
	}
	.carousel .bg-carousel .author-label, .carousel .bg-carousel h2 {
	  font-size: 18px;
	}
	h2.section-header{
		font-size: 46px;
		line-height: .8;
	}

  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel .bg-carousel {
	  min-height: 650px;
	}
	.carousel-caption p,.carousel-caption h2{
		font-size: 24px	!important;
	}
	.carousel-caption p.author-label{
		font-size: 19px;
	}
	.carousel .bg-carousel .d-none {
	  display: block !important;
	}
  }

  @media only screen and (min-width: 992px) {
	.carousel .bg-carousel {
	  min-height: 600px;
	}
  }

  @media only screen and (min-width: 992px) and (max-width: 1024px) {
	.carousel .bg-carousel {
	  min-height: 590px;
	}

  }

  @media only screen and (min-width: 1024px) and (max-width: 1240px) {
	.carousel .bg-carousel {
	  min-height: 800px;
	}
	.carousel .bg-carousel p {
	  font-size: 33px;
	}
  }

  @media only screen and (min-width: 1340px) {
	.carousel .bg-carousel {
	  min-height: 600px;
	}
  }

  @media only screen and (min-width: 1550px) and (max-width: 1645px) {
	.carousel .bg-carousel {
	  min-height: 600px;
	}
  }

  @media only screen and (min-width: 1646px) {
	.carousel .bg-carousel {
	  min-height: 600px;
	}
  }

  @media only screen and (max-width: 410px) {
	.carousel .bg-carousel {
	  min-height: 620px;
	}
	.carousel .bg-carousel .carousel-caption {
	  top: 0;
	}
	.carousel .bg-carousel .d-none {
	  display: block !important;
	}
	.carousel .bg-carousel p {
	  font-size: 21px;
	}
	.carousel .bg-carousel .author-label, .carousel .bg-carousel h2 {
	  font-size: 18px;
	}
  }

  .carousel-indicators [data-bs-target] {
	width: 34px;
	height: 34px;
	border: 6px solid #9cadb3;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	background-clip: border-box;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	border-radius: 100%;
	opacity: 1;
	margin-left: 15px;
	margin-right: 15px;
  }

  .carousel-indicators [data-bs-target].active {
	border-color: #3B5D69;
	background-color: #3B5D69;
  }

  .carousel-content {
	position: relative;
	width: 100%;
	max-width: 1028px;
	margin: 90px auto;
	padding: 60px 105px;
	background-color: rgba(255, 255, 255, 0.9);
  }

  .carousel-content:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -40px;
	display: block;
	border: 30px solid transparent;
	border-top-color: rgba(255, 255, 255, 0.9);
  }
  .carousel-caption p{
    font-family: "garamond-premier-pro",serif !important;
    font-size: 31px;
    color: #000;
    font-weight: 400;
  }
  .carousel-caption h2{
	  font-family: "aktiv-grotesk-thin",sans-serif !important;
	  margin-top: 50px;
	  font-size: 28px;
	  font-weight: 600;
  }
  .section-waterfall {
	margin-top: 170px;
  }

  .section-waterfall h4.title-4 {
	color: #CE5757;
  }



  .carousel-item {
	z-index: 999;
  }
.section-order{
	background: #EBB39A;
	padding:60px 0;
	display: none;
}
.purchase-toggle button {
	text-transform: uppercase;
	font-size: 30px;
	padding: 16px;
	padding: 1rem;
	border: 0;
	background: transparent;
	text-align: center
}

.purchase-toggle button.active {
    background-color: #EBB39A;
    color: #000;
	pointer-events: none;
	border-radius: 12px
}

.purchase-grid {
	list-style: none;
	padding: 8px;
	padding: .5rem;
	margin: 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
	gap: 8px;
	gap: .5rem;
	background-color: #A3BECF;
	border-radius: 11px
}

@media(min-width:700px) {
	.purchase-grid {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
		padding: 1rem
	}
}

@media(min-width:1000px) {
	.purchase-grid {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
}

.purchase-grid li {
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 11px;
	min-height: 70px
}

.purchase-grid img {
	display: block;
	border-radius: 11px
}

.video {
	margin-top: 32px;
	margin-top: 2rem
}

@media(min-width:1170px) {
	.video {
		padding: 3rem 0 2rem
	}
}

.video-caption {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	font-size: 1.5rem
}

.reviews {
	padding: 24px 48px;
	padding: 1.5rem 3rem;
	margin-top: 32px;
	margin-top: 2rem;
	background-color: #008cc5
}

@media(min-width:700px) {
	.reviews {
		padding: 2rem 3rem 3rem
	}
}

.reviews .section-inner {
	max-width: 900px;
	margin: auto
}

.reviews h2 {
	font-size: 30px;
	line-height: 1.23;
	font-family: p22-mackinac-pro, serif;
	text-align: center;
	font-style: italic
}

.reviews h2 cite {
	font-style: normal
}

.reviews ul {
	list-style: none;
	padding: 0;
	margin: 0
}

@media(min-width:700px) {
	.reviews ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.reviews ul li {
	text-align: center;
	margin: 0 0 16px;
	margin: 0 0 1rem
}

@media(min-width:700px) {
	.reviews ul li {
		margin: 0 1rem
	}
}

@media(min-width:1000px) {
	.reviews ul li {
		margin: 0 2rem
	}
}

.reviews ul li img {
	max-width: 200px
}

.endorsements {
	padding: 24px 24px 0;
	padding: 1.5rem 1.5rem 0
}

@media(min-width:700px) {
	.endorsements {
		padding: 3rem 3rem 0
	}
}

@media(min-width:1000px) {
	.endorsements {
		padding: 6rem 3rem 2rem
	}
}

.endorsements ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.endorsements ul.slick-dots {
	margin: 32px 0;
	margin: 2rem 0
}

.endorsements ul.endorsements-list {
	max-width: 650px;
	margin: 0 auto
}

@media(min-width:1000px) {
	.endorsements ul.endorsements-list {
		max-width: 970px
	}
}

.endorsements ul li {
	text-align: center
}

.endorsements ul li .endorsement-text {
	font-weight: 400;
	font-family: p22-mackinac-pro, serif;
	font-size: 25.6px;
	font-size: 1.6rem;
	line-height: 1.3;
	font-style: italic
}

@media(min-width:1000px) {
	.endorsements ul li .endorsement-text {
		font-size: 1.77rem
	}
}

.endorsements ul li .endorsement-author {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0
}

@media(min-width:700px) {
	.endorsements ul li .endorsement-author {
		font-size: 1.5rem;
		font-weight: 300
	}
}

.endorsements ul li .endorsement-credential {
	font-size: 10.56px;
	font-size: .66rem;
	font-weight: 700;
	margin: 0
}

@media(min-width:700px) {
	.endorsements ul li .endorsement-credential {
		font-size: 1rem
	}
}

.slick-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.slick-dots li {
	margin: 0 16px;
	margin: 0 1rem;
	border: 5px solid #008cc5;
	border-radius: 50%;
	width: 40px;
	height: 40px
}

.slick-dots li.slick-active {
	background-color: #008cc5;
	pointer-events: none
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent
}

.author {
	background-color: #a5c2cc;
	margin-top: 32px;
	margin-top: 2rem
}

@media(min-width:700px) {
	.author {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-flex-align: center;
		align-items: center
	}
}

@media(min-width:1000px) {
	.author {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: auto 1fr;
		grid-template-columns: auto 1fr;
		-ms-flex-align: center;
		align-items: center
	}
}

.author-image {
	position: relative
}

.author-image img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top right;
	object-position: top right;
	height: 500px;
	display: block
}

@media(min-width:700px) {
	.author-image img {
		height: auto;
		position: -webkit-sticky;
		position: sticky;
		top: 0
	}
}

@media(min-width:1000px) {
	.author-image img {
		position: relative;
		height: auto;
		width: auto
	}
}

.author-text {
	padding: 24px;
	padding: 1.5rem;
	background-color: #a5c2cc
}

@media(min-width:700px) {
	.author-text {
		padding: 2rem 3rem
	}
}

@media(min-width:1000px) {
	.author-text {
		-ms-grid-row-align: center;
		align-self: center;
		padding: 3rem 6rem;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 70px;
		grid-template-columns: 1fr 70px;
		-ms-grid-rows: auto 1fr auto;
		grid-template-rows: auto 1fr auto;
		grid-column-gap: 6rem
	}
}

@media(min-width:1000px) and (max-width:1200px) {
	.author-text {
		-ms-grid-columns: 1fr 0;
		grid-template-columns: 1fr 0;
		padding: 6rem 0 6rem 3rem
	}
}

@media(min-width:1000px) {
	.author-text article {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2
	}
	.author-text article p {
		line-height: 1.5;
		font-size: 1.18rem
	}
}

.author-text .button {
	margin: 16px 0 32px;
	margin: 1rem 0 1rem
}

@media(min-width:1000px) {
	.author-text .button {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 3;
		grid-row: 3;
		width: 70%;
		line-height: 24px;
		font-size: 28px;
		text-align: center
	}
}

@media(min-width:1000px) {
	.author-text footer {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 2;
		grid-row: 2
	}
}

.author-text .social-links {
	list-style: none;
	padding: 24px 16px;
	padding: 1.5rem 1rem;
	margin: 0;
	background: #f2f3db;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 11px
}

@media(min-width:1000px) {
	.author-text .social-links {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		-ms-grid-column-align: center;
		justify-items: center
	}
}

@media(min-width:1000px) {
	.author-text .social-links img {
		width: 36px;
		height: 36px
	}
}

.related {
	background-color: #a5c2cc;
	padding: 24px;
	padding: 1.5rem
}

@media(min-width:700px) {
	.related {
		padding: 3rem 1.5rem
	}
}

.related h2 {
	text-align: center;
	margin: 0 0 32px;
	margin: 0 0 2rem
}

.related .related-books-list {
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto
}

@media(min-width:700px) {
	.related .related-books-list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		-ms-grid-column-align: center;
		justify-items: center
	}
}

@media(min-width:1000px) {
	.related .related-books-list {
		max-width: 850px;
		margin: 0 auto
	}
}

.related .related-books-list p {
	font-size: 10.56px;
	font-size: .66rem;
	margin-top: 8px;
	margin-top: .5rem;
	line-height: 14.4px;
	line-height: .9rem
}

.related .related-book {
	margin-right: 16px;
	margin-right: 1rem
}

.related .related-book img {
	width: 126px
}

@media(min-width:700px) {
	.related .related-book img {
		width: 200px
	}
}

@media(min-width:1000px) {
	.related .related-book img {
		width: 250px
	}
}
.download-wallpaper{
	margin-top:20px;
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10rem;
}
.footer {
	background-color: #060c2e;
	color: #fff;
	padding: 40px 24px;
	padding: 2.5rem 1.5rem
}

.footer-inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 1fr;
	grid-template-columns: auto 1fr;
	gap: 32px;
	gap: 2rem
}

@media(min-width:700px) {
	.footer-inner {
		gap: 1rem
	}
}

@media(min-width:1000px) {
	.footer-inner {
		-ms-grid-columns: auto auto 1fr;
		grid-template-columns: auto auto 1fr;
		-ms-flex-align: center;
		align-items: center
	}
}

.footer-inner .logo {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1
}

@media(min-width:700px) {
	.footer-inner .logo {
		-ms-grid-row-span: 2;
		-ms-grid-row: 1;
		grid-row: 1 / span 2
	}
}

@media(min-width:1000px) {
	.footer-inner .logo {
		-ms-grid-row: 1;
		grid-row: 1
	}
}

@media(min-width:700px) {
	.footer-inner .logo img {
		max-width: 100px
	}
}

.footer-inner .copyright {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1
}

@media(min-width:700px) {
	.footer-inner .copyright p {
		margin: 0
	}
}

.footer-inner .copyright ul {
	list-style: none;
	margin: 0;
	padding: 0
}

@media(min-width:700px) {
	.footer-inner .copyright ul {
		display: -ms-flexbox;
		display: flex
	}
}

.footer-inner .copyright ul li {
	margin: 4px 0;
	margin: .25rem 0
}

@media(min-width:700px) {
	.footer-inner .copyright ul li {
		margin: 0
	}
	.footer-inner .copyright ul li:after {
		content: "|";
		padding: 0 .5rem
	}
	.footer-inner .copyright ul li:last-child:after {
		content: ""
	}
}

.footer-inner .copyright ul li a {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 100;
	text-decoration: none
}

.footer-inner .social-links {
	list-style: none;
	margin: 0;
	padding: 0;
	-ms-grid-column-span: all;
	-ms-grid-column: 1;
	grid-column: 1 / span all;
	-ms-grid-row: 2;
	grid-row: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

@media(min-width:700px) {
	.footer-inner .social-links {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media(min-width:1000px) {
	.footer-inner .social-links {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 1;
		grid-row: 1;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.footer-inner .social-links li {
	max-width: 45px
}

@media(min-width:700px) {
	.footer-inner .social-links li {
		margin-right: 1rem
	}
}
.carousel-caption p.author-label{
    font-weight: 300;
    font-size: 23px;
    font-family: "aktiv-grotesk-thin",sans-serif !important;
}
@media(min-width:1200px){
	.section-container{
		max-width: 1170px;
		margin: 0 auto;
	}
}
.section-container h3{
	text-align: center;
    font-family: "garamond-premier-pro",serif !important;
    font-size: 40px;
    font-weight: 300;
}
.section-container p{
	text-align: center;
    font-family: "mrs-eaves-roman-all-petite-c",sans-serif !important;
    font-size: 39px;
}
.hs-form {
    text-align: center;
    max-width: 1060px;
    margin: 0 auto;
}
.hs-error-msg,.hs-error-msgs .hs-main-font-element{
	color: #c30000;

}
.hs-form-booleancheckbox-display a{
	color: #3b5d69;
}
.hs-error-msgs .hs-main-font-element{
	font-weight: 600;
}
.hs-fieldtype-text {
    width: 39%;
    display: inline-block;
    text-align: left;
	margin: 20px;
	position: relative;
}
.hs-fieldtype-text .hs-error-msg{
	position: absolute;
	left: 0;
}
.no-list{
	padding-left: 0;
}
.hs-fieldtype-text .hs-input:focus{
	box-shadow: -1px 0px 5px 0px rgba(158,158,158,0.75);
-webkit-box-shadow: -1px 0px 5px 0px rgba(158,158,158,0.75);
-moz-box-shadow: -1px 0px 5px 0px rgba(158,158,158,0.75);
}
.hs-fieldtype-text .hs-input{
	line-height: 24;
    width: 100%;
    height: 52px;
	padding: 10px;
    border-radius: 7px;
    border: none;
}
.inputs-list li{
	list-style: none;
	text-align: left;
}
.inputs-list li input[type=checkbox], input[type=radio]{
	margin-right: 10px;
}
.tk-garamond-premier-pro { font-family: "garamond-premier-pro",serif !important;  }
.tk-aktiv-grotesk { font-family: "aktiv-grotesk",sans-serif !important; }
.tk-mrs-eaves-roman-all-petite-c { font-family: "mrs-eaves-roman-all-petite-c",sans-serif !important; }
.tk-aktiv-grotesk-thin { font-family: "aktiv-grotesk-thin",sans-serif !important; }
@media (max-width:1024px){
	.author-text{
		grid-column-gap: 0;
		padding: 3rem 3rem  6rem 3rem;
	}
	.button, .hs-button{
		line-height: 24px;
	}
	.hs-form{
		padding:20px;
	}
	.author-text .button{
		width: 100%;
	}
	.download-wallpaper{
		grid-gap: 5rem;
	}
}
.m-10{
	margin-left: 10px;
}
.thankyou .section-order{
	min-height: calc(100vh - 187px);
	padding-top: 14%;
}
.inputs-list li + li{
	display: none !important;
}
@media (max-width: 767px){
	.download-wallpaper{
		margin-top:20px;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: auto 1fr;
		grid-template-columns: 1fr;
		-ms-flex-align: center;
		align-items: center;
		grid-gap: 2rem;
	}
	.hs-fieldtype-text {
		width: 90%;
	}
	.purchase-toggle button{
		font-size: 27px;
	}
	.section-container h3{
		font-size: 30px;
	}
	.section-container h3{
		line-height: 35px;
	}
	.hs-richtext p{
		line-height: 24px;
	}
	.carousel-indicators [data-bs-target]{
		height: 19px;
		border: 2px solid #9cadb3;
		padding: 7px;
	}
	.button, .hs-button{
		font-size: 27px;
	}
	.carousel .bg-carousel p{
		font-size: 18px;
	}
	.carousel-indicators {
		bottom: 0;
	}
	.main-nav ul li{
		margin:0;
	}
	.main-nav ul li a{
		font-size: 24px;
	}
	.hero .two-up .hero-text h1{
		margin-top:20px;
	}
	.main-nav ul li a{
		color:#fff;
	}
	.m-10{
		margin-top: 20px;
	}
}
.thankyou .hs_privacy_agreement_checkbox .inputs-list, .hs-main-font-element{
	padding-left: 0 !important;
}
.thankyou .section-order{
	padding-right:20px;
	padding-left:20px;
}
@media(min-width:700px) {
	.main-nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: initial;
		z-index: initial;
		transform: translateX(0);
		background-color: transparent
	}
	.hs_privacy_agreement_checkbox .inputs-list{
		padding-left: 95px !important;
	}
	.inputs-list{
		padding-left: 95px;
	}
}
