/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/jwm7xxa.css");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  font-family: "brando-sans", sans-serif;
  margin: 0;
  background: #264C33;
  font-size: 18px;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 20px;
  }
}
html *,
body * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.text--white {
  color: #ffffff;
}
.text--gold {
  color: #E8AE4A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  line-height: 1.5;
  max-width: 720px;
}

.heading--xs {
  font-size: 18px;
  line-height: 20px;
}
.heading--s {
  font-size: 21px;
  line-height: 23px;
}
.heading--m {
  font-size: 27px;
  line-height: 30px;
}
.heading--l {
  font-size: 36px;
  line-height: 40px;
}
.heading--xl {
  font-size: 44px;
  line-height: 48px;
}

.page-header {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all ease 1s;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 100;
  border-bottom: 1px solid rgba(232, 174, 74, 0.5);
}
.page-header.scrolled {
  background: rgba(38, 76, 51, 0.9);
}

@media (max-width: 576px) {
  .page-header__logo,
  .page-footer__logo {
    height: 48px;
  }
}
@media (min-width: 576px) {
  .page-header__logo,
  .page-footer__logo {
    height: 48px;
  }
}
@media (min-width: 1024px) {
  .page-header__logo,
  .page-footer__logo {
    height: 64px;
  }
}

.hero {
  width: 100vw;
  height: 64vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero {
    height: 90vh;
  }
}
.hero--video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .hero__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 576px) {
  .hero__content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .hero__content {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media (max-width: 576px) {
  .hero__content {
    margin-top: 96px;
  }
}
@media (min-width: 576px) {
  .hero__content {
    margin-top: 96px;
  }
}
@media (min-width: 1024px) {
  .hero__content {
    margin-top: 112px;
  }
}
.hero__content:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 120px;
  background-color: #E8AE4A;
  left: 10px;
  top: -20px;
  transform: rotate(16deg);
}
@media (max-width: 576px) {
  .hero__content:after {
    left: 0;
  }
}
.hero__title {
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 576px) {
  .hero__title {
    font-size: 48px;
  }
}
@media (min-width: 576px) {
  .hero__title {
    font-size: 64px;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 80px;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 88px;
  }
}

.page-footer {
  color: #264C33;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-footer__logo {
  margin-bottom: 16px;
}
.page-footer__data {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.5;
}

.title-group {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 576px) {
  .title-group {
    flex-direction: column;
    align-items: center;
  }
}

.testimonial {
  display: flex;
  gap: 24px;
}
.testimonial__photo {
  flex-basis: 100px;
  border-radius: 50px;
}
.testimonial__photo img {
  min-width: 60px;
}
@media (min-width: 768px) {
  .testimonial__photo img {
    min-width: 80px;
  }
}
@media (min-width: 1024px) {
  .testimonial__photo img {
    min-width: 80px;
  }
}

@media (max-width: 576px) {
  .inner {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}

.layout {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .layout {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 768px) {
  .layout {
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (min-width: 1024px) {
  .layout {
    margin-right: -24px;
    margin-left: -24px;
  }
}

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

.layout--space-around {
  justify-content: space-around;
}

.layout--left-aligned {
  justify-content: flex-end;
}

.layout--row-reverse {
  flex-direction: row-reverse;
}

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

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

.layout--no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.layout--no-gutters > .layout__item {
  padding-right: 0;
  padding-left: 0;
}

.layout__item {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 576px) {
  .layout__item {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .layout__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .layout__item {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .layout__item {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .layout__item {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.layout__item--auto {
  max-width: 100%;
  width: auto;
  flex: 0 0 auto;
}

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

@media (max-width: 576px) {
  .layout__item--hand-order-1 {
    order: 1;
  }
}

@media (max-width: 576px) {
  .layout__item--hand-order-2 {
    order: 2;
  }
}

.layout__item--photo {
  padding-right: 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .layout__item--photo {
    left: 0;
    padding-left: 0;
    max-height: 40vh;
    position: relative;
  }
}
@media (min-width: 576px) {
  .layout__item--photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
  }
}
.layout__item--photo img {
  object-fit: cover;
  object-position: top left;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.layout__item--photo:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  width: 100%;
  background-image: url(../images/mask/mask--white.svg);
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .layout__item--1-12,
  .layout__item--1 {
    max-width: calc(1 / 12 * 100%);
    flex: 0 0 calc(1 / 12 * 100%);
  }
  .layout__item--push-1-12,
  .layout__item--push-1 {
    margin-left: calc(1 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-1-12,
  .layout--row-reverse .layout__item--push-1 {
    margin-right: calc(1 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-1-12,
  .layout__item--pull-1 {
    margin-left: calc(1 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-1-12,
  .layout--row-reverse .layout__item--pull-1 {
    margin-right: calc(1 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--2-12,
  .layout__item--2 {
    max-width: calc(2 / 12 * 100%);
    flex: 0 0 calc(2 / 12 * 100%);
  }
  .layout__item--push-2-12,
  .layout__item--push-2 {
    margin-left: calc(2 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-2-12,
  .layout--row-reverse .layout__item--push-2 {
    margin-right: calc(2 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-2-12,
  .layout__item--pull-2 {
    margin-left: calc(2 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-2-12,
  .layout--row-reverse .layout__item--pull-2 {
    margin-right: calc(2 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--3-12,
  .layout__item--3 {
    max-width: calc(3 / 12 * 100%);
    flex: 0 0 calc(3 / 12 * 100%);
  }
  .layout__item--push-3-12,
  .layout__item--push-3 {
    margin-left: calc(3 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-3-12,
  .layout--row-reverse .layout__item--push-3 {
    margin-right: calc(3 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-3-12,
  .layout__item--pull-3 {
    margin-left: calc(3 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-3-12,
  .layout--row-reverse .layout__item--pull-3 {
    margin-right: calc(3 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--4-12,
  .layout__item--4 {
    max-width: calc(4 / 12 * 100%);
    flex: 0 0 calc(4 / 12 * 100%);
  }
  .layout__item--push-4-12,
  .layout__item--push-4 {
    margin-left: calc(4 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-4-12,
  .layout--row-reverse .layout__item--push-4 {
    margin-right: calc(4 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-4-12,
  .layout__item--pull-4 {
    margin-left: calc(4 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-4-12,
  .layout--row-reverse .layout__item--pull-4 {
    margin-right: calc(4 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--5-12,
  .layout__item--5 {
    max-width: calc(5 / 12 * 100%);
    flex: 0 0 calc(5 / 12 * 100%);
  }
  .layout__item--push-5-12,
  .layout__item--push-5 {
    margin-left: calc(5 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-5-12,
  .layout--row-reverse .layout__item--push-5 {
    margin-right: calc(5 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-5-12,
  .layout__item--pull-5 {
    margin-left: calc(5 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-5-12,
  .layout--row-reverse .layout__item--pull-5 {
    margin-right: calc(5 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--6-12,
  .layout__item--6 {
    max-width: calc(6 / 12 * 100%);
    flex: 0 0 calc(6 / 12 * 100%);
  }
  .layout__item--push-6-12,
  .layout__item--push-6 {
    margin-left: calc(6 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-6-12,
  .layout--row-reverse .layout__item--push-6 {
    margin-right: calc(6 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-6-12,
  .layout__item--pull-6 {
    margin-left: calc(6 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-6-12,
  .layout--row-reverse .layout__item--pull-6 {
    margin-right: calc(6 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--7-12,
  .layout__item--7 {
    max-width: calc(7 / 12 * 100%);
    flex: 0 0 calc(7 / 12 * 100%);
  }
  .layout__item--push-7-12,
  .layout__item--push-7 {
    margin-left: calc(7 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-7-12,
  .layout--row-reverse .layout__item--push-7 {
    margin-right: calc(7 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-7-12,
  .layout__item--pull-7 {
    margin-left: calc(7 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-7-12,
  .layout--row-reverse .layout__item--pull-7 {
    margin-right: calc(7 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--8-12,
  .layout__item--8 {
    max-width: calc(8 / 12 * 100%);
    flex: 0 0 calc(8 / 12 * 100%);
  }
  .layout__item--push-8-12,
  .layout__item--push-8 {
    margin-left: calc(8 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-8-12,
  .layout--row-reverse .layout__item--push-8 {
    margin-right: calc(8 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-8-12,
  .layout__item--pull-8 {
    margin-left: calc(8 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-8-12,
  .layout--row-reverse .layout__item--pull-8 {
    margin-right: calc(8 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--9-12,
  .layout__item--9 {
    max-width: calc(9 / 12 * 100%);
    flex: 0 0 calc(9 / 12 * 100%);
  }
  .layout__item--push-9-12,
  .layout__item--push-9 {
    margin-left: calc(9 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-9-12,
  .layout--row-reverse .layout__item--push-9 {
    margin-right: calc(9 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-9-12,
  .layout__item--pull-9 {
    margin-left: calc(9 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-9-12,
  .layout--row-reverse .layout__item--pull-9 {
    margin-right: calc(9 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--10-12,
  .layout__item--10 {
    max-width: calc(10 / 12 * 100%);
    flex: 0 0 calc(10 / 12 * 100%);
  }
  .layout__item--push-10-12,
  .layout__item--push-10 {
    margin-left: calc(10 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-10-12,
  .layout--row-reverse .layout__item--push-10 {
    margin-right: calc(10 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-10-12,
  .layout__item--pull-10 {
    margin-left: calc(10 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-10-12,
  .layout--row-reverse .layout__item--pull-10 {
    margin-right: calc(10 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--11-12,
  .layout__item--11 {
    max-width: calc(11 / 12 * 100%);
    flex: 0 0 calc(11 / 12 * 100%);
  }
  .layout__item--push-11-12,
  .layout__item--push-11 {
    margin-left: calc(11 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-11-12,
  .layout--row-reverse .layout__item--push-11 {
    margin-right: calc(11 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-11-12,
  .layout__item--pull-11 {
    margin-left: calc(11 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-11-12,
  .layout--row-reverse .layout__item--pull-11 {
    margin-right: calc(11 / 12 * -100%);
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .layout__item--12-12,
  .layout__item--12 {
    max-width: calc(12 / 12 * 100%);
    flex: 0 0 calc(12 / 12 * 100%);
  }
  .layout__item--push-12-12,
  .layout__item--push-12 {
    margin-left: calc(12 / 12 * 100%);
  }
  .layout--row-reverse .layout__item--push-12-12,
  .layout--row-reverse .layout__item--push-12 {
    margin-right: calc(12 / 12 * 100%);
    margin-left: 0;
  }
  .layout__item--pull-12-12,
  .layout__item--pull-12 {
    margin-left: calc(12 / 12 * -100%);
  }
  .layout--row-reverse .layout__item--pull-12-12,
  .layout--row-reverse .layout__item--pull-12 {
    margin-right: calc(12 / 12 * -100%);
    margin-left: 0;
  }
}
.page-section--relative {
  position: relative;
}
.page-section--off-white {
  background-color: #dee5e1;
}
.page-section--white {
  background-color: #ffffff;
}
.page-section--tinted {
  background-color: #dee5e1;
}
.page-section--image {
  background-color: #264C33;
  background-size: cover;
  background-blend-mode: lighten;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .page-section--image {
    background-attachment: fixed;
  }
}

.page-section--overflow-hidden {
  overflow: hidden;
}

.page-section__inner {
  margin: 0 auto;
}
@media (max-width: 576px) {
  .page-section__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 576px) {
  .page-section__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner {
    max-width: 1200px;
  }
}
.page-section__inner--white {
  background-color: #ffffff;
}
.page-section__inner--forest {
  background-color: #264C33;
}
.page-section__inner--gold {
  background-color: #E8AE4A;
}
.page-section__inner--photo {
  background-image: url(../images/backgrounds/celebrate-2.jpg);
  background-position: right top;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: 50%;
}

@media (max-width: 576px) {
  .page-section__inner--padded-top-small {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner--padded-top-small {
    padding-top: 40px;
  }
}

@media (max-width: 576px) {
  .page-section__inner--padded-bottom-small {
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner--padded-bottom-small {
    padding-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .page-section__inner--padded-top {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner--padded-top {
    padding-top: 80px;
  }
}

@media (max-width: 576px) {
  .page-section__inner--padded-bottom {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .page-section__inner--padded-bottom {
    padding-bottom: 80px;
  }
}

.page-section__title {
  color: #E8AE4A;
  font-size: 27px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .page-section__title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .page-section__title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .page-section__title {
    font-size: 60px;
  }
}
.page-section__title--centered {
  text-align: center;
}

.spacing {
  width: 100%;
}
@media (max-width: 576px) {
  .spacing {
    height: 32px;
  }
}
@media (min-width: 576px) {
  .spacing {
    height: 48px;
  }
}
@media (min-width: 768px) {
  .spacing {
    height: 64px;
  }
}
@media (min-width: 1024px) {
  .spacing {
    height: 80px;
  }
}
@media (max-width: 576px) {
  .spacing--small {
    height: 16px;
  }
}
@media (min-width: 576px) {
  .spacing--small {
    height: 24px;
  }
}
@media (min-width: 768px) {
  .spacing--small {
    height: 32px;
  }
}
@media (min-width: 1024px) {
  .spacing--small {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .spacing--large {
    height: 48px;
  }
}
@media (min-width: 576px) {
  .spacing--large {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .spacing--large {
    height: 96px;
  }
}
@media (min-width: 1024px) {
  .spacing--large {
    height: 128px;
  }
}
.spacing.spacing--notsmall {
  height: 0;
}
