@charset "UTF-8";
/*!
Theme Name: healthpartners
Theme URI: http://www.healthpartners.com
Author: Jake Hunter
Description: Custom theme for healthpartners.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: healthpartners
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"; }

.w-icon-file-upload-remove:before {
  content: "\e900"; }

.w-icon-file-upload-icon:before {
  content: "\e903"; }

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

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important; }

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal; }

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important; }

h1,
h2,
h3,
div.gb .wp-block-image p.wp-block-cover-text,
div.gb .wp-block-image ul li.wp-block-cover-text,
div.gb ul .wp-block-image li.wp-block-cover-text,
div.gb .wp-block-image ol li.wp-block-cover-text,
div.gb ol .wp-block-image li.wp-block-cover-text,
div.gb .wp-block-cover p.wp-block-cover-text,
div.gb .wp-block-cover ul li.wp-block-cover-text,
div.gb ul .wp-block-cover li.wp-block-cover-text,
div.gb .wp-block-cover ol li.wp-block-cover-text,
div.gb ol .wp-block-cover li.wp-block-cover-text,
div.gb .wp-block-gallery p.wp-block-cover-text,
div.gb .wp-block-gallery ul li.wp-block-cover-text,
div.gb ul .wp-block-gallery li.wp-block-cover-text,
div.gb .wp-block-gallery ol li.wp-block-cover-text,
div.gb ol .wp-block-gallery li.wp-block-cover-text,
div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px; }

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px; }

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px; }


h3,
div.gb .wp-block-image p.wp-block-cover-text,
div.gb .wp-block-image ul li.wp-block-cover-text,
div.gb ul .wp-block-image li.wp-block-cover-text,
div.gb .wp-block-image ol li.wp-block-cover-text,
div.gb ol .wp-block-image li.wp-block-cover-text,
div.gb .wp-block-cover p.wp-block-cover-text,
div.gb .wp-block-cover ul li.wp-block-cover-text,
div.gb ul .wp-block-cover li.wp-block-cover-text,
div.gb .wp-block-cover ol li.wp-block-cover-text,
div.gb ol .wp-block-cover li.wp-block-cover-text,
div.gb .wp-block-gallery p.wp-block-cover-text,
div.gb .wp-block-gallery ul li.wp-block-cover-text,
div.gb ul .wp-block-gallery li.wp-block-cover-text,
div.gb .wp-block-gallery ol li.wp-block-cover-text,
div.gb ol .wp-block-gallery li.wp-block-cover-text,
div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

p, div.gb ul li, div.gb ol li, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0;
  margin-bottom: 10px; }

figcaption {
  margin-top: 5px;
  text-align: center; }

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999; }

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1; }

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999; }

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999; }

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  background-color: #f3f3f3; }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-radio:after {
  clear: both; }

.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-file-upload {
  display: block;
  margin-bottom: 10px; }

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100; }

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333; }

.w-file-upload-error {
  display: block;
  margin-top: 10px; }

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none; }

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block; }

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer; }

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px; }

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0; }

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px; }

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px; }

.w-icon-file-upload-uploading {
  height: 20px; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: none !important; }
  .w-col-medium-1 {
    width: 8.33333333%; }
  .w-col-medium-2 {
    width: 16.66666667%; }
  .w-col-medium-3 {
    width: 25%; }
  .w-col-medium-4 {
    width: 33.33333333%; }
  .w-col-medium-5 {
    width: 41.66666667%; }
  .w-col-medium-6 {
    width: 50%; }
  .w-col-medium-7 {
    width: 58.33333333%; }
  .w-col-medium-8 {
    width: 66.66666667%; }
  .w-col-medium-9 {
    width: 75%; }
  .w-col-medium-10 {
    width: 83.33333333%; }
  .w-col-medium-11 {
    width: 91.66666667%; }
  .w-col-medium-12 {
    width: 100%; }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: none !important; }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }
  .w-col {
    width: 100%;
    left: auto;
    right: auto; }
  .w-col-small-1 {
    width: 8.33333333%; }
  .w-col-small-2 {
    width: 16.66666667%; }
  .w-col-small-3 {
    width: 25%; }
  .w-col-small-4 {
    width: 33.33333333%; }
  .w-col-small-5 {
    width: 41.66666667%; }
  .w-col-small-6 {
    width: 50%; }
  .w-col-small-7 {
    width: 58.33333333%; }
  .w-col-small-8 {
    width: 66.66666667%; }
  .w-col-small-9 {
    width: 75%; }
  .w-col-small-10 {
    width: 83.33333333%; }
  .w-col-small-11 {
    width: 91.66666667%; }
  .w-col-small-12 {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: inherit !important; }
  .w-hidden-tiny {
    display: none !important; }
  .w-col {
    width: 100%; }
  .w-col-tiny-1 {
    width: 8.33333333%; }
  .w-col-tiny-2 {
    width: 16.66666667%; }
  .w-col-tiny-3 {
    width: 25%; }
  .w-col-tiny-4 {
    width: 33.33333333%; }
  .w-col-tiny-5 {
    width: 41.66666667%; }
  .w-col-tiny-6 {
    width: 50%; }
  .w-col-tiny-7 {
    width: 58.33333333%; }
  .w-col-tiny-8 {
    width: 66.66666667%; }
  .w-col-tiny-9 {
    width: 75%; }
  .w-col-tiny-10 {
    width: 83.33333333%; }
  .w-col-tiny-11 {
    width: 91.66666667%; }
  .w-col-tiny-12 {
    width: 100%; } }

.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  text-align: center; }

.w-widget-map .gm-style-iw > button {
  display: none !important; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-widget-gplus {
  overflow: hidden; }

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white; }

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100; }

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222; }

.w-dropdown-link.w--current {
  color: #0082f3; }

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block; }

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block; }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static; } }

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block; }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static; }
  .w-nav-brand {
    padding-left: 10px; } }

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block; }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static; } }

/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.w-lightbox-active {
  opacity: .3; }

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear; }

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5; }
  .w-lightbox-close {
    opacity: .8; }
  .w-lightbox-control:hover {
    opacity: 1; } }

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-richtext:after {
  clear: both; }

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial; }

.w-richtext ol,
.w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.w-richtext figure {
  position: relative;
  max-width: 60%; }

.w-richtext figure > div:before {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6; }

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent; }

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom; }

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both; }

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none; }

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000; }

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333; }

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  position: relative;
  float: right; }

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%; }

.w-nav-overlay .w--nav-menu-open {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0; }

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button {
  display: block; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }
  .w-nav-brand {
    padding-left: 10px; } }

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }

.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd; }

.w-tab-link.w--current {
  background-color: #C8C8C8; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }

.w-ix-emptyfix:after {
  content: ""; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd; }

.w-dyn-bind-empty {
  display: none !important; }

.w-condition-invisible {
  display: none !important; }

div.cookie-consent {
  background: rgba(0, 0, 0, 0.75);
  min-height: 70px;
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-transform: translate3d(0, 10px, 0px);
  -webkit-transform: translate3d(0, 10px, 0px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate3d(0, 10px, 0px);
  transition: all 1000ms;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -ms-transition: all 1000ms;
  -o-transition: all 1000ms; }
  div.cookie-consent span, div.cookie-consent a {
    font-size: 11px;
    color: #fff; }
  div.cookie-consent a.cookie-help {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    color: #f39d1f;
    letter-spacing: 1px; }
  div.cookie-consent a.cookie-btn {
    border: 1px solid rgba(255, 255, 255, 0.75);
    display: inline-block;
    padding: 1px 12px;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold; }
  div.cookie-consent.active {
    visibility: visible;
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0px);
    -webkit-transform: translate3d(0, 0, 0px);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate3d(0, 0, 0px); }
  @media (max-width: 500px) {
    div.cookie-consent a.cookie-btn {
      display: block;
      text-align: center;
      padding: 5px;
      margin: 5px 0 0; } }

div.iframe-frame {
  width: 100%; }
  div.iframe-frame div.video {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; }
    div.iframe-frame div.video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; }
    div.iframe-frame div.video.desktop-iframe {
      display: block; }
      @media (max-width: 1100px) {
        div.iframe-frame div.video.desktop-iframe {
          display: none; } }
    div.iframe-frame div.video.mobile-iframe {
      display: none;
      background: #e4e4e4; }
      div.iframe-frame div.video.mobile-iframe div.mobile-iframe-img {
        /*background-image: url('./assets/img/play.png');*/
        /*background-position: center;*/
        /*background-repeat: no-repeat;*/
        -webkit-background-size: 60px;
        background-size: 60px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer; }
      @media (max-width: 1100px) {
        div.iframe-frame div.video.mobile-iframe {
          display: block; } }

div.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  z-index: 10; }
  div.modal div.modal-background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    background-color: rgba(10, 10, 10, 0.86); }
  div.modal div.modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    background: #fff;
    margin: 0 auto;
    width: 80%;
    max-height: 80vh;
    padding: 40px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    -webkit-transition-delay: .75s;
    transition-delay: .75s;
    overflow-y: scroll;
    z-index: 20; }
    @media (max-width: 769px) {
      div.modal div.modal-content {
        width: 100%; } }
  div.modal.active {
    visibility: visible;
    opacity: 1; }
    div.modal.active div.modal-background,
    div.modal.active div.modal-content {
      opacity: 1; }

body.modal-active {
  height: 100vh;
  overflow: hidden; }

div.res-image {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms; }
  div.res-image.ready {
    opacity: 1; }
  div.res-image.state-1 {
    display: block; }
  div.res-image.state-2 {
    display: none; }

div.share-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  div.share-icons .share-a {
    color: #0477bd; }
  div.share-icons img.share-a-img {
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
    opacity: 0.33;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
    div.share-icons img.share-a-img:hover {
      opacity: 0.66; }
    div.share-icons img.share-a-img:last-of-type {
      margin-right: 0px; }
  div.share-icons div.tooltip {
    position: relative;
    display: inline-block; }
    div.share-icons div.tooltip span.tooltip-text {
      visibility: hidden;
      width: 140px;
      background-color: #555;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      bottom: 150%;
      left: 50%;
      margin-left: -65px;
      opacity: 0;
      transition: opacity 0.3s; }
      div.share-icons div.tooltip span.tooltip-text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent; }
    div.share-icons div.tooltip:hover span.tooltip-text {
      visibility: visible;
      opacity: 1; }

section.slider {
  text-align: center;
  position: relative;
  margin: 0;
  width: 100%; }
  section.slider div.slider-items div.slider-item {
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 300px; }
  @media (max-width: 500px) {
    section.slider div.slider-items {
      width: 100%; }
      section.slider div.slider-items div.slider-item {
        padding: 0 20px; } }
  section.slider div.slick-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 70px;
    z-index: 3;
    border: none;
    border-radius: 0;
    color: transparent;
    opacity: 1;
    cursor: pointer; }
    section.slider div.slick-arrow:after {
      transition: all 1000ms;
      -webkit-transition: all 1000ms;
      -moz-transition: all 1000ms;
      -ms-transition: all 1000ms;
      -o-transition: all 1000ms; }
    section.slider div.slick-arrow.slick-prev {
      left: 0; }
      section.slider div.slick-arrow.slick-prev:after {
        content: '';
        border: solid;
        border-color: #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 6px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        position: absolute;
        top: -webkit-calc(50% + -3px);
        top: calc(50% + -3px);
        left: -webkit-calc(50% + -3px);
        left: calc(50% + -3px); }
    section.slider div.slick-arrow.slick-next {
      right: 0; }
      section.slider div.slick-arrow.slick-next:after {
        content: '';
        border: solid;
        border-color: #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 6px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        top: -webkit-calc(50% + -3px);
        top: calc(50% + -3px);
        left: -webkit-calc(50% + -3px);
        left: calc(50% + -3px); }
    section.slider div.slick-arrow:hover:after {
      border-color: #202656; }
    section.slider div.slick-arrow:focus {
      outline: none !important; }

div.video-frame {
  position: absolute;
  height: 65vh;
  width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 0; }
  div.video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: 0;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s; }
    div.video-frame video.ready {
      opacity: 1; }
    div.video-frame video img.video-header-img {
      width: 100%; }
  @media (max-width: 1100px) {
    div.video-frame {
      display: none; } }

.block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 800px) {
    .block > div.block-50, .block > div.block-33 {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      max-width: unset; } }

.block.center-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.block.center-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.block.center-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.block.top-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.block.top-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.block.top-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.block.bottom-left {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.block.bottom-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.block.bottom-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.block.stretch-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.block.stretch-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.block.stretch-around {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around; }

.block.mod-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.block.mod-column.start-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.block.space-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.block.space-left.mod-column {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.block.mod-grid {
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (max-width: 950px) {
    .block.mod-grid {
      display: block;
      margin: 0; } }

.block-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%; }

.block-25 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }
  .block-25.mod-figure {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 33%; }
    @media (max-width: 1200px) {
      .block-25.mod-figure {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        max-width: 100%;
        padding: 25px 50px; } }
    @media (max-width: 1000px) {
      .block-25.mod-figure {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        max-width: 100%;
        padding: 25px 50px; } }
    @media (max-width: 500px) {
      .block-25.mod-figure {
        padding: 15px 0; } }

.block-33 {
  max-width: 34%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33%;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%; }

.block-33.mod-grid {
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  @media (max-width: 950px) {
    .block-33.mod-grid {
      padding: 0 0 25px;
      width: 100%;
      max-width: 100%; } }

.block-40 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%; }

.block-50 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  order: 1; }
  .block-50.mod-order {
    order: 0; }

.block-60 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%; }

.block-66 {
  max-width: 67%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 66%;
  -ms-flex: 1 0 66%;
  flex: 1 0 66%; }

.block-75 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

.block-80 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%; }

.block-100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.block.fc-text .line.mod-gold.mod-about {
  width: 230px;
  margin-top: -38px;
  display: none; }
  @media (max-width: 500px) {
    .block.fc-text .line.mod-gold.mod-about {
      display: none !important; } }

.block.fc-text p:last-of-type, .block.fc-text div.gb ul li:last-of-type, div.gb ul .block.fc-text li:last-of-type, .block.fc-text div.gb ol li:last-of-type, div.gb ol .block.fc-text li:last-of-type, .block.fc-text div.gb .wp-block-gallery .blocks-gallery-item figure figcaption:last-of-type, div.gb .wp-block-gallery .blocks-gallery-item figure .block.fc-text figcaption:last-of-type {
  margin-bottom: 0; }

.block.fc-text + .block.fc-text .line.mod-gold.mod-about {
  display: block; }

.block.mod-team {
  margin-bottom: 35px;
  padding-right: 10%;
  padding-left: 10%; }
  .block.mod-team div.block-75 {
    flex-grow: 1; }
  @media (max-width: 1050px) {
    .block.mod-team {
      padding-left: 25px;
      padding-right: 25px; }
      .block.mod-team div.block-25 {
        -webkit-flex-basis: 33%;
        -moz-flex-basis: 33%;
        -ms-flex-basis: 33%;
        flex-basis: 33%;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0; }
      .block.mod-team div.block-75 {
        -webkit-flex-basis: 66%;
        -moz-flex-basis: 66%;
        -ms-flex-basis: 66%;
        flex-basis: 66%;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1; } }
  @media (max-width: 900px) {
    .block.mod-team div.block-25 {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
    .block.mod-team div.block-75 {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1; } }
  @media (max-width: 800px) {
    .block.mod-team {
      padding: 0; }
      .block.mod-team div.block-25 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0; }
      .block.mod-team div.block-75 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1; } }

div.gb h1, div.gb h2, div.gb h3, div.gb .wp-block-image p.wp-block-cover-text, div.gb .wp-block-image ul li.wp-block-cover-text, div.gb ul .wp-block-image li.wp-block-cover-text, div.gb .wp-block-image ol li.wp-block-cover-text, div.gb ol .wp-block-image li.wp-block-cover-text, div.gb .wp-block-cover p.wp-block-cover-text, div.gb .wp-block-cover ul li.wp-block-cover-text, div.gb ul .wp-block-cover li.wp-block-cover-text, div.gb .wp-block-cover ol li.wp-block-cover-text, div.gb ol .wp-block-cover li.wp-block-cover-text, div.gb .wp-block-gallery p.wp-block-cover-text, div.gb .wp-block-gallery ul li.wp-block-cover-text, div.gb ul .wp-block-gallery li.wp-block-cover-text, div.gb .wp-block-gallery ol li.wp-block-cover-text, div.gb ol .wp-block-gallery li.wp-block-cover-text, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text, div.gb h4, div.gb h5, div.gb h6 {
  margin: 2em 0 0.5em; }

div.gb h1 {
  font-size: 40px; }

div.gb h2 {
  font-size: 30px; }

div.gb h3, div.gb .wp-block-image p.wp-block-cover-text, div.gb .wp-block-image ul li.wp-block-cover-text, div.gb ul .wp-block-image li.wp-block-cover-text, div.gb .wp-block-image ol li.wp-block-cover-text, div.gb ol .wp-block-image li.wp-block-cover-text, div.gb .wp-block-cover p.wp-block-cover-text, div.gb .wp-block-cover ul li.wp-block-cover-text, div.gb ul .wp-block-cover li.wp-block-cover-text, div.gb .wp-block-cover ol li.wp-block-cover-text, div.gb ol .wp-block-cover li.wp-block-cover-text, div.gb .wp-block-gallery p.wp-block-cover-text, div.gb .wp-block-gallery ul li.wp-block-cover-text, div.gb ul .wp-block-gallery li.wp-block-cover-text, div.gb .wp-block-gallery ol li.wp-block-cover-text, div.gb ol .wp-block-gallery li.wp-block-cover-text, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text {
  font-size: 22px; }

div.gb h4 {
  font-size: 18px; }

div.gb h5 {
  font-size: 16px; }

div.gb h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .25; }

div.gb p, div.gb ul li, div.gb ol li, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 2em;
  line-height: 1.6em; }

div.gb ul, div.gb ol {
  padding: 0;
  margin: 2.5em 0; }
  div.gb ul li, div.gb ol li {
    margin: 1em 0 0 1.1em; }

div.gb ul li {
  list-style: disc; }

div.gb li > ul, div.gb li > ol {
  margin: 1em 0 0 1em; }

div.gb blockquote {
  margin: 2.5em 0;
  border-left: 4px solid #f39d1f;
  padding: 1.25em; }
  div.gb blockquote p, div.gb blockquote ul li, div.gb ul blockquote li, div.gb blockquote ol li, div.gb ol blockquote li, div.gb blockquote .wp-block-gallery .blocks-gallery-item figure figcaption, div.gb .wp-block-gallery .blocks-gallery-item figure blockquote figcaption {
    margin: 0;
    font-style: italic; }
  div.gb blockquote cite {
    margin-top: 0.75em;
    font-size: 0.75rem;
    font-weight: bold;
    display: block; }

div.gb table {
  width: 100%;
  margin: 2.5em 0; }
  div.gb table tr {
    border-bottom: 1px solid lightgrey; }
  div.gb table tr:first-of-type td {
    font-weight: bold; }
  div.gb table td {
    padding: 0.75em 0.75em 0.75em 0;
    font-weight: 300; }

div.gb .wp-block-button {
  margin: 2.5em 0;
  text-align: center; }

div.gb .wp-block-file {
  margin: 2.5em 0;
  text-align: center; }
  div.gb .wp-block-file a:first-of-type {
    display: block;
    margin-bottom: 2em; }

div.gb .wp-block-separator {
  margin: 60px auto;
  width: 80%;
  height: 2px;
  border: none;
  background: lightgrey; }

div.gb .wp-block-image {
  margin: 2.5em 0; }
  div.gb .wp-block-image img {
    display: block;
    margin: 0 auto; }
  div.gb .wp-block-image figcaption {
    margin-top: 1em;
    font-size: 0.75rem;
    text-align: center;
    color: inherit;
    opacity: .5; }

div.gb .wp-block-image, div.gb .wp-block-cover, div.gb .wp-block-gallery {
  margin: 2.5em 0;
  max-width: none !important; }
  div.gb .wp-block-image p.wp-block-cover-text, div.gb .wp-block-image ul li.wp-block-cover-text, div.gb ul .wp-block-image li.wp-block-cover-text, div.gb .wp-block-image ol li.wp-block-cover-text, div.gb ol .wp-block-image li.wp-block-cover-text, div.gb .wp-block-image .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text, div.gb .wp-block-gallery .blocks-gallery-item figure .wp-block-image figcaption.wp-block-cover-text, div.gb .wp-block-cover p.wp-block-cover-text, div.gb .wp-block-cover ul li.wp-block-cover-text, div.gb ul .wp-block-cover li.wp-block-cover-text, div.gb .wp-block-cover ol li.wp-block-cover-text, div.gb ol .wp-block-cover li.wp-block-cover-text, div.gb .wp-block-cover .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text, div.gb .wp-block-gallery .blocks-gallery-item figure .wp-block-cover figcaption.wp-block-cover-text, div.gb .wp-block-gallery p.wp-block-cover-text, div.gb .wp-block-gallery ul li.wp-block-cover-text, div.gb ul .wp-block-gallery li.wp-block-cover-text, div.gb .wp-block-gallery ol li.wp-block-cover-text, div.gb ol .wp-block-gallery li.wp-block-cover-text, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text {
    color: white;
    margin-bottom: 0; }

div.gb .wp-block-gallery .blocks-gallery-item figure {
  overflow: hidden;
  position: relative;
  max-width: none !important; }
  div.gb .wp-block-gallery .blocks-gallery-item figure figcaption {
    padding: 20px;
    margin: 0;
    background: rgba(0, 0, 0, 0.66);
    bottom: -25%;
    opacity: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out; }
  div.gb .wp-block-gallery .blocks-gallery-item figure:hover figcaption {
    bottom: 0;
    opacity: 1; }

div.gb .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0; }

div.gb .wp-block-columns .wp-block-column p, div.gb .wp-block-columns .wp-block-column ul li, div.gb ul .wp-block-columns .wp-block-column li, div.gb .wp-block-columns .wp-block-column ol li, div.gb ol .wp-block-columns .wp-block-column li, div.gb .wp-block-columns .wp-block-column .wp-block-gallery .blocks-gallery-item figure figcaption, div.gb .wp-block-gallery .blocks-gallery-item figure .wp-block-columns .wp-block-column figcaption, div.gb .wp-block-columns .wp-block-column h2, div.gb .wp-block-columns .wp-block-column h3, div.gb .wp-block-columns .wp-block-column .wp-block-image p.wp-block-cover-text, div.gb .wp-block-image .wp-block-columns .wp-block-column p.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column .wp-block-image ul li.wp-block-cover-text, div.gb .wp-block-image ul .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column ul .wp-block-image li.wp-block-cover-text, div.gb ul .wp-block-image .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column .wp-block-image ol li.wp-block-cover-text, div.gb .wp-block-image ol .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column ol .wp-block-image li.wp-block-cover-text, div.gb ol .wp-block-image .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column .wp-block-cover p.wp-block-cover-text, div.gb .wp-block-cover .wp-block-columns .wp-block-column p.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column .wp-block-cover ul li.wp-block-cover-text, div.gb .wp-block-cover ul .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column ul .wp-block-cover li.wp-block-cover-text, div.gb ul .wp-block-cover .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column .wp-block-cover ol li.wp-block-cover-text, div.gb .wp-block-cover ol .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column ol .wp-block-cover li.wp-block-cover-text, div.gb ol .wp-block-cover .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column .wp-block-gallery p.wp-block-cover-text, div.gb .wp-block-gallery .wp-block-columns .wp-block-column p.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column .wp-block-gallery ul li.wp-block-cover-text, div.gb .wp-block-gallery ul .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column ul .wp-block-gallery li.wp-block-cover-text, div.gb ul .wp-block-gallery .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column .wp-block-gallery ol li.wp-block-cover-text, div.gb .wp-block-gallery ol .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column ol .wp-block-gallery li.wp-block-cover-text, div.gb ol .wp-block-gallery .wp-block-columns .wp-block-column li.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text, div.gb .wp-block-gallery .blocks-gallery-item figure .wp-block-columns .wp-block-column figcaption.wp-block-cover-text, div.gb .wp-block-columns .wp-block-column h4, div.gb .wp-block-columns .wp-block-column h5, div.gb .wp-block-columns .wp-block-column h6 {
  margin-top: 0; }

@media (max-width: 800px) {
  div.gb .wp-block-text-columns, div.gb .wp-block-columns {
    display: block; }
    div.gb .wp-block-text-columns .wp-block-column, div.gb .wp-block-columns .wp-block-column {
      width: 100%;
      margin: 0; }
      div.gb .wp-block-text-columns .wp-block-column .wp-block-image, div.gb .wp-block-columns .wp-block-column .wp-block-image {
        margin: 20px 0; } }

div.gb .wp-block-audio, div.gb .wp-block-video, div.gb .wp-block-embed {
  width: auto;
  margin: 60px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  div.gb .wp-block-audio audio, div.gb .wp-block-video audio, div.gb .wp-block-embed audio {
    border: 1px solid #d5d5d5;
    border-radius: 50px; }
  div.gb .wp-block-audio video, div.gb .wp-block-video video, div.gb .wp-block-embed video {
    width: 100%; }
  @media (max-width: 800px) {
    div.gb .wp-block-audio, div.gb .wp-block-video, div.gb .wp-block-embed {
      width: 100%; } }

div.gb .wp-block-embed-twitter {
  width: 560px; }
  @media (max-width: 800px) {
    div.gb .wp-block-embed-twitter {
      width: 100%; }
      div.gb .wp-block-embed-twitter .wp-block-embed__wrapper {
        width: 100%; }
        div.gb .wp-block-embed-twitter .wp-block-embed__wrapper > * {
          width: 100% !important; } }

div.gb .wp-block-embed__wrapper {
  padding: 15px;
  background: #eee;
  border-radius: 3px; }
  @media (max-width: 600px) {
    div.gb .wp-block-embed__wrapper {
      width: 100%;
      padding: 0;
      background: none; }
      div.gb .wp-block-embed__wrapper iframe {
        width: 100%; } }

* {
  box-sizing: border-box; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #242424;
  font-size: 14px;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 400;
  text-align: left; }

main {
  padding-top: 67px; }

.fw {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }

.link-block {
  display: block;
  color: #333;
  text-decoration: none; }

.link-block:hover {
  text-decoration: underline; }

.mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%; }

.mask.mod-blue {
  background-color: rgba(84, 96, 199, 0.56); }

.mask.mod-gold {
  background-color: rgba(243, 157, 31, 0.75); }

.mask.mod-grey {
  background-color: rgba(0, 0, 0, 0.15); }

.mask.mod-blue.mod-noimg {
  background-color: #202656; }

.mask.mod-dropdown {
  position: fixed;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.2); }

.div {
  height: 0px; }

.div._40 {
  height: 40px; }

.section {
  position: relative;
  margin: 25px; }
  @media (max-width: 500px) {
    .section {
      margin: 15px; } }

.section.cta {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 700px) {
    .section.cta {
      margin: 50px 25px; }
      .section.cta div.block-50 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        max-width: 100%; } }

.section.mod-dropdown {
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px); }

.footer {
  padding: 50px 25px;
  background-color: #242424; }
  @media (max-width: 1100px) {
    .footer > div.block div.block-33 {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      max-width: 50%; } }
  @media (max-width: 600px) {
    .footer > div.block div.block-33 {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      max-width: 100%;
      margin-bottom: 50px; } }
  @media (max-width: 1100px) {
    .footer > div.block div.block-33:first-of-type {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      max-width: 100%;
      margin-bottom: 50px; } }

.landing-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 1050px) {
    .landing-footer {
      padding-right: 0; } }
  @media (max-width: 850px) {
    .landing-footer {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .landing-footer .contact {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        padding-top: 25px; } }
  @media (max-width: 650px) {
    .landing-footer .contact {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      padding-top: 25px; }
    .landing-footer .landing-footer-logos {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (max-width: 500px) {
    .landing-footer .contact {
      padding-top: 10px; } }

.landing-footer-logo {
  height: 70px;
  margin-right: 35px; }
  @media (max-width: 500px) {
    .landing-footer-logo {
      height: 50px;
      margin-right: 20px; } }

.landing-footer-logo.mod-tass-white {
  width: 80px;
  height: auto; }
  @media (max-width: 500px) {
    .landing-footer-logo.mod-tass-white {
      width: 60px; } }

.linebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .linebutton:hover .span.mod-landing {
    color: #f39d1f; }
  .linebutton:hover .line {
    width: 200px;
    height: 1px; }

.line {
  width: 100px;
  height: 1px;
  background-color: #fff;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition-delay: 0;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out; }
  @media (max-width: 500px) {
    .line {
      width: 60px; } }

.line.mod-gold {
  display: inline-block;
  background-color: #f39d1f; }

.card {
  height: 100%;
  padding: 35px; }
  @media (max-width: 500px) {
    .card {
      padding: 0; } }

.card.mod-white {
  background-color: #fff; }
  @media (max-width: 500px) {
    .card.mod-white {
      padding: 15px; } }

.card.mod-white.mod-multiple {
  margin-bottom: 35px; }

.card.mod-white.mod-multiple.mod-right {
  text-align: right; }

.card.mod-white.mod-team {
  margin-right: 15px;
  margin-left: 15px; }

.card.mod-black {
  background-color: #242424; }
  .card.mod-black h1, .card.mod-black h2, .card.mod-black h3, .card.mod-black div.gb .wp-block-image p.wp-block-cover-text, div.gb .wp-block-image .card.mod-black p.wp-block-cover-text, .card.mod-black div.gb .wp-block-image ul li.wp-block-cover-text, div.gb .wp-block-image ul .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb ul .wp-block-image li.wp-block-cover-text, div.gb ul .wp-block-image .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb .wp-block-image ol li.wp-block-cover-text, div.gb .wp-block-image ol .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb ol .wp-block-image li.wp-block-cover-text, div.gb ol .wp-block-image .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb .wp-block-cover p.wp-block-cover-text, div.gb .wp-block-cover .card.mod-black p.wp-block-cover-text, .card.mod-black div.gb .wp-block-cover ul li.wp-block-cover-text, div.gb .wp-block-cover ul .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb ul .wp-block-cover li.wp-block-cover-text, div.gb ul .wp-block-cover .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb .wp-block-cover ol li.wp-block-cover-text, div.gb .wp-block-cover ol .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb ol .wp-block-cover li.wp-block-cover-text, div.gb ol .wp-block-cover .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb .wp-block-gallery p.wp-block-cover-text, div.gb .wp-block-gallery .card.mod-black p.wp-block-cover-text, .card.mod-black div.gb .wp-block-gallery ul li.wp-block-cover-text, div.gb .wp-block-gallery ul .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb ul .wp-block-gallery li.wp-block-cover-text, div.gb ul .wp-block-gallery .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb .wp-block-gallery ol li.wp-block-cover-text, div.gb .wp-block-gallery ol .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb ol .wp-block-gallery li.wp-block-cover-text, div.gb ol .wp-block-gallery .card.mod-black li.wp-block-cover-text, .card.mod-black div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text, div.gb .wp-block-gallery .blocks-gallery-item figure .card.mod-black figcaption.wp-block-cover-text, .card.mod-black h4, .card.mod-black h5, .card.mod-black h6, .card.mod-black p, .card.mod-black div.gb ul li, div.gb ul .card.mod-black li, .card.mod-black div.gb ol li, div.gb ol .card.mod-black li, .card.mod-black div.gb .wp-block-gallery .blocks-gallery-item figure figcaption, div.gb .wp-block-gallery .blocks-gallery-item figure .card.mod-black figcaption, .card.mod-black a {
    color: #ffffff !important; }
  .card.mod-black a:not(.button) {
    text-decoration: underline; }
    .card.mod-black a:not(.button):hover {
      color: #f39d1f; }
  @media (max-width: 500px) {
    .card.mod-black {
      padding: 15px; } }

.bigimage {
  position: relative;
  height: 100%;
  padding-bottom: 80%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.bigimage.mod-cred {
  background-position: 50% 50%;
  background-size: contain; }

.bigimage.mod-team {
  height: 100%;
  min-height: 350px; }

.grey {
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f3; }

.center {
  text-align: center; }

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.card-img {
  position: relative;
  padding-bottom: 75%;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }

.card-info {
  height: 100%;
  max-width: 500px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .card-info {
      padding: 25px 0;
      max-width: none; } }
  @media (max-width: 500px) {
    .card-info {
      padding: 15px; } }

.card-info.mod-right {
  padding-right: 0px;
  padding-left: 50px; }
  @media (max-width: 900px) {
    .card-info.mod-right {
      padding: 25px 0; } }
  @media (max-width: 500px) {
    .card-info.mod-right {
      padding: 15px; } }

.card-info.mod-banner {
  padding-right: 0px;
  padding-left: 25px; }
  @media (max-width: 700px) {
    .card-info.mod-banner {
      padding: 25px; } }

.card-info.mod-content {
  padding-right: 0px; }

.landing-footer-button {
  padding-top: 15px; }

.contact {
  margin-top: 3px;
  margin-bottom: 3px; }

.footer-block {
  padding-right: 20%; }
  @media (max-width: 600px) {
    .footer-block {
      padding: 0; } }

.footer-nav-ul {
  margin: 0px;
  padding: 0px; }
  .footer-nav-ul li.menu-item {
    margin-bottom: 4px; }
  .footer-nav-ul div.footer-nav-ul-li {
    margin-bottom: 4px; }
  .footer-nav-ul a {
    display: block;
    color: #e7e7e7;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase; }

.footer-logo {
  padding: 25px 0 0; }

.footer-logo-img {
  width: 140px; }
  @media (max-width: 600px) {
    .footer-logo-img {
      display: block;
      margin: 0 auto; } }

.legal {
  padding: 20px 25px 15px;
  background-color: #1b1b1b; }

.image-action {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.6); }

.image-action-span {
  color: #f39d1f;
  font-size: 30px;
  font-weight: 600; }

.freetext {
  width: 66%;
  padding: 50px 35px 35px; }
  @media (max-width: 1050px) {
    .freetext {
      width: 100%; } }
  @media (max-width: 500px) {
    .freetext {
      padding: 15px; } }

.freetext-img {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.figure {
  padding-right: 14px;
  padding-left: 14px;
  text-align: center; }

.figure-h {
  margin-bottom: 10px;
  color: #f39d1f;
  font-size: 42px;
  line-height: 0.75em;
  font-weight: 300;
  letter-spacing: -1px; }
  .figure-h span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: inherit; }
  @media (max-width: 500px) {
    .figure-h {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 0; } }

.banner-black {
  background-color: #242424; }

.banner-img {
  height: 100%;
  padding-bottom: 60%;
  background-position: 0px 0px, 50% 50%;
  background-size: cover;
  position: relative; }

.banner-img.mod-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.5)), to(rgba(36, 36, 36, 0.5)));
  background-image: linear-gradient(180deg, rgba(36, 36, 36, 0.5), rgba(36, 36, 36, 0.5));
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover; }

.wmt {
  margin-top: 20px; }

.detail {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e7e7e7;
  /* one item */
  /* two items */
  /* three items */
  /* four items */ }
  .detail .detail-d {
    padding-right: 20px; }
    .detail .detail-d p:only-child, .detail .detail-d div.gb ul li:only-child, div.gb ul .detail .detail-d li:only-child, .detail .detail-d div.gb ol li:only-child, div.gb ol .detail .detail-d li:only-child, .detail .detail-d div.gb .wp-block-gallery .blocks-gallery-item figure figcaption:only-child, div.gb .wp-block-gallery .blocks-gallery-item figure .detail .detail-d figcaption:only-child {
      margin-bottom: 0; }
  .detail .detail-d:first-child:nth-last-child(1) {
    /* -or- .detail-d:only-child { */
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1; }
  .detail .detail-d:first-child:nth-last-child(2),
  .detail .detail-d:first-child:nth-last-child(2) ~ .detail-d {
    width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1; }
  .detail .detail-d:first-child:nth-last-child(3),
  .detail .detail-d:first-child:nth-last-child(3) ~ .detail-d {
    width: 33.3333%;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-basis: 33%;
    flex-basis: 33%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1; }
  .detail .detail-d:first-child:nth-last-child(4),
  .detail .detail-d:first-child:nth-last-child(4) ~ .detail-d {
    width: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1; }
  @media (max-width: 900px) {
    .detail .detail-d {
      -webkit-flex-basis: 100% !important;
      -moz-flex-basis: 100% !important;
      -ms-flex-basis: 100% !important;
      flex-basis: 100% !important;
      width: 100% !important;
      padding: 0 0 15px; } }
  @media (max-width: 700px) {
    .detail .block-25 {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      max-width: 100%;
      margin-bottom: 25px; }
    .detail .block-75 {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      -webkit-flex-grow: 0;
      -moz-flex-grow: 0;
      -ms-flex-grow: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      max-width: 100%; } }

.clientsimg {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 800px) {
    .clientsimg {
      height: 200px;
      margin-top: 0; } }

.team-profile {
  width: 100px;
  height: 100px;
  margin-bottom: 17px;
  border-style: solid;
  border-width: 2px;
  border-color: #f39d1f;
  border-radius: 100px;
  background-position: 50% 50%;
  background-size: cover; }

.team-profile.mod-img-1 {
  width: 140px;
  height: 130px;
  border-width: 4px;
  background-position: 65% 50%; }

.link-block-2 {
  text-decoration: none; }

html.w-mod-js *[data-ix="in-up-scroll"],
html.w-mod-js *[data-ix="in-up-scroll-0"],
html.w-mod-js *[data-ix="in-up-scroll-1"],
html.w-mod-js *[data-ix="in-up-scroll-2"],
html.w-mod-js *[data-ix="in-up-scroll-3"],
html.w-mod-js *[data-ix="in-up-scroll-4"],
html.w-mod-js *[data-ix="in-up-scroll-5"],
html.w-mod-js *[data-ix="in-up-scroll-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px); }

html.w-mod-js *[data-ix="in-left-scroll"] {
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px); }

html.w-mod-js *[data-ix="in-left-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px); }

html.w-mod-js *[data-ix="in-up-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px); }

html.w-mod-js *[data-ix="in-up-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px); }

html.w-mod-js *[data-ix="in-left-load-1"] {
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px); }

html.w-mod-js *[data-ix="in-right-load-2"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px); }

.ix-delay-500 {
  transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important; }

.ix-delay-1000 {
  transition-delay: 1000ms !important;
  -webkit-transition-delay: 1000ms !important; }

.ix-delay-1500 {
  transition-delay: 1500ms !important;
  -webkit-transition-delay: 1500ms !important; }

.ix-delay-2000 {
  transition-delay: 2000ms !important;
  -webkit-transition-delay: 2000ms !important; }

.ix-delay-2500 {
  transition-delay: 2500ms !important;
  -webkit-transition-delay: 2500ms !important; }

div#page-loader {
  background: #fff;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 77px;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 99;
  transition: all 600ms;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  div#page-loader.done {
    opacity: 0; }

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  padding: 20px 25px;
  background-color: #fff; }

.header.mod-dropdown {
  z-index: 6;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2); }

.header-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1; }

header .header-nav-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none; }

header .header-nav-ul-li {
  margin-right: 5px;
  margin-left: 5px; }
  header .header-nav-ul-li a {
    padding: 10px 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase; }
  header .header-nav-ul-li:hover a, header .header-nav-ul-li.current-menu-item a {
    color: #f39d1f; }

header .header-nav .header-nav-ul-li:last-of-type {
  margin-right: -7px;
  margin-left: 12px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #202656;
  color: #fff; }
  header .header-nav .header-nav-ul-li:last-of-type a {
    display: inline-block;
    padding: 13px 7px;
    background-color: #202656;
    color: #fff !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
  header .header-nav .header-nav-ul-li:last-of-type:hover a {
    color: #fff; }

.header-logo-a-img {
  width: 140px;
  height: auto; }
  @media (max-width: 500px) {
    .header-logo-a-img {
      width: 100px; } }

.landing {
  position: relative;
  height: 80vh;
  margin: 25px;
  padding: 35px; }
  @media (max-width: 500px) {
    .landing {
      padding: 15px;
      margin: 15px;
      height: auto; } }

.landing.mod-img-1.mod-dropdown {
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px); }

.landing.mod-casestudy {
  height: 66vh; }

.landing.mod-secondary {
  height: 33vh; }

.dropdown {
  position: absolute;
  width: 100%;
  top: 47px;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none; }
  .dropdown div.card {
    opacity: 0;
    visibility: hidden;
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid #e7e7e7;
    -moz-transform: translate3d(0, -5px, 0px);
    -webkit-transform: translate3d(0, -5px, 0px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate3d(0, -5px, 0px);
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms; }
  .dropdown.visible {
    z-index: 3;
    pointer-events: auto; }
    .dropdown.visible div.card {
      opacity: 1;
      visibility: visible;
      box-shadow: 0 10px 20px rgba(100, 100, 100, 0.19), 0 6px 6px rgba(100, 100, 100, 0.23);
      -moz-shadow: 0 10px 20px rgba(100, 100, 100, 0.19), 0 6px 6px rgba(100, 100, 100, 0.23);
      -webkit-shadow: 0 10px 20px rgba(100, 100, 100, 0.19), 0 6px 6px rgba(100, 100, 100, 0.23);
      -moz-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate3d(0, 0, 0);
      transition: all 350ms;
      -webkit-transition: all 350ms;
      -moz-transition: all 350ms;
      -ms-transition: all 350ms;
      -o-transition: all 350ms;
      transition-delay: 500ms;
      -webkit-transition-delay: 500ms;
      -moz-transition-delay: 500ms;
      -ms-transition-delay: 500ms;
      -o-transition-delay: 500ms; }
  .dropdown div.block-75 ul.list {
    column-count: 3; }
  .dropdown ul.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .dropdown ul.dropdown-menu li:first-of-type a {
      padding: inherit;
      color: inherit;
      letter-spacing: inherit;
      text-transform: inherit;
      font-family: 'Open Sans', sans-serif;
      font-size: 17px;
      font-weight: 300; }

header.dropdown-open li#menu-item-79 a {
  color: #f39d1f; }

header.mobile {
  display: none; }
  header.mobile nav.mobile-nav {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 100vh;
    padding: 90px 25px 25px;
    background: #262626;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    overflow-y: scroll;
    box-shadow: inset 20px 0px 20px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden; }
    header.mobile nav.mobile-nav ul {
      list-style-type: none;
      padding: 0; }
    header.mobile nav.mobile-nav li {
      text-align: right; }
    header.mobile nav.mobile-nav li a {
      display: block;
      height: 50px;
      padding: 0;
      line-height: 50px;
      font-size: 14px;
      color: #fff;
      -webkit-transition: all .8s;
      transition: all .8s;
      text-transform: uppercase;
      letter-spacing: .5px; }
    header.mobile nav.mobile-nav div.mobile-extra {
      text-align: right;
      border: 1px solid silver;
      border-width: 1px 0 0; }
      header.mobile nav.mobile-nav div.mobile-extra a {
        display: inline-block;
        margin: 15px 0; }
      header.mobile nav.mobile-nav div.mobile-extra h5 {
        font-size: 12px;
        margin-bottom: 10px; }

@media (max-width: 1050px) {
  nav.header-nav {
    display: none; }
  header.mobile {
    display: block; }
  body {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: relative;
    z-index: 1; }
    body.drawer-open {
      -webkit-transition-delay: .3s;
      transition-delay: .3s;
      -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      transform: translateX(-300px);
      overflow: hidden;
      height: 100vh; }
      body.drawer-open nav.mobile-nav {
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
        -webkit-transition-property: transform;
        transition-property: transform;
        opacity: 1;
        z-index: 0;
        visibility: visible; }
    body main, body header.header {
      position: relative;
      z-index: 1;
      background: #fff; }
    body main {
      padding-top: 0; }
    body div.landing {
      margin-top: 0; } }

div.mobile-menu {
  position: absolute;
  display: block;
  top: 40px;
  right: 30px;
  width: 26px;
  height: 18px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }
  div.mobile-menu span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 2px;
    background: #202656;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
    div.mobile-menu span.middle {
      top: 9px;
      opacity: 1; }
    div.mobile-menu span.bottom {
      top: 17px;
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom; }
  div.mobile-menu div.close-menu {
    position: fixed;
    top: -40px;
    right: 260px;
    width: -webkit-calc(100vw + -300px);
    width: calc(100vw + -300px);
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0; }
  div.mobile-menu.open {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); }
    div.mobile-menu.open span {
      background-color: #f39d1f; }
    div.mobile-menu.open span.top {
      width: 24px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    div.mobile-menu.open span.middle {
      opacity: 0; }
    div.mobile-menu.open span.bottom {
      width: 24px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    div.mobile-menu.open div.close-menu {
      -webkit-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-delay: .3s;
      transition-delay: .3s;
      visibility: visible;
      opacity: 1;
      z-index: 3; }
  @media (max-width: 500px) {
    div.mobile-menu {
      top: 32px; } }

body {
  font-family: 'Open Sans', sans-serif; }

h1,
h2,
h3,
div.gb .wp-block-image p.wp-block-cover-text,
div.gb .wp-block-image ul li.wp-block-cover-text,
div.gb ul .wp-block-image li.wp-block-cover-text,
div.gb .wp-block-image ol li.wp-block-cover-text,
div.gb ol .wp-block-image li.wp-block-cover-text,
div.gb .wp-block-cover p.wp-block-cover-text,
div.gb .wp-block-cover ul li.wp-block-cover-text,
div.gb ul .wp-block-cover li.wp-block-cover-text,
div.gb .wp-block-cover ol li.wp-block-cover-text,
div.gb ol .wp-block-cover li.wp-block-cover-text,
div.gb .wp-block-gallery p.wp-block-cover-text,
div.gb .wp-block-gallery ul li.wp-block-cover-text,
div.gb ul .wp-block-gallery li.wp-block-cover-text,
div.gb .wp-block-gallery ol li.wp-block-cover-text,
div.gb ol .wp-block-gallery li.wp-block-cover-text,
div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text,
h4,
h5,
h6 {
  font-family: 'Montaga', serif;
  line-height: 1.25em; }

.h {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montaga, sans-serif;
  line-height: 1.25em;
  font-weight: 400;
  text-transform: none; }

.h.mod-caps {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.h.h2.section-h {
  display: inline-block;
  margin-bottom: 15px; }

h2 {
  font-size: 28px; }

.h.h3,
h3,
div.gb .wp-block-image p.wp-block-cover-text,
div.gb .wp-block-image ul li.wp-block-cover-text,
div.gb ul .wp-block-image li.wp-block-cover-text,
div.gb .wp-block-image ol li.wp-block-cover-text,
div.gb ol .wp-block-image li.wp-block-cover-text,
div.gb .wp-block-cover p.wp-block-cover-text,
div.gb .wp-block-cover ul li.wp-block-cover-text,
div.gb ul .wp-block-cover li.wp-block-cover-text,
div.gb .wp-block-cover ol li.wp-block-cover-text,
div.gb ol .wp-block-cover li.wp-block-cover-text,
div.gb .wp-block-gallery p.wp-block-cover-text,
div.gb .wp-block-gallery ul li.wp-block-cover-text,
div.gb ul .wp-block-gallery li.wp-block-cover-text,
div.gb .wp-block-gallery ol li.wp-block-cover-text,
div.gb ol .wp-block-gallery li.wp-block-cover-text,
div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text {
  font-size: 26px; }

.h.h4, h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 300; }

.h.h5, h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 300; }

.h.h5.mod-list, .dropdown ul.dropdown-menu li:first-of-type {
  display: block;
  width: 95%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f39d1f; }
  @media (max-width: 700px) {
    .h.h5.mod-list, .dropdown ul.dropdown-menu li:first-of-type {
      width: 100%; } }

.h.h6, h6 {
  font-size: 14px; }

.h.mod-white {
  color: #fff; }

h1.mod-landing {
  width: 80%;
  font-size: 42px; }
  @media (max-width: 1050px) {
    h1.mod-landing br {
      display: none !important; } }
  @media (max-width: 800px) {
    h1.mod-landing {
      width: 100%;
      font-size: 26px;
      line-height: 1.25em; } }
  @media (max-width: 500px) {
    h1.mod-landing {
      font-size: 22px; } }

div.grid h1, div.grid h2, div.grid h3, div.grid div.gb .wp-block-image p.wp-block-cover-text, div.gb .wp-block-image div.grid p.wp-block-cover-text, div.grid div.gb .wp-block-image ul li.wp-block-cover-text, div.gb .wp-block-image ul div.grid li.wp-block-cover-text, div.grid div.gb ul .wp-block-image li.wp-block-cover-text, div.gb ul .wp-block-image div.grid li.wp-block-cover-text, div.grid div.gb .wp-block-image ol li.wp-block-cover-text, div.gb .wp-block-image ol div.grid li.wp-block-cover-text, div.grid div.gb ol .wp-block-image li.wp-block-cover-text, div.gb ol .wp-block-image div.grid li.wp-block-cover-text, div.grid div.gb .wp-block-cover p.wp-block-cover-text, div.gb .wp-block-cover div.grid p.wp-block-cover-text, div.grid div.gb .wp-block-cover ul li.wp-block-cover-text, div.gb .wp-block-cover ul div.grid li.wp-block-cover-text, div.grid div.gb ul .wp-block-cover li.wp-block-cover-text, div.gb ul .wp-block-cover div.grid li.wp-block-cover-text, div.grid div.gb .wp-block-cover ol li.wp-block-cover-text, div.gb .wp-block-cover ol div.grid li.wp-block-cover-text, div.grid div.gb ol .wp-block-cover li.wp-block-cover-text, div.gb ol .wp-block-cover div.grid li.wp-block-cover-text, div.grid div.gb .wp-block-gallery p.wp-block-cover-text, div.gb .wp-block-gallery div.grid p.wp-block-cover-text, div.grid div.gb .wp-block-gallery ul li.wp-block-cover-text, div.gb .wp-block-gallery ul div.grid li.wp-block-cover-text, div.grid div.gb ul .wp-block-gallery li.wp-block-cover-text, div.gb ul .wp-block-gallery div.grid li.wp-block-cover-text, div.grid div.gb .wp-block-gallery ol li.wp-block-cover-text, div.gb .wp-block-gallery ol div.grid li.wp-block-cover-text, div.grid div.gb ol .wp-block-gallery li.wp-block-cover-text, div.gb ol .wp-block-gallery div.grid li.wp-block-cover-text, div.grid div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.wp-block-cover-text, div.gb .wp-block-gallery .blocks-gallery-item figure div.grid figcaption.wp-block-cover-text, div.grid h4, div.grid h5, div.grid h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

.p, p, div.gb ul li, div.gb ol li, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  font-weight: 400; }
  .p.mod-white, p.mod-white, div.gb ul li.mod-white, div.gb ol li.mod-white, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.mod-white {
    color: #fff; }
  .p.mod-white.mod-landing, p.mod-white.mod-landing, div.gb ul li.mod-white.mod-landing, div.gb ol li.mod-white.mod-landing, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.mod-white.mod-landing {
    width: 66%;
    margin-bottom: 0px;
    font-size: 16px; }
    @media (max-width: 800px) {
      .p.mod-white.mod-landing, p.mod-white.mod-landing, div.gb ul li.mod-white.mod-landing, div.gb ol li.mod-white.mod-landing, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.mod-white.mod-landing {
        width: 100%; } }
    @media (max-width: 500px) {
      .p.mod-white.mod-landing, p.mod-white.mod-landing, div.gb ul li.mod-white.mod-landing, div.gb ol li.mod-white.mod-landing, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.mod-white.mod-landing {
        font-size: 14px;
        line-height: 1.5em; } }
  .p.mod-footer, p.mod-footer, div.gb ul li.mod-footer, div.gb ol li.mod-footer, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.mod-footer {
    color: #e7e7e7;
    font-size: 12px; }
  .p.mod-legal, p.mod-legal, div.gb ul li.mod-legal, div.gb ol li.mod-legal, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.mod-legal {
    margin-bottom: 5px;
    color: #e7e7e7;
    font-size: 10px;
    line-height: 12px; }
  .p.nmb, p.nmb, div.gb ul li.nmb, div.gb ol li.nmb, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.nmb {
    margin-bottom: 0px; }
  .p.mod-figure, p.mod-figure, div.gb ul li.mod-figure, div.gb ol li.mod-figure, div.gb .wp-block-gallery .blocks-gallery-item figure figcaption.mod-figure {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300; }

a, .a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #636363;
  text-decoration: none; }
  a:hover, .a:hover {
    color: #f39d1f; }
  a.mod-thin, .a.mod-thin {
    font-weight: 300; }

.a.mod-last {
  color: #fff; }

.a.mod-last.w--current {
  color: #fff;
  font-weight: 300; }

span, .span {
  color: #f39d1f;
  font-size: 12px;
  line-height: 1.25em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase; }

.span.mod-white {
  color: #fff; }

.span.card-heading {
  margin-bottom: 15px;
  font-size: 14px; }

.span.mod-landing {
  margin-left: 8px;
  color: white;
  font-size: 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s; }

.span.mod-footer {
  margin-bottom: 10px;
  font-size: 12px; }

.span.mod-contact {
  display: inline-block;
  margin-right: 10px; }

.span.mod-contact.mod-grey {
  color: #e7e7e7;
  font-weight: 600; }
  .span.mod-contact.mod-grey a {
    color: #e7e7e7;
    text-decoration: none; }
  .span.mod-contact.mod-grey:hover a {
    color: #f39d1f; }

.span.mod-contact.mod-thin {
  font-weight: 300; }
  .span.mod-contact.mod-thin a {
    font-weight: inherit; }

.span.mod-contact.mod-thin.mod-grey {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer; }

.span.mod-contact.mod-thin.mod-block {
  color: #242424; }

.span.mod-contact.mod-thin.mod-black {
  color: #242424; }

.span.mod-contact.mod-landing {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  color: #f39d1f;
  font-size: 12px; }

.list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none; }

.list.wmb {
  margin-bottom: 20px;
  -webkit-column-count: 2;
  column-count: 2; }

.list.mod-2-column {
  -webkit-column-count: 2;
  column-count: 2; }
  @media (max-width: 700px) {
    .list.mod-2-column {
      -webkit-column-count: 1;
      column-count: 1; } }

.list.mod-3-column {
  -webkit-column-count: 3;
  column-count: 3; }
  @media (max-width: 700px) {
    .list.mod-3-column {
      -webkit-column-count: 1;
      column-count: 1; } }

.list-item.mod-large {
  padding-top: 5px;
  padding-bottom: 5px; }

.list-item-a, .dropdown ul.dropdown-menu li:not(:first-of-type) a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d3d3d3;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }

.list-item-a:hover, .dropdown ul.dropdown-menu li:not(:first-of-type) a:hover {
  color: #f39d1f; }

.ul {
  margin-top: -7px;
  margin-bottom: -7px;
  padding-left: 20px;
  list-style-type: none; }
  .ul.mod-2 {
    column-count: 2; }
    @media (max-width: 900px) {
      .ul.mod-2 {
        column-count: 1; } }

.li {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 300; }
  .li::before {
    content: "\25A0";
    color: #f39d1f;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.button, div.gb .wp-block-button a, div.gb .wp-block-file a.wp-block-file__button {
  padding: 13px 20px;
  border: 1px solid #000;
  background-color: #242424;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important; }
  .button:hover, div.gb .wp-block-button a:hover, div.gb .wp-block-file a.wp-block-file__button:hover {
    color: #fff !important; }

.button.mod-gold, div.gb .wp-block-button a.mod-gold, div.gb .wp-block-file a.mod-gold.wp-block-file__button {
  border-color: #f39d1f;
  background-color: #f39d1f; }

.button.mod-gold.mod-hollow, div.gb .wp-block-button a.mod-gold.mod-hollow, div.gb .wp-block-file a.mod-gold.mod-hollow.wp-block-file__button {
  background-color: transparent;
  color: #f39d1f; }
  .button.mod-gold.mod-hollow:hover, div.gb .wp-block-button a.mod-gold.mod-hollow:hover, div.gb .wp-block-file a.mod-gold.mod-hollow.wp-block-file__button:hover {
    background-color: #f39d1f;
    color: #fff; }

.button.mod-gold.mod-inlinemargin, div.gb .wp-block-button a.mod-gold.mod-inlinemargin, div.gb .wp-block-file a.mod-gold.mod-inlinemargin.wp-block-file__button {
  margin-right: 5px;
  margin-left: 5px; }
  @media (max-width: 500px) {
    .button.mod-gold.mod-inlinemargin, div.gb .wp-block-button a.mod-gold.mod-inlinemargin, div.gb .wp-block-file a.mod-gold.mod-inlinemargin.wp-block-file__button {
      display: block;
      margin: 15px; } }

.button.mod-blue, div.gb .wp-block-button a.mod-blue, div.gb .wp-block-file a.mod-blue.wp-block-file__button {
  border-color: #202656;
  background-color: #202656; }

.button.mod-blue.mod-hollow, div.gb .wp-block-button a.mod-blue.mod-hollow, div.gb .wp-block-file a.mod-blue.mod-hollow.wp-block-file__button {
  background-color: transparent;
  color: #202656;
  font-weight: 700; }

.button.mod-white, div.gb .wp-block-button a.mod-white, div.gb .wp-block-file a.mod-white.wp-block-file__button {
  border-color: #fff;
  background-color: #fff;
  color: #242424; }

.button.mod-white.mod-hollow, div.gb .wp-block-button a.mod-white.mod-hollow, div.gb .wp-block-file a.mod-white.mod-hollow.wp-block-file__button {
  background-color: transparent;
  color: #fff; }

.button.mod-white.mod-hollow.mod-inline, div.gb .wp-block-button a.mod-white.mod-hollow.mod-inline, div.gb .wp-block-file a.mod-white.mod-hollow.mod-inline.wp-block-file__button {
  margin-left: 10px; }

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