@charset "UTF-8";
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: -40px;
  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-col {
    margin-bottom: 40px;
    -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-bottom {
  align-items: flex-end; }

.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: -80px;
    margin-left: -50px; }
    .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-col {
      margin-bottom: 80px;
      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: -100px;
    margin-left: -70px; }
    .flex-wrap .flex-col {
      margin-bottom: 100px;
      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 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #09223D;
  background: rgba(9, 34, 61, 0.1);
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  padding: 11px 14px 9px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  text-align: center;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px) brightness(1.15); }
  .blue-btn svg, .button svg, .wp-block-button__link svg {
    transform: translateY(-1px); }
  .blue-btn path, .button path, .wp-block-button__link path {
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    fill: #09223D; }
  .blue-btn:hover, .button:hover, .wp-block-button__link:hover {
    color: #fff;
    background: #09223D; }
    .blue-btn:hover path, .button:hover path, .wp-block-button__link:hover path {
      fill: #fff; }

/*
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.
*/
.link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400 !important;
  margin-top: 10px; }
  .link svg {
    transform: translate(0px, 2px);
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .link svg path {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .link:hover svg {
    transform: translate(10px, 2px); }
    .link:hover svg path {
      fill: #FF4CA3; }

.gform-footer {
  display: flex;
  justify-content: center; }

.gform_button.link {
  display: inline-flex;
  align-items: center;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none; }

/*********************
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 !important;
  margin-bottom: 10px;
  color: #09223D;
  border-radius: 3px;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  border: 1px solid #E6E9EC;
  box-shadow: none;
  width: 100%;
  background: #E6E9EC;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 768px) {
    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 {
      height: 80px;
      font-size: 17px !important;
      padding: 30px !important; } }
  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: #09223D !important;
    border-color: #09223D !important;
    color: #fff !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: #88a; }
    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: #88a; }
    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: #88a; }
    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: #88a; }
  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: #09223D;
    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: #09223D;
    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: #09223D;
    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: #09223D;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

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

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px !important; }

.gform_required_legend {
  margin-bottom: 20px;
  display: none !important; }

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

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: #fff url("../images/down-arrow.svg") no-repeat right 12px center scroll !important;
  background-size: 20px 20px !important; }
  select:focus {
    background: #fff url("../images/down-arrow.svg") no-repeat right 12px center scroll !important;
    background-size: 20px 20px !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: #000;
  margin-bottom: 15px;
  font-weight: 800; }

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

.gfield_error textarea, .gfield_error input {
  border-color: #FF4CA3 !important; }
.gfield_error select {
  border-color: #FF4CA3 !important; }

li.gfield {
  position: relative; }

.gform_footer, .gform_page_footer {
  position: relative; }

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_validation_errors {
  background: #FF4CA3 !important;
  border: 1px solid #FF4CA3 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  padding: 15px 15px 15px 50px !important;
  position: relative;
  color: #000 !important;
  text-align: center; }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff !important; }

/*********************
GENERAL STYLES 400/700 Serif 300/400/700
*********************/
body {
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #09223D;
  background: #fff; }

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

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

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

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

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

  .mobile-top-small {
    margin-top: 20px; }

  .text-reveal-section .h3 {
    font-size: 16px; } }
@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 !important; }

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

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

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

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

.relative {
  position: relative; }

.overlay {
  position: relative; }
  .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    z-index: 0; }

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

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

*: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: "larken", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 300;
  line-height: 1.1;
  color: #000;
  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 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .widgettitle a {
    text-decoration: none; }

h1, .h1 {
  font-size: 33px; }

.scaled-heading {
  font-size: 10vw !important;
  line-height: 1; }

.scaled-heading span {
  display: inline-block;
  transform: translateY(15px) scale(0.95);
  opacity: 0;
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  display: block; }

.scaled-heading-simple {
  font-size: 10vw !important;
  line-height: 1; }

.background-image h1, .background-image h2, .background-image h3, .background-image h4, .background-image h5, .background-image p {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); }

/* When your on-screen script adds class */
.active-onscreen .scaled-heading span {
  transform: translateY(0) scale(1);
  opacity: 1; }

h2, .h2, .widgettitle {
  font-size: 33px;
  line-height: 1.2; }

h3, .h3 {
  font-size: 25px;
  line-height: 1.3; }

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

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

p {
  margin: 0; }

b, strong, .strong {
  font-weight: 600; }

.text-reveal-section .h3 {
  line-height: 1.8; }

.uppercase {
  text-transform: uppercase; }

.sub-title {
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

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

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

.header {
  transition: 3s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: block;
  opacity: 0;
  pointer-events: none; }
  .header.loaded {
    opacity: 1; }

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

#inner-header {
  padding-top: 0;
  padding-bottom: 0px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  #inner-header .header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    pointer-events: all; }
    #inner-header .header-right .nav-icon {
      width: 40px;
      height: 40px;
      padding: 0px; }
      #inner-header .header-right .nav-icon svg {
        width: auto;
        height: 14px;
        display: block;
        transform: translateY(0px); }

.header-logo {
  position: relative;
  pointer-events: all;
  display: block; }
  .header-logo img {
    display: block;
    width: 60px;
    height: auto;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px) brightness(1.15); }
  .header-logo .logo-light {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .header-logo:hover img {
    background: #fff; }

.header.light .header-logo .logo-light, body .header.nav-active .header-logo .logo-light {
  opacity: 1; }
.header.light .header-logo .logo-dark, body .header.nav-active .header-logo .logo-dark {
  opacity: 0; }
.header.light .header-logo:hover img, body .header.nav-active .header-logo:hover img {
  background: #09223D; }
.header.light .button, body .header.nav-active .button {
  color: #fff;
  background: rgba(255, 255, 255, 0.15); }
  .header.light .button path, body .header.nav-active .button path {
    fill: #fff; }
  .header.light .button:hover, body .header.nav-active .button:hover {
    background: #fff;
    color: #09223D; }
    .header.light .button:hover path, body .header.nav-active .button:hover path {
      fill: #09223D; }

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

/*********************
NAVIGATION STYLES
*********************/
.nav-wrap .nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav-wrap .nav li + li::before {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    pointer-events: none;
    transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transition-delay: 0.5s; }
  .nav-wrap .nav li + li::after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg) scale(0.25);
    background: #fff;
    pointer-events: none;
    transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transition-delay: 0.5s; }
  .nav-wrap .nav li {
    margin: 0;
    position: relative;
    text-align: center;
    width: auto;
    /*
    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;
      text-decoration: none;
      padding: 15px 0px;
      font-size: 30px;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase;
      font-family: "larken", "Georgia", Cambria, Times New Roman, Times, serif;
      transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
      /*
      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: #FF4CA3; }
    .nav-wrap .nav li .navarrow {
      position: absolute;
      top: 1px;
      right: 0px;
      color: #fff;
      font-size: 36px;
      padding: 10px;
      cursor: pointer;
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-90deg);
      width: 45px;
      height: 45px;
      overflow: visible; }
      .nav-wrap .nav li .navarrow polyline {
        fill: none;
        stroke: #fff;
        stroke-width: 14px; }
      .nav-wrap .nav li .navarrow.active {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(90deg); }
      .nav-wrap .nav li .navarrow:hover polyline {
        stroke: #FF4CA3; }
    .nav-wrap .nav li ul.sub-menu,
    .nav-wrap .nav li ul.children {
      margin: 0;
      padding: 0 0 20px 0;
      display: block;
      /* highlight current page */
      /* end current highlighters */ }
      .nav-wrap .nav li ul.sub-menu li:before, .nav-wrap .nav li ul.sub-menu li:after,
      .nav-wrap .nav li ul.children li:before,
      .nav-wrap .nav li ul.children li:after {
        display: none; }
      .nav-wrap .nav li ul.sub-menu li a,
      .nav-wrap .nav li ul.children li a {
        color: #fff;
        text-transform: none;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px; }
        .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: #FF4CA3; }
      .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;
        display: none;
        /* 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: #fff;
          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: #FF4CA3; }
        .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: #FF4CA3; }
      .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: #FF4CA3; }
  .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: #FF4CA3; }

/* end .nav */
.nav-wrap .top-nav li {
  transform: translateY(15px) scale(0.95);
  opacity: 0;
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  transition-delay: 0.5s; }

.nav-wrap.active .top-nav li {
  transform: translateY(0) scale(1);
  opacity: 1; }

.nav-wrap.active .top-nav li {
  transition-delay: calc(var(--i) * 0.2s); }

.nav-wrap.active li + li::before {
  width: 100px;
  opacity: 1;
  transition-delay: 1.8s; }

.nav-wrap.active li + li::after {
  transform: translateX(-50%) rotate(-45deg) scale(1);
  opacity: 1;
  transition-delay: 1.6s; }

/*********************
POSTS & CONTENT STYLES
*********************/
.background-white {
  background: #fff; }

.background-black {
  background: #000; }

.background-blue, .background-image, .background-blue-sep {
  background: #09223D; }

.background-light-gray {
  background: #f9f9f9; }

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

.border-section {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff; }
  .border-section + .border-section {
    border-top: 0px solid #fff !important; }

.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 {
    color: #fff; }
  .light-content a {
    color: #fff; }
    .light-content a:hover {
      color: #FF4CA3; }
  .light-content .link svg path {
    fill: #fff; }
  .light-content .link:hover svg path {
    fill: #FF4CA3; }

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

img {
  max-width: 100%;
  height: auto; }

hr {
  margin: 25px 0;
  display: inline-block;
  width: 100px;
  position: relative;
  background: none;
  border: none;
  overflow: visible; }

hr::before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  pointer-events: none;
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  transition-delay: 0.5s; }

hr::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg) scale(1);
  background: #000;
  pointer-events: none;
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  transition-delay: 0.5s; }

.light-content hr:after, .light-content hr:before {
  background: #fff; }

.pink {
  color: #FF4CA3; }

a.pink {
  color: #FF4CA3; }
  a.pink:hover {
    color: #09223D; }

.light-content a.pink {
  color: #FF4CA3; }
  .light-content a.pink:hover {
    color: #fff; }

.full-height {
  min-height: 100vh; }

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

.bg-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.bg-video__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0) 70%); }

.media-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20%;
  overflow: hidden;
  pointer-events: none;
  backface-visibility: hidden; }
  .media-circle video, .media-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0); }

.media-circle + .media-circle {
  top: auto;
  right: auto;
  bottom: 40px;
  left: 10%; }

.media-circle + .media-circle + .media-circle {
  top: auto;
  bottom: 50px;
  left: auto;
  right: 10%; }

.media-circle + .media-circle + .media-circle + .media-circle {
  top: 20px;
  right: auto;
  left: 10%; }

.media-circle {
  overflow: hidden;
  will-change: transform;
  transform: translate3d(var(--x, 0px), var(--y, 0px), 0); }

.text-reveal-section .entry-content strong {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 300;
  padding: 0.08em 0.2em 0.34em 0.2em;
  background-image: linear-gradient(#FF4CA3, #FF4CA3);
  background-repeat: no-repeat;
  background-position: left 0.1em;
  background-size: 0% calc(100% - 0.2em);
  /* IMPORTANT: split transition props (prevents shorthand overrides) */
  transition-property: background-size;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
  /* JS will overwrite per strong */ }

.text-reveal-section.active-onscreen .entry-content strong {
  background-size: 100% calc(100% - 0.2em); }

.logo-ticker {
  overflow: hidden; }

.logo-ticker__viewport {
  overflow: hidden;
  width: 100%;
  height: 40px;
  contain: layout paint; }

.logo-ticker__track {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  flex-wrap: nowrap;
  backface-visibility: hidden;
  will-change: transform;
  transform: translate3d(0, 0, 0); }

.logo-ticker__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto; }

.logo-ticker__img {
  height: 40px;
  width: auto;
  max-width: 80px;
  display: block;
  object-fit: contain; }

@media (min-width: 768px) {
  .logo-ticker__viewport {
    height: 70px; }

  .logo-ticker__track {
    gap: 80px; }

  .logo-ticker__img {
    height: 70px;
    max-width: 150px; } }
@media (prefers-reduced-motion: reduce) {
  .logo-ticker__track {
    transform: none !important; } }
.tile {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 400px;
  text-align: center;
  background: #09223D; }
  .tile:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0) 100%);
    transform: scale(1.1);
    display: block;
    z-index: 1;
    pointer-events: none; }

.tile-image {
  position: absolute;
  inset: 0;
  z-index: 0; }

.tile-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 25px 45px 25px;
  z-index: 3; }
  .tile-content .tile-more p {
    text-wrap: balance; }
  .tile-content .tile-more hr {
    margin-top: 20px;
    margin-bottom: 20px; }

.tile-heading {
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; }
  .tile-heading:hover {
    color: #FF4CA3; }

.box-image-wrap {
  position: relative;
  overflow: hidden; }

.box-image {
  display: block;
  width: 100%;
  height: 350px;
  transition: transform 6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform; }

.tns-slide-active .box-image-wrap .box-image {
  transform: scale(1.3);
  transition-delay: 1s; }

.slider-progress {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center; }

.slider-progress button {
  flex: 1;
  height: 10px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  cursor: pointer;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .slider-progress button:hover {
    background: #FF4CA3; }

.slider-progress button span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: white; }

.slider-progress button.is-active span {
  animation: progFill var(--prog-ms, 6000ms) linear forwards; }

@keyframes progFill {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }
.slider-progress button.is-solid span {
  animation: none !important;
  transform: scaleX(1); }

.bottom-title {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.grid-wrap {
  /* Mobile */
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px; }
  .grid-wrap .grid-item {
    min-width: 0; }
  .grid-wrap .tile {
    display: block;
    min-height: 340px;
    height: auto;
    text-align: left !important; }
    .grid-wrap .tile .tile-content {
      padding-bottom: 25px; }
      .grid-wrap .tile .tile-content .tile-more svg path {
        transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
      .grid-wrap .tile .tile-content .tile-more p strong {
        font-weight: 400; }
    .grid-wrap .tile svg {
      cursor: pointer; }
    .grid-wrap .tile .tile-more svg:hover path {
      fill: #FF4CA3; }

.single-title,
.page-title,
.entry-title,
.wp-block-heading {
  margin: 0 0 20px 0;
  text-transform: uppercase; }

/* 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: #707070;
  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 .button {
    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 {
      font-weight: 700; }
  .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: #707070;
      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: #E6E9EC;
      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 20px;
    border-left: 3px solid #000;
    color: #09223D; }
  .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: #f9f9f9;
    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: 1em;
    font-weight: 700;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #000; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      color: #FF4CA3; }
  .pagination .current {
    cursor: default;
    color: #FF4CA3; }
    .pagination .current:hover, .pagination .current:focus {
      color: #FF4CA3; }

/* 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-logo img {
  width: 80px; }

.social {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center; }
  .social a {
    line-height: 0; }
    .social a .circle {
      transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
    .social a:hover .circle {
      fill: #FF4CA3; }

.footer {
  font-size: 12px; }
  .footer ul {
    margin: 0; }
    .footer ul li {
      display: inline-block;
      margin-right: 12px; }
      .footer ul li a {
        color: #fff;
        font-weight: 600;
        text-align: center; }
        .footer ul li a:hover {
          color: #FF4CA3; }
      .footer ul li:last-of-type {
        margin-right: 0px; }

/* end .footer-links */
.copyright a {
  font-weight: 600; }

.anim-right {
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translate(-15px, 0) scale(0.9); }

.anim-left {
  opacity: 0;
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translate(15px, 0) scale(0.9); }

.anim-down {
  opacity: 0;
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translate(0, -15px) scale(0.9); }

.anim-up {
  opacity: 0;
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translate(0, 15px) scale(0.9); }

.anim-fade {
  opacity: 0;
  transition: 3s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translate(0, 0px) scale(0.95); }

.delay-0 {
  transition-delay: 0s !important; }

.delay-1 {
  transition-delay: 0.2s !important; }

.delay-2 {
  transition-delay: 0.4s !important; }

.delay-3 {
  transition-delay: 0.6s !important; }

.delay-4 {
  transition-delay: 0.8s !important; }

.delay-5 {
  transition-delay: 1s !important; }

.delay-6 {
  transition-delay: 1.2s !important; }

.delay-7 {
  transition-delay: 1.4s !important; }

.delay-8 {
  transition-delay: 1.6s !important; }

.delay-9 {
  transition-delay: 1.8s !important; }

.delay-10 {
  transition-delay: 2s !important; }

.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.active-onscreen .anim-left,
.anim-single.active-onscreen .anim-right,
.anim-single.active-onscreen .anim-up,
.anim-single.active-onscreen .anim-down,
.anim-single.active-onscreen .anim-fade {
  transform: translate(0, 0);
  opacity: 1; }
.anim-single.active-onscreen.anim-left, .anim-single.active-onscreen.anim-right, .anim-single.active-onscreen.anim-up, .anim-single.active-onscreen.anim-down, .anim-single.active-onscreen.anim-fade {
  transform: translate(0, 0);
  opacity: 1; }

.anim-section hr::before {
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  width: 0px;
  opacity: 0; }

.anim-section hr::after {
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(-50%) rotate(-45deg) scale(0.25);
  opacity: 0; }

.active-onscreen hr::before {
  width: 100px;
  opacity: 1;
  transition-delay: 1s; }

.active-onscreen hr::after {
  transform: translateX(-50%) rotate(-45deg) scale(1);
  opacity: 1;
  transition-delay: 0.8s; }

.text-reveal-section.active-onscreen hr:before {
  transition-delay: 1.8s; }
.text-reveal-section.active-onscreen hr:after {
  transition-delay: 1.6s; }

.anim-single hr::before {
  width: 0px;
  opacity: 0; }
.anim-single hr::after {
  transform: translateX(-50%) rotate(-45deg) scale(0.25);
  opacity: 0; }
.anim-single.active-onscreen hr::before {
  width: 100px;
  opacity: 1;
  transition-delay: 1.2s; }
.anim-single.active-onscreen hr::after {
  transform: translateX(-50%) rotate(-45deg) scale(1);
  opacity: 1;
  transition-delay: 1s; }

/*********************
TNS STYLES
*********************/
.tns-nav {
  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: 1px solid #fff;
  text-decoration: none;
  background: 0 0;
  background: #09223D;
  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: #FF4CA3;
  border-color: #fff; }

.tns-nav button.tns-nav-active {
  background: #FF4CA3;
  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
  *********************/
  body {
    font-size: 15px; }

  /*********************
  HEADER STYLES
  *********************/
  .header-left {
    display: flex;
    align-items: center;
    gap: 25px; }
    .header-left .tagline {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

  .scroll-active .header-left .tagline {
    opacity: 0; }

  #inner-header .header-right {
    gap: 15px; }

  .nav-wrap {
    padding-top: 80px; }

  .nav-wrap .nav li a {
    font-size: 40px; }

  /*********************
  CONTENT STYLES
  *********************/
  h1, .h1 {
    font-size: 40px; }

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

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

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

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

  .scaled-heading, .scaled-heading-simple {
    font-size: 9vw !important; }

  /*********************
  CONTENT
  *********************/
  .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; }

  hr, .active-onscreen hr::before, hr::before, .nav-wrap.active li + li::before, .anim-single.active-onscreen hr::before {
    width: 120px; }

  .media-circle {
    width: 96px;
    height: 96px;
    right: 25%; }

  .tile {
    min-height: 450px; }

  .border-section {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff; }

  .overlay-left:before {
    background: linear-gradient(90deg, #010101 0%, rgba(1, 1, 1, 0) 75%); }

  .box-wrap {
    display: flex; }
    .box-wrap .box {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%; }
      .box-wrap .box .box-image {
        height: 100%; }

  .slider-controls-right {
    position: relative; }
    .slider-controls-right .slider-progress {
      position: absolute;
      bottom: 0;
      left: 50%;
      left: calc(50% + 5px);
      width: 50%;
      width: calc(50% - 5px);
      gap: 10px; }
    .slider-controls-right .same-h article {
      padding-bottom: 10px; }

  .box {
    border-right: 5px solid #fff; }

  .box + .box {
    border-right: none;
    border-left: 5px solid #fff; }

  .bottom-title {
    font-size: 15px; }

  .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    /* fixed row height */
    grid-auto-rows: 360px;
    /* IMPORTANT */
    grid-auto-flow: row;
    /* ===== Block positioning (repeat every 10) =====
       We pin rows 1–6 within each 10-item “block” by using
       explicit grid-row start lines. This prevents ANY holes.
    */
    /* 1 */
    /* 2 */
    /* 3 (tall) */
    /* 4 */
    /* 5 */
    /* 6 (tall) */
    /* 7 */
    /* 8 */
    /* 9 */
    /* 10 */ }
    .grid-wrap .tile {
      min-height: 0 !important;
      height: 100% !important; }
    .grid-wrap .grid-item:nth-child(10n + 1) {
      grid-column: 1;
      grid-row: 1; }
    .grid-wrap .grid-item:nth-child(10n + 2) {
      grid-column: 1;
      grid-row: 2; }
    .grid-wrap .grid-item:nth-child(10n + 3) {
      grid-column: 2;
      grid-row: 1 / span 2; }
    .grid-wrap .grid-item:nth-child(10n + 4) {
      grid-column: 1;
      grid-row: 3; }
    .grid-wrap .grid-item:nth-child(10n + 5) {
      grid-column: 2;
      grid-row: 3; }
    .grid-wrap .grid-item:nth-child(10n + 6) {
      grid-column: 1;
      grid-row: 4 / span 2; }
    .grid-wrap .grid-item:nth-child(10n + 7) {
      grid-column: 2;
      grid-row: 4; }
    .grid-wrap .grid-item:nth-child(10n + 8) {
      grid-column: 2;
      grid-row: 5; }
    .grid-wrap .grid-item:nth-child(10n + 9) {
      grid-column: 1;
      grid-row: 6; }
    .grid-wrap .grid-item:nth-child(10n + 10) {
      grid-column: 2;
      grid-row: 6; }

  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 15px !important;
    grid-column-gap: 15px !important; }

  /*********************
  FOOTER STYLES
  *********************/
  .order-1 {
    order: 1; }

  .order-2 {
    order: 2; }

  .order-3 {
    order: 3; }

  .footer-flex-wrap .order-1 {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px; }
  .footer-flex-wrap .order-3 {
    text-align: right; } }
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  body {
    font-size: 16px; }

  #inner-header {
    height: 150px; }

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

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

  .header-left .tagline {
    font-size: 14px; }

  .header-left {
    gap: 30px; }

  h1, .h1 {
    font-size: 50px; }

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

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

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

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

  .scaled-heading, .scaled-heading-simple {
    font-size: 8.5vw !important; }

  hr {
    margin: 30px 0; }

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

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

  .margin-top-small {
    margin-top: 20px !important; }

  .margin-bottom-small {
    margin-bottom: 20px !important; }

  .wrap {
    padding: 80px 50px; }

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

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

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

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

  .bg-video__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 80%); }

  .media-circle {
    width: 126px;
    height: 126px; }

  .border-section {
    border-top: 16px solid #fff;
    border-bottom: 16px solid #fff; }

  .slider-controls-right .slider-progress {
    left: calc(50% + 8px);
    width: calc(50% - 8px);
    gap: 10px; }
  .slider-controls-right .same-h article {
    padding-bottom: 16px; }

  .slider-progress button {
    height: 16px; }

  .box {
    border-right: 8px solid #fff; }

  .box + .box {
    border-right: none;
    border-left: 8px solid #fff; }

  .box.wrap article {
    max-width: 640px; }

  .bottom-title {
    font-size: 16px; }

  .grid-wrap {
    gap: 32px;
    grid-auto-rows: 360px;
    /* tile already fills because height: 100% above */ }

  .grid-wrap .tile .tile-content .tile-heading {
    font-size: 20px; }

  .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-transform: uppercase !important; }

  .social {
    gap: 9px; }

  .footer {
    font-size: 14px; }

  .footer-logo img {
    width: 100px; } }
@media only screen and (min-width: 1240px) {
  body {
    font-size: 17px; }

  .wrap {
    padding: 100px 70px; }

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

  .wrap-medium-desktop {
    padding-top: 140px;
    padding-bottom: 140px; }

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

  .media-circle {
    top: 30px;
    right: 30%; }

  .media-circle + .media-circle {
    left: 15%;
    bottom: 50px; }

  .media-circle + .media-circle + .media-circle + .media-circle {
    top: 50px; }

  .tile {
    overflow: hidden; }

  .tile-content {
    transform: translateY(var(--tile-shift, 0px));
    transition: transform 750ms cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform;
    padding: 25px 5% 45px 5%; }
    .tile-content hr::before {
      width: 0px !important;
      opacity: 0 !important;
      transition-delay: 0s !important; }
    .tile-content hr::after {
      transform: translateX(-50%) rotate(-45deg) scale(0.25) !important;
      opacity: 0 !important;
      transition-delay: 0.2s !important; }

  .tile-more {
    transition: opacity 750ms cubic-bezier(0.2, 0.8, 0.2, 1);
    opacity: 0;
    transform: none;
    will-change: opacity; }

  .tile:hover .tile-content,
  .tile:focus-visible .tile-content {
    transform: translateY(0); }
    .tile:hover .tile-content .tile-more,
    .tile:focus-visible .tile-content .tile-more {
      opacity: 1;
      transform: none; }
    .tile:hover .tile-content hr::before,
    .tile:focus-visible .tile-content hr::before {
      width: 100px !important;
      opacity: 1 !important;
      transition-delay: 0.6s !important; }
    .tile:hover .tile-content hr::after,
    .tile:focus-visible .tile-content hr::after {
      transform: translateX(-50%) rotate(-45deg) scale(1) !important;
      opacity: 1 !important;
      transition-delay: 0.4s !important; }

  .grid-wrap .tile:hover .tile-content hr::before, .grid-wrap .tile:focus-visible .tile-content hr::before {
    width: 120px !important; }

  .tile-heading {
    font-size: 1.5vw; }

  .tile-more {
    font-size: 1vw; }

  .tile-image {
    transition: transform 3.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform; }

  .tile:hover .tile-image {
    transform: scale(1.15); }

  .grid-wrap .tile .tile-content .tile-heading {
    font-size: 23px; }

  .grid-wrap .tile .tile-content .tile-more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .grid-wrap .tile .tile-content .tile-more hr {
      flex: 0 0 100%;
      width: auto;
      max-width: none;
      margin-bottom: 30px; }
      .grid-wrap .tile .tile-content .tile-more hr:before {
        left: 60px; }
      .grid-wrap .tile .tile-content .tile-more hr:after {
        left: 60px; }

  .grid-wrap .tile .tile-content {
    padding: 50px; }

  .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 20px !important; }

  .footer {
    font-size: 15px; } }
@media only screen and (min-width: 1240px) and (min-width: 1440px) {
  .nav-wrap .nav li a {
    font-size: 50px; }

  .capped-content-xl {
    max-width: 1400px; }

  .text-align-center .capped-content-xl {
    margin-left: auto;
    margin-right: auto; }

  .media-circle {
    width: 146px;
    height: 146px; }

  .tile {
    min-height: 500px; }

  .grid-wrap {
    grid-auto-rows: 400px; } }
@media only screen and (min-width: 1240px) and (min-width: 1580px) {
  .wrap {
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto; }

  .scaled-heading, .scaled-heading-simple {
    font-size: 140px !important; }

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

  .grid-wrap .tile .tile-content .tile-heading {
    font-size: 25px; } }
@media only screen and (min-width: 1240px) and (min-width: 1680px) {
  .tile-more {
    font-size: 16px; }

  .tile-heading {
    font-size: 25px; }

  .tile-content {
    padding-bottom: 55px; }

  .tile {
    min-height: 550px; } }
@media only screen and (min-width: 1240px) and (min-width: 1780px) {
  .tile {
    min-height: 600px; } }

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