/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

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

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html, body {
	height: 100%;
  
  
  /* TIP: set it to 'auto' if you have long content pages, in other cases 'hidden' will be enough */
  /*
    This colides with jquery waypoints.
	  overflow: auto;   
  */
}

.avgrund-popin {
	position: absolute;
	background: #fff;
	padding: 10px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 50%;
	left: 50%;
	z-index: 1000;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .5);
	transform: scale(0.9);
}

.avgrund-overlay {
	background: #000;
	position: fixed;
	width: 100%;
	height: 2000px; /* set long height for prevent -webkit position:fixed in transformed element behavior */
	top: 0;
	left: 0;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

body.avgrund-ready, 
.avgrund-ready .avgrund-popin, 
.avgrund-ready .avgrund-overlay {
	transform-origin: 50% 50%;
	transition: 0.5s all ease-out;
}

/*
body.avgrund-active {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	overflow: hidden; TIP: disables scrolling for long documents
}
*/

.avgrund-active .avgrund-popin {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1.1);

}

.avgrund-active .avgrund-overlay {
	visibility: visible;
	opacity: .5;
	filter: alpha(opacity=50);
}


.avgrund-popin.stack {
	transform: scale(1.5);
}

.avgrund-active .avgrund-popin.stack {
	transform: scale(1.1);
}


.avgrund-active .avgrund-blur {
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	-o-filter: blur(1px);
	filter: blur(1px);
}

.avgrund-close {
	display: block;
	text-transform: uppercase;
	color: #555;
	text-decoration: none;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 13px;
}
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:flex;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{flex:1}.cc-window.cc-banner{align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{flex:1}.cc-compliance{display:flex;align-items:center;align-content:space-between}.cc-compliance>.cc-btn{flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{flex-direction:column}.cc-window.cc-banner .cc-compliance{flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 125, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 131, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 137, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 143, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 149, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 155, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
/* line 3, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 42, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 3, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 42, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 56, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/rails-assets-slick.js-1.8.1/app/assets/stylesheets/slick.js/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 3, app/assets/stylesheets/config/_icons.scss */
[class^='icon'] {
  position: relative;
  vertical-align: top;
}

/* line 7, app/assets/stylesheets/config/_icons.scss */
[class^='icon']:before {
  content: '';
  display: inline-block !important;
}

/* line 13, app/assets/stylesheets/config/_icons.scss */
.icon-checkmark:before {
  width: 24px;
  height: 24px;
  background-image: url(/assets/icon-check-orange-c8729a65c11dd2955ff4f1597e9d7b418cd89e77dd6ef5c5441ad0766e568348.svg);
  background-repeat: no-repeat;
  background-position: left top;
}

/* line 78, app/assets/stylesheets/global/_base.scss */
.wrap, .demo-request .contact_form h2, .content, .banner__wrapper, .home__teaser__wrap, .operations__teaser__wrap,
.teaser .wrap,
.products__teaser .wrap,
.home__teaser .wrap,
.operations__teaser .wrap, .technologies,
.services,
.testimonials, [role=footer], body > .call-to-action, .reasons, .features, .paragraph-text__wrapper, .gallery, .figure__wrapper,
.ds__teaser .wrap,
.ds__teaser__alt1 .wrap,
.ds__teaser__alt2 .wrap,
.ds__teaser__alt3 .wrap,
.ds__teaser__alt4 .wrap,
.ds__teaser__alt5 .wrap, .careers__jobs, .careers__single__content, .contact__info, .inquiry__info, .inquiry__confirmation, .courses, .landing__video__wrapper, .tgp__header .banner__wrapper {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 40em) {
  /* line 78, app/assets/stylesheets/global/_base.scss */
  .wrap, .demo-request .contact_form h2, .content, .banner__wrapper, .home__teaser__wrap, .operations__teaser__wrap,
  .teaser .wrap,
  .products__teaser .wrap,
  .home__teaser .wrap,
  .operations__teaser .wrap, .technologies,
  .services,
  .testimonials, [role=footer], body > .call-to-action, .reasons, .features, .paragraph-text__wrapper, .gallery, .figure__wrapper,
  .ds__teaser .wrap,
  .ds__teaser__alt1 .wrap,
  .ds__teaser__alt2 .wrap,
  .ds__teaser__alt3 .wrap,
  .ds__teaser__alt4 .wrap,
  .ds__teaser__alt5 .wrap, .careers__jobs, .careers__single__content, .contact__info, .inquiry__info, .inquiry__confirmation, .courses, .landing__video__wrapper, .tgp__header .banner__wrapper {
    max-width: 64rem;
  }
  /* line 71, app/assets/stylesheets/global/_base.scss */
  .wrap::after, .demo-request .contact_form h2::after, .content::after, .banner__wrapper::after, .home__teaser__wrap::after, .operations__teaser__wrap::after,
  .teaser .wrap::after,
  .products__teaser .wrap::after,
  .home__teaser .wrap::after,
  .operations__teaser .wrap::after, .technologies::after,
  .services::after,
  .testimonials::after, [role=footer]::after, body > .call-to-action::after, .reasons::after, .features::after, .paragraph-text__wrapper::after, .gallery::after, .figure__wrapper::after,
  .ds__teaser .wrap::after,
  .ds__teaser__alt1 .wrap::after,
  .ds__teaser__alt2 .wrap::after,
  .ds__teaser__alt3 .wrap::after,
  .ds__teaser__alt4 .wrap::after,
  .ds__teaser__alt5 .wrap::after, .careers__jobs::after, .careers__single__content::after, .contact__info::after, .inquiry__info::after, .inquiry__confirmation::after, .courses::after, .landing__video__wrapper::after, .tgp__header .banner__wrapper::after {
    clear: both;
    content: "";
    display: block;
  }
}

/* line 88, app/assets/stylesheets/global/_base.scss */
* {
  box-sizing: border-box;
}

/* line 92, app/assets/stylesheets/global/_base.scss */
body {
  background: #fff;
  padding-top: 90px;
}

/* line 97, app/assets/stylesheets/global/_base.scss */
.masthead {
  background: #505d78;
  min-height: 8em;
}

@media only screen and (min-width: 41.25em) {
  /* line 97, app/assets/stylesheets/global/_base.scss */
  .masthead {
    min-height: 5.825em;
  }
}

/* line 110, app/assets/stylesheets/global/_base.scss */
a {
  transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #e4833e;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

/* line 118, app/assets/stylesheets/global/_base.scss */
a:hover {
  color: #e79154;
}

/* line 122, app/assets/stylesheets/global/_base.scss */
a:active {
  color: #d2681d;
}

/* line 127, app/assets/stylesheets/global/_base.scss */
.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 132, app/assets/stylesheets/global/_base.scss */
.inline-list li {
  display: inline;
  margin-right: 1em;
}

/* line 136, app/assets/stylesheets/global/_base.scss */
.inline-list li:last-child {
  margin-right: 0;
}

/* line 142, app/assets/stylesheets/global/_base.scss */
pre {
  padding: 2em;
  border-radius: .25em;
  border: 1px solid #f0f0f0;
  background: #edeff3;
}

/* line 149, app/assets/stylesheets/global/_base.scss */
[title] {
  border-bottom: none;
}

/* line 153, app/assets/stylesheets/global/_base.scss */
.centered {
  text-align: center;
}

/* line 157, app/assets/stylesheets/global/_base.scss */
figure {
  text-align: center;
  padding: 2em 0;
}

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

/* line 166, app/assets/stylesheets/global/_base.scss */
.info-box {
  border-radius: .35em;
  background-color: #fffbe6;
  color: #876a38 !important;
  border: 1px solid #d9caab;
  padding: 1em;
}

/* line 174, app/assets/stylesheets/global/_base.scss */
.hidden {
  display: none;
}

/* line 178, app/assets/stylesheets/global/_base.scss */
.animated, .flash {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

@media only screen and (min-width: 60em) {
  /* line 183, app/assets/stylesheets/global/_base.scss */
  .hide-l {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/global/_typography.scss */
html {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #062035;
}

@media only screen and (min-width: 60em) {
  /* line 1, app/assets/stylesheets/global/_typography.scss */
  html {
    font-size: 16px;
  }
}

/* line 12, app/assets/stylesheets/global/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  line-height: 1.1;
}

/* line 17, app/assets/stylesheets/global/_typography.scss */
h1 {
  font-size: 31.25px;
}

/* line 21, app/assets/stylesheets/global/_typography.scss */
h2 {
  font-size: 25px;
}

/* line 25, app/assets/stylesheets/global/_typography.scss */
h3, h4 {
  font-size: 20px;
}

/* line 29, app/assets/stylesheets/global/_typography.scss */
h5, h6 {
  font-size: 16px;
}

/* line 33, app/assets/stylesheets/global/_typography.scss */
p, li {
  line-height: 1.5;
}

/* line 37, app/assets/stylesheets/global/_typography.scss */
.text__faded {
  color: #4fa5eb;
}

/* line 41, app/assets/stylesheets/global/_typography.scss */
abbr[title] {
  text-decoration: none;
}

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

/* line 43, app/assets/stylesheets/global/_forms.scss */
form label {
  margin-bottom: 0.5rem;
  display: flex;
}

/* line 47, app/assets/stylesheets/global/_forms.scss */
form label abbr[title=required] {
  order: 2;
  border: none;
}

/* line 2, app/assets/stylesheets/global/_forms.scss */
form .checkbox [type='checkbox'] {
  display: none;
}

/* line 7, app/assets/stylesheets/global/_forms.scss */
form .checkbox [type='checkbox']:checked + label::before {
  border-color: transparent;
  background-color: #e4833e;
  background-image: url(/assets/icon-checkbox-mark-c5b28775a1c5f5851db01068e1e6011aa7ba544f2e25ee398329ed56595357c6.svg);
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center;
}

/* line 19, app/assets/stylesheets/global/_forms.scss */
form .checkbox label {
  position: relative;
  padding-left: 2rem;
}

/* line 23, app/assets/stylesheets/global/_forms.scss */
form .checkbox label::before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  content: '';
  width: 1rem;
  height: 1rem;
  border: 1px solid #dee2e9;
  border-radius: 4px;
}

/* line 56, app/assets/stylesheets/global/_forms.scss */
form .checkbox label {
  font-weight: 300;
}

/* line 61, app/assets/stylesheets/global/_forms.scss */
form .checkbox:not(:first-child) label {
  margin-top: 1.25rem;
}

/* line 67, app/assets/stylesheets/global/_forms.scss */
form .checkboxes-options {
  margin-top: 1.25rem;
}

/* line 71, app/assets/stylesheets/global/_forms.scss */
form input[type="email"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="url"], form input[type="color"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="time"], form input[type="week"], form textarea {
  border: 1px solid transparent;
  padding: 1rem;
  width: 100%;
}

/* line 76, app/assets/stylesheets/global/_forms.scss */
form input[type="email"]:active, form input[type="number"]:active, form input[type="password"]:active, form input[type="search"]:active, form input[type="tel"]:active, form input[type="text"]:active, form input[type="url"]:active, form input[type="color"]:active, form input[type="date"]:active, form input[type="datetime"]:active, form input[type="datetime-local"]:active, form input[type="month"]:active, form input[type="time"]:active, form input[type="week"]:active, form textarea:active {
  box-shadow: 0 0 5px rgba(228, 131, 62, 0.5);
  border: 1px solid #e4833e;
}

/* line 82, app/assets/stylesheets/global/_forms.scss */
form .buttons {
  margin-top: 1.5em;
}

/* line 87, app/assets/stylesheets/global/_forms.scss */
form .field_with_errors input, form .field_with_errors textarea {
  border-color: #D10622;
}

/* line 91, app/assets/stylesheets/global/_forms.scss */
form .field_with_errors .error {
  font-size: 0.9em;
  padding-top: 0.5em;
  color: #D10622;
}

/* line 101, app/assets/stylesheets/global/_forms.scss */
.form__checkbox input,
div.boolean input {
  display: inline;
}

/* line 105, app/assets/stylesheets/global/_forms.scss */
.form__checkbox label,
div.boolean label {
  display: inline;
  margin-left: 0.5em;
  text-transform: none;
  letter-spacing: 0;
}

/* line 2, app/assets/stylesheets/global/_email.scss */
a.data_email_scramble {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/global/_buttons.scss */
.button, .button__small, button,
input[type="submit"], .button--secondary, .button--secondary-small, .button--disabled,
input[type="submit"]:disabled, .button--link, .button--outline, .button__bundle, .button__ds1, .button__ds2, .button__ds2__disabled, .white-paper-detail .main-content .interested form .button_wrapper button, .platform .hero_button {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0.25em;
  border: 0;
  padding: 0.75em 1em;
  color: #fff;
  background-color: #e4833e;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
}

/* line 15, app/assets/stylesheets/global/_buttons.scss */
.button:hover, .button__small:hover, button:hover,
input[type="submit"]:hover, .button--secondary:hover, .button--secondary-small:hover, .button--disabled:hover, .button--link:hover, .button--outline:hover, .button__bundle:hover, .button__ds1:hover, .button__ds2:hover, .button__ds2__disabled:hover, .white-paper-detail .main-content .interested form .button_wrapper button:hover, .platform .hero_button:hover {
  background-color: #e79154;
  color: #fff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

/* line 22, app/assets/stylesheets/global/_buttons.scss */
.button:active, .button__small:active, button:active,
input[type="submit"]:active, .button--secondary:active, .button--secondary-small:active, .button--disabled:active, .button--link:active, .button--outline:active, .button__bundle:active, .button__ds1:active, .button__ds2:active, .button__ds2__disabled:active, .white-paper-detail .main-content .interested form .button_wrapper button:active, .platform .hero_button:active {
  background-color: #d2681d;
  color: #fff;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 28, app/assets/stylesheets/global/_buttons.scss */
.button.waiting, .waiting.button__small, button.waiting,
input.waiting[type="submit"], .waiting.button--secondary, .waiting.button--secondary-small, .waiting.button--disabled, .waiting.button--link, .waiting.button--outline, .waiting.button__bundle, .waiting.button__ds1, .waiting.button__ds2, .waiting.button__ds2__disabled, .white-paper-detail .main-content .interested form .button_wrapper button.waiting, .platform .waiting.hero_button {
  transition: all 0s;
  background-image: url(/assets/ajax-loader-194e903114cd8059abc18ea9d4e80093f565603d4f32b3521c2b88b528be30d6.gif);
  background-repeat: no-repeat;
  background-position: 38px 13px;
  color: rgba(228, 131, 62, 0.1);
  text-shadow: none;
}

/* line 36, app/assets/stylesheets/global/_buttons.scss */
.button.waiting:hover, .waiting.button__small:hover, button.waiting:hover,
input.waiting[type="submit"]:hover, .waiting.button--secondary:hover, .waiting.button--secondary-small:hover, .waiting.button--disabled:hover, .waiting.button--link:hover, .waiting.button--outline:hover, .waiting.button__bundle:hover, .waiting.button__ds1:hover, .waiting.button__ds2:hover, .waiting.button__ds2__disabled:hover, .white-paper-detail .main-content .interested form .button_wrapper button.waiting:hover, .platform .waiting.hero_button:hover {
  background-color: #e4833e;
}

/* line 41, app/assets/stylesheets/global/_buttons.scss */
.button--large {
  font-size: 1.25em;
}

/* line 46, app/assets/stylesheets/global/_buttons.scss */
.button__small {
  font-size: 0.85em;
}

/* line 57, app/assets/stylesheets/global/_buttons.scss */
.button--secondary, .button--secondary-small {
  border: 1px solid #dee2e9;
  background: transparent;
  color: #e4833e;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
}

/* line 68, app/assets/stylesheets/global/_buttons.scss */
.button--secondary:hover, .button--secondary-small:hover {
  background: #e4833e;
  border-color: #e4833e;
  color: #fff;
}

/* line 75, app/assets/stylesheets/global/_buttons.scss */
.button--secondary-small {
  font-size: 0.85em;
}

/* line 81, app/assets/stylesheets/global/_buttons.scss */
.button--disabled,
input[type="submit"]:disabled {
  background-color: #d2d5dc;
  color: #A7ADBB;
  cursor: not-allowed;
  text-shadow: none;
}

/* line 90, app/assets/stylesheets/global/_buttons.scss */
.button--disabled:hover,
input[type="submit"]:disabled:hover {
  background-color: #d2d5dc;
  color: #A7ADBB;
}

/* line 96, app/assets/stylesheets/global/_buttons.scss */
.button--link {
  background-color: transparent;
  border-color: transaprent;
  color: #e4833e;
  text-shadow: none;
  box-shadow: none;
}

/* line 105, app/assets/stylesheets/global/_buttons.scss */
.button--link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #e79154;
  box-shadow: none;
}

/* line 112, app/assets/stylesheets/global/_buttons.scss */
.button--link:active {
  background-color: #f2f2f2;
  color: #d2681d;
}

/* line 118, app/assets/stylesheets/global/_buttons.scss */
.button--outline {
  background-color: transparent;
  border: 1px solid #dee2e9;
  text-shadow: none;
  box-shadow: none;
  color: #062035;
}

/* line 126, app/assets/stylesheets/global/_buttons.scss */
.button--outline:hover {
  background-color: #e4833e;
  border-color: #e4833e;
  color: #fff;
}

/* line 133, app/assets/stylesheets/global/_buttons.scss */
.button__bundle {
  border-radius: 0.5em;
  font-size: 1.18rem;
}

/* line 139, app/assets/stylesheets/global/_buttons.scss */
.button__ds1 {
  font-size: 1.18rem;
  border-radius: 0.5em;
  font-size: 1.18rem;
  font-size: 1.18rem;
  margin-bottom: 25px;
}

@media only screen and (min-width: 40em) {
  /* line 139, app/assets/stylesheets/global/_buttons.scss */
  .button__ds1 {
    margin-right: 20px;
    margin-bottom: 0;
    padding: 15px;
  }
}

/* line 154, app/assets/stylesheets/global/_buttons.scss */
.button__ds2 {
  font-size: larger;
  background: none;
  border-style: solid;
  border-radius: 0.5em;
  border-width: 1px;
  border-color: white;
  opacity: 0.85;
}

@media only screen and (min-width: 40em) {
  /* line 154, app/assets/stylesheets/global/_buttons.scss */
  .button__ds2 {
    padding: 14px;
  }
}

/* line 169, app/assets/stylesheets/global/_buttons.scss */
.button__ds2__disabled {
  cursor: not-allowed;
  text-shadow: none;
  border-style: solid;
  background-color: #d4d4d4;
  color: #444444;
  font-size: larger;
  border-radius: 0.5em;
}

/* line 180, app/assets/stylesheets/global/_buttons.scss */
.button__ds2__disabled:hover {
  background-color: #d2d5dc;
  color: #A7ADBB;
}

@media only screen and (min-width: 40em) {
  /* line 169, app/assets/stylesheets/global/_buttons.scss */
  .button__ds2__disabled {
    padding: 15px;
  }
}

/* line 189, app/assets/stylesheets/global/_buttons.scss */
.button-wrapper {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-25%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(25%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightDSHeader {
  0% {
    opacity: 0;
    transform: translate3d(25%, -48%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, -48%, 0);
  }
}

/* line 50, app/assets/stylesheets/global/_animations.scss */
.fadeInUp, .flash {
  animation-name: fadeInUp;
}

/* line 54, app/assets/stylesheets/global/_animations.scss */
.fadeInLeft {
  animation-name: fadeInLeft;
}

/* line 58, app/assets/stylesheets/global/_animations.scss */
.fadeInRight {
  animation-name: fadeInRight;
}

@media only screen and (min-width: 60em) {
  /* line 63, app/assets/stylesheets/global/_animations.scss */
  .fadeInRightDSHeader {
    animation-name: fadeInRightDSHeader;
  }
}

/* line 69, app/assets/stylesheets/global/_animations.scss */
.animated, .flash {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

/* line 74, app/assets/stylesheets/global/_animations.scss */
.animated.infinite, .infinite.flash {
  animation-iteration-count: infinite;
}

/* line 78, app/assets/stylesheets/global/_animations.scss */
.animated.delay-1s, .delay-1s.flash {
  animation-delay: 1s;
}

/* line 82, app/assets/stylesheets/global/_animations.scss */
.animated.delay-2s, .delay-2s.flash {
  animation-delay: 2s;
}

/* line 86, app/assets/stylesheets/global/_animations.scss */
.animated.delay-3s, .delay-3s.flash {
  animation-delay: 3s;
}

/* line 90, app/assets/stylesheets/global/_animations.scss */
.animated.delay-4s, .delay-4s.flash {
  animation-delay: 4s;
}

/* line 94, app/assets/stylesheets/global/_animations.scss */
.animated.delay-5s, .delay-5s.flash {
  animation-delay: 5s;
}

/* line 98, app/assets/stylesheets/global/_animations.scss */
.animated.fast, .fast.flash {
  animation-duration: 800ms;
}

/* line 102, app/assets/stylesheets/global/_animations.scss */
.animated.faster, .faster.flash {
  animation-duration: 500ms;
}

/* line 106, app/assets/stylesheets/global/_animations.scss */
.animated.slow, .slow.flash {
  animation-duration: 2s;
}

/* line 110, app/assets/stylesheets/global/_animations.scss */
.animated.slower, .slower.flash {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  /* line 115, app/assets/stylesheets/global/_animations.scss */
  .animated, .flash {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media only print {
  @page {
    margin: 0;
    size: A4;
  }
  /* line 7, app/assets/stylesheets/global/_print.scss */
  html, body {
    font-size: 12pt !important;
  }
  /* line 11, app/assets/stylesheets/global/_print.scss */
  .wow {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/global/_debug.scss */
.translation_missing {
  color: red;
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(/assets/lato/Lato-Light-3abe45b593fc157e2a1264aee0024ca950c1a3f52052ee758a197d3114f4cae1.ttf) format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(/assets/lato/Lato-Regular-a749f29775c92bdb334dd67ed39eb937999507c07a80434121628e424523d17b.ttf) format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(/assets/lato/Lato-Bold-4cf3c3ee9870721cd5b4c327b841c4b1824e787c24d13d29ec0e6b5d5b59a399.ttf) format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(/assets/lato/Lato-Black-952b83182618645ce5e4ebd7f3e23a9fa5ca934472c681035709dddd0664e385.ttf) format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url(/assets/lato/Lato-LightItalic-b8b53e8d127a3611bbf1eb9f3817361777877bfef5758d95e3ae3b65b9025192.ttf) format("truetype");
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url(/assets/lato/Lato-Italic-d96fdf61a2ffb2017574bacb0006e37fc4707982da618702e0df4c037b5456fb.ttf) format("truetype");
}

/* line 2, app/assets/stylesheets/components/_gradiented.scss */
.careers__offices {
  background: linear-gradient(top, #eff1f5, white);
}

/* line 1, app/assets/stylesheets/components/_header.scss */
.banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 94px;
  z-index: 999;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #062035;
}

/* line 20, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.banner::after {
  clear: both;
  content: "";
  display: block;
}

/* line 13, app/assets/stylesheets/components/_header.scss */
.banner__background {
  background: #062035;
}

/* line 18, app/assets/stylesheets/components/_header.scss */
.banner__wrapper {
  padding: 1.5em 0;
  height: 100%;
}

@media only screen and (max-width: 25em) {
  /* line 23, app/assets/stylesheets/components/_header.scss */
  .banner__wrapper .tag {
    display: none;
  }
}

/* line 30, app/assets/stylesheets/components/_header.scss */
.banner--hiring {
  float: left;
  line-height: 2.5;
  margin-right: 1rem;
}

/* line 35, app/assets/stylesheets/components/_header.scss */
.banner--hiring__badge {
  font-size: 0.75rem;
  padding: 0.125rem 0.25rem;
  background: #e4833e;
  color: #fff;
  border-radius: 4px;
  font-weight: 900;
  line-height: 1.5;
}

/* line 46, app/assets/stylesheets/components/_header.scss */
.logo {
  padding: 0.125em 0;
  float: left;
  margin-right: 1rem;
  display: flex;
  flex-flow: row nowrap;
  z-index: 90;
  position: relative;
}

/* line 55, app/assets/stylesheets/components/_header.scss */
.logo img {
  max-height: 40px;
}

/* line 59, app/assets/stylesheets/components/_header.scss */
.logo .tag {
  align-self: center;
  margin-left: 0.5rem;
}

/* line 63, app/assets/stylesheets/components/_header.scss */
.logo .tag:hover {
  color: #fff;
}

/* line 5, app/assets/stylesheets/components/_navigation.scss */
[role=navigation] {
  font-size: .9em;
  line-height: 40px;
  position: relative;
}

@media only print {
  /* line 5, app/assets/stylesheets/components/_navigation.scss */
  [role=navigation] {
    display: none;
  }
}

/* line 14, app/assets/stylesheets/components/_navigation.scss */
[role=navigation] h4 {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}

/* line 20, app/assets/stylesheets/components/_navigation.scss */
[role=navigation] .button, [role=navigation] .button__small, [role=navigation] button,
[role=navigation] input[type="submit"], [role=navigation] .button--secondary, [role=navigation] .button--secondary-small, [role=navigation] .button--disabled, [role=navigation] .button--link, [role=navigation] .button--outline, [role=navigation] .button__bundle, [role=navigation] .button__ds1, [role=navigation] .button__ds2, [role=navigation] .button__ds2__disabled, [role=navigation] .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper [role=navigation] button, [role=navigation] .platform .hero_button, .platform [role=navigation] .hero_button {
  padding: .5em 1em;
  background: #272e3b;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  font-size: .8em;
  font-weight: 400;
}

/* line 28, app/assets/stylesheets/components/_navigation.scss */
[role=navigation] .button:hover, [role=navigation] .button__small:hover, [role=navigation] button:hover,
[role=navigation] input[type="submit"]:hover, [role=navigation] .button--secondary:hover, [role=navigation] .button--secondary-small:hover, [role=navigation] .button--disabled:hover, [role=navigation] .button--link:hover, [role=navigation] .button--outline:hover, [role=navigation] .button__bundle:hover, [role=navigation] .button__ds1:hover, [role=navigation] .button__ds2:hover, [role=navigation] .button__ds2__disabled:hover, [role=navigation] .white-paper-detail .main-content .interested form .button_wrapper button:hover, .white-paper-detail .main-content .interested form .button_wrapper [role=navigation] button:hover, [role=navigation] .platform .hero_button:hover, .platform [role=navigation] .hero_button:hover {
  background: #13161c;
  color: #fff;
}

/* line 34, app/assets/stylesheets/components/_navigation.scss */
[role=navigation] .contact-button {
  background: #e4833e;
  font-weight: bold;
  font-size: 1em;
  color: #fff;
}

/* line 40, app/assets/stylesheets/components/_navigation.scss */
[role=navigation] .contact-button:hover {
  background: #e79154;
}

/* line 45, app/assets/stylesheets/components/_navigation.scss */
[role=navigation] a,
[role=navigation] .dropdown-button {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  text-decoration: none;
  text-wrap: nowrap;
}

/* line 51, app/assets/stylesheets/components/_navigation.scss */
[role=navigation] a > *,
[role=navigation] .dropdown-button > * {
  text-wrap: wrap;
}

/* line 55, app/assets/stylesheets/components/_navigation.scss */
[role=navigation] a:hover,
[role=navigation] .dropdown-button:hover {
  color: #fff;
}

/* line 60, app/assets/stylesheets/components/_navigation.scss */
[role=navigation] .dropdown-button {
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/components/_navigation.scss */
[role=navigation] .dropdown-button:after {
  content: '▾';
  margin-left: .25rem;
}

/* line 70, app/assets/stylesheets/components/_navigation.scss */
.nav--side {
  float: right;
  margin: 0;
}

/* line 74, app/assets/stylesheets/components/_navigation.scss */
.nav--side ul {
  display: block;
}

/* line 79, app/assets/stylesheets/components/_navigation.scss */
.menu-mobile {
  padding: 20px;
}

@media only screen and (min-width: 66rem) {
  /* line 79, app/assets/stylesheets/components/_navigation.scss */
  .menu-mobile {
    display: none;
  }
}

/* line 86, app/assets/stylesheets/components/_navigation.scss */
.menu-mobile:after {
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-25%);
}

/* line 96, app/assets/stylesheets/components/_navigation.scss */
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 102, app/assets/stylesheets/components/_navigation.scss */
.menu a,
.menu .dropdown-button {
  display: block;
  padding: 0.5em 1em;
}

/* line 108, app/assets/stylesheets/components/_navigation.scss */
.menu--primary {
  display: none;
}

/* line 111, app/assets/stylesheets/components/_navigation.scss */
.menu--primary > li {
  line-height: 2;
}

/* line 116, app/assets/stylesheets/components/_navigation.scss */
.menu--secondary {
  margin-left: auto;
  padding-top: 0.5rem;
  padding-left: 1rem;
}

/* line 122, app/assets/stylesheets/components/_navigation.scss */
.menu__demo-request {
  margin-left: auto;
  z-index: 10;
}

/* line 126, app/assets/stylesheets/components/_navigation.scss */
.menu__demo-request .button, .menu__demo-request .button__small, .menu__demo-request button,
.menu__demo-request input[type="submit"], .menu__demo-request .button--secondary, .menu__demo-request .button--secondary-small, .menu__demo-request .button--disabled, .menu__demo-request .button--link, .menu__demo-request .button--outline, .menu__demo-request .button__bundle, .menu__demo-request .button__ds1, .menu__demo-request .button__ds2, .menu__demo-request .button__ds2__disabled, .menu__demo-request .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .menu__demo-request button, .menu__demo-request .platform .hero_button, .platform .menu__demo-request .hero_button {
  background-color: #e4833e;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding-block: 0.3rem;
  padding-inline: 1.75rem;
  border-radius: 8px;
}

/* line 135, app/assets/stylesheets/components/_navigation.scss */
.menu__demo-request .button:hover, .menu__demo-request .button__small:hover, .menu__demo-request button:hover,
.menu__demo-request input[type="submit"]:hover, .menu__demo-request .button--secondary:hover, .menu__demo-request .button--secondary-small:hover, .menu__demo-request .button--disabled:hover, .menu__demo-request .button--link:hover, .menu__demo-request .button--outline:hover, .menu__demo-request .button__bundle:hover, .menu__demo-request .button__ds1:hover, .menu__demo-request .button__ds2:hover, .menu__demo-request .button__ds2__disabled:hover, .menu__demo-request .white-paper-detail .main-content .interested form .button_wrapper button:hover, .white-paper-detail .main-content .interested form .button_wrapper .menu__demo-request button:hover, .menu__demo-request .platform .hero_button:hover, .platform .menu__demo-request .hero_button:hover {
  background-color: #e79154;
}

/* line 142, app/assets/stylesheets/components/_navigation.scss */
.menu__social a {
  padding: 0;
}

/* line 148, app/assets/stylesheets/components/_navigation.scss */
.menu__social__item .social__item__icon path,
.menu__social__item .social__item__icon polygon,
.menu__social__item .social__item__icon rect,
.menu__social__item .social__item__icon circle {
  stroke: rgba(255, 255, 255, 0.5);
}

/* line 158, app/assets/stylesheets/components/_navigation.scss */
.menu .tag {
  margin-left: 0.5rem;
  position: relative;
  top: -2px;
}

@media only screen and (min-width: 66rem) {
  /* line 165, app/assets/stylesheets/components/_navigation.scss */
  .menu--primary, .menu--horizontal {
    display: flex;
    align-items: center;
  }
  /* line 171, app/assets/stylesheets/components/_navigation.scss */
  .menu--horizontal {
    width: 400px;
  }
  /* line 174, app/assets/stylesheets/components/_navigation.scss */
  .menu--horizontal .menu__section {
    flex: 1;
  }
  /* line 179, app/assets/stylesheets/components/_navigation.scss */
  .menu__contact {
    flex: 1;
  }
  /* line 182, app/assets/stylesheets/components/_navigation.scss */
  .menu__contact a {
    float: right;
  }
}

/* line 191, app/assets/stylesheets/components/_navigation.scss */
.slicknav_menu {
  display: none;
  background: transparent;
  margin: -100px auto 0;
}

/* line 196, app/assets/stylesheets/components/_navigation.scss */
.slicknav_menu .slicknav_nav {
  background: #062035;
  font-size: 1rem;
  padding: 1rem;
}

/* line 201, app/assets/stylesheets/components/_navigation.scss */
.slicknav_menu .slicknav_nav a, .slicknav_menu .slicknav_nav span {
  color: #fff;
  font-weight: 700;
  padding: 1rem 0.5rem;
}

/* line 206, app/assets/stylesheets/components/_navigation.scss */
.slicknav_menu .slicknav_nav a:hover, .slicknav_menu .slicknav_nav span:hover {
  background: #e4833e;
  border-radius: 2px;
}

/* line 212, app/assets/stylesheets/components/_navigation.scss */
.slicknav_menu .slicknav_nav .dropdown-button {
  padding-left: 0;
}

/* line 216, app/assets/stylesheets/components/_navigation.scss */
.slicknav_menu .slicknav_nav .menu__demo-request {
  margin: 0.5rem;
}

/* line 221, app/assets/stylesheets/components/_navigation.scss */
.slicknav_menu .slicknav_btn {
  background: none;
  border: none;
}

/* line 226, app/assets/stylesheets/components/_navigation.scss */
.slicknav_menu .slicknav_menutxt {
  text-shadow: none;
  display: none;
}

@media only screen and (min-width: 40em) {
  /* line 226, app/assets/stylesheets/components/_navigation.scss */
  .slicknav_menu .slicknav_menutxt {
    display: inline;
  }
}

@media screen and (max-width: 66rem) {
  /* line 237, app/assets/stylesheets/components/_navigation.scss */
  .js #navigation {
    display: none;
  }
  /* line 241, app/assets/stylesheets/components/_navigation.scss */
  .js .slicknav_menu {
    display: block;
    max-width: 64em;
  }
}

/* line 1, app/assets/stylesheets/components/_teaser.scss */
.teaser, .products__teaser, .home__teaser, .operations__teaser {
  min-height: auto;
  background: linear-gradient(30deg, #354a5b, #062035);
  color: #fff;
  min-height: 65vh;
  display: flex;
  flex-flow: column;
}

/* line 9, app/assets/stylesheets/components/_teaser.scss */
.teaser__description {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

/* line 14, app/assets/stylesheets/components/_teaser.scss */
.teaser__image, .home__teaser__image, .operations__teaser__image {
  order: 1;
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
  width: 100%;
}

@media only screen and (min-width: 60em) {
  /* line 14, app/assets/stylesheets/components/_teaser.scss */
  .teaser__image, .home__teaser__image, .operations__teaser__image {
    padding-bottom: 0;
    width: auto;
  }
}

/* line 29, app/assets/stylesheets/components/_teaser.scss */
.teaser__image img, .home__teaser__image img, .operations__teaser__image img {
  width: 80%;
}

@media only screen and (min-width: 40em) {
  /* line 29, app/assets/stylesheets/components/_teaser.scss */
  .teaser__image img, .home__teaser__image img, .operations__teaser__image img {
    width: 60%;
  }
}

@media only screen and (min-width: 60em) {
  /* line 29, app/assets/stylesheets/components/_teaser.scss */
  .teaser__image img, .home__teaser__image img, .operations__teaser__image img {
    width: 85%;
  }
}

@media only screen and (min-width: 60em) {
  /* line 14, app/assets/stylesheets/components/_teaser.scss */
  .teaser__image, .home__teaser__image, .operations__teaser__image {
    order: 2;
  }
}

/* line 46, app/assets/stylesheets/components/_teaser.scss */
.teaser__content, .home__teaser__content, .operations__teaser__content {
  text-align: center;
  order: 2;
}

@media only screen and (min-width: 60em) {
  /* line 46, app/assets/stylesheets/components/_teaser.scss */
  .teaser__content, .home__teaser__content, .operations__teaser__content {
    flex: 1;
    order: 1;
    text-align: left;
    min-width: 50%;
  }
}

/* line 57, app/assets/stylesheets/components/_teaser.scss */
.teaser__content p, .home__teaser__content p, .operations__teaser__content p {
  font-size: 1.25rem;
}

/* line 61, app/assets/stylesheets/components/_teaser.scss */
.teaser__content .tgp__label, .home__teaser__content .tgp__label, .operations__teaser__content .tgp__label, .teaser__content .careers__office__description em, .careers__office__description .teaser__content em, .home__teaser__content .careers__office__description em, .careers__office__description .home__teaser__content em, .operations__teaser__content .careers__office__description em, .careers__office__description .operations__teaser__content em {
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  text-transform: none;
}

/* line 67, app/assets/stylesheets/components/_teaser.scss */
.teaser__content h1, .home__teaser__content h1, .operations__teaser__content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

@media only screen and (min-width: 40em) {
  /* line 67, app/assets/stylesheets/components/_teaser.scss */
  .teaser__content h1, .home__teaser__content h1, .operations__teaser__content h1 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 60em) {
  /* line 67, app/assets/stylesheets/components/_teaser.scss */
  .teaser__content h1, .home__teaser__content h1, .operations__teaser__content h1 {
    font-size: 4rem;
  }
}

/* line 82, app/assets/stylesheets/components/_teaser.scss */
.home__teaser__wrap, .operations__teaser__wrap,
.teaser .wrap,
.products__teaser .wrap,
.home__teaser .wrap,
.operations__teaser .wrap,
.teaser .demo-request .contact_form h2,
.demo-request .contact_form .teaser h2,
.products__teaser .demo-request .contact_form h2,
.demo-request .contact_form .products__teaser h2,
.home__teaser .demo-request .contact_form h2,
.demo-request .contact_form .home__teaser h2,
.operations__teaser .demo-request .contact_form h2,
.demo-request .contact_form .operations__teaser h2 {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 8vh 0;
  align-items: flex-start;
  text-align: left;
  flex-flow: column;
}

@media only screen and (min-width: 60em) {
  /* line 82, app/assets/stylesheets/components/_teaser.scss */
  .home__teaser__wrap, .operations__teaser__wrap,
  .teaser .wrap,
  .products__teaser .wrap,
  .home__teaser .wrap,
  .operations__teaser .wrap,
  .teaser .demo-request .contact_form h2,
  .demo-request .contact_form .teaser h2,
  .products__teaser .demo-request .contact_form h2,
  .demo-request .contact_form .products__teaser h2,
  .home__teaser .demo-request .contact_form h2,
  .demo-request .contact_form .home__teaser h2,
  .operations__teaser .demo-request .contact_form h2,
  .demo-request .contact_form .operations__teaser h2 {
    flex-flow: row nowrap;
  }
}

/* line 115, app/assets/stylesheets/components/_teaser.scss */
.teaser__title {
  line-height: 1.2;
}

/* line 120, app/assets/stylesheets/components/_teaser.scss */
.teaser--legacy, .teaser--small, .certifications__teaser {
  color: #fff;
  background: linear-gradient(30deg, #354a5b, #062035);
  min-height: 65vh;
  display: flex;
  flex-direction: column;
}

/* line 127, app/assets/stylesheets/components/_teaser.scss */
.teaser--legacy--dark {
  background: linear-gradient(30deg, #354a5b, #062035);
}

/* line 131, app/assets/stylesheets/components/_teaser.scss */
.teaser--legacy--dark .banner.scrolled {
  background: #34475f;
}

/* line 137, app/assets/stylesheets/components/_teaser.scss */
.teaser--legacy .wrap, .teaser--small .wrap, .certifications__teaser .wrap, .teaser--legacy .demo-request .contact_form h2, .demo-request .contact_form .teaser--legacy h2, .teaser--small .demo-request .contact_form h2, .demo-request .contact_form .teaser--small h2, .certifications__teaser .demo-request .contact_form h2, .demo-request .contact_form .certifications__teaser h2 {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10vh 0;
}

/* line 147, app/assets/stylesheets/components/_teaser.scss */
.teaser--legacy h1, .teaser--small h1, .certifications__teaser h1,
.teaser--legacy h2,
.teaser--small h2,
.certifications__teaser h2 {
  margin: 0;
}

/* line 152, app/assets/stylesheets/components/_teaser.scss */

.teaser--legacy h2,
.teaser--small h2,
.certifications__teaser h2 {
  font-weight: 300;
  letter-spacing: -0.025em;
}

@media only screen and (min-width: 37.5em) {
  /* line 152, app/assets/stylesheets/components/_teaser.scss */
  
  .teaser--legacy h2,
  .teaser--small h2,
  .certifications__teaser h2 {
    font-size: 31.25px;
  }
}

/* line 160, app/assets/stylesheets/components/_teaser.scss */
.teaser--legacy h2 strong, .teaser--small h2 strong, .certifications__teaser h2 strong {
  font-weight: 900;
}

/* line 165, app/assets/stylesheets/components/_teaser.scss */
.teaser--legacy small, .teaser--small small, .certifications__teaser small {
  color: #a1abc0;
}

/* line 169, app/assets/stylesheets/components/_teaser.scss */
.teaser--legacy__subtitle {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 174, app/assets/stylesheets/components/_teaser.scss */
.teaser--legacy .teaser__video, .teaser--small .teaser__video, .certifications__teaser .teaser__video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  max-width: 90%;
  margin: 0 auto -50px;
}

@media only screen and (min-width: 60em) {
  /* line 174, app/assets/stylesheets/components/_teaser.scss */
  .teaser--legacy .teaser__video, .teaser--small .teaser__video, .certifications__teaser .teaser__video {
    max-width: 80%;
    margin: 0 auto -50px;
  }
}

/* line 187, app/assets/stylesheets/components/_teaser.scss */
.teaser--legacy .teaser__video iframe, .teaser--small .teaser__video iframe, .certifications__teaser .teaser__video iframe,
.teaser--legacy .teaser__video video,
.teaser--small .teaser__video video,
.certifications__teaser .teaser__video video {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 199, app/assets/stylesheets/components/_teaser.scss */
.teaser--small, .certifications__teaser {
  min-height: 40vh;
}

/* line 204, app/assets/stylesheets/components/_teaser.scss */
.teaser--small .wrap, .certifications__teaser .wrap, .teaser--small .demo-request .contact_form h2, .demo-request .contact_form .teaser--small h2, .certifications__teaser .demo-request .contact_form h2, .demo-request .contact_form .certifications__teaser h2 {
  padding: 5vh 0;
}

/* line 2, app/assets/stylesheets/components/_hover-gallery.scss */
.hover-gallery .item, .technologies ul .item, .services ul .item, .testimonials ul .item {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden;
  position: relative;
  cursor: default;
}

/* line 9, app/assets/stylesheets/components/_hover-gallery.scss */
.hover-gallery .item .info, .technologies ul .item .info, .services ul .item .info, .testimonials ul .item .info {
  transform: scale(0) rotateY(-180deg);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(6, 32, 53, 0.75);
}

/* line 20, app/assets/stylesheets/components/_hover-gallery.scss */
.hover-gallery .item .info p, .technologies ul .item .info p, .services ul .item .info p, .testimonials ul .item .info p {
  font-size: 0.8em;
  font-weight: 300;
  margin-top: 0.2em;
}

/* line 27, app/assets/stylesheets/components/_hover-gallery.scss */
.hover-gallery .item:hover .info, .technologies ul .item:hover .info, .services ul .item:hover .info, .testimonials ul .item:hover .info {
  transform: scale(1) rotateY(0);
  opacity: 1;
}

/* line 16, app/assets/stylesheets/components/_technologies.scss */
.technologies h3,
.services h3,
.testimonials h3 {
  text-align: center;
  margin-bottom: 3em;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* line 24, app/assets/stylesheets/components/_technologies.scss */
.technologies ul,
.services ul,
.testimonials ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 32, app/assets/stylesheets/components/_technologies.scss */
.technologies li,
.services li,
.testimonials li {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  margin-bottom: 1em;
}

/* line 37, app/assets/stylesheets/components/_technologies.scss */
.technologies li:nth-child(2n),
.services li:nth-child(2n),
.testimonials li:nth-child(2n) {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}

@media only screen and (min-width: 37.5em) {
  /* line 32, app/assets/stylesheets/components/_technologies.scss */
  .technologies li,
  .services li,
  .testimonials li {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  /* line 44, app/assets/stylesheets/components/_technologies.scss */
  .technologies li:nth-child(2n),
  .services li:nth-child(2n),
  .testimonials li:nth-child(2n) {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  /* line 48, app/assets/stylesheets/components/_technologies.scss */
  .technologies li:nth-child(4n),
  .services li:nth-child(4n),
  .testimonials li:nth-child(4n) {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}

/* line 54, app/assets/stylesheets/components/_technologies.scss */
.technologies .item,
.technologies .info,
.services .item,
.services .info,
.testimonials .item,
.testimonials .info {
  border-radius: 0.25em;
}

/* line 59, app/assets/stylesheets/components/_technologies.scss */
.technologies .item,
.services .item,
.testimonials .item {
  border: 1px solid #f2f2f2;
  min-height: 8em;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* line 67, app/assets/stylesheets/components/_technologies.scss */
.technologies .info,
.services .info,
.testimonials .info {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding: 0.6em;
}

/* line 75, app/assets/stylesheets/components/_technologies.scss */
.technologies .rails,
.services .rails,
.testimonials .rails {
  background-color: #961020;
  background-image: url(/images/technologies/rails.png);
}

/* line 79, app/assets/stylesheets/components/_technologies.scss */
.technologies .sinatra,
.services .sinatra,
.testimonials .sinatra {
  background-color: #fff;
  background-image: url(/images/technologies/sinatra.png);
}

/* line 83, app/assets/stylesheets/components/_technologies.scss */
.technologies .nodejs,
.services .nodejs,
.testimonials .nodejs {
  background-color: #46483e;
  background-image: url(/images/technologies/nodejs.png);
}

/* line 87, app/assets/stylesheets/components/_technologies.scss */
.technologies .rack,
.services .rack,
.testimonials .rack {
  background-color: #fff;
  background-image: url(/images/technologies/rack.png);
}

/* line 91, app/assets/stylesheets/components/_technologies.scss */
.technologies .grails,
.services .grails,
.testimonials .grails {
  background-color: #fff;
  background-image: url(/images/technologies/grails.png);
}

/* line 95, app/assets/stylesheets/components/_technologies.scss */
.technologies .play,
.services .play,
.testimonials .play {
  background-color: #fff;
  background-image: url(/images/technologies/play.png);
}

/* line 99, app/assets/stylesheets/components/_technologies.scss */
.technologies .spring,
.services .spring,
.testimonials .spring {
  background-color: #fff;
  background-image: url(/images/technologies/spring.png);
}

/* line 103, app/assets/stylesheets/components/_technologies.scss */
.technologies .java,
.services .java,
.testimonials .java {
  background-color: #fff;
  background-image: url(/images/technologies/java.png);
}

/* line 107, app/assets/stylesheets/components/_technologies.scss */
.technologies .php,
.services .php,
.testimonials .php {
  background-color: #fff;
  background-image: url(/images/technologies/php.png);
}

/* line 111, app/assets/stylesheets/components/_technologies.scss */
.technologies .python,
.services .python,
.testimonials .python {
  background-color: #fff;
  background-image: url(/images/technologies/python.png);
}

/* line 115, app/assets/stylesheets/components/_technologies.scss */
.technologies .buildpack,
.services .buildpack,
.testimonials .buildpack {
  background-color: #fff;
  background-image: url(/images/technologies/buildpack.png);
}

/* line 119, app/assets/stylesheets/components/_technologies.scss */
.technologies .couchdb,
.services .couchdb,
.testimonials .couchdb {
  background-color: #fff;
  background-image: url(/images/services/couchdb.png);
}

/* line 123, app/assets/stylesheets/components/_technologies.scss */
.technologies .elasticsearch,
.services .elasticsearch,
.testimonials .elasticsearch {
  background-color: #fff;
  background-image: url(/images/services/elasticsearch.png);
}

/* line 127, app/assets/stylesheets/components/_technologies.scss */
.technologies .memcached,
.services .memcached,
.testimonials .memcached {
  background-color: #fff;
  background-image: url(/images/services/memcached.png);
}

/* line 131, app/assets/stylesheets/components/_technologies.scss */
.technologies .mongodb,
.services .mongodb,
.testimonials .mongodb {
  background-color: #fff;
  background-image: url(/images/services/mongodb.png);
}

/* line 135, app/assets/stylesheets/components/_technologies.scss */
.technologies .mysql,
.services .mysql,
.testimonials .mysql {
  background-color: #fff;
  background-image: url(/images/services/mysql.png);
}

/* line 139, app/assets/stylesheets/components/_technologies.scss */
.technologies .neo4j,
.services .neo4j,
.testimonials .neo4j {
  background-color: #fff;
  background-image: url(/images/services/neo4j.png);
}

/* line 143, app/assets/stylesheets/components/_technologies.scss */
.technologies .nfs,
.services .nfs,
.testimonials .nfs {
  background-color: #fff;
  background-image: url(/images/services/nfs.png);
}

/* line 147, app/assets/stylesheets/components/_technologies.scss */
.technologies .postgresql,
.services .postgresql,
.testimonials .postgresql {
  background-color: #fff;
  background-image: url(/images/services/postgresql.png);
}

/* line 151, app/assets/stylesheets/components/_technologies.scss */
.technologies .rabbitmq,
.services .rabbitmq,
.testimonials .rabbitmq {
  background-color: #fff;
  background-image: url(/images/services/rabbitmq.png);
}

/* line 155, app/assets/stylesheets/components/_technologies.scss */
.technologies .keyvalue,
.services .keyvalue,
.testimonials .keyvalue {
  background-color: #fff;
  background-image: url(/images/services/keyvalue.png);
}

/* line 159, app/assets/stylesheets/components/_technologies.scss */
.technologies .swift,
.services .swift,
.testimonials .swift {
  background-color: #fff;
  background-image: url(/images/services/swift.png);
}

/* line 1, app/assets/stylesheets/components/_testimonials.scss */
.testimonials-box {
  padding: 30px 0;
  margin-bottom: 60px;
}

/* line 20, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.testimonial::after, .testimonial--right::after {
  clear: both;
  content: "";
  display: block;
}

/* line 10, app/assets/stylesheets/components/_testimonials.scss */
.testimonial__balloon {
  position: relative;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #f2f2f2;
  margin-top: 20px;
  width: 100%;
  border-radius: 0.25em;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  padding: 25px;
}

/* line 23, app/assets/stylesheets/global/_mixins.scss */
.testimonial__balloon:after, .testimonial__balloon:before {
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  bottom: 100%;
  left: 50%;
}

/* line 165, app/assets/stylesheets/global/_mixins.scss */
.testimonial__balloon:after, .testimonial__balloon:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 175, app/assets/stylesheets/global/_mixins.scss */
.testimonial__balloon:after {
  border-color: transparent;
  border-width: 16px;
  margin-left: -16px;
  border-bottom-color: #fff;
}

/* line 204, app/assets/stylesheets/global/_mixins.scss */
.testimonial__balloon:before {
  border-color: transparent;
  border-width: 17px;
  margin-left: -17px;
  border-bottom-color: #f2f2f2;
}

@media only screen and (min-width: 48em) {
  /* line 10, app/assets/stylesheets/components/_testimonials.scss */
  .testimonial__balloon {
    position: relative;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    width: 80%;
    float: right;
    margin-top: 0;
  }
  /* line 23, app/assets/stylesheets/global/_mixins.scss */
  .testimonial__balloon:after, .testimonial__balloon:before {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0;
    right: 100%;
    top: 50%;
  }
  /* line 165, app/assets/stylesheets/global/_mixins.scss */
  .testimonial__balloon:after, .testimonial__balloon:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  /* line 175, app/assets/stylesheets/global/_mixins.scss */
  .testimonial__balloon:after {
    border-color: transparent;
    border-width: 16px;
    margin-top: -16px;
    border-right-color: #fff;
  }
  /* line 204, app/assets/stylesheets/global/_mixins.scss */
  .testimonial__balloon:before {
    border-color: transparent;
    border-width: 17px;
    margin-top: -17px;
    border-right-color: #f2f2f2;
  }
}

/* line 33, app/assets/stylesheets/components/_testimonials.scss */
.testimonial__balloon__name {
  font-size: 1em;
  line-height: 1.25;
  color: #A7ADBB;
  margin-top: 15px;
}

/* line 42, app/assets/stylesheets/components/_testimonials.scss */
.testimonial__person {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  /* line 42, app/assets/stylesheets/components/_testimonials.scss */
  .testimonial__person {
    width: 20%;
    float: left;
    text-align: left;
  }
}

/* line 55, app/assets/stylesheets/components/_testimonials.scss */
.testimonial__photo img {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.125);
  border-radius: 75px;
  border-radius: 50%;
  max-width: 150px;
  width: 100%;
}

/* line 64, app/assets/stylesheets/components/_testimonials.scss */
.testimonial__balloon__name {
  font-size: 1em;
  padding-top: 1em;
}

@media only screen and (min-width: 48em) {
  /* line 72, app/assets/stylesheets/components/_testimonials.scss */
  .testimonial--right .testimonial__balloon {
    position: relative;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    margin-right: 0;
    float: left;
  }
  /* line 23, app/assets/stylesheets/global/_mixins.scss */
  .testimonial--right .testimonial__balloon:after, .testimonial--right .testimonial__balloon:before {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0;
    left: 100%;
    top: 50%;
  }
  /* line 165, app/assets/stylesheets/global/_mixins.scss */
  .testimonial--right .testimonial__balloon:after, .testimonial--right .testimonial__balloon:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  /* line 175, app/assets/stylesheets/global/_mixins.scss */
  .testimonial--right .testimonial__balloon:after {
    border-color: transparent;
    border-width: 16px;
    margin-top: -16px;
    border-left-color: #fff;
  }
  /* line 204, app/assets/stylesheets/global/_mixins.scss */
  .testimonial--right .testimonial__balloon:before {
    border-color: transparent;
    border-width: 17px;
    margin-top: -17px;
    border-left-color: #f2f2f2;
  }
}

@media only screen and (min-width: 48em) {
  /* line 81, app/assets/stylesheets/components/_testimonials.scss */
  .testimonial--right .testimonial__person,
  .testimonial--right .testimonial__photo,
  .testimonial--right .testimonial__name {
    float: right;
  }
}

/* line 1, app/assets/stylesheets/components/_footer.scss */
[role=footer] {
  padding: 1.5em 0;
  margin-top: 2em;
  border-top: 1px solid #dee2e9;
  font-weight: 300;
  text-align: center;
}

@media only print {
  /* line 1, app/assets/stylesheets/components/_footer.scss */
  [role=footer] {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  /* line 1, app/assets/stylesheets/components/_footer.scss */
  [role=footer] {
    text-align: left;
    padding: 1.5em;
  }
}

/* line 19, app/assets/stylesheets/components/_footer.scss */
[role=footer] .wrap, [role=footer] .demo-request .contact_form h2, .demo-request .contact_form [role=footer] h2 {
  width: 100%;
}

/* line 23, app/assets/stylesheets/components/_footer.scss */
[role=footer] h4 {
  font-size: 1em;
  color: #505d78;
}

/* line 28, app/assets/stylesheets/components/_footer.scss */
[role=footer] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 34, app/assets/stylesheets/components/_footer.scss */
[role=footer] p {
  margin: 0;
  padding-bottom: 0.5rem;
}

/* line 40, app/assets/stylesheets/components/_footer.scss */
.footer__row {
  font-size: 0.9em;
}

/* line 20, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.footer__row::after {
  clear: both;
  content: "";
  display: block;
}

/* line 46, app/assets/stylesheets/components/_footer.scss */
.footer__row--bottom {
  padding-top: 2rem;
}

/* line 50, app/assets/stylesheets/components/_footer.scss */
.footer__phone {
  color: #062035;
}

/* line 54, app/assets/stylesheets/components/_footer.scss */
.footer__disclaimer {
  text-align: center;
  padding: 2rem 0;
}

/* line 59, app/assets/stylesheets/components/_footer.scss */
.footer__column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media only screen and (min-width: 48em) {
  /* line 59, app/assets/stylesheets/components/_footer.scss */
  .footer__column {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
  }
  /* line 65, app/assets/stylesheets/components/_footer.scss */
  .footer__column:nth-child(3n) {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
  }
}

/* line 71, app/assets/stylesheets/components/_footer.scss */
.footer__column--double {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media only screen and (min-width: 48em) {
  /* line 71, app/assets/stylesheets/components/_footer.scss */
  .footer__column--double {
    width: calc(66.66% - 33.33px);
    float: left;
    margin-left: 20px;
  }
  /* line 77, app/assets/stylesheets/components/_footer.scss */
  .footer__column--double:nth-child(2n) {
    width: calc(66.66% - 33.33px);
    float: left;
    margin-left: 20px;
  }
}

/* line 83, app/assets/stylesheets/components/_footer.scss */
.footer__column--half {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media only screen and (min-width: 48em) {
  /* line 83, app/assets/stylesheets/components/_footer.scss */
  .footer__column--half {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
  /* line 89, app/assets/stylesheets/components/_footer.scss */
  .footer__column--half:nth-child(2n) {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

/* line 95, app/assets/stylesheets/components/_footer.scss */
.footer__social {
  flex-direction: column !important;
}

@media only screen and (min-width: 40em) {
  /* line 95, app/assets/stylesheets/components/_footer.scss */
  .footer__social {
    flex-direction: row !important;
  }
}

/* line 102, app/assets/stylesheets/components/_footer.scss */
.footer__social__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}

@media only screen and (min-width: 60em) {
  /* line 102, app/assets/stylesheets/components/_footer.scss */
  .footer__social__wrapper {
    align-items: flex-start;
    padding-top: 0;
    text-align: left;
  }
}

/* line 115, app/assets/stylesheets/components/_footer.scss */
.footer__social__item {
  margin-bottom: 1rem;
}

/* line 118, app/assets/stylesheets/components/_footer.scss */
.footer__social__item a {
  display: flex !important;
  align-items: center;
  color: #A7ADBB;
}

/* line 124, app/assets/stylesheets/components/_footer.scss */
.footer__social__item svg {
  min-width: 36px;
}

@media only screen and (min-width: 48em) {
  /* line 115, app/assets/stylesheets/components/_footer.scss */
  .footer__social__item {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  /* line 132, app/assets/stylesheets/components/_footer.scss */
  .footer__social__item svg {
    min-width: auto;
  }
}

/* line 137, app/assets/stylesheets/components/_footer.scss */
.footer__social__item path,
.footer__social__item rect,
.footer__social__item circle,
.footer__social__item polygon {
  stroke: #A7ADBB;
}

/* line 146, app/assets/stylesheets/components/_footer.scss */
.footer__language {
  text-align: center;
}

@media only screen and (min-width: 60em) {
  /* line 146, app/assets/stylesheets/components/_footer.scss */
  .footer__language {
    text-align: right;
  }
}

/* line 155, app/assets/stylesheets/components/_footer.scss */
.footer__iso27001 {
  padding-top: 1rem;
}

/* line 158, app/assets/stylesheets/components/_footer.scss */
.footer__iso27001__badge {
  opacity: .8;
  transition: opacity 0.325s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-width: 150px;
}

/* line 163, app/assets/stylesheets/components/_footer.scss */
.footer__iso27001__badge:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/components/_modal.scss */
.avgrund-active {
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/components/_modal.scss */
.avgrund-popin {
  padding: 2em;
  margin-top: -160px;
}

/* line 9, app/assets/stylesheets/components/_modal.scss */
.avgrund-active .avgrund-popin,
.avgrund-active .avgrund-popin.stack {
  transform: scale(1);
}

/* line 14, app/assets/stylesheets/components/_modal.scss */
.avgrund-popin h3 {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 0.75em 0;
}

/* line 20, app/assets/stylesheets/components/_modal.scss */
.avgrund-popin .buttons {
  text-align: center;
}

/* line 25, app/assets/stylesheets/components/_modal.scss */
#image-preload {
  display: none;
}

/* line 29, app/assets/stylesheets/components/_modal.scss */
html.avgrund-html-overflow-workaround {
  overflow: hidden;
}

/* line 33, app/assets/stylesheets/components/_modal.scss */
.modal--centered.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* line 38, app/assets/stylesheets/components/_modal.scss */
.modal--centered.show .modal-dialog {
  display: flex-item !important;
  width: 75%;
  max-width: 1280px;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
}

@media only screen and (min-width: 40em) {
  /* line 38, app/assets/stylesheets/components/_modal.scss */
  .modal--centered.show .modal-dialog {
    width: 60%;
  }
}

/* line 51, app/assets/stylesheets/components/_modal.scss */
.modal-title {
  margin: 0;
  display: inline-block;
}

/* line 56, app/assets/stylesheets/components/_modal.scss */
.modal-close {
  float: right;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 60, app/assets/stylesheets/components/_modal.scss */
.modal-close:hover {
  background: transparent;
  transform: scale(1.05);
}

/* line 66, app/assets/stylesheets/components/_modal.scss */
.modal .input {
  padding-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/components/_call-to-action.scss */
.call-to-action {
  text-align: center;
}

/* line 4, app/assets/stylesheets/components/_call-to-action.scss */
body > .call-to-action {
  padding: 2em 0;
  text-align: center;
}

/* line 11, app/assets/stylesheets/components/_call-to-action.scss */
.call-to-action .button, .call-to-action .button__small, .call-to-action button,
.call-to-action input[type="submit"], .call-to-action .button--secondary, .call-to-action .button--secondary-small, .call-to-action .button--disabled, .call-to-action .button--link, .call-to-action .button--outline, .call-to-action .button__bundle, .call-to-action .button__ds1, .call-to-action .button__ds2, .call-to-action .button__ds2__disabled, .call-to-action .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .call-to-action button, .call-to-action .platform .hero_button, .platform .call-to-action .hero_button {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  padding: 1em 3em;
  display: inline-block;
}

/* line 18, app/assets/stylesheets/components/_call-to-action.scss */
.call-to-action small {
  font-size: 0.75em;
  font-style: italic;
}

/* line 1, app/assets/stylesheets/components/_flash.scss */
.flash {
  padding: 0.5em 1em;
  border-radius: 0.25em;
  color: #fff;
  display: none;
}

/* line 11, app/assets/stylesheets/components/_flash.scss */
.flash.error {
  background: #D10622;
  margin-bottom: 0.25em;
}

/* line 16, app/assets/stylesheets/components/_flash.scss */
.flash.notice {
  background: #22E4BC;
}

/* line 21, app/assets/stylesheets/components/_flash.scss */
.notice {
  display: block;
}

/* line 2, app/assets/stylesheets/components/_dropdown.scss */
.dropdown .dropdown-menu-action {
  background-color: #e79154;
  border-radius: 6px;
  color: #fff;
  padding: 10px;
  display: inline-block;
}

@media only screen and (min-width: 60em) {
  /* line 11, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0em;
    background: #062035;
    min-width: 150px;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
    width: 100%;
    display: flex;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
    padding: 2rem;
  }
  /* line 26, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu.dropdown-visible {
    top: 2.5em;
    overflow: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  /* line 34, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu .dropdown-menu-title {
    display: block;
    min-width: 100px;
    padding: 24px 2rem 0 0 !important;
  }
  /* line 39, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu .dropdown-menu-title h3 {
    padding: 0;
    margin: 0;
    color: #fff;
  }
  /* line 46, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu .dropdown-menu-sub-item {
    padding-left: 24px;
  }
  /* line 50, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu .dropdown-menu-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    opacity: 95%;
  }
  /* line 56, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu .dropdown-menu-links--list .dropdown-menu-item {
    margin-bottom: 0.25rem;
    padding: 0.5rem 1rem;
  }
  /* line 60, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu .dropdown-menu-links--list .dropdown-menu-item > a {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
  }
  /* line 66, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu .dropdown-menu-links--list .dropdown-menu-item > a .external-link-icon-wrapper {
    display: inline-block;
    height: 1rem;
    margin-bottom: 0.1rem;
  }
  /* line 71, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu .dropdown-menu-links--list .dropdown-menu-item > a .external-link-icon-wrapper .external-link-icon {
    height: 1rem;
  }
  /* line 80, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu .dropdown-menu-action {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
  }
  /* line 86, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu .dropdown-menu-link,
  .dropdown .dropdown-menu .dropdown-menu-title,
  .dropdown .dropdown-menu .dropdown-menu-side {
    padding: 24px;
    padding-right: 20px;
  }
  /* line 93, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu .dropdown-menu-side {
    flex: 0 0 20%;
  }
  /* line 97, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
  }
  /* line 103, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu a {
    display: block;
  }
  /* line 106, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown .dropdown-menu a:hover {
    background: #5a6987;
    color: #fff;
  }
}

/* line 115, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu-title {
  display: none;
}

@media only screen and (min-width: 60em) {
  /* line 115, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-menu-title {
    display: block;
  }
}

/* line 122, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu-title h3 {
  font-size: 1rem;
}

/* line 128, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu-link h4 {
  font-size: 1rem;
}

/* line 135, app/assets/stylesheets/components/_dropdown.scss */
.dropdown__header {
  font-size: 1rem;
  padding: 0 1rem;
}

/* line 140, app/assets/stylesheets/components/_dropdown.scss */
.dropdown__description {
  font-size: 0.85rem;
  font-weight: 400;
}

@media only screen and (min-width: 40em) {
  /* line 145, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 3rem;
  }
}

/* line 153, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-data-service-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-left: 15px;
  padding-right: 5px;
}

@media only screen and (min-width: 40em) {
  /* line 153, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-data-service-wrapper {
    padding: 0 2rem 2rem;
  }
  /* line 163, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-data-service-wrapper a {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 167, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-data-service-wrapper a:hover {
    border: 1px solid #fff;
  }
}

@media only screen and (min-width: 60em) {
  /* line 174, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-menu-vertical-line::after {
    content: "";
    position: absolute;
    left: calc(50% + 50px);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    top: 2rem;
    bottom: 2rem;
  }
}

/* line 185, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-data-services {
  padding: 5px 10px;
  margin: 2px 5px;
}

/* line 189, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-data-services h4 {
  font-size: 1rem;
}

/* line 193, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-data-services p {
  line-height: 1.5;
  font-weight: 700;
}

@media only screen and (min-width: 40em) {
  /* line 185, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-data-services {
    padding: 1rem 0.5rem;
  }
}

@media only screen and (min-width: 60em) {
  /* line 185, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-data-services {
    color: rgba(255, 255, 255, 0.75);
  }
}

/* line 207, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-card-link {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 211, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-card-link:hover {
  background-color: transparent !important;
  border: 0 !important;
}

/* line 217, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-card-item {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  width: 90%;
  padding-bottom: 1rem;
}

/* line 224, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-card-item h4 {
  font-size: 15px;
  margin-top: 0;
}

@media only screen and (min-width: 40em) {
  /* line 217, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-card-item {
    width: 60%;
  }
}

@media only screen and (min-width: 60em) {
  /* line 217, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-card-item {
    width: 100%;
    padding-bottom: 0;
  }
  /* line 237, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-card-item:hover {
    border: 1px solid rgba(255, 255, 255, 0.75);
  }
}

/* line 243, app/assets/stylesheets/components/_dropdown.scss */
.card-image {
  overflow: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 248, app/assets/stylesheets/components/_dropdown.scss */
.card-image img {
  background-image: linear-gradient(to right, #283653, #1b273e);
  padding: 10px 30px;
  max-width: 100%;
  height: 90px;
}

@media only screen and (min-width: 40em) {
  /* line 256, app/assets/stylesheets/components/_dropdown.scss */
  .card-image img {
    padding: 10px 50px;
    height: 120px;
  }
}

@media only screen and (min-width: 60em) {
  /* line 243, app/assets/stylesheets/components/_dropdown.scss */
  .card-image {
    margin-bottom: -10px;
  }
  /* line 265, app/assets/stylesheets/components/_dropdown.scss */
  .card-image img {
    padding: 10px 30px;
    height: 100px;
  }
}

/* line 272, app/assets/stylesheets/components/_dropdown.scss */
.card-text {
  overflow: auto;
  background-color: #062035;
  text-align: center;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 279, app/assets/stylesheets/components/_dropdown.scss */
.card-text span {
  font-size: 10px;
}

/* line 283, app/assets/stylesheets/components/_dropdown.scss */
.card-text span:last-child {
  font-size: 12px;
  width: 80%;
  display: inline-block;
  background-color: #e79154;
  border-radius: 4px;
  padding: 8px !important;
}

@media only screen and (min-width: 40em) {
  /* line 293, app/assets/stylesheets/components/_dropdown.scss */
  .card-text span:last-child {
    width: 60%;
  }
}

@media only screen and (min-width: 60em) {
  /* line 299, app/assets/stylesheets/components/_dropdown.scss */
  .card-text span {
    padding-top: 15px;
    display: inline-block;
  }
  /* line 304, app/assets/stylesheets/components/_dropdown.scss */
  .card-text span:last-child {
    margin: 15px 0;
    width: 70%;
    display: inline-block !important;
    padding: 4px 0px;
  }
}

/* line 313, app/assets/stylesheets/components/_dropdown.scss */
.menu-hr-mobile {
  color: rgba(255, 255, 255, 0.75);
  margin-right: 5%;
  margin-left: 3%;
}

/* line 318, app/assets/stylesheets/components/_dropdown.scss */
.menu-hr-mobile--header-hr {
  margin: 4%;
  margin-bottom: 0;
}

/* line 323, app/assets/stylesheets/components/_dropdown.scss */
.menu-hr-mobile--last-section-child {
  margin-top: 37px;
  margin-bottom: 37px;
}

@media only screen and (min-width: 40em) {
  /* line 313, app/assets/stylesheets/components/_dropdown.scss */
  .menu-hr-mobile {
    display: none;
  }
}

/* line 335, app/assets/stylesheets/components/_dropdown.scss */
.menu__about .dropdown-menu .dropdown-menu-links, .menu__resources .dropdown-menu .dropdown-menu-links {
  grid-template-columns: repeat(3, 1fr);
}

/* line 339, app/assets/stylesheets/components/_dropdown.scss */
.menu__about .dropdown-menu .dropdown-menu-title, .menu__resources .dropdown-menu .dropdown-menu-title {
  padding: 1rem 2rem 0 0 !important;
}

/* line 347, app/assets/stylesheets/components/_dropdown.scss */
.menu__services .dropdown-menu .dropdown-menu-title {
  min-width: 150px;
}

/* line 353, app/assets/stylesheets/components/_dropdown.scss */
.subnav-title {
  display: flex;
  align-items: center;
}

/* line 357, app/assets/stylesheets/components/_dropdown.scss */
.subnav-title--tag {
  color: #000 !important;
  background-color: #fff;
  border-radius: 4px;
  display: inline-flex;
  margin-left: 8px;
  padding: 2px 4px !important;
  background-color: #fff;
  font-size: 10px;
}

/* line 369, app/assets/stylesheets/components/_dropdown.scss */
.subnav-link {
  display: flex;
  align-items: center;
  color: #e4833e;
}

/* line 374, app/assets/stylesheets/components/_dropdown.scss */
.subnav-link::before {
  display: flex;
  margin-right: 2px;
  background-image: url(/assets/navigation/Chevron-Right-ec960482919bbdb189009a1d3f0958f792a7f439cf64bb2e9ec2b28b01ce0e09.svg);
  width: 12px;
  height: 12px;
  content: "";
}

/* line 1, app/assets/stylesheets/components/_zenbox.scss */
#zenbox_tab {
  left: -100px;
}

@media only screen and (min-width: 42em) {
  /* line 1, app/assets/stylesheets/components/_zenbox.scss */
  #zenbox_tab {
    left: 0;
  }
}

/* line 4, app/assets/stylesheets/components/_reasons.scss */
.reasons h3 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* line 12, app/assets/stylesheets/components/_reasons.scss */
.reasons {
  position: relative;
  top: -33px;
}

/* line 17, app/assets/stylesheets/components/_reasons.scss */
.reasons--spaced {
  top: 0;
  margin-top: 50px;
}

/* line 22, app/assets/stylesheets/components/_reasons.scss */
.reason {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding-top: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

/* line 32, app/assets/stylesheets/components/_reasons.scss */
.reason .icon {
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}

/* line 39, app/assets/stylesheets/components/_reasons.scss */
.more-reasons .reason {
  padding-top: 20px;
}

@media only screen and (min-width: 40em) {
  /* line 22, app/assets/stylesheets/components/_reasons.scss */
  .reason {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
    margin-bottom: 0;
  }
  /* line 48, app/assets/stylesheets/components/_reasons.scss */
  .reason:last-child {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
  }
  /* line 52, app/assets/stylesheets/components/_reasons.scss */
  .reasons--four .reason {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 40em) and (min-width: 40em) {
  /* line 52, app/assets/stylesheets/components/_reasons.scss */
  .reasons--four .reason {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-bottom: 0;
  }
}

/* line 67, app/assets/stylesheets/components/_reasons.scss */
.reason--cf .icon {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 67, app/assets/stylesheets/components/_reasons.scss */
  .reason--cf .icon {
    background-image: url(/assets/2x/icon-cf-0bde1affba798c9f4e8b899a64ea23387cba2e074c08e6462a6081d550691e60.png);
  }
}

/* line 73, app/assets/stylesheets/components/_reasons.scss */
.reason--high-availability .icon {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 73, app/assets/stylesheets/components/_reasons.scss */
  .reason--high-availability .icon {
    background-image: url(/assets/2x/icon-high-availability-b85a6098ee18cd882b3837e8241f865b8c6666eee047ee85043dfb4f61f0cca4.png);
  }
}

/* line 79, app/assets/stylesheets/components/_reasons.scss */
.reason--competitive .icon {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 79, app/assets/stylesheets/components/_reasons.scss */
  .reason--competitive .icon {
    background-image: url(/assets/2x/icon-competitive-b3b0272050964a18954999ccf025d4180d181e618387f52ffbe84de7efa798e3.png);
  }
}

/* line 85, app/assets/stylesheets/components/_reasons.scss */
.reason--enterprise .icon {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 85, app/assets/stylesheets/components/_reasons.scss */
  .reason--enterprise .icon {
    background-image: url(/assets/2x/icon-enterprise-14d07f40e99cf9d9e6b0177d028567dbd212940254b796422140e1c779444112.png);
  }
}

/* line 91, app/assets/stylesheets/components/_reasons.scss */
.reason--isolated .icon {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 91, app/assets/stylesheets/components/_reasons.scss */
  .reason--isolated .icon {
    background-image: url(/assets/cf/2x/icon-isolated-17e3b39227901cc2e9a471923c5d2fa58d9007804d0c38384407297e6cb95fed.png);
  }
}

/* line 97, app/assets/stylesheets/components/_reasons.scss */
.reason--flexible .icon {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 97, app/assets/stylesheets/components/_reasons.scss */
  .reason--flexible .icon {
    background-image: url(/assets/cf/2x/icon-flexible-15c3cb821d189023479507c88265028d783bf269c542c3da8b94328d482258bc.png);
  }
}

/* line 103, app/assets/stylesheets/components/_reasons.scss */
.reason--infrastructure .icon {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 103, app/assets/stylesheets/components/_reasons.scss */
  .reason--infrastructure .icon {
    background-image: url(/assets/cf/2x/icon-infrastructure-1b92c36fd5637c44eee441c562e15a0d1154ad948b045bfeb151d4543c6c4ecb.png);
  }
}

/* line 5, app/assets/stylesheets/components/_features.scss */
.feature {
  margin: 0.5rem;
  margin-top: 0;
}

@media only screen and (min-width: 48em) {
  /* line 5, app/assets/stylesheets/components/_features.scss */
  .feature {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
    margin: 0;
  }
  /* line 14, app/assets/stylesheets/components/_features.scss */
  .feature:last-child {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 48em) {
  /* line 19, app/assets/stylesheets/components/_features.scss */
  .features--single .feature {
    width: calc(66.66% - 33.33px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.66% - 23.33px + 40px);
  }
  /* line 24, app/assets/stylesheets/components/_features.scss */
  .features--single .feature:last-child {
    width: calc(66.66% - 33.33px);
    float: left;
    margin-left: 20px;
  }
}

/* line 30, app/assets/stylesheets/components/_features.scss */
.feature__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 36, app/assets/stylesheets/components/_features.scss */
.feature p {
  margin: 0;
  padding-bottom: 0.5rem;
}

/* line 41, app/assets/stylesheets/components/_features.scss */
.feature li {
  margin: 0;
  padding: 0;
  padding-left: 36px;
  min-height: 30px;
  background-repeat: no-repeat;
  padding-bottom: 0.5rem;
  position: relative;
}

/* line 50, app/assets/stylesheets/components/_features.scss */
.feature li .icon-checkmark {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1, app/assets/stylesheets/components/_intra-header.scss */
.clients__heading--small, .enviroments__heading--small, .offerings__heading--small, .service_platforms__heading--small, .ds_foundations__heading--small, .ds__reasons__heading--small, .home__heading--small, .bundle__dsi__heading--small, .bundle__dsi__title--small, .klutch .ds_foundations__heading--small, .intra-header, .offerings__heading, .service_platforms__heading, .ds_foundations__heading, .ds__reasons__heading, .bundle__dsi__heading, .bundle__dsi__title, .klutch .ds_foundations__heading {
  padding: 4rem 0;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  /* line 1, app/assets/stylesheets/components/_intra-header.scss */
  .clients__heading--small, .enviroments__heading--small, .offerings__heading--small, .service_platforms__heading--small, .ds_foundations__heading--small, .ds__reasons__heading--small, .home__heading--small, .bundle__dsi__heading--small, .bundle__dsi__title--small, .klutch .ds_foundations__heading--small, .intra-header, .offerings__heading, .service_platforms__heading, .ds_foundations__heading, .ds__reasons__heading, .bundle__dsi__heading, .bundle__dsi__title, .klutch .ds_foundations__heading {
    padding: 2rem 0;
  }
}

/* line 9, app/assets/stylesheets/components/_intra-header.scss */
.clients__heading--small h1, .enviroments__heading--small h1, .offerings__heading--small h1, .service_platforms__heading--small h1, .ds_foundations__heading--small h1, .ds__reasons__heading--small h1, .home__heading--small h1, .bundle__dsi__heading--small h1, .bundle__dsi__title--small h1, .klutch .ds_foundations__heading--small h1, .intra-header h1, .offerings__heading h1, .service_platforms__heading h1, .ds_foundations__heading h1, .ds__reasons__heading h1, .bundle__dsi__heading h1, .bundle__dsi__title h1, .klutch .ds_foundations__heading h1, .clients__heading--small h2, .enviroments__heading--small h2, .offerings__heading--small h2, .service_platforms__heading--small h2, .ds_foundations__heading--small h2, .ds__reasons__heading--small h2, .home__heading--small h2, .bundle__dsi__heading--small h2, .bundle__dsi__title--small h2, .klutch .ds_foundations__heading--small h2, .intra-header h2, .offerings__heading h2, .service_platforms__heading h2, .ds_foundations__heading h2, .ds__reasons__heading h2, .bundle__dsi__heading h2, .bundle__dsi__title h2, .klutch .ds_foundations__heading h2, .clients__heading--small h3, .enviroments__heading--small h3, .offerings__heading--small h3, .service_platforms__heading--small h3, .ds_foundations__heading--small h3, .ds__reasons__heading--small h3, .home__heading--small h3, .bundle__dsi__heading--small h3, .bundle__dsi__title--small h3, .klutch .ds_foundations__heading--small h3, .intra-header h3, .offerings__heading h3, .service_platforms__heading h3, .ds_foundations__heading h3, .ds__reasons__heading h3, .bundle__dsi__heading h3, .bundle__dsi__title h3, .klutch .ds_foundations__heading h3, .clients__heading--small h4, .enviroments__heading--small h4, .offerings__heading--small h4, .service_platforms__heading--small h4, .ds_foundations__heading--small h4, .ds__reasons__heading--small h4, .home__heading--small h4, .bundle__dsi__heading--small h4, .bundle__dsi__title--small h4, .klutch .ds_foundations__heading--small h4, .intra-header h4, .offerings__heading h4, .service_platforms__heading h4, .ds_foundations__heading h4, .ds__reasons__heading h4, .bundle__dsi__heading h4, .bundle__dsi__title h4, .klutch .ds_foundations__heading h4 {
  font-weight: 300;
}

/* line 16, app/assets/stylesheets/components/_intra-header.scss */
.clients__heading--small h3, .enviroments__heading--small h3, .offerings__heading--small h3, .service_platforms__heading--small h3, .ds_foundations__heading--small h3, .ds__reasons__heading--small h3, .home__heading--small h3, .bundle__dsi__heading--small h3, .bundle__dsi__title--small h3, .klutch .ds_foundations__heading--small h3 {
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

/* line 1, app/assets/stylesheets/components/_features-table.scss */
.features-table, .courses-table {
  table-layout: fixed;
  margin: 0 auto;
}

/* line 5, app/assets/stylesheets/components/_features-table.scss */
.features-table thead, .courses-table thead {
  border-bottom: 1px solid rgba(80, 93, 120, 0.0375);
}

/* line 9, app/assets/stylesheets/components/_features-table.scss */
.features-table td, .courses-table td, .features-table th, .courses-table th {
  padding: 1em 0.5em;
  text-align: center;
  vertical-align: middle;
}

/* line 15, app/assets/stylesheets/components/_features-table.scss */
.features-table .icon-no, .courses-table .icon-no {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 15, app/assets/stylesheets/components/_features-table.scss */
  .features-table .icon-no, .courses-table .icon-no {
    background-image: url(/assets/2x/icon-no-32572a105de9917f1de70ac3167ad10d89d38ba8aeeb06a59b2e45bbe074406f.png);
  }
}

/* line 19, app/assets/stylesheets/components/_features-table.scss */
.features-table .icon-yes, .courses-table .icon-yes {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 19, app/assets/stylesheets/components/_features-table.scss */
  .features-table .icon-yes, .courses-table .icon-yes {
    background-image: url(/assets/2x/icon-checkmark-e97ad9086d04dd75207fb08b3774306094167c376ab4ff408fdc87b2c38d5295.png);
  }
}

/* line 23, app/assets/stylesheets/components/_features-table.scss */
.features-table .icon-yes, .courses-table .icon-yes, .features-table .icon-no, .courses-table .icon-no {
  display: inline-block;
  margin-bottom: 0.5em;
}

/* line 29, app/assets/stylesheets/components/_features-table.scss */
.features-table tr:nth-child(2n), .courses-table tr:nth-child(2n) {
  background: rgba(80, 93, 120, 0.0375);
}

/* line 33, app/assets/stylesheets/components/_features-table.scss */
.features-table .features-table__feature, .courses-table .features-table__feature {
  text-align: left;
}

/* line 37, app/assets/stylesheets/components/_features-table.scss */
.features-table .features-table__cell--merged, .courses-table .features-table__cell--merged {
  background: #fff !important;
}

/* line 42, app/assets/stylesheets/components/_features-table.scss */
.features-table__description,
.features-table__list {
  display: block;
  margin-top: 0.5em;
}

@media only screen and (min-width: 48em) {
  /* line 42, app/assets/stylesheets/components/_features-table.scss */
  .features-table__description,
  .features-table__list {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 60em) {
  /* line 42, app/assets/stylesheets/components/_features-table.scss */
  .features-table__description,
  .features-table__list {
    font-size: 0.8em;
  }
}

/* line 56, app/assets/stylesheets/components/_features-table.scss */
.features-table__list {
  text-align: left;
}

/* line 61, app/assets/stylesheets/components/_features-table.scss */
.stacktable-features-table tr:nth-child(2n):not(.st-head-row),
.stacktable-features-table td:nth-child(2n),
.stacktable-features-table th:nth-child(2n).st-key.features-table__feature {
  background: rgba(80, 93, 120, 0.0375);
}

/* line 67, app/assets/stylesheets/components/_features-table.scss */
.stacktable-features-table .st-key {
  width: 30%;
}

/* line 71, app/assets/stylesheets/components/_features-table.scss */
.stacktable-features-table .st-val {
  width: 70%;
}

/* line 75, app/assets/stylesheets/components/_features-table.scss */
.stacktable-features-table .st-val, .stacktable-features-table .st-key {
  text-align: left;
  padding: 0.5em;
  font-size: 0.8em !important;
}

/* line 1, app/assets/stylesheets/components/_cta.scss */
.cta,
.cta--button {
  text-align: center;
  margin-top: 2rem;
}

@media only print {
  /* line 1, app/assets/stylesheets/components/_cta.scss */
  .cta,
  .cta--button {
    display: none;
  }
}

/* line 10, app/assets/stylesheets/components/_cta.scss */
.cta h3,
.cta--button h3 {
  font-weight: 300;
  margin-top: 0;
}

/* line 16, app/assets/stylesheets/components/_cta.scss */
.cta {
  padding: 4rem 0;
  background: rgba(80, 93, 120, 0.0375);
}

/* line 20, app/assets/stylesheets/components/_cta.scss */
.cta--blue {
  background: #505d78 url(/assets/illustration-cloud-bg-ecc18336e67ea36b24c784e298981a84cfb8cdc95f04dfac4fc72782d70a1b98.svg) center bottom no-repeat;
  background-size: 100% auto;
}

/* line 24, app/assets/stylesheets/components/_cta.scss */
.cta--blue h1,
.cta--blue h2,
.cta--blue h3,
.cta--blue h4,
.cta--blue h5,
.cta--blue h6,
.cta--blue p {
  color: #fff;
}

/* line 36, app/assets/stylesheets/components/_cta.scss */
.cta--illustration .wrap, .cta--illustration .demo-request .contact_form h2, .demo-request .contact_form .cta--illustration h2 {
  display: flex;
  flex-flow: column nowrap;
}

@media only screen and (min-width: 48em) {
  /* line 36, app/assets/stylesheets/components/_cta.scss */
  .cta--illustration .wrap, .cta--illustration .demo-request .contact_form h2, .demo-request .contact_form .cta--illustration h2 {
    flex-flow: row nowrap;
  }
}

/* line 45, app/assets/stylesheets/components/_cta.scss */
.cta--illustration .cta__illustration {
  text-align: center;
}

@media only screen and (min-width: 48em) {
  /* line 45, app/assets/stylesheets/components/_cta.scss */
  .cta--illustration .cta__illustration {
    flex: 1 0 30%;
    width: 30%;
  }
}

/* line 53, app/assets/stylesheets/components/_cta.scss */
.cta--illustration .cta__illustration img {
  width: 60%;
}

@media only screen and (min-width: 48em) {
  /* line 53, app/assets/stylesheets/components/_cta.scss */
  .cta--illustration .cta__illustration img {
    width: 85%;
  }
}

@media only screen and (min-width: 48em) {
  /* line 62, app/assets/stylesheets/components/_cta.scss */
  .cta--illustration .cta__text {
    text-align: left;
    padding-left: 2rem;
    flex: 1 0 70%;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    width: 70%;
  }
}

@media only screen and (min-width: 48em) {
  /* line 74, app/assets/stylesheets/components/_cta.scss */
  .cta--illustration .cta--button {
    text-align: left;
  }
}

/* line 82, app/assets/stylesheets/components/_cta.scss */
.cta--button {
  padding: 2rem 0;
}

/* line 20, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.paragraph-text__wrapper::after {
  clear: both;
  content: "";
  display: block;
}

/* line 6, app/assets/stylesheets/components/_paragraph-text.scss */
.paragraph-text {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media only screen and (min-width: 48em) {
  /* line 6, app/assets/stylesheets/components/_paragraph-text.scss */
  .paragraph-text {
    width: calc(83.33% - 36.66px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.33% - 21.66px + 40px);
  }
}

@media only screen and (min-width: 60em) {
  /* line 6, app/assets/stylesheets/components/_paragraph-text.scss */
  .paragraph-text {
    width: calc(66.66% - 33.33px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.66% - 23.33px + 40px);
  }
}

/* line 20, app/assets/stylesheets/components/_paragraph-text.scss */
.paragraph-text__cta {
  text-align: center;
  min-height: 50px;
  padding-top: 2rem;
}

/* line 26, app/assets/stylesheets/components/_paragraph-text.scss */
.page-intro-sentence {
  text-align: left;
  font-weight: 400;
  font-size: 1.5rem;
}

/* line 4, app/assets/stylesheets/components/_services.scss */
.services .page-header h2 {
  font-weight: 300;
}

/* line 9, app/assets/stylesheets/components/_services.scss */
.services__service,
.services__service--inverted {
  margin-bottom: 4rem;
}

/* line 20, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.services__service::after,
.services__service--inverted::after {
  clear: both;
  content: "";
  display: block;
}

/* line 16, app/assets/stylesheets/components/_services.scss */
.services__service__icon {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 140px;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48em) {
  /* line 16, app/assets/stylesheets/components/_services.scss */
  .services__service__icon {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
    margin-bottom: 0;
  }
  /* line 30, app/assets/stylesheets/components/_services.scss */
  .services__service--inverted .services__service__icon {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 60em) {
  /* line 16, app/assets/stylesheets/components/_services.scss */
  .services__service__icon {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
  }
  /* line 38, app/assets/stylesheets/components/_services.scss */
  .services__service--inverted .services__service__icon {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
  }
}

/* line 45, app/assets/stylesheets/components/_services.scss */
.no-svg .services__service__icon img {
  display: none;
}

/* line 50, app/assets/stylesheets/components/_services.scss */
.services__service__description {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media only screen and (min-width: 48em) {
  /* line 50, app/assets/stylesheets/components/_services.scss */
  .services__service__description {
    width: calc(66.66% - 33.33px);
    float: left;
    margin-left: 20px;
  }
  /* line 56, app/assets/stylesheets/components/_services.scss */
  .services__service--inverted .services__service__description {
    width: calc(66.66% - 33.33px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 60em) {
  /* line 50, app/assets/stylesheets/components/_services.scss */
  .services__service__description {
    width: calc(66.66% - 33.33px);
    float: left;
    margin-left: 20px;
  }
  /* line 64, app/assets/stylesheets/components/_services.scss */
  .services__service--inverted .services__service__description {
    width: calc(66.66% - 33.33px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 48em) {
  /* line 69, app/assets/stylesheets/components/_services.scss */
  .services__service__description h3 {
    text-align: left;
    margin-bottom: 1em;
  }
}

/* line 5, app/assets/stylesheets/components/_gallery.scss */
.gallery__image {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media only screen and (min-width: 37.5em) {
  /* line 5, app/assets/stylesheets/components/_gallery.scss */
  .gallery__image {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
  /* line 11, app/assets/stylesheets/components/_gallery.scss */
  .gallery__image:nth-child(2n) {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

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

/* line 5, app/assets/stylesheets/components/_figure.scss */
.figure__image {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  /* line 5, app/assets/stylesheets/components/_figure.scss */
  .figure__image {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

/* line 14, app/assets/stylesheets/components/_figure.scss */
.figure__image img {
  max-width: 80%;
}

@media only screen and (min-width: 48em) {
  /* line 14, app/assets/stylesheets/components/_figure.scss */
  .figure__image img {
    max-width: 100%;
  }
}

/* line 23, app/assets/stylesheets/components/_figure.scss */
.figure__text {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding-top: 2rem;
}

@media only screen and (min-width: 48em) {
  /* line 23, app/assets/stylesheets/components/_figure.scss */
  .figure__text {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

/* line 3, app/assets/stylesheets/components/_box-with-shadow.scss */
.about__service:hover, .about__office, .course, .open-source__license, .webinar__card {
  box-sizing: border-box;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
  border-radius: 0.25em;
  background: #fff;
  padding: 4rem 2rem 2rem;
  text-align: center;
  position: relative;
}

/* line 12, app/assets/stylesheets/components/_box-with-shadow.scss */
.about__service:hover h4, .about__office h4, .course h4, .open-source__license h4, .webinar__card h4 {
  margin: 0;
  font-size: 20px;
}

/* line 17, app/assets/stylesheets/components/_box-with-shadow.scss */
.about__service:hover .action, .about__office .action, .course .action, .open-source__license .action, .webinar__card .action {
  padding-top: 1rem;
}

/* line 1, app/assets/stylesheets/components/_courses-table.scss */
.courses-table {
  table-layout: auto;
}

/* line 7, app/assets/stylesheets/components/_courses-table.scss */
.courses__interesting-for {
  min-width: 200px;
}

/* line 11, app/assets/stylesheets/components/_courses-table.scss */
.courses__duration,
.courses__prerequisites,
.courses__type {
  min-width: 50px;
}

/* line 17, app/assets/stylesheets/components/_courses-table.scss */
.courses__list {
  text-align: left;
  list-style: none;
  padding: 0;
}

/* line 1, app/assets/stylesheets/components/_banner.scss */
.feature-banner {
  padding: 1.5rem 0.5rem;
  text-align: center;
  background-color: #062035;
  color: #fff;
  font-weight: bold;
}

@media only print {
  /* line 1, app/assets/stylesheets/components/_banner.scss */
  .feature-banner {
    display: none;
  }
}

/* line 12, app/assets/stylesheets/components/_banner.scss */
.feature-banner img {
  height: 32px;
  margin-right: 1rem;
  vertical-align: middle;
}

/* line 18, app/assets/stylesheets/components/_banner.scss */
.feature-banner--kubernetes {
  padding: 0.5rem 0.25rem;
}

/* line 22, app/assets/stylesheets/components/_banner.scss */
.feature-banner__button {
  font-weight: bold;
  padding: 0.5em 1em;
  display: block;
  margin: 1rem auto;
  max-width: 50%;
}

@media only screen and (min-width: 40em) {
  /* line 22, app/assets/stylesheets/components/_banner.scss */
  .feature-banner__button {
    display: inline;
    margin: 0 0 0 1rem;
  }
}

/* line 1, app/assets/stylesheets/components/_video-embed.scss */
.video-embed {
  padding: 4rem 0;
}

/* line 2, app/assets/stylesheets/components/_tabs.scss */
.tabs__tabs {
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 1rem;
  padding-top: 1rem;
  justify-content: center;
}

@media only screen and (min-width: 40em) {
  /* line 2, app/assets/stylesheets/components/_tabs.scss */
  .tabs__tabs {
    flex-flow: row nowrap;
    padding-top: 0;
  }
}

/* line 15, app/assets/stylesheets/components/_tabs.scss */
.tabs__tab {
  padding: 1rem;
  text-align: center;
  border-bottom: 2px solid transparent;
  color: #A7ADBB;
}

@media only screen and (min-width: 40em) {
  /* line 15, app/assets/stylesheets/components/_tabs.scss */
  .tabs__tab {
    margin-right: 1rem;
  }
}

/* line 25, app/assets/stylesheets/components/_tabs.scss */
.tabs__tab:last-child {
  margin-right: 0;
}

/* line 29, app/assets/stylesheets/components/_tabs.scss */
.tabs__tab--active {
  border-bottom: 2px solid #e4833e;
  color: #e4833e;
  font-weight: 700;
}

/* line 35, app/assets/stylesheets/components/_tabs.scss */
.tabs__tab strong,
.tabs__tab small {
  display: block;
}

/* line 41, app/assets/stylesheets/components/_tabs.scss */
.tabs__content {
  display: none;
}

/* line 44, app/assets/stylesheets/components/_tabs.scss */
.tabs__content--active {
  display: block;
}

/* line 24, app/assets/stylesheets/components/_box-with-icon.scss */
.careers__job--anynines:before, .open-source__license:before {
  background-image: url(/assets/svg/icon-anynines-f0d338e07505c0d02045a54fcd29e7b89f9b2564a9ae51f44bef31d788ef73dc.svg);
}

/* line 27, app/assets/stylesheets/components/_box-with-icon.scss */
.no-svg .careers__job--anynines:before, .no-svg .open-source__license:before {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 27, app/assets/stylesheets/components/_box-with-icon.scss */
  .no-svg .careers__job--anynines:before, .no-svg .open-source__license:before {
    background-image: url(/assets/2x/icon-anynines-aad7e5c52652155f0209e5c7974f0800a6666bfafc320bc62735542aed38d18e.png);
  }
}

/* line 32, app/assets/stylesheets/components/_box-with-icon.scss */
.careers__job--ruby:before {
  background-image: url(/assets/careers/svg/icon-job-ruby-e3c3d0c296c90736012d47977d00baf677d754b805f7c1edd5f7ada4c9f99a22.svg);
}

/* line 35, app/assets/stylesheets/components/_box-with-icon.scss */
.no-svg .careers__job--ruby:before {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 35, app/assets/stylesheets/components/_box-with-icon.scss */
  .no-svg .careers__job--ruby:before {
    background-image: url(/assets/careers/2x/icon-job-ruby-a9a150f36845b1603ef5cb3a817c9ee232f95b2ffd72cdba58d3feb3d67d1b45.png);
  }
}

/* line 40, app/assets/stylesheets/components/_box-with-icon.scss */
.careers__job--react:before {
  background-image: url(/assets/careers/svg/icon-job-react-c602299aa21f3c2be141b2c7462a0231a5d7ec123b408f13cf79236a2b6b1ec7.svg);
}

/* line 43, app/assets/stylesheets/components/_box-with-icon.scss */
.no-svg .careers__job--react:before {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 43, app/assets/stylesheets/components/_box-with-icon.scss */
  .no-svg .careers__job--react:before {
    background-image: url(/assets/careers/2x/icon-job-react-2d0f9021abea647260930f014276101536b8e67bda1655c7f9d7ff549b493a74.png);
  }
}

/* line 48, app/assets/stylesheets/components/_box-with-icon.scss */
.careers__job--marketing::before {
  background-image: url(/assets/careers/svg/icon-job-marketing-d456005fe747f423f59d04a8370dc2a65a417d079ac7eed791dc25cdb78e8cfe.svg);
}

/* line 51, app/assets/stylesheets/components/_box-with-icon.scss */
.no-svg .careers__job--marketing::before {
  background-image: url(/images/icons-1x/sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 51, app/assets/stylesheets/components/_box-with-icon.scss */
  .no-svg .careers__job--marketing::before {
    background-image: url(/assets/careers/2x/icon-job-marketing-f228f5101b06dad633e01b46775359d91223a8701815ea6a01a9ca73be29ffd5.png);
  }
}

/* line 56, app/assets/stylesheets/components/_box-with-icon.scss */
.careers__job--finance::before {
  background-image: url(/assets/careers/svg/icon-job-finance-1156ae24eb1f5f6cb788566c440ef5c891ff0d52d4a47c62bb87dc6dfe7b07f2.svg);
}

/* line 9, app/assets/stylesheets/components/_cookie-consent.scss */
.as-oil {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  pointer-events: none;
}

/* line 18, app/assets/stylesheets/components/_cookie-consent.scss */
.as-oil .as-oil-content-overlay {
  pointer-events: all;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #062035;
}

/* line 26, app/assets/stylesheets/components/_cookie-consent.scss */
.as-oil .as-oil__btn-optin,
.as-oil .as-oil__btn-blue {
  background-color: #e4833e;
  color: #fff;
}

/* line 31, app/assets/stylesheets/components/_cookie-consent.scss */
.as-oil .as-oil__btn-optin:hover,
.as-oil .as-oil__btn-blue:hover {
  background-color: #e79154;
}

/* line 36, app/assets/stylesheets/components/_cookie-consent.scss */
.as-oil .as-oil-back-button {
  color: #A7ADBB;
  border: 1px solid #dee2e9;
  box-shadow: none;
}

/* line 41, app/assets/stylesheets/components/_cookie-consent.scss */
.as-oil .as-oil-back-button:hover {
  color: #fff;
}

/* line 46, app/assets/stylesheets/components/_cookie-consent.scss */
.as-oil .as-js-advanced-settings {
  color: #A7ADBB;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/components/_tag.scss */
.tag {
  font-size: 0.6rem;
  font-weight: 900;
  padding: 0.125rem 0.5rem;
  border-radius: 1rem;
  background: #e4833e;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

/* line 3, app/assets/stylesheets/components/_show-hide.scss */
.show-hide--collapsed .show-hide__content {
  display: none;
}

/* line 8, app/assets/stylesheets/components/_show-hide.scss */
.show-hide__header {
  margin-top: 2rem;
  cursor: pointer;
}

/* line 12, app/assets/stylesheets/components/_show-hide.scss */
.show-hide__header h4 {
  color: #A7ADBB;
  font-size: 16px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}

/* line 1, app/assets/stylesheets/components/_membership.scss */
.membership {
  background: #062035;
  color: #fff;
  padding: 0.5rem 0;
}

/* line 12, app/assets/stylesheets/components/_membership.scss */
.membership__content, .membership__groups, .membership__iso {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 60em) {
  /* line 12, app/assets/stylesheets/components/_membership.scss */
  .membership__content, .membership__groups, .membership__iso {
    flex-flow: row nowrap;
  }
}

/* line 26, app/assets/stylesheets/components/_membership.scss */
.membership__content {
  padding: 1rem 0;
}

/* line 30, app/assets/stylesheets/components/_membership.scss */
.membership__member-of {
  text-wrap: nowrap;
}

/* line 34, app/assets/stylesheets/components/_membership.scss */
.membership__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 34, app/assets/stylesheets/components/_membership.scss */
  .membership__list {
    flex-direction: row;
  }
}

@media only screen and (min-width: 60em) {
  /* line 34, app/assets/stylesheets/components/_membership.scss */
  .membership__list {
    padding-top: 0;
    padding-inline: 1rem;
  }
}

/* line 52, app/assets/stylesheets/components/_membership.scss */
.membership__item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

@media only screen and (min-width: 40em) {
  /* line 52, app/assets/stylesheets/components/_membership.scss */
  .membership__item {
    padding: 0 1rem;
  }
}

/* line 64, app/assets/stylesheets/components/_membership.scss */
.membership__logo {
  height: 24px;
}

/* line 68, app/assets/stylesheets/components/_membership.scss */
.membership__iso {
  padding-top: 1rem;
}

@media only screen and (min-width: 60em) {
  /* line 68, app/assets/stylesheets/components/_membership.scss */
  .membership__iso {
    padding-top: 0;
  }
}

/* line 75, app/assets/stylesheets/components/_membership.scss */
.membership__iso__icon {
  max-height: 40px;
}

/* line 78, app/assets/stylesheets/components/_membership.scss */
.membership__iso__icon__wrapper {
  padding-top: 1rem;
}

@media only screen and (min-width: 60em) {
  /* line 78, app/assets/stylesheets/components/_membership.scss */
  .membership__iso__icon__wrapper {
    padding-top: 0;
    padding-left: 0.5rem;
  }
}

/* line 1, app/assets/stylesheets/components/_service-box.scss */
.offering, .ds_reasons, .home__service {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 2rem;
  padding: 2rem;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (min-width: 40em) {
  /* line 1, app/assets/stylesheets/components/_service-box.scss */
  .offering, .ds_reasons, .home__service {
    margin-top: 0;
  }
}

/* line 12, app/assets/stylesheets/components/_service-box.scss */
.offering:hover, .ds_reasons:hover, .home__service:hover {
  background: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
  transform: scale(1.05);
}

/* line 18, app/assets/stylesheets/components/_service-box.scss */
.offering__heading, .ds_reasons__heading, .home__service__heading, .offering__description, .ds_reasons__description, .home__service__info {
  color: #062035;
}

/* line 24, app/assets/stylesheets/components/_service-box.scss */
.offering__heading img, .ds_reasons__heading img, .home__service__heading img {
  max-width: 72px;
}

/* line 28, app/assets/stylesheets/components/_service-box.scss */
.offering__heading h2, .ds_reasons__heading h2, .home__service__heading h2 {
  margin: 0;
}

/* line 33, app/assets/stylesheets/components/_service-box.scss */
.offering__description, .ds_reasons__description, .home__service__info {
  flex: 1;
}

/* line 37, app/assets/stylesheets/components/_service-box.scss */
.offering__icon, .ds_reasons__icon, .home__service__icon {
  display: block;
  margin-bottom: 1rem;
  vertical-align: middle;
}

/* line 43, app/assets/stylesheets/components/_service-box.scss */
.offering__link, .ds_reasons__link, .home__service__link {
  font-size: 0.85rem;
  font-weight: 700;
}

/* line 8, app/assets/stylesheets/components/_clients.scss */
.clients__logos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  padding-top: 2rem;
}

@media screen and (min-width: 40em) {
  /* line 8, app/assets/stylesheets/components/_clients.scss */
  .clients__logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 19, app/assets/stylesheets/components/_clients.scss */
.clients__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

@media only screen and (min-width: 40em) {
  /* line 19, app/assets/stylesheets/components/_clients.scss */
  .clients__logo {
    margin-top: 0;
  }
}

/* line 29, app/assets/stylesheets/components/_clients.scss */
.clients__logo img {
  width: 100%;
  max-width: 14rem;
}

/* line 8, app/assets/stylesheets/components/_enviroments.scss */
.enviroments__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0;
}

/* line 15, app/assets/stylesheets/components/_enviroments.scss */
.enviroments__logo {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  width: 50%;
}

@media only screen and (min-width: 40em) {
  /* line 15, app/assets/stylesheets/components/_enviroments.scss */
  .enviroments__logo {
    margin-top: 0;
    width: 33%;
  }
}

/* line 28, app/assets/stylesheets/components/_enviroments.scss */
.enviroments__logo img {
  max-width: 80%;
}

@media only screen and (min-width: 60em) {
  /* line 28, app/assets/stylesheets/components/_enviroments.scss */
  .enviroments__logo img {
    max-width: 60%;
  }
}

@media only screen and (min-width: 60em) {
  /* line 37, app/assets/stylesheets/components/_enviroments.scss */
  .enviroments__logo:nth-child(2) img {
    max-width: 75%;
  }
}

@media only screen and (min-width: 60em) {
  /* line 45, app/assets/stylesheets/components/_enviroments.scss */
  .enviroments__logo:nth-child(5) img {
    max-width: 45%;
  }
}

/* line 3, app/assets/stylesheets/components/_alert.scss */
.alert {
  padding: 1rem;
  border-radius: 0.25em;
  border: 1px solid #dee2e9;
  margin-bottom: 1rem;
  background: white;
}

/* line 10, app/assets/stylesheets/components/_alert.scss */
.alert.is-error {
  border-color: #D10622;
  color: #D10622;
  background: rgba(209, 6, 34, 0.15);
}

/* line 17, app/assets/stylesheets/components/_alert.scss */
.alert.has-icon img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

/* line 3, app/assets/stylesheets/components/_jobs_application.scss */
.jobs-application {
  min-height: 48em;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}

/* line 11, app/assets/stylesheets/components/_jobs_application.scss */
.jobs-application #loading, .jobs-application .success-message {
  text-align: center;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/components/_blurb.scss */
.blurb {
  padding: 4rem 0;
}

@media only screen and (min-width: 60em) {
  /* line 1, app/assets/stylesheets/components/_blurb.scss */
  .blurb {
    position: relative;
  }
}

/* line 8, app/assets/stylesheets/components/_blurb.scss */
.blurb__illustration {
  padding-bottom: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media only screen and (min-width: 60em) {
  /* line 8, app/assets/stylesheets/components/_blurb.scss */
  .blurb__illustration {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    text-align: left;
  }
}

/* line 25, app/assets/stylesheets/components/_blurb.scss */
.blurb__illustration img {
  max-height: 391px;
}

/* line 30, app/assets/stylesheets/components/_blurb.scss */
.blurb__text {
  margin-top: 4rem;
}

@media only screen and (min-width: 60em) {
  /* line 30, app/assets/stylesheets/components/_blurb.scss */
  .blurb__text {
    width: 40%;
    margin-top: 0;
  }
}

/* line 38, app/assets/stylesheets/components/_blurb.scss */
.blurb__text h2 {
  margin-top: 0;
  font-size: 36px;
}

/* line 43, app/assets/stylesheets/components/_blurb.scss */
.blurb__text p {
  font-size: 16px;
  line-height: 21.6px;
}

/* line 1, app/assets/stylesheets/components/_ds-blurb.scss */
.ds-blurb {
  padding: 4rem 0;
}

@media only screen and (min-width: 60em) {
  /* line 1, app/assets/stylesheets/components/_ds-blurb.scss */
  .ds-blurb {
    position: relative;
  }
}

/* line 8, app/assets/stylesheets/components/_ds-blurb.scss */
.ds-blurb__illustration {
  padding-bottom: 2rem;
  text-align: center;
}

@media only screen and (min-width: 60em) {
  /* line 8, app/assets/stylesheets/components/_ds-blurb.scss */
  .ds-blurb__illustration {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    text-align: left;
    margin-top: 55px;
  }
}

@media only screen and (max-width: 960px) {
  /* line 8, app/assets/stylesheets/components/_ds-blurb.scss */
  .ds-blurb__illustration {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    text-align: left;
    display: none;
  }
}

/* line 30, app/assets/stylesheets/components/_ds-blurb.scss */
.ds-blurb__illustration img {
  max-height: 391px;
}

/* line 35, app/assets/stylesheets/components/_ds-blurb.scss */
.ds-blurb__text {
  margin-top: 4rem;
}

@media only screen and (min-width: 60em) {
  /* line 35, app/assets/stylesheets/components/_ds-blurb.scss */
  .ds-blurb__text {
    width: 40%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 960px) {
  /* line 35, app/assets/stylesheets/components/_ds-blurb.scss */
  .ds-blurb__text {
    margin-top: 14rem;
    max-width: 410px;
  }
}

/* line 48, app/assets/stylesheets/components/_ds-blurb.scss */
.ds-blurb__text h2 {
  margin-top: 0;
  font-size: 36px;
}

/* line 53, app/assets/stylesheets/components/_ds-blurb.scss */
.ds-blurb__text p {
  font-size: 18px;
  line-height: 21.6px;
}

/* line 3, app/assets/stylesheets/components/_ds-blurb_reverse.scss */
.ds-blurb_reverse__container {
  padding: 4rem 0;
  height: 450px;
  margin-top: 10px;
}

@media only screen and (max-width: 40em) {
  /* line 3, app/assets/stylesheets/components/_ds-blurb_reverse.scss */
  .ds-blurb_reverse__container {
    padding: 0rem 0;
  }
}

@media only screen and (min-width: 60em) {
  /* line 3, app/assets/stylesheets/components/_ds-blurb_reverse.scss */
  .ds-blurb_reverse__container {
    position: relative;
  }
}

/* line 18, app/assets/stylesheets/components/_ds-blurb_reverse.scss */
.ds-blurb_reverse__illustration {
  padding-bottom: 2rem;
  text-align: center;
}

@media only screen and (min-width: 60em) {
  /* line 18, app/assets/stylesheets/components/_ds-blurb_reverse.scss */
  .ds-blurb_reverse__illustration {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    text-align: right;
  }
}

/* line 30, app/assets/stylesheets/components/_ds-blurb_reverse.scss */
.ds-blurb_reverse__illustration img {
  max-height: 391px;
}

/* line 35, app/assets/stylesheets/components/_ds-blurb_reverse.scss */
.ds-blurb_reverse__text {
  margin-top: 4rem;
}

@media only screen and (min-width: 60em) {
  /* line 35, app/assets/stylesheets/components/_ds-blurb_reverse.scss */
  .ds-blurb_reverse__text {
    position: absolute;
    top: 0;
    right: 0;
    width: 43%;
    text-align: left;
    margin-top: 0;
  }
}

/* line 47, app/assets/stylesheets/components/_ds-blurb_reverse.scss */
.ds-blurb_reverse__text h2, .ds-blurb_reverse__text p {
  max-width: 410px;
}

/* line 51, app/assets/stylesheets/components/_ds-blurb_reverse.scss */
.ds-blurb_reverse__text h2 {
  margin-top: 0;
  font-size: 36px;
}

/* line 56, app/assets/stylesheets/components/_ds-blurb_reverse.scss */
.ds-blurb_reverse__text p {
  font-size: 18px;
  line-height: 21.6px;
}

@media only screen and (min-width: 40em) {
  /* line 1, app/assets/stylesheets/components/_offerings.scss */
  .offerings {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}

/* line 15, app/assets/stylesheets/components/_offerings.scss */
.offerings__heading h2 {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 800;
}

/* line 26, app/assets/stylesheets/components/_offerings.scss */
.offering__container {
  display: flex;
}

/* line 30, app/assets/stylesheets/components/_offerings.scss */
.offering__box {
  background: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
}

/* line 1, app/assets/stylesheets/components/_selling-points.scss */
.selling-points {
  padding: 4rem;
  width: 100%;
}

/* line 6, app/assets/stylesheets/components/_selling-points.scss */
.selling-points__header h2 {
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  /* line 6, app/assets/stylesheets/components/_selling-points.scss */
  .selling-points__header h2 {
    margin: 0.75rem 0;
  }
}

/* line 18, app/assets/stylesheets/components/_selling-points.scss */
.selling-points__points ul {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  padding: 1rem 0 0;
}

@media only screen and (min-width: 48em) {
  /* line 18, app/assets/stylesheets/components/_selling-points.scss */
  .selling-points__points ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem 1rem;
  }
}

/* line 30, app/assets/stylesheets/components/_selling-points.scss */
.selling-points__points li {
  padding-left: 32px;
  min-height: 30px;
  background-image: url(/assets/icon-check-orange-c8729a65c11dd2955ff4f1597e9d7b418cd89e77dd6ef5c5441ad0766e568348.svg);
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 0.5rem;
}

/* line 3, app/assets/stylesheets/components/_social.scss */
.social {
  display: flex;
  flex-flow: row nowrap;
}

/* line 7, app/assets/stylesheets/components/_social.scss */
.social__item {
  padding: 0;
  margin-right: 1rem;
}

/* line 11, app/assets/stylesheets/components/_social.scss */
.social__item:last-child {
  margin-right: 0;
}

/* line 15, app/assets/stylesheets/components/_social.scss */
.social__item__icon {
  max-width: 20px;
  max-height: 20px;
}

/* line 20, app/assets/stylesheets/components/_social.scss */
.social__item a {
  display: block;
}

/* line 1, app/assets/stylesheets/components/_service.scss */
.service {
  padding-top: 2rem;
}

/* line 6, app/assets/stylesheets/components/_service.scss */
.service__meta {
  display: flex;
  flex-flow: column nowrap;
}

@media only screen and (min-width: 40em) {
  /* line 6, app/assets/stylesheets/components/_service.scss */
  .service__meta {
    flex-flow: row nowrap;
  }
}

/* line 14, app/assets/stylesheets/components/_service.scss */
.service__meta__brand {
  flex: 1;
  text-align: center;
}

@media only screen and (min-width: 40em) {
  /* line 14, app/assets/stylesheets/components/_service.scss */
  .service__meta__brand {
    text-align: left;
  }
}

/* line 23, app/assets/stylesheets/components/_service.scss */
.service__meta__logo {
  max-width: 100px;
}

/* line 27, app/assets/stylesheets/components/_service.scss */
.service__meta__actions {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  padding-top: 2rem;
}

/* line 33, app/assets/stylesheets/components/_service.scss */
.service__meta__actions__link {
  font-size: 0.8rem;
  color: #A7ADBB;
  margin-top: 1rem;
}

/* line 41, app/assets/stylesheets/components/_service.scss */
.service__details {
  border-bottom: 1px solid #dee2e9;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

/* line 48, app/assets/stylesheets/components/_service.scss */
.service__information h3, .service__information h4 {
  text-align: center;
}

@media only screen and (min-width: 40em) {
  /* line 48, app/assets/stylesheets/components/_service.scss */
  .service__information h3, .service__information h4 {
    text-align: left;
  }
}

/* line 57, app/assets/stylesheets/components/_service.scss */
.service__information__description dl {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  width: 100%;
}

/* line 64, app/assets/stylesheets/components/_service.scss */
.service__information__description dl:last-child dt,
.service__information__description dl:last-child dd {
  border-bottom: none;
}

/* line 71, app/assets/stylesheets/components/_service.scss */
.service__information__description dt,
.service__information__description dd {
  padding: 1rem;
  margin: 0;
  border-bottom: 1px solid #dee2e9;
  color: #062035;
  flex: 1;
}

/* line 80, app/assets/stylesheets/components/_service.scss */
.service__information__description dt {
  text-align: left;
  font-weight: 700;
}

/* line 85, app/assets/stylesheets/components/_service.scss */
.service__information__description dd {
  text-align: right;
}

/* line 90, app/assets/stylesheets/components/_service.scss */
.service__information__checksum {
  font-size: 0.85rem;
  font-family: "Source Code Pro", "Menlo", "Monaco", fixed;
  border-radius: 4px;
}

/* line 96, app/assets/stylesheets/components/_service.scss */
.service__information__versions {
  width: 100%;
}

/* line 99, app/assets/stylesheets/components/_service.scss */
.service__information__versions thead {
  font-weight: 700;
}

/* line 103, app/assets/stylesheets/components/_service.scss */
.service__information__versions tr {
  border-bottom: 1px solid #dee2e9;
}

/* line 107, app/assets/stylesheets/components/_service.scss */
.service__information__versions td {
  padding: 0.5rem;
}

/* line 115, app/assets/stylesheets/components/_service.scss */
.service__signup.show .modal-dialog {
  width: 75%;
}

@media only screen and (min-width: 40em) {
  /* line 115, app/assets/stylesheets/components/_service.scss */
  .service__signup.show .modal-dialog {
    width: 60%;
  }
}

@media only screen and (min-width: 60em) {
  /* line 115, app/assets/stylesheets/components/_service.scss */
  .service__signup.show .modal-dialog {
    width: 500px;
  }
}

/* line 128, app/assets/stylesheets/components/_service.scss */
.service__signup [type='submit'] {
  width: 100%;
}

/* line 1, app/assets/stylesheets/components/single-teaser-box/index.scss */
.single-teaser-box {
  display: flex;
  flex-direction: column;
  margin: 4rem 0;
}

@media only screen and (min-width: 40em) {
  /* line 1, app/assets/stylesheets/components/single-teaser-box/index.scss */
  .single-teaser-box {
    flex-direction: row;
    align-items: center;
  }
}

/* line 11, app/assets/stylesheets/components/single-teaser-box/index.scss */
.single-teaser-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 11, app/assets/stylesheets/components/single-teaser-box/index.scss */
  .single-teaser-box__icon {
    padding: 0 2rem 1rem 1rem;
  }
}

@media only screen and (max-width: 40em) {
  /* line 22, app/assets/stylesheets/components/single-teaser-box/index.scss */
  .single-teaser-box__icon img {
    max-width: 50%;
  }
}

/* line 29, app/assets/stylesheets/components/single-teaser-box/index.scss */
.single-teaser-box__content h3,
.single-teaser-box__content p {
  text-align: center;
  color: #062035;
}

@media only screen and (min-width: 40em) {
  /* line 36, app/assets/stylesheets/components/single-teaser-box/index.scss */
  .single-teaser-box__content h3,
  .single-teaser-box__content p {
    text-align: left;
  }
  /* line 41, app/assets/stylesheets/components/single-teaser-box/index.scss */
  .single-teaser-box__content h3 {
    margin-top: 0;
  }
}

/* line 47, app/assets/stylesheets/components/single-teaser-box/index.scss */
.single-teaser-box__button {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 40em) {
  /* line 47, app/assets/stylesheets/components/single-teaser-box/index.scss */
  .single-teaser-box__button {
    justify-content: flex-start;
  }
}

/* line 1, app/assets/stylesheets/components/_seo_pages.scss */
.alternate-background {
  background: #f1f2f5;
}

/* line 1, app/assets/stylesheets/components/_job_disruptor.scss */
.job_disruptor {
  display: flex;
  flex-direction: row-reverse;
}

/* line 5, app/assets/stylesheets/components/_job_disruptor.scss */
.job_disruptor a {
  position: absolute;
  top: 40%;
  z-index: 99;
}

/* line 10, app/assets/stylesheets/components/_job_disruptor.scss */
.job_disruptor a img {
  width: 277px;
}

/* line 14, app/assets/stylesheets/components/_job_disruptor.scss */
.job_disruptor a:hover {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/components/_service-platforms.scss */
.service_platforms {
  background: #eceef1;
  padding: 30px 0 15px;
}

@media only screen and (min-width: 40em) {
  /* line 1, app/assets/stylesheets/components/_service-platforms.scss */
  .service_platforms {
    padding: 4rem 0;
  }
}

/* line 9, app/assets/stylesheets/components/_service-platforms.scss */
.service_platforms__heading {
  padding-top: 0;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 40em) {
  /* line 9, app/assets/stylesheets/components/_service-platforms.scss */
  .service_platforms__heading {
    padding-bottom: 0rem;
  }
}

/* line 22, app/assets/stylesheets/components/_service-platforms.scss */
.service_platforms__heading h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
}

/* line 29, app/assets/stylesheets/components/_service-platforms.scss */
.service_platforms__logo {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

@media only screen and (max-width: 40em) {
  /* line 29, app/assets/stylesheets/components/_service-platforms.scss */
  .service_platforms__logo {
    margin-top: 0;
  }
}

@media only screen and (min-width: 40em) {
  /* line 29, app/assets/stylesheets/components/_service-platforms.scss */
  .service_platforms__logo {
    margin-top: 0;
  }
}

/* line 44, app/assets/stylesheets/components/_service-platforms.scss */
.service_platforms__logo img {
  max-width: 140px;
  max-height: 85px;
}

@media only screen and (min-width: 40em) {
  /* line 44, app/assets/stylesheets/components/_service-platforms.scss */
  .service_platforms__logo img {
    max-width: 160px;
  }
}

/* line 54, app/assets/stylesheets/components/_service-platforms.scss */
.service_platforms__logo__vmware-tanzu-image img {
  max-height: 100px;
  max-width: 200px;
}

/* line 61, app/assets/stylesheets/components/_service-platforms.scss */
.service_platforms__logo-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
  padding-top: 0;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 40em) {
  /* line 61, app/assets/stylesheets/components/_service-platforms.scss */
  .service_platforms__logo-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 72, app/assets/stylesheets/components/_service-platforms.scss */
.service_platforms__logo-wrapper--single-logo {
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 40em) {
  /* line 72, app/assets/stylesheets/components/_service-platforms.scss */
  .service_platforms__logo-wrapper--single-logo {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 79, app/assets/stylesheets/components/_service-platforms.scss */
.service_platforms__logo-wrapper--single-logo img {
  max-width: 50%;
}

@media only screen and (min-width: 40em) {
  /* line 79, app/assets/stylesheets/components/_service-platforms.scss */
  .service_platforms__logo-wrapper--single-logo img {
    max-width: 25%;
  }
}

/* line 1, app/assets/stylesheets/components/_ds-foundations.scss */
.ds_foundations {
  background-color: #dcdee3;
  margin-top: -40px;
  padding: 4rem 0;
}

/* line 6, app/assets/stylesheets/components/_ds-foundations.scss */
.ds_foundations__heading {
  padding-top: 0;
}

/* line 14, app/assets/stylesheets/components/_ds-foundations.scss */
.ds_foundations__heading h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
}

/* line 20, app/assets/stylesheets/components/_ds-foundations.scss */
.ds_foundations__heading p {
  font-size: 18px;
  line-height: 21.6px;
}

/* line 26, app/assets/stylesheets/components/_ds-foundations.scss */
.ds_foundations__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

@media only screen and (max-width: 32em) {
  /* line 26, app/assets/stylesheets/components/_ds-foundations.scss */
  .ds_foundations__logos {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 60em) {
  /* line 26, app/assets/stylesheets/components/_ds-foundations.scss */
  .ds_foundations__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 40, app/assets/stylesheets/components/_ds-foundations.scss */
.ds_foundations__logo {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

@media only screen and (min-width: 40em) {
  /* line 40, app/assets/stylesheets/components/_ds-foundations.scss */
  .ds_foundations__logo {
    margin-top: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 40, app/assets/stylesheets/components/_ds-foundations.scss */
  .ds_foundations__logo {
    margin-top: 0;
  }
}

/* line 55, app/assets/stylesheets/components/_ds-foundations.scss */
.ds_foundations__logo img {
  max-width: 140px;
  max-height: 70px;
}

@media only screen and (min-width: 40em) {
  /* line 55, app/assets/stylesheets/components/_ds-foundations.scss */
  .ds_foundations__logo img {
    max-width: 160px;
    max-height: 70px;
  }
}

/* line 66, app/assets/stylesheets/components/_ds-foundations.scss */
.ds_foundations__logo__cloud-foundry-image img {
  max-width: 160px;
}

@media only screen and (min-width: 40em) {
  /* line 66, app/assets/stylesheets/components/_ds-foundations.scss */
  .ds_foundations__logo__cloud-foundry-image img {
    max-width: 230px;
  }
}

/* line 1, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser, .ds__teaser__alt1, .ds__teaser__alt2, .ds__teaser__alt3, .ds__teaser__alt4, .ds__teaser__alt5 {
  min-height: auto;
  background: linear-gradient(30deg, #354a5b, #062035);
  color: #fff;
  min-height: 65vh;
  display: flex;
  flex-flow: column;
}

/* line 9, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__description {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

/* line 14, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__image {
  order: 1;
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 60em) {
  /* line 14, app/assets/stylesheets/components/_ds-teaser.scss */
  .ds__teaser__image {
    padding-bottom: 0;
    width: auto;
  }
}

@media only screen and (min-width: 60em) {
  /* line 14, app/assets/stylesheets/components/_ds-teaser.scss */
  .ds__teaser__image {
    order: 2;
  }
}

/* line 32, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__content {
  text-align: center;
  order: 2;
}

@media only screen and (min-width: 60em) {
  /* line 32, app/assets/stylesheets/components/_ds-teaser.scss */
  .ds__teaser__content {
    flex: 1;
    order: 1;
    text-align: left;
    min-width: 50%;
  }
}

/* line 43, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__content p {
  font-size: 1.25rem;
  margin-bottom: 28px;
}

/* line 48, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__content p,
.ds__teaser__content .subtitle {
  font-size: 1.1rem;
  font-weight: 300;
}

/* line 54, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

@media only screen and (min-width: 40em) {
  /* line 54, app/assets/stylesheets/components/_ds-teaser.scss */
  .ds__teaser__content h1 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 60em) {
  /* line 54, app/assets/stylesheets/components/_ds-teaser.scss */
  .ds__teaser__content h1 {
    font-size: 2.3rem;
    font-weight: 800;
  }
}

/* line 70, app/assets/stylesheets/components/_ds-teaser.scss */

.ds__teaser .wrap,
.ds__teaser__alt1 .wrap,
.ds__teaser__alt2 .wrap,
.ds__teaser__alt3 .wrap,
.ds__teaser__alt4 .wrap,
.ds__teaser__alt5 .wrap,
.ds__teaser .demo-request .contact_form h2,
.demo-request .contact_form .ds__teaser h2,
.ds__teaser__alt1 .demo-request .contact_form h2,
.demo-request .contact_form .ds__teaser__alt1 h2,
.ds__teaser__alt2 .demo-request .contact_form h2,
.demo-request .contact_form .ds__teaser__alt2 h2,
.ds__teaser__alt3 .demo-request .contact_form h2,
.demo-request .contact_form .ds__teaser__alt3 h2,
.ds__teaser__alt4 .demo-request .contact_form h2,
.demo-request .contact_form .ds__teaser__alt4 h2,
.ds__teaser__alt5 .demo-request .contact_form h2,
.demo-request .contact_form .ds__teaser__alt5 h2 {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 10vh 0;
  align-items: flex-start;
  text-align: left;
  flex-flow: column;
  align-items: center;
}

@media only screen and (min-width: 60em) {
  /* line 70, app/assets/stylesheets/components/_ds-teaser.scss */
  
  .ds__teaser .wrap,
  .ds__teaser__alt1 .wrap,
  .ds__teaser__alt2 .wrap,
  .ds__teaser__alt3 .wrap,
  .ds__teaser__alt4 .wrap,
  .ds__teaser__alt5 .wrap,
  .ds__teaser .demo-request .contact_form h2,
  .demo-request .contact_form .ds__teaser h2,
  .ds__teaser__alt1 .demo-request .contact_form h2,
  .demo-request .contact_form .ds__teaser__alt1 h2,
  .ds__teaser__alt2 .demo-request .contact_form h2,
  .demo-request .contact_form .ds__teaser__alt2 h2,
  .ds__teaser__alt3 .demo-request .contact_form h2,
  .demo-request .contact_form .ds__teaser__alt3 h2,
  .ds__teaser__alt4 .demo-request .contact_form h2,
  .demo-request .contact_form .ds__teaser__alt4 h2,
  .ds__teaser__alt5 .demo-request .contact_form h2,
  .demo-request .contact_form .ds__teaser__alt5 h2 {
    flex-flow: row nowrap;
  }
}

/* line 100, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__image {
  position: relative;
}

/* line 104, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__image img {
  max-width: 140%;
  margin-left: -50px;
  margin-top: -130px;
  margin-bottom: -70px;
}

@media only screen and (min-width: 40em) {
  /* line 104, app/assets/stylesheets/components/_ds-teaser.scss */
  .ds__teaser__image img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 60em) {
  /* line 104, app/assets/stylesheets/components/_ds-teaser.scss */
  .ds__teaser__image img {
    position: absolute;
    max-width: 140%;
    margin: 0;
    top: 50%;
    transform: translateY(-48%);
  }
}

/* line 125, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--legacy, .ds__teaser--small {
  color: #fff;
  background: linear-gradient(30deg, #354a5b, #062035);
  min-height: 65vh;
  display: flex;
  flex-direction: column;
}

/* line 132, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--legacy--dark {
  background: linear-gradient(30deg, #354a5b, #062035);
}

/* line 136, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--legacy--dark .banner.scrolled {
  background: #34475f;
}

/* line 142, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--legacy .wrap, .ds__teaser--small .wrap, .ds__teaser--legacy .demo-request .contact_form h2, .demo-request .contact_form .ds__teaser--legacy h2, .ds__teaser--small .demo-request .contact_form h2, .demo-request .contact_form .ds__teaser--small h2 {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10vh 0;
}

/* line 152, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--legacy h1, .ds__teaser--small h1,
.ds__teaser--legacy h2,
.ds__teaser--small h2 {
  margin: 0;
}

/* line 157, app/assets/stylesheets/components/_ds-teaser.scss */

.ds__teaser--legacy h2,
.ds__teaser--small h2 {
  font-weight: 300;
  letter-spacing: -0.025em;
}

@media only screen and (min-width: 37.5em) {
  /* line 157, app/assets/stylesheets/components/_ds-teaser.scss */
  
  .ds__teaser--legacy h2,
  .ds__teaser--small h2 {
    font-size: 31.25px;
  }
}

/* line 165, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--legacy h2 strong, .ds__teaser--small h2 strong {
  font-weight: 900;
}

/* line 170, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--legacy small, .ds__teaser--small small {
  color: #a1abc0;
}

/* line 174, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--legacy__subtitle {
  font-size: 1.1rem;
  font-weight: 300;
}

/* line 179, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--legacy .ds__teaser__video, .ds__teaser--small .ds__teaser__video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  max-width: 90%;
  margin: 0 auto -50px;
}

@media only screen and (min-width: 60em) {
  /* line 179, app/assets/stylesheets/components/_ds-teaser.scss */
  .ds__teaser--legacy .ds__teaser__video, .ds__teaser--small .ds__teaser__video {
    max-width: 80%;
    margin: 0 auto -50px;
  }
}

/* line 192, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--legacy .ds__teaser__video iframe, .ds__teaser--small .ds__teaser__video iframe,
.ds__teaser--legacy .ds__teaser__video video,
.ds__teaser--small .ds__teaser__video video {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 204, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--small {
  min-height: 40vh;
}

/* line 209, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser--small .wrap, .ds__teaser--small .demo-request .contact_form h2, .demo-request .contact_form .ds__teaser--small h2 {
  padding: 5vh 0;
}

/* line 214, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__alt1 {
  background: linear-gradient(35deg, #6acf00 0%, #009ee3 70%);
}

/* line 219, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__alt2 {
  background: linear-gradient(35deg, #e6007e 0%, #e4833e 70%);
}

/* line 224, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__alt3 {
  background: linear-gradient(35deg, #8a1d81 0%, #60a2f9 70%);
}

/* line 229, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__alt4 {
  background: linear-gradient(35deg, #8a1d81 0%, #e4833e 70%);
}

/* line 234, app/assets/stylesheets/components/_ds-teaser.scss */
.ds__teaser__alt5 {
  background: linear-gradient(35deg, #062035 0%, #009EE3 70%);
}

@media only screen and (min-width: 40em) {
  /* line 1, app/assets/stylesheets/components/_ds-reasons.scss */
  .ds__reasons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}

/* line 8, app/assets/stylesheets/components/_ds-reasons.scss */
.ds__reasons__heading {
  padding: 2rem 0;
}

/* line 16, app/assets/stylesheets/components/_ds-reasons.scss */
.ds__reasons__heading h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
}

/* line 22, app/assets/stylesheets/components/_ds-reasons.scss */
.ds__reasons__heading p {
  font-size: 18px;
  line-height: 23px;
}

@media only screen and (min-width: 40em) {
  /* line 8, app/assets/stylesheets/components/_ds-reasons.scss */
  .ds__reasons__heading {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

/* line 37, app/assets/stylesheets/components/_ds-reasons.scss */
.ds_reasons__container {
  display: flex;
}

/* line 41, app/assets/stylesheets/components/_ds-reasons.scss */
.ds_reasons__box {
  background: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
}

/* line 1, app/assets/stylesheets/components/_ds-wrapper.scss */
.ds-wrapper {
  padding: 4rem 0;
}

/* line 3, app/assets/stylesheets/components/hero/index.scss */
.tch-section {
  position: relative;
  background: linear-gradient(to bottom, #007EB3, #003248);
  background-image: url(/assets/hero_2024/hero-bg-image--mobile-9172977c10b28b6540731705d40881e88c6b84b33b19224b7de613570df111e0.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 120px;
}

@media screen and (min-width: 60em) {
  /* line 3, app/assets/stylesheets/components/hero/index.scss */
  .tch-section {
    background-image: url(/assets/hero_2024/hero-bg-image-dbf5d5c631c019585bac4654692a2544dfecd4a314a551c3ee50f2c213767447.svg);
  }
}

/* line 17, app/assets/stylesheets/components/hero/index.scss */
.tch-wrapper {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  gap: 40px;
  color: #fff;
  z-index: 20;
}

@media screen and (min-width: 60em) {
  /* line 17, app/assets/stylesheets/components/hero/index.scss */
  .tch-wrapper {
    grid-template-columns: 2fr 1px 1.4fr;
  }
}

/* line 29, app/assets/stylesheets/components/hero/index.scss */
.tch-wrapper__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 35, app/assets/stylesheets/components/hero/index.scss */
.tch-wrapper__column img {
  margin-bottom: 16px;
  width: auto;
  height: 140px;
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.3));
}

/* line 42, app/assets/stylesheets/components/hero/index.scss */
.tch-wrapper__column h2 {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
  font-size: 32px;
}

/* line 48, app/assets/stylesheets/components/hero/index.scss */
.tch-wrapper__column h3 {
  margin: 0 0 12px;
  font-size: 24px;
  color: #062035;
}

/* line 54, app/assets/stylesheets/components/hero/index.scss */
.tch-wrapper__column p {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  color: #062035;
}

/* line 61, app/assets/stylesheets/components/hero/index.scss */
.tch-wrapper__column .button, .tch-wrapper__column .button__small, .tch-wrapper__column button,
.tch-wrapper__column input[type="submit"], .tch-wrapper__column .button--secondary, .tch-wrapper__column .button--secondary-small, .tch-wrapper__column .button--disabled, .tch-wrapper__column .button--link, .tch-wrapper__column .button--outline, .tch-wrapper__column .button__bundle, .tch-wrapper__column .button__ds1, .tch-wrapper__column .button__ds2, .tch-wrapper__column .button__ds2__disabled, .tch-wrapper__column .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .tch-wrapper__column button, .tch-wrapper__column .platform .hero_button, .platform .tch-wrapper__column .hero_button {
  margin-top: 12px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 14px 24px;
  width: 100%;
}

@media screen and (min-width: 40em) {
  /* line 61, app/assets/stylesheets/components/hero/index.scss */
  .tch-wrapper__column .button, .tch-wrapper__column .button__small, .tch-wrapper__column button,
  .tch-wrapper__column input[type="submit"], .tch-wrapper__column .button--secondary, .tch-wrapper__column .button--secondary-small, .tch-wrapper__column .button--disabled, .tch-wrapper__column .button--link, .tch-wrapper__column .button--outline, .tch-wrapper__column .button__bundle, .tch-wrapper__column .button__ds1, .tch-wrapper__column .button__ds2, .tch-wrapper__column .button__ds2__disabled, .tch-wrapper__column .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .tch-wrapper__column button, .tch-wrapper__column .platform .hero_button, .platform .tch-wrapper__column .hero_button {
    width: auto;
  }
}

/* line 74, app/assets/stylesheets/components/hero/index.scss */
.tch-wrapper__separator {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}

@media screen and (min-width: 60em) {
  /* line 74, app/assets/stylesheets/components/hero/index.scss */
  .tch-wrapper__separator {
    width: 1px;
    height: 100%;
  }
}

/* line 87, app/assets/stylesheets/components/hero/index.scss */
.tch-wrapper--subgrid {
  grid-template-columns: 1fr 1fr;
}

/* line 1, app/assets/stylesheets/components/cards/_hub-card.scss */
.hub-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

/* line 7, app/assets/stylesheets/components/cards/_hub-card.scss */
.hub-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2e8f0;
  min-height: 160px;
}

/* line 14, app/assets/stylesheets/components/cards/_hub-card.scss */
.hub-card__image img {
  max-width: 130px;
  max-height: 130px;
}

/* line 20, app/assets/stylesheets/components/cards/_hub-card.scss */
.hub-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  flex: 1;
}

/* line 27, app/assets/stylesheets/components/cards/_hub-card.scss */
.hub-card__content h3 {
  margin: 0;
}

/* line 31, app/assets/stylesheets/components/cards/_hub-card.scss */
.hub-card__content p {
  margin: 8px 0 16px;
  flex: 1;
}

/* line 36, app/assets/stylesheets/components/cards/_hub-card.scss */
.hub-card__content .button, .hub-card__content .button__small, .hub-card__content button,
.hub-card__content input[type="submit"], .hub-card__content .button--secondary, .hub-card__content .button--secondary-small, .hub-card__content .button--disabled, .hub-card__content .button--link, .hub-card__content .button--outline, .hub-card__content .button__bundle, .hub-card__content .button__ds1, .hub-card__content .button__ds2, .hub-card__content .button__ds2__disabled, .hub-card__content .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .hub-card__content button, .hub-card__content .platform .hero_button, .platform .hub-card__content .hero_button {
  width: 100%;
}

/* line 42, app/assets/stylesheets/components/cards/_hub-card.scss */
.hub-card-grid {
  display: grid;
  margin: 24px 0;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

@media screen and (min-width: 40em) {
  /* line 42, app/assets/stylesheets/components/cards/_hub-card.scss */
  .hub-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 52, app/assets/stylesheets/components/cards/_hub-card.scss */
  .hub-card-grid .hub-card:first-child {
    grid-column: 1 / 3;
  }
}

@media screen and (min-width: 60em) {
  /* line 42, app/assets/stylesheets/components/cards/_hub-card.scss */
  .hub-card-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

/* line 1, app/assets/stylesheets/components/cards/_text-card.scss */
.text-card {
  padding: 10px;
}

/* line 4, app/assets/stylesheets/components/cards/_text-card.scss */
.text-card h4 {
  margin: 12px 0;
}

/* line 9, app/assets/stylesheets/components/cards/_text-card.scss */
.text-card-grid {
  display: grid;
  margin-bottom: 40px;
}

@media screen and (min-width: 40em) {
  /* line 9, app/assets/stylesheets/components/cards/_text-card.scss */
  .text-card-grid {
    grid-template-columns: repeat(2, 50%);
  }
}

@media screen and (min-width: 60em) {
  /* line 9, app/assets/stylesheets/components/cards/_text-card.scss */
  .text-card-grid {
    grid-template-columns: repeat(3, 33.333%);
  }
}

/* line 22, app/assets/stylesheets/components/cards/_text-card.scss */
.text-card-title {
  margin: 60px 0 32px 0;
}

/* line 1, app/assets/stylesheets/components/cards/_utility.scss */
.coming-soon-label {
  border-radius: 4px;
  padding: 12px 16px;
  background-color: #d4d4d4;
  font-weight: 700;
  color: #444444;
  text-align: center;
}

/* line 2, app/assets/stylesheets/sections/_introduction.scss */
.section__wrapper {
  margin: 4rem 0;
}

/* line 6, app/assets/stylesheets/sections/_introduction.scss */
.section__title {
  text-align: center;
}

/* line 12, app/assets/stylesheets/sections/_introduction.scss */
.section-introduction__column-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 60em) {
  /* line 12, app/assets/stylesheets/sections/_introduction.scss */
  .section-introduction__column-wrapper {
    flex-direction: row;
  }
}

/* line 22, app/assets/stylesheets/sections/_introduction.scss */
.section-introduction__content {
  flex: 0 0 60%;
}

@media screen and (min-width: 60em) {
  /* line 22, app/assets/stylesheets/sections/_introduction.scss */
  .section-introduction__content {
    padding-right: 60px;
  }
}

/* line 29, app/assets/stylesheets/sections/_introduction.scss */
.section-introduction__content h4 {
  margin-bottom: 16px;
}

/* line 33, app/assets/stylesheets/sections/_introduction.scss */
.section-introduction__content p {
  font-size: 15px;
}

/* line 38, app/assets/stylesheets/sections/_introduction.scss */
.section-introduction__image {
  display: flex;
  margin-top: 24px;
  padding: 0 24px;
}

/* line 43, app/assets/stylesheets/sections/_introduction.scss */
.section-introduction__image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 60em) {
  /* line 38, app/assets/stylesheets/sections/_introduction.scss */
  .section-introduction__image {
    flex: 0 0 40%;
    margin-top: 0;
    padding: 0;
  }
  /* line 53, app/assets/stylesheets/sections/_introduction.scss */
  .section-introduction__image img {
    height: auto;
  }
}

/* line 2, app/assets/stylesheets/sections/_introduction_klutch.scss */
.section__wrapper {
  margin: 4rem auto;
}

/* line 6, app/assets/stylesheets/sections/_introduction_klutch.scss */
.section__content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

/* line 11, app/assets/stylesheets/sections/_introduction_klutch.scss */
.section__content img {
  max-width: 90%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* line 19, app/assets/stylesheets/sections/_introduction_klutch.scss */
.grid-container {
  margin-bottom: 100px;
}

@media only screen and (min-width: 40em) {
  /* line 19, app/assets/stylesheets/sections/_introduction_klutch.scss */
  .grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }
}

/* line 30, app/assets/stylesheets/sections/_introduction_klutch.scss */
.grid-cell {
  text-align: center;
  font-weight: bold;
  margin: 50px auto;
}

/* line 35, app/assets/stylesheets/sections/_introduction_klutch.scss */
.grid-cell .image-element {
  max-width: 30%;
  max-height: 88px;
}

@media only screen and (min-width: 40em) {
  /* line 41, app/assets/stylesheets/sections/_introduction_klutch.scss */
  .grid-cell .image-element {
    max-width: 60%;
  }
}

/* line 1, app/assets/stylesheets/sections/_utility.scss */
.section-separator {
  margin: 0 auto;
  border: 0;
  width: 100%;
  height: 1px;
  max-width: 1200px;
  background-color: #ccc;
}

/* line 10, app/assets/stylesheets/sections/_utility.scss */
.plus-separator {
  display: flex;
  justify-content: center;
}

/* line 14, app/assets/stylesheets/sections/_utility.scss */
.plus-separator img {
  max-width: 60px;
}

/* line 20, app/assets/stylesheets/sections/_utility.scss */
.wrap--extended {
  max-width: 1200px;
}

/* line 25, app/assets/stylesheets/sections/_utility.scss */
body.overflowHidden {
  overflow: auto !important;
}

/* line 1, app/assets/stylesheets/sections/_table.scss */
.extended_wrap {
  background: #EDEEF1;
  padding: 30px 0 15px;
  text-align: center;
}

/* line 6, app/assets/stylesheets/sections/_table.scss */
.extended_wrap h2 {
  margin-bottom: 4rem;
  padding-top: 50px;
}

/* line 12, app/assets/stylesheets/sections/_table.scss */
.table_section {
  padding-bottom: 50px;
}

/* line 15, app/assets/stylesheets/sections/_table.scss */
.table_section .table-class {
  width: 100%;
}

/* line 20, app/assets/stylesheets/sections/_table.scss */
.table_section .table-header th {
  text-align: center;
}

/* line 25, app/assets/stylesheets/sections/_table.scss */
.table_section td,
.table_section th,
.table_section thead {
  padding: 40px 0;
}

/* line 31, app/assets/stylesheets/sections/_table.scss */
.table_section th {
  text-align: left;
}

/* line 35, app/assets/stylesheets/sections/_table.scss */
.table_section img {
  max-width: 24px;
}

/* line 1, app/assets/stylesheets/pages/_products.scss */
.products-illustration__keyValue, .products-illustration__postgres, .products-illustration__mongodb, .products-illustration__rabbitmq, .products-illustration__elastic {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 90px;
  width: 80px;
  text-align: center;
  position: absolute;
  font-weight: bold;
  z-index: 1;
}

@media only screen and (min-width: 37.5em) {
  /* line 1, app/assets/stylesheets/pages/_products.scss */
  .products-illustration__keyValue, .products-illustration__postgres, .products-illustration__mongodb, .products-illustration__rabbitmq, .products-illustration__elastic {
    width: 120px;
    padding-bottom: 140px;
  }
}

/* line 18, app/assets/stylesheets/pages/_products.scss */
.products-illustration__connector--keyvalue, .products-illustration__connector--mongodb, .products-illustration__connector--rabbitmq, .products-illustration__connector--postgres, .products-illustration__connector--elastic {
  border-top: 2px dotted #999;
  position: absolute;
  width: 35%;
  z-index: 0;
  margin-top: -3px;
}

/* line 26, app/assets/stylesheets/pages/_products.scss */
.products__feature--high-availability, .products__feature--flexible, .products__feature--lean {
  padding-left: 70px;
  min-height: 60px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  position: relative;
}

/* line 34, app/assets/stylesheets/pages/_products.scss */
.products__feature--high-availability h3, .products__feature--flexible h3, .products__feature--lean h3 {
  margin: 0;
  line-height: 60px;
}

/* line 39, app/assets/stylesheets/pages/_products.scss */
.products__feature--high-availability .icon, .products__feature--flexible .icon, .products__feature--lean .icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 51, app/assets/stylesheets/pages/_products.scss */
.products-video-wrapper {
  padding: 2.5em 0;
}

/* line 55, app/assets/stylesheets/pages/_products.scss */
.products-video {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 640px;
  padding-bottom: 39.5%;
  height: 0;
  position: relative;
}

/* line 64, app/assets/stylesheets/pages/_products.scss */
.products-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
}

/* line 74, app/assets/stylesheets/pages/_products.scss */
.products-illustration {
  padding: 2rem 0;
  margin: 0 0 2rem;
}

@media only screen and (max-width: 47em) {
  /* line 74, app/assets/stylesheets/pages/_products.scss */
  .products-illustration {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    font-size: 0.8rem;
  }
}

/* line 85, app/assets/stylesheets/pages/_products.scss */
.products-illustration .wrap, .products-illustration .demo-request .contact_form h2, .demo-request .contact_form .products-illustration h2 {
  position: relative;
  min-height: 350px;
}

@media only screen and (min-width: 37.5em) {
  /* line 85, app/assets/stylesheets/pages/_products.scss */
  .products-illustration .wrap, .products-illustration .demo-request .contact_form h2, .demo-request .contact_form .products-illustration h2 {
    min-height: 550px;
  }
}

@media only screen and (min-width: 48em) {
  /* line 85, app/assets/stylesheets/pages/_products.scss */
  .products-illustration .wrap, .products-illustration .demo-request .contact_form h2, .demo-request .contact_form .products-illustration h2 {
    min-height: 600px;
  }
}

/* line 99, app/assets/stylesheets/pages/_products.scss */
.products-illustration__cf {
  background-image: url(/assets/illustration-services/1x/cf-08ae2297b56d41a7949a44b373906484d6fa7ae7603228f952cec0bca94d8302.png);
  background-size: 100% auto;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1em;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  /* line 99, app/assets/stylesheets/pages/_products.scss */
  .products-illustration__cf {
    background-image: url(/assets/illustration-services/2x/cf-441c3ecd34bbc7d5a3245f006f6cf3969b6eee25c39a32f2ab5831387c94012c.png);
  }
}

@media only screen and (min-width: 37.5em) {
  /* line 99, app/assets/stylesheets/pages/_products.scss */
  .products-illustration__cf {
    width: 155px;
    height: 155px;
  }
}

/* line 123, app/assets/stylesheets/pages/_products.scss */
.products-illustration__keyValue {
  background-image: url(/images/bundle/icon-keyvalue.png);
  bottom: 2em;
  left: 0;
}

/* line 131, app/assets/stylesheets/pages/_products.scss */
.products-illustration__postgres {
  background-image: url(/images/bundle/icon-postgres.png);
  bottom: 50%;
  left: 25%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 37.5em) {
  /* line 131, app/assets/stylesheets/pages/_products.scss */
  .products-illustration__postgres {
    bottom: 40%;
  }
}

/* line 144, app/assets/stylesheets/pages/_products.scss */
.products-illustration__mongodb {
  background-image: url(/images/bundle/icon-mongodb.png);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 153, app/assets/stylesheets/pages/_products.scss */
.products-illustration__rabbitmq {
  background-image: url(/images/bundle/icon-rabbitmq.png);
  bottom: 2em;
  right: 0;
}

/* line 161, app/assets/stylesheets/pages/_products.scss */
.products-illustration__elastic {
  background-image: url(/images/bundle/icon-elastic.png);
  bottom: 50%;
  right: 25%;
  transform: translateX(50%);
}

@media only screen and (min-width: 37.5em) {
  /* line 161, app/assets/stylesheets/pages/_products.scss */
  .products-illustration__elastic {
    bottom: 40%;
  }
}

/* line 174, app/assets/stylesheets/pages/_products.scss */
.products-illustration__connector--keyvalue {
  bottom: 60px;
  left: 60px;
}

@media only screen and (min-width: 37.5em) {
  /* line 174, app/assets/stylesheets/pages/_products.scss */
  .products-illustration__connector--keyvalue {
    bottom: 90px;
    left: 90px;
  }
}

/* line 186, app/assets/stylesheets/pages/_products.scss */
.products-illustration__connector--mongodb {
  transform: translateX(-50%) rotate(90deg);
  bottom: 50%;
  left: 50%;
  width: 50%;
}

/* line 195, app/assets/stylesheets/pages/_products.scss */
.products-illustration__connector--rabbitmq {
  bottom: 60px;
  right: 60px;
}

@media only screen and (min-width: 37.5em) {
  /* line 195, app/assets/stylesheets/pages/_products.scss */
  .products-illustration__connector--rabbitmq {
    bottom: 90px;
    right: 90px;
  }
}

/* line 207, app/assets/stylesheets/pages/_products.scss */
.products-illustration__connector--postgres {
  bottom: 60px;
  left: 42.5%;
  transform-origin: top left;
  transform: rotate(-120deg);
}

@media only screen and (min-width: 37.5em) {
  /* line 207, app/assets/stylesheets/pages/_products.scss */
  .products-illustration__connector--postgres {
    bottom: 90px;
    left: 50%;
    transform: rotate(-135deg);
  }
}

/* line 222, app/assets/stylesheets/pages/_products.scss */
.products-illustration__connector--elastic {
  bottom: 60px;
  right: 42.5%;
  transform-origin: top right;
  transform: rotate(120deg);
}

@media only screen and (min-width: 37.5em) {
  /* line 222, app/assets/stylesheets/pages/_products.scss */
  .products-illustration__connector--elastic {
    bottom: 90px;
    right: 50%;
    transform: rotate(135deg);
  }
}

/* line 237, app/assets/stylesheets/pages/_products.scss */
.products__features {
  padding: 2rem 0;
}

/* line 244, app/assets/stylesheets/pages/_products.scss */
.products__feature--high-availability .icon {
  background-image: url(/images/icons-1x/sprite.png);
  display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 244, app/assets/stylesheets/pages/_products.scss */
  .products__feature--high-availability .icon {
    background-image: url(/assets/2x/icon-high-availability-dark-842948998daaea72388d1de41405ab83a1200411dcefa7feb45f83b6998f8446.png);
  }
}

/* line 254, app/assets/stylesheets/pages/_products.scss */
.products__feature--flexible .icon {
  background-image: url(/images/icons-1x/sprite.png);
  display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 254, app/assets/stylesheets/pages/_products.scss */
  .products__feature--flexible .icon {
    background-image: url(/assets/2x/icon-flexible-dark-602cb615662fdaf64a3211b4deb9fefe6736266193701105e8136472015c8649.png);
  }
}

/* line 264, app/assets/stylesheets/pages/_products.scss */
.products__feature--lean .icon {
  background-image: url(/images/icons-1x/sprite.png);
  display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
  /* line 264, app/assets/stylesheets/pages/_products.scss */
  .products__feature--lean .icon {
    background-image: url(/assets/2x/icon-lean-dark-cbe1a1e07bee5498e5ec5cea002b364a9a12a3dc7d1195512bbff2adf56a28fe.png);
  }
}

/* line 272, app/assets/stylesheets/pages/_products.scss */
.products__features-table--benefits th {
  width: 250px;
}

/* line 278, app/assets/stylesheets/pages/_products.scss */
.products__services-table th {
  width: 100px;
}

/* line 283, app/assets/stylesheets/pages/_products.scss */
.products__presentation {
  background: rgba(80, 93, 120, 0.0375);
  margin: 4rem 0;
  padding: 2rem 0;
}

/* line 290, app/assets/stylesheets/pages/_products.scss */
.products__presentation__info h3 {
  text-align: center;
}

/* line 295, app/assets/stylesheets/pages/_products.scss */
.products__presentation__form {
  margin: 2rem auto 0;
  max-width: 90%;
}

@media only screen and (min-width: 48em) {
  /* line 295, app/assets/stylesheets/pages/_products.scss */
  .products__presentation__form {
    max-width: 70%;
  }
}

@media only screen and (min-width: 60em) {
  /* line 295, app/assets/stylesheets/pages/_products.scss */
  .products__presentation__form {
    max-width: 60%;
  }
}

/* line 307, app/assets/stylesheets/pages/_products.scss */
.products__presentation__form div.input {
  padding-bottom: 1rem;
}

/* line 312, app/assets/stylesheets/pages/_products.scss */
.product__presentation__form__button {
  text-align: center;
  padding-top: 1rem;
}

/* line 317, app/assets/stylesheets/pages/_products.scss */
.product__presentation__form__confirmation {
  text-align: center;
  font-size: 1.5rem;
}

/* line 3, app/assets/stylesheets/pages/_about.scss */
.page-section {
  padding-bottom: 2rem;
}

@media only screen and (min-width: 60em) {
  /* line 3, app/assets/stylesheets/pages/_about.scss */
  .page-section {
    padding-bottom: 4rem;
  }
}

/* line 11, app/assets/stylesheets/pages/_about.scss */
.page-header {
  padding: 2rem 0.5rem;
  margin: 0;
  text-align: center;
  color: #505d78;
}

@media only screen and (min-width: 60em) {
  /* line 11, app/assets/stylesheets/pages/_about.scss */
  .page-header {
    padding: 4rem 0;
  }
}

/* line 21, app/assets/stylesheets/pages/_about.scss */
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  margin: 0;
}

/* line 30, app/assets/stylesheets/pages/_about.scss */
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  font-weight: 300;
}

/* line 37, app/assets/stylesheets/pages/_about.scss */
.page-header p {
  font-size: 1.25em;
  margin: 0;
  padding-top: 0.5rem;
}

/* line 20, ../../../../../opt/hostedtoolcache/Ruby/3.2.0/x64/lib/ruby/gems/3.2.0/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
.about-team::after,
.about-location::after {
  clear: both;
  content: "";
  display: block;
}

/* line 49, app/assets/stylesheets/pages/_about.scss */
.about-location {
  margin-top: 3em;
}

/* line 54, app/assets/stylesheets/pages/_about.scss */
.about .call-to-action {
  margin: 2em 0;
}

/* line 58, app/assets/stylesheets/pages/_about.scss */
.about__intro {
  padding-top: 2rem;
}

/* line 61, app/assets/stylesheets/pages/_about.scss */
.about__intro .paragraph-text {
  width: calc(83.33% - 36.66px);
  float: left;
  margin-left: 20px;
  margin-left: calc(8.33% - 21.66px + 40px);
}

/* line 69, app/assets/stylesheets/pages/_about.scss */
.about__services__list {
  display: grid;
  grid-template-columns: 1fr;
}

@media only screen and (min-width: 48em) {
  /* line 69, app/assets/stylesheets/pages/_about.scss */
  .about__services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 79, app/assets/stylesheets/pages/_about.scss */
.about__service {
  padding: 2rem;
  border-bottom: 1px solid #dee2e9;
  margin-bottom: 2rem;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 85, app/assets/stylesheets/pages/_about.scss */
.about__service:hover {
  text-align: left;
  transform: scale(1.05);
}

@media only screen and (min-width: 48em) {
  /* line 79, app/assets/stylesheets/pages/_about.scss */
  .about__service {
    margin-bottom: 0;
  }
  /* line 94, app/assets/stylesheets/pages/_about.scss */
  .about__service:nth-child(2n-1) {
    border-right: 1px solid #dee2e9;
  }
  /* line 98, app/assets/stylesheets/pages/_about.scss */
  .about__service:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

/* line 103, app/assets/stylesheets/pages/_about.scss */
.about__service__button {
  padding-top: 2rem;
}

/* line 106, app/assets/stylesheets/pages/_about.scss */
.about__service__button .button, .about__service__button .button__small, .about__service__button button,
.about__service__button input[type="submit"], .about__service__button .button--secondary, .about__service__button .button--secondary-small, .about__service__button .button--disabled, .about__service__button .button--link, .about__service__button .button--outline, .about__service__button .button__bundle, .about__service__button .button__ds1, .about__service__button .button__ds2, .about__service__button .button__ds2__disabled, .about__service__button .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .about__service__button button, .about__service__button .platform .hero_button, .platform .about__service__button .hero_button {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 114, app/assets/stylesheets/pages/_about.scss */
.about__offices {
  padding-top: 2rem;
}

/* line 117, app/assets/stylesheets/pages/_about.scss */
.about__offices__locations {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 2rem;
}

@media only screen and (min-width: 48em) {
  /* line 117, app/assets/stylesheets/pages/_about.scss */
  .about__offices__locations {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}

/* line 129, app/assets/stylesheets/pages/_about.scss */
.about__office {
  padding: 0;
}

/* line 133, app/assets/stylesheets/pages/_about.scss */
.about__office__map {
  height: 200px;
  overflow: hidden;
}

/* line 138, app/assets/stylesheets/pages/_about.scss */
.about__office__address {
  text-align: left;
  padding: 2rem;
}

/* line 142, app/assets/stylesheets/pages/_about.scss */
.about__office__address p {
  padding: 0;
  margin: 0;
}

/* line 148, app/assets/stylesheets/pages/_about.scss */
.about__office__phone {
  padding-top: 1rem;
}

/* line 154, app/assets/stylesheets/pages/_about.scss */
.about__company__infos {
  display: grid;
  grid-template-columns: 1fr;
}

@media only screen and (min-width: 48em) {
  /* line 154, app/assets/stylesheets/pages/_about.scss */
  .about__company__infos {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}

@media only screen and (min-width: 64em) {
  /* line 154, app/assets/stylesheets/pages/_about.scss */
  .about__company__infos {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 169, app/assets/stylesheets/pages/_about.scss */
.about__company__info dt {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #A7ADBB;
  font-weight: 700;
}

/* line 177, app/assets/stylesheets/pages/_about.scss */
.about__company__info dd {
  line-height: 1.5;
  margin: 1rem 0 0;
}

/* line 2, app/assets/stylesheets/pages/_home.scss */
.home__teaser {
  background-image: url(/assets/home/illustration-teaser-boxes-bg-1d6ff89593a05876210d1ec9d07b90d2f269b1d319293c6118d413b5ec4082f8.svg), linear-gradient(30deg, #1d3447, #062035);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

/* line 15, app/assets/stylesheets/pages/_home.scss */
.home__teaser__image {
  max-width: 80%;
}

/* line 26, app/assets/stylesheets/pages/_home.scss */
.home__teaser--image-kubernetes {
  background-image: url(/assets/home/illustration-teaser-boxes-bg-1d6ff89593a05876210d1ec9d07b90d2f269b1d319293c6118d413b5ec4082f8.svg), linear-gradient(30deg, #1d3447, #062035);
}

/* line 31, app/assets/stylesheets/pages/_home.scss */
.home__teaser--image-platform_v2 {
  background-image: url(/assets/home/illustration-platform_v2_bg-a18e0be033ecee18f43d928ab943698529ab35c10b1de2425758d0325aa73823.png), linear-gradient(30deg, #1d3447, #062035);
  background-size: 180%;
}

/* line 37, app/assets/stylesheets/pages/_home.scss */
.home__teaser--image-kubecon {
  background-image: url(/assets/home/kubecon/Header_a8s_Kubernetes_bg-d3f374318de52aa57d7185874537d896c923c5d391bfcad4c168a1577060e540.jpg), linear-gradient(30deg, #1d3447, #062035);
  background-size: 130%;
}

@media only screen and (max-width: 480px) {
  /* line 37, app/assets/stylesheets/pages/_home.scss */
  .home__teaser--image-kubecon {
    background-image: none, linear-gradient(30deg, #1d3447, #062035);
  }
}

/* line 49, app/assets/stylesheets/pages/_home.scss */
.home__teaser__image--platform_v2 img {
  width: 140%;
}

/* line 55, app/assets/stylesheets/pages/_home.scss */
.home__teaser__image--kubecon img {
  width: 140%;
}

@media only screen and (max-width: 480px) {
  /* line 54, app/assets/stylesheets/pages/_home.scss */
  .home__teaser__image--kubecon {
    padding-left: 2rem;
  }
}

/* line 65, app/assets/stylesheets/pages/_home.scss */
.home__heading--small {
  padding-bottom: 0;
}

/* line 69, app/assets/stylesheets/pages/_home.scss */
.home__heading--small--blog {
  padding-top: 0;
}

/* line 73, app/assets/stylesheets/pages/_home.scss */
.home__heading--small h3 {
  font-size: 20px;
}

/* line 80, app/assets/stylesheets/pages/_home.scss */
.home__services__grid {
  padding-top: 1rem;
}

/* line 84, app/assets/stylesheets/pages/_home.scss */
.home__services__row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin-bottom: 4rem;
}

@media only screen and (min-width: 40em) {
  /* line 84, app/assets/stylesheets/pages/_home.scss */
  .home__services__row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 60em) {
  /* line 84, app/assets/stylesheets/pages/_home.scss */
  .home__services__row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 60em) {
  /* line 98, app/assets/stylesheets/pages/_home.scss */
  .home__services__row--featured {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 131, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-slider.slick-initialized {
  position: relative;
}

/* line 136, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-prev,
.home__posts .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
}

/* line 154, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-prev:before,
.home__posts .slick-next:before {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 24px;
  vertical-align: middle;
  color: #A7ADBB;
  background: transparent;
  border: 1px solid rgba(167, 173, 187, 0.5);
  border-radius: 50%;
  font-size: 20px;
  text-shadow: none;
}

/* line 169, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-prev {
  left: -40px;
}

/* line 172, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-prev:before {
  content: "←";
}

/* line 177, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-next {
  right: -40px;
}

/* line 180, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-next:before {
  content: "→";
}

/* line 185, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-track {
  display: flex;
  flex-flow: row nowrap;
}

/* line 190, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-list {
  overflow: hidden;
  padding: 2rem 0;
}

@media only screen and (max-width: 40em) {
  /* line 190, app/assets/stylesheets/pages/_home.scss */
  .home__posts .slick-list {
    padding: 0;
  }
}

/* line 199, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-slide {
  padding: 0 1rem;
  opacity: 0.8;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: inherit;
}

/* line 205, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-slide > div {
  height: 100%;
}

/* line 208, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-slide > div > div {
  height: 100%;
}

/* line 211, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-slide > div > div > a {
  height: 100%;
}

/* line 218, app/assets/stylesheets/pages/_home.scss */
.home__posts .slick-active {
  opacity: 1;
}

/* line 223, app/assets/stylesheets/pages/_home.scss */
.home__post {
  background: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
  display: flex;
  flex-flow: column;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 230, app/assets/stylesheets/pages/_home.scss */
.home__post:hover {
  transform: scale(1.05);
}

/* line 236, app/assets/stylesheets/pages/_home.scss */
.home__post.js-item--video .js-item-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 32, 53, 0.4);
  z-index: 90;
}

/* line 247, app/assets/stylesheets/pages/_home.scss */
.home__post.js-item--video .js-item-thumbnail:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
  width: 40px;
  height: 40px;
  background-size: 100%;
  background: url(/assets/home/icon-video-07c0f63c56660c302fcf4564e264a8d5518b168037c8575f52c96676d20d5c55.svg) 0 0 no-repeat;
  z-index: 99;
}

/* line 262, app/assets/stylesheets/pages/_home.scss */
.home__post__wrapper {
  display: flex;
  flex-flow: column;
}

/* line 267, app/assets/stylesheets/pages/_home.scss */
.home__post__content {
  padding: 1rem 2rem;
}

/* line 271, app/assets/stylesheets/pages/_home.scss */
.home__post__title {
  color: #062035;
}

/* line 274, app/assets/stylesheets/pages/_home.scss */
.home__post__title h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* line 282, app/assets/stylesheets/pages/_home.scss */
.home__post__description {
  flex: 1;
  color: #062035;
}

/* line 286, app/assets/stylesheets/pages/_home.scss */
.home__post__description p {
  margin: 0;
}

/* line 291, app/assets/stylesheets/pages/_home.scss */
.home__post__action {
  padding-top: 1rem;
}

/* line 295, app/assets/stylesheets/pages/_home.scss */
.home__post__link {
  font-size: 0.85rem;
  font-weight: 700;
}

/* line 300, app/assets/stylesheets/pages/_home.scss */
.home__post__thumbnail {
  position: relative;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
  width: 100%;
}

/* line 307, app/assets/stylesheets/pages/_home.scss */
.home__post__thumbnail .thumbnail__image {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 14, app/assets/stylesheets/pages/_careers.scss */
.teaser .careers__hero__container, .products__teaser .careers__hero__container {
  display: flex;
  flex-flow: column;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 14, app/assets/stylesheets/pages/_careers.scss */
  .teaser .careers__hero__container, .products__teaser .careers__hero__container {
    flex-flow: row nowrap;
  }
}

@media only screen and (min-width: 40em) {
  /* line 24, app/assets/stylesheets/pages/_careers.scss */
  .careers__hero__container {
    flex-direction: row nowrap;
  }
}

@media only screen and (min-width: 40em) {
  /* line 30, app/assets/stylesheets/pages/_careers.scss */
  .careers__hero__content, .careers__hero__illustration {
    flex: 1;
  }
}

@media only screen and (min-width: 40em) {
  /* line 37, app/assets/stylesheets/pages/_careers.scss */
  .careers__hero__content {
    text-align: left;
  }
}

/* line 42, app/assets/stylesheets/pages/_careers.scss */
.careers__hero__content h1 {
  font-weight: 700;
  font-size: 3rem;
}

@media only screen and (min-width: 60em) {
  /* line 42, app/assets/stylesheets/pages/_careers.scss */
  .careers__hero__content h1 {
    font-size: ms(3, 16px);
  }
}

/* line 52, app/assets/stylesheets/pages/_careers.scss */
.careers__hero__illustration {
  padding: 4rem 2rem 2rem;
}

@media only screen and (min-width: 40em) {
  /* line 52, app/assets/stylesheets/pages/_careers.scss */
  .careers__hero__illustration {
    background-position: top right;
    padding: 0;
  }
}

/* line 61, app/assets/stylesheets/pages/_careers.scss */
.careers__hero__photo {
  border-radius: 0.25em;
  margin-bottom: -8rem;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
  max-width: 100%;
}

@media only screen and (min-width: 60em) {
  /* line 61, app/assets/stylesheets/pages/_careers.scss */
  .careers__hero__photo {
    margin-bottom: -12rem;
  }
}

/* line 73, app/assets/stylesheets/pages/_careers.scss */
.careers__technologies {
  padding-top: 8rem;
  flex-flow: column nowrap;
  display: flex;
}

@media only screen and (min-width: 40em) {
  /* line 73, app/assets/stylesheets/pages/_careers.scss */
  .careers__technologies {
    flex-flow: row nowrap;
  }
}

/* line 82, app/assets/stylesheets/pages/_careers.scss */
.careers__technologies__illustration, .careers__technologies__text {
  flex: 1;
}

/* line 87, app/assets/stylesheets/pages/_careers.scss */
.careers__technologies__text {
  padding: 2rem 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media only screen and (min-width: 40em) {
  /* line 87, app/assets/stylesheets/pages/_careers.scss */
  .careers__technologies__text {
    order: 1;
    padding: 0;
  }
}

/* line 98, app/assets/stylesheets/pages/_careers.scss */
.careers__technologies__text h3 {
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
}

/* line 105, app/assets/stylesheets/pages/_careers.scss */
.careers__technologies__illustration {
  padding: 2rem;
}

@media only screen and (min-width: 40em) {
  /* line 105, app/assets/stylesheets/pages/_careers.scss */
  .careers__technologies__illustration {
    order: 2;
    padding-spacing: 4rem;
  }
}

/* line 113, app/assets/stylesheets/pages/_careers.scss */
.careers__technologies__illustration img {
  max-width: 100%;
}

/* line 119, app/assets/stylesheets/pages/_careers.scss */
.careers__offices {
  margin-top: 2rem;
  padding-top: 4rem;
}

/* line 126, app/assets/stylesheets/pages/_careers.scss */
.careers__office {
  display: flex;
  flex-flow: column;
  padding-bottom: 4rem;
}

@media only screen and (min-width: 40em) {
  /* line 126, app/assets/stylesheets/pages/_careers.scss */
  .careers__office {
    flex-flow: row nowrap;
  }
}

@media only screen and (min-width: 40em) {
  /* line 137, app/assets/stylesheets/pages/_careers.scss */
  .careers__office--saarbruecken .careers__office__photo {
    padding-right: 2rem;
  }
}

/* line 143, app/assets/stylesheets/pages/_careers.scss */
.careers__office__photo, .careers__office__description {
  flex: 1;
}

/* line 148, app/assets/stylesheets/pages/_careers.scss */
.careers__office__description {
  padding-top: 2rem;
}

@media only screen and (min-width: 40em) {
  /* line 148, app/assets/stylesheets/pages/_careers.scss */
  .careers__office__description {
    padding-top: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}

/* line 158, app/assets/stylesheets/pages/_careers.scss */
.careers__office__description em {
  color: #A7ADBB;
  font-style: normal;
}

/* line 164, app/assets/stylesheets/pages/_careers.scss */
.careers__office__description h3 {
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
}

/* line 172, app/assets/stylesheets/pages/_careers.scss */
.careers__office__photo__image {
  border-radius: 0.25em;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
  display: block;
  max-width: 100%;
}

/* line 181, app/assets/stylesheets/pages/_careers.scss */
.careers__testimonial {
  background: #31394a;
  color: #fff;
  display: flex;
  flex-flow: column;
}

@media only screen and (min-width: 40em) {
  /* line 181, app/assets/stylesheets/pages/_careers.scss */
  .careers__testimonial {
    flex-flow: row nowrap;
  }
}

/* line 191, app/assets/stylesheets/pages/_careers.scss */
.careers__testimonial__photo {
  flex: 1;
  text-align: center;
  margin-top: -2rem;
}

@media only screen and (min-width: 40em) {
  /* line 191, app/assets/stylesheets/pages/_careers.scss */
  .careers__testimonial__photo {
    flex: 1 0 150px;
    margin: 0;
    padding-right: 1rem;
  }
}

/* line 202, app/assets/stylesheets/pages/_careers.scss */
.careers__testimonial__photo img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}

@media only screen and (min-width: 40em) {
  /* line 202, app/assets/stylesheets/pages/_careers.scss */
  .careers__testimonial__photo img {
    max-width: 200px;
    margin: -2rem;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
  }
}

/* line 215, app/assets/stylesheets/pages/_careers.scss */
.careers__testimonial__text {
  padding: 2rem;
}

@media only screen and (min-width: 60em) {
  /* line 215, app/assets/stylesheets/pages/_careers.scss */
  .careers__testimonial__text {
    padding: 2rem 4rem;
  }
}

/* line 222, app/assets/stylesheets/pages/_careers.scss */
.careers__testimonial__text small {
  font-size: 1rem;
  display: block;
}

/* line 228, app/assets/stylesheets/pages/_careers.scss */
.careers__testimonial__quote {
  font-size: 1.25rem;
  font-style: italic;
  margin: 0;
  padding: 0;
}

/* line 234, app/assets/stylesheets/pages/_careers.scss */
.careers__testimonial__quote p {
  margin: 0;
}

/* line 239, app/assets/stylesheets/pages/_careers.scss */
.careers__testimonial__name {
  padding-top: 1rem;
  font-weight: 700;
}

/* line 244, app/assets/stylesheets/pages/_careers.scss */
.careers__testimonial__position {
  color: #A7ADBB;
}

/* line 249, app/assets/stylesheets/pages/_careers.scss */
.careers__gallery {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  min-height: 350px;
  width: 100%;
}

@media only screen and (min-width: 40em) {
  /* line 249, app/assets/stylesheets/pages/_careers.scss */
  .careers__gallery {
    min-height: 480px;
  }
}

@media only screen and (min-width: 60em) {
  /* line 249, app/assets/stylesheets/pages/_careers.scss */
  .careers__gallery {
    min-height: 600px;
  }
}

/* line 264, app/assets/stylesheets/pages/_careers.scss */
.careers__gallery img {
  display: block;
  width: 100%;
}

/* line 269, app/assets/stylesheets/pages/_careers.scss */
.careers__gallery .gallery__image {
  position: absolute;
  width: 60%;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
}

/* line 274, app/assets/stylesheets/pages/_careers.scss */
.careers__gallery .gallery__image:first-child {
  top: 10%;
  left: 5%;
}

/* line 279, app/assets/stylesheets/pages/_careers.scss */
.careers__gallery .gallery__image:last-child {
  bottom: 10%;
  right: 5%;
}

/* line 286, app/assets/stylesheets/pages/_careers.scss */
.careers__jobs {
  padding-top: 2rem;
}

/* line 290, app/assets/stylesheets/pages/_careers.scss */
.careers__jobs__section {
  padding-top: 2rem;
}

@media only screen and (min-width: 40em) {
  /* line 290, app/assets/stylesheets/pages/_careers.scss */
  .careers__jobs__section {
    padding-top: 4rem;
  }
}

/* line 299, app/assets/stylesheets/pages/_careers.scss */
.careers__job {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.125);
  position: relative;
  padding-top: 70px;
  margin-top: 70px;
}

@media only screen and (min-width: 48em) {
  /* line 299, app/assets/stylesheets/pages/_careers.scss */
  .careers__job {
    padding-top: 2rem;
    margin-top: 0;
    padding-left: 70px;
    margin-left: 40px;
    flex-flow: row nowrap;
    margin-bottom: 1rem;
  }
}

/* line 319, app/assets/stylesheets/pages/_careers.scss */
.careers__job:before {
  background-position: center;
  background-size: 100%;
  position: absolute;
  content: '';
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
}

@media only screen and (min-width: 48em) {
  /* line 319, app/assets/stylesheets/pages/_careers.scss */
  .careers__job:before {
    top: 50%;
    left: -40px;
    margin-top: -40px;
    margin-left: 0;
  }
}

/* line 338, app/assets/stylesheets/pages/_careers.scss */
.careers__job h4, .careers__job p {
  margin: 0;
}

/* line 342, app/assets/stylesheets/pages/_careers.scss */
.careers__job h4 {
  font-size: 1.25rem;
  color: #062035;
}

@media only screen and (min-width: 48em) {
  /* line 342, app/assets/stylesheets/pages/_careers.scss */
  .careers__job h4 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 60em) {
  /* line 342, app/assets/stylesheets/pages/_careers.scss */
  .careers__job h4 {
    font-size: 20px;
  }
}

/* line 355, app/assets/stylesheets/pages/_careers.scss */
.careers__job p {
  color: #062035;
}

/* line 379, app/assets/stylesheets/pages/_careers.scss */
.careers__job__details {
  flex: 1;
}

/* line 383, app/assets/stylesheets/pages/_careers.scss */
.careers__job__action {
  display: flex;
  padding-top: 1rem;
}

@media only screen and (min-width: 48em) {
  /* line 383, app/assets/stylesheets/pages/_careers.scss */
  .careers__job__action {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
}

/* line 393, app/assets/stylesheets/pages/_careers.scss */
.careers__job__action .button, .careers__job__action .button__small, .careers__job__action button,
.careers__job__action input[type="submit"], .careers__job__action .button--secondary, .careers__job__action .button--secondary-small, .careers__job__action .button--disabled, .careers__job__action .button--link, .careers__job__action .button--outline, .careers__job__action .button__bundle, .careers__job__action .button__ds1, .careers__job__action .button__ds2, .careers__job__action .button__ds2__disabled, .careers__job__action .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .careers__job__action button, .careers__job__action .platform .hero_button, .platform .careers__job__action .hero_button {
  display: block;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  /* line 393, app/assets/stylesheets/pages/_careers.scss */
  .careers__job__action .button, .careers__job__action .button__small, .careers__job__action button,
  .careers__job__action input[type="submit"], .careers__job__action .button--secondary, .careers__job__action .button--secondary-small, .careers__job__action .button--disabled, .careers__job__action .button--link, .careers__job__action .button--outline, .careers__job__action .button__bundle, .careers__job__action .button__ds1, .careers__job__action .button__ds2, .careers__job__action .button__ds2__disabled, .careers__job__action .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .careers__job__action button, .careers__job__action .platform .hero_button, .platform .careers__job__action .hero_button {
    width: auto;
  }
}

/* line 404, app/assets/stylesheets/pages/_careers.scss */
.careers__job-frame {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

/* line 409, app/assets/stylesheets/pages/_careers.scss */
.careers__job-frame iframe {
  border: 0;
  width: 100%;
  overflow-y: auto;
}

/* line 415, app/assets/stylesheets/pages/_careers.scss */
.careers__job-frame a {
  text-align: left;
  position: relative;
  top: -220px;
  padding-left: 2.5em;
  display: block;
}

/* line 426, app/assets/stylesheets/pages/_careers.scss */
.careers__form .input {
  padding-bottom: 1rem;
}

/* line 431, app/assets/stylesheets/pages/_careers.scss */
.careers__form__privacy__link {
  color: #062035;
}

/* line 436, app/assets/stylesheets/pages/_careers.scss */
.careers__form__success {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* line 443, app/assets/stylesheets/pages/_careers.scss */
.careers__single__content {
  padding-top: 2rem;
}

@media print {
  /* line 443, app/assets/stylesheets/pages/_careers.scss */
  .careers__single__content {
    padding-top: 0;
    margin-top: .5cm;
  }
}

/* line 453, app/assets/stylesheets/pages/_careers.scss */
.careers__single__hr {
  display: none;
  margin-left: 1cm;
  margin-right: 1cm;
  margin-top: 1cm;
}

@media only print {
  /* line 453, app/assets/stylesheets/pages/_careers.scss */
  .careers__single__hr {
    display: flex;
  }
  /* line 462, app/assets/stylesheets/pages/_careers.scss */
  .careers__single__hr__photo {
    width: 2.5cm;
  }
  /* line 465, app/assets/stylesheets/pages/_careers.scss */
  .careers__single__hr__photo .team__member__photo,
  .careers__single__hr__photo img {
    display: block;
    width: 2.5cm !important;
  }
  /* line 472, app/assets/stylesheets/pages/_careers.scss */
  .careers__single__hr__text {
    flex: 1;
    padding-left: .5cm;
    font-size: 11pt;
  }
  /* line 477, app/assets/stylesheets/pages/_careers.scss */
  .careers__single__hr__text p {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media print {
  /* line 485, app/assets/stylesheets/pages/_careers.scss */
  .careers__single__description {
    display: block;
    margin-top: 0;
  }
  /* line 490, app/assets/stylesheets/pages/_careers.scss */
  .careers__single__description h3 {
    font-size: 13pt;
    width: 30%;
    float: left;
    margin-top: 0;
  }
  /* line 497, app/assets/stylesheets/pages/_careers.scss */
  .careers__single__description > p,
  .careers__single__description > ul {
    width: 70%;
    margin-left: 30%;
    padding-left: .25cm;
    font-size: 11pt;
  }
}

@media print {
  /* line 507, app/assets/stylesheets/pages/_careers.scss */
  .careers__single__form {
    display: none;
  }
}

/* line 515, app/assets/stylesheets/pages/_careers.scss */
.careers__personio iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
}

/* line 524, app/assets/stylesheets/pages/_careers.scss */
.viewport-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 530, app/assets/stylesheets/pages/_careers.scss */
.viewport-wrapper .content-wrapper {
  flex: 1 0 auto;
  margin: 0;
  max-width: 100%;
}

/* line 536, app/assets/stylesheets/pages/_careers.scss */
.fraud-warning {
  max-width: 60rem;
  padding: 0 24px;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/pages/_open_positions.scss */
.js-delay-recruitment-warning {
  max-width: 80rem;
  padding-top: 24px;
  margin: 0 auto;
  display: none;
}

/* line 1, app/assets/stylesheets/components/contact/_form.scss */
.contact_form {
  background: linear-gradient(38deg, #062035 0%, #009ee3 100%);
  color: #fff;
}

/* line 5, app/assets/stylesheets/components/contact/_form.scss */
.contact_form h2 {
  text-align: center;
}

/* line 9, app/assets/stylesheets/components/contact/_form.scss */
.contact_form .form-subtitle {
  text-align: center;
}

/* line 13, app/assets/stylesheets/components/contact/_form.scss */
.contact_form form {
  display: flex;
  flex-direction: column;
}

/* line 17, app/assets/stylesheets/components/contact/_form.scss */
.contact_form form .error {
  order: 98;
  max-width: 32rem;
}

/* line 22, app/assets/stylesheets/components/contact/_form.scss */
.contact_form form .g-recaptcha {
  order: 99;
}

/* line 26, app/assets/stylesheets/components/contact/_form.scss */
.contact_form form .button_wrapper {
  order: 100;
}

/* line 31, app/assets/stylesheets/components/contact/_form.scss */
.contact_form .contact__confirmation {
  text-align: center;
}

/* line 34, app/assets/stylesheets/components/contact/_form.scss */
.contact_form .contact__confirmation h2 {
  color: #e4833e;
}

/* line 41, app/assets/stylesheets/components/contact/_form.scss */
.form_wrapper {
  font-style: normal;
}

@media only screen and (max-width: 36em) {
  /* line 41, app/assets/stylesheets/components/contact/_form.scss */
  .form_wrapper {
    margin: 0 0;
  }
}

/* line 48, app/assets/stylesheets/components/contact/_form.scss */
.form_wrapper abbr {
  border-bottom: none;
  order: 1;
}

/* line 53, app/assets/stylesheets/components/contact/_form.scss */
.form_wrapper label {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}

/* line 60, app/assets/stylesheets/components/contact/_form.scss */
.form_wrapper input, .form_wrapper textarea {
  border-radius: 4px;
  color: #062035;
}

/* line 64, app/assets/stylesheets/components/contact/_form.scss */
.form_wrapper input::-moz-placeholder, .form_wrapper textarea::-moz-placeholder {
  font-style: italic;
  color: #a7adbb;
}
.form_wrapper input::placeholder, .form_wrapper textarea::placeholder {
  font-style: italic;
  color: #a7adbb;
}

/* line 70, app/assets/stylesheets/components/contact/_form.scss */
.form_wrapper input:focus, .form_wrapper textarea:focus {
  outline: 1px solid #E4833E;
}

/* line 74, app/assets/stylesheets/components/contact/_form.scss */
.form_wrapper .input {
  position: relative;
}

/* line 77, app/assets/stylesheets/components/contact/_form.scss */
.form_wrapper .input .error {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: -0.125rem;
  background-color: #D10622;
  color: #fff;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 89, app/assets/stylesheets/components/contact/_form.scss */
.form_wrapper .input .error::before {
  content: '';
  display: inline;
  position: absolute;
  background-color: #D10622;
  background-image: url(/assets/exclamation-circle-f223766abe464a62e804f5a1ac1c59128b095558cbcb881c9c6b675876276c0e.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 0.9rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 1.4rem;
}

/* line 109, app/assets/stylesheets/components/contact/_form.scss */
.string .required,
.email .required,
.text .required {
  display: flex;
}

/* line 115, app/assets/stylesheets/components/contact/_form.scss */
.rows_wrapper {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  width: 100%;
}

@media only screen and (max-width: 36em) {
  /* line 115, app/assets/stylesheets/components/contact/_form.scss */
  .rows_wrapper {
    display: block;
  }
}

/* line 126, app/assets/stylesheets/components/contact/_form.scss */
.input_wrapper {
  width: 100%;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 36em) {
  /* line 130, app/assets/stylesheets/components/contact/_form.scss */
  .input_wrapper--left {
    padding-bottom: 30px;
    padding-right: 0;
  }
}

/* line 139, app/assets/stylesheets/components/contact/_form.scss */
.message_wrapper textarea {
  height: 150px;
}

/* line 144, app/assets/stylesheets/components/contact/_form.scss */
.contact__field--hidden {
  display: none;
}

/* line 148, app/assets/stylesheets/components/contact/_form.scss */
.contact-gdpr {
  display: block;
  line-height: 1.5;
  text-align: center;
  margin-block: 2rem;
}

@media only screen and (max-width: 36em) {
  /* line 148, app/assets/stylesheets/components/contact/_form.scss */
  .contact-gdpr {
    font-size: 12px;
  }
}

/* line 158, app/assets/stylesheets/components/contact/_form.scss */
.contact-gdpr p {
  text-align: center;
  font-family: Lato;
  font-style: normal;
  line-height: 115%;
}

/* line 165, app/assets/stylesheets/components/contact/_form.scss */
.contact-gdpr a {
  text-decoration: underline;
}

/* line 170, app/assets/stylesheets/components/contact/_form.scss */
.button_wrapper {
  margin-top: 2rem;
  text-align: center;
}

/* line 174, app/assets/stylesheets/components/contact/_form.scss */
.button_wrapper button {
  padding: 15px 60px;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px;
}

/* line 182, app/assets/stylesheets/components/contact/_form.scss */
.button_wrapper button.wiggle {
  animation: wiggle 0.4s ease;
}

@keyframes wiggle {
  0% {
    translate: 0 0;
  }
  15% {
    translate: -5px 0;
  }
  30% {
    translate: 5px 0;
  }
  45% {
    translate: -5px 0;
  }
  60% {
    translate: 5px 0;
  }
  75% {
    translate: -5px 0;
  }
  100% {
    translate: 0 0;
  }
}

/* line 6, app/assets/stylesheets/pages/_contact.scss */
.contact_form {
  padding: 50px 0;
}

/* line 9, app/assets/stylesheets/pages/_contact.scss */
.contact-page .contact_form {
  background: none;
  color: #062035;
}

/* line 13, app/assets/stylesheets/pages/_contact.scss */
.contact-page .contact_form .contact__info {
  padding-top: 4.5rem;
}

/* line 17, app/assets/stylesheets/pages/_contact.scss */
.contact-page .contact_form h2 {
  font-size: 2.5rem;
  margin-bottom: 2.75rem;
}

/* line 22, app/assets/stylesheets/pages/_contact.scss */
.contact-page .contact_form .form-subtitle, .contact-page .contact_form label, .contact-page .contact_form input, .contact-page .contact_form textarea {
  font-size: 1.125rem;
}

@media (max-width: 950px) {
  /* line 27, app/assets/stylesheets/pages/_contact.scss */
  .contact-page .contact_form .form-subtitle, .contact-page .contact_form label, .contact-page .contact_form input, .contact-page .contact_form textarea {
    text-align: left;
    font-size: 1.125rem;
  }
}

/* line 33, app/assets/stylesheets/pages/_contact.scss */
.contact-page .contact_form input, .contact-page .contact_form textarea {
  border: 1px solid #d4d4d4;
}

@media (max-width: 950px) {
  /* line 38, app/assets/stylesheets/pages/_contact.scss */
  .contact-page .contact_form .button_wrapper {
    text-align: center;
  }
  /* line 41, app/assets/stylesheets/pages/_contact.scss */
  .contact-page .contact_form .button_wrapper button[type=submit] {
    padding-block: 16px;
    padding-inline: 56px;
  }
}

@media (min-width: 951px) {
  /* line 49, app/assets/stylesheets/pages/_contact.scss */
  .contact-page .contact_form .button_wrapper {
    text-align: left;
  }
  /* line 52, app/assets/stylesheets/pages/_contact.scss */
  .contact-page .contact_form .button_wrapper button[type=submit] {
    padding-block: 16px;
    padding-inline: 56px;
  }
}

/* line 61, app/assets/stylesheets/pages/_contact.scss */
.contact__info {
  padding-top: 1rem;
}

@media only screen and (min-width: 60em) {
  /* line 61, app/assets/stylesheets/pages/_contact.scss */
  .contact__info {
    padding-top: 2rem;
  }
}

/* line 4, app/assets/stylesheets/pages/_inquiry.scss */
.inquiry__info {
  text-align: left;
  padding-top: 4rem;
}

/* line 11, app/assets/stylesheets/pages/_inquiry.scss */
.inquiry__sidebar {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  padding: 4rem 0;
}

@media only screen and (min-width: 37.5em) {
  /* line 11, app/assets/stylesheets/pages/_inquiry.scss */
  .inquiry__sidebar {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
    padding: 0;
  }
}

/* line 23, app/assets/stylesheets/pages/_inquiry.scss */
.inquiry__sidebar__phone {
  font-weight: 700;
}

/* line 27, app/assets/stylesheets/pages/_inquiry.scss */
.inquiry__confirmation {
  text-align: center;
  padding: 4rem 0;
}

/* line 33, app/assets/stylesheets/pages/_inquiry.scss */
.inquiry__confirmation .page-header {
  margin: 0;
}

/* line 37, app/assets/stylesheets/pages/_inquiry.scss */
.inquiry__confirmation p {
  font-size: 20px;
}

/* line 42, app/assets/stylesheets/pages/_inquiry.scss */
.inquiry__confirmation__action {
  padding-top: 1rem;
}

/* line 46, app/assets/stylesheets/pages/_inquiry.scss */
.inquiry__form {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media only screen and (min-width: 37.5em) {
  /* line 46, app/assets/stylesheets/pages/_inquiry.scss */
  .inquiry__form {
    width: calc(66.66% - 33.33px);
    float: left;
    margin-left: 20px;
  }
}

/* line 53, app/assets/stylesheets/pages/_inquiry.scss */
.inquiry__form .input {
  padding-bottom: 1rem;
}

@media only screen and (min-width: 37.5em) {
  /* line 59, app/assets/stylesheets/pages/_inquiry.scss */
  .inquiry_form_name {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
  /* line 63, app/assets/stylesheets/pages/_inquiry.scss */
  .inquiry_form_email {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

/* line 68, app/assets/stylesheets/pages/_inquiry.scss */
.inquiry__field--hidden {
  display: none;
}

/* line 6, app/assets/stylesheets/pages/_team.scss */
.team__members {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5em;
}

@media only screen and (min-width: 37.5em) {
  /* line 6, app/assets/stylesheets/pages/_team.scss */
  .team__members {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
  }
}

@media only screen and (min-width: 60em) {
  /* line 6, app/assets/stylesheets/pages/_team.scss */
  .team__members {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 21, app/assets/stylesheets/pages/_team.scss */
.team__member {
  text-align: center;
  min-height: 270px;
}

/* line 25, app/assets/stylesheets/pages/_team.scss */
.team__member__photo {
  text-align: center;
  position: relative;
  width: 150px;
  margin: 0 auto;
  padding-bottom: 25px;
}

/* line 32, app/assets/stylesheets/pages/_team.scss */
.team__member__photo img {
  border-radius: 50%;
  width: 150px;
}

/* line 39, app/assets/stylesheets/pages/_team.scss */
.team__member__badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
}

/* line 45, app/assets/stylesheets/pages/_team.scss */
.team__member__badge img {
  width: 100%;
}

/* line 50, app/assets/stylesheets/pages/_team.scss */
.team__member__badge--cka img {
  width: 115%;
}

/* line 56, app/assets/stylesheets/pages/_team.scss */
.team__member__meta {
  margin: 0;
  padding-top: 0.5em;
}

/* line 61, app/assets/stylesheets/pages/_team.scss */
.team__member__name {
  font-size: 1.25em;
}

/* line 65, app/assets/stylesheets/pages/_team.scss */
.team__member__job {
  margin: 0;
}

/* line 69, app/assets/stylesheets/pages/_team.scss */
.team__member__social {
  list-style: none;
  margin: 0;
  padding: 0.25em 0 0;
  font-size: 1.25em;
}

/* line 75, app/assets/stylesheets/pages/_team.scss */
.team__member__social li {
  display: inline;
  margin-right: 0.5em;
}

/* line 79, app/assets/stylesheets/pages/_team.scss */
.team__member__social li:last-child {
  margin-right: 0;
}

/* line 2, app/assets/stylesheets/pages/_operations.scss */
.operations__teaser {
  min-height: auto;
}

@media only screen and (min-width: 60em) {
  /* line 19, app/assets/stylesheets/pages/_operations.scss */
  .operations__levels {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 40em) {
  /* line 26, app/assets/stylesheets/pages/_operations.scss */
  .operations__services__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 1rem;
  }
}

@media only screen and (min-width: 60em) {
  /* line 26, app/assets/stylesheets/pages/_operations.scss */
  .operations__services__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 39, app/assets/stylesheets/pages/_operations.scss */
.operations__service {
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 39, app/assets/stylesheets/pages/_operations.scss */
  .operations__service {
    padding-bottom: 0;
    flex-flow: row nowrap;
  }
}

/* line 51, app/assets/stylesheets/pages/_operations.scss */
.operations__service__icon img {
  width: 64px;
}

/* line 56, app/assets/stylesheets/pages/_operations.scss */
.operations__service__info {
  flex: 1;
  padding-top: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 56, app/assets/stylesheets/pages/_operations.scss */
  .operations__service__info {
    padding-top: 0;
    padding-left: 1rem;
  }
}

/* line 66, app/assets/stylesheets/pages/_operations.scss */
.operations__service__title {
  font-size: 1rem;
  margin: 0;
  padding: 0 0 1rem;
}

/* line 72, app/assets/stylesheets/pages/_operations.scss */
.operations__service__description {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 40em) {
  /* line 79, app/assets/stylesheets/pages/_operations.scss */
  .operations__level-1__offerings {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 40em) {
  /* line 89, app/assets/stylesheets/pages/_operations.scss */
  .operations__level-2__offerings {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 40em) {
  /* line 98, app/assets/stylesheets/pages/_operations.scss */
  .operations__platforms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 106, app/assets/stylesheets/pages/_operations.scss */
.operations__platform__buttons {
  display: flex;
}

/* line 110, app/assets/stylesheets/pages/_operations.scss */
.operations__platform__button {
  flex: 1;
  font-weight: 700;
}

/* line 116, app/assets/stylesheets/pages/_operations.scss */
.operations__blurb {
  display: flex;
  flex-flow: column;
  padding-top: 8rem;
}

@media only screen and (min-width: 40em) {
  /* line 116, app/assets/stylesheets/pages/_operations.scss */
  .operations__blurb {
    flex-flow: row nowrap;
  }
}

/* line 125, app/assets/stylesheets/pages/_operations.scss */
.operations__blurb__image, .operations__blurb__text {
  flex: 1;
}

/* line 130, app/assets/stylesheets/pages/_operations.scss */
.operations__blurb__text {
  order: 2;
}

@media only screen and (min-width: 40em) {
  /* line 130, app/assets/stylesheets/pages/_operations.scss */
  .operations__blurb__text {
    padding-right: 1rem;
  }
}

/* line 137, app/assets/stylesheets/pages/_operations.scss */
.operations__blurb__text h3 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 40em) {
  /* line 137, app/assets/stylesheets/pages/_operations.scss */
  .operations__blurb__text h3 {
    font-size: 1.5rem;
  }
}

/* line 146, app/assets/stylesheets/pages/_operations.scss */
.operations__blurb__proof {
  display: flex;
  flex-flow: row wrap;
  padding-top: 1rem;
  align-items: center;
}

/* line 154, app/assets/stylesheets/pages/_operations.scss */
.operations__blurb__proof__label {
  margin-right: 1rem;
  font-weight: 700;
}

/* line 159, app/assets/stylesheets/pages/_operations.scss */
.operations__blurb__proof img {
  height: 32px;
  margin-right: 1rem;
}

/* line 165, app/assets/stylesheets/pages/_operations.scss */
.operations__blurb__image {
  padding-bottom: 2rem;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 40em) {
  /* line 165, app/assets/stylesheets/pages/_operations.scss */
  .operations__blurb__image {
    order: 3;
    padding-left: 1rem;
    padding-bottom: 0;
  }
}

/* line 178, app/assets/stylesheets/pages/_operations.scss */
.operations__blurb__image img {
  max-width: 80%;
}

/* line 185, app/assets/stylesheets/pages/_operations.scss */
.operations__bottom-nav__pages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

/* line 190, app/assets/stylesheets/pages/_operations.scss */
.operations__bottom-nav__pages--three {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 190, app/assets/stylesheets/pages/_operations.scss */
  .operations__bottom-nav__pages--three {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 9, app/assets/stylesheets/pages/_courses.scss */
.courses {
  padding-top: 2rem;
}

/* line 14, app/assets/stylesheets/pages/_courses.scss */
.courses__info {
  width: 100%;
  margin: 0 auto;
}

/* line 18, app/assets/stylesheets/pages/_courses.scss */
.courses__info td {
  padding: 0.5em 1em;
}

/* line 22, app/assets/stylesheets/pages/_courses.scss */
.courses__info tr:nth-child(2n) {
  background: rgba(80, 93, 120, 0.0375);
}

/* line 26, app/assets/stylesheets/pages/_courses.scss */
.courses__info__label {
  text-align: left;
}

/* line 30, app/assets/stylesheets/pages/_courses.scss */
.courses__info__value {
  text-align: right;
  font-weight: 700;
}

/* line 36, app/assets/stylesheets/pages/_courses.scss */
.courses__back {
  padding: 1em 0;
  background: rgba(80, 93, 120, 0.0375);
  text-align: center;
  border-bottom: 1px solid #dee2e9;
}

/* line 42, app/assets/stylesheets/pages/_courses.scss */
.courses__back a {
  color: #062035;
}

/* line 48, app/assets/stylesheets/pages/_courses.scss */
.courses__section__header {
  padding: 2rem 0;
}

/* line 51, app/assets/stylesheets/pages/_courses.scss */
.courses__section__header h3, .courses__section__header p {
  margin: 0;
  padding: 0;
}

/* line 58, app/assets/stylesheets/pages/_courses.scss */
.courses__boxes {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1em;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 37.5em) {
  /* line 58, app/assets/stylesheets/pages/_courses.scss */
  .courses__boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 48em) {
  /* line 58, app/assets/stylesheets/pages/_courses.scss */
  .courses__boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 60em) {
  /* line 58, app/assets/stylesheets/pages/_courses.scss */
  .courses__boxes {
    grid-gap: 2em;
  }
}

/* line 77, app/assets/stylesheets/pages/_courses.scss */
.courses__box {
  margin-top: 64px;
  padding: 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 8px 16px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 48em) {
  /* line 77, app/assets/stylesheets/pages/_courses.scss */
  .courses__box {
    margin-top: 0;
    margin-left: 64px;
    flex-flow: row nowrap;
    padding-left: 0;
  }
}

/* line 93, app/assets/stylesheets/pages/_courses.scss */
.courses__box:hover {
  transform: scale(1.05);
}

/* line 97, app/assets/stylesheets/pages/_courses.scss */
.courses__box__meta {
  flex: 1;
}

@media only screen and (min-width: 48em) {
  /* line 97, app/assets/stylesheets/pages/_courses.scss */
  .courses__box__meta {
    margin-left: 2rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
}

/* line 108, app/assets/stylesheets/pages/_courses.scss */
.courses__box__icon {
  text-align: center;
}

/* line 111, app/assets/stylesheets/pages/_courses.scss */
.courses__box__icon img {
  width: 128px;
  margin-top: -64px;
}

@media only screen and (min-width: 48em) {
  /* line 111, app/assets/stylesheets/pages/_courses.scss */
  .courses__box__icon img {
    margin-top: 0;
    margin-left: -64px;
  }
}

/* line 122, app/assets/stylesheets/pages/_courses.scss */
.courses__box__badge {
  max-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

/* line 129, app/assets/stylesheets/pages/_courses.scss */
.courses__box__badge img,
.courses__box__badge figure {
  width: 100%;
}

/* line 136, app/assets/stylesheets/pages/_courses.scss */
.courses__box__header h3 {
  margin: 0.5rem 0;
}

/* line 142, app/assets/stylesheets/pages/_courses.scss */
.courses__box__description p {
  margin: 0;
}

/* line 147, app/assets/stylesheets/pages/_courses.scss */
.courses__box__header, .courses__box__description {
  color: #062035;
}

/* line 152, app/assets/stylesheets/pages/_courses.scss */
.courses__box__header, .courses__box__description {
  flex: 1;
}

@media only screen and (min-width: 48em) {
  /* line 152, app/assets/stylesheets/pages/_courses.scss */
  .courses__box__header, .courses__box__description {
    flex: 0;
  }
}

/* line 162, app/assets/stylesheets/pages/_courses.scss */
.courses__box__button a {
  display: inline-block;
}

/* line 168, app/assets/stylesheets/pages/_courses.scss */
.courses--kubernetes-teaser {
  margin: 80px 0;
  text-align: center;
}

/* line 173, app/assets/stylesheets/pages/_courses.scss */
.courses--kubernetes-teaser .courses__box__description {
  margin-top: 20px;
}

/* line 176, app/assets/stylesheets/pages/_courses.scss */
.courses--kubernetes-teaser .courses__box__description img {
  max-width: 85%;
}

/* line 181, app/assets/stylesheets/pages/_courses.scss */
.courses--kubernetes-teaser .courses__box__button {
  margin: 20px 0;
}

/* line 186, app/assets/stylesheets/pages/_courses.scss */
.courses--kubernetes-teaser .desktop-image {
  display: none;
}

@media screen and (min-width: 40em) {
  /* line 168, app/assets/stylesheets/pages/_courses.scss */
  .courses--kubernetes-teaser {
    flex-flow: column nowrap;
  }
  /* line 194, app/assets/stylesheets/pages/_courses.scss */
  .courses--kubernetes-teaser .courses__box__icon img {
    margin-top: -64px;
    margin-left: 0;
  }
  /* line 200, app/assets/stylesheets/pages/_courses.scss */
  .courses--kubernetes-teaser .mobile-image {
    display: none;
  }
  /* line 204, app/assets/stylesheets/pages/_courses.scss */
  .courses--kubernetes-teaser .desktop-image {
    display: inline-block;
  }
}

@media screen and (min-width: 60em) {
  /* line 168, app/assets/stylesheets/pages/_courses.scss */
  .courses--kubernetes-teaser {
    flex-flow: row nowrap;
    margin-top: 20px;
    margin-left: 64px;
  }
  /* line 215, app/assets/stylesheets/pages/_courses.scss */
  .courses--kubernetes-teaser .courses__box__icon img {
    margin-top: 0;
    margin-left: -64px;
  }
}

/* line 224, app/assets/stylesheets/pages/_courses.scss */
.course {
  margin-top: 16px;
  padding-top: 16px;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

/* line 10, app/assets/stylesheets/components/_box-with-icon.scss */
.course:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
}

/* line 228, app/assets/stylesheets/pages/_courses.scss */
.course__introduction, .course__cta {
  font-size: 1.25rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dee2e9;
}

/* line 236, app/assets/stylesheets/pages/_courses.scss */
.course__cta {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #dee2e9;
}

/* line 243, app/assets/stylesheets/pages/_courses.scss */
.course__agenda__header {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* line 250, app/assets/stylesheets/pages/_courses.scss */
.course__agenda__list {
  list-style: none;
  padding: 0;
  margin: 1em auto;
  width: 100%;
}

/* line 256, app/assets/stylesheets/pages/_courses.scss */
.course__agenda__list__item {
  padding: 2rem 1rem;
  min-height: 64px;
  border-bottom: 1px solid #dee2e9;
}

/* line 261, app/assets/stylesheets/pages/_courses.scss */
.course__agenda__list__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 266, app/assets/stylesheets/pages/_courses.scss */
.course__agenda__list__item:nth-child(2n) {
  background: rgba(80, 93, 120, 0.0375);
}

@media only screen and (min-width: 48em) {
  /* line 256, app/assets/stylesheets/pages/_courses.scss */
  .course__agenda__list__item {
    display: flex;
    flex-flow: row nowrap;
  }
}

@media only screen and (min-width: 48em) {
  /* line 278, app/assets/stylesheets/pages/_courses.scss */
  .course__agenda__item__header, .course__agenda__item__details {
    flex: 1;
  }
}

/* line 285, app/assets/stylesheets/pages/_courses.scss */
.course__agenda__item__header {
  margin-top: 0;
}

@media only screen and (min-width: 37.5em) {
  /* line 224, app/assets/stylesheets/pages/_courses.scss */
  .course {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
  /* line 294, app/assets/stylesheets/pages/_courses.scss */
  .course:nth-child(2n) {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

/* line 300, app/assets/stylesheets/pages/_courses.scss */
.course .action .button, .course .action .button__small, .course .action button,
.course .action input[type="submit"], .course .action .button--secondary, .course .action .button--secondary-small, .course .action .button--disabled, .course .action .button--link, .course .action .button--outline, .course .action .button__bundle, .course .action .button__ds1, .course .action .button__ds2, .course .action .button__ds2__disabled, .course .action .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .course .action button, .course .action .platform .hero_button, .platform .course .action .hero_button {
  width: 100%;
  display: block;
}

/* line 307, app/assets/stylesheets/pages/_courses.scss */
.course__description {
  text-align: left;
}

/* line 311, app/assets/stylesheets/pages/_courses.scss */
.course__see-agenda {
  text-align: center;
  font-size: 0.85rem;
  padding: 2rem 0;
}

/* line 317, app/assets/stylesheets/pages/_courses.scss */
.course__meta {
  list-style: none;
  padding: 1.5em 0;
  margin: 2em 0;
  position: relative;
  font-size: 0.85rem;
}

/* line 324, app/assets/stylesheets/pages/_courses.scss */
.course__meta:before, .course__meta:after {
  content: '';
  width: 80px;
  border-top: 1px solid #dee2e9;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -40px;
}

/* line 335, app/assets/stylesheets/pages/_courses.scss */
.course__meta:before {
  top: 0;
}

/* line 339, app/assets/stylesheets/pages/_courses.scss */
.course__meta:after {
  bottom: 0;
}

/* line 343, app/assets/stylesheets/pages/_courses.scss */
.course__meta li {
  display: inline;
  margin-right: 1em;
}

/* line 347, app/assets/stylesheets/pages/_courses.scss */
.course__meta li:last-child {
  margin: 0;
}

/* line 353, app/assets/stylesheets/pages/_courses.scss */
.course__meta__duration,
.course__meta__people,
.course__meta__location,
.course__meta__price {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 16px;
}

/* line 363, app/assets/stylesheets/pages/_courses.scss */
.course__meta__location,
.course__meta__price {
  padding-left: 16px;
}

/* line 368, app/assets/stylesheets/pages/_courses.scss */
.course__meta__duration {
  background-image: url(/images/courses/icon-time.svg);
}

/* line 371, app/assets/stylesheets/pages/_courses.scss */
.no-svg .course__meta__duration {
  background-image: url(/images/courses/icon-time.png);
  background-size: 16px 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  /* line 371, app/assets/stylesheets/pages/_courses.scss */
  .no-svg .course__meta__duration {
    background-image: url(/images/courses/icon-time@2x.png);
  }
}

/* line 376, app/assets/stylesheets/pages/_courses.scss */
.course__meta__people {
  background-image: url(/images/courses/icon-people.svg);
}

/* line 379, app/assets/stylesheets/pages/_courses.scss */
.no-svg .course__meta__people {
  background-image: url(/images/courses/icon-people.png);
  background-size: 16px 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  /* line 379, app/assets/stylesheets/pages/_courses.scss */
  .no-svg .course__meta__people {
    background-image: url(/images/courses/icon-people@2x.png);
  }
}

/* line 384, app/assets/stylesheets/pages/_courses.scss */
.course__meta__location {
  background-image: url(/images/courses/icon-location.svg);
}

/* line 387, app/assets/stylesheets/pages/_courses.scss */
.no-svg .course__meta__location {
  background-image: url(/images/courses/icon-location.png);
  background-size: 16px 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  /* line 387, app/assets/stylesheets/pages/_courses.scss */
  .no-svg .course__meta__location {
    background-image: url(/images/courses/icon-location@2x.png);
  }
}

/* line 392, app/assets/stylesheets/pages/_courses.scss */
.course__meta__price {
  background-image: url(/images/courses/icon-money.svg);
}

/* line 395, app/assets/stylesheets/pages/_courses.scss */
.no-svg .course__meta__price {
  background-image: url(/images/courses/icon-money.png);
  background-size: 16px 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  /* line 395, app/assets/stylesheets/pages/_courses.scss */
  .no-svg .course__meta__price {
    background-image: url(/images/courses/icon-money@2x.png);
  }
}

/* line 1, app/assets/stylesheets/pages/_cf.scss */
.new_cf_form {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/pages/_cf.scss */
  .new_cf_form {
    width: 70%;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/pages/_cf.scss */
  .new_cf_form {
    width: 60%;
  }
}

/* line 13, app/assets/stylesheets/pages/_cf.scss */
.new_cf_form .input {
  padding-bottom: 20px;
  text-align: left;
}

/* line 18, app/assets/stylesheets/pages/_cf.scss */
.new_cf_form select {
  width: 100%;
}

/* line 24, app/assets/stylesheets/pages/_cf.scss */
.cf__teaser h1 {
  margin-bottom: 0;
}

/* line 28, app/assets/stylesheets/pages/_cf.scss */
.cf__teaser h2 {
  font-size: 25px;
}

/* line 33, app/assets/stylesheets/pages/_cf.scss */
.cf__reasons,
.cf__a9s-info {
  padding: 50px 0;
}

/* line 38, app/assets/stylesheets/pages/_cf.scss */
.cf__a9s-info__logo {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  /* line 38, app/assets/stylesheets/pages/_cf.scss */
  .cf__a9s-info__logo {
    width: 250px;
    float: left;
    margin-bottom: 0;
  }
  /* line 47, app/assets/stylesheets/pages/_cf.scss */
  .cf__a9s-info__logo img {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 53, app/assets/stylesheets/pages/_cf.scss */
  .cf__a9s-info__text {
    margin-left: 300px;
  }
}

/* line 1, app/assets/stylesheets/pages/_resources.scss */
.hero {
  background: linear-gradient(86deg, #062035 -1.12%, #027BA0 45.15%, #009EE4 81.5%);
  height: 350px;
  padding: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-height: 50vh;
}

/* line 11, app/assets/stylesheets/pages/_resources.scss */
.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.3;
}

@media screen and (max-width: 60em) {
  /* line 1, app/assets/stylesheets/pages/_resources.scss */
  .hero {
    max-height: 25vh;
  }
}

@media screen and (max-width: 40em) {
  /* line 1, app/assets/stylesheets/pages/_resources.scss */
  .hero {
    padding-bottom: 2rem;
    padding-inline: 0;
  }
  /* line 25, app/assets/stylesheets/pages/_resources.scss */
  .hero h1 {
    width: 90%;
    margin-inline: auto;
  }
}

/* line 31, app/assets/stylesheets/pages/_resources.scss */
.hero.with-image {
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 500px;
}

/* line 37, app/assets/stylesheets/pages/_resources.scss */
.hero.with-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}

@media screen and (max-width: 60em) {
  /* line 31, app/assets/stylesheets/pages/_resources.scss */
  .hero.with-image {
    height: auto;
    max-height: unset;
  }
}

/* line 57, app/assets/stylesheets/pages/_resources.scss */
.featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-block: 5rem;
}

/* line 63, app/assets/stylesheets/pages/_resources.scss */
.featured .featured-image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* line 68, app/assets/stylesheets/pages/_resources.scss */
.featured .featured-image-wrapper img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
}

/* line 78, app/assets/stylesheets/pages/_resources.scss */
.featured .featured-info {
  padding-block: 5rem;
  padding-left: 5rem;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 83, app/assets/stylesheets/pages/_resources.scss */
.featured .featured-info .featured-caption {
  margin-block: 0;
  color: #e4833e;
  text-transform: uppercase;
  font-weight: 900;
}

/* line 90, app/assets/stylesheets/pages/_resources.scss */
.featured .featured-info h3 {
  margin-block: calc($block-spacing / 3);
}

/* line 94, app/assets/stylesheets/pages/_resources.scss */
.featured .featured-info p {
  margin-block: 0;
}

/* line 98, app/assets/stylesheets/pages/_resources.scss */
.featured .featured-info .button, .featured .featured-info .button__small, .featured .featured-info button,
.featured .featured-info input[type="submit"], .featured .featured-info .button--secondary, .featured .featured-info .button--secondary-small, .featured .featured-info .button--disabled, .featured .featured-info .button--link, .featured .featured-info .button--outline, .featured .featured-info .button__bundle, .featured .featured-info .button__ds1, .featured .featured-info .button__ds2, .featured .featured-info .button__ds2__disabled, .featured .featured-info .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .featured .featured-info button, .featured .featured-info .platform .hero_button, .platform .featured .featured-info .hero_button {
  margin-top: 2.75rem;
  min-width: 16rem;
  padding-block: 1.125rem;
}

@media screen and (max-width: 40em) {
  /* line 57, app/assets/stylesheets/pages/_resources.scss */
  .featured {
    grid-template-columns: 1fr;
    padding-block: 1rem;
  }
  /* line 110, app/assets/stylesheets/pages/_resources.scss */
  .featured .featured-image-wrapper img {
    position: relative;
  }
  /* line 115, app/assets/stylesheets/pages/_resources.scss */
  .featured .featured-info {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 2rem;
  }
  /* line 120, app/assets/stylesheets/pages/_resources.scss */
  .featured .featured-info .button, .featured .featured-info .button__small, .featured .featured-info button,
  .featured .featured-info input[type="submit"], .featured .featured-info .button--secondary, .featured .featured-info .button--secondary-small, .featured .featured-info .button--disabled, .featured .featured-info .button--link, .featured .featured-info .button--outline, .featured .featured-info .button__bundle, .featured .featured-info .button__ds1, .featured .featured-info .button__ds2, .featured .featured-info .button__ds2__disabled, .featured .featured-info .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .featured .featured-info button, .featured .featured-info .platform .hero_button, .platform .featured .featured-info .hero_button {
    width: 100%;
    margin-top: 2rem;
  }
}

/* line 128, app/assets/stylesheets/pages/_resources.scss */
.cards-sections {
  margin-bottom: 3rem;
}

/* line 131, app/assets/stylesheets/pages/_resources.scss */
.cards-sections h4 {
  line-height: 140%;
}

/* line 135, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section {
  padding-bottom: 1.5rem;
}

/* line 138, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

/* line 144, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section-button-wrapper {
  text-align: center;
  margin-top: 2rem;
}

/* line 149, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section .ds-wrapper {
  padding: 0;
}

/* line 152, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section .ds-wrapper .js-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

/* line 157, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section .ds-wrapper .js-posts .home__post {
  transform: none;
}

/* line 162, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section .ds-wrapper .js-posts .home__post:hover {
  color: #e4833e;
  transform: none;
}

/* line 167, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section .ds-wrapper .js-posts .home__post__thumbnail {
  height: auto;
  aspect-ratio: 16 / 9;
}

/* line 172, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section .ds-wrapper .js-posts .home__post__content {
  padding: 1.5rem;
}

/* line 175, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section .ds-wrapper .js-posts .home__post__content .home__post__title {
  color: inherit;
}

/* line 178, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section .ds-wrapper .js-posts .home__post__content .home__post__title h4 {
  font-size: 1.125rem;
  margin: 0;
}

/* line 184, app/assets/stylesheets/pages/_resources.scss */
.cards-sections .cards-section .ds-wrapper .js-posts .home__post__content .more-information {
  display: none;
  margin-top: 1rem;
  margin-bottom: 0;
  width: 100%;
}

@media screen and (max-width: 40em) {
  /* line 196, app/assets/stylesheets/pages/_resources.scss */
  .cards-sections .cards-section h3 {
    text-align: center;
  }
  /* line 200, app/assets/stylesheets/pages/_resources.scss */
  .cards-sections .cards-section-content {
    grid-template-columns: 1fr;
  }
  /* line 205, app/assets/stylesheets/pages/_resources.scss */
  .cards-sections .cards-section .ds-wrapper .js-posts {
    grid-template-columns: 1fr;
  }
  /* line 210, app/assets/stylesheets/pages/_resources.scss */
  .cards-sections .cards-section .ds-wrapper .js-posts .home__post__content .more-information {
    display: block;
  }
}

/* line 222, app/assets/stylesheets/pages/_resources.scss */
.card, .cards-sections .cards-section .ds-wrapper .js-posts .home__post {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  color: inherit;
}

/* line 231, app/assets/stylesheets/pages/_resources.scss */
.card-content {
  padding: 1.5rem;
}

/* line 234, app/assets/stylesheets/pages/_resources.scss */
.card-content .type {
  text-transform: uppercase;
  color: #e4833e;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

/* line 242, app/assets/stylesheets/pages/_resources.scss */
.card-content h4 {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 140%;
}

/* line 249, app/assets/stylesheets/pages/_resources.scss */
.card-content p {
  margin: 0;
}

/* line 253, app/assets/stylesheets/pages/_resources.scss */
.card-content .more-information {
  display: none;
  margin-top: 1rem;
  width: 100%;
}

/* line 260, app/assets/stylesheets/pages/_resources.scss */
.card img, .cards-sections .cards-section .ds-wrapper .js-posts .home__post img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 40em) {
  /* line 267, app/assets/stylesheets/pages/_resources.scss */
  .card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  /* line 272, app/assets/stylesheets/pages/_resources.scss */
  .card-content :has(+ .more-information) {
    margin-bottom: auto;
  }
  /* line 276, app/assets/stylesheets/pages/_resources.scss */
  .card-content .more-information {
    display: block;
  }
}

/* line 283, app/assets/stylesheets/pages/_resources.scss */
.resource-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 40em) {
  /* line 283, app/assets/stylesheets/pages/_resources.scss */
  .resource-items {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 40em) {
  /* line 296, app/assets/stylesheets/pages/_resources.scss */
  .resource-items-content .more-information {
    display: block;
  }
}

/* line 304, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content {
  margin-top: 4rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: row;
  gap: 5rem;
}

/* line 311, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content::after {
  content: none;
}

/* line 315, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content .overview {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 321, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content .overview > a {
  margin-top: auto;
  width: 16rem;
  max-width: 100%;
}

/* line 328, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content .interested {
  max-width: calc(50% - 5rem);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 334, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content .interested form {
  margin-top: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 341, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content .interested form .input:not(.field_with_errors) input {
  border-color: #dee2e9 !important;
}

/* line 347, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content .interested form .contact-gdpr p {
  text-align: left;
}

/* line 352, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content .interested form .button_wrapper {
  text-align: left;
  margin-top: auto;
  order: 100;
}

/* line 357, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content .interested form .button_wrapper button {
  margin-top: 2rem;
  width: 16rem;
  max-width: 100%;
  font-size: inherit;
}

/* line 367, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content .interested form:has(:invalid) button {
  opacity: 0.5;
  pointer-events: none;
}

/* line 374, app/assets/stylesheets/pages/_resources.scss */
.white-paper-detail .main-content .interested .button--secondary, .white-paper-detail .main-content .interested .button--secondary-small {
  display: none;
}

@media screen and (max-width: 40em) {
  /* line 304, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content {
    margin-block: 1rem;
    flex-direction: column;
    gap: 1rem;
  }
  /* line 384, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .overview {
    max-width: 100%;
  }
  /* line 387, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .overview .button--secondary, .white-paper-detail .main-content .overview .button--secondary-small {
    display: none;
  }
  /* line 392, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .interested {
    max-width: 100%;
  }
  /* line 395, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .interested .contact-gdpr {
    margin-block: 0;
  }
  /* line 399, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .interested .g-recaptcha {
    margin-bottom: 1rem;
  }
  /* line 403, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .interested .button, .white-paper-detail .main-content .interested .button__small, .white-paper-detail .main-content .interested button,
  .white-paper-detail .main-content .interested input[type="submit"], .white-paper-detail .main-content .interested .button--secondary, .white-paper-detail .main-content .interested .button--secondary-small, .white-paper-detail .main-content .interested .button--disabled, .white-paper-detail .main-content .interested .button--link, .white-paper-detail .main-content .interested .button--outline, .white-paper-detail .main-content .interested .button__bundle, .white-paper-detail .main-content .interested .button__ds1, .white-paper-detail .main-content .interested .button__ds2, .white-paper-detail .main-content .interested .button__ds2__disabled, .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested .platform .hero_button, .platform .white-paper-detail .main-content .interested .hero_button {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  /* line 409, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .interested .button--secondary, .white-paper-detail .main-content .interested .button--secondary-small {
    display: block;
  }
  /* line 414, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .button--secondary, .white-paper-detail .main-content .button--secondary-small {
    display: none;
  }
}

@media screen and (max-width: 40em) {
  /* line 304, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content {
    margin-block: 1rem;
    flex-direction: column;
    gap: 1rem;
  }
  /* line 424, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .overview {
    max-width: 100%;
  }
  /* line 427, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .overview .button--secondary, .white-paper-detail .main-content .overview .button--secondary-small {
    display: none;
  }
  /* line 432, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .interested {
    max-width: 100%;
  }
  /* line 435, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .interested .button, .white-paper-detail .main-content .interested .button__small, .white-paper-detail .main-content .interested button,
  .white-paper-detail .main-content .interested input[type="submit"], .white-paper-detail .main-content .interested .button--secondary, .white-paper-detail .main-content .interested .button--secondary-small, .white-paper-detail .main-content .interested .button--disabled, .white-paper-detail .main-content .interested .button--link, .white-paper-detail .main-content .interested .button--outline, .white-paper-detail .main-content .interested .button__bundle, .white-paper-detail .main-content .interested .button__ds1, .white-paper-detail .main-content .interested .button__ds2, .white-paper-detail .main-content .interested .button__ds2__disabled, .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested .platform .hero_button, .platform .white-paper-detail .main-content .interested .hero_button {
    width: 100%;
    margin-bottom: 1rem;
  }
  /* line 440, app/assets/stylesheets/pages/_resources.scss */
  .white-paper-detail .main-content .interested .button--secondary, .white-paper-detail .main-content .interested .button--secondary-small {
    display: block;
  }
}

/* line 449, app/assets/stylesheets/pages/_resources.scss */
.datasheet-brochure-detail .main-content {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/* line 453, app/assets/stylesheets/pages/_resources.scss */
.datasheet-brochure-detail .main-content .overview {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

/* line 459, app/assets/stylesheets/pages/_resources.scss */
.datasheet-brochure-detail .main-content .overview img {
  max-width: 20rem;
  width: 100%;
  transform: scale(1.036);
}

/* line 465, app/assets/stylesheets/pages/_resources.scss */
.datasheet-brochure-detail .main-content .overview .overview-content {
  max-width: 100%;
}

/* line 468, app/assets/stylesheets/pages/_resources.scss */
.datasheet-brochure-detail .main-content .overview .overview-content .button, .datasheet-brochure-detail .main-content .overview .overview-content .button__small, .datasheet-brochure-detail .main-content .overview .overview-content button,
.datasheet-brochure-detail .main-content .overview .overview-content input[type="submit"], .datasheet-brochure-detail .main-content .overview .overview-content .button--secondary, .datasheet-brochure-detail .main-content .overview .overview-content .button--secondary-small, .datasheet-brochure-detail .main-content .overview .overview-content .button--disabled, .datasheet-brochure-detail .main-content .overview .overview-content .button--link, .datasheet-brochure-detail .main-content .overview .overview-content .button--outline, .datasheet-brochure-detail .main-content .overview .overview-content .button__bundle, .datasheet-brochure-detail .main-content .overview .overview-content .button__ds1, .datasheet-brochure-detail .main-content .overview .overview-content .button__ds2, .datasheet-brochure-detail .main-content .overview .overview-content .button__ds2__disabled, .datasheet-brochure-detail .white-paper-detail .main-content .overview .overview-content .interested form .button_wrapper button, .white-paper-detail .datasheet-brochure-detail .main-content .overview .overview-content .interested form .button_wrapper button, .datasheet-brochure-detail .white-paper-detail .main-content .interested form .button_wrapper .overview .overview-content button, .white-paper-detail .datasheet-brochure-detail .main-content .interested form .button_wrapper .overview .overview-content button, .datasheet-brochure-detail .main-content .overview .overview-content .platform .hero_button, .platform .datasheet-brochure-detail .main-content .overview .overview-content .hero_button {
  width: 100%;
  max-width: 20rem;
  padding: 1rem;
}

@media screen and (max-width: 40em) {
  /* line 449, app/assets/stylesheets/pages/_resources.scss */
  .datasheet-brochure-detail .main-content {
    margin-block: 2rem;
  }
  /* line 479, app/assets/stylesheets/pages/_resources.scss */
  .datasheet-brochure-detail .main-content .overview {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  /* line 484, app/assets/stylesheets/pages/_resources.scss */
  .datasheet-brochure-detail .main-content .overview img {
    width: 100%;
    max-width: 100%;
  }
  /* line 490, app/assets/stylesheets/pages/_resources.scss */
  .datasheet-brochure-detail .main-content .overview .overview-content .button, .datasheet-brochure-detail .main-content .overview .overview-content .button__small, .datasheet-brochure-detail .main-content .overview .overview-content button,
  .datasheet-brochure-detail .main-content .overview .overview-content input[type="submit"], .datasheet-brochure-detail .main-content .overview .overview-content .button--secondary, .datasheet-brochure-detail .main-content .overview .overview-content .button--secondary-small, .datasheet-brochure-detail .main-content .overview .overview-content .button--disabled, .datasheet-brochure-detail .main-content .overview .overview-content .button--link, .datasheet-brochure-detail .main-content .overview .overview-content .button--outline, .datasheet-brochure-detail .main-content .overview .overview-content .button__bundle, .datasheet-brochure-detail .main-content .overview .overview-content .button__ds1, .datasheet-brochure-detail .main-content .overview .overview-content .button__ds2, .datasheet-brochure-detail .main-content .overview .overview-content .button__ds2__disabled, .datasheet-brochure-detail .white-paper-detail .main-content .overview .overview-content .interested form .button_wrapper button, .white-paper-detail .datasheet-brochure-detail .main-content .overview .overview-content .interested form .button_wrapper button, .datasheet-brochure-detail .white-paper-detail .main-content .interested form .button_wrapper .overview .overview-content button, .white-paper-detail .datasheet-brochure-detail .main-content .interested form .button_wrapper .overview .overview-content button, .datasheet-brochure-detail .main-content .overview .overview-content .platform .hero_button, .platform .datasheet-brochure-detail .main-content .overview .overview-content .hero_button {
    max-width: 100%;
  }
}

/* line 499, app/assets/stylesheets/pages/_resources.scss */
.related-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  background-color: #eceef1;
}

/* line 505, app/assets/stylesheets/pages/_resources.scss */
.related-content h2 {
  text-align: center;
}

/* line 509, app/assets/stylesheets/pages/_resources.scss */
.related-content .slick-prev {
  position: absolute;
  right: calc(100% + 2rem);
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  font-size: 0;
  width: 3rem;
  height: 3.5rem;
  border-radius: 0.5rem;
}

/* line 520, app/assets/stylesheets/pages/_resources.scss */
.related-content .slick-prev::after {
  content: '';
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background-image: url(/assets/navigation/Chevron-Right-Neutral-0fa72a93e154751cecb26c337da9bcb1181fa36c5129c53c21bfb86c02232208.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}

/* line 536, app/assets/stylesheets/pages/_resources.scss */
.related-content .slick-next {
  position: absolute;
  left: calc(100% + 2rem);
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  font-size: 0;
  width: 3rem;
  height: 3.5rem;
  border-radius: 0.5rem;
}

/* line 547, app/assets/stylesheets/pages/_resources.scss */
.related-content .slick-next::after {
  content: '';
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/assets/navigation/Chevron-Right-Neutral-0fa72a93e154751cecb26c337da9bcb1181fa36c5129c53c21bfb86c02232208.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}

/* line 563, app/assets/stylesheets/pages/_resources.scss */
.related-content .slick-dots {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  padding: 0;
  margin: 0;
}

/* line 573, app/assets/stylesheets/pages/_resources.scss */
.related-content .slick-dots li button {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  font-size: 0;
}

/* line 581, app/assets/stylesheets/pages/_resources.scss */
.related-content .slick-dots li:not(.slick-active) button {
  background-color: #fff;
  border: 1px solid #e4833e;
}

/* line 590, app/assets/stylesheets/pages/_resources.scss */
.related-content .related-content-cards .slick-list {
  margin-inline: -1rem;
  padding-inline: 0.5rem;
  padding-block: 2rem;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 1rem, black calc(100% - 1rem), transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 1rem, black calc(100% - 1rem), transparent 100%);
}

/* line 596, app/assets/stylesheets/pages/_resources.scss */
.related-content .related-content-cards .slick-list .slick-track {
  display: flex;
}

/* line 599, app/assets/stylesheets/pages/_resources.scss */
.related-content .related-content-cards .slick-list .slick-track .slick-slide {
  height: inherit;
}

/* line 602, app/assets/stylesheets/pages/_resources.scss */
.related-content .related-content-cards .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

/* line 605, app/assets/stylesheets/pages/_resources.scss */
.related-content .related-content-cards .slick-list .slick-track .slick-slide > div .card-wrapper {
  padding-inline: 0.5rem;
  height: 100%;
}

/* line 609, app/assets/stylesheets/pages/_resources.scss */
.related-content .related-content-cards .slick-list .slick-track .slick-slide > div .card-wrapper .card, .related-content .related-content-cards .slick-list .slick-track .slick-slide > div .card-wrapper .cards-sections .cards-section .ds-wrapper .js-posts .home__post, .cards-sections .cards-section .ds-wrapper .js-posts .related-content .related-content-cards .slick-list .slick-track .slick-slide > div .card-wrapper .home__post {
  height: 100%;
}

@media screen and (max-width: 40em) {
  /* line 499, app/assets/stylesheets/pages/_resources.scss */
  .related-content {
    padding-block: 1rem;
    margin-bottom: 1rem;
  }
}

/* line 2, app/assets/stylesheets/pages/_landing-page.scss */
.landing__teaser {
  background: #505d78 url(/assets/illustration-cloud-bg-ecc18336e67ea36b24c784e298981a84cfb8cdc95f04dfac4fc72782d70a1b98.svg) center bottom no-repeat;
  background-size: 100% auto;
}

/* line 6, app/assets/stylesheets/pages/_landing-page.scss */
.landing__teaser__video {
  display: none;
}

@media only screen and (min-width: 48em) {
  /* line 10, app/assets/stylesheets/pages/_landing-page.scss */
  .landing__teaser__content, .landing__teaser__form {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    text-align: left;
  }
}

/* line 18, app/assets/stylesheets/pages/_landing-page.scss */
.landing__teaser__content h4, .landing__teaser__form h4 {
  font-size: 1.25em;
  margin: 0;
}

/* line 24, app/assets/stylesheets/pages/_landing-page.scss */
.landing__teaser__content {
  font-size: 1.5em;
  margin-top: 30px;
  padding: 50px 0;
}

@media only screen and (min-width: 60em) {
  /* line 24, app/assets/stylesheets/pages/_landing-page.scss */
  .landing__teaser__content {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-top: 80px;
    padding: 0;
  }
}

/* line 36, app/assets/stylesheets/pages/_landing-page.scss */
.landing__teaser__content h1 {
  font-size: ms(1);
  margin: 0;
}

/* line 41, app/assets/stylesheets/pages/_landing-page.scss */
.landing__teaser__content__button {
  margin-top: 1.5em;
  font-size: 0.75em;
}

/* line 47, app/assets/stylesheets/pages/_landing-page.scss */
.landing__teaser__form {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  background: #062035;
  border-radius: 4px;
}

@media only screen and (min-width: 60em) {
  /* line 47, app/assets/stylesheets/pages/_landing-page.scss */
  .landing__teaser__form {
    width: calc(41.66% - 28.33px);
    float: left;
    margin-left: 20px;
  }
}

/* line 58, app/assets/stylesheets/pages/_landing-page.scss */
.landing__teaser__form input,
.landing__teaser__form select {
  width: 100%;
}

/* line 63, app/assets/stylesheets/pages/_landing-page.scss */
.landing__teaser__form .input {
  padding-bottom: 1em;
}

/* line 67, app/assets/stylesheets/pages/_landing-page.scss */
.landing__teaser__form .lead-form__field--hidden {
  display: none;
}

/* line 72, app/assets/stylesheets/pages/_landing-page.scss */
.landing__teaser__form .lead-form__button button {
  width: 100%;
}

/* line 80, app/assets/stylesheets/pages/_landing-page.scss */
.landing__points strong {
  display: block;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

/* line 86, app/assets/stylesheets/pages/_landing-page.scss */
.landing__points .reason {
  background-position: left top;
  text-align: left;
}

/* line 92, app/assets/stylesheets/pages/_landing-page.scss */
.landing__reasons {
  margin-top: -30px;
}

/* line 95, app/assets/stylesheets/pages/_landing-page.scss */
.landing__reasons p, .landing__reasons li {
  font-size: 1.125rem;
}

@media only screen and (min-width: 48em) {
  /* line 99, app/assets/stylesheets/pages/_landing-page.scss */
  .landing__reasons__text {
    width: calc(66.66% - 33.33px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 48em) {
  /* line 105, app/assets/stylesheets/pages/_landing-page.scss */
  .landing__reasons__points {
    width: calc(33.33% - 26.67px);
    float: left;
    margin-left: 20px;
  }
}

/* line 112, app/assets/stylesheets/pages/_landing-page.scss */
.landing__video {
  margin: 50px 0;
}

/* line 115, app/assets/stylesheets/pages/_landing-page.scss */
.landing__video h3 {
  text-align: center;
  margin-bottom: 3em;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* line 126, app/assets/stylesheets/pages/_landing-page.scss */
.landing__video__wrapper iframe {
  width: 90%;
  min-height: 400px;
  margin: 0 auto;
  display: block;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 48em) {
  /* line 126, app/assets/stylesheets/pages/_landing-page.scss */
  .landing__video__wrapper iframe {
    width: 80%;
  }
}

/* line 140, app/assets/stylesheets/pages/_landing-page.scss */
.landing__testimonial {
  margin-top: 50px;
}

/* line 145, app/assets/stylesheets/pages/_landing-page.scss */
.landing__cta .input,
.landing__cta .lead-form__button {
  padding-bottom: 1em;
}

@media only screen and (min-width: 48em) {
  /* line 145, app/assets/stylesheets/pages/_landing-page.scss */
  .landing__cta .input,
  .landing__cta .lead-form__button {
    width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 60em) {
  /* line 145, app/assets/stylesheets/pages/_landing-page.scss */
  .landing__cta .input,
  .landing__cta .lead-form__button {
    width: 60%;
  }
}

/* line 159, app/assets/stylesheets/pages/_landing-page.scss */
.landing__cta input,
.landing__cta select,
.landing__cta button {
  width: 100%;
}

/* line 165, app/assets/stylesheets/pages/_landing-page.scss */
.landing__cta .lead-form__field--hidden {
  display: none;
}

@media only screen and (min-width: 40em) {
  /* line 2, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__header {
    line-height: 1.2em;
  }
}

/* line 11, app/assets/stylesheets/pages/_bundle.scss */
.bundle__teaser__image img {
  width: 110%;
  margin: -50px 0 -30px;
}

@media only screen and (min-width: 40em) {
  /* line 11, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__teaser__image img {
    margin-bottom: -60px;
  }
}

@media only screen and (min-width: 60em) {
  /* line 21, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__teaser h1 {
    font-size: 2.6rem;
    font-weight: 800;
  }
}

/* line 28, app/assets/stylesheets/pages/_bundle.scss */
.bundle__teaser .teaser__subtitle,
.bundle__teaser .tgp__label,
.bundle__teaser .careers__office__description em,
.careers__office__description .bundle__teaser em {
  font-size: 1.2rem;
  margin-bottom: 24px;
}

/* line 35, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi__text {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #333;
  background-color: #f5f9fa;
  border-radius: 16px;
}

@media only screen and (min-width: 40em) {
  /* line 35, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__dsi__text {
    margin-left: 15%;
    margin-right: 15%;
  }
}

/* line 47, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi__text h3 {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

/* line 53, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi__text p {
  font-size: 18px;
  line-height: 23px;
}

/* line 59, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex-direction: column;
}

/* line 65, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi img {
  max-width: 80%;
  max-height: 100%;
  margin-bottom: 20px;
}

/* line 71, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi p {
  margin-bottom: 5px;
}

/* line 75, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi figure {
  padding: 0;
}

@media only screen and (min-width: 40em) {
  /* line 59, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__dsi {
    max-width: 50%;
    align-items: flex-start;
  }
  /* line 83, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__dsi h2 {
    font-size: 20px;
    font-weight: 800;
  }
  /* line 88, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__dsi img {
    max-width: 90%;
    margin: 0;
  }
  /* line 95, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__dsi--right-image img {
    padding-left: 40px;
  }
  /* line 100, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__dsi--left-image {
    align-items: flex-end;
  }
  /* line 102, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__dsi--left-image img {
    padding-right: 40px;
  }
}

/* line 108, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 40px auto;
}

/* line 114, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi__wrapper--bundle-page {
  background-color: #eceef1;
}

/* line 118, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi__wrapper--mobile-reverse-direction {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 40em) {
  /* line 108, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__dsi__wrapper {
    padding: 0 0 2rem;
    flex-direction: row;
  }
}

/* line 127, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi__wrapper .page-header,
.bundle__dsi__wrapper h2 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 134, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi__heading, .bundle__dsi__title {
  padding: 0;
}

@media only screen and (max-width: 40em) {
  /* line 134, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__dsi__heading, .bundle__dsi__title {
    padding: 1rem 0;
  }
}

/* line 147, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi__heading h2, .bundle__dsi__title h2 {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 800;
}

/* line 154, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi__title {
  padding: 3rem 0;
}

/* line 158, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi .cta__button {
  width: 100%;
  text-align: center;
}

/* line 163, app/assets/stylesheets/pages/_bundle.scss */
.bundle__dsi h4 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

@media only screen and (min-width: 60rem) {
  /* line 171, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__features {
    display: flex;
    flex-flow: row wrap;
    padding-top: 48px;
    padding-right: 24px;
  }
  /* line 178, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__features li,
  .bundle__features .bundle__feature__wrapper {
    flex: 1 0 50%;
  }
  /* line 183, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__features li {
    padding-bottom: 1rem;
  }
  /* line 187, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__features p {
    font-size: 18px;
    line-height: 21.6px;
  }
  /* line 192, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__features .bundle__feature__wrapper {
    max-width: 33%;
  }
}

/* line 197, app/assets/stylesheets/pages/_bundle.scss */
.bundle__features__wrapper {
  background: #eceef1;
  padding: 2rem 0;
}

/* line 201, app/assets/stylesheets/pages/_bundle.scss */
.bundle__features__wrapper .page-header,
.bundle__features__wrapper h2 {
  margin-top: 0;
}

@media only screen and (min-width: 40em) {
  /* line 197, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__features__wrapper {
    padding: 4rem 0;
  }
}

/* line 211, app/assets/stylesheets/pages/_bundle.scss */
.bundle__features .cta__button {
  width: 100%;
  text-align: center;
}

/* line 216, app/assets/stylesheets/pages/_bundle.scss */
.bundle__features h3 {
  font-weight: 400;
  color: #A7ADBB;
}

/* line 222, app/assets/stylesheets/pages/_bundle.scss */
.bundle__video {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* line 228, app/assets/stylesheets/pages/_bundle.scss */
.bundle__feature h4 {
  font-size: 16px;
  margin: 0 0 0.5rem;
  padding-top: 1.5rem;
}

/* line 234, app/assets/stylesheets/pages/_bundle.scss */
.bundle__feature ul {
  padding-left: 1.5rem;
  margin: 0;
}

/* line 239, app/assets/stylesheets/pages/_bundle.scss */
.bundle__feature li {
  padding-bottom: 0;
}

/* line 243, app/assets/stylesheets/pages/_bundle.scss */
.bundle__feature:last-child {
  padding-bottom: 0;
}

/* line 247, app/assets/stylesheets/pages/_bundle.scss */
.bundle__feature__wrapper {
  padding-right: 20px;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 40em) {
  /* line 247, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__feature__wrapper {
    padding-bottom: 0rem;
  }
}

@media only screen and (min-width: 60rem) {
  /* line 247, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__feature__wrapper {
    padding-top: 0;
  }
}

/* line 260, app/assets/stylesheets/pages/_bundle.scss */
.bundle__feature__label, .bundle__feature__button {
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 3px;
}

/* line 267, app/assets/stylesheets/pages/_bundle.scss */
.bundle__feature__label {
  color: #A7ADBB;
  border: 1px solid #A7ADBB;
  font-weight: 400;
}

/* line 273, app/assets/stylesheets/pages/_bundle.scss */
.bundle__feature__button {
  color: #fff;
  font-weight: 700;
  background: #e4833e;
}

/* line 281, app/assets/stylesheets/pages/_bundle.scss */
.bundle__pricing__table {
  width: 100%;
}

/* line 285, app/assets/stylesheets/pages/_bundle.scss */
.bundle__pricing__features {
  display: block;
  padding-top: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 285, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__pricing__features {
    max-width: 320px;
  }
}

/* line 293, app/assets/stylesheets/pages/_bundle.scss */
.bundle__pricing__features__header {
  text-align: center;
}

/* line 300, app/assets/stylesheets/pages/_bundle.scss */
.bundle__services__list {
  display: grid;
  grid-gap: 0.5rem;
}

@media only screen and (max-width: 40em) {
  /* line 300, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__services__list {
    display: grid;
    grid-gap: 1rem;
  }
}

@media only screen and (min-width: 37.5rem) {
  /* line 300, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 60rem) {
  /* line 300, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__services__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 319, app/assets/stylesheets/pages/_bundle.scss */
.bundle__service {
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 40em) {
  /* line 319, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__service {
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-top: 6rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
    cursor: pointer;
  }
  /* line 331, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__service:hover {
    transform: scale(1.05);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.125);
    margin-top: 4rem;
    padding: 1.5rem 0.5rem;
  }
}

/* line 339, app/assets/stylesheets/pages/_bundle.scss */
.bundle__service__logo {
  text-align: center;
  position: relative;
}

/* line 343, app/assets/stylesheets/pages/_bundle.scss */
.bundle__service__logo img {
  max-width: 72px;
}

@media only screen and (min-width: 60em) {
  /* line 343, app/assets/stylesheets/pages/_bundle.scss */
  .bundle__service__logo img {
    margin-top: -50%;
  }
}

/* line 352, app/assets/stylesheets/pages/_bundle.scss */
.bundle__service__name {
  font-size: 1.25rem;
  padding: 1rem 0;
  color: #062035;
}

/* line 358, app/assets/stylesheets/pages/_bundle.scss */
.bundle__service__text {
  padding: 1rem 0;
}

/* line 362, app/assets/stylesheets/pages/_bundle.scss */
.bundle__service__pivotal {
  display: block;
  font-size: 0.85rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/* line 2, app/assets/stylesheets/pages/_press.scss */
.press__header, .press__section-header {
  border-bottom: 1px solid #dee2e9;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

/* line 9, app/assets/stylesheets/pages/_press.scss */
.press__header h2, .press__header h3, .press__header h4, .press__section-header h2, .press__section-header h3, .press__section-header h4 {
  margin: 0;
}

/* line 14, app/assets/stylesheets/pages/_press.scss */
.press__section {
  padding-bottom: 6rem;
}

/* line 18, app/assets/stylesheets/pages/_press.scss */
.press__header {
  display: flex;
}

/* line 21, app/assets/stylesheets/pages/_press.scss */
.press__header h2 {
  flex: 1;
}

/* line 26, app/assets/stylesheets/pages/_press.scss */
.press__feature {
  display: flex;
  flex-flow: row nowrap;
  border-radius: 0.25em;
  margin-top: 0.5rem;
  border-bottom: 1px solid #dee2e9;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 34, app/assets/stylesheets/pages/_press.scss */
.press__feature:hover {
  transform: scale(1.025);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.125);
  border-bottom: 0;
}

/* line 40, app/assets/stylesheets/pages/_press.scss */
.press__feature__logo {
  width: 100px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 47, app/assets/stylesheets/pages/_press.scss */
.press__feature__logo img {
  max-width: 100%;
}

/* line 52, app/assets/stylesheets/pages/_press.scss */
.press__feature__meta {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  padding: 1rem;
  flex-flow: column;
}

/* line 61, app/assets/stylesheets/pages/_press.scss */
.press__feature__title {
  font-weight: 700;
  color: #062035;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
}

/* line 68, app/assets/stylesheets/pages/_press.scss */
.press__feature__date {
  color: #A7ADBB;
  font-size: 0.85rem;
}

/* line 73, app/assets/stylesheets/pages/_press.scss */
.press__feature__button {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #062035;
}

/* line 83, app/assets/stylesheets/pages/_press.scss */
.press__events__section {
  padding-bottom: 2rem;
}

/* line 86, app/assets/stylesheets/pages/_press.scss */
.press__events__section:last-of-type {
  padding-bottom: 0;
}

/* line 90, app/assets/stylesheets/pages/_press.scss */
.press__events__section h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .01em;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* line 99, app/assets/stylesheets/pages/_press.scss */
.press__events__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  grid-auto-rows: 1fr;
}

@media only screen and (min-width: 40em) {
  /* line 99, app/assets/stylesheets/pages/_press.scss */
  .press__events__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 60em) {
  /* line 99, app/assets/stylesheets/pages/_press.scss */
  .press__events__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 115, app/assets/stylesheets/pages/_press.scss */
.press__event {
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.125);
  position: relative;
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-flow: column;
}

/* line 123, app/assets/stylesheets/pages/_press.scss */
.press__event:hover {
  transform: scale(1.05);
}

/* line 127, app/assets/stylesheets/pages/_press.scss */
.press__event__wrapper {
  display: flex;
}

/* line 131, app/assets/stylesheets/pages/_press.scss */
.press__event__sponsorship {
  position: absolute;
  right: 0;
  top: 1rem;
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #fff;
  background: #e4833e;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
}

/* line 145, app/assets/stylesheets/pages/_press.scss */
.press__event__image img {
  display: block;
  width: 100%;
}

/* line 151, app/assets/stylesheets/pages/_press.scss */
.press__event__meta {
  padding: 1rem;
  display: flex;
  flex-flow: column;
  flex: 1;
}

/* line 158, app/assets/stylesheets/pages/_press.scss */
.press__event__info {
  display: flex;
  flex-flow: row nowrap;
  padding-top: 1rem;
  font-size: 0.85rem;
}

/* line 165, app/assets/stylesheets/pages/_press.scss */
.press__event__name {
  font-weight: 700;
  color: #062035;
  text-align: center;
  font-size: 1.25rem;
  flex: 1;
}

/* line 173, app/assets/stylesheets/pages/_press.scss */
.press__event__dates, .press__event__location {
  flex: 1;
  color: #062035;
}

/* line 179, app/assets/stylesheets/pages/_press.scss */
.press__event__location {
  text-align: right;
}

/* line 183, app/assets/stylesheets/pages/_press.scss */
.press__event__button {
  padding: 1rem;
}

/* line 186, app/assets/stylesheets/pages/_press.scss */
.press__event__button .button, .press__event__button .button__small, .press__event__button button,
.press__event__button input[type="submit"], .press__event__button .button--secondary, .press__event__button .button--secondary-small, .press__event__button .button--disabled, .press__event__button .button--link, .press__event__button .button--outline, .press__event__button .button__bundle, .press__event__button .button__ds1, .press__event__button .button__ds2, .press__event__button .button__ds2__disabled, .press__event__button .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .press__event__button button, .press__event__button .platform .hero_button, .platform .press__event__button .hero_button {
  display: block;
}

/* line 193, app/assets/stylesheets/pages/_press.scss */
.press__downloads__package {
  padding-top: 2rem;
  text-align: center;
}

/* line 198, app/assets/stylesheets/pages/_press.scss */
.press__downloads__items {
  padding-top: 4rem;
}

/* line 201, app/assets/stylesheets/pages/_press.scss */
.press__downloads__items__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 201, app/assets/stylesheets/pages/_press.scss */
  .press__downloads__items__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 72em) {
  /* line 201, app/assets/stylesheets/pages/_press.scss */
  .press__downloads__items__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 219, app/assets/stylesheets/pages/_press.scss */
.press__downloads__photo {
  display: flex;
  flex-flow: column;
  padding-top: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 219, app/assets/stylesheets/pages/_press.scss */
  .press__downloads__photo {
    flex-flow: row nowrap;
    max-width: 600px;
  }
}

/* line 229, app/assets/stylesheets/pages/_press.scss */
.press__downloads__photo__image {
  border: 1px solid #dee2e9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.125);
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 229, app/assets/stylesheets/pages/_press.scss */
  .press__downloads__photo__image {
    margin: 0;
  }
}

/* line 240, app/assets/stylesheets/pages/_press.scss */
.press__downloads__photo__image img {
  display: block;
  width: 100%;
}

/* line 246, app/assets/stylesheets/pages/_press.scss */
.press__downloads__photo__actions {
  padding-left: 1rem;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

@media only screen and (min-width: 40em) {
  /* line 246, app/assets/stylesheets/pages/_press.scss */
  .press__downloads__photo__actions {
    align-items: flex-start;
  }
}

/* line 258, app/assets/stylesheets/pages/_press.scss */
.press__downloads__photo__actions .button, .press__downloads__photo__actions .button__small, .press__downloads__photo__actions button,
.press__downloads__photo__actions input[type="submit"], .press__downloads__photo__actions .button--secondary, .press__downloads__photo__actions .button--secondary-small, .press__downloads__photo__actions .button--disabled, .press__downloads__photo__actions .button--link, .press__downloads__photo__actions .button--outline, .press__downloads__photo__actions .button__bundle, .press__downloads__photo__actions .button__ds1, .press__downloads__photo__actions .button__ds2, .press__downloads__photo__actions .button__ds2__disabled, .press__downloads__photo__actions .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .press__downloads__photo__actions button, .press__downloads__photo__actions .platform .hero_button, .platform .press__downloads__photo__actions .hero_button {
  margin-bottom: 1rem;
  min-width: 250px;
  text-align: center;
}

/* line 266, app/assets/stylesheets/pages/_press.scss */
.press__downloads__item {
  padding: 2rem 1rem;
}

/* line 269, app/assets/stylesheets/pages/_press.scss */
.press__downloads__item dt {
  font-weight: 700;
  text-align: center;
}

/* line 274, app/assets/stylesheets/pages/_press.scss */
.press__downloads__item img {
  display: block;
  max-width: 100%;
}

/* line 279, app/assets/stylesheets/pages/_press.scss */
.press__downloads__item__image {
  border: 1px solid #dee2e9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.125);
}

/* line 284, app/assets/stylesheets/pages/_press.scss */
.press__downloads__item__image, .press__downloads__item__links {
  text-align: center;
  margin: 0;
}

/* line 290, app/assets/stylesheets/pages/_press.scss */
.press__downloads__item__image {
  margin: 1rem 0;
}

/* line 293, app/assets/stylesheets/pages/_press.scss */
.press__downloads__item__image--dark {
  background: #505d78;
}

/* line 297, app/assets/stylesheets/pages/_press.scss */
.press__downloads__item__image img {
  display: block;
  margin: 0 auto;
}

/* line 304, app/assets/stylesheets/pages/_press.scss */
.press__downloads__item__links .button, .press__downloads__item__links .button__small, .press__downloads__item__links button,
.press__downloads__item__links input[type="submit"], .press__downloads__item__links .button--secondary, .press__downloads__item__links .button--secondary-small, .press__downloads__item__links .button--disabled, .press__downloads__item__links .button--link, .press__downloads__item__links .button--outline, .press__downloads__item__links .button__bundle, .press__downloads__item__links .button__ds1, .press__downloads__item__links .button__ds2, .press__downloads__item__links .button__ds2__disabled, .press__downloads__item__links .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .press__downloads__item__links button, .press__downloads__item__links .platform .hero_button, .platform .press__downloads__item__links .hero_button {
  display: block;
  margin-top: 1rem;
}

/* line 312, app/assets/stylesheets/pages/_press.scss */
.press__contact {
  padding-top: 4rem;
  background: linear-gradient(#f1f2f5, #fff);
  border-top: 1px solid #e2e4ea;
}

/* line 317, app/assets/stylesheets/pages/_press.scss */
.press__contact__header {
  text-align: center;
  padding-bottom: 2rem;
}

/* line 321, app/assets/stylesheets/pages/_press.scss */
.press__contact__header h2, .press__contact__header p {
  margin: 0;
}

/* line 325, app/assets/stylesheets/pages/_press.scss */
.press__contact__header h2 {
  padding-bottom: 1rem;
}

/* line 329, app/assets/stylesheets/pages/_press.scss */
.press__contact__header p {
  font-size: 1.25rem;
  color: #A7ADBB;
}

/* line 335, app/assets/stylesheets/pages/_press.scss */
.press__contact__person {
  padding: 1rem;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.125);
}

@media only screen and (min-width: 40em) {
  /* line 335, app/assets/stylesheets/pages/_press.scss */
  .press__contact__person {
    flex-flow: row nowrap;
  }
}

/* line 348, app/assets/stylesheets/pages/_press.scss */
.press__contact__person__photo {
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 40em) {
  /* line 348, app/assets/stylesheets/pages/_press.scss */
  .press__contact__person__photo {
    padding-right: 1rem;
    padding-bottom: 0;
  }
}

/* line 359, app/assets/stylesheets/pages/_press.scss */
.press__contact__person__photo .team__member__photo {
  padding-bottom: 0;
}

/* line 364, app/assets/stylesheets/pages/_press.scss */
.press__contact__person__info {
  padding-left: 1rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}

@media only screen and (min-width: 40em) {
  /* line 364, app/assets/stylesheets/pages/_press.scss */
  .press__contact__person__info {
    text-align: left;
  }
}

/* line 376, app/assets/stylesheets/pages/_press.scss */
.press__contact__person__name {
  font-weight: 700;
  font-size: 1.25rem;
}

/* line 381, app/assets/stylesheets/pages/_press.scss */
.press__contact__person__job {
  color: #A7ADBB;
}

/* line 385, app/assets/stylesheets/pages/_press.scss */
.press__contact__person__button {
  padding-top: 1rem;
}

/* line 388, app/assets/stylesheets/pages/_press.scss */
.press__contact__person__button .button, .press__contact__person__button .button__small, .press__contact__person__button button,
.press__contact__person__button input[type="submit"], .press__contact__person__button .button--secondary, .press__contact__person__button .button--secondary-small, .press__contact__person__button .button--disabled, .press__contact__person__button .button--link, .press__contact__person__button .button--outline, .press__contact__person__button .button__bundle, .press__contact__person__button .button__ds1, .press__contact__person__button .button__ds2, .press__contact__person__button .button__ds2__disabled, .press__contact__person__button .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .press__contact__person__button button, .press__contact__person__button .platform .hero_button, .platform .press__contact__person__button .hero_button {
  display: block;
}

/* line 2, app/assets/stylesheets/pages/_open-source.scss */
.open-source__licenses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}

@media only screen and (min-width: 37.5em) {
  /* line 2, app/assets/stylesheets/pages/_open-source.scss */
  .open-source__licenses {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}

@media only screen and (min-width: 60em) {
  /* line 2, app/assets/stylesheets/pages/_open-source.scss */
  .open-source__licenses {
    grid-gap: 2rem;
  }
}

/* line 17, app/assets/stylesheets/pages/_open-source.scss */
.open-source__license {
  margin-top: 70px;
  padding-top: 70px;
}

/* line 10, app/assets/stylesheets/components/_box-with-icon.scss */
.open-source__license:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}

/* line 5, app/assets/stylesheets/pages/_the-grand-plan.scss */
.tgp__teaser .content, .tgp__timeline__step {
  padding-left: 75px;
}

@media only screen and (min-width: 640px) {
  /* line 5, app/assets/stylesheets/pages/_the-grand-plan.scss */
  .tgp__teaser .content, .tgp__timeline__step {
    padding-left: 100px;
  }
}

/* line 14, app/assets/stylesheets/pages/_the-grand-plan.scss */
.tgp .wrap, .tgp .demo-request .contact_form h2, .demo-request .contact_form .tgp h2 {
  padding-left: 0;
}

@media only screen and (min-width: 1024px) {
  /* line 19, app/assets/stylesheets/pages/_the-grand-plan.scss */
  .tgp__teaser h2 {
    font-size: ms(3, 16px);
  }
}

/* line 25, app/assets/stylesheets/pages/_the-grand-plan.scss */
.tgp__teaser .wrap, .tgp__teaser .demo-request .contact_form h2, .demo-request .contact_form .tgp__teaser h2 {
  padding: 4vh 1em;
  text-align: left;
  align-items: flex-start;
  background: url(/assets/timeline/bg-timeline-775ca37721de4cc19fd6355028830d80cf71be7eda82ee1494f49d47cf26e454.svg) left top repeat-y;
}

@media only screen and (min-width: 768px) {
  /* line 25, app/assets/stylesheets/pages/_the-grand-plan.scss */
  .tgp__teaser .wrap, .tgp__teaser .demo-request .contact_form h2, .demo-request .contact_form .tgp__teaser h2 {
    padding: 6vh 1em;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 25, app/assets/stylesheets/pages/_the-grand-plan.scss */
  .tgp__teaser .wrap, .tgp__teaser .demo-request .contact_form h2, .demo-request .contact_form .tgp__teaser h2 {
    padding: 8vh 1em;
  }
}

/* line 46, app/assets/stylesheets/pages/_the-grand-plan.scss */
.tgp__header .banner__wrapper {
  border-bottom: 0;
  background: url(/assets/timeline/bg-timeline-775ca37721de4cc19fd6355028830d80cf71be7eda82ee1494f49d47cf26e454.svg) left 50px no-repeat;
  width: 95%;
  margin: 0 auto;
  max-width: 64em !important;
}

@media only screen and (min-width: 640px) {
  /* line 46, app/assets/stylesheets/pages/_the-grand-plan.scss */
  .tgp__header .banner__wrapper {
    width: auto;
  }
}

/* line 59, app/assets/stylesheets/pages/_the-grand-plan.scss */
.tgp__header .logo {
  margin-left: 15px;
}

/* line 64, app/assets/stylesheets/pages/_the-grand-plan.scss */
.tgp__label, .careers__office__description em {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  color: #A7ADBB;
}

/* line 72, app/assets/stylesheets/pages/_the-grand-plan.scss */
.tgp__timeline {
  padding-top: 100px;
  background: url(/assets/timeline/bg-timeline-775ca37721de4cc19fd6355028830d80cf71be7eda82ee1494f49d47cf26e454.svg) top left repeat-y;
}

/* line 76, app/assets/stylesheets/pages/_the-grand-plan.scss */
.tgp__timeline__step {
  min-height: 25vh;
  background: url(/assets/timeline/bg-timeline-step-white-dc329134548334d22a83610038bdb60579aeca4a4286f0421a0370146094c8c7.svg) top left no-repeat;
}

/* line 83, app/assets/stylesheets/pages/_the-grand-plan.scss */
.tgp__timeline__extra {
  border-radius: 0.25em;
  padding: 2rem;
  border: 1px solid #dee2e9;
}

/* line 89, app/assets/stylesheets/pages/_the-grand-plan.scss */
.tgp__timeline__extra p:first-child {
  margin-top: 0;
}

/* line 93, app/assets/stylesheets/pages/_the-grand-plan.scss */
.tgp__timeline__extra p:last-child {
  margin-bottom: 0;
}

/* line 2, app/assets/stylesheets/pages/_webinar.scss */
.webinar__wrapper {
  padding-top: 2rem;
}

/* line 6, app/assets/stylesheets/pages/_webinar.scss */
.webinar__card {
  margin-top: 2rem;
  padding: 1rem;
  background: #fff;
}

/* line 8, app/assets/stylesheets/pages/_platform.scss */
.platform {
  background: white;
}

/* line 11, app/assets/stylesheets/pages/_platform.scss */
.platform .background_image {
  min-height: auto;
  color: #fff;
  min-height: 600px;
  padding: 40px 0 24px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/platform/hero/background_mobile-3b7180e62d7de6ed265d58210284a23f4f63563d790e652ffe83dcdeec7eaab0.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 60em) {
  /* line 11, app/assets/stylesheets/pages/_platform.scss */
  .platform .background_image {
    background-image: url(/assets/platform/hero/background-fb17017b07ae3b6b1c0acdab22968f07ee0ce6c6c969c762ce11aa927a940b55.jpg);
    min-height: 800px;
    padding: 0;
  }
}

/* line 32, app/assets/stylesheets/pages/_platform.scss */
.platform .service-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 20px 0 40px;
  padding: 0;
}

@media only screen and (min-width: 72em) {
  /* line 32, app/assets/stylesheets/pages/_platform.scss */
  .platform .service-logos {
    max-width: 70%;
  }
}

/* line 43, app/assets/stylesheets/pages/_platform.scss */
.platform .service-logos li {
  list-style-type: none;
}

/* line 47, app/assets/stylesheets/pages/_platform.scss */
.platform .service-logos img {
  height: 24px;
}

/* line 52, app/assets/stylesheets/pages/_platform.scss */
.platform .teaser .wrap, .platform .products__teaser .wrap, .platform .teaser .demo-request .contact_form h2, .demo-request .contact_form .platform .teaser h2, .platform .products__teaser .demo-request .contact_form h2, .demo-request .contact_form .platform .products__teaser h2 {
  padding-bottom: 0;
}

/* line 56, app/assets/stylesheets/pages/_platform.scss */
.platform .teaser__content {
  text-align: left;
}

/* line 59, app/assets/stylesheets/pages/_platform.scss */
.platform .teaser__content h1 {
  font-size: 36px;
  font-weight: 800;
}

@media only screen and (min-width: 72em) {
  /* line 59, app/assets/stylesheets/pages/_platform.scss */
  .platform .teaser__content h1 {
    max-width: 50%;
  }
}

@media only screen and (min-width: 72em) {
  /* line 59, app/assets/stylesheets/pages/_platform.scss */
  .platform .teaser__content h1 {
    font-size: 58px;
  }
}

@media only screen and (min-width: 60em) {
  /* line 74, app/assets/stylesheets/pages/_platform.scss */
  .platform .fadeInUpOnlyForDesktop {
    animation: fadeInUp 1s ease-out;
  }
}

/* line 79, app/assets/stylesheets/pages/_platform.scss */
.platform .platform_wrap {
  padding-top: 0;
  flex: 0;
}

/* line 83, app/assets/stylesheets/pages/_platform.scss */
.platform .platform_wrap p {
  margin-top: 24px;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-align: left;
}

/* line 91, app/assets/stylesheets/pages/_platform.scss */
.platform .platform_wrap span {
  font-weight: 400;
}

@media only screen and (min-width: 60em) {
  /* line 96, app/assets/stylesheets/pages/_platform.scss */
  .platform .platform_wrap p {
    max-width: 60%;
  }
}

@media only screen and (min-width: 72em) {
  /* line 79, app/assets/stylesheets/pages/_platform.scss */
  .platform .platform_wrap {
    padding-top: 0;
  }
  /* line 104, app/assets/stylesheets/pages/_platform.scss */
  .platform .platform_wrap p {
    font-size: 24px;
  }
}

/* line 110, app/assets/stylesheets/pages/_platform.scss */
.platform .teaser__subtitle {
  font-weight: 400;
}

/* line 114, app/assets/stylesheets/pages/_platform.scss */
.platform .hero_button {
  background-color: white;
  border-radius: 4px;
  font-size: 20px;
  padding: 16px 32px;
  color: #e4833e;
}

/* line 124, app/assets/stylesheets/pages/_platform.scss */
.platform .title h2 {
  font-size: 25px;
}

/* line 129, app/assets/stylesheets/pages/_platform.scss */
.platform .offerings__heading {
  padding-bottom: 0;
  text-align: left;
}

/* line 133, app/assets/stylesheets/pages/_platform.scss */
.platform .offerings__heading h2 {
  font-size: 26px;
  font-weight: 800;
}

/* line 139, app/assets/stylesheets/pages/_platform.scss */
.platform .offerings__heading p {
  font-size: 18px;
  color: #505d78;
}

@media screen and (min-width: 40em) {
  /* line 129, app/assets/stylesheets/pages/_platform.scss */
  .platform .offerings__heading {
    text-align: center;
  }
  /* line 147, app/assets/stylesheets/pages/_platform.scss */
  .platform .offerings__heading h2 {
    font-size: 40px;
  }
  /* line 151, app/assets/stylesheets/pages/_platform.scss */
  .platform .offerings__heading p {
    font-size: 24px;
  }
}

/* line 157, app/assets/stylesheets/pages/_platform.scss */
.platform .offerings__content__wrapper {
  display: flex;
  flex-direction: column;
}

/* line 161, app/assets/stylesheets/pages/_platform.scss */
.platform .offerings__content__wrapper p {
  text-align: left;
  font-size: 18px;
}

@media screen and (min-width: 40em) {
  /* line 157, app/assets/stylesheets/pages/_platform.scss */
  .platform .offerings__content__wrapper {
    flex-direction: row;
    gap: 60px;
  }
}

/* line 172, app/assets/stylesheets/pages/_platform.scss */
.platform .offerings_section_title {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 40em) {
  /* line 172, app/assets/stylesheets/pages/_platform.scss */
  .platform .offerings_section_title {
    justify-content: center;
  }
}

/* line 181, app/assets/stylesheets/pages/_platform.scss */
.platform .offerings_section_title h3 {
  font-weight: 600;
  text-transform: uppercase;
}

/* line 187, app/assets/stylesheets/pages/_platform.scss */
.platform .offering__title {
  font-weight: 600;
  font-size: 20px;
}

/* line 192, app/assets/stylesheets/pages/_platform.scss */
.platform .section-bg--grey {
  margin-top: 40px;
  background-color: #F1F2F5;
  padding-bottom: 80px;
}

/* line 198, app/assets/stylesheets/pages/_platform.scss */
.platform .section-bg--custom {
  background-color: #505d78;
  padding-bottom: 80px;
  color: white;
}

/* line 204, app/assets/stylesheets/pages/_platform.scss */
.platform .checklist {
  margin-top: 30px;
  width: 100%;
}

/* line 208, app/assets/stylesheets/pages/_platform.scss */
.platform .checklist p {
  font-size: 20px;
}

@media only screen and (min-width: 60em) {
  /* line 204, app/assets/stylesheets/pages/_platform.scss */
  .platform .checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (min-width: 60em) {
  /* line 219, app/assets/stylesheets/pages/_platform.scss */
  .platform .row {
    display: contents;
  }
}

/* line 225, app/assets/stylesheets/pages/_platform.scss */
.platform .col_left, .platform .col_right {
  display: flex;
  align-items: flex-start;
  height: 100%;
}

/* line 230, app/assets/stylesheets/pages/_platform.scss */
.platform .col_left img, .platform .col_right img {
  max-width: 50px;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-top: 20px;
}

@media only screen and (min-width: 60em) {
  /* line 225, app/assets/stylesheets/pages/_platform.scss */
  .platform .col_left, .platform .col_right {
    justify-content: flex-start;
  }
}

/* line 243, app/assets/stylesheets/pages/_platform.scss */
.platform .container {
  margin: 80px 0;
}

/* line 246, app/assets/stylesheets/pages/_platform.scss */
.platform .container h3, .platform .container h4 {
  text-align: center;
}

/* line 250, app/assets/stylesheets/pages/_platform.scss */
.platform .container h3 {
  font-size: 28px;
  padding-bottom: 30px;
}

/* line 256, app/assets/stylesheets/pages/_platform.scss */
.platform .container h4 {
  font-size: 20px;
  padding: 30px 0;
}

/* line 261, app/assets/stylesheets/pages/_platform.scss */
.platform .container p {
  font-size: 24px;
  text-align: left;
  color: #505d78;
}

/* line 270, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .offering {
  margin-top: 0;
  padding: 16px 0;
}

@media screen and (min-width: 40em) {
  /* line 270, app/assets/stylesheets/pages/_platform.scss */
  .a9s-cloud-foundry .offering {
    padding: 16px;
  }
}

/* line 280, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .bundle__dsi img {
  max-width: 100%;
  height: 200px;
}

/* line 285, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .bundle__dsi h2 {
  font-size: 26px;
}

/* line 289, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .bundle__dsi p {
  font-size: 18px;
  color: #505d78;
}

/* line 294, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .bundle__dsi ul {
  padding-left: 18px;
  font-size: 18px;
  color: #505d78;
}

/* line 299, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .bundle__dsi ul li {
  margin-bottom: 8px;
}

/* line 302, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .bundle__dsi ul li:last-child {
  margin-bottom: 0;
}

/* line 308, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .bundle__dsi .wrap, .a9s-cloud-foundry .bundle__dsi .demo-request .contact_form h2, .demo-request .contact_form .a9s-cloud-foundry .bundle__dsi h2 {
  width: 100%;
}

@media screen and (min-width: 40em) {
  /* line 313, app/assets/stylesheets/pages/_platform.scss */
  .a9s-cloud-foundry .bundle__dsi h2 {
    font-size: 40px;
  }
  /* line 317, app/assets/stylesheets/pages/_platform.scss */
  .a9s-cloud-foundry .bundle__dsi p {
    font-size: 24px;
  }
  /* line 321, app/assets/stylesheets/pages/_platform.scss */
  .a9s-cloud-foundry .bundle__dsi ul {
    padding-left: 20px;
    font-size: 24px;
  }
  /* line 326, app/assets/stylesheets/pages/_platform.scss */
  .a9s-cloud-foundry .bundle__dsi img {
    max-width: 100%;
    height: 500px;
  }
}

/* line 333, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .bundle__dsi__wrapper {
  margin: 40px auto 0;
}

/* line 337, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .contact_form {
  background: linear-gradient(38deg, #062035 0%, #009ee3 100%);
  color: white;
}

/* line 341, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .contact_form h2,
.a9s-cloud-foundry .contact_form p {
  color: white;
}

/* line 346, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .contact_form h2 {
  font-size: 40px;
}

/* line 350, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .contact_form label {
  margin-bottom: 10px;
  font-size: 16px;
}

/* line 355, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .contact_form a {
  color: #e4833e;
}

/* line 359, app/assets/stylesheets/pages/_platform.scss */
.a9s-cloud-foundry .contact_form input,
.a9s-cloud-foundry .contact_form textarea {
  border-radius: 4px;
}

/* line 7, app/assets/stylesheets/pages/_certifications.scss */
.certifications__teaser__wrap {
  text-align: center;
  padding: 8vh 0;
}

/* line 13, app/assets/stylesheets/pages/_certifications.scss */
.certifications__section {
  padding-top: 2rem;
}

/* line 16, app/assets/stylesheets/pages/_certifications.scss */
.certifications__section__heading {
  font-size: 1.5rem;
  text-align: center;
}

/* line 22, app/assets/stylesheets/pages/_certifications.scss */
.certifications__list {
  padding-top: 1rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 22, app/assets/stylesheets/pages/_certifications.scss */
  .certifications__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 34, app/assets/stylesheets/pages/_certifications.scss */
.certifications__item {
  padding-top: 1rem;
}

@media only screen and (min-width: 40em) {
  /* line 34, app/assets/stylesheets/pages/_certifications.scss */
  .certifications__item {
    padding-top: 0;
  }
}

/* line 41, app/assets/stylesheets/pages/_certifications.scss */
.certifications__item__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
}

/* line 50, app/assets/stylesheets/pages/_certifications.scss */
.certifications__item__icon img {
  display: block;
  width: 300px;
  margin: 0 auto;
}

/* line 57, app/assets/stylesheets/pages/_certifications.scss */
.certifications__item__name {
  padding-top: 1rem;
  text-align: center;
  font-weight: 700;
  color: #062035;
}

/* line 1, app/assets/stylesheets/pages/_data-service-section.scss */
.data-service-section {
  padding: 24px 0;
}

/* line 6, app/assets/stylesheets/pages/_data-service-section.scss */
.data-service__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

@media screen and (min-width: 60em) {
  /* line 6, app/assets/stylesheets/pages/_data-service-section.scss */
  .data-service__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 18, app/assets/stylesheets/pages/_data-service-section.scss */
.data-service__wrapper--a8s .data-service__item img {
  margin-bottom: 16px;
}

/* line 25, app/assets/stylesheets/pages/_data-service-section.scss */
.data-service__title {
  margin-bottom: 32px;
  text-align: center;
}

/* line 30, app/assets/stylesheets/pages/_data-service-section.scss */
.data-service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* line 36, app/assets/stylesheets/pages/_data-service-section.scss */
.data-service__item img {
  margin-bottom: 8px;
  max-width: 80px;
  max-height: 80px;
}

/* line 42, app/assets/stylesheets/pages/_data-service-section.scss */
.data-service__item span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

/* line 49, app/assets/stylesheets/pages/_data-service-section.scss */
.data-service__item .coming-soon-tag {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  border-radius: 2px;
  background-color: #515D78;
  padding: 3px 4px;
  content: "Coming Soon";
  white-space: nowrap;
  font-size: 8px;
  color: #fff;
}

/* line 63, app/assets/stylesheets/pages/_data-service-section.scss */
.data-service__item--no-link {
  cursor: default;
}

@media screen and (min-width: 40em) {
  /* line 2, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .service_platforms__logo-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 50%;
  }
}

/* line 12, app/assets/stylesheets/pages/_klutch.scss */
.klutch .section__content p,
.klutch .section__content span,
.klutch .data-service__title p,
.klutch .data-service__title span {
  display: block;
  text-align: left;
}

@media screen and (min-width: 40em) {
  /* line 12, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .section__content p,
  .klutch .section__content span,
  .klutch .data-service__title p,
  .klutch .data-service__title span {
    text-align: center;
  }
}

/* line 25, app/assets/stylesheets/pages/_klutch.scss */
.klutch .offerings__heading h2 {
  font-size: 25px;
}

/* line 30, app/assets/stylesheets/pages/_klutch.scss */
.klutch .diagram-wrapper {
  margin: 4rem 0 2.5rem;
}

/* line 33, app/assets/stylesheets/pages/_klutch.scss */
.klutch .diagram-wrapper img {
  width: 100%;
}

/* line 38, app/assets/stylesheets/pages/_klutch.scss */
.klutch .bundle__teaser--image-1 {
  background: linear-gradient(95deg, #062035 0%, #027ba0 50%, #009ee4 100%);
}

/* line 43, app/assets/stylesheets/pages/_klutch.scss */
.klutch .bundle__dsi ul {
  padding-left: 18px;
}

/* line 47, app/assets/stylesheets/pages/_klutch.scss */
.klutch .bundle__dsi li {
  padding-bottom: 8px;
}

/* line 52, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds-wrapper {
  padding-top: 0;
}

@media screen and (max-width: 40em) {
  /* line 56, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds-wrapper figure {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 62, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds-wrapper img {
    max-width: 70%;
    margin-bottom: 0;
  }
}

/* line 70, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds__teaser__wrap {
  padding-top: 60px;
  max-width: 1200px;
}

@media screen and (min-width: 60em) {
  /* line 70, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds__teaser__wrap {
    padding: 10vh 0;
  }
}

/* line 79, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds__teaser__content {
  min-width: auto;
}

/* line 82, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds__teaser__content h1 {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

/* line 86, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds__teaser__content .button, .klutch .ds__teaser__content .button__small, .klutch .ds__teaser__content button,
.klutch .ds__teaser__content input[type="submit"], .klutch .ds__teaser__content .button--secondary, .klutch .ds__teaser__content .button--secondary-small, .klutch .ds__teaser__content .button--disabled, .klutch .ds__teaser__content .button--link, .klutch .ds__teaser__content .button--outline, .klutch .ds__teaser__content .button__bundle, .klutch .ds__teaser__content .button__ds1, .klutch .ds__teaser__content .button__ds2, .klutch .ds__teaser__content .button__ds2__disabled, .klutch .ds__teaser__content .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .klutch .ds__teaser__content button, .klutch .ds__teaser__content .platform .hero_button, .platform .klutch .ds__teaser__content .hero_button {
  border: 1px solid #ffffff;
}

@media only screen and (max-width: 40em) {
  /* line 86, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds__teaser__content .button, .klutch .ds__teaser__content .button__small, .klutch .ds__teaser__content button,
  .klutch .ds__teaser__content input[type="submit"], .klutch .ds__teaser__content .button--secondary, .klutch .ds__teaser__content .button--secondary-small, .klutch .ds__teaser__content .button--disabled, .klutch .ds__teaser__content .button--link, .klutch .ds__teaser__content .button--outline, .klutch .ds__teaser__content .button__bundle, .klutch .ds__teaser__content .button__ds1, .klutch .ds__teaser__content .button__ds2, .klutch .ds__teaser__content .button__ds2__disabled, .klutch .ds__teaser__content .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .klutch .ds__teaser__content button, .klutch .ds__teaser__content .platform .hero_button, .platform .klutch .ds__teaser__content .hero_button {
    width: 99%;
  }
}

@media only screen and (min-width: 60em) {
  /* line 79, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds__teaser__content {
    flex: 0.8;
    padding-right: 32px;
  }
}

/* line 101, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds__teaser__image img {
  margin: 0;
  margin-bottom: 30px;
  height: 80px;
  filter: drop-shadow(9px 9px 13px rgba(0, 0, 0, 0.15));
}

@media screen and (min-width: 60em) {
  /* line 101, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds__teaser__image img {
    margin: 0;
    height: auto;
  }
}

/* line 115, app/assets/stylesheets/pages/_klutch.scss */
.klutch .table {
  background-color: #00adc9;
}

/* line 119, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds_foundations {
  background-color: #052035;
  margin-top: -40px;
  padding: 4rem 0;
}

/* line 124, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds_foundations__heading {
  padding-top: 0;
  padding-bottom: 2rem;
  color: white;
}

/* line 134, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds_foundations__heading h2 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 800;
}

/* line 140, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds_foundations__heading p {
  font-size: 18px;
  line-height: 21.6px;
}

/* line 146, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds_foundations__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

@media only screen and (max-width: 32em) {
  /* line 146, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds_foundations__logos {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 60em) {
  /* line 146, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds_foundations__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 160, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds_foundations__logo {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

@media only screen and (min-width: 40em) {
  /* line 160, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds_foundations__logo {
    margin-top: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 160, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds_foundations__logo {
    margin-top: 0;
  }
}

/* line 175, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds_foundations__logo img {
  max-width: 140px;
  max-height: 70px;
}

@media only screen and (min-width: 40em) {
  /* line 175, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds_foundations__logo img {
    max-width: 160px;
    max-height: 70px;
  }
}

/* line 186, app/assets/stylesheets/pages/_klutch.scss */
.klutch .ds_foundations__logo__cloud-foundry-image img {
  max-width: 160px;
}

@media only screen and (min-width: 40em) {
  /* line 186, app/assets/stylesheets/pages/_klutch.scss */
  .klutch .ds_foundations__logo__cloud-foundry-image img {
    max-width: 230px;
  }
}

/* line 199, app/assets/stylesheets/pages/_klutch.scss */
.klutch-ds__wrapper {
  margin: 3rem 0;
}

@media screen and (min-width: 40em) {
  /* line 199, app/assets/stylesheets/pages/_klutch.scss */
  .klutch-ds__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 207, app/assets/stylesheets/pages/_klutch.scss */
.klutch-ds__item {
  align-items: flex-start;
  margin-bottom: 24px;
}

/* line 211, app/assets/stylesheets/pages/_klutch.scss */
.klutch-ds__item h4 {
  margin: 8px 0;
}

/* line 215, app/assets/stylesheets/pages/_klutch.scss */
.klutch-ds__item span {
  min-height: 40px;
  font-weight: 400;
}

/* line 220, app/assets/stylesheets/pages/_klutch.scss */
.klutch-ds__item a {
  display: flex;
  margin-top: 8px;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  /* line 228, app/assets/stylesheets/pages/_klutch.scss */
  .klutch-next-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* line 235, app/assets/stylesheets/pages/_klutch.scss */
.klutch-next-steps p {
  margin-bottom: 4px;
  text-align: left;
}

/* line 240, app/assets/stylesheets/pages/_klutch.scss */
.klutch-next-steps ul {
  margin-top: 0;
  padding-left: 18px;
}

/* line 245, app/assets/stylesheets/pages/_klutch.scss */
.klutch-next-steps li {
  text-align: left;
}

@media screen and (min-width: 40em) {
  /* line 2, app/assets/stylesheets/pages/_a9s-hub.scss */
  .a9s-hub .service_platforms__logo-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 50%;
  }
}

/* line 10, app/assets/stylesheets/pages/_a9s-hub.scss */
.a9s-hub .bundle__teaser--image-1 {
  background: #3C7F93;
  background-image: url(/assets/a9s_hub/a9s-Hub-hero-bg-image-5c6a44262d2019ecb4557b4e3430a0c6bc3befc3fb2c088dd31ff405f7f635bd.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 19, app/assets/stylesheets/pages/_a9s-hub.scss */
.a9s-hub .ds__teaser__wrap {
  padding-top: 60px;
}

@media screen and (min-width: 60em) {
  /* line 19, app/assets/stylesheets/pages/_a9s-hub.scss */
  .a9s-hub .ds__teaser__wrap {
    padding: 60px 0 120px;
  }
}

/* line 28, app/assets/stylesheets/pages/_a9s-hub.scss */
.a9s-hub .ds__teaser__content h1 {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

/* line 32, app/assets/stylesheets/pages/_a9s-hub.scss */
.a9s-hub .ds__teaser__content p {
  font-weight: 700;
  color: #062035;
}

/* line 37, app/assets/stylesheets/pages/_a9s-hub.scss */
.a9s-hub .ds__teaser__content .button, .a9s-hub .ds__teaser__content .button__small, .a9s-hub .ds__teaser__content button,
.a9s-hub .ds__teaser__content input[type="submit"], .a9s-hub .ds__teaser__content .button--secondary, .a9s-hub .ds__teaser__content .button--secondary-small, .a9s-hub .ds__teaser__content .button--disabled, .a9s-hub .ds__teaser__content .button--link, .a9s-hub .ds__teaser__content .button--outline, .a9s-hub .ds__teaser__content .button__bundle, .a9s-hub .ds__teaser__content .button__ds1, .a9s-hub .ds__teaser__content .button__ds2, .a9s-hub .ds__teaser__content .button__ds2__disabled, .a9s-hub .ds__teaser__content .white-paper-detail .main-content .interested form .button_wrapper button, .white-paper-detail .main-content .interested form .button_wrapper .a9s-hub .ds__teaser__content button, .a9s-hub .ds__teaser__content .platform .hero_button, .platform .a9s-hub .ds__teaser__content .hero_button {
  border: 2px solid #fff;
}

/* line 43, app/assets/stylesheets/pages/_a9s-hub.scss */
.a9s-hub .ds__teaser__image img {
  margin: 0;
  margin-bottom: 50px;
  height: 170px;
  filter: drop-shadow(9px 9px 13px rgba(0, 0, 0, 0.15));
}

@media screen and (min-width: 60em) {
  /* line 43, app/assets/stylesheets/pages/_a9s-hub.scss */
  .a9s-hub .ds__teaser__image img {
    margin: 0;
    height: 400px;
  }
}

/* line 2, app/assets/stylesheets/pages/_demo-request.scss */
.demo-request .contact_form {
  background: transparent;
  color: #062035;
  padding-bottom: 256px;
  padding-top: 80px;
}

/* line 8, app/assets/stylesheets/pages/_demo-request.scss */
.demo-request .contact_form .form_wrapper {
  display: flex;
  flex-direction: column;
}

/* line 13, app/assets/stylesheets/pages/_demo-request.scss */
.demo-request .contact_form .contact__info {
  padding-top: 4.5rem;
}

/* line 17, app/assets/stylesheets/pages/_demo-request.scss */
.demo-request .contact_form h2 {
  font-size: 2.5rem;
  margin-bottom: 3.5rem;
  margin-top: 2rem;
  text-align: left;
}

/* line 26, app/assets/stylesheets/pages/_demo-request.scss */
.demo-request .contact_form .contact__confirmation h2 {
  text-align: center;
}

/* line 30, app/assets/stylesheets/pages/_demo-request.scss */
.demo-request .contact_form .form-subtitle, .demo-request .contact_form label, .demo-request .contact_form input, .demo-request .contact_form textarea {
  font-size: 1.125rem;
  text-align: left;
}

/* line 35, app/assets/stylesheets/pages/_demo-request.scss */
.demo-request .contact_form input, .demo-request .contact_form textarea {
  border: 1px solid #d4d4d4;
}

/* line 39, app/assets/stylesheets/pages/_demo-request.scss */
.demo-request .contact_form .message_wrapper {
  order: 100;
}

/* line 43, app/assets/stylesheets/pages/_demo-request.scss */
.demo-request .contact_form .contact-gdpr {
  text-align: left;
}

/* line 47, app/assets/stylesheets/pages/_demo-request.scss */
.demo-request .contact_form .button_wrapper {
  text-align: left;
}

/* line 50, app/assets/stylesheets/pages/_demo-request.scss */
.demo-request .contact_form .button_wrapper button[type=submit] {
  padding-block: 16px;
  padding-inline: 56px;
}
