article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

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

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.flex-wrap {
  margin-bottom: -30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px; }
  .flex-wrap.flex-wrap-small-gap {
    margin-bottom: -15px;
    margin-left: -15px; }
    .flex-wrap.flex-wrap-small-gap .flex-col {
      margin-bottom: 15px;
      padding-left: 15px; }
  .flex-wrap.flex-wrap-medium-gap {
    margin-bottom: -20px;
    margin-left: -20px; }
    .flex-wrap.flex-wrap-medium-gap .flex-col {
      margin-bottom: 20px;
      padding-left: 20px; }
  .flex-wrap .flex-col {
    margin-bottom: 30px;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left: 25px; }
  .flex-wrap .flex-col-1of2-mobile {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; }
  .flex-wrap .flex-col-1of3-mobile {
    -ms-flex: 33.3333%;
    flex: 33.3333%;
    max-width: 33.3333%; }
  .flex-wrap .flex-col-1of4-mobile {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; }
  .flex-wrap .flex-col-1of5-mobile {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%; }
  .flex-wrap .flex-col-2of3-mobile {
    -ms-flex: 66.6666%;
    flex: 66.6666%;
    max-width: 66.6666%; }
  .flex-wrap .flex-col-3of4-mobile {
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%; }
  .flex-wrap .flex-col-2of5-mobile {
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%; }
  .flex-wrap .flex-col-3of5-mobile {
    -ms-flex: 60%;
    flex: 60%;
    max-width: 60%; }
  .flex-wrap .flex-col-full-width {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important; }

.flex-wrap-center {
  align-items: center; }

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

/* Portrait tablet to landscape */
@media (min-width: 768px) {
  .flex-wrap .flex-col-1of2 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%; }
  .flex-wrap .flex-col-1of3 {
    -ms-flex: 33.3333%;
    flex: 33.3333%;
    max-width: 33.3333%; }
  .flex-wrap .flex-col-1of4 {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%; }
  .flex-wrap .flex-col-1of5 {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%; }
  .flex-wrap .flex-col-2of3 {
    -ms-flex: 66.6666%;
    flex: 66.6666%;
    max-width: 66.6666%; }
  .flex-wrap .flex-col-3of4 {
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%; }
  .flex-wrap .flex-col-2of5 {
    -ms-flex: 40%;
    flex: 40%;
    max-width: 40%; }
  .flex-wrap .flex-col-3of5 {
    -ms-flex: 60%;
    flex: 60%;
    max-width: 60%; } }
/* Landscape to small desktop */
@media (min-width: 1000px) {
  .flex-wrap {
    margin-bottom: -50px;
    margin-left: -50px; }
    .flex-wrap .flex-col {
      margin-bottom: 50px;
      padding-left: 50px; }
    .flex-wrap .flex-col-1of2-desktop {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%; }
    .flex-wrap .flex-col-1of3-desktop {
      -ms-flex: 33.3333%;
      flex: 33.3333%;
      max-width: 33.3333%; }
    .flex-wrap .flex-col-1of4-desktop {
      -ms-flex: 25%;
      flex: 25%;
      max-width: 25%; }
    .flex-wrap .flex-col-1of5-desktop {
      -ms-flex: 20%;
      flex: 20%;
      max-width: 20%; }
    .flex-wrap .flex-col-2of3-desktop {
      -ms-flex: 66.6666%;
      flex: 66.6666%;
      max-width: 66.6666%; }
    .flex-wrap .flex-col-3of4-desktop {
      -ms-flex: 75%;
      flex: 75%;
      max-width: 75%; }
    .flex-wrap .flex-col-2of5-desktop {
      -ms-flex: 40%;
      flex: 40%;
      max-width: 40%; }
    .flex-wrap .flex-col-3of5-desktop {
      -ms-flex: 60%;
      flex: 60%;
      max-width: 60%; } }
/* XL desktop */
@media (min-width: 1240px) {
  .flex-wrap {
    margin-bottom: -70px;
    margin-left: -70px; }
    .flex-wrap.flex-wrap-small-gap {
      margin-bottom: -30px;
      margin-left: -30px; }
      .flex-wrap.flex-wrap-small-gap .flex-col {
        margin-bottom: 30px;
        padding-left: 30px; }
    .flex-wrap.flex-wrap-medium-gap {
      margin-bottom: -50px;
      margin-left: -50px; }
      .flex-wrap.flex-wrap-medium-gap .flex-col {
        margin-bottom: 50px;
        padding-left: 50px; }
    .flex-wrap .flex-col {
      margin-bottom: 70px;
      padding-left: 70px; }
    .flex-wrap .flex-col-1of2-xl-desktop {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%; }
    .flex-wrap .flex-col-1of3-xl-desktop {
      -ms-flex: 33.3333%;
      flex: 33.3333%;
      max-width: 33.3333%; }
    .flex-wrap .flex-col-1of4-xl-desktop {
      -ms-flex: 25%;
      flex: 25%;
      max-width: 25%; }
    .flex-wrap .flex-col-1of5-xl-desktop {
      -ms-flex: 20%;
      flex: 20%;
      max-width: 20%; }
    .flex-wrap .flex-col-2of3-xl-desktop {
      -ms-flex: 66.6666%;
      flex: 66.6666%;
      max-width: 66.6666%; }
    .flex-wrap .flex-col-3of4-xl-desktop {
      -ms-flex: 75%;
      flex: 75%;
      max-width: 75%; }
    .flex-wrap .flex-col-2of5-xl-desktop {
      -ms-flex: 40%;
      flex: 40%;
      max-width: 40%; }
    .flex-wrap .flex-col-3of5-xl-desktop {
      -ms-flex: 60%;
      flex: 60%;
      max-width: 60%; } }
.blue-btn, .button, .wp-block-button__link, .button-pink {
  display: inline-block;
  position: relative;
  font-family: "golos-text", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff !important;
  background: #1B2E3C;
  font-size: 12px;
  line-height: 20px !important;
  font-weight: 600;
  padding: 9px 30px;
  border-radius: 30px;
  border: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .blue-btn:hover, .button:hover, .wp-block-button__link:hover, .button-pink:hover {
    color: #fff !important;
    background: #264155; }
  @media only screen and (min-width: 1000px) {
    .blue-btn, .button, .wp-block-button__link, .button-pink {
      padding: 14px 40px;
      font-size: 14px; } }
  @media only screen and (min-width: 1240px) {
    .blue-btn, .button, .wp-block-button__link, .button-pink {
      padding: 16px 50px;
      font-size: 15px; } }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.button-pink {
  color: #1B2E3C !important;
  background: #F4BDC5; }

.light-content .button:hover, .light-content .button-pink:hover {
  background: #fff;
  color: #1B2E3C !important; }

/* Base button setup */
.glitter-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible; }
  .glitter-btn svg {
    pointer-events: none; }

/* Scale only the inner content, not the particles */
.glitter-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform; }

@keyframes glitter-pop {
  0% {
    transform: translateZ(0) scale(1); }
  50% {
    transform: translateZ(0) scale(1.04); }
  100% {
    transform: translateZ(0) scale(1); } }
.glitter-inner.is-popping {
  animation: glitter-pop 500ms cubic-bezier(0.34, 1.56, 0.64, 1); }

/* Individual glitter particles */
.glitter-particle {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: glitter-burst 1000ms ease-out forwards;
  will-change: transform, opacity; }

@keyframes glitter-burst {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(0.2); } }
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  height: 60px;
  line-height: 20px !important;
  font-weight: 400;
  font-size: 16px;
  padding: 20px 15px !important;
  margin-bottom: 10px;
  color: #000;
  border-radius: 5px;
  font-family: "golos-text", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  border: 1px solid #d7d7d7;
  box-shadow: none;
  width: 100%;
  background: #F8F6F6;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background: #F8F6F6 !important;
    border-color: #000 !important;
    color: #000 !important;
    outline: none; }
    input[type="text"]:focus::-webkit-input-placeholder, input[type="text"]:active::-webkit-input-placeholder,
    input[type="password"]:focus::-webkit-input-placeholder,
    input[type="password"]:active::-webkit-input-placeholder,
    input[type="datetime"]:focus::-webkit-input-placeholder,
    input[type="datetime"]:active::-webkit-input-placeholder,
    input[type="datetime-local"]:focus::-webkit-input-placeholder,
    input[type="datetime-local"]:active::-webkit-input-placeholder,
    input[type="date"]:focus::-webkit-input-placeholder,
    input[type="date"]:active::-webkit-input-placeholder,
    input[type="month"]:focus::-webkit-input-placeholder,
    input[type="month"]:active::-webkit-input-placeholder,
    input[type="time"]:focus::-webkit-input-placeholder,
    input[type="time"]:active::-webkit-input-placeholder,
    input[type="week"]:focus::-webkit-input-placeholder,
    input[type="week"]:active::-webkit-input-placeholder,
    input[type="number"]:focus::-webkit-input-placeholder,
    input[type="number"]:active::-webkit-input-placeholder,
    input[type="email"]:focus::-webkit-input-placeholder,
    input[type="email"]:active::-webkit-input-placeholder,
    input[type="url"]:focus::-webkit-input-placeholder,
    input[type="url"]:active::-webkit-input-placeholder,
    input[type="search"]:focus::-webkit-input-placeholder,
    input[type="search"]:active::-webkit-input-placeholder,
    input[type="tel"]:focus::-webkit-input-placeholder,
    input[type="tel"]:active::-webkit-input-placeholder,
    input[type="color"]:focus::-webkit-input-placeholder,
    input[type="color"]:active::-webkit-input-placeholder,
    select:focus::-webkit-input-placeholder,
    select:active::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder,
    textarea:active::-webkit-input-placeholder,
    .field:focus::-webkit-input-placeholder,
    .field:active::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #d7d7d7; }
    input[type="text"]:focus::-moz-placeholder, input[type="text"]:active::-moz-placeholder,
    input[type="password"]:focus::-moz-placeholder,
    input[type="password"]:active::-moz-placeholder,
    input[type="datetime"]:focus::-moz-placeholder,
    input[type="datetime"]:active::-moz-placeholder,
    input[type="datetime-local"]:focus::-moz-placeholder,
    input[type="datetime-local"]:active::-moz-placeholder,
    input[type="date"]:focus::-moz-placeholder,
    input[type="date"]:active::-moz-placeholder,
    input[type="month"]:focus::-moz-placeholder,
    input[type="month"]:active::-moz-placeholder,
    input[type="time"]:focus::-moz-placeholder,
    input[type="time"]:active::-moz-placeholder,
    input[type="week"]:focus::-moz-placeholder,
    input[type="week"]:active::-moz-placeholder,
    input[type="number"]:focus::-moz-placeholder,
    input[type="number"]:active::-moz-placeholder,
    input[type="email"]:focus::-moz-placeholder,
    input[type="email"]:active::-moz-placeholder,
    input[type="url"]:focus::-moz-placeholder,
    input[type="url"]:active::-moz-placeholder,
    input[type="search"]:focus::-moz-placeholder,
    input[type="search"]:active::-moz-placeholder,
    input[type="tel"]:focus::-moz-placeholder,
    input[type="tel"]:active::-moz-placeholder,
    input[type="color"]:focus::-moz-placeholder,
    input[type="color"]:active::-moz-placeholder,
    select:focus::-moz-placeholder,
    select:active::-moz-placeholder,
    textarea:focus::-moz-placeholder,
    textarea:active::-moz-placeholder,
    .field:focus::-moz-placeholder,
    .field:active::-moz-placeholder {
      /* Firefox 19+ */
      color: #d7d7d7; }
    input[type="text"]:focus:-ms-input-placeholder, input[type="text"]:active:-ms-input-placeholder,
    input[type="password"]:focus:-ms-input-placeholder,
    input[type="password"]:active:-ms-input-placeholder,
    input[type="datetime"]:focus:-ms-input-placeholder,
    input[type="datetime"]:active:-ms-input-placeholder,
    input[type="datetime-local"]:focus:-ms-input-placeholder,
    input[type="datetime-local"]:active:-ms-input-placeholder,
    input[type="date"]:focus:-ms-input-placeholder,
    input[type="date"]:active:-ms-input-placeholder,
    input[type="month"]:focus:-ms-input-placeholder,
    input[type="month"]:active:-ms-input-placeholder,
    input[type="time"]:focus:-ms-input-placeholder,
    input[type="time"]:active:-ms-input-placeholder,
    input[type="week"]:focus:-ms-input-placeholder,
    input[type="week"]:active:-ms-input-placeholder,
    input[type="number"]:focus:-ms-input-placeholder,
    input[type="number"]:active:-ms-input-placeholder,
    input[type="email"]:focus:-ms-input-placeholder,
    input[type="email"]:active:-ms-input-placeholder,
    input[type="url"]:focus:-ms-input-placeholder,
    input[type="url"]:active:-ms-input-placeholder,
    input[type="search"]:focus:-ms-input-placeholder,
    input[type="search"]:active:-ms-input-placeholder,
    input[type="tel"]:focus:-ms-input-placeholder,
    input[type="tel"]:active:-ms-input-placeholder,
    input[type="color"]:focus:-ms-input-placeholder,
    input[type="color"]:active:-ms-input-placeholder,
    select:focus:-ms-input-placeholder,
    select:active:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder,
    textarea:active:-ms-input-placeholder,
    .field:focus:-ms-input-placeholder,
    .field:active:-ms-input-placeholder {
      /* IE 10+ */
      color: #d7d7d7; }
    input[type="text"]:focus:-moz-placeholder, input[type="text"]:active:-moz-placeholder,
    input[type="password"]:focus:-moz-placeholder,
    input[type="password"]:active:-moz-placeholder,
    input[type="datetime"]:focus:-moz-placeholder,
    input[type="datetime"]:active:-moz-placeholder,
    input[type="datetime-local"]:focus:-moz-placeholder,
    input[type="datetime-local"]:active:-moz-placeholder,
    input[type="date"]:focus:-moz-placeholder,
    input[type="date"]:active:-moz-placeholder,
    input[type="month"]:focus:-moz-placeholder,
    input[type="month"]:active:-moz-placeholder,
    input[type="time"]:focus:-moz-placeholder,
    input[type="time"]:active:-moz-placeholder,
    input[type="week"]:focus:-moz-placeholder,
    input[type="week"]:active:-moz-placeholder,
    input[type="number"]:focus:-moz-placeholder,
    input[type="number"]:active:-moz-placeholder,
    input[type="email"]:focus:-moz-placeholder,
    input[type="email"]:active:-moz-placeholder,
    input[type="url"]:focus:-moz-placeholder,
    input[type="url"]:active:-moz-placeholder,
    input[type="search"]:focus:-moz-placeholder,
    input[type="search"]:active:-moz-placeholder,
    input[type="tel"]:focus:-moz-placeholder,
    input[type="tel"]:active:-moz-placeholder,
    input[type="color"]:focus:-moz-placeholder,
    input[type="color"]:active:-moz-placeholder,
    select:focus:-moz-placeholder,
    select:active:-moz-placeholder,
    textarea:focus:-moz-placeholder,
    textarea:active:-moz-placeholder,
    .field:focus:-moz-placeholder,
    .field:active:-moz-placeholder {
      /* Firefox 18- */
      color: #d7d7d7; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #737373;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  .field::-moz-placeholder {
    /* Firefox 19+ */
    color: #737373;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .field:-ms-input-placeholder {
    /* IE 10+ */
    color: #737373;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  .field:-moz-placeholder {
    /* Firefox 18- */
    color: #737373;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.4; }

select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  cursor: pointer;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  line-height: 20px;
  background: #F8F6F6 url("../images/down-arrow.svg") no-repeat right 15px center scroll !important;
  background-size: 16px 16px !important; }
  select:focus {
    background: #F8F6F6 url("../images/down-arrow.svg") no-repeat right 15px center scroll !important;
    background-size: 16px 16px !important; }

select::-ms-expand {
  display: none; }

.gform_body ul {
  margin: 0; }

.hidden_label label {
  display: none; }

.gform_validation_container {
  display: none; }

body .gform_body ul {
  margin: 0; }
  body .gform_body ul li {
    list-style: none; }

.validation_error {
  color: #F4BDC5;
  margin-bottom: 15px;
  font-weight: 800; }

.validation_message {
  display: none !important;
  margin: 0;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -70px;
  background: #F4BDC5;
  display: block;
  padding: 0px 10px;
  border-radius: 5px;
  color: #000;
  font-weight: 800;
  font-size: 12px; }

.gform_wrapper.gravity-theme .gfield_required {
  color: #000 !important; }

.gform_required_legend {
  display: none; }

.gfield_error textarea, .gfield_error input {
  border-color: #F4BDC5 !important;
  color: #000; }
  .gfield_error textarea::-webkit-input-placeholder, .gfield_error input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000; }
  .gfield_error textarea::-moz-placeholder, .gfield_error input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  .gfield_error textarea:-ms-input-placeholder, .gfield_error input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000; }
  .gfield_error textarea:-moz-placeholder, .gfield_error input:-moz-placeholder {
    /* Firefox 18- */
    color: #000; }
.gfield_error select {
  border-color: #F4BDC5 !important; }

li.gfield {
  position: relative; }

.gform_footer, .gform_page_footer {
  position: relative; }
  .gform_footer .glitter-btn, .gform_page_footer .glitter-btn {
    margin-top: 0px !important; }

img.gform_ajax_spinner {
  display: block;
  background: white;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  margin: 0 !important;
  right: 0px; }

.entry-content img.gform_ajax_spinner {
  right: 0; }

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0px !important; }

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: #F4BDC5 !important;
  border: 1px solid #F4BDC5 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  padding: 20px 15px 20px 50px !important;
  position: relative;
  color: #000 !important;
  text-align: left; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important; }

/*********************
GENERAL STYLES 400/700
*********************/
body {
  font-family: "golos-text", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #1B2E3C;
  background-color: #F4BDC5;
  background: #F4BDC5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0;
  padding: 50px 15px; }

.wrap-large {
  padding-top: 80px;
  padding-bottom: 80px; }

.wrap-small {
  padding-top: 25px;
  padding-bottom: 25px; }

.wrap-bottom-xl {
  padding-bottom: 280px; }

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important; }

  .mobile-top {
    margin-top: 40px; }

  .text-align-center-mobile {
    text-align: center; }
    .text-align-center-mobile hr {
      margin-left: auto;
      margin-right: auto; }

  .inner-padd-mobile {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .hide-tablet {
    display: none !important; } }
@media only screen and (min-width: 1240px) {
  .hide-desktop {
    display: none !important; } }
.nop-top {
  padding-top: 0px !important; }

.nop-left {
  padding-left: 0px !important; }

.nop-right {
  padding-right: 0px !important; }

.nop-bottom {
  padding-bottom: 0px !important; }

.nom-top {
  margin-top: 0px !important; }

.nom-left {
  margin-left: 0px !important; }

.nom-right {
  margin-right: 0px !important; }

.nom-bottom {
  margin-bottom: 0px !important; }

.margin-top {
  margin-top: 30px; }

.padding-top {
  padding-top: 30px; }

.margin-top-small {
  margin-top: 15px; }

.margin-bottom {
  margin-bottom: 30px; }

.margin-bottom-small {
  margin-bottom: 15px; }

.lh-0 {
  display: block;
  line-height: 0; }

.relative {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.overlay {
  position: relative; }
  .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.6;
    z-index: 0; }

.over-overlay {
  position: relative;
  z-index: 3; }

/*********************
LINK STYLES
*********************/
a {
  color: #000;
  text-decoration: underline;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  /* on hover */ }
  a:hover {
    color: #000;
    text-decoration: none; }

*:focus {
  outline: none !important; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .widgettitle {
  text-rendering: optimizelegibility;
  font-family: "miller-banner", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  line-height: 1.1;
  color: #1B2E3C;
  margin: 0;
  text-wrap: balance;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong, .widgettitle strong {
    font-weight: 400 !important; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .widgettitle a {
    text-decoration: none; }

.light-content h1 a, .light-content .h1 a, .light-content h2 a, .light-content .h2 a, .light-content h3 a, .light-content .h3 a, .light-content h4 a, .light-content .h4 a, .light-content h5 a, .light-content .h5 a {
  color: #000; }
  .light-content h1 a:hover, .light-content .h1 a:hover, .light-content h2 a:hover, .light-content .h2 a:hover, .light-content h3 a:hover, .light-content .h3 a:hover, .light-content h4 a:hover, .light-content .h4 a:hover, .light-content h5 a:hover, .light-content .h5 a:hover {
    color: #000; }

.strong-white strong {
  color: #fff !important; }

h1, .h1 {
  font-size: 44px;
  line-height: 1.05;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }
  h1 h2, h1 h1, .h1 h2, .h1 h1 {
    font-size: 44px;
    line-height: 1.05;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }

h2, .h2, .widgettitle {
  font-size: 40px;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

h3, .h3 {
  font-size: 24px;
  line-height: 1.3;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

h4, .h4 {
  font-size: 18px;
  line-height: 1.4;
  font-family: "golos-text", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 700 !important; }
  h4 strong, .h4 strong {
    font-weight: 700 !important; }

h5, .h5 {
  font-size: 16px;
  line-height: 1.5;
  font-family: "golos-text", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 700 !important; }
  h5 strong, .h5 strong {
    font-weight: 700 !important; }

.sub-heading {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400 !important; }

p {
  margin: 0; }

.smaller-headings h1, .smaller-headings .h1 {
  font-size: 28px; }
.smaller-headings h2, .smaller-headings .h2, .smaller-headings .widgettitle {
  font-size: 24px; }
.smaller-headings h3, .smaller-headings .h3 {
  font-size: 22px; }
.smaller-headings h4, .smaller-headings .h4 {
  font-size: 18px; }
.smaller-headings h5, .smaller-headings .h5 {
  font-size: 16px; }

/*********************
HEADER STYLES
*********************/
body.no-scroll {
  overflow: hidden; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  /*
  &:after {
  	transition: .5s cubic-bezier(0.4, 0, 0.2, 1);
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 150%;
  	pointer-events: none;
  	background: linear-gradient(0deg, rgba(255, 61, 89, 0) 20%, #F89EAB 100%);
  }
  */ }
  .header.scroll-active {
    pointer-events: none; }
    .header.scroll-active .header-left, .header.scroll-active .header-right {
      pointer-events: all; }
    .header.scroll-active:after {
      opacity: 0; }
    .header.scroll-active .header-middle {
      transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      pointer-events: none !important; }

#container {
  overflow: hidden; }

.hero-section {
  padding-top: 80px; }

#inner-header {
  padding-top: 0;
  padding-bottom: 0px;
  min-width: 320px; }
  #inner-header .inner-padd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    position: relative;
    z-index: 99999; }
  #inner-header svg {
    height: 40px;
    width: auto;
    display: block;
    overflow: visible;
    border: 1px solid #F4BDC5;
    border-radius: 50%; }
  #inner-header .nav-icon, #inner-header .contact-circle {
    display: block;
    margin: -5px;
    padding: 5px;
    line-height: 0; }
    #inner-header .nav-icon .glitter-btn, #inner-header .contact-circle .glitter-btn {
      line-height: 0; }
  #inner-header .header-left .contact-circle {
    cursor: pointer; }
    #inner-header .header-left .contact-circle circle {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    #inner-header .header-left .contact-circle:hover circle {
      fill: #264155 !important; }
  #inner-header .header-middle {
    padding-top: 22px; }
  #inner-header .header-right .nav-icon {
    cursor: pointer; }
    #inner-header .header-right .nav-icon circle {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    #inner-header .header-right .nav-icon:hover circle {
      fill: #264155 !important; }

.header-logo {
  position: relative; }
  .header-logo img {
    display: block;
    width: 139px;
    height: auto;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .header-logo .logo-alt {
    position: absolute;
    inset: 0;
    opacity: 0; }

.nav-wrap {
  background: #1B2E3C;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  z-index: 8888;
  padding: 100px 25px 80px 25px;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  text-align: center; }
  .nav-wrap.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }

.header:before,
#inner-header .header-middle,
#inner-header .header-right .nav-icon rect,
#inner-header .header-left .contact-circle path {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

.header.nav-active {
  pointer-events: none; }
  .header.nav-active .header-right, .header.nav-active .header-left {
    pointer-events: all; }
  .header.nav-active #inner-header .header-left .contact-circle circle,
  .header.nav-active #inner-header .header-right .nav-icon circle {
    fill: #F4BDC5; }
  .header.nav-active:before, .header.nav-active:after {
    opacity: 0; }
  .header.nav-active #inner-header .header-right .nav-icon rect,
  .header.nav-active #inner-header .header-left .contact-circle path {
    fill: #1B2E3C; }
  .header.nav-active #inner-header .header-right .nav-icon:hover circle,
  .header.nav-active #inner-header .header-left .contact-circle:hover circle {
    fill: #fff !important; }

@media only screen and (max-width: 767px) {
  .header.nav-active #inner-header .header-middle {
    opacity: 1 !important;
    pointer-events: all !important; }
    .header.nav-active #inner-header .header-middle .logo-main {
      opacity: 0; }
    .header.nav-active #inner-header .header-middle .logo-alt {
      opacity: 1; } }
/*********************
NAVIGATION STYLES
*********************/
.nav-wrap nav {
  width: 100%; }

.nav-wrap .nav {
  border-bottom: 0;
  margin: 0;
  width: 100%;
  position: relative;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav-wrap .nav li {
    margin: 0;
    text-align: center;
    width: auto;
    width: 100%;
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav-wrap .nav li a {
      display: block;
      color: #fff;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: auto;
      font-family: "miller-banner", Cambria, Times New Roman, Times, serif;
      text-decoration: none;
      padding: 9px 30px 12px 1px;
      font-size: 20px;
      line-height: 24px;
      font-weight: 400;
      text-align: left;
      width: 100%;
      position: relative;
      border-bottom: 1px solid #F4BDC5;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }
      .nav-wrap .nav li a:hover, .nav-wrap .nav li a:focus {
        color: #fff; }
      .nav-wrap .nav li a .glitter-inner {
        transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
      .nav-wrap .nav li a .glitter-inner:hover, .nav-wrap .nav li a .glitter-inner:focus {
        color: #F4BDC5 !important; }
    .nav-wrap .nav li .nav-item-wrap, .nav-wrap .nav li .submenu-nav-wrap {
      position: relative;
      display: block; }
    .nav-wrap .nav li .navarrow {
      position: absolute;
      top: 0px;
      right: -12px;
      padding: 12px;
      cursor: pointer;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      width: 45px;
      height: 45px;
      overflow: visible;
      z-index: 1; }
      .nav-wrap .nav li .navarrow polyline {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        fill: none;
        stroke: #F4BDC5;
        stroke-width: 10px; }
      .nav-wrap .nav li .navarrow:hover polyline {
        stroke: #fff; }
    .nav-wrap .nav li .navarrow-back {
      transform: rotate(0deg); }
    .nav-wrap .nav li ul.sub-menu,
    .nav-wrap .nav li ul.children {
      margin: 0;
      padding: 0 0 80px 0;
      display: none;
      position: absolute;
      background: #1B2E3C;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2;
      min-height: 100%;
      /* highlight current page */
      /* end current highlighters */ }
      .nav-wrap .nav li ul.sub-menu li a,
      .nav-wrap .nav li ul.children li a {
        font-size: 16px;
        color: #F4BDC5;
        text-transform: none;
        font-family: "golos-text", Helvetica, Arial, sans-serif; }
        .nav-wrap .nav li ul.sub-menu li a:hover, .nav-wrap .nav li ul.sub-menu li a:focus,
        .nav-wrap .nav li ul.children li a:hover,
        .nav-wrap .nav li ul.children li a:focus {
          color: #fff; }
      .nav-wrap .nav li ul.sub-menu li ul.sub-menu,
      .nav-wrap .nav li ul.sub-menu li ul.children,
      .nav-wrap .nav li ul.children li ul.sub-menu,
      .nav-wrap .nav li ul.children li ul.children {
        margin: 0;
        /* highlight current page */
        /* end current highlighters */ }
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a,
        .nav-wrap .nav li ul.sub-menu li ul.children li a,
        .nav-wrap .nav li ul.children li ul.sub-menu li a,
        .nav-wrap .nav li ul.children li ul.children li a {
          color: #F4BDC5;
          text-transform: none; }
          .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a:hover, .nav-wrap .nav li ul.sub-menu li ul.sub-menu li a:focus,
          .nav-wrap .nav li ul.sub-menu li ul.children li a:hover,
          .nav-wrap .nav li ul.sub-menu li ul.children li a:focus,
          .nav-wrap .nav li ul.children li ul.sub-menu li a:hover,
          .nav-wrap .nav li ul.children li ul.sub-menu li a:focus,
          .nav-wrap .nav li ul.children li ul.children li a:hover,
          .nav-wrap .nav li ul.children li ul.children li a:focus {
            color: #fff; }
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-item a,
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-ancestor a,
        .nav-wrap .nav li ul.sub-menu li ul.sub-menu li.current-menu-parent a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-item a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-ancestor a,
        .nav-wrap .nav li ul.sub-menu li ul.children li.current-menu-parent a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-item a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-ancestor a,
        .nav-wrap .nav li ul.children li ul.sub-menu li.current-menu-parent a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-item a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-ancestor a,
        .nav-wrap .nav li ul.children li ul.children li.current-menu-parent a {
          color: #fff; }
      .nav-wrap .nav li ul.sub-menu li.current-menu-item a,
      .nav-wrap .nav li ul.sub-menu li.current-menu-ancestor a,
      .nav-wrap .nav li ul.sub-menu li.current-menu-parent a,
      .nav-wrap .nav li ul.children li.current-menu-item a,
      .nav-wrap .nav li ul.children li.current-menu-ancestor a,
      .nav-wrap .nav li ul.children li.current-menu-parent a {
        color: #fff; }
      .nav-wrap .nav li ul.sub-menu li.submenu-nav-item a,
      .nav-wrap .nav li ul.children li.submenu-nav-item a {
        color: #fff !important;
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
        font-family: "miller-banner", Cambria, Times New Roman, Times, serif;
        text-decoration: none;
        font-size: 20px;
        line-height: 24px;
        font-weight: 400; }
        .nav-wrap .nav li ul.sub-menu li.submenu-nav-item a:hover,
        .nav-wrap .nav li ul.children li.submenu-nav-item a:hover {
          color: #F4BDC5 !important; }
          .nav-wrap .nav li ul.sub-menu li.submenu-nav-item a:hover .navarrow polyline,
          .nav-wrap .nav li ul.children li.submenu-nav-item a:hover .navarrow polyline {
            stroke: #fff !important; }
      .nav-wrap .nav li ul.sub-menu li.submenu-nav-item--bottom,
      .nav-wrap .nav li ul.children li.submenu-nav-item--bottom {
        margin-top: 25px; }
        .nav-wrap .nav li ul.sub-menu li.submenu-nav-item--bottom a,
        .nav-wrap .nav li ul.children li.submenu-nav-item--bottom a {
          border: none;
          padding-left: 22px; }
        .nav-wrap .nav li ul.sub-menu li.submenu-nav-item--bottom .navarrow,
        .nav-wrap .nav li ul.children li.submenu-nav-item--bottom .navarrow {
          right: auto !important;
          left: -16px !important; }
  .nav-wrap .nav .menu-item-has-children.is-open > .sub-menu {
    display: block; }
  .nav-wrap .nav li.current-menu-item a,
  .nav-wrap .nav li.current-menu-ancestor a,
  .nav-wrap .nav li.current-menu-parent a {
    color: #F4BDC5; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.background-pink {
  background: #F4BDC5; }

.background-white, .background-white-independant {
  background: #fff; }

.background-black {
  background: #000; }

.background-blue, .background-image {
  background: #1B2E3C; }

.background-blue-white {
  background: #1B2E3C; }

.background-grey {
  background: #F8F6F6; }

.background-black + .background-black .wrap,
.background-white + .background-white .wrap,
.background-blue + .background-blue .wrap,
.background-pink + .background-pink .wrap,
.background-blue-white + .background-white .wrap,
.background-blue + .background-blue-white .wrap,
.background-grey + .background-grey .wrap {
  padding-top: 0px; }

.light-content {
  color: #fff; }
  .light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content p, .light-content .h1, .light-content .h2, .light-content .h3, .light-content .h4, .light-content .h5, .light-content ul, .light-content li, .light-content ol, .light-content a {
    color: #fff; }
  .light-content hr {
    background: #fff; }

.text-align-center {
  text-align: center !important; }
  .text-align-center hr {
    margin-left: auto;
    margin-right: auto; }

.z-over {
  position: relative;
  z-index: 20; }

.hero-feature {
  position: relative;
  pointer-events: none;
  margin-top: -35px;
  background: linear-gradient(90deg, #F4BDC5 35%, #FF3D59 100%);
  overflow: hidden; }
  .hero-feature:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 15%;
    width: 100%;
    display: block;
    background: linear-gradient(180deg, #F4BDC5 30.85%, rgba(244, 189, 197, 0) 100%);
    pointer-events: none;
    display: block;
    z-index: 1; }
  .hero-feature:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    display: block;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(356.69deg, #FF3D59 -309.54%, rgba(255, 61, 89, 0) 68.82%); }
  .hero-feature .hero-feature-under-wall {
    position: absolute;
    z-index: 3;
    top: 5vw;
    right: 40%;
    width: 34%;
    height: auto;
    animation: peekOut 5s ease-in-out forwards; }
  .hero-feature .hero-feature-wall {
    position: relative;
    width: 60%;
    margin-left: auto;
    height: auto;
    display: block;
    line-height: 0;
    z-index: 5; }
  .hero-feature .hero-feature-over-wall {
    position: absolute;
    z-index: 8;
    top: 12.7vw;
    right: 26.5%;
    width: 33%;
    height: auto;
    transform-origin: 27.8% 86.3%;
    animation: wallRotate 5s ease-in-out forwards; }
  .hero-feature .hero-feature-glitter {
    position: absolute;
    width: 85%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 2;
    background: url("../images/glitter.jpg") no-repeat center bottom scroll;
    background-size: cover;
    pointer-events: none;
    mix-blend-mode: screen; }
  .hero-feature .hero-feature-glitter-2 {
    position: absolute;
    width: 75%;
    height: 85%;
    bottom: -18vw;
    right: 0;
    display: block;
    z-index: 10;
    background: url("../images/glitter.jpg") no-repeat center bottom scroll;
    background-size: cover;
    pointer-events: none;
    mix-blend-mode: screen;
    transform: scaleX(-1); }

.hero-spin {
  display: none; }

.pink-hero-section .hero-feature .hero-feature-under-wall {
  top: auto;
  bottom: 0;
  right: 30%;
  width: 65%; }

/* Start at -30deg, end at 0deg */
@keyframes wallRotate {
  from {
    transform: rotate(-15deg); }
  to {
    transform: rotate(0deg); } }
@keyframes peekOut {
  from {
    transform: translateX(7%); }
  to {
    transform: translateX(0%); } }
img {
  max-width: 100%;
  height: auto; }

hr {
  width: 100px;
  border: none;
  margin: 25px 0;
  height: 1px;
  background: #1B2E3C; }

.ticker {
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none; }

.ticker__track {
  display: inline-block;
  will-change: transform;
  animation: ticker-scroll linear infinite;
  text-rendering: optimizelegibility;
  font-family: "miller-banner", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 33px; }

.ticker__item {
  padding-right: 3rem;
  /* gap before repeat */ }

@keyframes ticker-scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .ticker__track {
    animation: none; } }
.page-list-image {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  line-height: 0;
  background: url("../images/ellipse.svg") no-repeat center bottom -1px scroll;
  background-size: 100% auto;
  pointer-events: none; }

.page-list-image.active-onscreen + .page-list .flex-col:first-of-type .page-tile {
  transform: translate(0, 0) !important;
  opacity: 1 !important; }

.hero-section-white.active-onscreen + .page-section .page-list .flex-col:first-of-type .page-tile {
  transform: translate(0, 0) !important;
  opacity: 1 !important; }

.hero-section-white + .background-white,
.hero-section-white + .background-white-independant {
  border-top: 1px solid #d7d7d7; }

.hero-section-white + .second-overwrite {
  border-top: none !important;
  position: static !important;
  z-index: auto !important; }

.hero-section-white + .page-section {
  position: relative;
  z-index: 5; }

.hero-section-white + .second-overwrite .wrap {
  padding-top: 0px !important; }

.feature-glitter {
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 2;
  background: url("../images/glitter.jpg") no-repeat center bottom scroll;
  background-size: cover;
  pointer-events: none;
  mix-blend-mode: screen; }

.page-tile {
  display: flex;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #737373;
  background: #fff;
  height: 100%; }
  .page-tile .page-tile-image {
    width: 35%;
    flex: 0 0 35%;
    max-width: 35%;
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    .page-tile .page-tile-image img {
      position: absolute;
      width: 100%;
      inset: 0;
      display: block;
      height: 100%;
      object-fit: cover;
      border-radius: 5px;
      transition: 1s cubic-bezier(0.4, 0, 0.2, 1); }
  .page-tile .page-tile-content {
    flex: 1;
    padding-left: 15px;
    color: #737373;
    font-size: 13px; }
    .page-tile .page-tile-content .page-tile-title {
      font-weight: 700 !important;
      color: #000;
      margin-bottom: 5px;
      transition: 0.35s cubic-bezier(0.65, 0, 0.35, 1); }
      .page-tile .page-tile-content .page-tile-title:hover {
        color: #264155; }
  .page-tile:hover .page-tile-image img {
    transform: scale(1.1); }

.post-tile {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #737373;
  background: #fff;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden; }
  .post-tile .box-read-more {
    position: absolute;
    bottom: 0;
    right: 0; }
  .post-tile .post-tile-image {
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    .post-tile .post-tile-image img {
      width: 100%;
      display: block;
      height: auto;
      border-radius: 5px;
      transition: 1s cubic-bezier(0.4, 0, 0.2, 1); }
  .post-tile .post-tile-content {
    flex: 1;
    padding: 15px;
    padding-bottom: 50px !important;
    color: #737373;
    font-size: 13px; }
    .post-tile .post-tile-content .post-tile-title {
      font-weight: 700 !important;
      color: #000;
      margin-bottom: 5px;
      transition: 0.35s cubic-bezier(0.65, 0, 0.35, 1); }
      .post-tile .post-tile-content .post-tile-title:hover {
        color: #264155; }
  .post-tile:hover .post-tile-image img {
    transform: scale(1.1); }
  .post-tile:hover .box-read-more svg {
    transform: translateX(0px); }

.read-more {
  font-weight: 400;
  font-family: "miller-banner", Cambria, Times New Roman, Times, serif;
  text-transform: uppercase;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  color: #000;
  cursor: pointer;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
  font-size: 14px; }
  .read-more svg {
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .read-more:hover svg {
    transform: translateX(5px); }

.box-read-more {
  background: #F4BDC5;
  cursor: pointer;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  margin-top: 10px;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .box-read-more svg {
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    width: 20px;
    height: auto;
    transform: translateX(-7px); }
  .box-read-more:hover svg {
    transform: translateX(7px) !important; }

.rounded {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 100px; }

.uppercase {
  text-transform: uppercase; }

.author {
  margin-top: -10px !important; }

.slider-text {
  font-size: 20px;
  line-height: 1.5; }

.tns-controls {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 160px);
  pointer-events: none;
  z-index: 10; }
  .tns-controls button {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    margin: 0;
    pointer-events: all; }
    .tns-controls button path {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .tns-controls button:hover path {
      stroke: #F4BDC5; }
  .tns-controls button + button {
    position: absolute;
    right: 0; }

.blue-box {
  background: #264155;
  border-radius: 10px;
  padding: 25px 25px 35px 25px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .blue-box .glitter-btn {
    margin-top: 0px !important; }

.background-blue-white {
  position: relative; }
  .background-blue-white:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    height: var(--before-height, 0px);
    border-bottom: 60px solid #fff;
    display: block;
    background: #fff;
    z-index: 0; }

@media (prefers-reduced-motion: reduce) {
  .anim-section .photo,
  .anim-section .photo-2 {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important; } }
.photo-wrap {
  position: relative;
  z-index: 5;
  text-align: left;
  pointer-events: none; }
  .photo-wrap .photo {
    width: 75%;
    border: 10px solid #fff;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.2);
    transform: rotate(-5deg); }
  .photo-wrap .photo-2 {
    transform: rotate(5deg);
    margin-top: -8vw;
    margin-left: auto !important;
    display: block; }

.photo-wrap-hero {
  padding-bottom: 40px; }

/* Base state (offscreen / before reveal) */
.anim-section .photo,
.anim-section .photo-2 {
  opacity: 0;
  transform: translate3d(0, 250px, 0) rotate(var(--r-start)) scale(2);
  transform-origin: 60% 30%;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease-in-out; }

/* Per-photo variation */
.anim-section .photo {
  --r-start: 12deg;
  --r-end: -5deg;
  transition-delay: 600ms; }

.anim-section .photo-2 {
  --r-start: -15deg;
  --r-end: 8deg;
  transition-delay: 800ms;
  /* keep this modest */ }

/* Revealed state */
.anim-section.active-onscreen .photo,
.anim-section.active-onscreen .photo-2 {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(var(--r-end)) scale(1); }

.steps-list .page-tile {
  position: relative; }
  .steps-list .page-tile .step-count {
    position: absolute;
    background: #F4BDC5;
    display: block;
    width: 55px;
    height: 55px;
    top: -20px;
    left: -20px;
    text-align: center;
    line-height: 47px;
    font-size: 30px;
    z-index: 2;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.75s cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 0.9s;
    padding-left: 1%; }
  .steps-list .page-tile .page-tile-image {
    z-index: 3; }

.steps-list .page-tile.active-onscreen .step-count {
  opacity: 1;
  transform: scale(1); }

.fancy-list ul, .fancy-list, .fancy-list-pink ul, .fancy-list-pink {
  margin-left: 0 !important;
  padding: 0;
  list-style: none; }
  .fancy-list ul li, .fancy-list li, .fancy-list-pink ul li, .fancy-list-pink li {
    list-style: none;
    padding: 12px;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #264155;
    color: #fff;
    font-weight: 700; }

.fancy-list-pink ul li, .fancy-list li {
  background: #F4BDC5;
  color: #000; }

.page-list-hero-wrap {
  margin-bottom: -20px !important; }

.boxed {
  background: #fff;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.12);
  padding: 25px;
  border-radius: 10px;
  position: relative;
  z-index: 10; }

.sidebar-links ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-links li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  border-bottom: 1px solid #F4BDC5;
  padding: 10px 0; }

.sidebar-links li:first-of-type a {
  padding-top: 0px; }

.sidebar-links li:last-of-type a {
  padding-bottom: 0px;
  border-bottom: none; }

.sidebar-link-arrow svg {
  display: block;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.sidebar-links li.is-current > a {
  font-weight: 700; }

.sidebar-links li a:hover svg {
  transform: translateX(15px); }

.sidebar-links li a:hover {
  text-decoration: underline; }

.sidebar-content h1, .sidebar-content h2, .sidebar-content h3, .sidebar-content h4, .sidebar-content h5 {
  margin-top: 0px !important;
  text-rendering: optimizelegibility;
  font-family: "miller-banner", Cambria, Times New Roman, Times, serif;
  font-weight: 400 !important;
  color: #1B2E3C;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }
.sidebar-content p strong {
  text-transform: uppercase; }
.sidebar-content hr {
  width: 100%;
  background: #F4BDC5;
  height: 5px; }

.accordion-wrap {
  margin-bottom: -15px; }
  .accordion-wrap .accordion-section {
    margin-bottom: 15px;
    padding: 0px !important;
    position: relative;
    overflow: hidden; }
    .accordion-wrap .accordion-section .accordion-heading {
      display: block;
      min-height: 50px;
      padding: 9px 55px 15px 15px;
      cursor: pointer; }
      .accordion-wrap .accordion-section .accordion-heading:before {
        background: #1B2E3C;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 100%;
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .accordion-wrap .accordion-section .accordion-heading .h3 {
        font-size: 20px; }
      .accordion-wrap .accordion-section .accordion-heading svg {
        position: absolute;
        top: 0px;
        right: 10px;
        width: 20px;
        height: 50px;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
        transform: translateY(0px) rotate(90deg);
        transform-origin: 50% 50%; }
        .accordion-wrap .accordion-section .accordion-heading svg path {
          transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .accordion-wrap .accordion-section .accordion-heading:hover svg path {
        fill: #1B2E3C; }
      .accordion-wrap .accordion-section .accordion-heading:hover:before {
        background: #F4BDC5; }
      .accordion-wrap .accordion-section .accordion-heading.active svg {
        transform: translateY(2px) rotate(235deg); }
    .accordion-wrap .accordion-section .accordion-content {
      display: none; }
      .accordion-wrap .accordion-section .accordion-content .accordion-content-padding {
        padding: 0px 55px 15px 15px; }
        .accordion-wrap .accordion-section .accordion-content .accordion-content-padding .glitter-btn {
          margin-top: 0px; }

/* Grid: no gaps, 1/2/3 columns at your breakpoints */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0; }

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr); } }
/* Tile */
.gallery-item {
  margin: 0; }

.gallery-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: default;
  text-align: left;
  overflow: hidden;
  color: #000; }

/* Square ratio */
.gallery-card::before {
  content: "";
  display: block;
  padding-top: 100%; }

/* Background image (zoom on hover @1000px) */
.gallery-bg {
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform; }

/* Overlay box */
.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0px;
  pointer-events: none; }

.gallery-overlay-inner {
  width: 100%;
  background: rgba(244, 189, 197, 0.85);
  padding: 25px;
  border-radius: 0;
  line-height: 1.6;
  color: #000; }
  .gallery-overlay-inner p {
    color: #000; }
    .gallery-overlay-inner p strong {
      color: #000; }

/* Mobile: overlay always visible */
@media (max-width: 999px) {
  .gallery-overlay {
    opacity: 1;
    transform: none; } }
.single-title,
.page-title,
.entry-title,
.wp-block-heading {
  margin: 0 0 20px 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #737373;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content .glitter-btn {
    margin-top: 10px; }
  .entry-content .wp-block-buttons {
    margin-bottom: 20px; }
  .entry-content p {
    margin-bottom: 20px; }
    .entry-content p img {
      margin-bottom: 0px !important; }
    .entry-content p strong {
      font-weight: 700; }
    .entry-content p a {
      text-decoration: underline; }
      .entry-content p a:hover {
        text-decoration: none; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 20px;
    margin-top: 35px; }
  .entry-content iframe {
    width: 100%; }
  .entry-content i {
    color: #000; }
  .entry-content fieldset {
    margin-bottom: 15px; }
  .entry-content ul, .entry-content ol {
    margin: 0 0 20px 18px; }
  .entry-content ul li {
    list-style: disc; }
  .entry-content ol li {
    list-style: decimal; }
  .entry-content hr {
    margin: 25px 0; }
  .entry-content table {
    width: 100%;
    border: 1px solid #000;
    border-right: none;
    margin-bottom: 25px;
    border-bottom: none; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #737373;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .entry-content table a {
      font-weight: 700; }
  .entry-content tr {
    border-bottom: 1px solid #000; }
    .entry-content tr input, .entry-content tr p {
      margin: 0; }
    .entry-content tr .amount {
      color: #d7d7d7;
      font-weight: 700; }
    .entry-content tr img {
      margin: 0; }
  .entry-content td {
    padding: 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: none !important;
    vertical-align: top;
    line-height: 1.3; }
  .entry-content th {
    padding: 15px;
    background: none;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    vertical-align: top;
    line-height: 1.3; }
  .entry-content blockquote {
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
    border-left: 5px solid #F4BDC5;
    color: #1B2E3C;
    text-rendering: optimizelegibility;
    font-family: "miller-banner", Cambria, Times New Roman, Times, serif;
    font-weight: 400 !important;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-size: 1.5em; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 20px 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #000;
    color: #F8F6F6;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  .entry-content .nudge-down + p, .entry-content .nudge-down + img, .entry-content .nudge-down + table, .entry-content .nudge-down + ul, .entry-content .nudge-down + ol, .entry-content .nudge-down + iframe, .entry-content .nudge-down + fieldset, .entry-content .nudge-down + blockquote, .entry-content .nudge-down + h1, .entry-content .nudge-down + h2, .entry-content .nudge-down + h3, .entry-content .nudge-down + h4, .entry-content .nudge-down + h5, .entry-content .nudge-down + .wp-block-buttons, .entry-content .nudge-down + hr {
    margin-top: 0px !important; }
  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up, .entry-content .wp-block-buttons + .nudge-up, .entry-content hr + .nudge-up {
    margin-top: -20px;
    display: block; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100%; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    clear: both; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1.2em;
    font-weight: 700;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #000;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      color: #F4BDC5; }
  .pagination .current {
    cursor: default;
    color: #F4BDC5; }
    .pagination .current:hover, .pagination .current:focus {
      color: #000; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/*********************
FOOTER STYLES
*********************/
.footer-cta {
  background: #fff url(../images/footer.jpg) no-repeat center bottom scroll;
  background-size: 350px auto; }

.footer {
  font-size: 12px; }
  .footer .flex-wrap {
    margin-left: 0px; }
  .footer .flex-col {
    padding: 0 15px 15px 0 !important;
    border-bottom: 1px solid #000; }
    .footer .flex-col:last-of-type {
      padding-bottom: 0px !important;
      border: none !important; }
  .footer ul {
    margin: 0; }
    .footer ul li a {
      color: #000;
      text-decoration: none;
      line-height: 1.2;
      display: block;
      padding: 3px 0; }
      .footer ul li a:hover {
        color: #000;
        text-decoration: underline; }

/* end .footer-links */
.social {
  display: inline-block;
  line-height: 0; }
  .social a {
    text-decoration: none;
    display: inline-block;
    line-height: 0;
    margin-right: 3px; }
    .social a path {
      transition: 0.35s cubic-bezier(0.65, 0, 0.35, 1); }
    .social a:hover path {
      fill: #264155 !important; }
    .social a:hover {
      transform: scale(1.1); }

.footer-logo {
  width: 122px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block; }

.copyright a {
  font-weight: 700; }

.anim-section .anim-right {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translate(-30px, 0); }
.anim-section .anim-left {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(30px, 0); }
.anim-section .anim-down {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, -30px); }
.anim-section .anim-up {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0, 30px); }
.anim-section .anim-fade {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(0px, 0px); }
.anim-section .delay-0 {
  transition-delay: 0s; }
.anim-section .delay-1 {
  transition-delay: 0.3s; }
.anim-section .delay-2 {
  transition-delay: 0.6s; }
.anim-section .delay-3 {
  transition-delay: 0.9s; }
.anim-section .delay-4 {
  transition-delay: 1.2s; }
.anim-section .delay-5 {
  transition-delay: 1.5s; }
.anim-section .delay-6 {
  transition-delay: 1.8s; }
.anim-section .delay-7 {
  transition-delay: 2.1s; }
.anim-section .delay-8 {
  transition-delay: 2.4s; }
.anim-section .delay-9 {
  transition-delay: 2.7s; }
.anim-section .delay-10 {
  transition-delay: 3s; }

.active-onscreen .anim-left,
.active-onscreen .anim-right,
.active-onscreen .anim-up,
.active-onscreen .anim-down,
.active-onscreen .anim-fade {
  transform: translate(0, 0);
  opacity: 1; }

.anim-single {
  opacity: 0;
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.3s;
  transform: translate(0, 30px); }

.anim-single.active-onscreen {
  transform: translate(0, 0);
  opacity: 1; }

/*********************
TNS STYLES
*********************/
.tns-nav {
  position: absolute;
  bottom: 50px;
  padding: 0;
  line-height: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 10;
  font-size: 12px; }

.tns-nav button {
  display: inline-block;
  border: none;
  padding: 0px;
  margin: 0 7px 0 7px;
  border: 2px solid #fff;
  text-decoration: none;
  background: 0 0;
  background: transparent;
  font-weight: 600;
  font-size: 12px;
  line-height: 0px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18); }

.tns-nav button:hover {
  background: #F4BDC5;
  border-color: #fff; }

.tns-nav button.tns-nav-active {
  background: #fff;
  border-color: #fff; }

.white-boxed .tns-nav {
  padding-bottom: 25px; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: 0px; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: 0px;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100); }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0); }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

@media only screen and (min-width: 481px) {
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }

  /*********************
  FOOTER STYLES
  *********************/ }
@media only screen and (min-width: 768px) {
  /*********************
  GENERAL STYLES
  *********************/
  .wrap {
    width: 100%;
    margin: 0;
    padding: 50px 25px; }

  .wrap-large {
    padding-top: 80px;
    padding-bottom: 80px; }

  .wrap-small {
    padding-top: 25px;
    padding-bottom: 25px; }

  .wrap-bottom-xl {
    padding-bottom: 280px; }

  /*********************
  HEADER STYLES
  *********************/
  .header:after {
    display: none; }

  .header-right {
    display: flex;
    gap: 10px;
    align-items: center; }

  .header #inner-header .header-right .button {
    border: 1px solid #F4BDC5; }

  .header.nav-active #inner-header .header-right .button {
    background: #F4BDC5;
    color: #1B2E3C !important; }

  .header.nav-active #inner-header .header-right .button:hover {
    background: #fff; }

  .nav-wrap .nav li ul.sub-menu, .nav-wrap .nav li ul.children {
    padding: 0 0 35px 0; }

  .nav-wrap {
    width: 50%;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    padding-top: 119px; }

  .header.nav-active #inner-header .header-middle {
    pointer-events: all; }

  /*********************
  CONTENT STYLES
  *********************/
  .capped-content {
    max-width: 650px; }

  .half {
    width: 49%; }

  .half-push-right {
    margin-left: auto;
    width: 49%; }

  .hero-feature {
    position: relative;
    margin-top: 0;
    background: linear-gradient(100deg, #F4BDC5 50%, #ff687e 100%); }

  .hero-section {
    position: relative;
    padding-top: 0px; }
    .hero-section .z-over {
      position: absolute;
      top: 80px;
      left: 0; }

  .hero-section-white {
    padding-top: 80px; }

  .hero-section-white .z-over {
    position: relative;
    top: auto !important;
    left: auto !important;
    transform: translate(0px) !important; }

  .hero-feature:before {
    background: linear-gradient(0deg, rgba(255, 61, 89, 0) 20%, #FF3D59 330%); }

  .hero-feature .hero-feature-wall {
    margin-left: auto;
    width: 56.093%;
    transform: translateX(37%); }

  .hero-feature .hero-feature-under-wall {
    top: 10.4vw;
    right: 17.5%;
    width: 26%; }

  .hero-feature .hero-feature-over-wall {
    top: 16vw;
    right: 6.7vw;
    width: 26vw; }

  .hero-feature .hero-feature-glitter {
    width: 80%;
    height: 65%; }

  .pink-hero-section .hero-feature .hero-feature-under-wall {
    top: auto;
    bottom: 0;
    right: 5%;
    width: 50%; }

  .pink-hero-section .hero-feature .hero-feature-wall {
    transform: translateX(47%); }

  .pink-hero-section .hero-feature .hero-feature-over-wall {
    right: 2%;
    left: auto; }

  .single-title, .page-title, .entry-title, .widgettitle, .wp-block-heading {
    margin-bottom: 25px; }

  .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote, .entry-content .wp-block-buttons {
    margin-bottom: 25px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 25px;
    margin-top: 50px; }
  .entry-content hr {
    margin: 25px 0; }

  hr {
    margin: 25px 0; }

  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up, .entry-content .wp-block-buttons + .nudge-up, .entry-content hr + .nudge-up {
    margin-top: -25px; }

  .overlay:before {
    opacity: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%); }

  .overlay-solid:before {
    background: #000;
    opacity: 0.6; }

  .page-list-image.active-onscreen + .page-list .flex-col:nth-of-type(2) .page-tile,
  .page-list-image.active-onscreen + .page-list .flex-col:nth-of-type(3) .page-tile {
    transform: translate(0, 0) !important;
    opacity: 1 !important; }

  .hero-section-white.active-onscreen + .page-section .page-list .flex-col:nth-of-type(2) .page-tile {
    transform: translate(0, 0) !important;
    opacity: 1 !important; }

  .page-list-image {
    width: 100%;
    position: relative;
    background: none;
    height: 0px; }
    .page-list-image .relative img {
      position: absolute;
      bottom: 100%;
      width: 50%;
      width: calc(48% - 7.5px);
      right: 1%; }
    .page-list-image .relative:before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      left: calc(50% + 27.5px);
      background: url("../images/ellipse-2.svg") no-repeat left bottom scroll;
      background-size: 100% auto;
      width: 58%;
      height: 150vw; }

  .page-list-hero-wrap {
    display: flex;
    align-items: flex-end;
    margin-top: -70px; }
    .page-list-hero-wrap .page-list-image {
      height: auto; }
      .page-list-hero-wrap .page-list-image .relative img {
        position: relative;
        bottom: auto;
        width: 90%;
        left: auto;
        right: auto;
        margin-left: 5%; }
      .page-list-hero-wrap .page-list-image .relative:before {
        left: 15px;
        bottom: 0px;
        background-size: 100% auto;
        width: 120%;
        height: 150vw;
        margin-bottom: -1px; }

  .testimonial-icon {
    width: 50px;
    height: auto; }

  .slider-text {
    font-size: 24px; }

  .blue-box {
    width: 70%; }

  .photo-wrap .photo {
    margin: -80px 0 -3vw 0; }

  .photo-wrap .photo-2 {
    margin: -3vw 0 -80px 0; }

  .photo-wrap-wide {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    width: 75%;
    justify-content: center; }
    .photo-wrap-wide .photo {
      margin: -20px 0 0 0px !important;
      width: 50%; }
    .photo-wrap-wide .photo-2 {
      margin: 40px 0 -40px 0px !important; }

  .photo-wrap-hero {
    width: 105%;
    margin-left: -5%; }
    .photo-wrap-hero .photo {
      width: 50% !important; }

  .hero-photo-wrap {
    align-items: stretch; }
    .hero-photo-wrap .relative {
      height: 100%;
      display: flex;
      align-items: center; } }
@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .hero-photo-wrap .relative .photo {
    border-width: 5px; } }
@media only screen and (min-width: 768px) {
  .steps-list .page-tile {
    width: 50%; }

  .steps-list .flex-col:nth-of-type(odd) .page-tile:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: -63px;
    right: 0;
    display: block;
    border: 3px solid #F4BDC5;
    border-bottom: none;
    border-right: none;
    border-top-left-radius: 30px; }

  .steps-list .flex-col:nth-of-type(even) .page-tile {
    margin-left: auto; }
    .steps-list .flex-col:nth-of-type(even) .page-tile:before {
      content: "";
      width: 60px;
      height: 60px;
      position: absolute;
      top: -63px;
      left: 0;
      display: block;
      border: 3px solid #F4BDC5;
      border-bottom: none;
      border-left: none;
      border-bottom: none;
      border-top-right-radius: 30px; }

  .steps-list .flex-col:first-of-type .page-tile:before {
    display: none !important; }

  .fancy-list ul li, .fancy-list li, .fancy-list-pink ul li, .fancy-list-pink li {
    padding: 14px 18px; }

  .background-white + .background-white.list-image-set,
  .background-white-independant + .background-white.list-image-set {
    border-top: 1px solid #d7d7d7; }

  /*********************
  FOOTER STYLES
  *********************/ }
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  body {
    font-size: 16px; }

  #inner-header .inner-padd {
    height: 120px; }

  .hero-section .z-over {
    top: 120px; }

  .hero-section-white {
    padding-top: 120px; }

  #inner-header .header-middle {
    padding-top: 30px; }

  .header-logo img {
    width: 200px; }

  .header-right {
    gap: 12px; }

  #inner-header svg {
    height: 50px; }

  .nav-wrap {
    padding: 189px 50px 80px; }

  h1, .h1 {
    font-size: 70px;
    line-height: 1; }
    h1 h2, h1 h1, .h1 h2, .h1 h1 {
      font-size: 70px;
      line-height: 1; }

  h2, .h2, .widgettitle {
    font-size: 60px;
    line-height: 1; }

  h3, .h3 {
    font-size: 40px; }

  h4, .h4 {
    font-size: 20px; }

  h5, .h5 {
    font-size: 18px; }

  .sub-heading {
    font-size: 13px;
    letter-spacing: 1.5px; }

  hr {
    height: 2px; }

  .smaller-headings h1, .smaller-headings .h1 {
    font-size: 36px; }
  .smaller-headings h2, .smaller-headings .h2, .smaller-headings .widgettitle {
    font-size: 30px; }
  .smaller-headings h3, .smaller-headings .h3 {
    font-size: 24px; }
  .smaller-headings h4, .smaller-headings .h4 {
    font-size: 20px; }
  .smaller-headings h5, .smaller-headings .h5 {
    font-size: 18px; }

  .margin-top {
    margin-top: 40px; }

  .padding-top {
    padding-top: 40px; }

  .margin-bottom {
    margin-bottom: 40px; }

  .margin-top-small {
    margin-top: 25px; }

  .margin-bottom-small {
    margin-bottom: 25px; }

  .wrap {
    padding: 80px 50px; }

  .wrap-large {
    padding-top: 160px;
    padding-bottom: 160px; }

  .wrap-small {
    padding-top: 40px;
    padding-bottom: 40px; }

  .full-height {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }

  .wrap-bottom-xl {
    padding-bottom: 450px; }

  .footer-cta {
    background-size: 570px auto !important; }

  .single-title, .page-title, .entry-title, .widgettitle, .related h2, .wp-block-heading {
    margin-bottom: 30px; }

  .entry-content p, .entry-content img, .entry-content table, .entry-content ul, .entry-content ol, .entry-content iframe, .entry-content fieldset, .entry-content blockquote {
    margin-bottom: 30px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-bottom: 30px;
    margin-top: 50px; }
  .entry-content hr {
    margin: 30px 0; }

  hr {
    margin: 30px 0; }

  .entry-content p + .nudge-up, .entry-content img + .nudge-up, .entry-content table + .nudge-up, .entry-content ul + .nudge-up, .entry-content ol + .nudge-up, .entry-content iframe + .nudge-up, .entry-content fieldset + .nudge-up, .entry-content blockquote + .nudge-up, .entry-content h1 + .nudge-up, .entry-content h2 + .nudge-up, .entry-content h3 + .nudge-up, .entry-content h4 + .nudge-up, .entry-content h5 + .nudge-up, .entry-content hr + .nudge-up {
    margin-top: -30px; }

  .page-list-image .relative:before {
    width: 59%; }

  .page-tile .page-tile-content {
    font-size: 14px;
    padding-left: 20px; }

  .read-more {
    font-size: 15px; }

  .page-list-hero-wrap {
    margin-bottom: -30px !important;
    margin-top: -100px; }

  .page-list-hero-wrap .page-list-image .relative:before {
    left: 3px;
    width: 125%; }

  .post-tile {
    padding: 15px; }

  .post-tile .post-tile-content {
    font-size: 15px;
    padding: 20px; }

  .post-tile .post-tile-content .post-tile-title {
    margin-bottom: 10px; }

  .background-blue-white:before {
    border-bottom-width: 95px; }

  .tns-nav {
    bottom: 80px; }

  .testimonial-icon {
    width: 70px;
    height: auto; }

  .slider-text {
    font-size: 30px; }

  .blue-box {
    padding: 35px 35px 50px 35px; }

  .photo-wrap .photo {
    margin: -120px 0 -3vw 0; }

  .photo-wrap .photo-2 {
    margin: -3vw 0 -120px 0; }

  .photo-wrap-hero {
    width: 110%;
    margin-left: -10%;
    transform: translateX(5%); }

  .steps-list .page-tile .step-count {
    width: 70px;
    height: 70px;
    top: -30px;
    left: -30px;
    line-height: 55px;
    font-size: 50px; }

  .boxed {
    padding: 35px;
    border-radius: 12px; }

  .accordion-wrap {
    margin-bottom: -20px; }
    .accordion-wrap .accordion-section {
      margin-bottom: 20px; }
      .accordion-wrap .accordion-section .accordion-heading {
        min-height: 80px;
        padding: 17px 80px 24px 35px;
        cursor: pointer; }
        .accordion-wrap .accordion-section .accordion-heading:before {
          width: 60px; }
        .accordion-wrap .accordion-section .accordion-heading .h3 {
          font-size: 30px; }
        .accordion-wrap .accordion-section .accordion-heading svg {
          right: 15px;
          width: 30px;
          height: 80px; }
      .accordion-wrap .accordion-section .accordion-content .accordion-content-padding {
        padding: 0px 80px 24px 35px; }

  .gallery-overlay {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease; }

  .gallery-item.is-open .gallery-overlay,
  .gallery-card:hover .gallery-overlay,
  .gallery-card:focus-visible .gallery-overlay {
    opacity: 1;
    transform: translateY(0); }

  .gallery-card:hover .gallery-bg,
  .gallery-card:focus-visible .gallery-bg {
    transform: scale(1.06); }

  .footer .flex-col {
    padding: 0 6% 0px 0 !important;
    border-bottom: none; }

  .footer-logo {
    width: 160px; }

  .footer .footer-col-social {
    padding-right: 0px !important;
    justify-content: flex-end; }
  .footer .footer-col-social, .footer .footer-col-copyright {
    padding-top: 10px !important;
    display: flex;
    align-items: flex-end; }
  .footer .social a {
    margin: 0px 0px 0px 3px; } }
@media only screen and (min-width: 1240px) {
  body {
    font-size: 17px; }

  .wrap {
    padding: 100px 80px; }

  .wrap-large {
    padding-top: 200px;
    padding-bottom: 200px; }

  .wrap-small {
    padding-top: 50px;
    padding-bottom: 50px; }

  .wrap-bottom-xl {
    padding-bottom: 450px; }

  .header-logo img {
    width: 255px; }

  #inner-header .inner-padd {
    height: 130px; }

  .hero-section .z-over {
    top: 130px; }

  .hero-section-white {
    padding-top: 130px; }

  #inner-header svg {
    height: 54px; }

  .nav-wrap {
    padding: 220px 80px 80px;
    max-width: 620px; }

  h1, .h1 {
    font-size: 82px; }
    h1 h2, h1 h1, .h1 h2, .h1 h1 {
      font-size: 82px; }

  h2, .h2, .widgettitle {
    font-size: 82px; }

  h3, .h3 {
    font-size: 48px; }

  h4, .h4 {
    font-size: 22px; }

  h5, .h5 {
    font-size: 18px; }

  .hero-heading, .hero-heading h2, .hero-heading h1 {
    font-size: 90px !important;
    line-height: 1; }

  hr {
    margin: 35px 0;
    width: 125px;
    height: 3px; }

  .smaller-headings h1, .smaller-headings .h1 {
    font-size: 55px; }
  .smaller-headings h2, .smaller-headings .h2, .smaller-headings .widgettitle {
    font-size: 44px; }
  .smaller-headings h3, .smaller-headings .h3 {
    font-size: 33px; }
  .smaller-headings h4, .smaller-headings .h4 {
    font-size: 22px; }
  .smaller-headings h5, .smaller-headings .h5 {
    font-size: 18px; }

  .sub-heading {
    font-size: 14px;
    letter-spacing: 1.5px; }

  .hero-feature {
    width: 100%;
    height: 100vh;
    min-height: 840px;
    max-height: 963px;
    overflow: hidden; }

  .hero-feature .hero-feature-wall {
    position: absolute;
    top: 0;
    right: auto;
    width: auto;
    height: 963px;
    transform: translateX(14%);
    max-width: none;
    left: 55%; }

  .hero-feature .hero-feature-under-wall {
    width: 320px;
    top: 115px;
    right: auto;
    left: 55%;
    max-width: none; }

  .hero-feature .hero-feature-over-wall {
    top: 183px;
    right: auto;
    left: 55%;
    left: calc(55% + 132px);
    width: 317px;
    max-width: none; }

  .hero-feature-patch {
    width: 100%;
    left: 50%;
    top: 0;
    background: #F4BDC5;
    position: absolute;
    height: 100%;
    display: block;
    transform: translateX(750px);
    z-index: 3; }

  .pink-hero-section .hero-feature .hero-feature-wall {
    transform: translateX(30%); }

  .pink-hero-section .hero-feature .hero-feature-over-wall {
    right: auto;
    left: calc(57.5% + 210px); }

  .pink-hero-section .hero-feature .hero-feature-under-wall {
    left: auto;
    right: 5%;
    width: 53%; }

  .ticker__track {
    font-size: 38px; }

  @keyframes spin {
    to {
      transform: rotate(-360deg); } }
  .page-tile .page-tile-content {
    font-size: 15px; }

  .post-tile {
    padding: 25px; }

  .post-tile .post-tile-content {
    font-size: 16px;
    padding: 30px; }

  .post-tile .post-tile-content .post-tile-title {
    margin-bottom: 15px; }

  .background-blue-white:before {
    border-bottom-width: 125px; }

  .read-more {
    font-size: 16px;
    margin-top: 15px; }

  .page-list-image .relative img {
    width: calc(48% - 15px);
    right: 1%; }

  .page-list-image .relative:before {
    left: calc(50% + 35.5px); }

  .tns-nav {
    bottom: 100px; }

  .slider-text {
    font-size: 39px; }

  .blue-box {
    padding: 45px 45px 60px 45px; }

  .photo-wrap .photo {
    margin: -150px 0 -3vw 0; }

  .photo-wrap .photo-2 {
    margin: -3vw 0 -150px 0; }

  .steps-list .page-tile .step-count {
    width: 90px;
    height: 90px;
    top: -48px;
    left: -48px;
    line-height: 70px;
    font-size: 60px; }

  .steps-list .page-tile:before {
    width: 90px !important;
    height: 90px !important;
    top: -93px !important; }

  .fancy-list ul li, .fancy-list li, .fancy-list-pink ul li, .fancy-list-pink li {
    padding: 20px 25px; }

  .page-list-hero-wrap .page-list-image .relative:before {
    left: 1px;
    width: 126%; }

  .page-list-hero-wrap {
    margin-top: -125px; }

  .photo-wrap-hero {
    width: 120%;
    margin-left: -20%;
    transform: translateX(8%); }

  .boxed {
    padding: 50px; } }
@media only screen and (min-width: 1240px) and (min-width: 1440px) {
  .nav-wrap {
    padding: 230px 80px 80px; }

  #inner-header .inner-padd {
    height: 140px; }

  .hero-section .z-over {
    top: 140px; }

  .hero-section-white {
    padding-top: 140px; }

  #inner-header .header-middle {
    padding-top: 35px; }

  .hero-heading, .hero-heading h2, .hero-heading h1 {
    font-size: 110px !important; }

  .sub-heading {
    font-size: 15px;
    letter-spacing: 1.75px; }

  .hero-spin {
    position: absolute;
    bottom: 80px;
    right: 80px;
    z-index: 50;
    display: block; }
    .hero-spin .hero-ring {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      transform-origin: 50% 50%;
      transform-box: fill-box;
      /* important for SVG transform origin */
      animation: spin 14s linear infinite;
      will-change: transform; }
    .hero-spin .hero-ring-inside {
      width: 15vw;
      height: 15vw;
      display: block; } }
@media only screen and (min-width: 1240px) and (min-width: 1440px) and (max-height: 800px) {
  .hero-heading, .hero-heading h2, .hero-heading h1 {
    font-size: 90px !important; } }
@media only screen and (min-width: 1240px) and (min-width: 1440px) {
  .page-tile .page-tile-content {
    font-size: 16px;
    padding-left: 25px; }

  .read-more {
    font-size: 16px; }

  .page-tile {
    padding: 25px; }

  hr {
    width: 150px; }

  .page-list-image .relative:before {
    width: 60%;
    left: calc(50% + 40px); }

  .page-list-hero-wrap .page-list-image .relative:before {
    left: 5px;
    width: 125%; }

  .slider-text {
    padding: 0 120px; }

  .pink-hero-section .hero-feature .hero-feature-wall {
    transform: translateX(32%); }

  .pink-hero-section .hero-feature .hero-feature-over-wall {
    right: auto;
    left: calc(57.5% + 210px); }

  .pink-hero-section .hero-feature .hero-feature-under-wall {
    left: auto;
    right: 8%;
    width: 50%; }

  .steps-list .page-tile .step-count {
    top: -40px;
    left: -40px; }

  .gallery-overlay-inner {
    padding: 30px; }

  .footer-logo {
    width: 200px; }

  .footer {
    font-size: 13px; } }
@media only screen and (min-width: 1240px) and (min-width: 1600px) {
  .wrap {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }

  .full-width {
    max-width: none; }

  .hero-section .z-over {
    left: 50%;
    transform: translateX(-50%); }

  .hero-heading, .hero-heading h2, .hero-heading h1 {
    font-size: 120px !important; }

  .hero-spin .hero-ring-inside {
    width: 300px;
    height: 300px; }

  .nav-wrap {
    right: 50%;
    transform: translateX(800px); }

  .pink-hero-section .hero-feature .hero-feature-under-wall {
    left: 42%;
    right: auto;
    width: 800px; }

  .photo-wrap .photo {
    margin: -150px 0 -45px 0; }

  .photo-wrap .photo-2 {
    margin: -45px 0 -150px 0; }

  .footer {
    font-size: 14px; } }
@media only screen and (min-width: 1240px) and (min-width: 1600px) and (max-height: 800px) {
  .hero-heading, .hero-heading h2, .hero-heading h1 {
    font-size: 90px !important; } }

/*# sourceMappingURL=style.css.map */
