@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
/* line 23, app/assets/stylesheets/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 36, app/assets/stylesheets/vendor/_normalize.scss */
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.
 */
/* line 50, app/assets/stylesheets/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 71, app/assets/stylesheets/vendor/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 88, app/assets/stylesheets/vendor/_normalize.scss */
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.
 */
/* line 98, app/assets/stylesheets/vendor/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 110, app/assets/stylesheets/vendor/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 120, app/assets/stylesheets/vendor/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 140, app/assets/stylesheets/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 155, app/assets/stylesheets/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 164, app/assets/stylesheets/vendor/_normalize.scss */
h1, .view--hosted-site-search .pane .view-title {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
/* line 200, app/assets/stylesheets/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 239, app/assets/stylesheets/vendor/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 255, app/assets/stylesheets/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 259, app/assets/stylesheets/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 314, app/assets/stylesheets/vendor/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 325, app/assets/stylesheets/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 336, app/assets/stylesheets/vendor/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 344, app/assets/stylesheets/vendor/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 353, app/assets/stylesheets/vendor/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 362, app/assets/stylesheets/vendor/_normalize.scss */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
/* line 389, app/assets/stylesheets/vendor/_normalize.scss */
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.
 */
/* line 407, app/assets/stylesheets/vendor/_normalize.scss */
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.
 */
/* line 418, app/assets/stylesheets/vendor/_normalize.scss */
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. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
/* line 433, app/assets/stylesheets/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 448, app/assets/stylesheets/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 457, app/assets/stylesheets/vendor/_normalize.scss */
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.
 */
/* line 468, app/assets/stylesheets/vendor/_normalize.scss */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/* line 478, app/assets/stylesheets/vendor/_normalize.scss */
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`.
 */
/* line 494, app/assets/stylesheets/vendor/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 504, app/assets/stylesheets/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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).
 */
/* line 515, app/assets/stylesheets/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 524, app/assets/stylesheets/vendor/_normalize.scss */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 537, app/assets/stylesheets/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 550, app/assets/stylesheets/vendor/_normalize.scss */
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.
 */
/* line 559, app/assets/stylesheets/vendor/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 570, app/assets/stylesheets/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 575, app/assets/stylesheets/vendor/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity.lity-opened {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity.lity-closed {
  opacity: 0;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity * {
  box-sizing: border-box;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-loading .lity-loader {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-close:active {
  top: 1px;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* line 3, app/assets/stylesheets/vendor/_lity.scss */
.lity-hide {
  display: none;
}

/* line 70, app/assets/stylesheets/core/_mixins.scss */
.wrapper:after, #search-overlay .sui-layout-body__inner:after, .wrapper-narrow:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: MaisonNeue;
  font-weight: 300;
  font-style: normal;
  src: local("☺︎"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-Light-e631fb5c0f1e66cf6fafe357f4415735892669fbc1a5780b6b3d6f4746620f83.woff) format("woff"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-Light-3e211642d664b17271583cbb2916bc893dc3c426ce20cc69a9570ddace69cba6.woff2) format("woff2");
}

@font-face {
  font-family: MaisonNeue;
  font-weight: 300;
  font-style: italic;
  src: local("☺︎"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-LightItalic-5db731aa2dd0fc0b8be8fcf910073f109fd28c525dc33f5a1391baa9630a4f9f.woff) format("woff"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-LightItalic-3d112d0ff9fa7a95bd88f16cb839d3fe9e0f16125d412cacc877afdd352305e5.woff2) format("woff2");
}

@font-face {
  font-family: MaisonNeue;
  font-weight: 400;
  font-style: normal;
  src: local("☺︎"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-Book-2cb4e90a09d45a3108277815abf9e27094667b3bb7167c7cf5ce7eb64a77775d.woff) format("woff"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-Book-42bb364a4373af0a80e5edb4a525bcd25e1ef8df6c0d1d308edc7ad7fb3a8104.woff2) format("woff2");
}

@font-face {
  font-family: MaisonNeue;
  font-weight: 400;
  font-style: italic;
  src: local("☺︎"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-BookItalic-45619abe15534fdd1d9c3a69249fca71170b8c1abe979a44d7a11280df5a2870.woff) format("woff"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-BookItalic-7cb382cffdc975cafba8761bda3606b8dc5a0275d1d3321f4e3e1436399b4489.woff2) format("woff2");
}

@font-face {
  font-family: MaisonNeue;
  font-weight: 500;
  font-style: normal;
  src: local("☺︎"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-Medium-6d0b1942f91b5f1912444dab235023b7106fc0ccaea3148532388d23441b8eb7.woff) format("woff"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-Medium-99546084dfbe56536f48105d392a50f154b82273dc4c877981231fa4b5d11f1b.woff2) format("woff2");
}

@font-face {
  font-family: MaisonNeue;
  font-weight: 500;
  font-style: italic;
  src: local("☺︎"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-MediumItalic-cdbf6cfc2b192cef2763fd23c9e4e72b1911bffb9bb6e98a3f7147f85790c6e8.woff) format("woff"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-MediumItalic-cab4651af71a443e8c67d02d0f6bcd2a2c9189213880d04738f5d51020fb31af.woff2) format("woff2");
}

@font-face {
  font-family: MaisonNeue;
  font-weight: 600;
  font-style: normal;
  src: local("☺︎"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-Demi-d3c638a9bbab165d3d2eb4ca215a0397cba2117b0bbc3a50efe2bc8256db8965.woff) format("woff"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-Demi-4aedeb59196e2da189b4e1bbc0efda0588c6fadecc389d9ed66ae0ffd75ff21c.woff2) format("woff2");
}

@font-face {
  font-family: MaisonNeue;
  font-weight: 600;
  font-style: italic;
  src: local("☺︎"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-DemiItalic-e492f0c2fb6f51f99d15e7bc53625880986294b4c9835914e9a98f3a1ca9fbd3.woff) format("woff"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-DemiItalic-5d742b402302b395013606c60c0581a9ef32042a5e1d10b67aa362fc1d106475.woff2) format("woff2");
}

@font-face {
  font-family: MaisonNeue;
  font-weight: 700;
  font-style: normal;
  src: local("☺︎"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-Bold-ea4ad72e6fa1dc0665670ff91f1a7fa0fcd27448304d1c50e5593d63a46f7bc1.woff) format("woff"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-Bold-27bc7c9e5ec27e0f6594c6b8aa5e76e948a81cdfca463068eeaa032d0b81b274.woff2) format("woff2");
}

@font-face {
  font-family: MaisonNeue;
  font-weight: 700;
  font-style: italic;
  src: local("☺︎"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-BoldItalic-52f8f2953bdc1cda792d960cbb5f85c889e59bea316b5b6a711dafa1e7346e5e.woff) format("woff"), url(//ma.swiftypecdn.com/assets/MaisonNeue/MaisonNeue-BoldItalic-2e643fdc2f839cb12eb7a5048c5ad086e65e25c11cc0dcbd43b74bb5fcff20e9.woff2) format("woff2");
}

@font-face {
  font-family: TiemposHeadlineWeb;
  font-weight: 300;
  font-style: italic;
  src: local("☺︎"), url(//ma.swiftypecdn.com/assets/TiemposHeadlineWeb/TiemposHeadlineWeb-LightItalic-5522990c739ffeed9858584d7234ef7ed8ee6787303abd6490ba734b76cd9d03.woff) format("woff"), url(//ma.swiftypecdn.com/assets/TiemposHeadlineWeb/TiemposHeadlineWeb-LightItalic-9cb38431b2ba5c6502f903f119b3b73965d9b0ef99fe772f97db6120b3ea464c.woff2) format("woff2");
}

/* line 21, app/assets/stylesheets/core/_typography.scss */
html, body {
  font-family: "MaisonNeue", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande", sans-serif;
  color: #3B454F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

/* line 29, app/assets/stylesheets/core/_typography.scss */
h1, .view--hosted-site-search .pane .view-title, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
}

/* line 34, app/assets/stylesheets/core/_typography.scss */
h1.center, .view--hosted-site-search .pane .center.view-title, h2.center, h3.center, h4.center, h5.center, h6.center {
  text-align: center;
}

/* line 39, app/assets/stylesheets/core/_typography.scss */
h1, .view--hosted-site-search .pane .view-title,
h2 {
  letter-spacing: -.01em;
}

/* line 44, app/assets/stylesheets/core/_typography.scss */
h1, .view--hosted-site-search .pane .view-title {
  font-size: 26.25px;
  font-size: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  /* line 44, app/assets/stylesheets/core/_typography.scss */
  h1, .view--hosted-site-search .pane .view-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width: 1024px) {
  /* line 44, app/assets/stylesheets/core/_typography.scss */
  h1, .view--hosted-site-search .pane .view-title {
    font-size: 29.75px;
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  /* line 44, app/assets/stylesheets/core/_typography.scss */
  h1, .view--hosted-site-search .pane .view-title {
    font-size: 31.5px;
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  /* line 44, app/assets/stylesheets/core/_typography.scss */
  h1, .view--hosted-site-search .pane .view-title {
    font-size: 35.625px;
    font-size: 2.375rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  /* line 44, app/assets/stylesheets/core/_typography.scss */
  h1, .view--hosted-site-search .pane .view-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  /* line 44, app/assets/stylesheets/core/_typography.scss */
  h1, .view--hosted-site-search .pane .view-title {
    font-size: 40.375px;
    font-size: 2.375rem;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  /* line 44, app/assets/stylesheets/core/_typography.scss */
  h1, .view--hosted-site-search .pane .view-title {
    font-size: 42.75px;
    font-size: 2.375rem;
  }
}

@media (min-width: 1024px) {
  /* line 44, app/assets/stylesheets/core/_typography.scss */
  h1, .view--hosted-site-search .pane .view-title {
    font-size: 45px;
    font-size: 3rem;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  /* line 44, app/assets/stylesheets/core/_typography.scss */
  h1, .view--hosted-site-search .pane .view-title {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 44, app/assets/stylesheets/core/_typography.scss */
  h1, .view--hosted-site-search .pane .view-title {
    font-size: 51px;
    font-size: 3rem;
  }
}

@media (min-width: 1024px) and (min-width: 1200px) {
  /* line 44, app/assets/stylesheets/core/_typography.scss */
  h1, .view--hosted-site-search .pane .view-title {
    font-size: 54px;
    font-size: 3rem;
  }
}

/* line 55, app/assets/stylesheets/core/_typography.scss */
h2 {
  font-weight: 700;
  font-size: 24.75px;
  font-size: 1.65rem;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 26.4px;
    font-size: 1.65rem;
  }
}

@media (min-width: 1024px) {
  /* line 55, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 28.05px;
    font-size: 1.65rem;
  }
}

@media (min-width: 1200px) {
  /* line 55, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 29.7px;
    font-size: 1.65rem;
  }
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 27.75px;
    font-size: 1.85rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  /* line 55, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 29.6px;
    font-size: 1.85rem;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  /* line 55, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 31.45px;
    font-size: 1.85rem;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  /* line 55, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 33.3px;
    font-size: 1.85rem;
  }
}

@media (min-width: 1200px) {
  /* line 55, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 32.25px;
    font-size: 2.15rem;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  /* line 55, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 34.4px;
    font-size: 2.15rem;
  }
}

@media (min-width: 1200px) and (min-width: 1024px) {
  /* line 55, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 36.55px;
    font-size: 2.15rem;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  /* line 55, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 38.7px;
    font-size: 2.15rem;
  }
}

/* line 68, app/assets/stylesheets/core/_typography.scss */
h3 {
  font-size: 19.5px;
  font-size: 1.3rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 68, app/assets/stylesheets/core/_typography.scss */
  h3 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}

@media (min-width: 1024px) {
  /* line 68, app/assets/stylesheets/core/_typography.scss */
  h3 {
    font-size: 22.1px;
    font-size: 1.3rem;
  }
}

@media (min-width: 1200px) {
  /* line 68, app/assets/stylesheets/core/_typography.scss */
  h3 {
    font-size: 23.4px;
    font-size: 1.3rem;
  }
}

@media (min-width: 1024px) {
  /* line 68, app/assets/stylesheets/core/_typography.scss */
  h3 {
    font-size: 23.25px;
    font-size: 1.55rem;
  }
}

@media (min-width: 1024px) and (min-width: 768px) {
  /* line 68, app/assets/stylesheets/core/_typography.scss */
  h3 {
    font-size: 24.8px;
    font-size: 1.55rem;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 68, app/assets/stylesheets/core/_typography.scss */
  h3 {
    font-size: 26.35px;
    font-size: 1.55rem;
  }
}

@media (min-width: 1024px) and (min-width: 1200px) {
  /* line 68, app/assets/stylesheets/core/_typography.scss */
  h3 {
    font-size: 27.9px;
    font-size: 1.55rem;
  }
}

/* line 77, app/assets/stylesheets/core/_typography.scss */
h4 {
  font-size: 16.5px;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  /* line 77, app/assets/stylesheets/core/_typography.scss */
  h4 {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}

@media (min-width: 1024px) {
  /* line 77, app/assets/stylesheets/core/_typography.scss */
  h4 {
    font-size: 18.7px;
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  /* line 77, app/assets/stylesheets/core/_typography.scss */
  h4 {
    font-size: 19.8px;
    font-size: 1.1rem;
  }
}

/* line 81, app/assets/stylesheets/core/_typography.scss */
a {
  color: #3257ec;
  text-decoration: none;
}

/* line 84, app/assets/stylesheets/core/_typography.scss */
a:hover {
  color: #5878f9;
}

/* line 87, app/assets/stylesheets/core/_typography.scss */
p {
  color: #6c7987;
  line-height: 1.5;
}

/* line 91, app/assets/stylesheets/core/_typography.scss */
p a {
  text-decoration: underline;
}

/* line 95, app/assets/stylesheets/core/_typography.scss */
p strong {
  color: #3B454F;
  font-weight: 600;
}

/* line 101, app/assets/stylesheets/core/_typography.scss */
code, pre, .url {
  font-family: Menlo, Monaco, "Andale Mono", "Courier New", monospace;
  background-color: #F9FAFB;
  border: 1px solid #C5D1DE;
  border-radius: 3px;
  color: #c51414;
}

/* line 109, app/assets/stylesheets/core/_typography.scss */
code,
.url {
  font-size: 0.75em;
  overflow: auto;
}

/* line 115, app/assets/stylesheets/core/_typography.scss */
code {
  padding: 1px 5px;
}

/* line 119, app/assets/stylesheets/core/_typography.scss */
a code {
  background-color: #EFF8FF;
  border-color: #CDE9FF;
}

/* line 124, app/assets/stylesheets/core/_typography.scss */
pre {
  display: block;
  padding: 1rem;
  overflow: auto;
  width: 100%;
}

/* line 130, app/assets/stylesheets/core/_typography.scss */
pre code {
  padding: 0;
  background: none;
  border: 0;
}

/* line 134, app/assets/stylesheets/core/_typography.scss */
pre code span.err {
  border: 0;
}

/* line 138, app/assets/stylesheets/core/_typography.scss */
.monospace {
  font-family: Menlo, Monaco, "Andale Mono", "Courier New", monospace;
}

/* line 142, app/assets/stylesheets/core/_typography.scss */
.capitalize {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* line 146, app/assets/stylesheets/core/_typography.scss */
.view-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #F9533B;
  display: block;
  font-size: 87.5%;
}

/* line 153, app/assets/stylesheets/core/_typography.scss */
.view-label + .view-title {
  margin-top: .5rem;
}

@media (max-width: 767px) {
  /* line 159, app/assets/stylesheets/core/_typography.scss */
  .view-title br {
    display: none;
  }
}

/* line 166, app/assets/stylesheets/core/_typography.scss */
.view-subtitle {
  color: #6c7987;
}

/* line 170, app/assets/stylesheets/core/_typography.scss */
.view-link {
  font-size: 1.125em;
  font-weight: 500;
}

/* line 367, app/assets/stylesheets/core/_mixins.scss */
.view-link:after {
  content: '\00a0\2192';
}

/* line 177, app/assets/stylesheets/core/_typography.scss */
.nobr {
  white-space: nowrap;
}

/* line 214, app/assets/stylesheets/core/_typography.scss */
.view-longform p, .view-longform ul, .view-longform ol, .view-longform li, .view-longform blockquote, .view-longform dl, .view-longform dd {
  color: #536170;
  line-height: 1.6;
}

/* line 219, app/assets/stylesheets/core/_typography.scss */
.view-longform h1, .view-longform .view--hosted-site-search .pane .view-title, .view--hosted-site-search .pane .view-longform .view-title, .view-longform h2, .view-longform h3, .view-longform h4, .view-longform h5, .view-longform h6, .view-longform img, .view-longform div
p, .view-longform ul, .view-longform ol, .view-longform blockquote, .view-longform dl, .view-longform dd, .view-longform pre,
.view-longform .example, .view-longform .url, .view-longform .button-bar {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 224, app/assets/stylesheets/core/_typography.scss */
.view-longform h1:first-child, .view-longform .view--hosted-site-search .pane .view-title:first-child, .view--hosted-site-search .pane .view-longform .view-title:first-child, .view-longform h2:first-child, .view-longform h3:first-child, .view-longform h4:first-child, .view-longform h5:first-child, .view-longform h6:first-child, .view-longform img:first-child, .view-longform div
p:first-child, .view-longform ul:first-child, .view-longform ol:first-child, .view-longform blockquote:first-child, .view-longform dl:first-child, .view-longform dd:first-child, .view-longform pre:first-child,
.view-longform .example:first-child, .view-longform .url:first-child, .view-longform .button-bar:first-child {
  margin-top: 0;
}

/* line 225, app/assets/stylesheets/core/_typography.scss */
.view-longform h1:last-child, .view-longform .view--hosted-site-search .pane .view-title:last-child, .view--hosted-site-search .pane .view-longform .view-title:last-child, .view-longform h2:last-child, .view-longform h3:last-child, .view-longform h4:last-child, .view-longform h5:last-child, .view-longform h6:last-child, .view-longform img:last-child, .view-longform div
p:last-child, .view-longform ul:last-child, .view-longform ol:last-child, .view-longform blockquote:last-child, .view-longform dl:last-child, .view-longform dd:last-child, .view-longform pre:last-child,
.view-longform .example:last-child, .view-longform .url:last-child, .view-longform .button-bar:last-child {
  margin-bottom: 0;
}

/* line 227, app/assets/stylesheets/core/_typography.scss */
.view-longform h1 strong, .view-longform .view--hosted-site-search .pane .view-title strong, .view--hosted-site-search .pane .view-longform .view-title strong, .view-longform h2 strong, .view-longform h3 strong, .view-longform h4 strong, .view-longform h5 strong, .view-longform h6 strong, .view-longform img strong, .view-longform div
p strong, .view-longform ul strong, .view-longform ol strong, .view-longform blockquote strong, .view-longform dl strong, .view-longform dd strong, .view-longform pre strong,
.view-longform .example strong, .view-longform .url strong, .view-longform .button-bar strong {
  font-weight: 600;
}

/* line 232, app/assets/stylesheets/core/_typography.scss */
.view-longform ul, .view-longform ol {
  padding-left: 1rem;
}

/* line 235, app/assets/stylesheets/core/_typography.scss */
.view-longform ul li, .view-longform ol li {
  margin-bottom: 1rem;
}

/* line 238, app/assets/stylesheets/core/_typography.scss */
.view-longform ul li:last-child, .view-longform ol li:last-child {
  margin: 0;
}

/* line 244, app/assets/stylesheets/core/_typography.scss */
.view-longform h2 {
  margin-top: 6rem;
}

/* line 245, app/assets/stylesheets/core/_typography.scss */
.view-longform h3, .view-longform h4 {
  margin-top: 3rem;
}

/* line 247, app/assets/stylesheets/core/_typography.scss */
.view-longform p > .table_title {
  display: block;
  margin-top: 3rem;
}

/* line 252, app/assets/stylesheets/core/_typography.scss */
.view-longform h4 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 257, app/assets/stylesheets/core/_typography.scss */
.view-longform blockquote {
  margin-left: 0;
  padding-left: 1.5rem;
  border-left: 3px solid #E9EDF2;
}

/* line 266, app/assets/stylesheets/core/_typography.scss */
.view-longform dl dt {
  font-weight: 600;
  float: left;
  clear: left;
}

/* line 270, app/assets/stylesheets/core/_typography.scss */
.view-longform dl dt:after {
  content: "";
  margin-right: 1rem;
}

@media (min-width: 768px) {
  /* line 277, app/assets/stylesheets/core/_typography.scss */
  .view-longform dl dt {
    width: 200px;
    text-align: right;
    padding-right: 1.5rem;
  }
  /* line 281, app/assets/stylesheets/core/_typography.scss */
  .view-longform dl dt:after {
    display: none;
  }
  /* line 283, app/assets/stylesheets/core/_typography.scss */
  .view-longform dl dd {
    margin-left: 200px;
  }
}

/* line 290, app/assets/stylesheets/core/_typography.scss */
.view-longform .example em {
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  font-style: normal;
}

/* line 297, app/assets/stylesheets/core/_typography.scss */
.view-longform .example .example-header {
  padding: 15px 1rem;
  background-color: #fff;
  border-top: 3px solid #536170;
  line-height: 1.5;
}

/* line 304, app/assets/stylesheets/core/_typography.scss */
.view-longform .example .example-notice {
  height: 32px;
  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;
  background-color: #536170;
  color: #fff;
  padding: 0 1rem;
  font-size: 12px;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  /* line 304, app/assets/stylesheets/core/_typography.scss */
  .view-longform .example .example-notice {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}

@media (min-width: 1024px) {
  /* line 304, app/assets/stylesheets/core/_typography.scss */
  .view-longform .example .example-notice {
    font-size: 13.6px;
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  /* line 304, app/assets/stylesheets/core/_typography.scss */
  .view-longform .example .example-notice {
    font-size: 14.4px;
    font-size: 0.8rem;
  }
}

/* line 313, app/assets/stylesheets/core/_typography.scss */
.view-longform .example .example-notice .icon {
  font-size: 16px;
  margin-right: 2px;
}

/* line 318, app/assets/stylesheets/core/_typography.scss */
.view-longform .example .example-notice em {
  margin: 0 2px;
  text-transform: none;
}

/* line 324, app/assets/stylesheets/core/_typography.scss */
.view-longform .example .highlight pre {
  border: none;
  margin: 0;
}

/* line 329, app/assets/stylesheets/core/_typography.scss */
.view-longform .example .output {
  border-top: 1px dashed #DAE2EB;
  padding-top: 1rem;
}

/* line 332, app/assets/stylesheets/core/_typography.scss */
.view-longform .example .output h2 {
  margin: 1rem 0 0 1rem;
  font-size: 11.25px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 332, app/assets/stylesheets/core/_typography.scss */
  .view-longform .example .output h2 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1024px) {
  /* line 332, app/assets/stylesheets/core/_typography.scss */
  .view-longform .example .output h2 {
    font-size: 12.75px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  /* line 332, app/assets/stylesheets/core/_typography.scss */
  .view-longform .example .output h2 {
    font-size: 13.5px;
    font-size: 0.75rem;
  }
}

/* line 342, app/assets/stylesheets/core/_typography.scss */
.view-longform .url {
  font-size: 11.25px;
  font-size: 0.75rem;
  padding: 15px;
  padding-left: 80px;
  position: relative;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 342, app/assets/stylesheets/core/_typography.scss */
  .view-longform .url {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1024px) {
  /* line 342, app/assets/stylesheets/core/_typography.scss */
  .view-longform .url {
    font-size: 12.75px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  /* line 342, app/assets/stylesheets/core/_typography.scss */
  .view-longform .url {
    font-size: 13.5px;
    font-size: 0.75rem;
  }
}

/* line 348, app/assets/stylesheets/core/_typography.scss */
.view-longform .url > .method {
  font-size: 10px;
  font-family: Monaco;
  display: block;
  width: 50px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  padding: 0 4px;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  border-radius: 3px;
  padding: 2px;
  color: #fff;
}

/* line 363, app/assets/stylesheets/core/_typography.scss */
.view-longform .url > .method.GET {
  background-color: #3257ec;
}

/* line 364, app/assets/stylesheets/core/_typography.scss */
.view-longform .url > .method.POST {
  background-color: #8d1da0;
}

/* line 365, app/assets/stylesheets/core/_typography.scss */
.view-longform .url > .method.PUT {
  background-color: #A5B4C4;
}

/* line 366, app/assets/stylesheets/core/_typography.scss */
.view-longform .url > .method.DELETE {
  background-color: #F9533B;
}

/* line 367, app/assets/stylesheets/core/_typography.scss */
.view-longform .url > .method.PATCH {
  background-color: #f7e9c8;
}

/* line 371, app/assets/stylesheets/core/_typography.scss */
.view-longform:after {
  content: '✦';
  display: block;
  text-align: center;
  color: #C5D1DE;
  width: 100%;
  padding-top: 4rem;
}

/* line 5, app/assets/stylesheets/flamingo/core/_base.scss */
body {
  min-width: 320px;
}

/* line 9, app/assets/stylesheets/flamingo/core/_base.scss */
.play-button {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #2DA0F9 0%, #3158ED 100%);
  background: linear-gradient(to bottom, #2DA0F9 0%, #3158ED 100%);
  font-size: 13px;
  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;
  padding-left: .25em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* line 21, app/assets/stylesheets/flamingo/core/_base.scss */
.play-button:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em 0 .5em 1em;
  border-color: transparent transparent transparent #fff;
}

/* line 30, app/assets/stylesheets/flamingo/core/_base.scss */
.play-button:hover {
  background: -webkit-linear-gradient(top, #46ABF9 0%, #4F74FF 100%);
  background: linear-gradient(to bottom, #46ABF9 0%, #4F74FF 100%);
}

/* line 34, app/assets/stylesheets/flamingo/core/_base.scss */
.play-button--light {
  background: #fff;
}

/* line 37, app/assets/stylesheets/flamingo/core/_base.scss */
.play-button--light:after {
  border-left-color: #3257ec;
}

/* line 42, app/assets/stylesheets/flamingo/core/_base.scss */
.play-button--light:hover:after {
  border-left-color: #5878f9;
}

/* line 49, app/assets/stylesheets/flamingo/core/_base.scss */
.heart {
  color: #F9533B;
  position: relative;
  top: 1px;
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  display: inline-block;
}

/* line 57, app/assets/stylesheets/flamingo/core/_base.scss */
.view-section {
  padding: 3rem 0;
  position: relative;
}

@media (min-width: 768px) {
  /* line 57, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section {
    padding: 4rem 0;
  }
}

@media (min-width: 1024px) {
  /* line 65, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section:not(.view-section--compact) {
    padding: 5rem 0;
  }
}

@media (min-width: 1200px) {
  /* line 65, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section:not(.view-section--compact) {
    padding: 6rem 0;
  }
}

/* line 75, app/assets/stylesheets/flamingo/core/_base.scss */
.view-section--inverted {
  background: #3257ec;
  color: #fff;
}

/* line 79, app/assets/stylesheets/flamingo/core/_base.scss */
.view-section--inverted p, .view-section--inverted .view-label {
  color: rgba(255, 255, 255, 0.8);
}

/* line 83, app/assets/stylesheets/flamingo/core/_base.scss */
.view-section--inverted .view-link {
  color: #fff;
}

/* line 86, app/assets/stylesheets/flamingo/core/_base.scss */
.view-section--inverted .view-link:hover {
  text-decoration: underline;
}

/* line 92, app/assets/stylesheets/flamingo/core/_base.scss */
.view-section--collapsed {
  padding: 0 !important;
}

/* line 96, app/assets/stylesheets/flamingo/core/_base.scss */
.view-section__background {
  display: none;
}

@media (min-width: 768px) {
  /* line 96, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__background {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: auto;
  }
  /* line 105, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__background[data-align="bottom"] {
    bottom: 0;
  }
  /* line 108, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__background[data-align="top"] {
    top: 0;
  }
}

/* line 114, app/assets/stylesheets/flamingo/core/_base.scss */
.view-section .wrapper, .view-section #search-overlay .sui-layout-body__inner, #search-overlay .view-section .sui-layout-body__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  /* line 114, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section .wrapper, .view-section #search-overlay .sui-layout-body__inner, #search-overlay .view-section .sui-layout-body__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  /* line 114, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section .wrapper, .view-section #search-overlay .sui-layout-body__inner, #search-overlay .view-section .sui-layout-body__inner {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

/* line 128, app/assets/stylesheets/flamingo/core/_base.scss */
.view-section--centered .wrapper, .view-section--centered #search-overlay .sui-layout-body__inner, #search-overlay .view-section--centered .sui-layout-body__inner {
  -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;
}

@media (min-width: 768px) {
  /* line 133, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__image, .view-section__content {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  /* line 141, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  /* line 141, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__image {
    position: relative;
  }
}

@media (min-width: 1024px) {
  /* line 141, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__image {
    width: 60%;
  }
}

@media (min-width: 768px) {
  /* line 155, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 130%;
    display: block;
    width: auto;
    max-width: none;
    right: 2rem;
  }
}

@media (min-width: 1024px) {
  /* line 155, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__image img {
    right: auto;
    height: auto;
    width: 80%;
  }
}

@media (max-width: 767px) {
  /* line 173, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1024px) {
  /* line 173, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__content {
    width: 40%;
  }
}

@media (min-width: 768px) {
  /* line 183, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__content + .view-section__image img {
    right: auto;
    left: 0;
  }
}

/* line 192, app/assets/stylesheets/flamingo/core/_base.scss */
.view-section__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 480px) {
  /* line 192, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 202, app/assets/stylesheets/flamingo/core/_base.scss */
.view-section__actions .section-action + .section-action {
  margin-top: .5rem;
}

@media (min-width: 480px) {
  /* line 202, app/assets/stylesheets/flamingo/core/_base.scss */
  .view-section__actions .section-action + .section-action {
    margin-top: 0;
    margin-left: 1rem;
  }
}

/* line 214, app/assets/stylesheets/flamingo/core/_base.scss */
.section-header {
  text-align: center;
  width: 100%;
  padding-bottom: 2rem;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 222, app/assets/stylesheets/flamingo/core/_base.scss */
.section-header__content {
  position: relative;
  z-index: 2;
}

/* line 227, app/assets/stylesheets/flamingo/core/_base.scss */
.section-header p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* line 234, app/assets/stylesheets/flamingo/core/_base.scss */
.view-separator {
  height: 1px;
  background: #E9EDF2;
}

/* line 239, app/assets/stylesheets/flamingo/core/_base.scss */
.lity-container {
  width: 60%;
}

/* line 243, app/assets/stylesheets/flamingo/core/_base.scss */
[data-lity] {
  cursor: pointer;
}

/* line 247, app/assets/stylesheets/flamingo/core/_base.scss */
.video-thumbnail {
  display: block;
  position: relative;
  cursor: pointer;
  height: 0;
  padding-top: 56.25%;
  border-radius: .25rem;
  overflow: hidden;
}

/* line 256, app/assets/stylesheets/flamingo/core/_base.scss */
.video-thumbnail__image, .video-thumbnail__control {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 261, app/assets/stylesheets/flamingo/core/_base.scss */
.video-thumbnail__image {
  width: 100%;
  height: auto;
}

/* line 266, app/assets/stylesheets/flamingo/core/_base.scss */
.video-thumbnail__control {
  font-size: 1.5rem;
}

/* line 271, app/assets/stylesheets/flamingo/core/_base.scss */
.view-title + .video-thumbnail {
  margin-top: 1.5rem;
}

/* line 276, app/assets/stylesheets/flamingo/core/_base.scss */
.video-callout .video-thumbnail {
  margin-bottom: 1.5rem;
}

/* line 284, app/assets/stylesheets/flamingo/core/_base.scss */
.u--shadow-small {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
}

/* line 288, app/assets/stylesheets/flamingo/core/_base.scss */
.u--shadow-medium {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.075);
}

/* line 292, app/assets/stylesheets/flamingo/core/_base.scss */
.u--shadow-large {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

/* line 298, app/assets/stylesheets/flamingo/core/_base.scss */
.u--z-index-high {
  z-index: 4;
}

/* line 304, app/assets/stylesheets/flamingo/core/_base.scss */
.u--bg-subtle {
  background-image: url(//ma.swiftypecdn.com/assets/shared/st__simple-bg-7a966eac6d250eaae7392d6a9016721e10175b4da2d8954dbd73cac73728c503.jpg);
}

/* line 308, app/assets/stylesheets/flamingo/core/_base.scss */
.u--bg-es--mono {
  background-color: #258af0;
  background-image: url(//ma.swiftypecdn.com/assets/shared/es__mono-bg-7d77b7a9daf675118d52aed765840dc0b8528ab9a9fa3a371971407a96cd803c.jpg);
  background-repeat: no-repeat;
  background-position: 35vw top;
  background-size: 90%;
}

/* line 10, app/assets/stylesheets/components/_base.scss */
html {
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/components/_base.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 18, app/assets/stylesheets/components/_base.scss */
html, body {
  height: 100%;
}

/* line 21, app/assets/stylesheets/components/_base.scss */
::-moz-selection {
  color: #fff;
  background: #3257ec;
}
::selection {
  color: #fff;
  background: #3257ec;
}

/* line 25, app/assets/stylesheets/components/_base.scss */
::-moz-selection {
  color: #fff;
  background: #3257ec;
}

/* line 30, app/assets/stylesheets/components/_base.scss */
.view-container {
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 35, app/assets/stylesheets/components/_base.scss */
.wrapper, #search-overlay .sui-layout-body__inner, .wrapper-narrow {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  /* line 35, app/assets/stylesheets/components/_base.scss */
  .wrapper, #search-overlay .sui-layout-body__inner, .wrapper-narrow {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1464px) {
  /* line 35, app/assets/stylesheets/components/_base.scss */
  .wrapper, #search-overlay .sui-layout-body__inner, .wrapper-narrow {
    max-width: 1400px;
  }
}

/* line 52, app/assets/stylesheets/components/_base.scss */
.wrapper .wrapper, #search-overlay .sui-layout-body__inner .wrapper, .wrapper #search-overlay .sui-layout-body__inner, #search-overlay .wrapper .sui-layout-body__inner, #search-overlay .sui-layout-body__inner .sui-layout-body__inner, .wrapper-narrow .wrapper, .wrapper-narrow #search-overlay .sui-layout-body__inner, #search-overlay .wrapper-narrow .sui-layout-body__inner {
  padding-left: 0;
  padding-right: 0;
}

/* line 58, app/assets/stylesheets/components/_base.scss */
.wrapper-narrow {
  max-width: 840px;
}

/* line 62, app/assets/stylesheets/components/_base.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 73, app/assets/stylesheets/components/_base.scss */
img {
  max-width: 100%;
}

/* line 79, app/assets/stylesheets/components/_base.scss */
.video-container .video {
  position: relative;
  padding-top: 56.25%;
}

/* line 84, app/assets/stylesheets/components/_base.scss */
.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

/* line 92, app/assets/stylesheets/components/_base.scss */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* line 101, app/assets/stylesheets/components/_base.scss */
.link-list {
  margin: 0 0 1rem;
}

/* line 104, app/assets/stylesheets/components/_base.scss */
.link-list a {
  border-bottom: 1px solid #E9EDF2;
  display: block;
  padding: 1rem 1.5rem 1rem 0;
  position: relative;
}

/* line 110, app/assets/stylesheets/components/_base.scss */
.link-list a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #A5B4C4;
  border-bottom: 1px solid #A5B4C4;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media (min-width: 768px) {
  /* line 110, app/assets/stylesheets/components/_base.scss */
  .link-list a:after {
    width: 10px;
    height: 10px;
  }
}

/* line 127, app/assets/stylesheets/components/_base.scss */
.link-list a:last-child {
  border-bottom: 0;
}

/* line 131, app/assets/stylesheets/components/_base.scss */
.link-list a .title,
.link-list a .description {
  display: block;
}

/* line 136, app/assets/stylesheets/components/_base.scss */
.link-list a .description {
  font-size: .875em;
  color: #808E9C;
}

/* line 145, app/assets/stylesheets/components/_base.scss */
.resource-callout {
  display: block;
  padding: 1rem;
  background: #F9FAFB;
  border-radius: 4px;
  font-size: 13.125px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  /* line 145, app/assets/stylesheets/components/_base.scss */
  .resource-callout {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1024px) {
  /* line 145, app/assets/stylesheets/components/_base.scss */
  .resource-callout {
    font-size: 14.875px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  /* line 145, app/assets/stylesheets/components/_base.scss */
  .resource-callout {
    font-size: 15.75px;
    font-size: 0.875rem;
  }
}

/* line 78, app/assets/stylesheets/core/_mixins.scss */
.resource-callout:after {
  content: "";
  display: table;
  clear: both;
}

/* line 153, app/assets/stylesheets/components/_base.scss */
.resource-callout .cover,
.resource-callout .description {
  float: left;
}

@media (min-width: 768px) {
  /* line 153, app/assets/stylesheets/components/_base.scss */
  .resource-callout .cover,
.resource-callout .description {
    float: none;
  }
}

@media (min-width: 1200px) {
  /* line 153, app/assets/stylesheets/components/_base.scss */
  .resource-callout .cover,
.resource-callout .description {
    float: left;
  }
}

/* line 166, app/assets/stylesheets/components/_base.scss */
.resource-callout .cover {
  display: block;
  width: 70px;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  /* line 166, app/assets/stylesheets/components/_base.scss */
  .resource-callout .cover {
    width: 100px;
    margin: 0 auto 1rem;
  }
}

@media (min-width: 1200px) {
  /* line 166, app/assets/stylesheets/components/_base.scss */
  .resource-callout .cover {
    margin: 0 1rem 0 0;
  }
}

/* line 181, app/assets/stylesheets/components/_base.scss */
.resource-callout .description {
  margin: 0;
  width: calc(100% - (70px + 1rem));
}

@media (min-width: 768px) {
  /* line 181, app/assets/stylesheets/components/_base.scss */
  .resource-callout .description {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 181, app/assets/stylesheets/components/_base.scss */
  .resource-callout .description {
    width: calc(100% - (100px + 1rem));
  }
}

/* line 193, app/assets/stylesheets/components/_base.scss */
.resource-callout .description strong {
  color: #3257ec;
}

@media (min-width: 768px) {
  /* line 198, app/assets/stylesheets/components/_base.scss */
  .resource-callout:hover {
    background: #EFF8FF;
  }
}

/* line 6, app/assets/stylesheets/components/_navigation.scss */
.nav__heading {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #A5B4C4;
  font-size: 0.75em;
  font-weight: 600;
}

/* line 13, app/assets/stylesheets/components/_navigation.scss */
.nav__link {
  font-weight: 500;
  color: #3B454F;
  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;
  position: relative;
}

/* line 21, app/assets/stylesheets/components/_navigation.scss */
.nav__link:hover {
  color: #3257ec;
}

/* line 26, app/assets/stylesheets/components/_navigation.scss */
.nav__link--has-icon .icon {
  margin-right: 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* line 32, app/assets/stylesheets/components/_navigation.scss */
.nav__link--has-subnav {
  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;
}

/* line 39, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop {
  display: none;
}

@media (min-width: 1130px) {
  /* line 39, app/assets/stylesheets/components/_navigation.scss */
  .nav--desktop {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 1.5em;
  }
}

@media (min-width: 1680px) {
  /* line 39, app/assets/stylesheets/components/_navigation.scss */
  .nav--desktop {
    margin-left: 1.75em;
  }
}

/* line 52, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop ul {
  list-style: none;
  margin: 0;
}

/* line 58, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__container {
  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;
  padding: 0;
}

/* line 64, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__container > .nav__item + .nav__item:not(.nav__item--utility) {
  margin-left: 1.5em;
}

@media (min-width: 1680px) {
  /* line 64, app/assets/stylesheets/components/_navigation.scss */
  .nav--desktop .nav__container > .nav__item + .nav__item:not(.nav__item--utility) {
    margin-left: 1.75em;
  }
}

/* line 359, app/assets/stylesheets/core/_mixins.scss */
.view--inverted .nav--desktop .nav__link--primary {
  color: rgba(255, 255, 255, 0.9);
}

/* line 359, app/assets/stylesheets/core/_mixins.scss */
.view--inverted .nav--desktop .nav__link--primary:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 359, app/assets/stylesheets/core/_mixins.scss */
.view--inverted .nav--desktop .nav__link--primary:hover {
  color: #fff;
}

/* line 359, app/assets/stylesheets/core/_mixins.scss */
.view--inverted .nav--desktop .nav__link--primary:hover:before {
  border-color: #fff;
}

/* line 98, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__link--primary.nav__link--active {
  color: #3257ec;
  font-weight: 600;
}

/* line 359, app/assets/stylesheets/core/_mixins.scss */
.view--inverted .nav--desktop .nav__link--primary.nav__link--active {
  color: #fff;
}

/* line 108, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__link--has-subnav {
  padding-right: 12px;
}

/* line 111, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__link--has-subnav:before {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #A5B4C4;
  border-bottom: 2px solid #A5B4C4;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 125, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__link--has-subnav:after {
  content: '';
  position: absolute;
  background: #3257ec;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0s 0.35s linear;
  transition: opacity 0.35s ease, -webkit-transform 0s 0.35s linear;
  transition: opacity 0.35s ease, transform 0s 0.35s linear;
  transition: opacity 0.35s ease, transform 0s 0.35s linear, -webkit-transform 0s 0.35s linear;
  will-change: transform, opacity;
}

/* line 359, app/assets/stylesheets/core/_mixins.scss */
.view--inverted .nav--desktop .nav__link--has-subnav:after {
  background: rgba(255, 255, 255, 0.35);
}

/* line 148, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__group {
  padding: 0;
  margin-top: 10px;
}

/* line 153, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__item {
  padding: 0;
  position: relative;
  list-style: none outside none;
}

/* line 159, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__item:hover .nav__link--has-subnav {
  color: #3257ec;
}

/* line 359, app/assets/stylesheets/core/_mixins.scss */
.view--inverted .nav--desktop .nav__item:hover .nav__link--has-subnav {
  color: #fff;
}

/* line 166, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__item:hover .nav__link--has-subnav:after {
  -webkit-transition: all 0.25s 0.05s ease;
  transition: all 0.25s 0.05s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* line 175, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__subnav {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: auto;
  min-width: 260px;
  padding: 20px 30px;
  opacity: 0;
  -webkit-transform: translateX(-50%) rotateX(-15deg) scale(0.98);
          transform: translateX(-50%) rotateX(-15deg) scale(0.98);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  will-change: transform;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 2;
}

/* line 193, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__subnav:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 10px;
  width: 100%;
}

/* line 202, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__subnav--grid {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  width: 375px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
}

/* line 208, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__subnav--grid > .nav__item {
  width: calc(50% - 15px);
}

/* line 213, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__subnav .nav__item {
  margin-top: .35em;
}

/* line 216, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__subnav .nav__item:first-of-type, .nav--desktop .nav__subnav .nav__item--has-subnav {
  margin-top: 0;
}

/* line 221, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__subnav .nav__item--has-subnav {
  margin-bottom: 1em;
}

/* line 226, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__subnav .nav__link {
  line-height: 1.4;
}

/* line 229, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__subnav .nav__link--active {
  color: #3257ec;
  font-weight: 600;
}

/* line 238, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__item--utility {
  margin-left: auto;
}

/* line 241, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__item--utility ul {
  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;
  padding-left: 35px;
}

/* line 246, app/assets/stylesheets/components/_navigation.scss */
.nav--desktop .nav__item--utility ul .nav__item + .nav__item {
  margin-left: 1.25em;
}

/* line 253, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile {
  width: calc(100vw - .5rem);
  height: auto;
  position: absolute;
  top: 0;
  left: .25rem;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  margin: 0;
  z-index: 1000;
  opacity: 0;
  will-change: transform;
  display: none;
}

@media (min-width: 1130px) {
  /* line 253, app/assets/stylesheets/components/_navigation.scss */
  .nav--mobile {
    display: none !important;
  }
}

/* line 273, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .global-header__brand {
  position: absolute;
  top: 8px;
  left: 12px;
}

/* line 280, app/assets/stylesheets/components/_navigation.scss */
.view--inverted .nav--mobile .global-header__brand .wordmark, .view--inverted-1024 .nav--mobile .global-header__brand .wordmark {
  fill: #3B454F;
}

/* line 283, app/assets/stylesheets/components/_navigation.scss */
.view--inverted .nav--mobile .global-header__brand .elastic, .view--inverted-1024 .nav--mobile .global-header__brand .elastic {
  fill: #808E9C;
}

/* line 290, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__subnav-back {
  width: 54px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  opacity: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 303, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__subnav-back--visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

/* line 309, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__subnav-back:before, .nav--mobile .nav__subnav-back:after {
  content: '';
  position: absolute;
}

/* line 315, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__subnav-back:before {
  width: 12px;
  height: 2px;
  background: #808E9C;
  top: 50%;
  left: 18px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* line 324, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__subnav-back:after {
  width: 12px;
  height: 12px;
  border-left: 2px solid #808E9C;
  border-bottom: 2px solid #808E9C;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(6px, -50%) rotate(45deg);
      -ms-transform: translate(6px, -50%) rotate(45deg);
          transform: translate(6px, -50%) rotate(45deg);
}

/* line 337, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__link {
  line-height: 1.65;
}

/* line 340, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__link--primary {
  font-size: 1.125em;
  height: 40px;
  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;
  padding: 0 2rem;
}

/* line 348, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__link--active {
  color: #3257ec;
  font-weight: 600;
}

/* line 354, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__link--has-subnav:after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #A5B4C4;
  border-bottom: 2px solid #A5B4C4;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* line 373, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__section--primary {
  padding: 1em 0;
}

/* line 376, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__section--company, .nav--mobile .nav__section--utility {
  padding: 1em 2rem;
}

/* line 380, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__section--utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 383, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__section--utility .nav__link + .nav__link {
  margin-left: 1.5em;
}

/* line 389, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__nav-container {
  padding-top: 68px;
}

/* line 392, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__nav-container .nav__section + .nav__section {
  border-top: 1px solid #E9EDF2;
}

/* line 397, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__subnav-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-bottom: 1em;
  -webkit-perspective: 800px;
          perspective: 800px;
}

/* line 407, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .nav__subnav-container > * {
  pointer-events: auto;
}

/* line 413, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .subnav {
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #fff;
  padding-bottom: 1rem;
  padding-top: 64px;
}

/* line 422, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .subnav__header {
  font-weight: 700;
  color: #3B454F;
  font-size: 1.75em;
  letter-spacing: -0.02em;
  padding: 0 0 0 30px;
}

/* line 430, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .subnav[data-nav="site_search"] .subnav__header {
  color: #436df0;
}

@media (min-width: 768px) {
  /* line 435, app/assets/stylesheets/components/_navigation.scss */
  .nav--mobile .subnav__content--grid {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 441, app/assets/stylesheets/components/_navigation.scss */
  .nav--mobile .subnav__content--grid > * {
    width: calc(50% - 15px);
  }
  /* line 445, app/assets/stylesheets/components/_navigation.scss */
  .nav--mobile .subnav__content--grid .nav__section {
    margin-bottom: 1em;
  }
}

/* line 452, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .subnav .nav__link {
  font-size: 1.125em;
  height: 40px;
  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;
  padding: 0 2rem;
}

/* line 460, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .subnav[data-nav="site_search"] .nav__link--active {
  color: #436df0;
}

/* line 464, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .subnav .nav__section {
  padding-top: 1rem;
}

/* line 467, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .subnav .nav__section:last-of-type {
  margin-bottom: 1rem;
}

/* line 472, app/assets/stylesheets/components/_navigation.scss */
.nav--mobile .subnav .nav__heading {
  padding: 0 2rem;
}

/* line 480, app/assets/stylesheets/components/_navigation.scss */
.menu-control {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  cursor: pointer;
  z-index: 1003;
}

@media (min-width: 1130px) {
  /* line 480, app/assets/stylesheets/components/_navigation.scss */
  .menu-control {
    display: none;
  }
}

/* line 494, app/assets/stylesheets/components/_navigation.scss */
.menu-control span {
  height: 2px;
  background: #3B454F;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 50%;
}

/* line 359, app/assets/stylesheets/core/_mixins.scss */
.view--inverted .menu-control span {
  background: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1023px) {
  /* line 507, app/assets/stylesheets/components/_navigation.scss */
  .view--inverted-1024 .menu-control span {
    background: rgba(255, 255, 255, 0.65);
  }
}

/* line 513, app/assets/stylesheets/components/_navigation.scss */
.menu-control span:nth-child(1) {
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px);
}

/* line 516, app/assets/stylesheets/components/_navigation.scss */
.menu-control span:nth-child(2) {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* line 519, app/assets/stylesheets/components/_navigation.scss */
.menu-control span:nth-child(3) {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

/* line 522, app/assets/stylesheets/components/_navigation.scss */
.menu-control span:nth-child(4) {
  -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
          transform: translateY(9px);
}

/* line 526, app/assets/stylesheets/components/_navigation.scss */
.menu-control span:nth-child(even) {
  width: 85%;
}

/* line 530, app/assets/stylesheets/components/_navigation.scss */
.menu-control span:nth-child(odd) {
  width: 100%;
}

/* line 536, app/assets/stylesheets/components/_navigation.scss */
.menu-control--open span {
  width: 100% !important;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

/* line 359, app/assets/stylesheets/core/_mixins.scss */
.view--inverted .menu-control--open span {
  background: #3B454F;
}

@media (max-width: 1023px) {
  /* line 544, app/assets/stylesheets/components/_navigation.scss */
  .view--inverted-1024 .menu-control--open span {
    background: #3B454F;
  }
}

/* line 550, app/assets/stylesheets/components/_navigation.scss */
.menu-control--open span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

/* line 553, app/assets/stylesheets/components/_navigation.scss */
.menu-control--open span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

/* line 556, app/assets/stylesheets/components/_navigation.scss */
.menu-control--open span:nth-child(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

/* line 559, app/assets/stylesheets/components/_navigation.scss */
.menu-control--open span:nth-child(4) {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

/* line 5, app/assets/stylesheets/components/_footer_navigation.scss */
.footer-nav {
  display: none;
}

@media (min-width: 1024px) {
  /* line 5, app/assets/stylesheets/components/_footer_navigation.scss */
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  /* line 12, app/assets/stylesheets/components/_footer_navigation.scss */
  .footer-nav__column {
    width: calc(33%);
  }
}

@media (min-width: 1200px) {
  /* line 12, app/assets/stylesheets/components/_footer_navigation.scss */
  .footer-nav__column {
    width: calc(33%);
  }
}

/* line 21, app/assets/stylesheets/components/_footer_navigation.scss */
.footer-nav__column + .footer-nav__column:not(.footer-nav__column--empty-header) {
  margin-left: 30px;
}

@media (min-width: 1200px) {
  /* line 21, app/assets/stylesheets/components/_footer_navigation.scss */
  .footer-nav__column + .footer-nav__column:not(.footer-nav__column--empty-header) {
    margin-left: 45px;
  }
}

@media (min-width: 1024px) {
  /* line 29, app/assets/stylesheets/components/_footer_navigation.scss */
  .footer-nav__column--empty-header {
    padding-top: 62px;
  }
}

/* line 36, app/assets/stylesheets/components/_footer_navigation.scss */
.footer-nav__column-header {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

/* line 41, app/assets/stylesheets/components/_footer_navigation.scss */
.footer-nav__column-header:after {
  content: '';
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 52, app/assets/stylesheets/components/_footer_navigation.scss */
.footer-nav__column-title {
  font-size: 15px;
  font-size: 1rem;
  color: #808E9C;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 52, app/assets/stylesheets/components/_footer_navigation.scss */
  .footer-nav__column-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  /* line 52, app/assets/stylesheets/components/_footer_navigation.scss */
  .footer-nav__column-title {
    font-size: 17px;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  /* line 52, app/assets/stylesheets/components/_footer_navigation.scss */
  .footer-nav__column-title {
    font-size: 18px;
    font-size: 1rem;
  }
}

/* line 59, app/assets/stylesheets/components/_footer_navigation.scss */
.footer-nav__section + .footer-nav__section {
  margin-top: 1.5rem;
}

/* line 64, app/assets/stylesheets/components/_footer_navigation.scss */
.footer-nav__section-header,
.footer-nav .nav__link {
  line-height: 1.45;
  display: block;
}

/* line 70, app/assets/stylesheets/components/_footer_navigation.scss */
.footer-nav__section-header {
  font-size: 11.25px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: .35rem;
  color: #808E9C;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/components/_footer_navigation.scss */
  .footer-nav__section-header {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1024px) {
  /* line 70, app/assets/stylesheets/components/_footer_navigation.scss */
  .footer-nav__section-header {
    font-size: 12.75px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/assets/stylesheets/components/_footer_navigation.scss */
  .footer-nav__section-header {
    font-size: 13.5px;
    font-size: 0.75rem;
  }
}

/* line 78, app/assets/stylesheets/components/_footer_navigation.scss */
.footer-nav .nav__link {
  color: #fff;
  font-weight: 500;
}

/* line 82, app/assets/stylesheets/components/_footer_navigation.scss */
.footer-nav .nav__link + .nav__link {
  margin-top: .25em;
}

/* line 7, app/assets/stylesheets/components/_search.scss */
.view--search-active {
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/components/_search.scss */
#search-overlay {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

/* line 16, app/assets/stylesheets/components/_search.scss */
#search-overlay.visible {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* line 44, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-layout-body .result-tag {
  background-color: #fff;
  color: #536170;
}

/* line 49, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-layout-body .result-tag--section {
  background-color: #fff;
  color: #536170;
}

/* line 54, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-layout-body .result-tag--app-search {
  background-color: #0077cc;
  color: white;
}

/* line 59, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-layout-body .result-tag--site-search {
  background-color: #436df0;
  color: white;
}

/* line 64, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-layout-body .result-tag--generic {
  background-color: #3257ec;
  color: white;
}

/* line 77, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-search-box .icon {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #A5B4C4;
}

@media (min-width: 768px) {
  /* line 77, app/assets/stylesheets/components/_search.scss */
  #search-overlay .sui-search-box .icon {
    left: 1rem;
  }
}

/* line 96, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-search-box__close:hover {
  color: #3257ec;
}

/* line 101, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-layout-sidebar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* line 117, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-multi-value-facet__option-label .sui-multi-value-facet__input-text {
  color: #536170;
  cursor: pointer;
  text-transform: capitalize;
}

/* line 122, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-multi-value-facet__option-label .sui-multi-value-facet__input-text:hover {
  color: #3257ec;
}

/* line 127, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-multi-value-facet__option-label .sui-multi-value-facet__option-count {
  color: #A5B4C4;
}

/* line 132, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-multi-value-facet__option-label.selected .facet-label {
  font-weight: 600;
  color: #3257ec;
}

/* line 139, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-layout-main {
  width: 100%;
}

/* line 142, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-layout-main .sui-results-container {
  margin-left: 0;
}

/* line 149, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-layout-main .sui-paging-info > * {
  margin: 0 0.25em;
}

/* line 153, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-layout-main .sui-paging-info strong {
  font-weight: 600;
}

/* line 159, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-paging {
  padding-left: 0;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  margin: 10px auto 5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 167, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-paging li {
  display: inline-block;
  color: #3257ec;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  margin: 0 10px;
  font-weight: 600;
}

/* line 176, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-paging li.rc-pagination-disabled {
  color: #808E9C;
  pointer-events: none;
}

/* line 181, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-paging li.rc-pagination-prev:after {
  content: 'previous';
}

/* line 185, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-paging li.rc-pagination-next:after {
  content: 'next';
}

/* line 189, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-paging li.rc-pagination-simple-pager {
  display: none;
}

/* line 195, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-multi-value-facet__checkbox {
  display: none;
}

/* line 198, app/assets/stylesheets/components/_search.scss */
#search-overlay .sui-multi-value-facet__checkbox:checked + .sui-multi-value-facet__input-text {
  color: #3257ec;
  font-weight: bold;
}

/* line 209, app/assets/stylesheets/components/_search.scss */
.global-search, #search-overlay {
  display: none;
  position: fixed;
  top: 0.25rem;
  left: 0.25rem;
  width: calc(100vw - .5rem);
  z-index: 2000;
  background: #F9FAFB;
  height: calc(100vh - .5rem);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 5px;
  overflow: hidden;
  will-change: transform;
  opacity: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  /* line 209, app/assets/stylesheets/components/_search.scss */
  .global-search, #search-overlay {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    box-shadow: 0 0 0;
  }
}

/* line 233, app/assets/stylesheets/components/_search.scss */
.global-search__header, #search-overlay .sui-search-box-wrapper {
  background: #fff;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.025);
}

/* line 237, app/assets/stylesheets/components/_search.scss */
.global-search__header .wrapper, #search-overlay .sui-search-box-wrapper .wrapper, .global-search__header #search-overlay .sui-layout-body__inner, #search-overlay .global-search__header .sui-layout-body__inner, #search-overlay .sui-search-box-wrapper .sui-layout-body__inner {
  height: 60px;
  position: relative;
}

@media (min-width: 768px) {
  /* line 237, app/assets/stylesheets/components/_search.scss */
  .global-search__header .wrapper, #search-overlay .sui-search-box-wrapper .wrapper, .global-search__header #search-overlay .sui-layout-body__inner, #search-overlay .global-search__header .sui-layout-body__inner, #search-overlay .sui-search-box-wrapper .sui-layout-body__inner {
    height: 78px;
  }
}

/* line 246, app/assets/stylesheets/components/_search.scss */
.global-search__form, #search-overlay .sui-search-box {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: calc(100% - 2rem);
}

/* line 252, app/assets/stylesheets/components/_search.scss */
.global-search__form .icon, #search-overlay .sui-search-box .icon {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #A5B4C4;
}

@media (min-width: 768px) {
  /* line 252, app/assets/stylesheets/components/_search.scss */
  .global-search__form .icon, #search-overlay .sui-search-box .icon {
    left: 1rem;
  }
}

/* line 263, app/assets/stylesheets/components/_search.scss */
.global-search__input, #search-overlay .sui-search-box__text-input {
  width: 100%;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 60px;
  font-size: 1.125rem;
  border: 0;
  outline: 0;
  box-shadow: none;
  font-weight: 400;
  padding: 0 1rem 0 2rem;
  background: transparent;
  margin: 0;
  color: #6c7987;
}

@media (min-width: 768px) {
  /* line 263, app/assets/stylesheets/components/_search.scss */
  .global-search__input, #search-overlay .sui-search-box__text-input {
    font-size: 1.75rem;
    font-weight: 300;
    height: 78px;
    padding: 0 1rem 0 3.5rem;
  }
}

/* line 285, app/assets/stylesheets/components/_search.scss */
.global-search__close, #search-overlay .sui-search-box__close {
  font-size: 2rem;
  font-weight: 300;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media (min-width: 768px) {
  /* line 285, app/assets/stylesheets/components/_search.scss */
  .global-search__close, #search-overlay .sui-search-box__close {
    right: 2rem;
  }
}

/* line 302, app/assets/stylesheets/components/_search.scss */
.global-search__close:hover, #search-overlay .sui-search-box__close:hover {
  color: #3257ec;
}

/* line 311, app/assets/stylesheets/components/_search.scss */
.search-zero-state {
  font-size: 1.2rem;
  text-align: center;
  width: 70%;
  margin: 50px auto 0;
  color: #A5B4C4;
}

/* line 321, app/assets/stylesheets/components/_search.scss */
.no-result {
  text-align: center;
  margin: 50px auto 0;
  width: 90%;
}

@media (min-width: 1024px) {
  /* line 321, app/assets/stylesheets/components/_search.scss */
  .no-result {
    max-width: 550px;
  }
}

@media (min-width: 1024px) {
  /* line 329, app/assets/stylesheets/components/_search.scss */
  .no-result--no-sidebar, .search-zero-state {
    -webkit-transform: translateX(-125px);
        -ms-transform: translateX(-125px);
            transform: translateX(-125px);
  }
}

/* line 335, app/assets/stylesheets/components/_search.scss */
.no-result-main {
  font-size: 1.4rem;
}

/* line 338, app/assets/stylesheets/components/_search.scss */
.no-result-main em {
  font-weight: 600;
}

/* line 343, app/assets/stylesheets/components/_search.scss */
.no-result-suggestion {
  margin-top: 20px;
}

/* line 346, app/assets/stylesheets/components/_search.scss */
.no-result-suggestion a {
  display: block;
  margin-top: 25px;
  padding: 12px 18px;
  color: white;
  background-color: #3257ec;
  border-radius: 6px;
  display: inline-block;
}

/* line 358, app/assets/stylesheets/components/_search.scss */
.search-ui-container, #search-overlay .sui-layout-body {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 60px);
  overflow: auto;
  padding-top: 2rem;
}

@media (min-width: 768px) {
  /* line 358, app/assets/stylesheets/components/_search.scss */
  .search-ui-container, #search-overlay .sui-layout-body {
    top: 78px;
    height: calc(100vh - 78px);
  }
}

/* line 371, app/assets/stylesheets/components/_search.scss */
.search-ui-container .wrapper, #search-overlay .sui-layout-body .wrapper, .search-ui-container #search-overlay .sui-layout-body__inner, #search-overlay .search-ui-container .sui-layout-body__inner, #search-overlay .sui-layout-body .sui-layout-body__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 375, app/assets/stylesheets/components/_search.scss */
.search-ui-container .facets, #search-overlay .sui-layout-body .facets, .search-ui-container #search-overlay .sui-layout-sidebar, #search-overlay .search-ui-container .sui-layout-sidebar, #search-overlay .sui-layout-body .sui-layout-sidebar {
  display: none;
  width: 0;
}

@media (min-width: 1024px) {
  /* line 375, app/assets/stylesheets/components/_search.scss */
  .search-ui-container .facets, #search-overlay .sui-layout-body .facets, .search-ui-container #search-overlay .sui-layout-sidebar, #search-overlay .search-ui-container .sui-layout-sidebar, #search-overlay .sui-layout-body .sui-layout-sidebar {
    display: block;
    width: 200px;
    margin-right: 50px;
  }
  /* line 383, app/assets/stylesheets/components/_search.scss */
  .search-ui-container .facets .facet-label, #search-overlay .sui-layout-body .facets .facet-label, .search-ui-container #search-overlay .sui-layout-sidebar .facet-label, #search-overlay .search-ui-container .sui-layout-sidebar .facet-label, #search-overlay .sui-layout-body .sui-layout-sidebar .facet-label {
    text-transform: capitalize;
  }
}

/* line 389, app/assets/stylesheets/components/_search.scss */
.search-ui-container .results-container, #search-overlay .sui-layout-body .results-container {
  width: 100%;
}

/* line 393, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result, #search-overlay .sui-layout-body .result {
  display: block;
  padding: 1rem 1rem 1rem 0;
  position: relative;
}

@media (min-width: 1024px) {
  /* line 393, app/assets/stylesheets/components/_search.scss */
  .search-ui-container .result, #search-overlay .sui-layout-body .result {
    padding: 1.4rem;
  }
}

/* line 401, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result:hover, #search-overlay .sui-layout-body .result:hover {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* line 411, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result:last-child, #search-overlay .sui-layout-body .result:last-child {
  border-bottom: 0;
}

/* line 415, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result .result-title, #search-overlay .sui-layout-body .result .result-title {
  font-size: 1.1rem;
  font-weight: 500;
}

/* line 421, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result:hover .result-title, #search-overlay .sui-layout-body .result:hover .result-title {
  color: #5878f9;
}

/* line 426, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result .result-footer, #search-overlay .sui-layout-body .result .result-footer {
  margin-top: 12px;
  font-size: 0.7em;
  font-weight: 700;
  color: #A5B4C4;
}

/* line 432, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result .result-footer .result-tag, #search-overlay .sui-layout-body .result .result-footer .result-tag {
  margin-right: 5px;
  border-radius: 3px;
  padding: 0 6px;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  height: 22px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 442, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result .result-footer .result-tag:last-child, #search-overlay .sui-layout-body .result .result-footer .result-tag:last-child {
  margin-right: 16px;
}

/* line 446, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result .result-footer .result-tag--section, #search-overlay .sui-layout-body .result .result-footer .result-tag--section {
  background-color: #fff;
  color: #536170;
}

/* line 451, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result .result-footer .result-tag--app-search, #search-overlay .sui-layout-body .result .result-footer .result-tag--app-search {
  background-color: #0077cc;
}

/* line 455, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result .result-footer .result-tag--site-search, #search-overlay .sui-layout-body .result .result-footer .result-tag--site-search {
  background-color: #436df0;
}

/* line 459, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result .result-footer .result-tag--generic, #search-overlay .sui-layout-body .result .result-footer .result-tag--generic {
  background-color: #3257ec;
}

/* line 465, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result em, #search-overlay .sui-layout-body .result em {
  font-style: normal;
  position: relative;
  font-weight: 600;
  color: #3257ec;
}

/* line 471, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result em:before, #search-overlay .sui-layout-body .result em:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 6px);
  height: calc(100% + 2px);
  background: rgba(88, 120, 249, 0.1);
  pointer-events: none;
  border-radius: 3px;
}

/* line 482, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result .result-description, #search-overlay .sui-layout-body .result .result-description {
  margin: 8px 0 0;
  font-size: 0.85rem;
  border-left: 1px solid #DAE2EB;
  padding-left: 8px;
}

/* line 488, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result .result-description p, #search-overlay .sui-layout-body .result .result-description p {
  height: 43px;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 496, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result .result-url, #search-overlay .sui-layout-body .result .result-url {
  font-size: 0.775rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A5B4C4;
  display: block;
  max-width: 600px;
  margin-top: 2px;
}

/* line 505, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result img, #search-overlay .sui-layout-body .result img {
  width: 80px;
  max-height: 100px;
  float: right;
  margin-left: 30px;
}

/* line 512, app/assets/stylesheets/components/_search.scss */
.search-ui-container .result i, #search-overlay .sui-layout-body .result i {
  display: inline-block;
  color: #A5B4C4;
  margin-right: 4px;
  font-size: 0.8rem;
}

/* line 520, app/assets/stylesheets/components/_search.scss */
.search-ui-container .pagination, #search-overlay .sui-layout-body .pagination {
  display: none;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  margin: 10px auto 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 528, app/assets/stylesheets/components/_search.scss */
.search-ui-container .pagination span, #search-overlay .sui-layout-body .pagination span {
  color: #3257ec;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
  margin: 0 10px;
  font-weight: 600;
}

/* line 536, app/assets/stylesheets/components/_search.scss */
.search-ui-container .pagination span.disabled, #search-overlay .sui-layout-body .pagination span.disabled {
  color: #808E9C;
  pointer-events: none;
}

/* line 546, app/assets/stylesheets/components/_search.scss */
.facet-container, #search-overlay .sui-facet {
  font-size: 1rem;
  margin: 0 0 2rem;
}

/* line 551, app/assets/stylesheets/components/_search.scss */
.facet-header, #search-overlay .sui-multi-value-facet__label {
  margin: 0 0 8px;
  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;
  height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E9EDF2;
  font-size: 0.75em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* line 565, app/assets/stylesheets/components/_search.scss */
.facet-title {
  font-weight: 600;
  color: #536170;
  font-size: 0.8rem;
}

/* line 571, app/assets/stylesheets/components/_search.scss */
.clear-facet {
  font-size: 0.75rem;
  color: #808E9C;
}

/* line 575, app/assets/stylesheets/components/_search.scss */
.clear-facet:hover {
  color: #3257ec;
}

/* line 580, app/assets/stylesheets/components/_search.scss */
.facet-option, #search-overlay .sui-multi-value-facet__option-label {
  margin: 0 0 5px;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
}

/* line 588, app/assets/stylesheets/components/_search.scss */
.facet-option .facet-label, #search-overlay .sui-multi-value-facet__option-label .facet-label {
  color: #536170;
  cursor: pointer;
  text-transform: capitalize;
}

/* line 593, app/assets/stylesheets/components/_search.scss */
.facet-option .facet-label:hover, #search-overlay .sui-multi-value-facet__option-label .facet-label:hover {
  color: #3257ec;
}

/* line 598, app/assets/stylesheets/components/_search.scss */
.facet-option .facet-count, #search-overlay .sui-multi-value-facet__option-label .facet-count {
  color: #A5B4C4;
}

/* line 603, app/assets/stylesheets/components/_search.scss */
.facet-option.selected .facet-label, #search-overlay .selected.sui-multi-value-facet__option-label .facet-label {
  font-weight: 600;
  color: #3257ec;
}

/* line 612, app/assets/stylesheets/components/_search.scss */
.search-summary, #search-overlay .sui-layout-main .sui-paging-info {
  height: 30px;
  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;
  margin-bottom: 10px;
  border-bottom: 1px solid #E9EDF2;
  font-size: 0.875em;
}

/* line 620, app/assets/stylesheets/components/_search.scss */
.search-summary > *, #search-overlay .sui-layout-main .sui-paging-info > * {
  margin: 0 0.25em;
}

/* line 624, app/assets/stylesheets/components/_search.scss */
.search-summary .filter-label, #search-overlay .sui-layout-main .sui-paging-info .filter-label {
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid #ccc;
  padding: 2px 6px 3px;
  border-radius: 5px;
  margin-left: 3px;
  background-color: #fff;
}

/* line 634, app/assets/stylesheets/components/_search.scss */
.search-summary strong, #search-overlay .sui-layout-main .sui-paging-info strong {
  font-weight: 600;
}

/* line 641, app/assets/stylesheets/components/_search.scss */
.rich-result-card {
  background: #fff;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
  overflow: hidden;
}

/* line 649, app/assets/stylesheets/components/_search.scss */
.rich-result-card--connectors {
  position: relative;
  padding-top: 100px;
}

@media (min-width: 480px) {
  /* line 649, app/assets/stylesheets/components/_search.scss */
  .rich-result-card--connectors {
    padding-top: 1rem;
    padding-left: 100px;
  }
}

/* line 660, app/assets/stylesheets/components/_search.scss */
.rich-result-card:empty {
  margin: 0;
  display: none;
}

/* line 665, app/assets/stylesheets/components/_search.scss */
.rich-result-card__title {
  font-weight: 600;
  margin-bottom: 0.25em;
}

/* line 671, app/assets/stylesheets/components/_search.scss */
.rich-result-card__description strong {
  font-weight: 600;
}

/* line 676, app/assets/stylesheets/components/_search.scss */
.rich-result-card__cta {
  margin-top: 1em;
  font-weight: 600;
}

/* line 681, app/assets/stylesheets/components/_search.scss */
.rich-result-card .connector-icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100px;
  height: 100px;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 480px) {
  /* line 681, app/assets/stylesheets/components/_search.scss */
  .rich-result-card .connector-icon {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/* line 698, app/assets/stylesheets/components/_search.scss */
.rich-result-card .connector-name {
  text-transform: capitalize;
}

/* line 7, app/assets/stylesheets/components/_brands.scss */
.view-brands {
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}

/* line 14, app/assets/stylesheets/components/_brands.scss */
.view-brands--inverted {
  background: transparent;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/components/_brands.scss */
  .view-brands {
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  /* line 7, app/assets/stylesheets/components/_brands.scss */
  .view-brands {
    font-size: 1.5em;
    padding: 4rem 0;
  }
}

/* line 27, app/assets/stylesheets/components/_brands.scss */
.view-brands .wrapper, .view-brands #search-overlay .sui-layout-body__inner, #search-overlay .view-brands .sui-layout-body__inner {
  max-width: 1000px;
}

/* line 31, app/assets/stylesheets/components/_brands.scss */
.view-brands .description {
  max-width: 420px;
  margin: 0 auto;
  font-weight: 600;
  color: #3B454F;
}

/* line 37, app/assets/stylesheets/components/_brands.scss */
.view-brands--inverted .view-brands .description {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/components/_brands.scss */
  .view-brands .description {
    max-width: 520px;
  }
}

@media (min-width: 1024px) {
  /* line 31, app/assets/stylesheets/components/_brands.scss */
  .view-brands .description {
    max-width: 640px;
  }
}

/* line 50, app/assets/stylesheets/components/_brands.scss */
.view-brands__action {
  display: inline-block;
  font-weight: 500;
  margin-top: 1em;
  font-size: 1.25rem;
}

/* line 367, app/assets/stylesheets/core/_mixins.scss */
.view-brands__action:after {
  content: '\00a0\2192';
}

/* line 58, app/assets/stylesheets/components/_brands.scss */
.view-brands--inverted .view-brands__action {
  color: rgba(255, 255, 255, 0.75);
}

/* line 62, app/assets/stylesheets/components/_brands.scss */
.view-brands .brands {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 0;
  padding: 2rem 0 0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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;
}

/* line 73, app/assets/stylesheets/components/_brands.scss */
.view-brands .brand {
  display: inline-block;
  margin-bottom: -.5rem;
}

/* line 77, app/assets/stylesheets/components/_brands.scss */
.view-brands .brand svg path {
  fill: #808E9C;
}

@media (max-width: 1023px) {
  /* line 82, app/assets/stylesheets/components/_brands.scss */
  .view-brands .brand svg {
    height: 70px;
    width: auto;
  }
}

/* line 89, app/assets/stylesheets/components/_brands.scss */
.view-brands--inverted .brand svg path {
  fill: rgba(255, 255, 255, 0.6);
}

/* line 37, app/assets/stylesheets/components/_buttons.scss */
.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  text-decoration: none;
  outline: 0;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #E9EDF2 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #E9EDF2 100%);
  color: #3B454F;
  border: 0;
  border-radius: 4px;
  height: 38px;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.075);
}

/* line 30, app/assets/stylesheets/components/_buttons.scss */
.button:hover, .button:focus {
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #F9FAFB 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #F9FAFB 100%);
  color: #3257ec;
}

/* line 41, app/assets/stylesheets/components/_buttons.scss */
.button--white {
  background: rgba(255, 255, 255, 0.88);
}

/* line 43, app/assets/stylesheets/components/_buttons.scss */
.button--white:hover, .button--white:focus {
  background: rgba(255, 255, 255, 0.95);
}

/* line 48, app/assets/stylesheets/components/_buttons.scss */
.button--blue {
  background: -webkit-linear-gradient(top, #2DA0F9 0%, #3158ED 100%);
  background: linear-gradient(to bottom, #2DA0F9 0%, #3158ED 100%);
}

/* line 50, app/assets/stylesheets/components/_buttons.scss */
.button--blue:hover, .button--blue:focus {
  background: -webkit-linear-gradient(top, #46ABF9 0%, #4F74FF 100%);
  background: linear-gradient(to bottom, #46ABF9 0%, #4F74FF 100%);
}

/* line 55, app/assets/stylesheets/components/_buttons.scss */
.button--purple {
  background: -webkit-linear-gradient(top, #264E99 0%, #123773 100%);
  background: linear-gradient(to bottom, #264E99 0%, #123773 100%);
}

/* line 57, app/assets/stylesheets/components/_buttons.scss */
.button--purple:hover, .button--purple:focus {
  background: -webkit-linear-gradient(top, #2DA0F9 0%, #3158ED 100%);
  background: linear-gradient(to bottom, #2DA0F9 0%, #3158ED 100%);
}

/* line 62, app/assets/stylesheets/components/_buttons.scss */
.button--red {
  background: -webkit-linear-gradient(top, #FA705F 0%, #F64D58 100%);
  background: linear-gradient(to bottom, #FA705F 0%, #F64D58 100%);
}

/* line 64, app/assets/stylesheets/components/_buttons.scss */
.button--red:hover, .button--red:focus {
  background: -webkit-linear-gradient(top, #FA8678 0%, #FF5C66 100%);
  background: linear-gradient(to bottom, #FA8678 0%, #FF5C66 100%);
}

/* line 69, app/assets/stylesheets/components/_buttons.scss */
.button--green {
  background: -webkit-linear-gradient(top, #45D299 0%, #40C57A 100%);
  background: linear-gradient(to bottom, #45D299 0%, #40C57A 100%);
}

/* line 71, app/assets/stylesheets/components/_buttons.scss */
.button--green:hover, .button--green:focus {
  background: -webkit-linear-gradient(top, #49DEA2 0%, #44D181 100%);
  background: linear-gradient(to bottom, #49DEA2 0%, #44D181 100%);
}

/* line 76, app/assets/stylesheets/components/_buttons.scss */
.button--gold {
  background: -webkit-linear-gradient(top, #FEBE54 0%, #F97F52 100%);
  background: linear-gradient(to bottom, #FEBE54 0%, #F97F52 100%);
}

/* line 78, app/assets/stylesheets/components/_buttons.scss */
.button--gold:hover, .button--gold:focus {
  background: -webkit-linear-gradient(top, #FECD85 0%, #FA925D 100%);
  background: linear-gradient(to bottom, #FECD85 0%, #FA925D 100%);
}

/* line 83, app/assets/stylesheets/components/_buttons.scss */
.button--transparent {
  background: rgba(0, 0, 0, 0.2);
}

/* line 85, app/assets/stylesheets/components/_buttons.scss */
.button--transparent:hover, .button--transparent:focus {
  background: rgba(0, 0, 0, 0.3);
}

/* line 91, app/assets/stylesheets/components/_buttons.scss */
.button--blue, .button--purple, .button--red, .button--gold, .button--green {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 99, app/assets/stylesheets/components/_buttons.scss */
.button--blue:hover, .button--blue:focus, .button--purple:hover, .button--purple:focus, .button--red:hover, .button--red:focus, .button--gold:hover, .button--gold:focus, .button--green:hover, .button--green:focus {
  color: #fff;
}

/* line 106, app/assets/stylesheets/components/_buttons.scss */
.button--mini, .button--small {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.075);
}

/* line 111, app/assets/stylesheets/components/_buttons.scss */
.button--mini {
  height: 24px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 0.7em;
}

/* line 118, app/assets/stylesheets/components/_buttons.scss */
.button--small {
  height: 30px;
  padding-right: 8px;
  padding-left: 8px;
}

/* line 124, app/assets/stylesheets/components/_buttons.scss */
.button--large {
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 700;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.075);
}

/* line 132, app/assets/stylesheets/components/_buttons.scss */
.button--full-width {
  width: 100%;
}

/* line 137, app/assets/stylesheets/components/_buttons.scss */
.button__icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.8em;
}

/* line 142, app/assets/stylesheets/components/_buttons.scss */
.button--large .button__icon {
  font-size: 1.2em;
}

/* line 145, app/assets/stylesheets/components/_buttons.scss */
.button--small .button__icon {
  font-size: 0.8em;
}

/* line 150, app/assets/stylesheets/components/_buttons.scss */
.button--center {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
}

/* line 160, app/assets/stylesheets/components/_buttons.scss */
.button-bar {
  text-align: center;
}

/* line 162, app/assets/stylesheets/components/_buttons.scss */
.button-bar .button {
  margin: 0 0.5rem;
}

/* line 1, app/assets/stylesheets/components/_forms.scss */
form {
  width: 100%;
}

/* line 4, app/assets/stylesheets/components/_forms.scss */
form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* line 10, app/assets/stylesheets/components/_forms.scss */
form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 13px;
  color: #808E9C;
}

/* line 18, app/assets/stylesheets/components/_forms.scss */
form textarea, form input, form select {
  background-color: #F9FAFB;
  border: 1px solid #DAE2EB;
  color: #536170;
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  outline: 0;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  margin-bottom: 18px;
  font-size: 16px;
}

/* line 29, app/assets/stylesheets/components/_forms.scss */
form textarea:focus, form input:focus, form select:focus {
  background-color: #fff;
  outline: 0;
  border-color: #fff;
  box-shadow: 0 0 0 3px #3257ec;
  color: #536170;
}

/* line 38, app/assets/stylesheets/components/_forms.scss */
form input, form textarea {
  -webkit-appearance: none;
}

/* line 42, app/assets/stylesheets/components/_forms.scss */
form textarea {
  min-height: 100px;
  resize: vertical;
}

/* line 53, app/assets/stylesheets/components/_forms.scss */
.search-input {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 12px 0 38px;
  line-height: 38px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-repeat: no-repeat;
  background-position: 14px center;
  background-color: #fff;
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/icons/search-black-554fa830818b669a5f1dd8bf9e68eefdc56b85669b23e9d30c90913585715a00.png);
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/icons/search-black-487128b2d252c3625462ec17c862617faf25fe98b866aea0cbee01efed689923.svg);
  box-shadow: 0 0 0 1px #E9EDF2;
  color: #536170;
}

/* line 75, app/assets/stylesheets/components/_forms.scss */
.search-input::-webkit-input-placeholder {
  color: #A5B4C4;
}

/* line 76, app/assets/stylesheets/components/_forms.scss */
.search-input::-moz-placeholder {
  color: #A5B4C4;
  opacity: 1;
}

/* line 77, app/assets/stylesheets/components/_forms.scss */
.search-input:-ms-input-placeholder {
  color: #A5B4C4;
}

/* line 78, app/assets/stylesheets/components/_forms.scss */
.search-input:-moz-placeholder {
  color: #A5B4C4;
  opacity: 1;
}

/* line 80, app/assets/stylesheets/components/_forms.scss */
.search-input.transparent {
  background-color: rgba(255, 255, 255, 0.15);
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/icons/search-white-af1a4802573c00d34f8342fb2eb7f2b0338a550f67245d5588a58f88a6c9b870.png);
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/icons/search-white-34a61714bc7ec54c4871a90c0b5b1d5a873e2172788db53f88fec52bb1874f49.svg);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.8);
}

/* line 86, app/assets/stylesheets/components/_forms.scss */
.search-input.transparent::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 87, app/assets/stylesheets/components/_forms.scss */
.search-input.transparent::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

/* line 88, app/assets/stylesheets/components/_forms.scss */
.search-input.transparent:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 89, app/assets/stylesheets/components/_forms.scss */
.search-input.transparent:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

/* line 92, app/assets/stylesheets/components/_forms.scss */
.search-input.dark {
  background-color: #3B454F;
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/icons/search-white-af1a4802573c00d34f8342fb2eb7f2b0338a550f67245d5588a58f88a6c9b870.png);
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/icons/search-white-34a61714bc7ec54c4871a90c0b5b1d5a873e2172788db53f88fec52bb1874f49.svg);
  box-shadow: none;
  color: #808E9C;
}

/* line 98, app/assets/stylesheets/components/_forms.scss */
.search-input.dark::-webkit-input-placeholder {
  color: #808E9C;
}

/* line 99, app/assets/stylesheets/components/_forms.scss */
.search-input.dark:-moz-placeholder {
  color: #808E9C;
}

/* line 100, app/assets/stylesheets/components/_forms.scss */
.search-input.dark::-moz-placeholder {
  color: #808E9C;
}

/* line 101, app/assets/stylesheets/components/_forms.scss */
.search-input.dark:-ms-input-placeholder {
  color: #808E9C;
}

/* line 104, app/assets/stylesheets/components/_forms.scss */
.search-input.light {
  background-color: #E9EDF2;
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/icons/search-black-554fa830818b669a5f1dd8bf9e68eefdc56b85669b23e9d30c90913585715a00.png);
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/icons/search-black-487128b2d252c3625462ec17c862617faf25fe98b866aea0cbee01efed689923.svg);
  box-shadow: none;
  color: #536170;
}

/* line 110, app/assets/stylesheets/components/_forms.scss */
.search-input.light::-webkit-input-placeholder {
  color: #A5B4C4;
}

/* line 111, app/assets/stylesheets/components/_forms.scss */
.search-input.light::-moz-placeholder {
  color: #A5B4C4;
  opacity: 1;
}

/* line 112, app/assets/stylesheets/components/_forms.scss */
.search-input.light:-ms-input-placeholder {
  color: #A5B4C4;
}

/* line 113, app/assets/stylesheets/components/_forms.scss */
.search-input.light:-moz-placeholder {
  color: #A5B4C4;
  opacity: 1;
}

/* line 116, app/assets/stylesheets/components/_forms.scss */
.search-input:focus, .search-input.transparent:focus, .search-input.dark:focus, .search-input.light:focus {
  background-color: #fff;
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/icons/search-black-554fa830818b669a5f1dd8bf9e68eefdc56b85669b23e9d30c90913585715a00.png);
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/icons/search-black-487128b2d252c3625462ec17c862617faf25fe98b866aea0cbee01efed689923.svg);
  box-shadow: 0 0 0 3px #3257ec;
  color: #536170;
  outline: 0;
}

/* line 123, app/assets/stylesheets/components/_forms.scss */
.search-input:focus::-webkit-input-placeholder, .search-input.transparent:focus::-webkit-input-placeholder, .search-input.dark:focus::-webkit-input-placeholder, .search-input.light:focus::-webkit-input-placeholder {
  color: #A5B4C4;
}

/* line 124, app/assets/stylesheets/components/_forms.scss */
.search-input:focus::-moz-placeholder, .search-input.transparent:focus::-moz-placeholder, .search-input.dark:focus::-moz-placeholder, .search-input.light:focus::-moz-placeholder {
  color: #A5B4C4;
  opacity: 1;
}

/* line 125, app/assets/stylesheets/components/_forms.scss */
.search-input:focus:-ms-input-placeholder, .search-input.transparent:focus:-ms-input-placeholder, .search-input.dark:focus:-ms-input-placeholder, .search-input.light:focus:-ms-input-placeholder {
  color: #A5B4C4;
}

/* line 126, app/assets/stylesheets/components/_forms.scss */
.search-input:focus:-moz-placeholder, .search-input.transparent:focus:-moz-placeholder, .search-input.dark:focus:-moz-placeholder, .search-input.light:focus:-moz-placeholder {
  color: #A5B4C4;
  opacity: 1;
}

/* line 132, app/assets/stylesheets/components/_forms.scss */
.search-input.big {
  height: 50px;
  line-height: 48px;
  font-size: 17px;
}

/* line 4, app/assets/stylesheets/components/_primary_cta.scss */
.primary-cta {
  width: 100%;
}

/* line 7, app/assets/stylesheets/components/_primary_cta.scss */
.primary-cta__form {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/components/_primary_cta.scss */
  .primary-cta__form {
    border-radius: 4px;
    max-width: 500px;
    width: 100%;
    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;
  }
  /* line 78, app/assets/stylesheets/core/_mixins.scss */
  .primary-cta__form:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 20, app/assets/stylesheets/components/_primary_cta.scss */
.primary-cta__input {
  border: 0;
  box-shadow: inset 0 0 0 1px #DAE2EB;
  border-radius: 4px;
  padding: 0 18px;
  margin-bottom: 10px;
  height: 38px;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/components/_primary_cta.scss */
  .primary-cta__input {
    margin: 0 6px 0 0;
    width: calc(100% - 210px);
    padding-left: 14px;
    padding-right: 14px;
    border: 0;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  /* line 20, app/assets/stylesheets/components/_primary_cta.scss */
  .primary-cta__input {
    width: calc(100% - 220px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 45, app/assets/stylesheets/components/_primary_cta.scss */
.primary-cta__action {
  padding-bottom: .2em;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 45, app/assets/stylesheets/components/_primary_cta.scss */
  .primary-cta__action {
    width: auto;
  }
}

/* line 54, app/assets/stylesheets/components/_primary_cta.scss */
.primary-cta__secondary {
  margin-top: .8rem;
  font-size: 15px;
  font-size: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/components/_primary_cta.scss */
  .primary-cta__secondary {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  /* line 54, app/assets/stylesheets/components/_primary_cta.scss */
  .primary-cta__secondary {
    font-size: 17px;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  /* line 54, app/assets/stylesheets/components/_primary_cta.scss */
  .primary-cta__secondary {
    font-size: 18px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/components/_primary_cta.scss */
  .primary-cta__secondary {
    text-align: left;
  }
}

/* line 64, app/assets/stylesheets/components/_primary_cta.scss */
.primary-cta__subtext {
  font-size: 0.8rem;
  font-weight: 600;
  color: #808E9C;
  margin: 6px 0 0 2px;
}

@media (max-width: 768px) {
  /* line 64, app/assets/stylesheets/components/_primary_cta.scss */
  .primary-cta__subtext {
    text-align: center;
  }
}

/* line 74, app/assets/stylesheets/components/_primary_cta.scss */
.view--inverted .primary-cta__subtext {
  color: rgba(255, 255, 255, 0.6);
}

/* line 79, app/assets/stylesheets/components/_primary_cta.scss */
.primary-cta .request-a-trial {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 79, app/assets/stylesheets/components/_primary_cta.scss */
  .primary-cta .request-a-trial {
    width: 235px;
  }
}

@media (min-width: 1024px) {
  /* line 7, app/assets/stylesheets/components/_subnavigation.scss */
  .view--has-subnav .view-subnavigation-wrapper + .view-header, .view--has-subnav .view-subnavigation-wrapper + .view-hero {
    margin-top: 140px;
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  /* line 16, app/assets/stylesheets/components/_subnavigation.scss */
  .view--has-subnav .view-subnavigation-wrapper + .view-hero .screenshot {
    top: 200px;
  }
}

@media (min-width: 1024px) {
  /* line 23, app/assets/stylesheets/components/_subnavigation.scss */
  .view--has-subnav .view-subnavigation-wrapper + .view-breadcrumbs {
    margin-top: 140px;
    padding-top: 16px;
  }
}

@media (min-width: 1024px) {
  /* line 33, app/assets/stylesheets/components/_subnavigation.scss */
  .view--has-subnav.view--es .view-subnavigation-wrapper + .view-header {
    margin-top: 0px;
    padding-top: 140px;
  }
}

/* line 43, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation-wrapper {
  display: none;
}

@media (min-width: 1024px) {
  /* line 43, app/assets/stylesheets/components/_subnavigation.scss */
  .view-subnavigation-wrapper {
    display: block;
    height: 62px;
    z-index: 3;
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
  }
}

/* line 58, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation {
  background: #fff;
  box-shadow: 0 0 0 1px #E9EDF2;
}

/* line 62, app/assets/stylesheets/components/_subnavigation.scss */
.view--es .view-subnavigation {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%), -webkit-linear-gradient(left, #23A199 0%, #23BAB1 50.49%, #00BFB3 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(90deg, #23A199 0%, #23BAB1 50.49%, #00BFB3 100%);
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
}

/* line 70, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation--stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 77, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation__container {
  height: 62px;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

/* line 86, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation__container .wrapper, .view-subnavigation__container #search-overlay .sui-layout-body__inner, #search-overlay .view-subnavigation__container .sui-layout-body__inner {
  width: 100%;
}

/* line 91, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation__title {
  font-size: 16.875px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 40px;
}

@media (min-width: 768px) {
  /* line 91, app/assets/stylesheets/components/_subnavigation.scss */
  .view-subnavigation__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  /* line 91, app/assets/stylesheets/components/_subnavigation.scss */
  .view-subnavigation__title {
    font-size: 19.125px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  /* line 91, app/assets/stylesheets/components/_subnavigation.scss */
  .view-subnavigation__title {
    font-size: 20.25px;
    font-size: 1.125rem;
  }
}

/* line 97, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation__nav-link {
  position: relative;
  height: 62px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #536170;
  font-size: .9em;
}

/* line 106, app/assets/stylesheets/components/_subnavigation.scss */
.view--es .view-subnavigation__nav-link {
  color: rgba(255, 255, 255, 0.9);
}

/* line 110, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation__nav-link:hover {
  color: #3257ec;
}

/* line 113, app/assets/stylesheets/components/_subnavigation.scss */
.view--es .view-subnavigation__nav-link:hover {
  color: #fff;
}

/* line 119, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation__nav-link .icon-external {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

/* line 124, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation__nav-link .icon-external path {
  fill: rgba(59, 69, 79, 0.6);
}

/* line 129, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation__nav-link--active {
  color: #3257ec;
  font-weight: 600;
}

/* line 133, app/assets/stylesheets/components/_subnavigation.scss */
.view--es .view-subnavigation__nav-link--active {
  color: #fff;
}

/* line 137, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation__nav-link--active:after {
  content: '';
  background: #3257ec;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  opacity: .8;
}

/* line 147, app/assets/stylesheets/components/_subnavigation.scss */
.view--es .view-subnavigation__nav-link--active:after {
  background: #fff;
}

/* line 153, app/assets/stylesheets/components/_subnavigation.scss */
.view-subnavigation__nav-link + .view-subnavigation__nav-link {
  margin-left: 1.5em;
}

/* line 5, app/assets/stylesheets/flamingo/components/_view_hero.scss */
.view-hero {
  padding-top: 70px;
  overflow: hidden;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/flamingo/components/_view_hero.scss */
  .view-hero {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  /* line 13, app/assets/stylesheets/flamingo/components/_view_hero.scss */
  .view-hero .wrapper, .view-hero #search-overlay .sui-layout-body__inner, #search-overlay .view-hero .sui-layout-body__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/flamingo/components/_view_hero.scss */
  .view-hero--centered .wrapper, .view-hero--centered #search-overlay .sui-layout-body__inner, #search-overlay .view-hero--centered .sui-layout-body__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  /* line 25, app/assets/stylesheets/flamingo/components/_view_hero.scss */
  .view-hero__content, .view-hero__image {
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/flamingo/components/_view_hero.scss */
  .view-hero--centered .view-hero__content, .view-hero--centered .view-hero__image {
    width: 100%;
  }
}

/* line 38, app/assets/stylesheets/flamingo/components/_view_hero.scss */
.view-hero__content {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 30px 0;
}

/* line 45, app/assets/stylesheets/flamingo/components/_view_hero.scss */
.view-hero--centered .view-hero__content {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/flamingo/components/_view_hero.scss */
  .view-hero__content {
    padding: 90px 0 120px;
  }
}

/* line 54, app/assets/stylesheets/flamingo/components/_view_hero.scss */
.view-hero__image {
  display: none;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/flamingo/components/_view_hero.scss */
  .view-hero__image {
    position: relative;
    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;
  }
}

@media (min-width: 768px) {
  /* line 63, app/assets/stylesheets/flamingo/components/_view_hero.scss */
  .view-hero__image .isometric-hero {
    position: absolute;
    top: -10%;
    left: -10%;
    height: 120%;
    max-width: none;
    width: auto;
  }
}

@media (min-width: 1024px) {
  /* line 63, app/assets/stylesheets/flamingo/components/_view_hero.scss */
  .view-hero__image .isometric-hero {
    top: -10%;
    left: 0%;
    height: 140%;
  }
}

/* line 81, app/assets/stylesheets/flamingo/components/_view_hero.scss */
.view-hero .view-subtitle {
  font-size: calc(18px + 4 * ((100vw - 375px) / 1225));
}

/* line 5, app/assets/stylesheets/flamingo/components/_hero_callout.scss */
.hero-callout {
  font-size: .875em;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  box-shadow: 0 0 0 1.5px rgba(50, 87, 236, 0.25);
  border-radius: 999px;
  padding: 0 .75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  margin: 0 0 1.5rem;
}

/* line 367, app/assets/stylesheets/core/_mixins.scss */
.hero-callout:after {
  content: '\00a0\2192';
}

@media (min-width: 1024px) {
  /* line 5, app/assets/stylesheets/flamingo/components/_hero_callout.scss */
  .hero-callout {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* line 24, app/assets/stylesheets/flamingo/components/_hero_callout.scss */
.hero-callout:hover {
  background: #3257ec;
  color: #fff;
  box-shadow: 0 0 0 1.5px rgba(50, 87, 236, 0), 0 2px 8px rgba(0, 0, 0, 0.075);
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
}

/* line 5, app/assets/stylesheets/flamingo/components/_video_banner.scss */
.video-banner {
  padding: 2rem 0;
  position: relative;
}

/* line 9, app/assets/stylesheets/flamingo/components/_video_banner.scss */
.video-banner .wrapper, .video-banner #search-overlay .sui-layout-body__inner, #search-overlay .video-banner .sui-layout-body__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 13, app/assets/stylesheets/flamingo/components/_video_banner.scss */
.video-banner__thumbnail {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #3257ec;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1rem;
  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;
  font-size: 20px;
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/flamingo/components/_video_banner.scss */
.video-banner__thumbnail:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em 0 .5em .875em;
  border-color: transparent transparent transparent #fff;
  margin-left: .25em;
}

/* line 36, app/assets/stylesheets/flamingo/components/_video_banner.scss */
.video-banner__thumbnail:hover {
  background: #5878f9;
}

/* line 41, app/assets/stylesheets/flamingo/components/_video_banner.scss */
.video-banner__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

/* line 46, app/assets/stylesheets/flamingo/components/_video_banner.scss */
.video-banner__content p {
  margin: .25em 0 0;
}

/* line 5, app/assets/stylesheets/flamingo/components/_content_grid.scss */
.content-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -2rem;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/flamingo/components/_content_grid.scss */
  .content-grid {
    margin-bottom: 0;
  }
  @supports ((display: -ms-grid) or (display: grid)) {
    /* line 5, app/assets/stylesheets/flamingo/components/_content_grid.scss */
    .content-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      grid-gap: 3rem;
    }
  }
}

@media (min-width: 1200px) {
  @supports ((display: -ms-grid) or (display: grid)) {
    /* line 5, app/assets/stylesheets/flamingo/components/_content_grid.scss */
    .content-grid {
      grid-gap: 5rem;
    }
  }
}

/* line 28, app/assets/stylesheets/flamingo/components/_content_grid.scss */
.content-grid-section {
  margin-bottom: 2rem;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/flamingo/components/_content_grid.scss */
  .content-grid-section {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: calc(50% - 1.5rem);
  }
  @supports ((display: -ms-grid) or (display: grid)) {
    /* line 28, app/assets/stylesheets/flamingo/components/_content_grid.scss */
    .content-grid-section {
      width: auto;
    }
  }
  /* line 42, app/assets/stylesheets/flamingo/components/_content_grid.scss */
  .content-grid-section:nth-child(n+3) {
    margin-top: 3rem;
  }
  @supports ((display: -ms-grid) or (display: grid)) {
    /* line 42, app/assets/stylesheets/flamingo/components/_content_grid.scss */
    .content-grid-section:nth-child(n+3) {
      margin-top: 0;
    }
  }
}

/* line 51, app/assets/stylesheets/flamingo/components/_content_grid.scss */
.content-grid-section--full-width {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  width: 100%;
}

@supports ((display: -ms-grid) or (display: grid)) {
  /* line 51, app/assets/stylesheets/flamingo/components/_content_grid.scss */
  .content-grid-section--full-width {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: -1;
  }
}

/* line 62, app/assets/stylesheets/flamingo/components/_content_grid.scss */
.content-grid-section--example {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  /* line 62, app/assets/stylesheets/flamingo/components/_content_grid.scss */
  .content-grid-section--example {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 70, app/assets/stylesheets/flamingo/components/_content_grid.scss */
.content-grid-section--centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

/* line 76, app/assets/stylesheets/flamingo/components/_content_grid.scss */
.content-grid-section img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* line 80, app/assets/stylesheets/flamingo/components/_content_grid.scss */
.content-grid-section__icon {
  display: block;
  margin-bottom: 2rem;
}

/* line 85, app/assets/stylesheets/flamingo/components/_content_grid.scss */
.content-grid-section__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 89, app/assets/stylesheets/flamingo/components/_content_grid.scss */
.content-grid-section__links .view-link + .view-link {
  margin-top: .75em;
}

/* line 5, app/assets/stylesheets/flamingo/components/_testimonial.scss */
.testimonial {
  text-align: center;
}

/* line 8, app/assets/stylesheets/flamingo/components/_testimonial.scss */
.testimonial .wrapper, .testimonial #search-overlay .sui-layout-body__inner, #search-overlay .testimonial .sui-layout-body__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 13, app/assets/stylesheets/flamingo/components/_testimonial.scss */
.testimonial__links {
  margin-top: 2rem;
}

/* line 18, app/assets/stylesheets/flamingo/components/_testimonial.scss */
.quotation-mark {
  font-size: 4rem;
  width: 50px;
  height: 50px;
  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;
  color: #808E9C;
  line-height: 0;
}

@media (min-width: 768px) {
  /* line 18, app/assets/stylesheets/flamingo/components/_testimonial.scss */
  .quotation-mark {
    font-size: 6rem;
  }
}

/* line 33, app/assets/stylesheets/flamingo/components/_testimonial.scss */
.blockquote {
  margin: 0;
}

/* line 36, app/assets/stylesheets/flamingo/components/_testimonial.scss */
.blockquote__quote {
  font-size: 1.125em;
  color: #3B454F;
  font-family: "TiemposHeadlineWeb", Georgia, serif;
  font-style: italic;
  font-weight: 300;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/flamingo/components/_testimonial.scss */
  .blockquote__quote {
    font-size: 2em;
  }
}

/* line 48, app/assets/stylesheets/flamingo/components/_testimonial.scss */
.blockquote__author {
  color: #6c7987;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 768px) {
  /* line 48, app/assets/stylesheets/flamingo/components/_testimonial.scss */
  .blockquote__author {
    font-size: 1.5em;
  }
}

/* line 59, app/assets/stylesheets/flamingo/components/_testimonial.scss */
.blockquote__author small {
  font-weight: 400;
}

/* line 6, app/assets/stylesheets/flamingo/components/_path_selector.scss */
.path-selector .wrapper, .path-selector #search-overlay .sui-layout-body__inner, #search-overlay .path-selector .sui-layout-body__inner {
  position: relative;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/flamingo/components/_path_selector.scss */
  .path-selector .wrapper, .path-selector #search-overlay .sui-layout-body__inner, #search-overlay .path-selector .sui-layout-body__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (min-width: 768px) {
  /* line 14, app/assets/stylesheets/flamingo/components/_path_selector.scss */
  .path-selector .wrapper:after, .path-selector #search-overlay .sui-layout-body__inner:after, #search-overlay .path-selector .sui-layout-body__inner:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 1px;
    background-image: -webkit-linear-gradient(top, rgba(218, 226, 235, 0) 0%, #C5D1DE 80%);
    background-image: linear-gradient(to bottom, rgba(218, 226, 235, 0) 0%, #C5D1DE 80%);
    pointer-events: none;
    z-index: 2;
  }
}

/* line 30, app/assets/stylesheets/flamingo/components/_path_selector.scss */
.path-selector-item {
  text-align: center;
  padding: 3rem 1.5rem;
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/flamingo/components/_path_selector.scss */
  .path-selector-item {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 5rem 3rem;
  }
}

/* line 42, app/assets/stylesheets/flamingo/components/_path_selector.scss */
.path-selector-item:before {
  content: '';
  width: 100%;
  height: calc(100% - 2rem);
  position: absolute;
  top: 1rem;
  left: 0;
  border: 1px solid #E9EDF2;
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/flamingo/components/_path_selector.scss */
  .path-selector-item:before {
    display: none;
  }
}

/* line 58, app/assets/stylesheets/flamingo/components/_path_selector.scss */
.path-selector-item > * {
  position: relative;
  z-index: 2;
}

/* line 63, app/assets/stylesheets/flamingo/components/_path_selector.scss */
.path-selector-item .view-title {
  margin-bottom: 1rem;
  color: #3B454F;
}

/* line 69, app/assets/stylesheets/flamingo/components/_path_selector.scss */
.path-selector-item:hover .view-title {
  color: #6c7987;
}

/* line 5, app/assets/stylesheets/flamingo/components/_grid_list.scss */
.grid-list,
.view-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  font-weight: 500;
}

@media (min-width: 480px) {
  /* line 13, app/assets/stylesheets/flamingo/components/_grid_list.scss */
  .grid-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  @supports ((display: -ms-grid) or (display: grid)) {
    /* line 13, app/assets/stylesheets/flamingo/components/_grid_list.scss */
    .grid-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
      grid-gap: .5rem;
    }
  }
}

/* line 26, app/assets/stylesheets/flamingo/components/_grid_list.scss */
.view-list {
  line-height: 1.5;
}

/* line 30, app/assets/stylesheets/flamingo/components/_grid_list.scss */
.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 480px) {
  @supports not ((display: -ms-grid) or (display: grid)) {
    /* line 30, app/assets/stylesheets/flamingo/components/_grid_list.scss */
    .list-item {
      width: calc(33.333333333% - .333333333rem);
      margin-left: .5rem;
    }
    /* line 39, app/assets/stylesheets/flamingo/components/_grid_list.scss */
    .list-item:nth-child(3n+1) {
      margin-left: 0;
    }
    /* line 42, app/assets/stylesheets/flamingo/components/_grid_list.scss */
    .list-item:nth-child(n+4) {
      margin-top: .5rem;
    }
  }
}

/* line 48, app/assets/stylesheets/flamingo/components/_grid_list.scss */
.list-item:before {
  content: '\2219';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: .5;
  width: 1em;
  height: 1em;
  -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;
  border-radius: 50%;
  margin-right: .25em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1em;
  position: relative;
  top: 2px;
}

@media (min-width: 480px) {
  /* line 5, app/assets/stylesheets/flamingo/components/_solutions_selector.scss */
  .solutions-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

/* line 11, app/assets/stylesheets/flamingo/components/_solutions_selector.scss */
.solutions-selector .solution {
  background: #3B454F;
  color: #fff;
  height: 280px;
  padding: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: z-index 0s 0.3s linear, -webkit-transform 0.3s ease;
  transition: z-index 0s 0.3s linear, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, z-index 0s 0.3s linear;
  transition: transform 0.3s ease, z-index 0s 0.3s linear, -webkit-transform 0.3s ease;
  will-change: transform;
  width: 100%;
  display: block;
}

@media (min-width: 480px) {
  /* line 11, app/assets/stylesheets/flamingo/components/_solutions_selector.scss */
  .solutions-selector .solution {
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/flamingo/components/_solutions_selector.scss */
  .solutions-selector .solution {
    padding: 3rem 2rem;
    height: 360px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* line 37, app/assets/stylesheets/flamingo/components/_solutions_selector.scss */
.solutions-selector .solution:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(30, 36, 41, 0), rgba(30, 36, 41, 0.85));
  background: linear-gradient(to bottom, rgba(30, 36, 41, 0), rgba(30, 36, 41, 0.85));
  z-index: 2;
}

/* line 48, app/assets/stylesheets/flamingo/components/_solutions_selector.scss */
.solutions-selector .solution__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
  will-change: transform;
}

/* line 60, app/assets/stylesheets/flamingo/components/_solutions_selector.scss */
.solutions-selector .solution:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: z-index 0s linear, -webkit-transform 0.3s ease;
  transition: z-index 0s linear, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, z-index 0s linear;
  transition: transform 0.3s ease, z-index 0s linear, -webkit-transform 0.3s ease;
  z-index: 2;
}

/* line 68, app/assets/stylesheets/flamingo/components/_solutions_selector.scss */
.solutions-selector .solution:hover .solution__image {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

/* line 73, app/assets/stylesheets/flamingo/components/_solutions_selector.scss */
.solutions-selector .solution__title {
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 3rem;
  padding: 0 2rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 3;
  font-size: 1.125em;
  height: 2em;
}

/* line 5, app/assets/stylesheets/flamingo/components/_flex_table.scss */
.flex-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

/* line 11, app/assets/stylesheets/flamingo/components/_flex_table.scss */
.flex-table__row {
  padding: 10px 0 10px 50px;
  position: relative;
}

@media (min-width: 1024px) {
  /* line 11, app/assets/stylesheets/flamingo/components/_flex_table.scss */
  .flex-table__row {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

/* line 22, app/assets/stylesheets/flamingo/components/_flex_table.scss */
.flex-table__row:before {
  width: 50px;
  height: 50px;
  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;
  content: '\002714';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #A5B4C4;
}

/* line 34, app/assets/stylesheets/flamingo/components/_flex_table.scss */
.flex-table__row + .flex-table__row {
  border-top: 1px solid #DAE2EB;
}

@media (min-width: 1024px) {
  /* line 39, app/assets/stylesheets/flamingo/components/_flex_table.scss */
  .flex-table__cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    white-space: nowrap;
  }
}

/* line 51, app/assets/stylesheets/flamingo/components/_flex_table.scss */
.flex-table__cell--small {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 55, app/assets/stylesheets/flamingo/components/_flex_table.scss */
.flex-table__cell--medium {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 5, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
.features-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

@media (min-width: 768px) {
  @supports ((display: -ms-grid) or (display: grid)) {
    /* line 5, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
    .features-grid {
      display: -ms-grid;
      display: grid;
      grid-gap: 1.5rem;
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
    }
  }
}

@media (min-width: 1200px) {
  @supports ((display: -ms-grid) or (display: grid)) {
    /* line 5, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
    .features-grid {
      grid-gap: 2rem;
    }
  }
}

@media (min-width: 768px) {
  /* line 25, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
  .features-grid .features-grid-item {
    width: calc(50% - 1rem);
    margin-left: 2rem;
  }
  @supports ((display: -ms-grid) or (display: grid)) {
    /* line 25, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
    .features-grid .features-grid-item {
      width: auto;
      margin: 0;
    }
  }
  /* line 35, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
  .features-grid .features-grid-item:nth-child(2n+1) {
    margin-left: 0;
  }
  /* line 38, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
  .features-grid .features-grid-item:nth-child(n+3) {
    margin-top: 2rem;
  }
  @supports ((display: -ms-grid) or (display: grid)) {
    /* line 38, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
    .features-grid .features-grid-item:nth-child(n+3) {
      margin-top: 0;
    }
  }
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
  .features-grid[data-columns="3"] {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  @supports not ((display: -ms-grid) or (display: grid)) {
    /* line 55, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
    .features-grid[data-columns="3"] .features-grid-item {
      width: calc(33.333333333% - 1.333333333rem);
      margin-left: 2rem;
    }
    /* line 61, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
    .features-grid[data-columns="3"] .features-grid-item:nth-child(3n+1) {
      margin-left: 0;
    }
    /* line 64, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
    .features-grid[data-columns="3"] .features-grid-item:nth-child(n+4) {
      margin-top: 2rem;
    }
  }
}

@media (min-width: 768px) {
  /* line 72, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
  .features-grid[data-columns="4"] {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  @supports not ((display: -ms-grid) or (display: grid)) {
    /* line 77, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
    .features-grid[data-columns="4"] .features-grid-item {
      width: calc(25% - 1.5rem);
      margin-left: 2rem;
    }
    /* line 83, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
    .features-grid[data-columns="4"] .features-grid-item:nth-child(4n+1) {
      margin-left: 0;
    }
    /* line 86, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
    .features-grid[data-columns="4"] .features-grid-item:nth-child(n+5) {
      margin-top: 2rem;
    }
  }
}

/* line 95, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
.view-title + .features-grid {
  margin-top: 1.5rem;
}

/* line 99, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
.features-grid-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  /* line 99, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
  .features-grid-item {
    padding-left: 0;
    margin-bottom: 0;
  }
}

/* line 109, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
.features-grid-item .icon {
  font-size: 3rem;
  margin-bottom: .5rem;
}

@media (max-width: 767px) {
  /* line 109, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
  .features-grid-item .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}

/* line 119, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
.features-grid-item__title {
  margin-bottom: .35em;
}

/* line 123, app/assets/stylesheets/flamingo/components/_feature_grid.scss */
.features-grid-item__description {
  margin: 0;
}

/* line 8, app/assets/stylesheets/flamingo/components/_grid_carousel.scss */
.grid-carousel__container {
  position: relative;
}

/* line 12, app/assets/stylesheets/flamingo/components/_grid_carousel.scss */
.grid-carousel__item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 17, app/assets/stylesheets/flamingo/components/_grid_carousel.scss */
.grid-carousel__item--active {
  opacity: 1;
}

/* line 25, app/assets/stylesheets/flamingo/components/_grid_carousel.scss */
.grid-carousel__control .view-title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

/* line 29, app/assets/stylesheets/flamingo/components/_grid_carousel.scss */
.grid-carousel__control .view-title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #6c7987;
  position: absolute;
  top: 50%;
  right: 100%;
  position: absolute;
  -webkit-transform: translate(-1rem, -50%);
      -ms-transform: translate(-1rem, -50%);
          transform: translate(-1rem, -50%);
  margin-right: .5rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: opacity transform;
}

/* line 49, app/assets/stylesheets/flamingo/components/_grid_carousel.scss */
.grid-carousel__control--active > * {
  position: relative;
  z-index: 2;
}

/* line 54, app/assets/stylesheets/flamingo/components/_grid_carousel.scss */
.grid-carousel__control--active .view-title {
  color: #F9533B;
}

/* line 57, app/assets/stylesheets/flamingo/components/_grid_carousel.scss */
.grid-carousel__control--active .view-title:before {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* line 5, app/assets/stylesheets/flamingo/components/_hero_carousel.scss */
.hero-carousel__item {
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  will-change: transform opacity;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 11, app/assets/stylesheets/flamingo/components/_hero_carousel.scss */
.hero-carousel__item--active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* line 5, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
.announcement-banner {
  display: block;
  text-align: center;
  background: #fff;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
  .announcement-banner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 65px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 4rem;
    text-align: left;
  }
}

/* line 25, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
.announcement-banner--as-ga {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 31, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
.announcement-banner__content {
  color: #3B454F;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
  .announcement-banner__content {
    margin-left: 1rem;
    margin-right: 2rem;
  }
}

@media (min-width: 1024px) {
  /* line 31, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
  .announcement-banner__content {
    margin-right: 10rem;
  }
}

/* line 42, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
.announcement-banner__content p {
  margin-top: .5rem;
  margin-bottom: 0;
}

/* line 48, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
.announcement-banner__actions {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 768px) {
  /* line 48, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
  .announcement-banner__actions {
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 48, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
  .announcement-banner__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 63, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
.announcement-banner__action {
  font-weight: 500;
  margin-top: 1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 768px) {
  /* line 63, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
  .announcement-banner__action {
    margin-top: 0;
    margin-left: auto;
  }
}

/* line 73, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
.announcement-banner__action + .announcement-banner__action {
  margin-left: 1.5rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 73, app/assets/stylesheets/flamingo/components/_announcement_banner.scss */
  .announcement-banner__action + .announcement-banner__action {
    margin-top: 1.5rem;
    margin-left: auto;
  }
}

/* line 5, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plans {
  color: #3B454F;
  padding: 3rem 0;
}

/* line 9, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plans .wrapper, .pricing-plans #search-overlay .sui-layout-body__inner, #search-overlay .pricing-plans .sui-layout-body__inner {
  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;
  -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;
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 9, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plans .wrapper, .pricing-plans #search-overlay .sui-layout-body__inner, #search-overlay .pricing-plans .sui-layout-body__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

/* line 24, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 500px;
  width: 100%;
}

@media (max-width: 1023px) {
  /* line 31, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plan + .pricing-plan {
    margin-top: 1.5rem;
  }
}

/* line 37, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan > * {
  position: relative;
  z-index: 2;
}

/* line 42, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan:before {
  content: '';
  background: #fff;
  position: absolute;
  width: calc(100% + 2px);
  top: 0;
  left: -1px;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #E9EDF2;
}

@media (min-width: 1024px) {
  /* line 24, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plan {
    width: 31%;
  }
}

/* line 62, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan--premium_metered {
  color: #fff;
}

/* line 64, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan--premium_metered:before {
  background: #003F82;
  border: 1px solid #003F82;
}

/* line 71, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan--premium_metered .pricing-plan-features {
  font-weight: 600;
}

/* line 80, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-header {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  padding: 0 20px;
}

@media (min-width: 1200px) {
  /* line 80, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plan-header {
    padding: 0 30px;
  }
}

/* line 91, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-header__name {
  font-size: 1.75em;
  font-weight: 800;
}

@media (min-width: 768px) {
  /* line 91, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plan-header__name {
    font-size: 1.875em;
    margin-top: 20px;
  }
}

/* line 101, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-header__tagline {
  color: #808E9C;
  font-size: 0.5em;
  font-weight: 400;
}

/* line 107, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-header__price {
  font-size: 1.25em;
}

@media (min-width: 1200px) {
  /* line 107, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plan-header__price {
    font-size: 2.325em;
    margin-top: 24px;
  }
}

/* line 115, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-header__price:before {
  font-size: .875rem;
  color: #6c7987;
  display: block;
  content: 'Starting at';
}

/* line 122, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-header__price:after {
  content: '/mo';
  font-size: 1rem;
}

/* line 128, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-header__price-custom {
  font-size: 1.1em;
}

@media (min-width: 1200px) {
  /* line 128, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plan-header__price-custom {
    font-size: 1.3em;
  }
}

/* line 137, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-limits {
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #F9FAFB;
  padding: 0 20px;
}

@media (min-width: 1200px) {
  /* line 137, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plan-limits {
    padding: 0 30px;
    height: 135px;
  }
}

/* line 152, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-limit {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  /* line 152, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plan-limit {
    -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;
  }
}

/* line 163, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-limit__title {
  font-weight: 600;
}

/* line 167, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-limit__description {
  color: #6c7987;
}

@media (min-width: 1200px) {
  /* line 167, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plan-limit__description {
    margin-left: auto;
  }
}

/* line 178, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-limit + .pricing-plan-limit, .pricing-plan-limit + .pricing-plan-feature,
.pricing-plan-feature + .pricing-plan-limit,
.pricing-plan-feature + .pricing-plan-feature {
  margin-top: .5rem;
}

/* line 183, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-features {
  padding: 15px 20px;
}

@media (min-width: 1200px) {
  /* line 183, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plan-features {
    padding: 38px 30px 10px;
  }
}

/* line 191, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-footer {
  padding: 15px 20px;
}

@media (min-width: 1200px) {
  /* line 191, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
  .pricing-plan-footer {
    padding: 28px 30px;
  }
}

/* line 200, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-features ul {
  margin: 0;
  padding: 0 0 0 1rem;
}

/* line 205, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-features li {
  list-style: none;
  margin-bottom: 14px;
}

/* line 211, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan-footer {
  margin-top: auto;
}

/* line 217, app/assets/stylesheets/flamingo/components/_pricing_grid.scss */
.pricing-plan--low_metered .pricing-plan-header__name,
.pricing-plan--high_metered .pricing-plan-header__name {
  color: #436df0;
}

/* line 5, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix {
  margin: 0 0 2rem;
}

@media (min-width: 1024px) {
  /* line 5, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix {
    margin: 0 0 4rem;
  }
}

/* line 12, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix .wrapper, .pricing-matrix #search-overlay .sui-layout-body__inner, #search-overlay .pricing-matrix .sui-layout-body__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-item: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 17, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix .wrapper:before, .pricing-matrix #search-overlay .sui-layout-body__inner:before, #search-overlay .pricing-matrix .sui-layout-body__inner:before, .pricing-matrix .wrapper:after, .pricing-matrix #search-overlay .sui-layout-body__inner:after, #search-overlay .pricing-matrix .sui-layout-body__inner:after {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 12, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix .wrapper, .pricing-matrix #search-overlay .sui-layout-body__inner, #search-overlay .pricing-matrix .sui-layout-body__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 28, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #E9EDF2;
  border-radius: 4px;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__row {
    width: calc(50% - 1rem);
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  /* line 28, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__row {
    width: 100%;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1024px) {
  /* line 53, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__row + .pricing-matrix__row {
    border-top: 1px solid #E9EDF2;
  }
}

@media (min-width: 1024px) {
  /* line 59, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__row--primary {
    background: #f5f7fe;
  }
}

/* line 66, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 93px;
  padding: 0 30px;
}

@media (min-width: 1024px) {
  /* line 66, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__cell {
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}

/* line 83, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__cell + .pricing-matrix__cell {
  border-top: 1px solid #E9EDF2;
}

@media (min-width: 1024px) {
  /* line 83, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__cell + .pricing-matrix__cell {
    border-top: 0;
    border-left: 1px solid #E9EDF2;
  }
}

/* line 92, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__cell:first-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 96, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__cell strong {
  font-weight: 600;
}

/* line 102, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__cell strong + span,
.pricing-matrix__cell .icon + span {
  margin-left: .25em;
}

@media (min-width: 1024px) {
  /* line 102, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__cell strong + span,
.pricing-matrix__cell .icon + span {
    margin-left: 0;
    margin-top: .25em;
  }
}

/* line 111, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__cell .icon {
  color: #07B966;
  font-size: 1.5em;
}

@media (max-width: 1023px) {
  /* line 118, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__cell:nth-child(1) {
    border-bottom: 1px solid #E9EDF2;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
  }
  /* line 124, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__cell:nth-child(2), .pricing-matrix__cell:nth-child(3), .pricing-matrix__cell:nth-child(4) {
    padding-left: 130px;
    position: relative;
    font-size: .875em;
  }
  /* line 131, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__cell:nth-child(2):before, .pricing-matrix__cell:nth-child(3):before, .pricing-matrix__cell:nth-child(4):before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    padding: 0 20px;
    height: 100%;
    background: #F9FAFB;
    font-weight: 600;
  }
  /* line 146, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__cell:nth-child(2):before {
    content: 'Standard';
    color: #436df0;
  }
  /* line 151, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__cell:nth-child(3):before {
    content: 'Pro';
    color: #436df0;
  }
  /* line 156, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__cell:nth-child(4):before {
    content: 'Premium';
    color: #003F82;
  }
}

/* line 163, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__subheader {
  background: #DAE2EB;
  font-weight: 800;
  padding: 8px 18px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  /* line 163, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__subheader {
    display: none;
  }
}

/* line 174, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__row--header {
  display: none;
}

@media (min-width: 1024px) {
  /* line 174, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__row--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 181, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__row--header .pricing-matrix__cell {
  border: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 188, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix hr {
  display: none;
}

@media (min-width: 1024px) {
  /* line 188, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix hr {
    display: block;
    height: 5px;
    background: #DAE2EB;
    margin: 0;
    border: 0;
  }
}

/* line 200, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__plan-name {
  font-size: 1.5em;
  font-weight: 700;
  color: #436df0;
  margin-right: 1rem;
}

/* line 206, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__plan-name--premium_metered {
  color: #003F82;
}

/* line 211, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__plan-price {
  font-size: 1.25em;
}

/* line 214, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__plan-price:after {
  content: '/mo';
  font-size: 1rem;
}

/* line 220, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__plan-price-custom {
  font-size: 1.25em;
}

/* line 224, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__row-label {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 228, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__row-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  /* line 228, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__row-label-wrapper {
    width: 100%;
    text-align: center;
  }
  /* line 234, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__row-label-wrapper span {
    margin: 0 auto;
  }
}

/* line 239, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__row-label-wrapper .pricing-tooltip {
  cursor: pointer;
  margin-left: 6px;
  margin-top: 5px;
  height: 12px;
  width: 12px;
  background-size: 12px 12px;
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/icons/info-602ec8cbf879f83c0abda3e27f2fc21d15ea1118bbd83cfd45e8bafc45d8e29a.png);
}

@media (max-width: 1023px) {
  /* line 239, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__row-label-wrapper .pricing-tooltip {
    display: none;
  }
}

/* line 254, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
.pricing-matrix__row-label .pricing-mobile-tooltip {
  color: #808E9C;
  font-size: 0.8rem;
  text-align: center;
  font-style: italic;
}

@media (min-width: 1024px) {
  /* line 254, app/assets/stylesheets/flamingo/components/_pricing_matrix.scss */
  .pricing-matrix__row-label .pricing-mobile-tooltip {
    display: none;
  }
}

/* line 9, app/assets/stylesheets/flamingo/components/_card.scss */
.card {
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 140% auto;
  border-radius: 10px;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.025), 0px 8px 8px rgba(0, 0, 0, 0.025), 0px 4px 4px rgba(0, 0, 0, 0.025), 0px 2px 2px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  overflow: hidden;
  position: relative;
}

/* line 28, app/assets/stylesheets/flamingo/components/_card.scss */
.has-cards {
  margin: 0 auto 4rem;
  max-width: 1250px;
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/flamingo/components/_card.scss */
  .has-cards {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    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;
  }
}

/* line 37, app/assets/stylesheets/flamingo/components/_card.scss */
.has-cards:before, .has-cards:after {
  display: none;
}

/* line 1, app/assets/stylesheets/flamingo/components/_syntax_highlighter.scss */
.syntax-highlighter {
  /* Code blocks */
  /* Inline code */
}

/* line 2, app/assets/stylesheets/flamingo/components/_syntax_highlighter.scss */
.syntax-highlighter.hidden > * {
  visibility: hidden;
}

/* line 6, app/assets/stylesheets/flamingo/components/_syntax_highlighter.scss */
.syntax-highlighter code[class*="language-"],
.syntax-highlighter pre[class*="language-"] {
  font-family: Menlo, Monaco, "Andale Mono", "Courier New", monospace;
  background: none;
  color: #3b454f;
  font-size: 13px;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 18px;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  text-align: left;
  text-shadow: 0 1px white;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
}

@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/flamingo/components/_syntax_highlighter.scss */
  .syntax-highlighter code[class*="language-"],
.syntax-highlighter pre[class*="language-"] {
    font-size: 10px;
  }
}

@media print {
  /* line 28, app/assets/stylesheets/flamingo/components/_syntax_highlighter.scss */
  .syntax-highlighter code[class*="language-"],
.syntax-highlighter pre[class*="language-"] {
    text-shadow: none;
  }
}

/* line 35, app/assets/stylesheets/flamingo/components/_syntax_highlighter.scss */
.syntax-highlighter :not(pre) > code[class*="language-"],
.syntax-highlighter pre[class*="language-"] {
  background: #ffff;
}

/* line 41, app/assets/stylesheets/flamingo/components/_syntax_highlighter.scss */
.syntax-highlighter :not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

/* line 47, app/assets/stylesheets/flamingo/components/_syntax_highlighter.scss */
.syntax-highlighter .token.keyword,
.syntax-highlighter .token.operator {
  color: #f95e5b;
}

/* line 52, app/assets/stylesheets/flamingo/components/_syntax_highlighter.scss */
.syntax-highlighter .token.attr-name,
.syntax-highlighter .token.function {
  color: #2232e0;
}

/* line 57, app/assets/stylesheets/flamingo/components/_syntax_highlighter.scss */
.syntax-highlighter .token.class-name {
  color: #2ba652;
}

/* line 2, app/assets/stylesheets/flamingo/components/_video_carousel.scss */
.video-carousel p {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: slidein;
          animation-name: slidein;
}

@-webkit-keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

/* line 19, app/assets/stylesheets/flamingo/components/_video_carousel.scss */
.video-carousel--slides {
  box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
  border-radius: 5px;
  border: none;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/flamingo/components/_video_carousel.scss */
.video-carousel--slides .content {
  display: none;
  max-width: 100%;
}

/* line 30, app/assets/stylesheets/flamingo/components/_video_carousel.scss */
.video-carousel--slides .content--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 36, app/assets/stylesheets/flamingo/components/_video_carousel.scss */
.video-carousel--buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 42, app/assets/stylesheets/flamingo/components/_video_carousel.scss */
.video-carousel--buttons .button {
  border: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.075);
  color: #647487;
  font-size: 14px;
  letter-spacing: initial;
  margin: 0 10px 20px;
  text-transform: none;
}

/* line 56, app/assets/stylesheets/flamingo/components/_video_carousel.scss */
.video-carousel--buttons .button--active {
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3), inset 0 0 0 1px #3257ec;
  color: #3257ec;
}

/* line 5, app/assets/stylesheets/flamingo/components/_google_oauth.scss */
.google-oauth-button {
  height: 38px;
  padding: 0 18px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  color: #3257ec;
}

/* line 17, app/assets/stylesheets/flamingo/components/_google_oauth.scss */
.google-oauth-button:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* line 21, app/assets/stylesheets/flamingo/components/_google_oauth.scss */
.google-oauth-button--large {
  background: #fff;
  box-shadow: none;
  height: 50px;
  padding: 0 24px;
}

/* line 26, app/assets/stylesheets/flamingo/components/_google_oauth.scss */
.google-oauth-button--large:hover {
  background: #f6f8fe;
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/flamingo/components/_google_oauth.scss */
.google-oauth-button__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: -.3rem;
  margin-right: .5rem;
  height: 70%;
}

/* line 39, app/assets/stylesheets/flamingo/components/_google_oauth.scss */
.google-oauth-button__text {
  font-weight: 600;
}

/* line 44, app/assets/stylesheets/flamingo/components/_google_oauth.scss */
.sign-up-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

/* line 50, app/assets/stylesheets/flamingo/components/_google_oauth.scss */
.sign-up-wrapper--left-aligned {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -10px;
}

/* line 55, app/assets/stylesheets/flamingo/components/_google_oauth.scss */
.sign-up-wrapper a {
  width: 100%;
  margin: 10px;
}

@media (min-width: 480px) {
  /* line 55, app/assets/stylesheets/flamingo/components/_google_oauth.scss */
  .sign-up-wrapper a {
    width: auto;
  }
}

/* line 8, app/assets/stylesheets/flamingo/components/_hero.scss */
.hero {
  background: #0E2B5A;
  background-image: -webkit-linear-gradient(top left, #0E2B5A, #003F82);
  background-image: linear-gradient(to bottom right, #0E2B5A, #003F82);
  background-image: url(//ma.swiftypecdn.com/assets/hero-background-9a9cd53a4cbec0d21faa212d075952db268cd94465680509b6cc376223d493eb.svg);
  background-position: center center;
  background-size: cover;
  margin-bottom: -10rem;
  padding: 10rem 2rem 12rem;
  text-align: center;
}

@media (min-width: 1024px) {
  /* line 8, app/assets/stylesheets/flamingo/components/_hero.scss */
  .hero {
    margin-bottom: -14rem;
    padding: 15rem 2rem 18rem;
  }
}

/* line 27, app/assets/stylesheets/flamingo/components/_hero.scss */
.hero__content {
  margin: 0 auto;
  max-width: 650px;
}

/* line 30, app/assets/stylesheets/flamingo/components/_hero.scss */
.hero__content h1, .hero__content .view--hosted-site-search .pane .view-title, .view--hosted-site-search .pane .hero__content .view-title, .hero__content p {
  color: #fff;
}

@media (min-width: 1024px) {
  /* line 33, app/assets/stylesheets/flamingo/components/_hero.scss */
  .hero__content p {
    font-size: 1.2rem;
  }
}

/* line 40, app/assets/stylesheets/flamingo/components/_hero.scss */
.hero__link {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #fff;
  padding: 7px 15px;
}

/* line 45, app/assets/stylesheets/flamingo/components/_hero.scss */
.hero__link:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* line 8, app/assets/stylesheets/flamingo/components/_price.scss */
.price {
  font-size: 3rem;
}

/* line 10, app/assets/stylesheets/flamingo/components/_price.scss */
.price span {
  font-size: 1rem;
}

/* line 5, app/assets/stylesheets/global/_header.scss */
.global-header {
  position: absolute;
  height: 68px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  -webkit-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  margin-top: .25rem;
}

@media (min-width: 1130px) {
  /* line 15, app/assets/stylesheets/global/_header.scss */
  .global-header--mobile {
    display: none;
  }
}

/* line 21, app/assets/stylesheets/global/_header.scss */
.global-header--desktop {
  display: none;
}

@media (min-width: 1130px) {
  /* line 21, app/assets/stylesheets/global/_header.scss */
  .global-header--desktop {
    display: block;
  }
}

/* line 29, app/assets/stylesheets/global/_header.scss */
.global-header .wrapper, .global-header #search-overlay .sui-layout-body__inner, #search-overlay .global-header .sui-layout-body__inner {
  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;
  height: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 29, app/assets/stylesheets/global/_header.scss */
  .global-header .wrapper, .global-header #search-overlay .sui-layout-body__inner, #search-overlay .global-header .sui-layout-body__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* line 42, app/assets/stylesheets/global/_header.scss */
.global-header .wrapper:after, .global-header #search-overlay .sui-layout-body__inner:after, #search-overlay .global-header .sui-layout-body__inner:after {
  display: none;
}

/* line 48, app/assets/stylesheets/global/_header.scss */
.global-header__brand svg {
  display: block;
}

/* line 52, app/assets/stylesheets/global/_header.scss */
.global-header__brand .wordmark {
  fill: #3B454F;
}

/* line 55, app/assets/stylesheets/global/_header.scss */
.view--inverted .global-header__brand .wordmark {
  fill: #fff;
}

@media (max-width: 1023px) {
  /* line 59, app/assets/stylesheets/global/_header.scss */
  .view--inverted-1024 .global-header__brand .wordmark {
    fill: #fff;
  }
}

/* line 67, app/assets/stylesheets/global/_header.scss */
.view--inverted .global-header__brand .elastic {
  fill: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1023px) {
  /* line 71, app/assets/stylesheets/global/_header.scss */
  .view--inverted-1024 .global-header__brand .elastic {
    fill: rgba(255, 255, 255, 0.7);
  }
}

/* line 79, app/assets/stylesheets/global/_header.scss */
.global-header__search {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
  cursor: pointer;
}

/* line 91, app/assets/stylesheets/global/_header.scss */
body.view-documentation .global-header__search, body.view-documentation-article .global-header__search {
  display: none;
}

/* line 95, app/assets/stylesheets/global/_header.scss */
.global-header__search svg {
  cursor: pointer;
}

/* line 98, app/assets/stylesheets/global/_header.scss */
.global-header__search svg .circle {
  display: none;
}

/* line 102, app/assets/stylesheets/global/_header.scss */
.global-header__search svg .mag {
  fill: #3B454F;
}

/* line 108, app/assets/stylesheets/global/_header.scss */
.global-header__search:hover .mag {
  fill: #3257ec;
}

/* line 114, app/assets/stylesheets/global/_header.scss */
.global-header.global-header--mobile .global-header__search {
  margin-left: auto;
  margin-right: 1em;
}

/* line 119, app/assets/stylesheets/global/_header.scss */
.global-header .nav__link--login,
.global-header .nav__link--sign-up {
  display: none;
}

@media (min-width: 1024px) {
  /* line 119, app/assets/stylesheets/global/_header.scss */
  .global-header .nav__link--login,
.global-header .nav__link--sign-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 129, app/assets/stylesheets/global/_header.scss */
.view--es .global-header .nav__link--login, .view--ss .global-header .nav__link--login {
  position: relative;
  color: transparent;
}

/* line 134, app/assets/stylesheets/global/_header.scss */
.view--es .global-header .nav__link--login:before, .view--ss .global-header .nav__link--login:before {
  content: '';
  background: #fff;
  height: 38px;
  width: calc(100% + 1rem);
  top: 50%;
  left: -.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  border-radius: 4px;
  opacity: 0.65;
}

/* line 147, app/assets/stylesheets/global/_header.scss */
.view--es .global-header .nav__link--login:after, .view--ss .global-header .nav__link--login:after {
  content: 'Login';
  color: #536170;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 1px;
}

/* line 155, app/assets/stylesheets/global/_header.scss */
.view--es .global-header .nav__link--login:hover:before, .view--ss .global-header .nav__link--login:hover:before {
  opacity: 1;
}

/* line 159, app/assets/stylesheets/global/_header.scss */
.view--es .global-header .nav__link--login:hover:after, .view--ss .global-header .nav__link--login:hover:after {
  color: #3257ec;
}

/* line 171, app/assets/stylesheets/global/_header.scss */
.inverted .view-hero,
.view--inverted .view-hero {
  color: #fff;
}

/* line 186, app/assets/stylesheets/core/_typography.scss */
.inverted .view-hero p,
.view--inverted .view-hero p {
  color: rgba(255, 255, 255, 0.75);
}

/* line 188, app/assets/stylesheets/core/_typography.scss */
.inverted .view-hero p a,
.view--inverted .view-hero p a {
  color: #fff;
  text-decoration: underline;
}

/* line 193, app/assets/stylesheets/core/_typography.scss */
.inverted .view-hero .brands svg path,
.view--inverted .view-hero .brands svg path {
  fill: rgba(255, 255, 255, 0.9);
}

/* line 194, app/assets/stylesheets/core/_typography.scss */
.inverted .view-hero .view-testimonial,
.view--inverted .view-hero .view-testimonial {
  background: transparent;
  border: none;
}

/* line 197, app/assets/stylesheets/core/_typography.scss */
.inverted .view-hero .view-testimonial .quote:before,
.view--inverted .view-hero .view-testimonial .quote:before {
  color: #fff;
  opacity: 0.4;
}

/* line 201, app/assets/stylesheets/core/_typography.scss */
.inverted .view-hero .view-testimonial .name,
.view--inverted .view-hero .view-testimonial .name {
  color: #fff;
}

/* line 202, app/assets/stylesheets/core/_typography.scss */
.inverted .view-hero .view-testimonial .title, .inverted .view-hero .view-testimonial .title a,
.view--inverted .view-hero .view-testimonial .title,
.view--inverted .view-hero .view-testimonial .title a {
  color: rgba(255, 255, 255, 0.75);
}

/* line 204, app/assets/stylesheets/core/_typography.scss */
.inverted .view-hero .view-brands,
.view--inverted .view-hero .view-brands {
  background: transparent;
  border: none;
}

@media (max-width: 1023px) {
  /* line 171, app/assets/stylesheets/global/_header.scss */
  .view--inverted-1024 .view-hero {
    color: #fff;
  }
  /* line 186, app/assets/stylesheets/core/_typography.scss */
  .view--inverted-1024 .view-hero p {
    color: rgba(255, 255, 255, 0.75);
  }
  /* line 188, app/assets/stylesheets/core/_typography.scss */
  .view--inverted-1024 .view-hero p a {
    color: #fff;
    text-decoration: underline;
  }
  /* line 193, app/assets/stylesheets/core/_typography.scss */
  .view--inverted-1024 .view-hero .brands svg path {
    fill: rgba(255, 255, 255, 0.9);
  }
  /* line 194, app/assets/stylesheets/core/_typography.scss */
  .view--inverted-1024 .view-hero .view-testimonial {
    background: transparent;
    border: none;
  }
  /* line 197, app/assets/stylesheets/core/_typography.scss */
  .view--inverted-1024 .view-hero .view-testimonial .quote:before {
    color: #fff;
    opacity: 0.4;
  }
  /* line 201, app/assets/stylesheets/core/_typography.scss */
  .view--inverted-1024 .view-hero .view-testimonial .name {
    color: #fff;
  }
  /* line 202, app/assets/stylesheets/core/_typography.scss */
  .view--inverted-1024 .view-hero .view-testimonial .title, .view--inverted-1024 .view-hero .view-testimonial .title a {
    color: rgba(255, 255, 255, 0.75);
  }
  /* line 204, app/assets/stylesheets/core/_typography.scss */
  .view--inverted-1024 .view-hero .view-brands {
    background: transparent;
    border: none;
  }
}

/* line 8, app/assets/stylesheets/global/_footer.scss */
.view-cta {
  text-align: center;
  position: relative;
  z-index: 2;
}

/* line 78, app/assets/stylesheets/core/_mixins.scss */
.view-cta:after {
  content: "";
  display: table;
  clear: both;
}

/* line 14, app/assets/stylesheets/global/_footer.scss */
.view-cta .wrapper, .view-cta #search-overlay .sui-layout-body__inner, #search-overlay .view-cta .sui-layout-body__inner {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 21, app/assets/stylesheets/global/_footer.scss */
.view-cta .cta-banner {
  background: -webkit-linear-gradient(top, #FA705F 0%, #F64D58 100%);
  background: linear-gradient(to bottom, #FA705F 0%, #F64D58 100%);
  color: #fff;
  height: 260px;
  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;
}

/* line 186, app/assets/stylesheets/core/_typography.scss */
.view-cta .cta-banner p {
  color: rgba(255, 255, 255, 0.75);
}

/* line 188, app/assets/stylesheets/core/_typography.scss */
.view-cta .cta-banner p a {
  color: #fff;
  text-decoration: underline;
}

/* line 193, app/assets/stylesheets/core/_typography.scss */
.view-cta .cta-banner .brands svg path {
  fill: rgba(255, 255, 255, 0.9);
}

/* line 194, app/assets/stylesheets/core/_typography.scss */
.view-cta .cta-banner .view-testimonial {
  background: transparent;
  border: none;
}

/* line 197, app/assets/stylesheets/core/_typography.scss */
.view-cta .cta-banner .view-testimonial .quote:before {
  color: #fff;
  opacity: 0.4;
}

/* line 201, app/assets/stylesheets/core/_typography.scss */
.view-cta .cta-banner .view-testimonial .name {
  color: #fff;
}

/* line 202, app/assets/stylesheets/core/_typography.scss */
.view-cta .cta-banner .view-testimonial .title, .view-cta .cta-banner .view-testimonial .title a {
  color: rgba(255, 255, 255, 0.75);
}

/* line 204, app/assets/stylesheets/core/_typography.scss */
.view-cta .cta-banner .view-brands {
  background: transparent;
  border: none;
}

@media (min-width: 1024px) {
  /* line 21, app/assets/stylesheets/global/_footer.scss */
  .view-cta .cta-banner {
    height: 300px;
  }
}

/* line 32, app/assets/stylesheets/global/_footer.scss */
.view-cta .cta-banner .title {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 36, app/assets/stylesheets/global/_footer.scss */
.view-cta .cta-banner .learn-more {
  margin-top: 1em;
}

@media (min-width: 1024px) {
  /* line 36, app/assets/stylesheets/global/_footer.scss */
  .view-cta .cta-banner .learn-more {
    margin-top: 2em;
  }
}

/* line 46, app/assets/stylesheets/global/_footer.scss */
.view-cta--inverted .cta-banner {
  background: #fff;
}

/* line 49, app/assets/stylesheets/global/_footer.scss */
.view-cta--inverted .cta-banner .title {
  color: #1E2429;
  text-shadow: 0 0 0;
}

/* line 56, app/assets/stylesheets/global/_footer.scss */
.view-cta .sign-up-wrapper {
  margin-top: 2rem;
}

/* line 64, app/assets/stylesheets/global/_footer.scss */
.global-footer {
  color: #fff;
  background: #1E2429;
  font-size: 13.5px;
  font-size: 0.9rem;
  padding: 2rem 0;
  position: relative;
}

/* line 186, app/assets/stylesheets/core/_typography.scss */
.global-footer p {
  color: rgba(255, 255, 255, 0.75);
}

/* line 188, app/assets/stylesheets/core/_typography.scss */
.global-footer p a {
  color: #fff;
  text-decoration: underline;
}

/* line 193, app/assets/stylesheets/core/_typography.scss */
.global-footer .brands svg path {
  fill: rgba(255, 255, 255, 0.9);
}

/* line 194, app/assets/stylesheets/core/_typography.scss */
.global-footer .view-testimonial {
  background: transparent;
  border: none;
}

/* line 197, app/assets/stylesheets/core/_typography.scss */
.global-footer .view-testimonial .quote:before {
  color: #fff;
  opacity: 0.4;
}

/* line 201, app/assets/stylesheets/core/_typography.scss */
.global-footer .view-testimonial .name {
  color: #fff;
}

/* line 202, app/assets/stylesheets/core/_typography.scss */
.global-footer .view-testimonial .title, .global-footer .view-testimonial .title a {
  color: rgba(255, 255, 255, 0.75);
}

/* line 204, app/assets/stylesheets/core/_typography.scss */
.global-footer .view-brands {
  background: transparent;
  border: none;
}

@media (min-width: 768px) {
  /* line 64, app/assets/stylesheets/global/_footer.scss */
  .global-footer {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}

@media (min-width: 1024px) {
  /* line 64, app/assets/stylesheets/global/_footer.scss */
  .global-footer {
    font-size: 15.3px;
    font-size: 0.9rem;
  }
}

@media (min-width: 1200px) {
  /* line 64, app/assets/stylesheets/global/_footer.scss */
  .global-footer {
    font-size: 16.2px;
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) {
  /* line 64, app/assets/stylesheets/global/_footer.scss */
  .global-footer {
    padding: 3rem 0;
  }
}

@media (min-width: 1024px) {
  /* line 64, app/assets/stylesheets/global/_footer.scss */
  .global-footer {
    padding: 4rem 0;
  }
}

@media (min-width: 1200px) {
  /* line 73, app/assets/stylesheets/global/_footer.scss */
  .global-footer .wrapper, .global-footer #search-overlay .sui-layout-body__inner, #search-overlay .global-footer .sui-layout-body__inner {
    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;
  }
}

/* line 80, app/assets/stylesheets/global/_footer.scss */
.global-footer__brand {
  display: none;
}

@media (min-width: 480px) {
  /* line 80, app/assets/stylesheets/global/_footer.scss */
  .global-footer__brand {
    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;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  /* line 80, app/assets/stylesheets/global/_footer.scss */
  .global-footer__brand {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 1200px) {
  /* line 80, app/assets/stylesheets/global/_footer.scss */
  .global-footer__brand {
    display: block;
  }
}

/* line 99, app/assets/stylesheets/global/_footer.scss */
.global-footer__brand .brand {
  display: inline-block;
  position: relative;
  top: -6px;
}

/* line 104, app/assets/stylesheets/global/_footer.scss */
.global-footer__brand .brand .wordmark {
  fill: #fff;
}

/* line 108, app/assets/stylesheets/global/_footer.scss */
.global-footer__brand .brand .elastic {
  fill: rgba(255, 255, 255, 0.5);
}

/* line 114, app/assets/stylesheets/global/_footer.scss */
.global-footer__legal {
  color: #A5B4C4;
  margin-top: 60px;
  max-width: 200px;
}

@media (max-width: 1200px) {
  /* line 114, app/assets/stylesheets/global/_footer.scss */
  .global-footer__legal {
    display: none;
  }
}

/* line 124, app/assets/stylesheets/global/_footer.scss */
.global-footer__legal p {
  line-height: 1.2;
}

/* line 128, app/assets/stylesheets/global/_footer.scss */
.global-footer__legal .soc2-link {
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/global/_footer.scss */
.global-footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  /* line 133, app/assets/stylesheets/global/_footer.scss */
  .global-footer__social {
    margin-top: 1.5rem;
  }
}

/* line 140, app/assets/stylesheets/global/_footer.scss */
.global-footer__social a {
  display: block;
  width: 30px;
  height: 36px;
  border-radius: 5px;
  background: no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* line 152, app/assets/stylesheets/global/_footer.scss */
.global-footer__social a + a {
  margin-left: 12px;
}

/* line 156, app/assets/stylesheets/global/_footer.scss */
.global-footer__social a:hover {
  opacity: 1;
}

/* line 160, app/assets/stylesheets/global/_footer.scss */
.global-footer__social a.twitter {
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/social/twitter-acf060b6ef46543e1fbc06da43970c4c1eefb4f22fa0af9d6da6f22c952435ec.svg);
}

/* line 163, app/assets/stylesheets/global/_footer.scss */
.global-footer__social a.facebook {
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/social/facebook-7d960ff19496f64c7131a1db382b798ad81f71305f20056b4594fe367e41c7ff.svg);
}

/* line 166, app/assets/stylesheets/global/_footer.scss */
.global-footer__social a.linkedin {
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/social/linkedin-64559d9ece4af05a2566142c0971cee78d05add5e40be0dad9a36451e8048806.svg);
}

/* line 169, app/assets/stylesheets/global/_footer.scss */
.global-footer__social a.instagram {
  background-image: url(//ma.swiftypecdn.com/assets/new_marketing/global/social/instagram-67a4e099406da464c82bf59bb87fc84f3ce305060fe69174cffd9736e1a33193.svg);
}

/* line 5, app/assets/stylesheets/global/_iubenda.scss */
#iubenda-cs-banner {
  background: transparent !important;
  pointer-events: none;
  bottom: 0;
}

/* line 11, app/assets/stylesheets/global/_iubenda.scss */
.iubenda-cs-content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100vw - 2rem) !important;
  box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.08);
  pointer-events: auto;
  border-radius: 4px;
  border: 1px solid #E9EDF2;
}

/* line 23, app/assets/stylesheets/global/_iubenda.scss */
.iubenda-banner-content p {
  opacity: 0.85;
}

/* line 26, app/assets/stylesheets/global/_iubenda.scss */
.iubenda-banner-content p:first-child {
  font-weight: bold;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  opacity: 1;
  margin-top: 0;
}

/* line 34, app/assets/stylesheets/global/_iubenda.scss */
.iubenda-banner-content p:last-child {
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/global/_iubenda.scss */
.iubenda-banner-content p:last-child br {
  content: '';
  display: block;
  margin-bottom: 1em;
}

/* line 44, app/assets/stylesheets/global/_iubenda.scss */
.iubenda-banner-content p a {
  color: #3257ec !important;
}

/* line 50, app/assets/stylesheets/global/_iubenda.scss */
.iubenda-cs-rationale {
  position: static !important;
}

/* line 54, app/assets/stylesheets/global/_iubenda.scss */
.iubenda-cs-close-btn {
  width: 40px;
  height: 40px;
  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;
  cursor: pointer;
  z-index: 3;
}

/* line 63, app/assets/stylesheets/global/_iubenda.scss */
.iubenda-cs-close-btn:after {
  content: '\00d7';
  font-size: 1.5em;
  color: #6c7987;
}

/* line 69, app/assets/stylesheets/global/_iubenda.scss */
.iubenda-cs-close-btn:hover:after {
  color: #3257ec;
}

/* line 73, app/assets/stylesheets/global/_iubenda.scss */
.iubenda-cs-close-btn img {
  display: none;
}

/* line 5, app/assets/stylesheets/views/site_search/_pricing.scss */
.view-site_search-pricing {
  background-color: #fff;
  background-image: url(//ma.swiftypecdn.com/assets/shared/ss__secondary-bg-a53148d02111c4a10043cfc5acbc5dd83146eeab52e6a6fd90189764058874b8.jpg);
  background-repeat: no-repeat;
  background-position: 35vw top;
  background-size: 90%;
}

/* line 8, app/assets/stylesheets/views/site_search/_pricing.scss */
.view-site_search-pricing .view-title {
  text-align: center;
}

/* line 12, app/assets/stylesheets/views/site_search/_pricing.scss */
.view-site_search-pricing .view-hero__content {
  padding: 70px 0 20px;
}

/* line 17, app/assets/stylesheets/views/site_search/_pricing.scss */
.gss-callout {
  text-align: left;
  color: #3B454F;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/views/site_search/_pricing.scss */
  .gss-callout {
    font-size: 1.125em;
    text-align: center;
  }
}

/* line 27, app/assets/stylesheets/views/site_search/_pricing.scss */
.gss-callout strong {
  font-weight: 500;
}

/* line 32, app/assets/stylesheets/views/site_search/_pricing.scss */
.soc-banner {
  max-width: 700px;
  padding: 20px;
  margin: 3rem auto;
  background: white;
}

@media (min-width: 768px) {
  /* line 32, app/assets/stylesheets/views/site_search/_pricing.scss */
  .soc-banner {
    border: 1px solid #E9EDF2;
    border-radius: 4px;
    padding: 30px 30px 30px 210px;
    position: relative;
    height: 210px;
    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;
  }
}

/* line 48, app/assets/stylesheets/views/site_search/_pricing.scss */
.soc-banner__seal {
  width: 150px;
  margin: 0 auto 1rem;
  display: block;
}

@media (min-width: 768px) {
  /* line 48, app/assets/stylesheets/views/site_search/_pricing.scss */
  .soc-banner__seal {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
  }
}

/* line 6, app/assets/stylesheets/flamingo/views/_home.scss */
.view--home .view-hero {
  position: relative;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/flamingo/views/_home.scss */
.view--home .view-hero:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 30%, white 100%);
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 30%, white 100%);
}

/* line 21, app/assets/stylesheets/flamingo/views/_home.scss */
.view--home .view-hero__content, .view--home .view-hero__image {
  position: relative;
}

/* line 26, app/assets/stylesheets/flamingo/views/_home.scss */
.view--home .view-hero__content {
  text-align: center;
  z-index: 1;
}

@media (min-width: 768px) {
  /* line 26, app/assets/stylesheets/flamingo/views/_home.scss */
  .view--home .view-hero__content {
    padding: 60px;
  }
}

/* line 34, app/assets/stylesheets/flamingo/views/_home.scss */
.view--home .view-hero__image {
  display: block;
}

/* line 37, app/assets/stylesheets/flamingo/views/_home.scss */
.view--home .view-hero__image .proportional-image-wrapper {
  height: 0;
  position: relative;
  padding-bottom: 65%;
}

@media (min-width: 1024px) {
  /* line 37, app/assets/stylesheets/flamingo/views/_home.scss */
  .view--home .view-hero__image .proportional-image-wrapper {
    padding-bottom: 55%;
  }
}

/* line 47, app/assets/stylesheets/flamingo/views/_home.scss */
.view--home .view-hero__image img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 150vw;
  height: auto;
  display: block;
}

@media (min-width: 1024px) {
  /* line 47, app/assets/stylesheets/flamingo/views/_home.scss */
  .view--home .view-hero__image img {
    bottom: 50px;
  }
}

@media (min-width: 1200px) {
  /* line 47, app/assets/stylesheets/flamingo/views/_home.scss */
  .view--home .view-hero__image img {
    bottom: 180px;
  }
}

@media (min-width: 1024px) {
  /* line 47, app/assets/stylesheets/flamingo/views/_home.scss */
  .view--home .view-hero__image img {
    width: 150%;
  }
}

@media (min-width: 1680px) {
  /* line 47, app/assets/stylesheets/flamingo/views/_home.scss */
  .view--home .view-hero__image img {
    margin-top: -30%;
    max-width: 1600px;
  }
}

/* line 75, app/assets/stylesheets/flamingo/views/_home.scss */
.view--home .view-title {
  max-width: 14em;
  margin: 0 auto;
}

/* line 81, app/assets/stylesheets/flamingo/views/_home.scss */
.cta--request-demo {
  display: inline-block;
  font-weight: 500;
  margin-top: 1.5em;
  font-size: 0.9rem;
}

/* line 367, app/assets/stylesheets/core/_mixins.scss */
.cta--request-demo:after {
  content: '\00a0\2192';
}

/* line 89, app/assets/stylesheets/flamingo/views/_home.scss */
.section-title {
  font-weight: 600;
}

/* line 93, app/assets/stylesheets/flamingo/views/_home.scss */
.section-action {
  font-weight: 500;
  display: inline;
  font-size: 1.25em;
}

/* line 367, app/assets/stylesheets/core/_mixins.scss */
.section-action:after {
  content: '\00a0\2192';
}

/* line 99, app/assets/stylesheets/flamingo/views/_home.scss */
.section-action .icon {
  margin-right: .25em;
  color: #6c7987;
  font-size: 1.25em;
  top: 4px;
  position: relative;
}

/* line 109, app/assets/stylesheets/flamingo/views/_home.scss */
.view-section--security {
  background: url(//ma.swiftypecdn.com/assets/views/home/bg--security-b49b47e8d143de12ac5f3b3f38e81037a20836e46d0dbc7b101691e1826c07a6.jpg) no-repeat center center/cover;
}

/* line 112, app/assets/stylesheets/flamingo/views/_home.scss */
.view-section--security .wrapper, .view-section--security #search-overlay .sui-layout-body__inner, #search-overlay .view-section--security .sui-layout-body__inner {
  display: block;
  max-width: 800px;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/flamingo/views/_home.scss */
  .view-section--security .wrapper, .view-section--security #search-overlay .sui-layout-body__inner, #search-overlay .view-section--security .sui-layout-body__inner {
    text-align: center;
  }
}

/* line 121, app/assets/stylesheets/flamingo/views/_home.scss */
.view-section--security .section-title,
.view-section--security .section-action {
  color: #fff;
}

/* line 126, app/assets/stylesheets/flamingo/views/_home.scss */
.view-section--security .section-description {
  color: rgba(255, 255, 255, 0.8);
}

/* line 133, app/assets/stylesheets/flamingo/views/_home.scss */
.view-section--we-love-developers .view-section__image img {
  margin-bottom: -20%;
}

@media (max-width: 767px) {
  /* line 133, app/assets/stylesheets/flamingo/views/_home.scss */
  .view-section--we-love-developers .view-section__image img {
    position: relative;
    left: -5%;
  }
}

@media (min-width: 768px) {
  /* line 133, app/assets/stylesheets/flamingo/views/_home.scss */
  .view-section--we-love-developers .view-section__image img {
    height: 135%;
    width: auto;
    margin-top: 10%;
    right: auto;
    left: -5rem;
  }
}

@media (min-width: 1024px) {
  /* line 133, app/assets/stylesheets/flamingo/views/_home.scss */
  .view-section--we-love-developers .view-section__image img {
    height: auto;
    width: 130%;
  }
}

/* line 157, app/assets/stylesheets/flamingo/views/_home.scss */
.view-section__alternative-actions {
  display: block;
  margin-top: 20px;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  font-size: 0.8rem;
  margin-left: -16px;
}

@media (max-width: 767px) {
  /* line 157, app/assets/stylesheets/flamingo/views/_home.scss */
  .view-section__alternative-actions {
    position: relative;
    margin-left: 0px;
  }
}

/* line 172, app/assets/stylesheets/flamingo/views/_home.scss */
.view-section__alternative-actions span {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 800;
  color: #fff;
  background-color: #3257ec;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 12px;
}

/* line 185, app/assets/stylesheets/flamingo/views/_home.scss */
.security-badges {
  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;
  margin-top: 2rem;
}

/* line 191, app/assets/stylesheets/flamingo/views/_home.scss */
.security-badge {
  width: calc(50% - .5rem);
  height: auto;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  max-width: 150px;
}

/* line 200, app/assets/stylesheets/flamingo/views/_home.scss */
.security-badge img {
  display: block;
  width: 100%;
}

/* line 205, app/assets/stylesheets/flamingo/views/_home.scss */
.security-badge + .security-badge {
  margin-left: 1rem;
}

/* line 5, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype {
  overflow-x: hidden;
}

/* line 7, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
  .view--what-is-swiftype .view-hero {
    margin-bottom: 3rem;
  }
}

/* line 21, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-hero:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 30%, white 100%);
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 30%, white 100%);
}

/* line 31, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-hero__content {
  position: relative;
  text-align: center;
  z-index: 3;
}

/* line 37, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-hero__image {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 44, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-hero .view-title {
  margin-bottom: 2em;
}

/* line 48, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-hero .view-subtitle {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-section__image {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 57, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
  .view--what-is-swiftype .view-section__image {
    margin-bottom: -5%;
  }
}

/* line 65, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-section__image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  border-radius: 50%;
  z-index: 1;
  bottom: 50%;
}

@media (min-width: 1024px) {
  /* line 65, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
  .view--what-is-swiftype .view-section__image:before {
    width: 200%;
    height: 100%;
    bottom: 30%;
  }
}

/* line 81, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-section__image img {
  z-index: 2;
}

@media (max-width: 767px) {
  /* line 81, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
  .view--what-is-swiftype .view-section__image img {
    width: 200vw;
    max-width: none;
    position: relative;
    left: -50vw;
  }
}

@media (min-width: 1024px) {
  /* line 81, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
  .view--what-is-swiftype .view-section__image img {
    width: 130%;
  }
}

/* line 96, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-section__content {
  z-index: 2;
}

/* line 102, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-section--site-search .view-section__image:before {
  background: #d9e1ff;
  box-shadow: 0 0 100px 50px #d9e1ff;
  opacity: .5;
}

@media (min-width: 1024px) {
  /* line 102, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
  .view--what-is-swiftype .view-section--site-search .view-section__image:before {
    right: 2em;
  }
}

@media (min-width: 1024px) {
  /* line 112, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
  .view--what-is-swiftype .view-section--site-search .view-section__image img {
    right: 2em;
  }
}

/* line 123, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .view-section--enterprise-search .view-section__image:before {
  background: #ebf9fd;
  box-shadow: 0 0 100px 50px #ebf9fd;
  opacity: .75;
}

@media (min-width: 1024px) {
  /* line 123, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
  .view--what-is-swiftype .view-section--enterprise-search .view-section__image:before {
    left: 2em;
  }
}

@media (min-width: 1024px) {
  /* line 133, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
  .view--what-is-swiftype .view-section--enterprise-search .view-section__image img {
    left: 2em;
  }
}

/* line 143, app/assets/stylesheets/flamingo/views/_what_is_swiftype.scss */
.view--what-is-swiftype .section-action {
  display: block;
}

/* line 6, app/assets/stylesheets/views/site_search/_overview.scss */
.view-site_search .view-hero {
  background: -webkit-linear-gradient(left, #263E96 0%, #4655FA 100%);
  background: linear-gradient(90deg, #263E96 0%, #4655FA 100%);
}

/* line 10, app/assets/stylesheets/views/site_search/_overview.scss */
.view-site_search .hero__boxes {
  left: 60%;
  top: -15%;
}

/* line 14, app/assets/stylesheets/views/site_search/_overview.scss */
.view-site_search .view-section--inverted {
  background: -webkit-linear-gradient(top, #264E99 0%, #123773 100%);
  background: linear-gradient(to bottom, #264E99 0%, #123773 100%);
}

/* line 18, app/assets/stylesheets/views/site_search/_overview.scss */
.view-site_search .view-section__announcement {
  padding: 16px 20px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin-left: -10px;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

/* line 26, app/assets/stylesheets/views/site_search/_overview.scss */
.view-site_search .view-section__announcement span {
  text-transform: uppercase;
  font-weight: 800;
  color: #3257ec;
  margin-right: 14px;
  font-size: 0.7rem;
}

/* line 10, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search {
  background: #1d338a;
  color: #fff;
}

/* line 14, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search p {
  color: #DAE2EB;
}

/* line 18, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .view-hero {
  position: relative;
  overflow: visible;
}

/* line 22, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .view-hero__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 130vw;
  max-width: 1920px;
}

/* line 29, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .view-hero__content {
  position: relative;
  z-index: 2;
}

/* line 35, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane {
  text-align: center;
}

/* line 38, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane__header {
  margin-bottom: 2.75em;
}

/* line 42, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane__icon {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  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;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  margin: 0 auto 1em;
}

/* line 53, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane__icon img {
  width: 48px;
}

/* line 58, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane__header-title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125em;
}

/* line 70, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane .view-hero__form form {
  margin: 0 auto;
  width: 100%;
  max-width: 740px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 480px) {
  /* line 70, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .pane .view-hero__form form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 83, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane .view-hero__form .input-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0.5em;
}

@media (min-width: 480px) {
  /* line 83, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .pane .view-hero__form .input-container {
    margin-right: 0.5em;
    margin-bottom: 0;
  }
}

/* line 92, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane .view-hero__form .input-container__input {
  margin: 0;
}

/* line 96, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane .view-hero__form .input-container__label {
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 1rem;
}

/* line 104, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane .view-hero__form button {
  height: 47px;
}

/* line 112, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler .pane__header, .view--hosted-site-search .pane--sign-up .pane__header {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  will-change: opacity transform;
}

/* line 112, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler .view-title, .view--hosted-site-search .pane--sign-up .view-title {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  will-change: opacity transform;
}

/* line 112, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler .view-subtitle, .view--hosted-site-search .pane--sign-up .view-subtitle {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  will-change: opacity transform;
}

/* line 112, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler .view-hero__form, .view--hosted-site-search .pane--sign-up .view-hero__form {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  will-change: opacity transform;
}

/* line 121, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler .view-hero__form {
  margin-top: 2.75em;
}

/* line 125, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler .view-hero__form form .input-container {
  position: relative;
}

/* line 128, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler .view-hero__form form .input-container__input {
  padding-left: 40px;
}

@media (min-width: 480px) {
  /* line 128, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .pane--crawler .view-hero__form form .input-container__input {
    padding-left: 60px;
  }
}

/* line 136, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler .view-hero__form form .input-container__icon {
  width: 40px;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 480px) {
  /* line 136, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .pane--crawler .view-hero__form form .input-container__icon {
    width: 60px;
  }
}

/* line 154, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler.hide {
  pointer-events: none;
}

/* line 158, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler.hide .pane__header {
  opacity: 0;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* line 158, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler.hide .view-title {
  opacity: 0;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* line 158, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler.hide .view-subtitle {
  opacity: 0;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* line 158, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--crawler.hide .view-hero__form {
  opacity: 0;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* line 167, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--sign-up {
  display: none;
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
}

/* line 175, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--sign-up .pane__header {
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 175, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--sign-up .view-title {
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 175, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--sign-up .view-subtitle {
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 175, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--sign-up .view-hero__form {
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 181, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--sign-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* line 186, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--sign-up.show .pane__header {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* line 186, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--sign-up.show .view-title {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* line 186, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--sign-up.show .view-subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* line 186, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--sign-up.show .view-hero__form {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* line 194, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .pane--sign-up .view-hero__form {
  margin-top: 2rem;
}

/* line 200, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .view-brands {
  padding: 6em 0;
}

@media (min-width: 1680px) {
  /* line 204, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .view-section {
    margin: 10em 0;
  }
}

@media (min-width: 1680px) {
  /* line 210, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .features {
    width: 1153px;
    height: 784px;
    position: absolute;
  }
}

/* line 220, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature,
.view--hosted-site-search .features .feature-placeholder {
  border-radius: 4px;
  position: relative;
}

@media (min-width: 1680px) {
  /* line 220, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .features .feature,
.view--hosted-site-search .features .feature-placeholder {
    width: 29.314830876%;
    height: 17.4744897959%;
    position: absolute;
  }
}

/* line 232, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature {
  padding: 20px 20px 20px 90px;
  background: #122057;
  margin-bottom: 1rem;
}

@media (min-width: 1680px) {
  /* line 232, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .features .feature {
    padding: 20px 20px 20px 70px;
    margin-bottom: 0;
  }
}

/* line 242, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -25px;
  font-size: 3em;
}

@media (min-width: 1680px) {
  /* line 242, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .features .feature__icon {
    left: -45px;
  }
}

/* line 258, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature__title {
  font-weight: 600;
}

/* line 262, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature__description {
  font-size: 0.9375em;
  margin: 0.5em 0 0;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1680px) {
  /* line 268, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .features .feature:nth-child(1) {
    top: 20.4081632653%;
    left: 16.8256721596%;
  }
}

/* line 274, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature:nth-child(1) .feature__icon {
  background: -webkit-linear-gradient(340.39deg, #d45f60 17.39%, #fb7e4a 108.41%);
  background: linear-gradient(109.61deg, #d45f60 17.39%, #fb7e4a 108.41%);
}

@media (min-width: 1680px) {
  /* line 282, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .features .feature:nth-child(2) {
    top: 40.5612244898%;
    left: 3.9028620989%;
  }
}

/* line 288, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature:nth-child(2) .feature__icon {
  background: -webkit-linear-gradient(340.39deg, #ffd181 17.39%, #fb7e4a 108.41%);
  background: linear-gradient(109.61deg, #ffd181 17.39%, #fb7e4a 108.41%);
}

@media (min-width: 1680px) {
  /* line 296, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .features .feature:nth-child(3) {
    top: 40.5612244898%;
    left: 39.3755420642%;
  }
}

/* line 302, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature:nth-child(3) .feature__icon {
  background: -webkit-linear-gradient(340.39deg, #3b58fd 17.39%, #3b99fd 108.41%);
  background: linear-gradient(109.61deg, #3b58fd 17.39%, #3b99fd 108.41%);
}

@media (min-width: 1680px) {
  /* line 310, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .features .feature:nth-child(4) {
    top: 60.7142857143%;
    left: 16.8256721596%;
  }
}

/* line 316, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature:nth-child(4) .feature__icon {
  background: -webkit-linear-gradient(340.39deg, #7968ff 17.39%, #a47bff 108.41%);
  background: linear-gradient(109.61deg, #7968ff 17.39%, #a47bff 108.41%);
}

/* line 326, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature-placeholder {
  display: none;
}

@media (min-width: 1680px) {
  /* line 326, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
  .view--hosted-site-search .features .feature-placeholder {
    display: block;
    background: -webkit-linear-gradient(left, rgba(18, 32, 87, 0.3) 0.3%, rgba(18, 32, 87, 0) 93.2%);
    background: linear-gradient(90deg, rgba(18, 32, 87, 0.3) 0.3%, rgba(18, 32, 87, 0) 93.2%);
  }
}

/* line 338, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature-placeholder--1 {
  top: 0%;
  left: 36.2532523851%;
}

/* line 342, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature-placeholder--2 {
  top: 0%;
  left: 67.4761491761%;
}

/* line 346, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature-placeholder--3 {
  top: 20.4081632653%;
  left: 48.1352992194%;
}

/* line 350, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature-placeholder--4 {
  top: 20.4081632653%;
  left: 79.7051170859%;
}

/* line 354, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature-placeholder--5 {
  top: 23.0867346939%;
  left: 70.685169124%;
}

/* line 358, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature-placeholder--6 {
  top: 61.4795918367%;
  left: 48.1352992194%;
}

/* line 362, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature-placeholder--7 {
  top: 61.4795918367%;
  left: 79.7051170859%;
}

/* line 366, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature-placeholder--8 {
  top: 82.5255102041%;
  left: 26.7129228101%;
}

/* line 370, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .features .feature-placeholder--9 {
  top: 82.5255102041%;
  left: 57.935819601%;
}

/* line 377, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .crawler-animation {
  width: 200px;
  height: 200px;
}

/* line 381, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .crawler-animation g,
.view--hosted-site-search .crawler-animation path {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

/* line 386, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .crawler-animation #ring--1,
.view--hosted-site-search .crawler-animation #ring--3 {
  -webkit-animation: crawlerAnimationRotate 5s infinite linear;
          animation: crawlerAnimationRotate 5s infinite linear;
}

/* line 390, app/assets/stylesheets/flamingo/views/site_search/_hosted_site_search.scss */
.view--hosted-site-search .crawler-animation #ring--2,
.view--hosted-site-search .crawler-animation #ring--4 {
  -webkit-animation: crawlerAnimationRotate 3s infinite linear reverse;
          animation: crawlerAnimationRotate 3s infinite linear reverse;
}

@-webkit-keyframes crawlerAnimationRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes crawlerAnimationRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 5, app/assets/stylesheets/flamingo/views/_pricing.scss */
.view-pricing {
  background: #F9FAFB url(//ma.swiftypecdn.com/enterprise_search/bg__light--grey.jpg) no-repeat 25vw top;
  background-size: 100%;
}

/* line 9, app/assets/stylesheets/flamingo/views/_pricing.scss */
.view-pricing .view-hero {
  background: transparent;
  border: 0;
  box-shadow: 0 0 0;
}

/* line 14, app/assets/stylesheets/flamingo/views/_pricing.scss */
.view-pricing .view-hero__content {
  padding-bottom: 0;
}

/* line 18, app/assets/stylesheets/flamingo/views/_pricing.scss */
.view-pricing .view-hero header {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 18, app/assets/stylesheets/flamingo/views/_pricing.scss */
  .view-pricing .view-hero header {
    text-align: center;
  }
}

/* line 27, app/assets/stylesheets/flamingo/views/_pricing.scss */
.view-pricing .view-content {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  /* line 27, app/assets/stylesheets/flamingo/views/_pricing.scss */
  .view-pricing .view-content {
    padding-top: 3rem;
  }
}

/* line 35, app/assets/stylesheets/flamingo/views/_pricing.scss */
.view-pricing .view-brands {
  border-top: 1px solid #E9EDF2;
}

/* line 39, app/assets/stylesheets/flamingo/views/_pricing.scss */
.view-pricing .product-cards {
  padding: 0;
  background: transparent;
  margin: 0 auto 4rem;
  max-width: 1024px;
}

/* line 47, app/assets/stylesheets/flamingo/views/_pricing.scss */
.view-pricing .product-card:before {
  display: none;
}

/* line 12, app/assets/stylesheets/core/_tools.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 16, app/assets/stylesheets/core/_tools.scss */
.mt0 {
  margin-top: 0 !important;
}
