@charset "UTF-8";
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Variables
| Author: P11
| Visit us: @ p11.com
|--------------------------------------------------------------------------
/* GLOBAL*/
/* FONTS*/
/* COLORS */
/* BREAKPOINTS */
/* Extra small mobile */
/* Mobile */
/* Tablet */
/* Middle Sized Devices */
/* Small Laptop */
/* Large Laptop / Desktop */
/* Large Desktop */
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Mixins
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
| 1. Resets
| 2. Positioning
|
| Notes: Define patterns of property value pairs, which can then be reused in other rule sets
|
*/
/*
| Font Smoothing
| --------------------------------------------------
|
| Aligns most of the browsers with the same font antialiasing.
|
*/
/*
| Strict Button Style
| --------------------------------------------------
|
| Sets the button style appearance to none for various
| mobile browsers and OS's that will auto change the styling
|
*/
/*
| Positioning
| --------------------------------------------------
|
| The following mixins are used for positioning elements
| via the absolute rule
|
*/
/*
| Transition
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| transition property
|
*/
/*
| Box Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| box-shadow property
|
*/
/*
| Text Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| text-shadow property
|
*/
/*
| SVG Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| filter property
|
*/
/*
| Responsive Media Query Mixins
| --------------------------------------------------
|
| The following mixins are used for applying various
| media queries and specified breakpoints
|
*/
/*
| Transparent Colors
| --------------------------------------------------
|
| Function for creating transparent colors.
|
*/
/*
| Gradient Backgrounds
| --------------------------------------------------
|
| Mixin for creating gradient backgrounds
| @include bg-gradient(fn-transparent-color($color-black, 1), fn-transparent-color($color-black, 0), top, bottom, 0%, 100%);
|
*/
/*
| Rotation
| --------------------------------------------------
|
| Mixin for applying the correct browser prefixes for the
| transform: rotate property
|
*/
/*
| Keyframe animations
| --------------------------------------------------
| Mixin for applying animations to elements
|
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Meyer Reset
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
|
*/
@import url("https://use.typekit.net/yhm8llo.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
b,
i,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000000;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

button,
input[type=submit] {
  border-radius: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

*,
*:before,
*:after {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 400 normal 16px/16px Arial, Helvetica, sans-serif;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

section {
  position: relative;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
textarea {
  font: inherit;
}

input[type=submit] {
  box-shadow: none;
}

textarea {
  resize: vertical;
  font-family: inherit;
  font-size: inherit;
}

a,
.trans {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a {
  color: #000;
}

a:hover {
  color: #eee;
}

a:active {
  color: #eee;
}

p {
  font-size: 1em;
  line-height: 1.5em;
}

article p {
  line-height: 1.75em;
}

/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com

/*
|--------------------------------------------------------------------------
| Grid
|--------------------------------------------------------------------------
|
| This file holds all of the grid / structure related styles for the site.
|
*/
.full {
  width: 100%;
}

.half {
  width: 50%;
}
@media (max-width: 768px) {
  .half {
    width: 100%;
  }
  .half.md-half {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .half {
    width: 100%;
  }
  .half.md-half {
    width: 100%;
  }
  .half.sm-half {
    width: 50%;
  }
}

.third {
  width: 33.33333333%; /* IE Fallback */
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .third {
    width: 100%;
  }
  .third.md-third {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .third {
    width: 100%;
  }
  .third.md-third {
    width: 100%;
  }
  .third.sm-third {
    width: 33.3333333333%;
  }
}

.twothird,
.two-third {
  width: 66.66%; /* IE Fallback */
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  .twothird,
  .two-third {
    width: 100%;
  }
  .twothird.md-twothird, .twothird.md-two-third,
  .two-third.md-twothird,
  .two-third.md-two-third {
    width: 66.6666666667%;
  }
}
@media (max-width: 640px) {
  .twothird,
  .two-third {
    width: 100%;
  }
  .twothird.md-twothird, .twothird.md-two-third,
  .two-third.md-twothird,
  .two-third.md-two-third {
    width: 100%;
  }
  .twothird.sm-twothird, .twothird.sm-two-third,
  .two-third.sm-twothird,
  .two-third.sm-two-third {
    width: 66.6666666667%;
  }
}

.fourth {
  width: 25%;
}
@media (max-width: 768px) {
  .fourth {
    width: 100%;
  }
  .fourth.md-fourth, .fourth.md-fourth {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .fourth {
    width: 100%;
  }
  .fourth.md-fourth, .fourth.md-fourth {
    width: 100%;
  }
  .fourth.sm-fourth, .fourth.sm-fourth {
    width: 25%;
  }
}

.twofourth,
.two-fourth {
  width: 50%;
}
@media (max-width: 768px) {
  .twofourth,
  .two-fourth {
    width: 100%;
  }
  .twofourth.md-fourth, .twofourth.md-fourth,
  .two-fourth.md-fourth,
  .two-fourth.md-fourth {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .twofourth,
  .two-fourth {
    width: 100%;
  }
  .twofourth.md-fourth, .twofourth.md-fourth,
  .two-fourth.md-fourth,
  .two-fourth.md-fourth {
    width: 100%;
  }
  .twofourth.sm-fourth, .twofourth.sm-fourth,
  .two-fourth.sm-fourth,
  .two-fourth.sm-fourth {
    width: 50%;
  }
}

.threefourth,
.three-fourth {
  width: 75%;
}
@media (max-width: 768px) {
  .threefourth,
  .three-fourth {
    width: 100%;
  }
  .threefourth.md-threefourth, .threefourth.md-three-fourth,
  .three-fourth.md-threefourth,
  .three-fourth.md-three-fourth {
    width: 75%;
  }
}
@media (max-width: 640px) {
  .threefourth,
  .three-fourth {
    width: 100%;
  }
  .threefourth.md-threefourth, .threefourth.md-three-fourth,
  .three-fourth.md-threefourth,
  .three-fourth.md-three-fourth {
    width: 100%;
  }
  .threefourth.sm-threefourth, .threefourth.sm-threefourth,
  .three-fourth.sm-threefourth,
  .three-fourth.sm-threefourth {
    width: 25%;
  }
}

.fifth {
  width: 20%;
}
@media (max-width: 768px) {
  .fifth {
    width: 100%;
  }
  .fifth.md-fifth, .fifth.md-fifth {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .fifth {
    width: 100%;
  }
  .fifth.md-fifth, .fifth.md-fifth {
    width: 100%;
  }
  .fifth.sm-fifth, .fifth.sm-fifth {
    width: 20%;
  }
}

.twofifth,
.two-fifth {
  width: 40%;
}
@media (max-width: 768px) {
  .twofifth,
  .two-fifth {
    width: 100%;
  }
  .twofifth.md-twofifth, .twofifth.md-two-fifth,
  .two-fifth.md-twofifth,
  .two-fifth.md-two-fifth {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .twofifth,
  .two-fifth {
    width: 100%;
  }
  .twofifth.md-twofifth, .twofifth.md-two-fifth,
  .two-fifth.md-twofifth,
  .two-fifth.md-two-fifth {
    width: 100%;
  }
  .twofifth.sm-twofifth, .twofifth.sm-two-fifth,
  .two-fifth.sm-twofifth,
  .two-fifth.sm-two-fifth {
    width: 40%;
  }
}

.threefifth,
.three-fifth {
  width: 60%;
}
@media (max-width: 768px) {
  .threefifth,
  .three-fifth {
    width: 100%;
  }
  .threefifth.md-threefifth, .threefifth.md-three-fifth,
  .three-fifth.md-threefifth,
  .three-fifth.md-three-fifth {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .threefifth,
  .three-fifth {
    width: 100%;
  }
  .threefifth.md-threefifth, .threefifth.md-three-fifth,
  .three-fifth.md-threefifth,
  .three-fifth.md-three-fifth {
    width: 100%;
  }
  .threefifth.sm-threefifth, .threefifth.sm-three-fifth,
  .three-fifth.sm-threefifth,
  .three-fifth.sm-three-fifth {
    width: 60%;
  }
}

.fourfifth,
.four-fifth {
  width: 80%;
}
@media (max-width: 768px) {
  .fourfifth,
  .four-fifth {
    width: 100%;
  }
  .fourfifth.md-fourfifth, .fourfifth.md-four-fifth,
  .four-fifth.md-fourfifth,
  .four-fifth.md-four-fifth {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .fourfifth,
  .four-fifth {
    width: 100%;
  }
  .fourfifth.md-fourfifth, .fourfifth.md-four-fifth,
  .four-fifth.md-fourfifth,
  .four-fifth.md-four-fifth {
    width: 100%;
  }
  .fourfifth.sm-fourfifth, .fourfifth.sm-four-fifth,
  .four-fifth.sm-fourfifth,
  .four-fifth.sm-four-fifth {
    width: 80%;
  }
}

.sixth {
  width: 16.66666666; /* IE Fallback */
  width: 16.6666666667%;
}
@media (max-width: 768px) {
  .sixth {
    width: 100%;
  }
  .sixth.md-sixth, .sixth.md-sixth {
    width: 16%;
    width: 16.6666666667%;
  }
}
@media (max-width: 640px) {
  .sixth {
    width: 100%;
  }
  .sixth.md-sixth, .sixth.md-sixth {
    width: 100%;
  }
  .sixth.sm-sixth, .sixth.sm-sixth {
    width: 16%;
    width: 16.6666666667%;
  }
}

.twosixth,
.two-sixth {
  width: 33.33333333; /* IE Fallback */
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .twosixth,
  .two-sixth {
    width: 100%;
  }
  .twosixth.md-twosixth, .twosixth.md-two-sixth,
  .two-sixth.md-twosixth,
  .two-sixth.md-two-sixth {
    width: 33.33333333; /* IE Fallback */
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .twosixth,
  .two-sixth {
    width: 100%;
  }
  .twosixth.md-twosixth, .twosixth.md-two-sixth,
  .two-sixth.md-twosixth,
  .two-sixth.md-two-sixth {
    width: 100%;
  }
  .twosixth.sm-twosixth, .twosixth.sm-two-sixth,
  .two-sixth.sm-twosixth,
  .two-sixth.sm-two-sixth {
    width: 33.33333333; /* IE Fallback */
    width: 33.3333333333%;
  }
}

.threesixth,
.three-sixth {
  width: 50%;
}
@media (max-width: 768px) {
  .threesixth,
  .three-sixth {
    width: 100%;
  }
  .threesixth.md-threesixth, .threesixth.md-three-sixth,
  .three-sixth.md-threesixth,
  .three-sixth.md-three-sixth {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .threesixth,
  .three-sixth {
    width: 100%;
  }
  .threesixth.md-threesixth, .threesixth.md-three-sixth,
  .three-sixth.md-threesixth,
  .three-sixth.md-three-sixth {
    width: 100%;
  }
  .threesixth.sm-threesixth, .threesixth.sm-three-sixth,
  .three-sixth.sm-threesixth,
  .three-sixth.sm-three-sixth {
    width: 50%;
  }
}

.foursixth,
.four-sixth {
  width: 66.66666666; /* IE Fallback */
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  .foursixth,
  .four-sixth {
    width: 100%;
  }
  .foursixth.md-foursixth, .foursixth.md-four-sixth,
  .four-sixth.md-foursixth,
  .four-sixth.md-four-sixth {
    width: 66.66666666%;
    width: 66.6666666667%;
  }
}
@media (max-width: 640px) {
  .foursixth,
  .four-sixth {
    width: 100%;
  }
  .foursixth.md-foursixth, .foursixth.md-four-sixth,
  .four-sixth.md-foursixth,
  .four-sixth.md-four-sixth {
    width: 100%;
  }
  .foursixth.sm-foursixth, .foursixth.sm-four-sixth,
  .four-sixth.sm-foursixth,
  .four-sixth.sm-four-sixth {
    width: 66.66666666%;
    width: 66.6666666667%;
  }
}

.fivesixth,
.five-sixth {
  width: 83.33333333; /* IE Fallback */
  width: 83.3333333333%;
}
@media (max-width: 768px) {
  .fivesixth,
  .five-sixth {
    width: 100%;
  }
  .fivesixth.md-fivesixth, .fivesixth.md-five-sixth,
  .five-sixth.md-fivesixth,
  .five-sixth.md-five-sixth {
    width: 83.33333333%;
    width: 83.3333333333%;
  }
}
@media (max-width: 640px) {
  .fivesixth,
  .five-sixth {
    width: 100%;
  }
  .fivesixth.md-fivesixth, .fivesixth.md-five-sixth,
  .five-sixth.md-fivesixth,
  .five-sixth.md-five-sixth {
    width: 100%;
  }
  .fivesixth.sm-fivesixth, .fivesixth.sm-five-sixth,
  .five-sixth.sm-fivesixth,
  .five-sixth.sm-five-sixth {
    width: 83.33333333%;
    width: 83.3333333333%;
  }
}

/**** Gutters ***/
.half-gutter1 .half {
  width: calc(50% - 0.5em);
}
@media (max-width: 768px) {
  .half-gutter1 .half {
    width: 100%;
  }
}
.half-gutter1 .half:nth-child(even) {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .half-gutter1 {
    width: 100%;
    margin-left: 0 !important;
  }
}

.half-gutter2 .half {
  width: calc(50% - 1em);
}
@media (max-width: 768px) {
  .half-gutter2 .half {
    width: 100%;
  }
}
.half-gutter2 .half:nth-child(even) {
  margin-left: 2em;
}
@media (max-width: 768px) {
  .half-gutter2 .half:nth-child(even) {
    margin-left: 0 !important;
  }
}

.third-gutter1 .third {
  width: calc(33.3333333333% - 0.67em);
  margin: 1em 0 0;
}
.third-gutter1 .third:nth-child(3n+2) {
  margin: 1em 1em 0;
}
@media (max-width: 1024px) {
  .third-gutter1 .third {
    width: calc(50% - 0.5em);
  }
  .third-gutter1 .third:nth-of-type(n) {
    margin: 1em 0 0 0;
  }
  .third-gutter1 .third:nth-child(2n+1) {
    margin-right: 1em;
  }
}
@media (max-width: 768px) {
  .third-gutter1 .third {
    width: 100%;
  }
  .third-gutter1 .third:nth-of-type(n) {
    margin: 1em 0 0 0;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
}

/*~~ TEXT ALIGN ~~*/
.tleft,
.text-left {
  text-align: left;
}
@media (max-width: 768px) {
  .tleft,
  .text-left {
    text-align: center;
  }
}

.tright,
.text-right {
  text-align: right;
}
@media (max-width: 768px) {
  .tright,
  .text-right {
    text-align: center;
  }
}

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

.italic {
  font-style: italic;
}

@media (max-width: 768px) {
  .centerall-mobile * {
    text-align: center !important;
  }
}

/*~~ PADDING ~~*/
.no-pad,
.nopad,
.pad0 {
  padding: 0;
}

.pad-half {
  padding: 0.5rem;
}

/*~~ PADDING ~~*/
.pad0-0 {
  padding: 0rem 0rem;
}

.pad0-1 {
  padding: 0rem 1rem;
}

.pad0-2 {
  padding: 0rem 2rem;
}

.pad0-3 {
  padding: 0rem 3rem;
}

.pad0-4 {
  padding: 0rem 4rem;
}

.pad0-5 {
  padding: 0rem 5rem;
}

.pad0-6 {
  padding: 0rem 6rem;
}

.pad0-7 {
  padding: 0rem 7rem;
}

.pad0-8 {
  padding: 0rem 8rem;
}

.pad1-0 {
  padding: 1rem 0rem;
}

.pad1-1 {
  padding: 1rem 1rem;
}

.pad1-2 {
  padding: 1rem 2rem;
}

.pad1-3 {
  padding: 1rem 3rem;
}

.pad1-4 {
  padding: 1rem 4rem;
}

.pad1-5 {
  padding: 1rem 5rem;
}

.pad1-6 {
  padding: 1rem 6rem;
}

.pad1-7 {
  padding: 1rem 7rem;
}

.pad1-8 {
  padding: 1rem 8rem;
}

.pad2-0 {
  padding: 2rem 0rem;
}

.pad2-1 {
  padding: 2rem 1rem;
}

.pad2-2 {
  padding: 2rem 2rem;
}

.pad2-3 {
  padding: 2rem 3rem;
}

.pad2-4 {
  padding: 2rem 4rem;
}

.pad2-5 {
  padding: 2rem 5rem;
}

.pad2-6 {
  padding: 2rem 6rem;
}

.pad2-7 {
  padding: 2rem 7rem;
}

.pad2-8 {
  padding: 2rem 8rem;
}

.pad3-0 {
  padding: 3rem 0rem;
}

.pad3-1 {
  padding: 3rem 1rem;
}

.pad3-2 {
  padding: 3rem 2rem;
}

.pad3-3 {
  padding: 3rem 3rem;
}

.pad3-4 {
  padding: 3rem 4rem;
}

.pad3-5 {
  padding: 3rem 5rem;
}

.pad3-6 {
  padding: 3rem 6rem;
}

.pad3-7 {
  padding: 3rem 7rem;
}

.pad3-8 {
  padding: 3rem 8rem;
}

.pad4-0 {
  padding: 4rem 0rem;
}

.pad4-1 {
  padding: 4rem 1rem;
}

.pad4-2 {
  padding: 4rem 2rem;
}

.pad4-3 {
  padding: 4rem 3rem;
}

.pad4-4 {
  padding: 4rem 4rem;
}

.pad4-5 {
  padding: 4rem 5rem;
}

.pad4-6 {
  padding: 4rem 6rem;
}

.pad4-7 {
  padding: 4rem 7rem;
}

.pad4-8 {
  padding: 4rem 8rem;
}

.pad5-0 {
  padding: 5rem 0rem;
}

.pad5-1 {
  padding: 5rem 1rem;
}

.pad5-2 {
  padding: 5rem 2rem;
}

.pad5-3 {
  padding: 5rem 3rem;
}

.pad5-4 {
  padding: 5rem 4rem;
}

.pad5-5 {
  padding: 5rem 5rem;
}

.pad5-6 {
  padding: 5rem 6rem;
}

.pad5-7 {
  padding: 5rem 7rem;
}

.pad5-8 {
  padding: 5rem 8rem;
}

.pad6-0 {
  padding: 6rem 0rem;
}

.pad6-1 {
  padding: 6rem 1rem;
}

.pad6-2 {
  padding: 6rem 2rem;
}

.pad6-3 {
  padding: 6rem 3rem;
}

.pad6-4 {
  padding: 6rem 4rem;
}

.pad6-5 {
  padding: 6rem 5rem;
}

.pad6-6 {
  padding: 6rem 6rem;
}

.pad6-7 {
  padding: 6rem 7rem;
}

.pad6-8 {
  padding: 6rem 8rem;
}

.pad7-0 {
  padding: 7rem 0rem;
}

.pad7-1 {
  padding: 7rem 1rem;
}

.pad7-2 {
  padding: 7rem 2rem;
}

.pad7-3 {
  padding: 7rem 3rem;
}

.pad7-4 {
  padding: 7rem 4rem;
}

.pad7-5 {
  padding: 7rem 5rem;
}

.pad7-6 {
  padding: 7rem 6rem;
}

.pad7-7 {
  padding: 7rem 7rem;
}

.pad7-8 {
  padding: 7rem 8rem;
}

.pad8-0 {
  padding: 8rem 0rem;
}

.pad8-1 {
  padding: 8rem 1rem;
}

.pad8-2 {
  padding: 8rem 2rem;
}

.pad8-3 {
  padding: 8rem 3rem;
}

.pad8-4 {
  padding: 8rem 4rem;
}

.pad8-5 {
  padding: 8rem 5rem;
}

.pad8-6 {
  padding: 8rem 6rem;
}

.pad8-7 {
  padding: 8rem 7rem;
}

.pad8-8 {
  padding: 8rem 8rem;
}

.pad0 {
  padding: 0rem;
}

.pad1 {
  padding: 1rem;
}

.pad2 {
  padding: 2rem;
}

.pad3 {
  padding: 3rem;
}

.pad4 {
  padding: 4rem;
}

.pad5 {
  padding: 5rem;
}

.pad6 {
  padding: 6rem;
}

.pad7 {
  padding: 7rem;
}

.pad8 {
  padding: 8rem;
}

/*~~ PADDING  TOP ~~*/
.padt0 {
  padding-top: 0rem;
}

.padt1 {
  padding-top: 1rem;
}

.padt2 {
  padding-top: 2rem;
}

.padt3 {
  padding-top: 3rem;
}

.padt4 {
  padding-top: 4rem;
}

.padt5 {
  padding-top: 5rem;
}

.padt6 {
  padding-top: 6rem;
}

.padt7 {
  padding-top: 7rem;
}

.padt8 {
  padding-top: 8rem;
}

/*~~ PADDING LEFT ~~*/
.padl1 {
  padding-left: 1rem;
}
@media (max-width: 640px) {
  .padl1 {
    padding-left: 0;
  }
}

/*~~ PADDING RIGHT ~~*/
.padr1 {
  padding-right: 1rem;
}
@media (max-width: 640px) {
  .padr1 {
    padding-right: 0;
  }
}

/*~~ PADDING BOTTOM ~~*/
.padb0 {
  padding-bottom: 0rem;
}

.padb1 {
  padding-bottom: 1rem;
}

.padb2 {
  padding-bottom: 2rem;
}

.padb3 {
  padding-bottom: 3rem;
}

.padb4 {
  padding-bottom: 4rem;
}

.padb5 {
  padding-bottom: 5rem;
}

.padb6 {
  padding-bottom: 6rem;
}

.padb7 {
  padding-bottom: 7rem;
}

.padb8 {
  padding-bottom: 8rem;
}

/*~~ MARGIN ~~*/
.no-mar,
.nomar,
.nomarg,
.mar0 {
  margin: 0;
}

.mar-half {
  margin: 0.5rem;
}

.mar0-0 {
  margin: 0rem 0rem;
}

.mar0-1 {
  margin: 0rem 1rem;
}

.mar0-2 {
  margin: 0rem 2rem;
}

.mar0-3 {
  margin: 0rem 3rem;
}

.mar0-4 {
  margin: 0rem 4rem;
}

.mar0-5 {
  margin: 0rem 5rem;
}

.mar0-6 {
  margin: 0rem 6rem;
}

.mar0-7 {
  margin: 0rem 7rem;
}

.mar0-8 {
  margin: 0rem 8rem;
}

.mar1-0 {
  margin: 1rem 0rem;
}

.mar1-1 {
  margin: 1rem 1rem;
}

.mar1-2 {
  margin: 1rem 2rem;
}

.mar1-3 {
  margin: 1rem 3rem;
}

.mar1-4 {
  margin: 1rem 4rem;
}

.mar1-5 {
  margin: 1rem 5rem;
}

.mar1-6 {
  margin: 1rem 6rem;
}

.mar1-7 {
  margin: 1rem 7rem;
}

.mar1-8 {
  margin: 1rem 8rem;
}

.mar2-0 {
  margin: 2rem 0rem;
}

.mar2-1 {
  margin: 2rem 1rem;
}

.mar2-2 {
  margin: 2rem 2rem;
}

.mar2-3 {
  margin: 2rem 3rem;
}

.mar2-4 {
  margin: 2rem 4rem;
}

.mar2-5 {
  margin: 2rem 5rem;
}

.mar2-6 {
  margin: 2rem 6rem;
}

.mar2-7 {
  margin: 2rem 7rem;
}

.mar2-8 {
  margin: 2rem 8rem;
}

.mar3-0 {
  margin: 3rem 0rem;
}

.mar3-1 {
  margin: 3rem 1rem;
}

.mar3-2 {
  margin: 3rem 2rem;
}

.mar3-3 {
  margin: 3rem 3rem;
}

.mar3-4 {
  margin: 3rem 4rem;
}

.mar3-5 {
  margin: 3rem 5rem;
}

.mar3-6 {
  margin: 3rem 6rem;
}

.mar3-7 {
  margin: 3rem 7rem;
}

.mar3-8 {
  margin: 3rem 8rem;
}

.mar4-0 {
  margin: 4rem 0rem;
}

.mar4-1 {
  margin: 4rem 1rem;
}

.mar4-2 {
  margin: 4rem 2rem;
}

.mar4-3 {
  margin: 4rem 3rem;
}

.mar4-4 {
  margin: 4rem 4rem;
}

.mar4-5 {
  margin: 4rem 5rem;
}

.mar4-6 {
  margin: 4rem 6rem;
}

.mar4-7 {
  margin: 4rem 7rem;
}

.mar4-8 {
  margin: 4rem 8rem;
}

.mar5-0 {
  margin: 5rem 0rem;
}

.mar5-1 {
  margin: 5rem 1rem;
}

.mar5-2 {
  margin: 5rem 2rem;
}

.mar5-3 {
  margin: 5rem 3rem;
}

.mar5-4 {
  margin: 5rem 4rem;
}

.mar5-5 {
  margin: 5rem 5rem;
}

.mar5-6 {
  margin: 5rem 6rem;
}

.mar5-7 {
  margin: 5rem 7rem;
}

.mar5-8 {
  margin: 5rem 8rem;
}

.mar6-0 {
  margin: 6rem 0rem;
}

.mar6-1 {
  margin: 6rem 1rem;
}

.mar6-2 {
  margin: 6rem 2rem;
}

.mar6-3 {
  margin: 6rem 3rem;
}

.mar6-4 {
  margin: 6rem 4rem;
}

.mar6-5 {
  margin: 6rem 5rem;
}

.mar6-6 {
  margin: 6rem 6rem;
}

.mar6-7 {
  margin: 6rem 7rem;
}

.mar6-8 {
  margin: 6rem 8rem;
}

.mar7-0 {
  margin: 7rem 0rem;
}

.mar7-1 {
  margin: 7rem 1rem;
}

.mar7-2 {
  margin: 7rem 2rem;
}

.mar7-3 {
  margin: 7rem 3rem;
}

.mar7-4 {
  margin: 7rem 4rem;
}

.mar7-5 {
  margin: 7rem 5rem;
}

.mar7-6 {
  margin: 7rem 6rem;
}

.mar7-7 {
  margin: 7rem 7rem;
}

.mar7-8 {
  margin: 7rem 8rem;
}

.mar8-0 {
  margin: 8rem 0rem;
}

.mar8-1 {
  margin: 8rem 1rem;
}

.mar8-2 {
  margin: 8rem 2rem;
}

.mar8-3 {
  margin: 8rem 3rem;
}

.mar8-4 {
  margin: 8rem 4rem;
}

.mar8-5 {
  margin: 8rem 5rem;
}

.mar8-6 {
  margin: 8rem 6rem;
}

.mar8-7 {
  margin: 8rem 7rem;
}

.mar8-8 {
  margin: 8rem 8rem;
}

.marhalf {
  margin: 0.5rem;
}

.mar0 {
  margin: 0rem;
}

.mar1 {
  margin: 1rem;
}

.mar2 {
  margin: 2rem;
}

.mar3 {
  margin: 3rem;
}

.mar4 {
  margin: 4rem;
}

.mar5 {
  margin: 5rem;
}

.mar6 {
  margin: 6rem;
}

.mar7 {
  margin: 7rem;
}

.mar8 {
  margin: 8rem;
}

/*~~ margin  TOP~~*/
.marthalf {
  margin-top: 0.5rem;
}

.mart0 {
  margin-top: 0rem;
}

.mart1 {
  margin-top: 1rem;
}

.mart2 {
  margin-top: 2rem;
}

.mart3 {
  margin-top: 3rem;
}

.mart4 {
  margin-top: 4rem;
}

.mart5 {
  margin-top: 5rem;
}

.mart6 {
  margin-top: 6rem;
}

.mart7 {
  margin-top: 7rem;
}

.mart8 {
  margin-top: 8rem;
}

/*~~ margin BOTTOM ~~*/
.marbhalf {
  margin-bottom: 0.5rem;
}

.marb0 {
  margin-bottom: 0rem;
}

.marb1 {
  margin-bottom: 1rem;
}

.marb2 {
  margin-bottom: 2rem;
}

.marb3 {
  margin-bottom: 3rem;
}

.marb4 {
  margin-bottom: 4rem;
}

.marb5 {
  margin-bottom: 5rem;
}

.marb6 {
  margin-bottom: 6rem;
}

.marb7 {
  margin-bottom: 7rem;
}

.marb8 {
  margin-bottom: 8rem;
}

/*~~ PADDING MOBILE ~~*/
@media (max-width: 768px) {
  .padm0-0 {
    padding: 0rem 0;
  }
}

@media (max-width: 768px) {
  .padm1-0 {
    padding: 1rem 0;
  }
}

@media (max-width: 768px) {
  .padm2-0 {
    padding: 2rem 0;
  }
}

@media (max-width: 768px) {
  .padm3-0 {
    padding: 3rem 0;
  }
}

@media (max-width: 768px) {
  .padm4-0 {
    padding: 4rem 0;
  }
}

@media (max-width: 768px) {
  .padm5-0 {
    padding: 5rem 0;
  }
}

@media (max-width: 768px) {
  .padm6-0 {
    padding: 6rem 0;
  }
}

@media (max-width: 768px) {
  .padm7-0 {
    padding: 7rem 0;
  }
}

@media (max-width: 768px) {
  .padm8-0 {
    padding: 8rem 0;
  }
}

@media (max-width: 768px) {
  .padm0 {
    padding: 0rem;
  }
}

@media (max-width: 768px) {
  .padm1 {
    padding: 1rem;
  }
}

@media (max-width: 768px) {
  .padm2 {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .padm3 {
    padding: 3rem;
  }
}

@media (max-width: 768px) {
  .padm4 {
    padding: 4rem;
  }
}

@media (max-width: 768px) {
  .padm5 {
    padding: 5rem;
  }
}

@media (max-width: 768px) {
  .padm6 {
    padding: 6rem;
  }
}

@media (max-width: 768px) {
  .padm7 {
    padding: 7rem;
  }
}

@media (max-width: 768px) {
  .padm8 {
    padding: 8rem;
  }
}

@media (max-width: 768px) {
  .padm0-0 {
    padding: 0rem 0rem;
  }
}

@media (max-width: 768px) {
  .padm0-1 {
    padding: 0rem 1rem;
  }
}

@media (max-width: 768px) {
  .padm0-2 {
    padding: 0rem 2rem;
  }
}

@media (max-width: 768px) {
  .padm0-3 {
    padding: 0rem 3rem;
  }
}

@media (max-width: 768px) {
  .padm0-4 {
    padding: 0rem 4rem;
  }
}

@media (max-width: 768px) {
  .padm0-5 {
    padding: 0rem 5rem;
  }
}

@media (max-width: 768px) {
  .padm0-6 {
    padding: 0rem 6rem;
  }
}

@media (max-width: 768px) {
  .padm0-7 {
    padding: 0rem 7rem;
  }
}

@media (max-width: 768px) {
  .padm0-8 {
    padding: 0rem 8rem;
  }
}

@media (max-width: 768px) {
  .padm1-0 {
    padding: 1rem 0rem;
  }
}

@media (max-width: 768px) {
  .padm1-1 {
    padding: 1rem 1rem;
  }
}

@media (max-width: 768px) {
  .padm1-2 {
    padding: 1rem 2rem;
  }
}

@media (max-width: 768px) {
  .padm1-3 {
    padding: 1rem 3rem;
  }
}

@media (max-width: 768px) {
  .padm1-4 {
    padding: 1rem 4rem;
  }
}

@media (max-width: 768px) {
  .padm1-5 {
    padding: 1rem 5rem;
  }
}

@media (max-width: 768px) {
  .padm1-6 {
    padding: 1rem 6rem;
  }
}

@media (max-width: 768px) {
  .padm1-7 {
    padding: 1rem 7rem;
  }
}

@media (max-width: 768px) {
  .padm1-8 {
    padding: 1rem 8rem;
  }
}

@media (max-width: 768px) {
  .padm2-0 {
    padding: 2rem 0rem;
  }
}

@media (max-width: 768px) {
  .padm2-1 {
    padding: 2rem 1rem;
  }
}

@media (max-width: 768px) {
  .padm2-2 {
    padding: 2rem 2rem;
  }
}

@media (max-width: 768px) {
  .padm2-3 {
    padding: 2rem 3rem;
  }
}

@media (max-width: 768px) {
  .padm2-4 {
    padding: 2rem 4rem;
  }
}

@media (max-width: 768px) {
  .padm2-5 {
    padding: 2rem 5rem;
  }
}

@media (max-width: 768px) {
  .padm2-6 {
    padding: 2rem 6rem;
  }
}

@media (max-width: 768px) {
  .padm2-7 {
    padding: 2rem 7rem;
  }
}

@media (max-width: 768px) {
  .padm2-8 {
    padding: 2rem 8rem;
  }
}

@media (max-width: 768px) {
  .padm3-0 {
    padding: 3rem 0rem;
  }
}

@media (max-width: 768px) {
  .padm3-1 {
    padding: 3rem 1rem;
  }
}

@media (max-width: 768px) {
  .padm3-2 {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .padm3-3 {
    padding: 3rem 3rem;
  }
}

@media (max-width: 768px) {
  .padm3-4 {
    padding: 3rem 4rem;
  }
}

@media (max-width: 768px) {
  .padm3-5 {
    padding: 3rem 5rem;
  }
}

@media (max-width: 768px) {
  .padm3-6 {
    padding: 3rem 6rem;
  }
}

@media (max-width: 768px) {
  .padm3-7 {
    padding: 3rem 7rem;
  }
}

@media (max-width: 768px) {
  .padm3-8 {
    padding: 3rem 8rem;
  }
}

@media (max-width: 768px) {
  .padm4-0 {
    padding: 4rem 0rem;
  }
}

@media (max-width: 768px) {
  .padm4-1 {
    padding: 4rem 1rem;
  }
}

@media (max-width: 768px) {
  .padm4-2 {
    padding: 4rem 2rem;
  }
}

@media (max-width: 768px) {
  .padm4-3 {
    padding: 4rem 3rem;
  }
}

@media (max-width: 768px) {
  .padm4-4 {
    padding: 4rem 4rem;
  }
}

@media (max-width: 768px) {
  .padm4-5 {
    padding: 4rem 5rem;
  }
}

@media (max-width: 768px) {
  .padm4-6 {
    padding: 4rem 6rem;
  }
}

@media (max-width: 768px) {
  .padm4-7 {
    padding: 4rem 7rem;
  }
}

@media (max-width: 768px) {
  .padm4-8 {
    padding: 4rem 8rem;
  }
}

@media (max-width: 768px) {
  .padm5-0 {
    padding: 5rem 0rem;
  }
}

@media (max-width: 768px) {
  .padm5-1 {
    padding: 5rem 1rem;
  }
}

@media (max-width: 768px) {
  .padm5-2 {
    padding: 5rem 2rem;
  }
}

@media (max-width: 768px) {
  .padm5-3 {
    padding: 5rem 3rem;
  }
}

@media (max-width: 768px) {
  .padm5-4 {
    padding: 5rem 4rem;
  }
}

@media (max-width: 768px) {
  .padm5-5 {
    padding: 5rem 5rem;
  }
}

@media (max-width: 768px) {
  .padm5-6 {
    padding: 5rem 6rem;
  }
}

@media (max-width: 768px) {
  .padm5-7 {
    padding: 5rem 7rem;
  }
}

@media (max-width: 768px) {
  .padm5-8 {
    padding: 5rem 8rem;
  }
}

@media (max-width: 768px) {
  .padm6-0 {
    padding: 6rem 0rem;
  }
}

@media (max-width: 768px) {
  .padm6-1 {
    padding: 6rem 1rem;
  }
}

@media (max-width: 768px) {
  .padm6-2 {
    padding: 6rem 2rem;
  }
}

@media (max-width: 768px) {
  .padm6-3 {
    padding: 6rem 3rem;
  }
}

@media (max-width: 768px) {
  .padm6-4 {
    padding: 6rem 4rem;
  }
}

@media (max-width: 768px) {
  .padm6-5 {
    padding: 6rem 5rem;
  }
}

@media (max-width: 768px) {
  .padm6-6 {
    padding: 6rem 6rem;
  }
}

@media (max-width: 768px) {
  .padm6-7 {
    padding: 6rem 7rem;
  }
}

@media (max-width: 768px) {
  .padm6-8 {
    padding: 6rem 8rem;
  }
}

@media (max-width: 768px) {
  .padm7-0 {
    padding: 7rem 0rem;
  }
}

@media (max-width: 768px) {
  .padm7-1 {
    padding: 7rem 1rem;
  }
}

@media (max-width: 768px) {
  .padm7-2 {
    padding: 7rem 2rem;
  }
}

@media (max-width: 768px) {
  .padm7-3 {
    padding: 7rem 3rem;
  }
}

@media (max-width: 768px) {
  .padm7-4 {
    padding: 7rem 4rem;
  }
}

@media (max-width: 768px) {
  .padm7-5 {
    padding: 7rem 5rem;
  }
}

@media (max-width: 768px) {
  .padm7-6 {
    padding: 7rem 6rem;
  }
}

@media (max-width: 768px) {
  .padm7-7 {
    padding: 7rem 7rem;
  }
}

@media (max-width: 768px) {
  .padm7-8 {
    padding: 7rem 8rem;
  }
}

@media (max-width: 768px) {
  .padm8-0 {
    padding: 8rem 0rem;
  }
}

@media (max-width: 768px) {
  .padm8-1 {
    padding: 8rem 1rem;
  }
}

@media (max-width: 768px) {
  .padm8-2 {
    padding: 8rem 2rem;
  }
}

@media (max-width: 768px) {
  .padm8-3 {
    padding: 8rem 3rem;
  }
}

@media (max-width: 768px) {
  .padm8-4 {
    padding: 8rem 4rem;
  }
}

@media (max-width: 768px) {
  .padm8-5 {
    padding: 8rem 5rem;
  }
}

@media (max-width: 768px) {
  .padm8-6 {
    padding: 8rem 6rem;
  }
}

@media (max-width: 768px) {
  .padm8-7 {
    padding: 8rem 7rem;
  }
}

@media (max-width: 768px) {
  .padm8-8 {
    padding: 8rem 8rem;
  }
}

@media (max-width: 768px) {
  .padbm0 {
    padding-bottom: 0rem;
  }
}

@media (max-width: 768px) {
  .padbm1 {
    padding-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .padbm2 {
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .padbm3 {
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .padbm4 {
    padding-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .padbm5 {
    padding-bottom: 5rem;
  }
}

@media (max-width: 768px) {
  .padbm6 {
    padding-bottom: 6rem;
  }
}

@media (max-width: 768px) {
  .padbm7 {
    padding-bottom: 7rem;
  }
}

@media (max-width: 768px) {
  .padbm8 {
    padding-bottom: 8rem;
  }
}

@media (max-width: 768px) {
  .padtm0 {
    padding-top: 0rem;
  }
}

@media (max-width: 768px) {
  .padtm1 {
    padding-top: 1rem;
  }
}

@media (max-width: 768px) {
  .padtm2 {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .padtm3 {
    padding-top: 3rem;
  }
}

@media (max-width: 768px) {
  .padtm4 {
    padding-top: 4rem;
  }
}

@media (max-width: 768px) {
  .padtm5 {
    padding-top: 5rem;
  }
}

@media (max-width: 768px) {
  .padtm6 {
    padding-top: 6rem;
  }
}

@media (max-width: 768px) {
  .padtm7 {
    padding-top: 7rem;
  }
}

@media (max-width: 768px) {
  .padtm8 {
    padding-top: 8rem;
  }
}

/*~~ PADDING LARGE ~~*/
@media (max-width: 1024px) {
  .padlg0-0 {
    padding: 0rem 0;
  }
}

@media (max-width: 1024px) {
  .padlg1-0 {
    padding: 1rem 0;
  }
}

@media (max-width: 1024px) {
  .padlg2-0 {
    padding: 2rem 0;
  }
}

@media (max-width: 1024px) {
  .padlg3-0 {
    padding: 3rem 0;
  }
}

@media (max-width: 1024px) {
  .padlg4-0 {
    padding: 4rem 0;
  }
}

@media (max-width: 1024px) {
  .padlg5-0 {
    padding: 5rem 0;
  }
}

@media (max-width: 1024px) {
  .padlg6-0 {
    padding: 6rem 0;
  }
}

@media (max-width: 1024px) {
  .padlg7-0 {
    padding: 7rem 0;
  }
}

@media (max-width: 1024px) {
  .padlg8-0 {
    padding: 8rem 0;
  }
}

@media (max-width: 1024px) {
  .padlg0 {
    padding: 0rem;
  }
}

@media (max-width: 1024px) {
  .padlg1 {
    padding: 1rem;
  }
}

@media (max-width: 1024px) {
  .padlg2 {
    padding: 2rem;
  }
}

@media (max-width: 1024px) {
  .padlg3 {
    padding: 3rem;
  }
}

@media (max-width: 1024px) {
  .padlg4 {
    padding: 4rem;
  }
}

@media (max-width: 1024px) {
  .padlg5 {
    padding: 5rem;
  }
}

@media (max-width: 1024px) {
  .padlg6 {
    padding: 6rem;
  }
}

@media (max-width: 1024px) {
  .padlg7 {
    padding: 7rem;
  }
}

@media (max-width: 1024px) {
  .padlg8 {
    padding: 8rem;
  }
}

@media (max-width: 1024px) {
  .padlg0-0 {
    padding: 0rem 0rem;
  }
}

@media (max-width: 1024px) {
  .padlg0-1 {
    padding: 0rem 1rem;
  }
}

@media (max-width: 1024px) {
  .padlg0-2 {
    padding: 0rem 2rem;
  }
}

@media (max-width: 1024px) {
  .padlg0-3 {
    padding: 0rem 3rem;
  }
}

@media (max-width: 1024px) {
  .padlg0-4 {
    padding: 0rem 4rem;
  }
}

@media (max-width: 1024px) {
  .padlg0-5 {
    padding: 0rem 5rem;
  }
}

@media (max-width: 1024px) {
  .padlg0-6 {
    padding: 0rem 6rem;
  }
}

@media (max-width: 1024px) {
  .padlg0-7 {
    padding: 0rem 7rem;
  }
}

@media (max-width: 1024px) {
  .padlg0-8 {
    padding: 0rem 8rem;
  }
}

@media (max-width: 1024px) {
  .padlg1-0 {
    padding: 1rem 0rem;
  }
}

@media (max-width: 1024px) {
  .padlg1-1 {
    padding: 1rem 1rem;
  }
}

@media (max-width: 1024px) {
  .padlg1-2 {
    padding: 1rem 2rem;
  }
}

@media (max-width: 1024px) {
  .padlg1-3 {
    padding: 1rem 3rem;
  }
}

@media (max-width: 1024px) {
  .padlg1-4 {
    padding: 1rem 4rem;
  }
}

@media (max-width: 1024px) {
  .padlg1-5 {
    padding: 1rem 5rem;
  }
}

@media (max-width: 1024px) {
  .padlg1-6 {
    padding: 1rem 6rem;
  }
}

@media (max-width: 1024px) {
  .padlg1-7 {
    padding: 1rem 7rem;
  }
}

@media (max-width: 1024px) {
  .padlg1-8 {
    padding: 1rem 8rem;
  }
}

@media (max-width: 1024px) {
  .padlg2-0 {
    padding: 2rem 0rem;
  }
}

@media (max-width: 1024px) {
  .padlg2-1 {
    padding: 2rem 1rem;
  }
}

@media (max-width: 1024px) {
  .padlg2-2 {
    padding: 2rem 2rem;
  }
}

@media (max-width: 1024px) {
  .padlg2-3 {
    padding: 2rem 3rem;
  }
}

@media (max-width: 1024px) {
  .padlg2-4 {
    padding: 2rem 4rem;
  }
}

@media (max-width: 1024px) {
  .padlg2-5 {
    padding: 2rem 5rem;
  }
}

@media (max-width: 1024px) {
  .padlg2-6 {
    padding: 2rem 6rem;
  }
}

@media (max-width: 1024px) {
  .padlg2-7 {
    padding: 2rem 7rem;
  }
}

@media (max-width: 1024px) {
  .padlg2-8 {
    padding: 2rem 8rem;
  }
}

@media (max-width: 1024px) {
  .padlg3-0 {
    padding: 3rem 0rem;
  }
}

@media (max-width: 1024px) {
  .padlg3-1 {
    padding: 3rem 1rem;
  }
}

@media (max-width: 1024px) {
  .padlg3-2 {
    padding: 3rem 2rem;
  }
}

@media (max-width: 1024px) {
  .padlg3-3 {
    padding: 3rem 3rem;
  }
}

@media (max-width: 1024px) {
  .padlg3-4 {
    padding: 3rem 4rem;
  }
}

@media (max-width: 1024px) {
  .padlg3-5 {
    padding: 3rem 5rem;
  }
}

@media (max-width: 1024px) {
  .padlg3-6 {
    padding: 3rem 6rem;
  }
}

@media (max-width: 1024px) {
  .padlg3-7 {
    padding: 3rem 7rem;
  }
}

@media (max-width: 1024px) {
  .padlg3-8 {
    padding: 3rem 8rem;
  }
}

@media (max-width: 1024px) {
  .padlg4-0 {
    padding: 4rem 0rem;
  }
}

@media (max-width: 1024px) {
  .padlg4-1 {
    padding: 4rem 1rem;
  }
}

@media (max-width: 1024px) {
  .padlg4-2 {
    padding: 4rem 2rem;
  }
}

@media (max-width: 1024px) {
  .padlg4-3 {
    padding: 4rem 3rem;
  }
}

@media (max-width: 1024px) {
  .padlg4-4 {
    padding: 4rem 4rem;
  }
}

@media (max-width: 1024px) {
  .padlg4-5 {
    padding: 4rem 5rem;
  }
}

@media (max-width: 1024px) {
  .padlg4-6 {
    padding: 4rem 6rem;
  }
}

@media (max-width: 1024px) {
  .padlg4-7 {
    padding: 4rem 7rem;
  }
}

@media (max-width: 1024px) {
  .padlg4-8 {
    padding: 4rem 8rem;
  }
}

@media (max-width: 1024px) {
  .padlg5-0 {
    padding: 5rem 0rem;
  }
}

@media (max-width: 1024px) {
  .padlg5-1 {
    padding: 5rem 1rem;
  }
}

@media (max-width: 1024px) {
  .padlg5-2 {
    padding: 5rem 2rem;
  }
}

@media (max-width: 1024px) {
  .padlg5-3 {
    padding: 5rem 3rem;
  }
}

@media (max-width: 1024px) {
  .padlg5-4 {
    padding: 5rem 4rem;
  }
}

@media (max-width: 1024px) {
  .padlg5-5 {
    padding: 5rem 5rem;
  }
}

@media (max-width: 1024px) {
  .padlg5-6 {
    padding: 5rem 6rem;
  }
}

@media (max-width: 1024px) {
  .padlg5-7 {
    padding: 5rem 7rem;
  }
}

@media (max-width: 1024px) {
  .padlg5-8 {
    padding: 5rem 8rem;
  }
}

@media (max-width: 1024px) {
  .padlg6-0 {
    padding: 6rem 0rem;
  }
}

@media (max-width: 1024px) {
  .padlg6-1 {
    padding: 6rem 1rem;
  }
}

@media (max-width: 1024px) {
  .padlg6-2 {
    padding: 6rem 2rem;
  }
}

@media (max-width: 1024px) {
  .padlg6-3 {
    padding: 6rem 3rem;
  }
}

@media (max-width: 1024px) {
  .padlg6-4 {
    padding: 6rem 4rem;
  }
}

@media (max-width: 1024px) {
  .padlg6-5 {
    padding: 6rem 5rem;
  }
}

@media (max-width: 1024px) {
  .padlg6-6 {
    padding: 6rem 6rem;
  }
}

@media (max-width: 1024px) {
  .padlg6-7 {
    padding: 6rem 7rem;
  }
}

@media (max-width: 1024px) {
  .padlg6-8 {
    padding: 6rem 8rem;
  }
}

@media (max-width: 1024px) {
  .padlg7-0 {
    padding: 7rem 0rem;
  }
}

@media (max-width: 1024px) {
  .padlg7-1 {
    padding: 7rem 1rem;
  }
}

@media (max-width: 1024px) {
  .padlg7-2 {
    padding: 7rem 2rem;
  }
}

@media (max-width: 1024px) {
  .padlg7-3 {
    padding: 7rem 3rem;
  }
}

@media (max-width: 1024px) {
  .padlg7-4 {
    padding: 7rem 4rem;
  }
}

@media (max-width: 1024px) {
  .padlg7-5 {
    padding: 7rem 5rem;
  }
}

@media (max-width: 1024px) {
  .padlg7-6 {
    padding: 7rem 6rem;
  }
}

@media (max-width: 1024px) {
  .padlg7-7 {
    padding: 7rem 7rem;
  }
}

@media (max-width: 1024px) {
  .padlg7-8 {
    padding: 7rem 8rem;
  }
}

@media (max-width: 1024px) {
  .padlg8-0 {
    padding: 8rem 0rem;
  }
}

@media (max-width: 1024px) {
  .padlg8-1 {
    padding: 8rem 1rem;
  }
}

@media (max-width: 1024px) {
  .padlg8-2 {
    padding: 8rem 2rem;
  }
}

@media (max-width: 1024px) {
  .padlg8-3 {
    padding: 8rem 3rem;
  }
}

@media (max-width: 1024px) {
  .padlg8-4 {
    padding: 8rem 4rem;
  }
}

@media (max-width: 1024px) {
  .padlg8-5 {
    padding: 8rem 5rem;
  }
}

@media (max-width: 1024px) {
  .padlg8-6 {
    padding: 8rem 6rem;
  }
}

@media (max-width: 1024px) {
  .padlg8-7 {
    padding: 8rem 7rem;
  }
}

@media (max-width: 1024px) {
  .padlg8-8 {
    padding: 8rem 8rem;
  }
}

/*~~ MARGIN MOBILE ~~*/
@media (max-width: 768px) {
  .marbm0 {
    margin-bottom: 0rem;
  }
}

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

@media (max-width: 768px) {
  .marbm2 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .marbm3 {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .marbm4 {
    margin-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .marbm5 {
    margin-bottom: 5rem;
  }
}

@media (max-width: 768px) {
  .marbm6 {
    margin-bottom: 6rem;
  }
}

@media (max-width: 768px) {
  .marbm7 {
    margin-bottom: 7rem;
  }
}

@media (max-width: 768px) {
  .marbm8 {
    margin-bottom: 8rem;
  }
}

@media (max-width: 768px) {
  .martm0 {
    margin-top: 0rem;
  }
}

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

@media (max-width: 768px) {
  .martm2 {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .martm3 {
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .martm4 {
    margin-top: 4rem;
  }
}

@media (max-width: 768px) {
  .martm5 {
    margin-top: 5rem;
  }
}

@media (max-width: 768px) {
  .martm6 {
    margin-top: 6rem;
  }
}

@media (max-width: 768px) {
  .martm7 {
    margin-top: 7rem;
  }
}

@media (max-width: 768px) {
  .martm8 {
    margin-top: 8rem;
  }
}

/*~~ MARGIN LARGE ~~*/
@media (max-width: 1024px) {
  .marlg0 {
    margin: 0rem;
  }
}

@media (max-width: 1024px) {
  .marlg1 {
    margin: 1rem;
  }
}

@media (max-width: 1024px) {
  .marlg2 {
    margin: 2rem;
  }
}

@media (max-width: 1024px) {
  .marlg3 {
    margin: 3rem;
  }
}

@media (max-width: 1024px) {
  .marlg4 {
    margin: 4rem;
  }
}

@media (max-width: 1024px) {
  .marlg5 {
    margin: 5rem;
  }
}

@media (max-width: 1024px) {
  .marlg6 {
    margin: 6rem;
  }
}

@media (max-width: 1024px) {
  .marlg7 {
    margin: 7rem;
  }
}

@media (max-width: 1024px) {
  .marlg8 {
    margin: 8rem;
  }
}

@media (max-width: 1024px) {
  .marlg0-0 {
    margin: 0rem 0rem;
  }
}

@media (max-width: 1024px) {
  .marlg0-1 {
    margin: 0rem 1rem;
  }
}

@media (max-width: 1024px) {
  .marlg0-2 {
    margin: 0rem 2rem;
  }
}

@media (max-width: 1024px) {
  .marlg0-3 {
    margin: 0rem 3rem;
  }
}

@media (max-width: 1024px) {
  .marlg0-4 {
    margin: 0rem 4rem;
  }
}

@media (max-width: 1024px) {
  .marlg0-5 {
    margin: 0rem 5rem;
  }
}

@media (max-width: 1024px) {
  .marlg0-6 {
    margin: 0rem 6rem;
  }
}

@media (max-width: 1024px) {
  .marlg0-7 {
    margin: 0rem 7rem;
  }
}

@media (max-width: 1024px) {
  .marlg0-8 {
    margin: 0rem 8rem;
  }
}

@media (max-width: 1024px) {
  .marlg1-0 {
    margin: 1rem 0rem;
  }
}

@media (max-width: 1024px) {
  .marlg1-1 {
    margin: 1rem 1rem;
  }
}

@media (max-width: 1024px) {
  .marlg1-2 {
    margin: 1rem 2rem;
  }
}

@media (max-width: 1024px) {
  .marlg1-3 {
    margin: 1rem 3rem;
  }
}

@media (max-width: 1024px) {
  .marlg1-4 {
    margin: 1rem 4rem;
  }
}

@media (max-width: 1024px) {
  .marlg1-5 {
    margin: 1rem 5rem;
  }
}

@media (max-width: 1024px) {
  .marlg1-6 {
    margin: 1rem 6rem;
  }
}

@media (max-width: 1024px) {
  .marlg1-7 {
    margin: 1rem 7rem;
  }
}

@media (max-width: 1024px) {
  .marlg1-8 {
    margin: 1rem 8rem;
  }
}

@media (max-width: 1024px) {
  .marlg2-0 {
    margin: 2rem 0rem;
  }
}

@media (max-width: 1024px) {
  .marlg2-1 {
    margin: 2rem 1rem;
  }
}

@media (max-width: 1024px) {
  .marlg2-2 {
    margin: 2rem 2rem;
  }
}

@media (max-width: 1024px) {
  .marlg2-3 {
    margin: 2rem 3rem;
  }
}

@media (max-width: 1024px) {
  .marlg2-4 {
    margin: 2rem 4rem;
  }
}

@media (max-width: 1024px) {
  .marlg2-5 {
    margin: 2rem 5rem;
  }
}

@media (max-width: 1024px) {
  .marlg2-6 {
    margin: 2rem 6rem;
  }
}

@media (max-width: 1024px) {
  .marlg2-7 {
    margin: 2rem 7rem;
  }
}

@media (max-width: 1024px) {
  .marlg2-8 {
    margin: 2rem 8rem;
  }
}

@media (max-width: 1024px) {
  .marlg3-0 {
    margin: 3rem 0rem;
  }
}

@media (max-width: 1024px) {
  .marlg3-1 {
    margin: 3rem 1rem;
  }
}

@media (max-width: 1024px) {
  .marlg3-2 {
    margin: 3rem 2rem;
  }
}

@media (max-width: 1024px) {
  .marlg3-3 {
    margin: 3rem 3rem;
  }
}

@media (max-width: 1024px) {
  .marlg3-4 {
    margin: 3rem 4rem;
  }
}

@media (max-width: 1024px) {
  .marlg3-5 {
    margin: 3rem 5rem;
  }
}

@media (max-width: 1024px) {
  .marlg3-6 {
    margin: 3rem 6rem;
  }
}

@media (max-width: 1024px) {
  .marlg3-7 {
    margin: 3rem 7rem;
  }
}

@media (max-width: 1024px) {
  .marlg3-8 {
    margin: 3rem 8rem;
  }
}

@media (max-width: 1024px) {
  .marlg4-0 {
    margin: 4rem 0rem;
  }
}

@media (max-width: 1024px) {
  .marlg4-1 {
    margin: 4rem 1rem;
  }
}

@media (max-width: 1024px) {
  .marlg4-2 {
    margin: 4rem 2rem;
  }
}

@media (max-width: 1024px) {
  .marlg4-3 {
    margin: 4rem 3rem;
  }
}

@media (max-width: 1024px) {
  .marlg4-4 {
    margin: 4rem 4rem;
  }
}

@media (max-width: 1024px) {
  .marlg4-5 {
    margin: 4rem 5rem;
  }
}

@media (max-width: 1024px) {
  .marlg4-6 {
    margin: 4rem 6rem;
  }
}

@media (max-width: 1024px) {
  .marlg4-7 {
    margin: 4rem 7rem;
  }
}

@media (max-width: 1024px) {
  .marlg4-8 {
    margin: 4rem 8rem;
  }
}

@media (max-width: 1024px) {
  .marlg5-0 {
    margin: 5rem 0rem;
  }
}

@media (max-width: 1024px) {
  .marlg5-1 {
    margin: 5rem 1rem;
  }
}

@media (max-width: 1024px) {
  .marlg5-2 {
    margin: 5rem 2rem;
  }
}

@media (max-width: 1024px) {
  .marlg5-3 {
    margin: 5rem 3rem;
  }
}

@media (max-width: 1024px) {
  .marlg5-4 {
    margin: 5rem 4rem;
  }
}

@media (max-width: 1024px) {
  .marlg5-5 {
    margin: 5rem 5rem;
  }
}

@media (max-width: 1024px) {
  .marlg5-6 {
    margin: 5rem 6rem;
  }
}

@media (max-width: 1024px) {
  .marlg5-7 {
    margin: 5rem 7rem;
  }
}

@media (max-width: 1024px) {
  .marlg5-8 {
    margin: 5rem 8rem;
  }
}

@media (max-width: 1024px) {
  .marlg6-0 {
    margin: 6rem 0rem;
  }
}

@media (max-width: 1024px) {
  .marlg6-1 {
    margin: 6rem 1rem;
  }
}

@media (max-width: 1024px) {
  .marlg6-2 {
    margin: 6rem 2rem;
  }
}

@media (max-width: 1024px) {
  .marlg6-3 {
    margin: 6rem 3rem;
  }
}

@media (max-width: 1024px) {
  .marlg6-4 {
    margin: 6rem 4rem;
  }
}

@media (max-width: 1024px) {
  .marlg6-5 {
    margin: 6rem 5rem;
  }
}

@media (max-width: 1024px) {
  .marlg6-6 {
    margin: 6rem 6rem;
  }
}

@media (max-width: 1024px) {
  .marlg6-7 {
    margin: 6rem 7rem;
  }
}

@media (max-width: 1024px) {
  .marlg6-8 {
    margin: 6rem 8rem;
  }
}

@media (max-width: 1024px) {
  .marlg7-0 {
    margin: 7rem 0rem;
  }
}

@media (max-width: 1024px) {
  .marlg7-1 {
    margin: 7rem 1rem;
  }
}

@media (max-width: 1024px) {
  .marlg7-2 {
    margin: 7rem 2rem;
  }
}

@media (max-width: 1024px) {
  .marlg7-3 {
    margin: 7rem 3rem;
  }
}

@media (max-width: 1024px) {
  .marlg7-4 {
    margin: 7rem 4rem;
  }
}

@media (max-width: 1024px) {
  .marlg7-5 {
    margin: 7rem 5rem;
  }
}

@media (max-width: 1024px) {
  .marlg7-6 {
    margin: 7rem 6rem;
  }
}

@media (max-width: 1024px) {
  .marlg7-7 {
    margin: 7rem 7rem;
  }
}

@media (max-width: 1024px) {
  .marlg7-8 {
    margin: 7rem 8rem;
  }
}

@media (max-width: 1024px) {
  .marlg8-0 {
    margin: 8rem 0rem;
  }
}

@media (max-width: 1024px) {
  .marlg8-1 {
    margin: 8rem 1rem;
  }
}

@media (max-width: 1024px) {
  .marlg8-2 {
    margin: 8rem 2rem;
  }
}

@media (max-width: 1024px) {
  .marlg8-3 {
    margin: 8rem 3rem;
  }
}

@media (max-width: 1024px) {
  .marlg8-4 {
    margin: 8rem 4rem;
  }
}

@media (max-width: 1024px) {
  .marlg8-5 {
    margin: 8rem 5rem;
  }
}

@media (max-width: 1024px) {
  .marlg8-6 {
    margin: 8rem 6rem;
  }
}

@media (max-width: 1024px) {
  .marlg8-7 {
    margin: 8rem 7rem;
  }
}

@media (max-width: 1024px) {
  .marlg8-8 {
    margin: 8rem 8rem;
  }
}

@media (max-width: 768px) {
  .marm0 {
    margin: 0rem;
  }
}

@media (max-width: 768px) {
  .marm1 {
    margin: 1rem;
  }
}

@media (max-width: 768px) {
  .marm2 {
    margin: 2rem;
  }
}

@media (max-width: 768px) {
  .marm3 {
    margin: 3rem;
  }
}

@media (max-width: 768px) {
  .marm4 {
    margin: 4rem;
  }
}

@media (max-width: 768px) {
  .marm5 {
    margin: 5rem;
  }
}

@media (max-width: 768px) {
  .marm6 {
    margin: 6rem;
  }
}

@media (max-width: 768px) {
  .marm7 {
    margin: 7rem;
  }
}

@media (max-width: 768px) {
  .marm8 {
    margin: 8rem;
  }
}

@media (max-width: 768px) {
  .marm0-0 {
    margin: 0rem 0rem;
  }
}

@media (max-width: 768px) {
  .marm0-1 {
    margin: 0rem 1rem;
  }
}

@media (max-width: 768px) {
  .marm0-2 {
    margin: 0rem 2rem;
  }
}

@media (max-width: 768px) {
  .marm0-3 {
    margin: 0rem 3rem;
  }
}

@media (max-width: 768px) {
  .marm0-4 {
    margin: 0rem 4rem;
  }
}

@media (max-width: 768px) {
  .marm0-5 {
    margin: 0rem 5rem;
  }
}

@media (max-width: 768px) {
  .marm0-6 {
    margin: 0rem 6rem;
  }
}

@media (max-width: 768px) {
  .marm0-7 {
    margin: 0rem 7rem;
  }
}

@media (max-width: 768px) {
  .marm0-8 {
    margin: 0rem 8rem;
  }
}

@media (max-width: 768px) {
  .marm1-0 {
    margin: 1rem 0rem;
  }
}

@media (max-width: 768px) {
  .marm1-1 {
    margin: 1rem 1rem;
  }
}

@media (max-width: 768px) {
  .marm1-2 {
    margin: 1rem 2rem;
  }
}

@media (max-width: 768px) {
  .marm1-3 {
    margin: 1rem 3rem;
  }
}

@media (max-width: 768px) {
  .marm1-4 {
    margin: 1rem 4rem;
  }
}

@media (max-width: 768px) {
  .marm1-5 {
    margin: 1rem 5rem;
  }
}

@media (max-width: 768px) {
  .marm1-6 {
    margin: 1rem 6rem;
  }
}

@media (max-width: 768px) {
  .marm1-7 {
    margin: 1rem 7rem;
  }
}

@media (max-width: 768px) {
  .marm1-8 {
    margin: 1rem 8rem;
  }
}

@media (max-width: 768px) {
  .marm2-0 {
    margin: 2rem 0rem;
  }
}

@media (max-width: 768px) {
  .marm2-1 {
    margin: 2rem 1rem;
  }
}

@media (max-width: 768px) {
  .marm2-2 {
    margin: 2rem 2rem;
  }
}

@media (max-width: 768px) {
  .marm2-3 {
    margin: 2rem 3rem;
  }
}

@media (max-width: 768px) {
  .marm2-4 {
    margin: 2rem 4rem;
  }
}

@media (max-width: 768px) {
  .marm2-5 {
    margin: 2rem 5rem;
  }
}

@media (max-width: 768px) {
  .marm2-6 {
    margin: 2rem 6rem;
  }
}

@media (max-width: 768px) {
  .marm2-7 {
    margin: 2rem 7rem;
  }
}

@media (max-width: 768px) {
  .marm2-8 {
    margin: 2rem 8rem;
  }
}

@media (max-width: 768px) {
  .marm3-0 {
    margin: 3rem 0rem;
  }
}

@media (max-width: 768px) {
  .marm3-1 {
    margin: 3rem 1rem;
  }
}

@media (max-width: 768px) {
  .marm3-2 {
    margin: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .marm3-3 {
    margin: 3rem 3rem;
  }
}

@media (max-width: 768px) {
  .marm3-4 {
    margin: 3rem 4rem;
  }
}

@media (max-width: 768px) {
  .marm3-5 {
    margin: 3rem 5rem;
  }
}

@media (max-width: 768px) {
  .marm3-6 {
    margin: 3rem 6rem;
  }
}

@media (max-width: 768px) {
  .marm3-7 {
    margin: 3rem 7rem;
  }
}

@media (max-width: 768px) {
  .marm3-8 {
    margin: 3rem 8rem;
  }
}

@media (max-width: 768px) {
  .marm4-0 {
    margin: 4rem 0rem;
  }
}

@media (max-width: 768px) {
  .marm4-1 {
    margin: 4rem 1rem;
  }
}

@media (max-width: 768px) {
  .marm4-2 {
    margin: 4rem 2rem;
  }
}

@media (max-width: 768px) {
  .marm4-3 {
    margin: 4rem 3rem;
  }
}

@media (max-width: 768px) {
  .marm4-4 {
    margin: 4rem 4rem;
  }
}

@media (max-width: 768px) {
  .marm4-5 {
    margin: 4rem 5rem;
  }
}

@media (max-width: 768px) {
  .marm4-6 {
    margin: 4rem 6rem;
  }
}

@media (max-width: 768px) {
  .marm4-7 {
    margin: 4rem 7rem;
  }
}

@media (max-width: 768px) {
  .marm4-8 {
    margin: 4rem 8rem;
  }
}

@media (max-width: 768px) {
  .marm5-0 {
    margin: 5rem 0rem;
  }
}

@media (max-width: 768px) {
  .marm5-1 {
    margin: 5rem 1rem;
  }
}

@media (max-width: 768px) {
  .marm5-2 {
    margin: 5rem 2rem;
  }
}

@media (max-width: 768px) {
  .marm5-3 {
    margin: 5rem 3rem;
  }
}

@media (max-width: 768px) {
  .marm5-4 {
    margin: 5rem 4rem;
  }
}

@media (max-width: 768px) {
  .marm5-5 {
    margin: 5rem 5rem;
  }
}

@media (max-width: 768px) {
  .marm5-6 {
    margin: 5rem 6rem;
  }
}

@media (max-width: 768px) {
  .marm5-7 {
    margin: 5rem 7rem;
  }
}

@media (max-width: 768px) {
  .marm5-8 {
    margin: 5rem 8rem;
  }
}

@media (max-width: 768px) {
  .marm6-0 {
    margin: 6rem 0rem;
  }
}

@media (max-width: 768px) {
  .marm6-1 {
    margin: 6rem 1rem;
  }
}

@media (max-width: 768px) {
  .marm6-2 {
    margin: 6rem 2rem;
  }
}

@media (max-width: 768px) {
  .marm6-3 {
    margin: 6rem 3rem;
  }
}

@media (max-width: 768px) {
  .marm6-4 {
    margin: 6rem 4rem;
  }
}

@media (max-width: 768px) {
  .marm6-5 {
    margin: 6rem 5rem;
  }
}

@media (max-width: 768px) {
  .marm6-6 {
    margin: 6rem 6rem;
  }
}

@media (max-width: 768px) {
  .marm6-7 {
    margin: 6rem 7rem;
  }
}

@media (max-width: 768px) {
  .marm6-8 {
    margin: 6rem 8rem;
  }
}

@media (max-width: 768px) {
  .marm7-0 {
    margin: 7rem 0rem;
  }
}

@media (max-width: 768px) {
  .marm7-1 {
    margin: 7rem 1rem;
  }
}

@media (max-width: 768px) {
  .marm7-2 {
    margin: 7rem 2rem;
  }
}

@media (max-width: 768px) {
  .marm7-3 {
    margin: 7rem 3rem;
  }
}

@media (max-width: 768px) {
  .marm7-4 {
    margin: 7rem 4rem;
  }
}

@media (max-width: 768px) {
  .marm7-5 {
    margin: 7rem 5rem;
  }
}

@media (max-width: 768px) {
  .marm7-6 {
    margin: 7rem 6rem;
  }
}

@media (max-width: 768px) {
  .marm7-7 {
    margin: 7rem 7rem;
  }
}

@media (max-width: 768px) {
  .marm7-8 {
    margin: 7rem 8rem;
  }
}

@media (max-width: 768px) {
  .marm8-0 {
    margin: 8rem 0rem;
  }
}

@media (max-width: 768px) {
  .marm8-1 {
    margin: 8rem 1rem;
  }
}

@media (max-width: 768px) {
  .marm8-2 {
    margin: 8rem 2rem;
  }
}

@media (max-width: 768px) {
  .marm8-3 {
    margin: 8rem 3rem;
  }
}

@media (max-width: 768px) {
  .marm8-4 {
    margin: 8rem 4rem;
  }
}

@media (max-width: 768px) {
  .marm8-5 {
    margin: 8rem 5rem;
  }
}

@media (max-width: 768px) {
  .marm8-6 {
    margin: 8rem 6rem;
  }
}

@media (max-width: 768px) {
  .marm8-7 {
    margin: 8rem 7rem;
  }
}

@media (max-width: 768px) {
  .marm8-8 {
    margin: 8rem 8rem;
  }
}

/*~~ GLOBAL ~~*/
sup {
  vertical-align: super;
  font-size: 50%;
}

.center {
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.hidden {
  display: none;
}

.noscroll,
.no-scroll {
  height: 100%;
  overflow: hidden;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.figure {
  overflow: hidden;
  position: relative;
}

.figure img,
.stretch {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .mmh0 {
    min-height: 0 !important;
  }
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contain {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.fixedbg,
.fixed-bg {
  background-attachment: fixed;
  will-change: top;
}

.css-table {
  display: table;
}
.css-table .css-col {
  display: table-cell;
}

/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com


/*
|--------------------------------------------------------------------------
| Font Style Generator (See Mixin)
|--------------------------------------------------------------------------
*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GLOBAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html {
  scroll-padding-top: 120px;
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 90px;
  }
}
html:has(#header-content.slim) {
  scroll-padding-top: 70px;
}

body,
html {
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0;
  padding: 0;
  font: 300 normal 16px/16px "filson-pro", Arial, Helvetica, sans-serif, sans-serif;
  -webkit-font-smoothing: auto;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: auto;
  text-rendering: geometricprecision;
  color: #252525;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

*:focus,
*:focus label,
a:focus,
input:focus,
button:focus,
.checkboxitem label:focus-within {
  outline: 2px transparent solid !important;
  box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #396196, 0 0 4px 8px #F9F9D1 !important;
}

body.using-mouse *:focus,
body.using-mouse *:focus label,
body.using-mouse a:focus,
body.using-mouse input:focus,
body.using-mouse button:focus,
body.using-mouse .checkboxitem label:focus-within {
  outline: none !important;
  box-shadow: none !important;
}

em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1em;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1.125em;
}

p {
  font-size: 1.25rem;
  line-height: 1.25em;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}
p a {
  opacity: 1;
}
p a:hover {
  opacity: 0.65;
}

.lh-1-125 p {
  line-height: 1.125em !important;
}

.lh-1-25 p {
  line-height: 1.25em !important;
}

.lh-1-5 p {
  line-height: 1.5em !important;
}

.sm-body-text p {
  font-size: 1.25rem;
}

p.small {
  font-size: 0.85em;
}

a,
a:link,
a:visited,
.spanlink {
  color: inherit;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

a:hover,
a:active,
.spanlink:hover {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}

a.nolink {
  color: inherit;
  text-decoration: none;
}

textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ANIMATE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
[class*=animate] {
  opacity: 0;
  -webkit-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  -moz-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  -ms-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  -o-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  transition-delay: 0.125s;
}
[class*=animate].quick {
  transition-delay: 0.05s;
}
[class*=animate].short-delay {
  transition-delay: 0.5s;
}
[class*=animate].medium-delay {
  transition-delay: 0.75s;
}
[class*=animate].long-delay {
  transition-delay: 1s;
}
[class*=animate].nofade {
  opacity: 1 !important;
}

.animate-fadein {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.animate-left {
  transform: translateX(50px);
}
@media (max-width: 640px) {
  .animate-left {
    transform: translateX(0);
  }
}

.animate-right {
  transform: translateX(-50px);
}
@media (max-width: 640px) {
  .animate-right {
    transform: translateX(0);
  }
}

.animate-up {
  transform: translateY(50px);
}
@media (max-width: 640px) {
  .animate-up {
    transform: translateX(0);
  }
}

.animate-down {
  transform: translateY(-50px);
}
@media (max-width: 640px) {
  .animate-down {
    transform: translateX(0);
  }
}

.animate-zoomin {
  transform: scale(0.85);
}

.animate-zoomout {
  transform: scale(1.5);
}

.animate-zoom-and-spin {
  transform: scale(0.65) rotate(-90deg);
  transform-origin: 50% 50% !important;
}

.animate-fade-sequence:nth-of-type(1) {
  transition-delay: 0.125s;
}
.animate-fade-sequence:nth-of-type(2) {
  transition-delay: 0.25s;
}
.animate-fade-sequence:nth-of-type(3) {
  transition-delay: 0.375s;
}
.animate-fade-sequence:nth-of-type(4) {
  transition-delay: 0.5s;
}
.animate-fade-sequence:nth-of-type(5) {
  transition-delay: 0.625s;
}
.animate-fade-sequence:nth-of-type(6) {
  transition-delay: 0.75s;
}
.animate-fade-sequence:nth-of-type(7) {
  transition-delay: 0.875s;
}
.animate-fade-sequence:nth-of-type(8) {
  transition-delay: 1s;
}
.animate-fade-sequence:nth-of-type(9) {
  transition-delay: 1.125s;
}
.animate-fade-sequence:nth-of-type(10) {
  transition-delay: 1.25s;
}

.in-view {
  opacity: 1;
}
.in-view.animate-up, .in-view.animate-down, .in-view.animate-left, .in-view.animate-right {
  transform: translate(0);
}
.in-view.animate-zoomin, .in-view.animate-zoomout {
  transform: scale(1);
}
.in-view.animate-zoom-and-spin {
  transform: scale(1) rotate(0);
  transform-origin: 50% 50% !important;
}

.animate-spin {
  animation: spin-90 1s ease-in-out forwards;
}

.boxbtn,
.boxbtn:link,
.boxbtn:visited {
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  padding: 0.85rem 1.25rem 0.75rem;
  position: relative;
  color: #ffffff;
  background-color: #252525;
  cursor: pointer;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  -moz-transition: color 0.5s ease, background-color 0.5s ease;
  -ms-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.boxbtn.with-arrow:after, .boxbtn.with-arrow:before,
.boxbtn:link.with-arrow:after,
.boxbtn:link.with-arrow:before,
.boxbtn:visited.with-arrow:after,
.boxbtn:visited.with-arrow:before {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  font-size: 0.9em;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.boxbtn.with-arrow:before,
.boxbtn:link.with-arrow:before,
.boxbtn:visited.with-arrow:before {
  content: "\f104";
  margin-left: 0;
  margin-right: 0.5rem;
  display: none;
}
.boxbtn.with-arrow:hover:before,
.boxbtn:link.with-arrow:hover:before,
.boxbtn:visited.with-arrow:hover:before {
  transform: translateX(-0.25rem);
}
.boxbtn.with-arrow:hover:after,
.boxbtn:link.with-arrow:hover:after,
.boxbtn:visited.with-arrow:hover:after {
  transform: translateX(0.25rem);
}
.boxbtn.with-arrow.reverse:before,
.boxbtn:link.with-arrow.reverse:before,
.boxbtn:visited.with-arrow.reverse:before {
  display: inline-block;
}
.boxbtn.with-arrow.reverse:after,
.boxbtn:link.with-arrow.reverse:after,
.boxbtn:visited.with-arrow.reverse:after {
  display: none;
}
.boxbtn:hover,
.boxbtn:link:hover,
.boxbtn:visited:hover {
  background-color: #0d0d0d;
}
.boxbtn.bgbase,
.boxbtn:link.bgbase,
.boxbtn:visited.bgbase {
  color: #ffffff;
  background-color: #181818;
  border: 0;
}
.boxbtn.bgbase:hover,
.boxbtn:link.bgbase:hover,
.boxbtn:visited.bgbase:hover {
  background-color: black;
}
.boxbtn.bgprimary,
.boxbtn:link.bgprimary,
.boxbtn:visited.bgprimary {
  color: #ffffff;
  background-color: #252525;
  border: 0;
}
.boxbtn.bgprimary:hover,
.boxbtn:link.bgprimary:hover,
.boxbtn:visited.bgprimary:hover {
  background-color: #181818;
}
.boxbtn.bgsecondary,
.boxbtn:link.bgsecondary,
.boxbtn:visited.bgsecondary {
  color: #000000;
  background-color: #c2b9a4;
  border: 0;
}
.boxbtn.bgsecondary:hover,
.boxbtn:link.bgsecondary:hover,
.boxbtn:visited.bgsecondary:hover {
  background-color: #b8ad95;
}
.boxbtn.bgsubdued,
.boxbtn:link.bgsubdued,
.boxbtn:visited.bgsubdued {
  color: #000000;
  background-color: #e3dccb;
  border: 0;
}
.boxbtn.bgsubdued:hover,
.boxbtn:link.bgsubdued:hover,
.boxbtn:visited.bgsubdued:hover {
  background-color: #b8ad95;
}
.boxbtn.bgwhite,
.boxbtn:link.bgwhite,
.boxbtn:visited.bgwhite {
  color: #000000;
  background-color: #ffffff;
  border: 0;
}
.boxbtn.bgwhite:hover,
.boxbtn:link.bgwhite:hover,
.boxbtn:visited.bgwhite:hover {
  background-color: #e3dccb;
}
.boxbtn.bgaccent,
.boxbtn:link.bgaccent,
.boxbtn:visited.bgaccent {
  color: #ffffff;
  background-color: #4b662d;
  border: 0;
}
.boxbtn.bgaccent:hover,
.boxbtn:link.bgaccent:hover,
.boxbtn:visited.bgaccent:hover {
  background-color: #587835;
}

.arrowlink,
a.arrowlink:link,
a.arrowlink:visited {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.125em;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.arrowlink:after,
a.arrowlink:link:after,
a.arrowlink:visited:after {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  position: absolute;
  margin: 0 0.25em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-size: 0.9em;
  will-change: left, opacity;
  -webkit-transition: margin 0.25s ease;
  -moz-transition: margin 0.25s ease;
  -ms-transition: margin 0.25s ease;
  -o-transition: margin 0.25s ease;
  transition: margin 0.25s ease;
}
.arrowlink.font-headline:after, .arrowlink.font-headline-light:after, .arrowlink.font-headline-bold:after,
a.arrowlink:link.font-headline:after,
a.arrowlink:link.font-headline-light:after,
a.arrowlink:link.font-headline-bold:after,
a.arrowlink:visited.font-headline:after,
a.arrowlink:visited.font-headline-light:after,
a.arrowlink:visited.font-headline-bold:after {
  margin-top: 0.125em;
  margin-bottom: 0.125em;
}
.arrowlink:hover,
a.arrowlink:link:hover,
a.arrowlink:visited:hover {
  opacity: 0.65;
}
.arrowlink:hover:after,
a.arrowlink:link:hover:after,
a.arrowlink:visited:hover:after {
  margin-left: 0.5em;
  margin-right: 0;
}
.arrowlink.reverse,
a.arrowlink:link.reverse,
a.arrowlink:visited.reverse {
  padding-right: 0;
}
.arrowlink.reverse:after,
a.arrowlink:link.reverse:after,
a.arrowlink:visited.reverse:after {
  display: none;
}
.arrowlink.reverse:before,
a.arrowlink:link.reverse:before,
a.arrowlink:visited.reverse:before {
  font-family: "FontAwesome";
  content: "\f104";
  display: inline-block;
  position: relative;
  margin: 0.25em;
  font-size: 0.9em;
  will-change: left, opacity;
  -webkit-transition: margin 0.25s ease;
  -moz-transition: margin 0.25s ease;
  -ms-transition: margin 0.25s ease;
  -o-transition: margin 0.25s ease;
  transition: margin 0.25s ease;
}
.arrowlink.reverse:hover,
a.arrowlink:link.reverse:hover,
a.arrowlink:visited.reverse:hover {
  opacity: 0.65;
}
.arrowlink.reverse:hover:before,
a.arrowlink:link.reverse:hover:before,
a.arrowlink:visited.reverse:hover:before {
  margin: 0 0.5em 0 0;
}
.arrowlink.up,
a.arrowlink:link.up,
a.arrowlink:visited.up {
  padding-right: 0;
  text-align: center;
}
.arrowlink.up:after,
a.arrowlink:link.up:after,
a.arrowlink:visited.up:after {
  display: none;
}
.arrowlink.up:before,
a.arrowlink:link.up:before,
a.arrowlink:visited.up:before {
  content: "";
  width: 0.5em;
  height: 0.4em;
  background-image: url("/wp-content/themes/client-theme/images/global/arrow-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 100%;
  margin: 0;
  -webkit-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -ms-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
.arrowlink.up:hover,
a.arrowlink:link.up:hover,
a.arrowlink:visited.up:hover {
  opacity: 0.65;
}
.arrowlink.up:hover:before,
a.arrowlink:link.up:hover:before,
a.arrowlink:visited.up:hover:before {
  bottom: calc(100% + 0.25rem);
}

/* Fonts */
.font-main {
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.font-main-bold {
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.font-main-light {
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.font-headline {
  font-family: "sweet-gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.font-headline-bold {
  font-family: "sweet-gothic", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.font-headline-light {
  font-family: "sweet-gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.bgwhite {
  background-color: #ffffff;
}

.bgblack {
  background-color: #000000;
}

.bgbase {
  background-color: #000000;
}

.bgbase-dark {
  background-color: black;
}

.bgbase-darkest {
  background-color: black;
}

.bgbase-light {
  background-color: #0d0d0d;
}

.bgbase-lightest {
  background-color: #1a1a1a;
}

.bgprimary {
  background-color: #252525;
}

.bgprimary-dark {
  background-color: #181818;
}

.bgprimary-darkest {
  background-color: #0c0c0c;
}

.bgprimary-light {
  background-color: #323232;
}

.bgprimary-lightest {
  background-color: #3f3f3f;
}

.bgsecondary {
  background-color: #c2b9a4;
}

.bgsecondary-dark {
  background-color: #b8ad95;
}

.bgsecondary-darkest {
  background-color: #aea285;
}

.bgsecondary-light {
  background-color: #ccc5b3;
}

.bgsecondary-lightest {
  background-color: #d6d0c3;
}

.bgaccent {
  background-color: #4b662d;
}

.bgaccent-dark {
  background-color: #3e5425;
}

.bgaccent-darkest {
  background-color: #31431d;
}

.bgaccent-light {
  background-color: #587835;
}

.bgaccent-lightest {
  background-color: #65893d;
}

.bgsubdued {
  background-color: #e3dccb;
}

.bgprimary-trans {
  background-color: rgba(37, 37, 37, 0.95);
}

/* Text Color */
.twhite,
a.twhite {
  color: #ffffff;
}

.tblack,
a.tblack {
  color: #000000;
}

.tbase,
a.tbase {
  color: #000000;
}

.tbase-dark,
a.tbase-dark {
  color: black;
}

.tbase-darkest,
a.tbase-darkest {
  color: black;
}

.tbase-light,
a.tbase-light {
  color: #0d0d0d;
}

.tbase-lightest,
a.tbase-lightest {
  color: #1a1a1a;
}

.tprimary,
a.tprimary {
  color: #252525;
}

.tprimary-dark,
a.tprimary-dark {
  color: #181818;
}

.tprimary-darkest,
a.tprimary-darkest {
  color: #0c0c0c;
}

.tprimary-light,
a.tprimary-light {
  color: #323232;
}

.tprimary-lightest,
a.tprimary-lightest {
  color: #3f3f3f;
}

.tsecondary,
a.tsecondary {
  color: #c2b9a4;
}

.tsecondary-dark,
a.tsecondary-dark {
  color: #b8ad95;
}

.tsecondary-darkest,
a.tsecondary-darkest {
  color: #aea285;
}

.tsecondary-light,
a.tsecondary-light {
  color: #ccc5b3;
}

.tsecondary-lightest,
a.tsecondary-lightest {
  color: #d6d0c3;
}

.taccent,
a.taccent {
  color: #4b662d;
}

.taccent-dark,
a.taccent-dark {
  color: #3e5425;
}

.taccent-darkest,
a.taccent-darkest {
  color: #31431d;
}

.taccent-light,
a.taccent-light {
  color: #587835;
}

.taccent-lightest,
a.taccent-lightest {
  color: #65893d;
}

.tsubdued,
a.tsubdued {
  color: #e3dccb;
}

strong {
  font-weight: 500;
}

.tlarge {
  font-size: 125%;
}

.tlarger {
  font-size: 150%;
}

.nofade {
  opacity: 1 !important;
  visibility: 1 !important;
}

.multiply {
  mix-blend-mode: multiply;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::-o-selection {
  background-color: #000000;
  color: #ffffff;
}

::-ms-selection {
  background-color: #000000;
  color: #ffffff;
}

::-webkit-selection {
  background-color: #000000;
  color: #ffffff;
}

.cleanlist {
  margin: 0 0 1em;
  padding: 0;
}
.cleanlist h2 {
  display: block;
  font-size: 1em;
  margin: 0 0 0.5em -15px;
  padding: 0;
}
.cleanlist li {
  font-size: 1.25em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}
.cleanlist li ul {
  margin: 1em 0 0 1em;
  padding: 0;
}
.cleanlist li ul li {
  font-size: 1em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}

.boxheight,
.boxheight-slim {
  height: 65vh;
  min-height: 550px;
}
@media (max-width: 1248px) {
  .boxheight,
  .boxheight-slim {
    height: 80vh;
  }
}
@media (max-width: 1024px) {
  .boxheight,
  .boxheight-slim {
    height: 75vh;
  }
}
@media (max-width: 768px) {
  .boxheight,
  .boxheight-slim {
    height: auto;
    min-height: 0;
  }
}

.boxheight-slim {
  height: 40vh;
  min-height: 425px;
}

.fullheight {
  height: 88vh;
  min-height: 500px;
}
@media (max-width: 768px) {
  .fullheight {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .fullheight.mh-450 {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .fullheight.mh-350 {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .mobile-height {
    height: 450px !important;
  }
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

#uplink {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: fixed;
  right: 2em;
  bottom: -100px;
  z-index: 2000;
  color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.5s ease, bottom 0.5s ease;
  -moz-transition: background-color 0.5s ease, bottom 0.5s ease;
  -ms-transition: background-color 0.5s ease, bottom 0.5s ease;
  -o-transition: background-color 0.5s ease, bottom 0.5s ease;
  transition: background-color 0.5s ease, bottom 0.5s ease;
}
#uplink.up {
  bottom: 3em;
}

#uplink:hover {
  background-color: rgb(255, 255, 255);
}

.secnav {
  display: block;
  text-align: center;
  min-height: 75px;
}
.secnav li {
  display: inline-block;
  margin: 0.75rem 0.5rem;
}
@media (max-width: 640px) {
  .secnav li {
    width: 100%;
    max-width: none;
  }
}
.secnav li a {
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 1;
  padding: 0.85rem 1.75rem 0.75rem;
  color: #000000;
  background-color: rgba(75, 102, 45, 0);
  border: 1px solid #000000;
  position: relative;
  min-width: 200px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-bottom-width 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, border-bottom-width 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, border-bottom-width 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border-bottom-width 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-bottom-width 0.2s ease;
}
.secnav li a:hover, .secnav li a:active {
  background-color: rgba(75, 102, 45, 0.1);
  border-color: #4b662d;
}
.secnav li a.active {
  background-color: rgba(75, 102, 45, 0.1);
  border-color: #4b662d;
  border-bottom-width: 5px;
}
.secnav li.active > a {
  background-color: rgba(75, 102, 45, 0.1);
  border-color: #4b662d;
  border-bottom-width: 5px;
}

.mobile-menu-toggle {
  display: none;
}

.select.mobile-select {
  border: none;
}
@media (max-width: 640px) {
  .select.mobile-select {
    border: 1px solid #252525;
  }
}
.select.mobile-select .select__arrow {
  display: none;
  border-color: #252525 transparent transparent transparent;
}
@media (max-width: 640px) {
  .select.mobile-select .select__arrow {
    display: block;
  }
}
.select.mobile-select ul select {
  color: #252525;
  text-indent: 1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: none;
}
@media (max-width: 640px) {
  .select.mobile-select ul select {
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .select.mobile-select ul li {
    display: none;
  }
}

.secnav-title {
  display: inline-block;
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1em;
}
@media (max-width: 768px) {
  .secnav-title {
    font-size: 1.75em;
  }
}
@media (max-width: 640px) {
  .secnav-title {
    display: block;
    padding-top: 0.25em;
    font-size: 2em;
  }
}

.select.mobile-select {
  border: none;
  width: 90%;
  margin: 0 5%;
}
@media (max-width: 768px) {
  .select.mobile-select {
    border: 1px solid #252525;
  }
}
.select.mobile-select .select__arrow {
  display: none;
  top: 20px;
  border-color: #252525 transparent transparent transparent;
}
@media (max-width: 768px) {
  .select.mobile-select .select__arrow {
    display: block;
  }
}
.select.mobile-select ul select {
  color: #252525;
  text-indent: 1em;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  display: none;
}
@media (max-width: 768px) {
  .select.mobile-select ul select {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .select.mobile-select ul li {
    display: none;
  }
}

.default-content p {
  margin-bottom: 1rem;
}
.default-content p:last-child {
  margin-bottom: 0;
}
.default-content p a {
  color: inherit;
}
.default-content p a:hover {
  opacity: 0.65;
}
.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  line-height: 1.25em;
  margin-bottom: 1.5rem;
}
.default-content h2 {
  font-size: 1.75rem;
}
.default-content h3 {
  font-size: 1.5rem;
}
.default-content h4 {
  font-size: 1.25rem;
}
.default-content h5 {
  font-size: 1.125rem;
}
.default-content h6 {
  font-size: 1rem;
}
.default-content ul,
.default-content ol {
  margin: 0;
  list-style: none;
  padding-left: 1em;
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.25em;
  text-indent: -1.25em;
}
.default-content ul li,
.default-content ol li {
  margin: 0px 0px 1rem 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
.default-content ul li:before,
.default-content ol li:before {
  content: "• ";
  padding-right: 0.75rem;
  font-size: 1.5rem;
  color: #c2b9a4;
}
.default-content ul li a,
.default-content ol li a {
  color: inherit;
}
.default-content ul li a:hover,
.default-content ol li a:hover {
  opacity: 0.65;
}
.default-content ul li.no-bullet:before,
.default-content ol li.no-bullet:before {
  opacity: 0 !important;
}
.default-content ul ul,
.default-content ul ol,
.default-content ol ul,
.default-content ol ol {
  margin: 0;
  padding: 0 2rem 0 2rem;
  list-style: none;
  margin-left: 0;
  padding-left: 2rem;
  text-indent: -1.75rem;
}
.default-content ul ul li,
.default-content ul ol li,
.default-content ol ul li,
.default-content ol ol li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.25rem;
  line-height: 1em;
}
.default-content ul ul li:before,
.default-content ul ol li:before,
.default-content ol ul li:before,
.default-content ol ol li:before {
  content: " ";
  padding-right: 1rem;
}
.default-content ol {
  counter-reset: list-nums;
}
.default-content ol li {
  counter-increment: list-nums;
}
.default-content ol li:before {
  content: counter(list-nums) ".";
}
.default-content blockquote {
  font-weight: "filson-pro", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  max-width: 600px;
  display: inline-block;
  line-height: 1.5rem;
  position: relative;
  margin: 0;
  padding: 0.5rem;
}
.default-content blockquote:before, .default-content blockquote:after {
  position: absolute;
  color: #c2b9a4;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
}
.default-content blockquote:before {
  content: "“";
  left: -5rem;
  top: -2rem;
}
.default-content blockquote:after {
  content: "”";
  right: -5rem;
  bottom: 1rem;
}
.default-content blockquote cite {
  display: block;
  margin-top: 1rem;
  font-weight: 700;
  font-size: 85%;
}

.privacy-policy .default-content ul,
.privacy-policy .default-content ol {
  margin-bottom: 1.5rem;
}
.privacy-policy .default-content ul ul,
.privacy-policy .default-content ol ul {
  text-indent: 0;
}
.privacy-policy .default-content ul ul li,
.privacy-policy .default-content ol ul li {
  list-style-type: disc;
  line-height: 1.25em;
}
.privacy-policy .default-content ul ul li:before,
.privacy-policy .default-content ol ul li:before {
  display: none;
}

.divider,
.divider-slim {
  position: relative;
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .divider,
  .divider-slim {
    height: 3rem;
  }
}

.divider-slim {
  height: 2rem;
}

.hideme {
  display: none;
}

.hideme-important {
  display: none !important;
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

.imgloader,
.videoloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 3em;
  color: #ffffff;
}

.offscreen,
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.split-list ul {
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .split-list ul {
    padding-right: 0;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
header,
footer,
section {
  clear: both;
  width: 100%;
  position: relative;
}

.need-content {
  padding: 8rem 1rem;
}
.need-content h2 {
  font-size: 3rem;
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  color: #e0218a;
}

.wrapper,
.wrapper-full,
.wrapper-wide,
.wrapper-xwide,
.wrapper-slim {
  max-width: 980px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  position: relative;
}
.wrapper.with-gap, .wrapper.inset,
.wrapper-full.with-gap,
.wrapper-full.inset,
.wrapper-wide.with-gap,
.wrapper-wide.inset,
.wrapper-xwide.with-gap,
.wrapper-xwide.inset,
.wrapper-slim.with-gap,
.wrapper-slim.inset {
  width: calc(100% - 100px);
}
@media (max-width: 768px) {
  .wrapper.with-gap, .wrapper.inset,
  .wrapper-full.with-gap,
  .wrapper-full.inset,
  .wrapper-wide.with-gap,
  .wrapper-wide.inset,
  .wrapper-xwide.with-gap,
  .wrapper-xwide.inset,
  .wrapper-slim.with-gap,
  .wrapper-slim.inset {
    width: calc(100% - 50px);
  }
}
.wrapper.with-half-gap,
.wrapper-full.with-half-gap,
.wrapper-wide.with-half-gap,
.wrapper-xwide.with-half-gap,
.wrapper-slim.with-half-gap {
  width: calc(100% - 50px);
}
@media (max-width: 768px) {
  .wrapper.with-half-gap,
  .wrapper-full.with-half-gap,
  .wrapper-wide.with-half-gap,
  .wrapper-xwide.with-half-gap,
  .wrapper-slim.with-half-gap {
    width: calc(100% - 25px);
  }
}

.wrapper-full {
  width: 100%;
  max-width: none;
}

.wrapper-wide {
  max-width: 1200px;
}

.wrapper-xwide {
  max-width: 1600px;
}

.wrapper-slim {
  max-width: 600px;
}

.responsive-background-image {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.responsive-background-image img.responsive-image-placement {
  display: none;
}

[class*=section-title] {
  font-size: 2.75rem;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  [class*=section-title] {
    font-size: 2.5rem;
  }
}
@media (max-width: 640px) {
  [class*=section-title] {
    font-size: 2rem;
  }
}
[class*=section-title].font-headline, [class*=section-title].font-headline-bold, [class*=section-title].font-headline-light {
  font-size: 2.75rem;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  [class*=section-title].font-headline, [class*=section-title].font-headline-bold, [class*=section-title].font-headline-light {
    font-size: 2.5rem;
  }
}
@media (max-width: 640px) {
  [class*=section-title].font-headline, [class*=section-title].font-headline-bold, [class*=section-title].font-headline-light {
    font-size: 2rem;
  }
}

.section-title-large {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .section-title-large {
    font-size: 2.75rem;
  }
}
@media (max-width: 640px) {
  .section-title-large {
    font-size: 2.5rem;
  }
}
.section-title-large.font-headline, .section-title-large.font-headline-bold, .section-title-large.font-headline-light {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .section-title-large.font-headline, .section-title-large.font-headline-bold, .section-title-large.font-headline-light {
    font-size: 2.75rem;
  }
}
@media (max-width: 640px) {
  .section-title-large.font-headline, .section-title-large.font-headline-bold, .section-title-large.font-headline-light {
    font-size: 2.25rem;
  }
}

.section-title-medium {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .section-title-medium {
    font-size: 2.25rem;
  }
}
@media (max-width: 640px) {
  .section-title-medium {
    font-size: 2.125rem;
  }
}
.section-title-medium.font-headline, .section-title-medium.font-headline-bold, .section-title-medium.font-headline-light {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .section-title-medium.font-headline, .section-title-medium.font-headline-bold, .section-title-medium.font-headline-light {
    font-size: 2.25rem;
  }
}
@media (max-width: 640px) {
  .section-title-medium.font-headline, .section-title-medium.font-headline-bold, .section-title-medium.font-headline-light {
    font-size: 2.125rem;
  }
}

.section-title-small {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .section-title-small {
    font-size: 2.125rem;
  }
}
@media (max-width: 640px) {
  .section-title-small {
    font-size: 2rem;
  }
}
.section-title-small.font-headline, .section-title-small.font-headline-bold, .section-title-small.font-headline-light {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .section-title-small.font-headline, .section-title-small.font-headline-bold, .section-title-small.font-headline-light {
    font-size: 2.125rem;
  }
}
@media (max-width: 640px) {
  .section-title-small.font-headline, .section-title-small.font-headline-bold, .section-title-small.font-headline-light {
    font-size: 2rem;
  }
}

.section-title-xsmall {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .section-title-xsmall {
    font-size: 1.75rem;
  }
}
@media (max-width: 640px) {
  .section-title-xsmall {
    font-size: 1.5rem;
  }
}
.section-title-xsmall.font-headline, .section-title-xsmall.font-headline-bold, .section-title-xsmall.font-headline-light {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .section-title-xsmall.font-headline, .section-title-xsmall.font-headline-bold, .section-title-xsmall.font-headline-light {
    font-size: 1.75rem;
  }
}
@media (max-width: 640px) {
  .section-title-xsmall.font-headline, .section-title-xsmall.font-headline-bold, .section-title-xsmall.font-headline-light {
    font-size: 1.5rem;
  }
}

.section-title-xxsmall {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .section-title-xxsmall {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .section-title-xxsmall {
    font-size: 1.25rem;
  }
}
.section-title-xxsmall.font-headline, .section-title-xxsmall.font-headline-bold, .section-title-xxsmall.font-headline-light {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .section-title-xxsmall.font-headline, .section-title-xxsmall.font-headline-bold, .section-title-xxsmall.font-headline-light {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .section-title-xxsmall.font-headline, .section-title-xxsmall.font-headline-bold, .section-title-xxsmall.font-headline-light {
    font-size: 1.25rem;
  }
}

[class*=link-size] {
  line-height: 1.5em;
}

.link-size-large {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .link-size-large {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .link-size-large {
    font-size: 1.25rem;
  }
}
.link-size-large.font-headline, .link-size-large.font-headline-bold, .link-size-large.font-headline-light {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .link-size-large.font-headline, .link-size-large.font-headline-bold, .link-size-large.font-headline-light {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .link-size-large.font-headline, .link-size-large.font-headline-bold, .link-size-large.font-headline-light {
    font-size: 1.25rem;
  }
}

.link-size-medium {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .link-size-medium {
    font-size: 1.125rem;
  }
}
@media (max-width: 640px) {
  .link-size-medium {
    font-size: 1.125rem;
  }
}
.link-size-medium.font-headline, .link-size-medium.font-headline-bold, .link-size-medium.font-headline-light {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .link-size-medium.font-headline, .link-size-medium.font-headline-bold, .link-size-medium.font-headline-light {
    font-size: 1.125rem;
  }
}
@media (max-width: 640px) {
  .link-size-medium.font-headline, .link-size-medium.font-headline-bold, .link-size-medium.font-headline-light {
    font-size: 1.125rem;
  }
}

.link-size-default {
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .link-size-default {
    line-height: 1.25em;
  }
}
@media (max-width: 640px) {
  .link-size-default {
    font-size: 1.125rem;
  }
}
.link-size-default.font-headline, .link-size-default.font-headline-bold, .link-size-default.font-headline-light {
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .link-size-default.font-headline, .link-size-default.font-headline-bold, .link-size-default.font-headline-light {
    line-height: 1.25em;
  }
}
@media (max-width: 640px) {
  .link-size-default.font-headline, .link-size-default.font-headline-bold, .link-size-default.font-headline-light {
    font-size: 1.125rem;
  }
}

.link-size-small {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .link-size-small {
    font-size: 1rem;
  }
}
.link-size-small.font-headline, .link-size-small.font-headline-bold, .link-size-small.font-headline-light {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .link-size-small.font-headline, .link-size-small.font-headline-bold, .link-size-small.font-headline-light {
    font-size: 1rem;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contain-all {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#contain-all::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.4s ease;
}
#contain-all.menu-open {
  transform: translate3d(-450px, 0, 0);
  transform-style: preserve-3d;
}
@media (max-width: 450px) {
  #contain-all.menu-open {
    transform: translate3d(-100%, 0, 0);
  }
}
#contain-all.menu-open::after {
  opacity: 1;
}

.inline-links {
  margin: 2em 0 1em;
}
.inline-links a {
  display: inline-block;
  min-width: calc(33% - 2em);
  margin: 1em 1em 0;
}
@media (max-width: 768px) {
  .inline-links a {
    width: 90%;
    max-width: 500px;
  }
}

.fade-cover {
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
}

/*******************
Skip to content (ADA)
*******************/
a.ada-skip-to-content {
  display: block;
  color: #ffffff;
  background-color: #000000;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2em;
  width: 200px;
  height: auto;
  position: absolute;
  left: -999px;
  top: 5px;
  padding: 10px;
  overflow: hidden;
  z-index: -9999;
  text-decoration: none;
}
a.ada-skip-to-content:focus, a.ada-skip-to-content:active {
  left: 5px;
  z-index: 9999;
}

/*******************
Top Promo Bar
*******************/
.top-promo-bar {
  background-color: #ffffff;
  text-align: center;
  left: 0;
  top: 0;
  position: relative;
  z-index: 999999;
  width: 100%;
}
@media (max-width: 640px) {
  .top-promo-bar {
    padding-left: 0;
    text-align: left;
  }
}
.top-promo-bar .cycle-slideshow {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 5;
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.top-promo-bar .frame {
  display: block !important;
  width: 100%;
  text-align: center;
  padding: 1.5rem 3rem;
  color: #252525;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .top-promo-bar .frame {
    width: calc(100% - 50px);
    padding: 1.5rem 1rem;
  }
}
.top-promo-bar .frame span {
  display: inline;
}
.top-promo-bar .frame span.link-title {
  display: inline-block;
}
.top-promo-bar .frame a {
  color: #4b662d !important;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding: 0;
}
.top-promo-bar .frame a:after {
  font-family: "FontAwesome";
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.7em;
  margin: 0 0.125rem;
  transition: padding 0.5s ease;
}
.top-promo-bar .frame a:hover {
  opacity: 0.65;
}
.top-promo-bar .frame a:hover:after {
  padding: 0 0 0 5px;
}
.top-promo-bar .promo-text {
  color: #4b662d;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.35;
  padding: 0;
  text-align: center;
  display: block;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 1024px) {
  .top-promo-bar .promo-text {
    font-size: 1.15rem;
  }
}
@media (max-width: 640px) {
  .top-promo-bar .promo-text {
    text-align: left;
    font-size: 1rem;
  }
}
.top-promo-bar .promo-text .promo-disclaimer {
  color: #252525;
  font-size: 0.85rem;
  margin-top: 1rem;
}
.top-promo-bar .promo-text .promo-disclaimer a {
  color: #252525;
  text-decoration: underline;
}
.top-promo-bar #top-promo-close {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 640px) {
  .top-promo-bar #top-promo-close {
    right: 1rem;
  }
}
.top-promo-bar #top-promo-close i {
  font-size: 15px;
  color: #252525;
}
.top-promo-bar #top-promo-close:hover {
  opacity: 0.65 !important;
}

/*~~~~~~~~~~~~~~~~~*/
.hamburger,
.hamburger-menu-item {
  width: 40px;
  height: 23px;
  margin: 0;
  position: relative;
  display: inline-block;
}
.hamburger span,
.hamburger-menu-item span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.hamburger span:nth-child(1),
.hamburger-menu-item span:nth-child(1) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 0px;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3), .hamburger span:nth-child(4),
.hamburger-menu-item span:nth-child(2),
.hamburger-menu-item span:nth-child(3),
.hamburger-menu-item span:nth-child(4) {
  top: 8px;
}
.hamburger span:nth-child(4),
.hamburger-menu-item span:nth-child(4) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 16px;
}
.hamburger:hover span:nth-child(1), .hamburger:hover span:nth-child(4),
.hamburger-menu-item:hover span:nth-child(1),
.hamburger-menu-item:hover span:nth-child(4) {
  width: 100%;
}
.hamburger.menu-close span:nth-child(1),
.hamburger-menu-item.menu-close span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.hamburger.menu-close span:nth-child(2),
.hamburger-menu-item.menu-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.menu-close span:nth-child(3),
.hamburger-menu-item.menu-close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.menu-close span:nth-child(4),
.hamburger-menu-item.menu-close span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease, transform 0.4s ease;
  -moz-transition: all 0.5s ease, transform 0.4s ease;
  -ms-transition: all 0.5s ease, transform 0.4s ease;
  -o-transition: all 0.5s ease, transform 0.4s ease;
  transition: all 0.5s ease, transform 0.4s ease;
}
header.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header.menu-fade-out {
  opacity: 0;
  transition: opacity 150ms ease;
}
header.menu-fade-in {
  opacity: 1;
  transition: opacity 300ms ease;
}
header.hide {
  top: -125px;
}
header.hide #main-nav.mobile-nav {
  height: 0;
}
@media (max-width: 768px) {
  header.hide {
    top: -70px;
  }
}

.header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 125px;
  height: auto;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 640px) {
  .header-logo {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}

ul.header-social li,
ul.footer-social li,
ul.news-social li {
  display: inline-block;
  list-style: none;
  margin: 0 0.5em;
}
ul.header-social li a,
ul.footer-social li a,
ul.news-social li a {
  font-size: 1.5rem;
  margin: 0;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
ul.header-social li a:hover,
ul.footer-social li a:hover,
ul.news-social li a:hover {
  opacity: 0.65;
}

ul.news-social li a {
  font-size: 2rem;
}

#header-content {
  position: relative;
  -webkit-transition: height 0.5s ease, background-color 0.25s ease 0s;
  -moz-transition: height 0.5s ease, background-color 0.25s ease 0s;
  -ms-transition: height 0.5s ease, background-color 0.25s ease 0s;
  -o-transition: height 0.5s ease, background-color 0.25s ease 0s;
  transition: height 0.5s ease, background-color 0.25s ease 0s;
}
#header-content #header-content-holder {
  position: relative;
  height: 120px;
  text-align: right;
  width: calc(100% - 6rem);
  margin: 0 auto;
  background: none;
  -webkit-transition: height 0.5s ease, background-color 0.5s ease 0.25s;
  -moz-transition: height 0.5s ease, background-color 0.5s ease 0.25s;
  -ms-transition: height 0.5s ease, background-color 0.5s ease 0.25s;
  -o-transition: height 0.5s ease, background-color 0.5s ease 0.25s;
  transition: height 0.5s ease, background-color 0.5s ease 0.25s;
}
@media (max-width: 1600px) {
  #header-content #header-content-holder {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 640px) {
  #header-content #header-content-holder {
    height: 90px;
    width: calc(100% - 2rem);
  }
}
#header-content #header-content-holder .header-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media (max-width: 640px) {
  #header-content #header-content-holder .header-left {
    left: auto;
    right: 3.5rem;
  }
}
#header-content #header-content-holder .header-left .header-phone {
  font-weight: 400;
  font-size: 1.125rem;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease;
  -moz-transition: top 0.5s ease, opacity 0.5s ease;
  -ms-transition: top 0.5s ease, opacity 0.5s ease;
  -o-transition: top 0.5s ease, opacity 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease;
}
@media (max-width: 845px) {
  #header-content #header-content-holder .header-left .header-phone span {
    display: none;
  }
}
#header-content #header-content-holder .header-left .header-phone i {
  display: none;
  font-size: 1.5rem;
  margin-top: 0.25rem;
  transition: margin-top 0.5s ease;
}
@media (max-width: 845px) {
  #header-content #header-content-holder .header-left .header-phone i {
    display: block;
  }
}
#header-content #header-content-holder .header-left .header-phone:hover {
  opacity: 0.65;
}
#header-content #header-content-holder .header-left ul.header-social {
  text-align: right;
}
@media (max-width: 640px) {
  #header-content #header-content-holder .header-left ul.header-social {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  #header-content #header-content-holder .header-left ul.header-social {
    display: none;
  }
}
#header-content #header-content-holder .header-left ul.header-social li a {
  color: #ffffff;
}
#header-content #header-content-holder .header-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 70px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#header-content #header-content-holder .header-right a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 0.5s ease, opacity 0.5s ease;
  -moz-transition: color 0.5s ease, opacity 0.5s ease;
  -ms-transition: color 0.5s ease, opacity 0.5s ease;
  -o-transition: color 0.5s ease, opacity 0.5s ease;
  transition: color 0.5s ease, opacity 0.5s ease;
}
#header-content #header-content-holder .header-right a:hover {
  opacity: 0.75;
}
@media (max-width: 768px) {
  #header-content #header-content-holder .header-right {
    right: 100px;
  }
}
#header-content #header-content-holder .mobile-nav-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  padding: 0;
  z-index: 1100;
  color: #000000;
  text-align: right;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease, top 0.5s ease, right 0.2s ease;
  -moz-transition: opacity 0.5s ease, top 0.5s ease, right 0.2s ease;
  -ms-transition: opacity 0.5s ease, top 0.5s ease, right 0.2s ease;
  -o-transition: opacity 0.5s ease, top 0.5s ease, right 0.2s ease;
  transition: opacity 0.5s ease, top 0.5s ease, right 0.2s ease;
}
#header-content #header-content-holder .mobile-nav-toggle:hover {
  cursor: pointer;
}
#header-content #header-content-holder .mobile-nav-toggle .toggle-text {
  display: block;
  color: #ffffff;
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#header-content.slim {
  background: #ffffff;
}
#header-content.slim .header-logo {
  opacity: 1;
}
#header-content.slim #header-content-holder {
  height: 70px;
}
#header-content.slim #header-content-holder .header-right a {
  color: #4b662d;
}
@media (max-width: 845px) {
  #header-content.slim #header-content-holder .header-right {
    flex-direction: column;
    gap: 0.5rem;
  }
}
#header-content.slim #header-content-holder .hamburger span {
  background: #252525;
}
#header-content.slim #header-content-holder .mobile-nav-toggle .toggle-text {
  color: #252525;
}
#header-content.slim #header-content-holder .header-left {
  color: #252525;
}
#header-content.slim #header-content-holder .header-left .header-phone {
  color: #252525;
}
#header-content.slim #header-content-holder .header-left .header-phone i {
  margin-top: 0;
}
#header-content.slim #header-content-holder .header-left ul.header-social li a {
  color: #252525;
}
#header-content.slim #main-nav {
  margin-top: 1.75em;
}
#header-content.slim #main-nav li:has(ul) li a:before {
  background-color: #c2b9a4;
}
#header-content.slim #main-nav li:has(ul) li a:after {
  display: none;
}
#header-content.slim #main-nav li:has(ul) li a:hover {
  color: #c2b9a4;
}
#header-content.slim #main-nav li:has(ul) li a:hover:before {
  opacity: 1;
}
#header-content.slim #main-nav li:has(ul):hover > a:after {
  border-right-color: #252525;
  border-top-color: #252525;
}
#header-content.slim #main-nav li:has(ul):hover > a:before {
  border-left-color: #252525;
  border-bottom-color: #252525;
}
#header-content.slim #main-nav li:has(ul):hover ul {
  opacity: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#header-content.slim #main-nav.mobile-nav {
  margin: 0;
}
#header-content.open #header-content-holder .mobile-nav-toggle {
  opacity: 0;
  pointer-events: none;
}

#main-nav {
  display: none;
  position: absolute;
  top: 0;
  opacity: 1;
  width: calc(100% - 250px);
  right: 0;
  margin-top: 3.25rem;
  background: none;
  z-index: 1000;
  pointer-events: none;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
#main-nav ul {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  pointer-events: all;
}
#main-nav ul li {
  display: inline-block;
  background: none;
  margin: 0 0 0 3rem;
  /* START DROP DOWN */
  /* END DROP DOWN */
}
@media (max-width: 1150px) {
  #main-nav ul li {
    margin: 0 0 0 2.5rem;
  }
}
@media (max-width: 1065px) {
  #main-nav ul li {
    margin: 0 0 0 1.5rem;
  }
}
#main-nav ul li a {
  font-family: "sweet-gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  border: 0;
  color: #252525;
  text-decoration: none;
  background: none;
  white-space: nowrap;
}
#main-nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  opacity: 0;
  background-color: #252525;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#main-nav ul li a:hover {
  opacity: 0.65;
}
#main-nav ul li a:not([href]) {
  pointer-events: none;
}
#main-nav ul li.active:not(.no-active) > a:after, #main-nav ul li.activeparent:not(.no-active) > a:after {
  opacity: 1;
}
#main-nav ul li.no-active > a:after {
  opacity: 0;
}

#main-nav.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 450px;
  max-width: 450px;
  padding: 5rem 0;
  margin-top: 0;
  background-color: #e3dccb;
  height: 100vh;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease, margin-top 0.4s ease;
  transform: translate3d(450px, 0, 0);
  visibility: hidden;
}
@media (max-width: 450px) {
  #main-nav.mobile-nav {
    width: 100%;
    transform: translate3d(100%, 0, 0);
  }
}
#main-nav.mobile-nav .mobile-nav-toggle {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  z-index: 1100;
  color: #000000;
  text-align: right;
  opacity: 0;
  cursor: pointer;
}
#main-nav.mobile-nav .mobile-nav-toggle .hamburger span {
  background: #252525;
}
#main-nav.mobile-nav .mobile-nav-toggle .toggle-text {
  display: block;
  color: #252525;
  font-size: 0.85rem;
  font-weight: 400;
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#main-nav.mobile-nav.open {
  transform: translate3d(0, 0, 0);
  pointer-events: all;
  visibility: visible;
}
#main-nav.mobile-nav.open .mobile-nav-toggle {
  opacity: 1;
}
@media (max-height: 750px) {
  #main-nav.mobile-nav {
    align-items: flex-start !important;
  }
}
#main-nav.mobile-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  float: none;
  padding: 0.25rem 0;
}
#main-nav.mobile-nav li {
  position: relative;
  opacity: 0;
  width: 100%;
  margin: 0.5rem 0 3vh !important;
  text-align: center;
  display: block;
  /* START DROP DOWN */
  /* END DROP DOWN */
}
@media (max-height: 500px) {
  #main-nav.mobile-nav li {
    margin: 0.5rem 0 !important;
  }
}
@media (max-width: 640px) {
  #main-nav.mobile-nav li {
    margin: 0.6rem 0 !important;
  }
}
#main-nav.mobile-nav li a {
  opacity: 1;
}
#main-nav.mobile-nav li.activeparent:not(.no-active) > a {
  color: #4b662d;
}
#main-nav.mobile-nav li.activeparent:not(.no-active) > a:after {
  background-color: #4b662d;
  opacity: 1;
}
#main-nav.mobile-nav li.active:not(.no-active) > a {
  color: #4b662d;
}
#main-nav.mobile-nav li.active:not(.no-active) > a:after {
  background-color: #4b662d;
  opacity: 1;
}
#main-nav.mobile-nav li.no-active > a {
  color: #252525;
}
#main-nav.mobile-nav li.no-active > a:after {
  opacity: 0;
}
#main-nav.mobile-nav li:has(ul) ul {
  opacity: 1 !important;
  position: relative !important;
  top: auto;
  left: auto;
  min-width: 0;
  background-color: #ffffff;
  padding: 20px 0;
  margin: 15px 0 0.75rem;
  max-width: none;
  max-height: none;
  overflow: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 640px) {
  #main-nav.mobile-nav li:has(ul) ul {
    padding: 10px 0;
  }
}
#main-nav.mobile-nav li:has(ul):hover ul {
  opacity: 1;
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  transform: translate(0%, 0%) !important;
  -webkit-transform: translate(0%, 0%) !important;
  -moz-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  -o-transform: translate(0%, 0%) !important;
}
#main-nav.mobile-nav li:has(ul):hover ul li > a {
  color: #c2b9a4;
}
#main-nav.mobile-nav li:has(ul):hover ul li > a:before {
  opacity: 1;
}
#main-nav.mobile-nav li:has(ul) li a {
  color: #252525;
}
#main-nav.mobile-nav li:has(ul) li.activeparent:not(.no-active) > a {
  color: #252525;
}
#main-nav.mobile-nav li:has(ul) li.activeparent:not(.no-active) > a:before {
  width: 0;
  opacity: 0;
}
#main-nav.mobile-nav li:has(ul) li.activeparent:not(.no-active) > a:hover {
  color: #c2b9a4;
}
#main-nav.mobile-nav li:has(ul) li.activeparent:not(.no-active) > a:hover:before {
  width: 100%;
  opacity: 1;
}
#main-nav.mobile-nav li:has(ul) li.active:not(.no-active) > a {
  color: #c2b9a4;
}
#main-nav.mobile-nav li:has(ul) li.active:not(.no-active) > a:before {
  opacity: 1;
}
#main-nav.mobile-nav .fill {
  margin: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#main-nav.mobile-nav.open:before {
  opacity: 1;
  position: fixed;
}
#main-nav.mobile-nav.open li {
  display: block;
  opacity: 1;
}
#main-nav.mobile-nav.open .fill {
  opacity: 0.7;
}

body.fixed-nav header {
  position: fixed;
}
body.fixed-nav #main-nav.mobile-nav {
  margin-top: 0 !important;
  height: 100vh !important;
}
body.fixed-nav #slider .top-gradient {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 300 !important;
}

.mobile-nav-blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 499;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
}
.mobile-nav-blur-overlay.active {
  opacity: 1;
  visibility: visible;
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.4;
}

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

.top-video {
  background-color: #000000;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  min-height: 500px;
}

.top-video iframe,
.top-video object,
.top-video embed,
.top-video video,
.top-video-bg {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 300.77777778vh;
  z-index: 1;
}

.parallax-rev,
.parallax-bg {
  height: 110% !important;
}

#slider {
  display: inherit;
  position: relative;
  min-height: 600px;
  height: 70vh;
  overflow: hidden;
  background-color: #000000;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
@media (max-width: 640px) {
  #slider {
    min-height: 400px;
    height: 400px !important;
  }
}
#slider .slider-line {
  display: block;
  position: absolute;
  z-index: 600;
  left: calc(50% + 45px);
  bottom: 40px;
  background-color: #ffffff;
  width: 0;
  height: 10px;
  -webkit-transition: width 2s ease;
  -moz-transition: width 2s ease;
  -ms-transition: width 2s ease;
  -o-transition: width 2s ease;
  transition: width 2s ease;
}
#slider .slider-line.in-view {
  width: 70vw;
}
#slider .slider-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 400px;
  width: 70%;
  height: auto;
  z-index: 500;
  margin-top: -2rem;
}
#slider .overlay {
  z-index: 200;
  opacity: 0.2;
}
#slider .top-gradient {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  z-index: 300;
  background: 0 0;
  background: -moz-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  -moz-transition: opacity 0.5s ease, height 0.5s ease;
  -ms-transition: opacity 0.5s ease, height 0.5s ease;
  -o-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
}
#slider .top-gradient.gosmall {
  height: 0;
  opacity: 0;
}
#slider .bottom-gradient {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  z-index: 300;
  background: 0 0;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.65) 100%);
}
@media (max-width: 768px) {
  #slider .bottom-gradient {
    height: 150px;
  }
}
#slider .imgloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2em;
  color: #ffffff;
}
#slider .home-title,
#slider .page-title {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 3rem;
  z-index: 600;
  background: none;
  text-transform: uppercase;
  text-align: center;
}
#slider .home-title h1,
#slider .home-title span,
#slider .page-title h1,
#slider .page-title span {
  font-family: "sweet-gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 0 1rem;
  font-size: 2.5rem;
  line-height: 1.125em;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  #slider .home-title h1,
  #slider .home-title span,
  #slider .page-title h1,
  #slider .page-title span {
    font-size: 6vw;
  }
}
#slider .home-title {
  bottom: 90px;
}
#slider div.slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 300;
}
#slider div.slide div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 6.5s linear;
}
#slider div.slide.scale div {
  transform: scale(1.1);
}
#slider div.slide.fx1 div {
  transform-origin: bottom left;
}
#slider div.slide.fx2 div {
  transform-origin: top left;
}
#slider div.slide.fx3 div {
  transform-origin: top right;
}
#slider div.slide.fx4 div {
  transform-origin: bottom right;
}

#down-to-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 1rem;
  z-index: 600;
  display: inline-block;
  height: 65px;
}
@media (max-width: 768px) {
  #down-to-content {
    display: none !important;
  }
}
#down-to-content #down-arrow {
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
}
#down-to-content #down-arrow i {
  padding: 0 0 10px;
  font-size: 4rem;
  font-weight: 300;
  color: #ffffff;
  transition: padding 0.5s ease;
}
#down-to-content #down-arrow:hover i {
  padding: 10px 0 0;
}

/* inline column max width */
.list-column {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  text-align: center;
  padding: 1rem;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  SUBHERO NAV
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.subhero-nav {
  position: relative;
  z-index: 4;
  text-align: center;
}
.subhero-nav .wrapper {
  max-width: 2500px;
}
.subhero-nav .menu-main-menu-container {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .subhero-nav .menu-main-menu-container {
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #c2b9a4;
  }
  .subhero-nav .menu-main-menu-container.subnav-open {
    max-height: 800px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  .subhero-nav {
    padding: 1rem 0 0;
  }
  .subhero-nav .wrapper {
    width: 100%;
  }
}
.subhero-nav ul.menu {
  font-size: 0;
}
.subhero-nav li {
  display: inline;
  margin: 0;
  line-height: 100%;
}
.subhero-nav li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  padding: 25px 20px 25px 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .subhero-nav li a {
    display: inline-block;
  }
}
.subhero-nav li.active a, .subhero-nav li.current-page-ancestor a {
  background-color: #b8ad95;
}
@media (max-width: 1024px) {
  .subhero-nav li {
    display: block;
  }
}
.subhero-nav ul {
  margin: 0;
  text-align: center;
}
.subhero-nav .subnav-mobile {
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: none;
  padding: 0 20px 1rem 0;
  position: relative;
}
@media (max-width: 1024px) {
  .subhero-nav .subnav-mobile {
    display: inline-block;
  }
}
.subhero-nav .subnav-mobile:after {
  content: url("/wp-content/themes/client-theme/images/global/icon-arrow-down-white.svg");
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.subhero-nav .subnav-mobile:hover {
  cursor: pointer;
  color: #4b662d;
}
.subhero-nav .subnav-mobile.subnav-open:after {
  transform: rotate(-180deg);
}

.subhero-nav li a,
.subhero-nav a.subhero-link {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  padding: 0 15px;
  line-height: 56px;
  text-align: center;
  vertical-align: middle;
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
}
.subhero-nav li a:hover,
.subhero-nav a.subhero-link:hover {
  background-color: #aea285;
}
@media (max-width: 1248px) {
  .subhero-nav li a,
  .subhero-nav a.subhero-link {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .subhero-nav li a,
  .subhero-nav a.subhero-link {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
    line-height: 25px;
  }
  .subhero-nav li a:after,
  .subhero-nav a.subhero-link:after {
    display: none;
  }
}

.blog a.subhero-link {
  color: #ffffff;
}

a.subhero-link:last-of-type:after {
  display: none;
}

.subhero-nav li:last-of-type a:after {
  display: none;
}

.content-pad {
  padding: 3rem 0;
}

.subnav-child-pages {
  background-color: #ffffff;
  position: relative;
  z-index: 4;
  text-align: center;
}
.subnav-child-pages .wrapper {
  max-width: 2500px;
}
@media (max-width: 768px) {
  .subnav-child-pages {
    padding: 1rem 0;
  }
}
.subnav-child-pages li {
  display: inline-block;
  margin: 0;
  line-height: 100%;
}
.subnav-child-pages li a {
  font-size: 14px;
  display: block;
  color: #4b662d;
  padding: 25px 15px 25px 11px;
  line-height: 10px;
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
}
.subnav-child-pages li.active a {
  color: #252525;
}
.subnav-child-pages ul {
  margin: 0;
  text-align: center;
}

#main-content {
  position: relative;
  contain: paint;
  z-index: 1;
  background-color: #ffffff;
  transition: filter 0.4s ease;
  overflow: hidden;
}

.contact-address {
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  font-size: 300;
  color: #252525;
}
.contact-address a {
  color: #252525;
  text-decoration: none;
}
.contact-address a:hover {
  text-decoration: underline !important;
}

#intro .text-section-text-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50vh;
  max-height: none;
}

.fpo:after {
  content: "FPO";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: clamp(4rem, 20vw, 8rem);
  font-weight: 700;
  font-family: "filson-pro", Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 200;
  color: fuchsia;
}

.home #slider {
  height: 100vh;
}

@media (max-width: 768px) {
  #residence-features .feature-section-content .feature-section-text {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  #residence-features .feature-section-content .feature-section-text .feature-section-text-content {
    padding: 0 2rem;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FANCYBOX
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.fancybox-container {
  z-index: 99999;
}

div.fancybox-content {
  max-height: calc(100vh - 118px);
}

div.fancybox-controls {
  bottom: 0 !important;
}

div.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}
div.fancybox-toolbar > button {
  display: none !important;
}
div.fancybox-toolbar .fancybox-button--close {
  right: 5px;
  top: 5px;
  display: block !important;
}

div.fancybox-caption {
  text-align: center;
  font-size: 1.125rem;
  font-family: "sweet-gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

div.fancybox-show-infobar fancybox-infobar {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

div.fancybox-show-infobar .fancybox-button--right,
div.fancybox-show-infobar .fancybox-button--left {
  position: absolute !important;
  top: 49% !important;
  font-size: 2em !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

div.fancybox-show-infobar .fancybox-button--right {
  right: 2% !important;
}

div.fancybox-show-infobar .fancybox-button--left {
  left: 2% !important;
}

div.fancybox-show-infobar .fancybox-button--left::after,
div.fancybox-show-infobar .fancybox-button--right::after {
  top: 15px !important;
  width: 15px !important;
  height: 15px !important;
  border-top: 4px solid currentColor !important;
  border-right: 4px solid currentColor !important;
}

div.fancybox-show-infobar .fancybox-button--right::after {
  right: 18px !important;
}

div.fancybox-show-infobar .fancybox-button--left::after {
  left: 18px !important;
}

div.fancybox-infobar__body {
  color: #ffffff;
}
div.fancybox-infobar__body .js-fancybox-index,
div.fancybox-infobar__body .js-fancybox-count {
  color: #ffffff;
}

button.fancybox-button:disabled {
  visibility: hidden !important;
  opacity: 0 !important;
}

img.fancybox-image {
  padding: 2em;
}
@media (max-width: 640px) {
  img.fancybox-image {
    padding: 1em;
  }
}

div.fancybox-navigation button.fancybox-button--arrow_left,
div.fancybox-navigation button.fancybox-button--arrow_right {
  opacity: 1 !important;
  visibility: visible;
  width: 90px;
  height: 120px;
}

.sansfill {
  position: fixed !important;
  top: -1000px !important;
  left: -1000px !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PRIVACY POLICY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body.privacy-policy .default-content h1,
body.privacy-policy .default-content h2,
body.privacy-policy .default-content h3,
body.privacy-policy .default-content h4,
body.privacy-policy .default-content h3,
body.privacy-policy .default-content h6 {
  font-family: "sweet-gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CONTACT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contact-logo {
  width: 100%;
  max-width: 250px;
  margin: 2rem auto;
}
@media (max-width: 640px) {
  .contact-logo {
    max-width: 200px;
  }
}

.contact-phone {
  font-weight: 700;
}
.contact-phone a {
  text-decoration: none !important;
}
.contact-phone a:hover {
  text-decoration: underline !important;
}

@media (max-width: 640px) {
  #retail-info {
    margin-top: 2rem;
  }
}
#retail-info .retail-info-grid {
  position: relative;
  max-width: 700px;
}
@media (max-width: 845px) {
  #retail-info .retail-info-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 0;
  }
}
#retail-info .retail-info-grid:after {
  content: "";
  height: calc(100% + 4rem);
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: -2rem;
  background-color: #252525;
}
@media (max-width: 845px) {
  #retail-info .retail-info-grid:after {
    height: 1px;
    width: 300px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin-top: -0.5rem;
  }
}
#retail-info .retail-info-grid .title-image {
  text-align: left;
}
@media (max-width: 845px) {
  #retail-info .retail-info-grid .title-image {
    text-align: center;
  }
}
#retail-info .retail-info-grid .title-image .broker-logo {
  width: 200px;
}
#retail-info .retail-info-grid #broker-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 1.25rem;
  line-height: 1.75em;
}
@media (max-width: 845px) {
  #retail-info .retail-info-grid #broker-info {
    padding-top: 2rem;
  }
}
@media (max-width: 640px) {
  #retail-info .retail-info-grid #broker-info {
    line-height: 1.5em;
  }
}
#retail-info .retail-info-grid #broker-info a {
  text-decoration: none;
}
#retail-info .retail-info-grid #broker-info a:hover {
  text-decoration: underline !important;
}

#retail-plan {
  text-align: center;
}
#retail-plan:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  min-height: 200px;
  z-index: -1;
  background-image: url(https://sunset.p11hosting.com/wp-content/uploads/2025/12/5420-Sunset_45180593-1536x987.webp);
  background-attachment: fixed;
  will-change: top;
}
#retail-plan a {
  margin: 2rem auto 4rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.address-block .address-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem !important;
}
.address-block p {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.address-block a,
.address-block .spanlink {
  color: #252525;
  text-decoration: none;
}
ul.footer-social {
  display: block;
  margin-top: 1rem;
}
ul.footer-social li {
  margin: 0 0.5em;
}
ul.footer-social li a {
  color: #e3dccb !important;
  font-size: 1.75em;
}

footer .footer-topper {
  text-align: center;
  padding: 4rem 2em;
}
@media (max-width: 640px) {
  footer .footer-topper {
    padding: 1rem;
  }
}
footer .footer-topper .footer-topper-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  footer .footer-topper .footer-topper-content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
  }
}
footer .footer-topper .footer-topper-content #footer-logo img {
  max-width: 200px;
}
footer .footer-topper .footer-topper-content .address-block {
  color: #ffffff;
}
footer .footer-topper .footer-topper-content .address-block a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-topper .footer-topper-content .address-block a:hover {
  text-decoration: underline;
}
footer .footer-legal {
  text-align: center;
  padding: 3em 0 2em;
}
@media (max-width: 640px) {
  footer .footer-legal {
    padding: 3em 1em;
  }
}
footer .footer-legal .footer-legal-content {
  padding: 0;
}
footer .footer-legal .footer-legal-content .copyright {
  position: relative;
  display: inline-block;
  text-align: center;
}
footer .footer-legal .footer-legal-content .copyright .footer-logos {
  text-align: center;
}
@media (max-width: 1024px) {
  footer .footer-legal .footer-legal-content .copyright .footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 640px) {
  footer .footer-legal .footer-legal-content .copyright .footer-logos {
    flex-direction: column;
    gap: 2rem;
  }
}
footer .footer-legal .footer-legal-content .copyright .footer-logos .builder-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  display: inline-block;
  padding: 0 1rem;
}
footer .footer-legal .footer-legal-content .copyright .footer-logos .builder-logo img {
  max-width: 200px;
}
@media (max-width: 1024px) {
  footer .footer-legal .footer-legal-content .copyright .footer-logos .builder-logo {
    position: relative;
    margin: 0;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
footer .footer-legal .footer-legal-content .copyright .footer-logos .c-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  color: #ffffff;
}
@media (max-width: 1024px) {
  footer .footer-legal .footer-legal-content .copyright .footer-logos .c-icons {
    position: relative;
    margin: 0;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
footer .footer-legal .footer-legal-content .copyright .footer-logos .c-icons a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.125em;
  margin-right: 0.25em;
}
footer .footer-legal .footer-legal-content .copyright .footer-logos .c-icons a span {
  font-size: 0.5em;
  vertical-align: top;
  line-height: 1.125em;
  display: inline-block;
  text-align: left;
  margin-left: 0.5em;
}
footer .footer-legal .footer-legal-content .copyright .footer-logos .c-icons a.management-logo {
  display: block;
}
footer .footer-legal .footer-legal-content .copyright .footer-logos .c-icons a.management-logo img {
  max-width: 150px;
  margin-bottom: 1rem;
}
footer .footer-legal .footer-legal-content .copyright p {
  font-size: 1em;
  line-height: 1.5em;
  color: #ffffff;
  margin: 0 auto;
  width: calc(100% - 500px);
}
@media (max-width: 1024px) {
  footer .footer-legal .footer-legal-content .copyright p {
    width: 100%;
  }
}
footer .footer-legal .footer-legal-content .copyright p a,
footer .footer-legal .footer-legal-content .copyright p a:visited {
  color: #ffffff;
}
footer .footer-legal .footer-broker-info p {
  font-size: 1em;
  line-height: 1.5em;
  color: #ffffff;
  margin: 1.5em 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PRIVACY ALERT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#privacy-alert {
  display: none;
  background-color: #4b662d;
  display: none;
  padding: 1rem 2rem;
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 5000;
  bottom: 0;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  -moz-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  -ms-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  -o-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
}
@media (max-width: 640px) {
  #privacy-alert {
    padding: 1rem;
    text-align: center;
  }
}
#privacy-alert h2 {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  line-height: 1.5em;
  display: inline-block;
}
@media (max-width: 845px) {
  #privacy-alert h2 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
  }
}
#privacy-alert h2 a:link,
#privacy-alert h2 a:visited {
  color: #ffffff;
  text-decoration: underline;
}
#privacy-alert h2 a:link:hover,
#privacy-alert h2 a:visited:hover {
  opacity: 0.65;
}
#privacy-alert #privacy-policy-agree {
  display: inline-block;
  text-decoration: none !important;
  padding: 0.5rem 1rem;
  color: #c2b9a4 !important;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1;
  margin: 0 1em;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#privacy-alert #privacy-policy-agree:hover {
  opacity: 0.8;
}
@media (max-width: 845px) {
  #privacy-alert #privacy-policy-agree {
    margin: 1em 0 0;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  POPUP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#fullpopup,
#fullpopupbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
}

#fullpopup {
  display: none;
}

#fullpopupbg {
  background-color: rgba(0, 0, 0, 0.65);
}

#fullpopupbox {
  position: relative;
  margin: 0;
  padding: 3rem 3rem;
  background: #ffffff;
  text-align: center;
  z-index: 9999999999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(750px, 90vw);
  max-width: 90vw;
  min-width: fit-content;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  max-height: 90svh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
@media (max-width: 768px) {
  #fullpopupbox {
    max-height: 92svh;
    padding: 1rem;
  }
}
@media (max-width: 640px) {
  #fullpopupbox {
    padding: 2rem;
  }
}
@media (max-height: 500px) {
  #fullpopupbox {
    justify-content: flex-start;
  }
}

#fullpopupbox .popup-logo {
  max-width: 180px;
  margin-top: 0;
}
@media (max-width: 768px) {
  #fullpopupbox .popup-logo {
    flex: 0 0 auto;
    max-width: 200px;
    align-self: center;
    display: block;
    order: -1;
    margin: 0 auto 1rem;
    width: 160px;
    flex-shrink: 0;
  }
}
@media (max-width: 640px) {
  #fullpopupbox .popup-logo {
    max-width: 160px;
  }
}
#fullpopupbox .popup-logo .banner-logo,
#fullpopupbox .popup-logo img.banner-logo,
#fullpopupbox .popup-logo svg.banner-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 60vh;
  object-fit: contain;
}

a#btn-x {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 7px 11px 5px;
  margin: 0;
  color: #4b662d;
  font-size: 2em;
  font-weight: 900;
  text-decoration: none;
  transition: color 0.2s ease;
}
a#btn-x:hover {
  color: #c2b9a4;
}

#fullpopuptext {
  color: #c2b9a4;
  flex: 1 1 auto;
  max-width: 560px;
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: center;
  margin-bottom: 0;
}
#fullpopuptext > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#fullpopuptext h2 {
  font-family: "sweet-gothic", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-size: 1.5rem;
  line-height: 1.125em;
  color: #4b662d;
  margin-bottom: 0.5rem;
  letter-spacing: -0.1em;
}
@media (max-width: 768px) {
  #fullpopuptext h2 {
    font-size: 1.25rem;
  }
}
#fullpopuptext p {
  color: #252525;
  font-size: 1.25rem;
  line-height: 1.125em;
}
#fullpopuptext a:not(.boxbtn) {
  color: #252525;
  text-decoration: underline;
}
#fullpopuptext .boxbtn {
  width: 250px;
  margin: 1rem auto 0;
}
#fullpopuptext .popup-buttons {
  margin-bottom: 0;
}
#fullpopuptext .popup-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1rem;
}

/*******************************************************
 IOS
********************************************************/
@supports (-webkit-touch-callout: none) {
  * {
    background-attachment: scroll !important;
    -webkit-appearance: none;
  }
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
}
/*******************************************************
 IE 10+
********************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select .select__arrow {
    display: none !important;
    left: -9999px !important;
  }
}

/*# sourceMappingURL=screen.css.map */
