@charset "UTF-8";
/* ======================================================================
Utility
====================================================================== */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

:root {
  --f-pri: "Poppins", sans-serif;
  --f-sec: "Nunito", sans-serif;
  --c-white: #fff;
  --c-black: #191A1C;
  --c-grey: #67727D;
  --c-green: #00D6A8;
  --c-blue: #0F6396;
  --c-blue-lt: #24ABE2;
  --c-blue-xdk: #0A2642;
  --c-purple: #7874F7;
  --c-red: #FF2A06;
  --c-orange: #F2994A;
  --c-pri: #6259ec;
  --c-sec: #0611f8;
  --c-font: #424950;
  --c-html-bg: #888;
  --g-blue-lt: linear-gradient(104.74deg,
      #FFFFFF -15.9%,
      #C5EEFF 50.26%,
      #F4F3FF 103.93%
  );
  --g-green-lt: linear-gradient(104.74deg,
      rgba(255, 255, 255, 0.9) -5.91%,
      rgba(162, 240, 223, 0.369) 14.68%,
      rgba(0, 214, 168, 0.351) 50.26%,
      rgba(213, 255, 246, 0.441) 103.93%
  );
}

/* ======================================================================
Vendor
====================================================================== */
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fontawesome/webfonts/fa-brands-400.eot");
  src: url("../../fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../../fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../../fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../../fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fontawesome/webfonts/fa-regular-400.eot");
  src: url("../../fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../../fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("../../fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../../fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../fontawesome/webfonts/fa-solid-900.eot");
  src: url("../../fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../../fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../../fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../../fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* ======================================================================
Base
====================================================================== */
/* =================================================================================
  12 column grid
  --------------
  Based on display: inline-block; and font-size: 0; + font-size: 1rem;
================================================================================= */
.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 1300px) {
  .container--plus {
    max-width: 1350px;
  }
}

.columns {
  font-size: 0;
  margin-right: -1.8vw;
  margin-left: -1.8vw;
}

.col {
  display: inline-block;
  width: calc(100% - 3.6vw);
  vertical-align: top;
  margin-right: 1.8vw;
  margin-left: 1.8vw;
  font-size: 1rem;
}

.col-1 {
  width: calc(8.333% - 3.6vw);
}

.col-2 {
  width: calc(16.666% - 3.6vw);
}

.col-3 {
  width: calc(25% - 3.6vw);
}

.col-4 {
  width: calc(33.333% - 3.6vw);
}

.col-5 {
  width: calc(41.666% - 3.6vw);
}

.col-6 {
  width: calc(50% - 3.6vw);
}

.col-7 {
  width: calc(58.333% - 3.6vw);
}

.col-8 {
  width: calc(66.666% - 3.6vw);
}

.col-9 {
  width: calc(75% - 3.6vw);
}

.col-10 {
  width: calc(83.333% - 3.6vw);
}

.col-11 {
  width: calc(91.666% - 3.6vw);
}

.col-12 {
  width: calc(100% - 3.6vw);
}

.col-offset-0 {
  margin-left: 1.8vw;
}

.col-offset-1 {
  margin-left: calc(8.333% + 1.8vw);
}

.col-offset-2 {
  margin-left: calc(16.666% + 1.8vw);
}

.col-offset-3 {
  margin-left: calc(25% + 1.8vw);
}

.col-offset-4 {
  margin-left: calc(33.333% + 1.8vw);
}

.col-offset-5 {
  margin-left: calc(41.666% + 1.8vw);
}

.col-offset-6 {
  margin-left: calc(50% + 1.8vw);
}

.col-offset-7 {
  margin-left: calc(58.333% + 1.8vw);
}

.col-offset-8 {
  margin-left: calc(66.666% + 1.8vw);
}

.col-offset-9 {
  margin-left: calc(75% + 1.8vw);
}

.col-offset-10 {
  margin-left: calc(83.333% + 1.8vw);
}

.col-offset-11 {
  margin-left: calc(91.666% + 1.8vw);
}

@media only screen and (min-width: 350px) {
  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 480px) {
  .col-sm-1 {
    width: calc(8.333% - 3.6vw);
  }
  .col-sm-2 {
    width: calc(16.666% - 3.6vw);
  }
  .col-sm-3 {
    width: calc(25% - 3.6vw);
  }
  .col-sm-4 {
    width: calc(33.333% - 3.6vw);
  }
  .col-sm-5 {
    width: calc(41.666% - 3.6vw);
  }
  .col-sm-6 {
    width: calc(50% - 3.6vw);
  }
  .col-sm-7 {
    width: calc(58.333% - 3.6vw);
  }
  .col-sm-8 {
    width: calc(66.666% - 3.6vw);
  }
  .col-sm-9 {
    width: calc(75% - 3.6vw);
  }
  .col-sm-10 {
    width: calc(83.333% - 3.6vw);
  }
  .col-sm-11 {
    width: calc(91.666% - 3.6vw);
  }
  .col-sm-12 {
    width: calc(100% - 3.6vw);
  }
  .col-sm-offset-0 {
    margin-left: 1.8vw;
  }
  .col-sm-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }
  .col-sm-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }
  .col-sm-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }
  .col-sm-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }
  .col-sm-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }
  .col-sm-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }
  .col-sm-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }
  .col-sm-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }
  .col-sm-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }
  .col-sm-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }
  .col-sm-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .col-md-1 {
    width: calc(8.333% - 3.6vw);
  }
  .col-md-2 {
    width: calc(16.666% - 3.6vw);
  }
  .col-md-3 {
    width: calc(25% - 3.6vw);
  }
  .col-md-4 {
    width: calc(33.333% - 3.6vw);
  }
  .col-md-5 {
    width: calc(41.666% - 3.6vw);
  }
  .col-md-6 {
    width: calc(50% - 3.6vw);
  }
  .col-md-7 {
    width: calc(58.333% - 3.6vw);
  }
  .col-md-8 {
    width: calc(66.666% - 3.6vw);
  }
  .col-md-9 {
    width: calc(75% - 3.6vw);
  }
  .col-md-10 {
    width: calc(83.333% - 3.6vw);
  }
  .col-md-11 {
    width: calc(91.666% - 3.6vw);
  }
  .col-md-12 {
    width: calc(100% - 3.6vw);
  }
  .col-md-offset-0 {
    margin-left: 1.8vw;
  }
  .col-md-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }
  .col-md-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }
  .col-md-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }
  .col-md-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }
  .col-md-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }
  .col-md-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }
  .col-md-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }
  .col-md-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }
  .col-md-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }
  .col-md-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }
  .col-md-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 991px) {
  .col-lg-1 {
    width: calc(8.333% - 3.6vw);
  }
  .col-lg-2 {
    width: calc(16.666% - 3.6vw);
  }
  .col-lg-3 {
    width: calc(25% - 3.6vw);
  }
  .col-lg-4 {
    width: calc(33.333% - 3.6vw);
  }
  .col-lg-5 {
    width: calc(41.666% - 3.6vw);
  }
  .col-lg-6 {
    width: calc(50% - 3.6vw);
  }
  .col-lg-7 {
    width: calc(58.333% - 3.6vw);
  }
  .col-lg-8 {
    width: calc(66.666% - 3.6vw);
  }
  .col-lg-9 {
    width: calc(75% - 3.6vw);
  }
  .col-lg-10 {
    width: calc(83.333% - 3.6vw);
  }
  .col-lg-11 {
    width: calc(91.666% - 3.6vw);
  }
  .col-lg-12 {
    width: calc(100% - 3.6vw);
  }
  .col-lg-offset-0 {
    margin-left: 1.8vw;
  }
  .col-lg-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }
  .col-lg-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }
  .col-lg-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }
  .col-lg-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }
  .col-lg-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }
  .col-lg-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }
  .col-lg-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }
  .col-lg-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }
  .col-lg-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }
  .col-lg-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }
  .col-lg-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 1199px) {
  .columns {
    margin-right: -22px;
    margin-left: -22px;
  }
  .col {
    width: calc(100% - 44px);
    margin-right: 22px;
    margin-left: 22px;
  }
  .col-1 {
    width: calc(8.333% - 44px);
  }
  .col-2 {
    width: calc(16.666% - 44px);
  }
  .col-3 {
    width: calc(25% - 44px);
  }
  .col-4 {
    width: calc(33.333% - 44px);
  }
  .col-5 {
    width: calc(41.666% - 44px);
  }
  .col-6 {
    width: calc(50% - 44px);
  }
  .col-7 {
    width: calc(58.333% - 44px);
  }
  .col-8 {
    width: calc(66.666% - 44px);
  }
  .col-9 {
    width: calc(75% - 44px);
  }
  .col-10 {
    width: calc(83.333% - 44px);
  }
  .col-11 {
    width: calc(91.666% - 44px);
  }
  .col-12 {
    width: calc(100% - 44px);
  }
  .col-offset-0 {
    margin-left: 22px;
  }
  .col-offset-1 {
    margin-left: calc(8.333% + 22px);
  }
  .col-offset-2 {
    margin-left: calc(16.666% + 22px);
  }
  .col-offset-3 {
    margin-left: calc(25% + 22px);
  }
  .col-offset-4 {
    margin-left: calc(33.333% + 22px);
  }
  .col-offset-5 {
    margin-left: calc(41.666% + 22px);
  }
  .col-offset-6 {
    margin-left: calc(50% + 22px);
  }
  .col-offset-7 {
    margin-left: calc(58.333% + 22px);
  }
  .col-offset-8 {
    margin-left: calc(66.666% + 22px);
  }
  .col-offset-9 {
    margin-left: calc(75% + 22px);
  }
  .col-offset-10 {
    margin-left: calc(83.333% + 22px);
  }
  .col-offset-11 {
    margin-left: calc(91.666% + 22px);
  }
  .col-sm-1 {
    width: calc(8.333% - 44px);
  }
  .col-sm-2 {
    width: calc(16.666% - 44px);
  }
  .col-sm-3 {
    width: calc(25% - 44px);
  }
  .col-sm-4 {
    width: calc(33.333% - 44px);
  }
  .col-sm-5 {
    width: calc(41.666% - 44px);
  }
  .col-sm-6 {
    width: calc(50% - 44px);
  }
  .col-sm-7 {
    width: calc(58.333% - 44px);
  }
  .col-sm-8 {
    width: calc(66.666% - 44px);
  }
  .col-sm-9 {
    width: calc(75% - 44px);
  }
  .col-sm-10 {
    width: calc(83.333% - 44px);
  }
  .col-sm-11 {
    width: calc(91.666% - 44px);
  }
  .col-sm-12 {
    width: calc(100% - 44px);
  }
  .col-sm-offset-0 {
    margin-left: 22px;
  }
  .col-sm-offset-1 {
    margin-left: calc(8.333% + 22px);
  }
  .col-sm-offset-2 {
    margin-left: calc(16.666% + 22px);
  }
  .col-sm-offset-3 {
    margin-left: calc(25% + 22px);
  }
  .col-sm-offset-4 {
    margin-left: calc(33.333% + 22px);
  }
  .col-sm-offset-5 {
    margin-left: calc(41.666% + 22px);
  }
  .col-sm-offset-6 {
    margin-left: calc(50% + 22px);
  }
  .col-sm-offset-7 {
    margin-left: calc(58.333% + 22px);
  }
  .col-sm-offset-8 {
    margin-left: calc(66.666% + 22px);
  }
  .col-sm-offset-9 {
    margin-left: calc(75% + 22px);
  }
  .col-sm-offset-10 {
    margin-left: calc(83.333% + 22px);
  }
  .col-sm-offset-11 {
    margin-left: calc(91.666% + 22px);
  }
  .col-md-1 {
    width: calc(8.333% - 44px);
  }
  .col-md-2 {
    width: calc(16.666% - 44px);
  }
  .col-md-3 {
    width: calc(25% - 44px);
  }
  .col-md-4 {
    width: calc(33.333% - 44px);
  }
  .col-md-5 {
    width: calc(41.666% - 44px);
  }
  .col-md-6 {
    width: calc(50% - 44px);
  }
  .col-md-7 {
    width: calc(58.333% - 44px);
  }
  .col-md-8 {
    width: calc(66.666% - 44px);
  }
  .col-md-9 {
    width: calc(75% - 44px);
  }
  .col-md-10 {
    width: calc(83.333% - 44px);
  }
  .col-md-11 {
    width: calc(91.666% - 44px);
  }
  .col-md-12 {
    width: calc(100% - 44px);
  }
  .col-md-offset-0 {
    margin-left: 22px;
  }
  .col-md-offset-1 {
    margin-left: calc(8.333% + 22px);
  }
  .col-md-offset-2 {
    margin-left: calc(16.666% + 22px);
  }
  .col-md-offset-3 {
    margin-left: calc(25% + 22px);
  }
  .col-md-offset-4 {
    margin-left: calc(33.333% + 22px);
  }
  .col-md-offset-5 {
    margin-left: calc(41.666% + 22px);
  }
  .col-md-offset-6 {
    margin-left: calc(50% + 22px);
  }
  .col-md-offset-7 {
    margin-left: calc(58.333% + 22px);
  }
  .col-md-offset-8 {
    margin-left: calc(66.666% + 22px);
  }
  .col-md-offset-9 {
    margin-left: calc(75% + 22px);
  }
  .col-md-offset-10 {
    margin-left: calc(83.333% + 22px);
  }
  .col-md-offset-11 {
    margin-left: calc(91.666% + 22px);
  }
  .col-lg-1 {
    width: calc(8.333% - 44px);
  }
  .col-lg-2 {
    width: calc(16.666% - 44px);
  }
  .col-lg-3 {
    width: calc(25% - 44px);
  }
  .col-lg-4 {
    width: calc(33.333% - 44px);
  }
  .col-lg-5 {
    width: calc(41.666% - 44px);
  }
  .col-lg-6 {
    width: calc(50% - 44px);
  }
  .col-lg-7 {
    width: calc(58.333% - 44px);
  }
  .col-lg-8 {
    width: calc(66.666% - 44px);
  }
  .col-lg-9 {
    width: calc(75% - 44px);
  }
  .col-lg-10 {
    width: calc(83.333% - 44px);
  }
  .col-lg-11 {
    width: calc(91.666% - 44px);
  }
  .col-lg-12 {
    width: calc(100% - 44px);
  }
  .col-lg-offset-0 {
    margin-left: 22px;
  }
  .col-lg-offset-1 {
    margin-left: calc(8.333% + 22px);
  }
  .col-lg-offset-2 {
    margin-left: calc(16.666% + 22px);
  }
  .col-lg-offset-3 {
    margin-left: calc(25% + 22px);
  }
  .col-lg-offset-4 {
    margin-left: calc(33.333% + 22px);
  }
  .col-lg-offset-5 {
    margin-left: calc(41.666% + 22px);
  }
  .col-lg-offset-6 {
    margin-left: calc(50% + 22px);
  }
  .col-lg-offset-7 {
    margin-left: calc(58.333% + 22px);
  }
  .col-lg-offset-8 {
    margin-left: calc(66.666% + 22px);
  }
  .col-lg-offset-9 {
    margin-left: calc(75% + 22px);
  }
  .col-lg-offset-10 {
    margin-left: calc(83.333% + 22px);
  }
  .col-lg-offset-11 {
    margin-left: calc(91.666% + 22px);
  }
  .col-xl-1 {
    width: calc(8.333% - 44px);
  }
  .col-xl-2 {
    width: calc(16.666% - 44px);
  }
  .col-xl-3 {
    width: calc(25% - 44px);
  }
  .col-xl-4 {
    width: calc(33.333% - 44px);
  }
  .col-xl-5 {
    width: calc(41.666% - 44px);
  }
  .col-xl-6 {
    width: calc(50% - 44px);
  }
  .col-xl-7 {
    width: calc(58.333% - 44px);
  }
  .col-xl-8 {
    width: calc(66.666% - 44px);
  }
  .col-xl-9 {
    width: calc(75% - 44px);
  }
  .col-xl-10 {
    width: calc(83.333% - 44px);
  }
  .col-xl-11 {
    width: calc(91.666% - 44px);
  }
  .col-xl-12 {
    width: calc(100% - 44px);
  }
  .col-xl-offset-0 {
    margin-left: 22px;
  }
  .col-xl-offset-1 {
    margin-left: calc(8.333% + 22px);
  }
  .col-xl-offset-2 {
    margin-left: calc(16.666% + 22px);
  }
  .col-xl-offset-3 {
    margin-left: calc(25% + 22px);
  }
  .col-xl-offset-4 {
    margin-left: calc(33.333% + 22px);
  }
  .col-xl-offset-5 {
    margin-left: calc(41.666% + 22px);
  }
  .col-xl-offset-6 {
    margin-left: calc(50% + 22px);
  }
  .col-xl-offset-7 {
    margin-left: calc(58.333% + 22px);
  }
  .col-xl-offset-8 {
    margin-left: calc(66.666% + 22px);
  }
  .col-xl-offset-9 {
    margin-left: calc(75% + 22px);
  }
  .col-xl-offset-10 {
    margin-left: calc(83.333% + 22px);
  }
  .col-xl-offset-11 {
    margin-left: calc(91.666% + 22px);
  }
}
* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  overflow-x: hidden; /* mobile menu */
  background: var(--c-html-bg);
}

html {
  height: 100%;
  color: var(--c-font);
  font-size: 100%;
  font-family: var(--f-pri);
  -webkit-text-decoration-skip: auto;
          text-decoration-skip: auto;
  line-height: 1.7;
}
@media (min-width: 991px) {
  html {
    font-size: 100%;
  }
}

body {
  margin: 0;
  overflow: hidden;
}

.body-overlay {
  position: relative;
  background: var(--c-white);
  transition: transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
}

@media (min-width: 768px) {
  .site-columns {
    min-height: 45vh;
  }
}

a {
  cursor: pointer;
}

p {
  margin: 0 0 1em;
}

h1, h2, h3, h4 {
  margin: 0.5em 0;
  color: var(--c-blue-xdk);
  font-weight: 900;
  font-family: var(--f-sec);
  line-height: 1.36;
}

h1 {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 991px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 1.15em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1.2em;
  font-weight: 400;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 1em;
}

.style-h1 {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .style-h1 {
    font-size: 2rem;
  }
}
@media (min-width: 991px) {
  .style-h1 {
    font-size: 2.25rem;
  }
}

.style-h2 {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .style-h2 {
    font-size: 1.25rem;
  }
}

.style-h3 {
  font-size: 1.15em;
}
@media (min-width: 768px) {
  .style-h3 {
    font-size: 1.25rem;
  }
}

ul, ol {
  margin: 1.25em 0 0.625em;
}

hr {
  height: 1px;
  margin: 2rem 0;
  border: none;
  background: color-mix(in srgb, var(--c-font) 30%, transparent);
}
@media (min-width: 768px) {
  hr {
    margin: 3rem 0;
  }
}

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

figure {
  max-width: 100%;
}

a:focus,
a img,
input:focus,
textarea:focus,
button:focus {
  outline: 0 none; /*Chrome Outline Fix*/
}

input:not([type=radio]):not([type=checkbox]),
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  width: 100%;
  outline: none;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 0.4em 0.5em;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button {
  font-size: 1em;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

::-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-moz-placeholder-shown {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:placeholder-shown {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

.section-header {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}
@media (min-width: 991px) {
  .section-header {
    margin-bottom: 3rem;
  }
}
.section-header .section-header__heading {
  margin: 0;
  color: var(--c-blue);
}

.table__wrap {
  width: 100%;
  overflow-x: scroll;
  margin: 1rem 0 2rem;
}
.table__wrap table {
  width: auto !important;
  min-width: 100%;
  height: auto !important;
  border-collapse: collapse;
  font-size: 0.8rem;
  line-height: 1.4;
}
.table__wrap thead,
.table__wrap tfoot {
  background: var(--c-pri);
  color: var(--c-white);
}
.table__wrap thead {
  font-weight: 700;
  text-transform: uppercase;
}
.table__wrap tfoot td,
.table__wrap tfoot th {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.table__wrap td,
.table__wrap th {
  border: 1px solid #ccc;
  padding: 1.1em 1.2em;
  text-align: left;
}
.table__wrap th {
  min-width: 150px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .table__wrap th {
    min-width: 200px;
    max-width: 500px;
  }
}
.table__wrap td {
  min-width: 175px;
}
.table__wrap tbody tr:nth-child(even) {
  background: #f0efef;
}
.table__wrap tbody td,
.table__wrap tbody th {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

body .lg-backdrop {
  background-color: color-mix(in srgb, var(--c-black) 95%, transparent);
}

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

.hidden-text {
  position: absolute;
  left: -99999px;
}

.objectfit--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.objectfit--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.objectfit-shiv--contain {
  background-size: contain;
  background-position: center;
}
.objectfit-shiv--cover {
  background-size: cover;
  background-position: center;
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* a, a:visited { text-decoration: underline; } */
  .content a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .site-header .header-logo a:after {
    content: "";
  }
  .hidden-print {
    display: none !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
.bg--white {
  background-color: var(--c-white);
}

.bg--gradient-blue-lt {
  background-image: var(--g-blue-lt);
}

.bg--gradient-green-lt {
  background-image: var(--g-green-lt);
}

/* ======================================================================
Components
====================================================================== */
.content > *:first-child {
  margin-top: 0;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content .redactor-align-center {
  text-align: center;
}
.content .fluid-width-video-wrapper-parent {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 1.5em;
}
.content h1 {
  margin: 1em 0;
}
.content h2 {
  color: var(--c-blue);
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 991px) {
  .content h2 {
    font-size: 1.75rem;
  }
}
.content h3 {
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .content h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 991px) {
  .content h3 {
    font-size: 1.5rem;
  }
}
.content h4 {
  font-size: 1.15em;
}
@media (min-width: 768px) {
  .content h4 {
    font-size: 1.25rem;
  }
}
.content .text-big {
  font-size: 1.15em;
}
@media (min-width: 768px) {
  .content .text-big {
    font-size: 1.25em;
  }
}
.content .text-huge {
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .content .text-huge {
    font-size: 1.5em;
  }
}
.content ul, .content ol {
  margin: 0 0 1em;
  padding-left: 1.5em;
}
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.content li {
  margin-bottom: 0.5em;
}
.content figure {
  margin: 2rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .content figure.redactor-align-right, .content figure.image-style-align-right {
    float: right;
    margin-top: 0.5rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .content figure.redactor-align-left, .content figure.image-style-align-left {
    float: left;
    margin-top: 0.5rem;
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
}
.content figure.redactor-align-center {
  margin-right: auto;
  margin-left: auto;
}
.content figure.image-style-block-align-right {
  text-align: right;
}
.content figure.image-style-block-align-left {
  text-align: left;
}
.content figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 0.875rem;
}
.content blockquote {
  position: relative;
  margin: 2rem 0;
  border-radius: 15px;
  padding: 1.5em;
  background: color-mix(in srgb, var(--c-blue-lt) 10%, transparent);
  color: var(--c-blue);
  font-size: 0.875rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .content blockquote {
    margin: 3rem 0;
    padding: 2.25em;
  }
}
.content blockquote::before {
  content: "”";
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 17rem;
  font-family: var(--f-sec);
  line-height: 1;
  opacity: 0.08;
  transform: translateX(-50%);
}
.content blockquote em, .content blockquote i {
  display: block;
  margin-top: 1em;
  color: var(--c-font);
  text-align: right;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1199px) {
  .page-type-blog .rich-text .content h1:first-child {
    font-size: 2.7rem;
  }
}

.content--blue {
  color: var(--c-blue);
}
.content--blue h1, .content--blue h2, .content--blue h3, .content--blue h4 {
  color: var(--c-blue);
}

.content-box {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  padding: 2rem;
}
@media (min-width: 991px) {
  .content-box {
    padding: 3rem 2.5rem;
  }
}

.content-box--blue-lt {
  background-image: linear-gradient(104.74deg, #FFFFFF -15.9%, #C5EEFF 50.26%, #F4F3FF 103.93%);
}

.content-box--green {
  background-image: linear-gradient(104.74deg, rgba(255, 255, 255, 0.9) -5.91%, rgba(162, 240, 223, 0.369) 14.68%, rgba(0, 214, 168, 0.351) 50.26%, rgba(213, 255, 246, 0.441) 103.93%);
}

a {
  color: var(--c-blue-lt);
  text-decoration: none;
  transition: color 0.3s;
}
a:hover, a:focus {
  color: var(--c-green);
  text-decoration: none;
}

a.link-passive,
a.link-passive:visited,
a.link-passive:hover,
a.link-passive:focus,
a.link-passive:active {
  color: inherit;
  text-decoration: inherit;
}

.btn {
  display: inline-block;
  padding: 0.8em 1.4em 0.7em;
  border: none;
  border-radius: 15px;
  background: var(--c-blue-lt);
  color: var(--c-white);
  font-size: 1.1rem;
  font-family: var(--f-sec);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.3s;
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.25rem;
  }
}
.btn:hover, .btn:focus {
  background: color-mix(in srgb, var(--c-blue-lt) 90%, #fff);
  color: var(--c-white);
}

.btn--sm {
  padding-top: 0.9em;
  padding-bottom: 0.8em;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .btn--sm {
    font-size: 0.875rem;
  }
}

.btn--pill--sm {
  border-radius: 2000px;
  padding: 0.55em 1.1em 0.55em;
  font-size: 0.875rem;
}

.btn--blue {
  background: var(--c-blue);
}
.btn--blue:hover, .btn--blue:focus {
  background: color-mix(in srgb, var(--c-blue) 90%, #fff);
}

.btn--green {
  background: var(--c-green);
}
.btn--green:hover, .btn--green:focus {
  background: #00efbc;
}

.btn--purple {
  background: var(--c-purple);
}
.btn--purple:hover, .btn--purple:focus {
  background: color-mix(in srgb, var(--c-purple) 90%, #fff);
}

.btn--red {
  background: var(--c-red);
}
.btn--red:hover, .btn--red:focus {
  background: color-mix(in srgb, var(--c-red) 90%, #fff);
}

.btn--blue-alt {
  background: color-mix(in srgb, var(--c-blue) 10%, transparent);
  color: var(--c-blue);
}
.btn--blue-alt:hover, .btn--blue-alt:focus {
  background: color-mix(in srgb, var(--c-blue) 20%, transparent);
  color: var(--c-blue);
}

.btn--blue-lt-alt {
  background: color-mix(in srgb, var(--c-blue-lt) 10%, transparent);
  color: var(--c-blue-lt);
}
.btn--blue-lt-alt:hover, .btn--blue-lt-alt:focus {
  background: color-mix(in srgb, var(--c-blue-lt) 20%, transparent);
  color: var(--c-blue-lt);
}

.btn--green-alt {
  background: color-mix(in srgb, var(--c-green) 15%, transparent);
  color: var(--c-green);
}
.btn--green-alt:hover, .btn--green-alt:focus {
  background: color-mix(in srgb, var(--c-green) 23%, transparent);
  color: var(--c-green);
}

.btn--purple-alt {
  background: color-mix(in srgb, var(--c-purple) 10%, transparent);
  color: var(--c-purple);
}
.btn--purple-alt:hover, .btn--purple-alt:focus {
  background: rgba(var(--c-purple), 0.2);
  background: color-mix(in srgb, var(--c-purple) 20%, transparent);
  color: var(--c-purple);
}

.searchform {
  max-width: 300px;
}

.searchform__group {
  position: relative;
  border: 1px solid #d7d7d7;
}

input.searchform__field {
  display: block;
  border: none;
  padding-right: 3em;
}

.searchform__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-left: 1px solid #d7d7d7;
  border-radius: 0;
  background: transparent;
  color: #ccc;
}

.container--searchform-blog {
  margin-top: -29px;
}

.searchform-blog {
  max-width: 100%;
}
.searchform-blog .searchform__group {
  border: 2px solid var(--c-green);
  border-radius: 15px;
  background: var(--c-white);
  overflow: hidden;
}
.searchform-blog input.searchform__field {
  padding: 1em 3.5em 1em 1.3em;
  background: transparent;
}
.searchform-blog .searchform__btn {
  border-left: none;
  padding-right: 1.2em;
  color: var(--c-blue-lt);
  font-size: 1.2em;
}

.comparison-table__wrap--box-shadow, .footer-primary {
  border-radius: 15px;
}

.comparison-table__wrap--box-shadow, .footer-primary {
  box-shadow: 0 18px 50px color-mix(in srgb, #D7E4F9 50%, transparent);
}

.nav-legal__list, .social__list {
  list-style: none;
  padding-right: 0;
  padding-left: 0;
}
.nav-legal__list li, .social__list li {
  display: inline-block;
}

.footer-blog__img, .footer-cta__item--has-img, .title-banner, .nav-main--sm {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.two-col-tabs__img-col::before, .section--cards-icon-small::after, .section--two-col-tabs::before, .section--home-richtext-4::before, .section--home-richtext-4::after, .home-hero__phone::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.social__list {
  margin: 1rem 0;
}
@media (min-width: 1170px) {
  .social__list {
    margin: 0;
  }
}

.social__item {
  margin-right: 0.25em;
}

.social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: color-mix(in srgb, var(--c-blue-lt) 10%, transparent);
  transition: color 0.3s, background 0.3s;
}
.social__link:hover, .social__link:focus {
  background: color-mix(in srgb, var(--c-green) 10%, transparent);
}

.social-share .social-share__label,
.social-share .social__list {
  display: inline-block;
  margin: 0;
}
.social-share .social-share__label {
  margin-right: 0.2em;
  font-size: 0.875rem;
}
.social-share a {
  cursor: pointer;
}

.site-header {
  position: relative;
  z-index: 100;
}
@media (min-width: 1170px) {
  .site-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.container--site-header-main {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.header-logo {
  padding: 1rem 0;
}
@media (min-width: 1170px) {
  .header-logo {
    padding: 0;
  }
}
.header-logo a {
  display: block;
}
.header-logo img {
  position: relative;
  top: 4px;
  max-width: 161px;
  height: auto;
}

.nav-sm-logo img {
  position: relative;
  top: 4px;
  max-width: 161px;
  height: auto;
}

.header-btn-nav--sm {
  text-align: center;
}
.header-btn-nav--sm a:first-child {
  margin-bottom: 1rem;
}

.header-btn-nav--lg {
  display: none;
}
@media (min-width: 1170px) {
  .header-btn-nav--lg {
    display: block;
    text-align: right;
  }
}
@media (min-width: 1170px) {
  .header-btn-nav--lg a:nth-child(2) {
    margin-left: 0.5em;
  }
}

.header-search {
  position: relative;
  margin: 1rem 0;
  width: 100%;
}
@media (min-width: 1170px) {
  .header-search {
    position: absolute;
    top: 0;
    right: 35px;
    margin: 0;
    width: 15rem;
  }
}

.header-search__group {
  position: relative;
  border: 1px solid #d7d7d7;
}

input.header-search__field {
  border: none;
  padding-right: 3rem;
  background: #fff;
}

.header-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  border-left: 1px solid #d7d7d7;
  border-radius: 0;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  background: #fff;
  color: #ccc;
}

.social--header {
  position: static;
}
@media (min-width: 1170px) {
  .social--header {
    position: absolute;
    top: 4rem;
    right: 35px;
    display: inline-block;
  }
}

.nav-main__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.nav-main__item {
  position: relative;
  font-size: 1rem;
}

.nav-main__item a {
  color: var(--c-font);
  cursor: pointer;
}

.nav-main__item > a {
  position: relative;
  padding: 0.5rem 1rem;
}
.nav-main__item > a:hover {
  color: var(--c-blue-lt);
}
.nav-main__item > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1.5em;
  height: 3px;
  border-radius: 2000px;
  background: var(--c-green);
  transform: translateX(-50%);
  opacity: 0;
}

.nav-main__item.current-item > a {
  color: var(--c-blue-xdk);
}
.nav-main__item.current-item > a::before {
  opacity: 1;
}

.nav-main__item--active > a {
  color: var(--c-blue-lt);
}

.nav-main__item--parent > a::after {
  content: "\f107";
  margin-left: 0.5em;
  color: var(--c-blue-lt);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.nav-main__item--parent > a:hover::after,
.nav-main__item--parent.nav-main__item--active > a::after {
  opacity: 1;
}

.nav-main__item--parent--mega {
  position: static;
}

.nav-main__item__submenu {
  display: none;
  width: auto;
  height: auto;
  background: none;
  box-shadow: 0 0 0 0 transparent;
  opacity: 1;
}
@media (min-width: 1170px) {
  .nav-main__item__submenu {
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    display: block;
    min-width: 15rem;
    height: 0;
    border-radius: 15px;
    background: var(--c-blue-lt);
    overflow: hidden;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.5s;
  }
}

.nav-main__item--active .nav-main__item__submenu {
  height: auto;
  opacity: 1;
}

.nav-main__item__submenu--right {
  left: auto;
  right: 0;
}

.nav-main__item__submenu ul {
  list-style: none;
  margin: 0;
  padding: 0.5em;
}
.nav-main__item__submenu ul ul {
  padding: 0;
}
.nav-main__item__submenu ul ul a {
  font-size: 0.8em;
}

.nav-main__item__submenu li {
  display: inline;
}

.nav-main__item__submenu a {
  display: block;
  font-size: 0.9em;
  text-decoration: none;
}

.nav-main--sm {
  position: fixed;
  top: -1vh;
  left: -1vw;
  z-index: -99;
  display: none;
  background-color: var(--c-white);
  background-image: url("../../images/nav-sm-bg.jpg");
  overflow: hidden;
}
@media (min-width: 1170px) {
  .nav-main--sm {
    display: none;
  }
}
.nav-main--sm .nav-main--sm__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 102vw;
  height: 102vh;
  padding-top: 1.55rem;
  padding-bottom: 10rem;
  padding-right: calc(10px + 1vw);
  padding-left: calc(10px + 1vw);
}
@media (min-width: 350px) {
  .nav-main--sm .nav-main--sm__inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 768px) {
  .nav-main--sm .nav-main--sm__inner {
    padding-left: calc(35px + 1vw);
    padding-right: calc(35px + 1vw);
  }
}
.nav-main--sm .nav-main__list {
  text-align: center;
}
.nav-main--sm .nav-main__item {
  display: block;
  margin: 1.5em 0;
}
.nav-main--sm .nav-main__item__submenu a {
  padding: 0.7rem 0.7em 0.7em 1em;
}

.nav-main--active .nav-main--sm {
  z-index: 99999;
}

.nav-main--lg {
  display: none;
}
@media (min-width: 1170px) {
  .nav-main--lg {
    position: static;
    display: block;
    padding: 0;
    width: auto;
    background: transparent;
    overflow-x: visible;
  }
}
@media (min-width: 1170px) {
  .nav-main--lg .nav-main__item {
    margin-left: 0.7rem;
    display: inline-block;
  }
  .nav-main--lg .nav-main__item:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1170px) {
  .nav-main--lg .nav-main__item > a {
    display: inline-block;
  }
}
@media (min-width: 1170px) {
  .nav-main--lg .nav-main__item__submenu a {
    padding: 0.75rem;
    color: var(--c-white);
  }
  .nav-main--lg .nav-main__item__submenu a:hover {
    color: color-mix(in srgb, var(--c-white) 70%, transparent);
  }
}

.nav-main .nav-main__item__megamenu {
  width: 700px;
}
.nav-main .nav-main__item__megamenu a {
  padding: 0.2em;
}
.nav-main .megamenu__columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 1.5rem 1.5rem 1rem;
}
.nav-main .megamenu__columns ul {
  padding-top: 0;
  padding-bottom: 0;
}
.nav-main .megamenu__columns ul ul {
  padding-left: 0.5em;
}
.nav-main .megamenu__columns > ul {
  width: 48%;
}
.nav-main .megamenu__columns > ul > li:first-child {
  margin-top: 0;
}
.nav-main .megamenu__columns > ul > li > a {
  font-weight: 700;
}
.nav-main .megamenu__columns li {
  display: block;
  margin-top: 0.7em;
}
.nav-main .megamenu__bottom {
  padding: 0.5rem 1.5rem 1.5rem;
}
.nav-main .megamenu__bottom > ul {
  border-top: 1px solid color-mix(in srgb, var(--c-white) 50%, transparent);
  padding: 1rem 0 0;
}

.toggle-nav-main--sm {
  position: absolute;
  top: 1rem;
  right: 10px;
  display: inline-block;
  padding: 0.2em;
  color: var(--c-green);
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
  transform: rotate(45deg);
  transition: color 0.5s;
}
@media (min-width: 350px) {
  .toggle-nav-main--sm {
    right: 4vw;
  }
}
@media (min-width: 768px) {
  .toggle-nav-main--sm {
    right: 35px;
  }
}
.toggle-nav-main--sm:hover {
  color: color-mix(in srgb, var(--c-green) 90%, #fff);
}

.toggle-nav-main--lg {
  position: relative;
  z-index: 9999;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 1170px) {
  .toggle-nav-main--lg {
    display: none;
  }
}
.toggle-nav-main--lg .toggle-nav-main__wrap {
  position: relative;
  width: 30px;
  height: 20px;
  transition: transform 0.5s ease-out;
}
.toggle-nav-main--lg .toggle-nav-main__bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 1000px;
  background: var(--c-green);
  transition: all 0.5s ease-out;
}
.toggle-nav-main--lg .toggle-nav-main__bar:nth-child(1) {
  top: 0;
}
.toggle-nav-main--lg .toggle-nav-main__bar:nth-child(2) {
  top: 50%;
  margin-top: -2px;
  opacity: 1;
}
.toggle-nav-main--lg .toggle-nav-main__bar:nth-child(3) {
  bottom: 1px;
}
.toggle-nav-main--lg:hover .toggle-nav-main__bar {
  background: color-mix(in srgb, var(--c-green) 90%, #fff);
}

.home-hero {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.home-hero::before {
  content: "";
  position: absolute;
  top: -150px;
  right: 0;
  display: block;
  width: 601.3px;
  height: 575.4px;
  background-image: url("../../images/iphone-bg-gradient.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (min-width: 768px) {
  .home-hero::before {
    top: -90px;
    width: 687.2px;
    height: 657.6px;
  }
}
@media (min-width: 768px) {
  .home-hero::after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: -10px;
    display: block;
    width: 951px;
    height: 179px;
    background-image: url("../../images/home-hero-lines.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
  }
}
@media (min-width: 991px) {
  .home-hero::after {
    bottom: -10px;
  }
}

.container--home-hero {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 991px) {
  .container--home-hero {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 3.5rem;
  }
}
@media (min-width: 1199px) {
  .container--home-hero {
    align-items: unset;
  }
}

.home-hero__content {
  max-width: 660px;
}

.home-hero__subhead {
  max-width: 520px;
  margin: 1em 0 0 0;
  color: var(--c-font);
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--f-pri);
  line-height: 1.7;
}
@media (min-width: 768px) {
  .home-hero__subhead {
    font-size: 1.1rem;
  }
}
@media (min-width: 991px) {
  .home-hero__subhead {
    font-size: 1.25rem;
  }
}

.home-hero__buttons {
  margin-top: 3rem;
  margin-bottom: -1rem;
}
@media (min-width: 991px) {
  .home-hero__buttons {
    margin-top: 2.5rem;
  }
}
.home-hero__buttons .btn {
  margin-bottom: 1rem;
}
.home-hero__buttons .btn:nth-child(1) {
  margin-right: 0.8em;
}

.home-hero__img-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 991px) {
  .home-hero__img-wrap {
    padding-top: 6.5rem;
  }
}
.home-hero__img-wrap img {
  border-radius: 10px;
  box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.3);
}
@media (min-width: 1199px) {
  .home-hero__img-wrap img {
    width: calc(100% + 100px);
    max-width: unset;
    margin-left: -100px;
  }
}

.home-hero__phone {
  display: none;
}
@media (min-width: 768px) {
  .home-hero__phone {
    position: relative;
    display: block;
    margin: 3rem auto 0;
  }
}
@media (min-width: 991px) {
  .home-hero__phone {
    margin: 0;
  }
}
@media (min-width: 1300px) {
  .home-hero__phone {
    margin-right: 5%;
  }
}
@media (min-width: 991px) {
  .home-hero__phone::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    width: 746px;
    height: 708px;
    background-image: url("../../images/iphone-bg-line-dots.png");
    transform: translate(-50%, -50%);
  }
}

.home-hero__phone__inner {
  position: relative;
  width: 265.6px;
  height: 489.6px;
  border-radius: 20px;
  overflow: hidden;
  background: #ddd;
}
@media (min-width: 768px) {
  .home-hero__phone__inner {
    width: 332px;
    height: 612px;
  }
}

.home-hero__phone__mock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 8px solid #000;
  border-radius: 20px;
}
.home-hero__phone__mock::before, .home-hero__phone__mock::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.home-hero__phone__mock::before {
  top: 0;
  width: 60%;
  height: 17px;
  box-sizing: border-box;
  background: #ccc;
  border-top: 2px solid #000;
  border-bottom: 14px solid #000;
  border-left: 30px solid #000;
  border-right: 30px solid #000;
  border-radius: 0px 0px 10px 10px;
}
.home-hero__phone__mock::after {
  bottom: 8px;
  width: 30%;
  height: 4px;
  border-radius: 2px;
  background: #777;
}

.phone-mock__loading-label {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.phone-mock__spinner span {
  display: inline-block;
  margin: 0 0.2em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-font);
  animation-name: ellipsisPulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.phone-mock__spinner span:nth-child(2) {
  animation-delay: 0.33s;
}
.phone-mock__spinner span:nth-child(3) {
  animation-delay: 0.66s;
}

@keyframes ellipsisPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
}
#home-phone-iframe {
  position: relative;
  z-index: -1;
  border: none;
  background: transparent;
}

.hero-popup {
  position: fixed;
  z-index: -9;
  top: -9999px;
  left: -9999px;
  width: 750px;
  max-width: 95%;
  height: 0;
  padding: 1rem;
  background: var(--c-white);
  border-radius: 15px;
  box-shadow: 0 0 400px rgba(20, 20, 20, 0.95);
  opacity: 0.01;
}
@media (min-width: 768px) {
  .hero-popup {
    padding: 2rem;
  }
}

.hero-popup__close {
  position: absolute;
  top: 0;
  right: 0.5rem;
  padding: 0.5rem;
  color: var(--c-blue);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.hero-popup.active {
  top: 50%;
  left: 50%;
  z-index: 9999;
  height: auto;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
}

.home-hero__heading,
.home-hero__heading-2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  font-family: var(--f-sec);
  line-height: 1.36;
}
@media (min-width: 768px) {
  .home-hero__heading,
  .home-hero__heading-2 {
    font-size: 3rem;
  }
}
@media (min-width: 991px) {
  .home-hero__heading,
  .home-hero__heading-2 {
    font-size: 3.5rem;
  }
}

.home-hero--fade-slide .home-hero__heading {
  min-height: 2.6em;
  color: var(--c-blue-lt);
}
@media (min-width: 768px) {
  .home-hero--fade-slide .home-hero__heading {
    min-height: 1.5em;
  }
}
.home-hero--fade-slide .home-hero__animate-text-inner {
  position: relative;
}
.home-hero--fade-slide .home-hero__animate-text-inner span {
  position: absolute;
  opacity: 0;
  transform: translateX(-105%);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .home-hero--fade-slide .home-hero__animate-text-inner span {
    white-space: nowrap;
  }
}
.home-hero--fade-slide .home-hero__animate-text-inner span.in {
  opacity: 1;
  transform: translateX(0);
}
.home-hero--fade-slide .home-hero__animate-text-inner span.out {
  opacity: 0;
  transform: translateX(110%);
}
@media (min-width: 1199px) {
  .home-hero--fade-slide .home-hero__content {
    padding-bottom: 30px;
  }
}

.title-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}
@media (min-width: 768px) {
  .title-banner {
    min-height: 300px;
  }
}
.title-banner .container {
  position: relative;
  z-index: 2;
}

.title-banner__heading {
  margin: 0;
  color: var(--c-blue);
  font-size: 2rem;
}
@media (min-width: 768px) {
  .title-banner__heading {
    font-size: 2.75rem;
  }
}
@media (min-width: 991px) {
  .title-banner__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1199px) {
  .title-banner__heading {
    font-size: 3.5rem;
  }
}
.title-banner__heading span::before {
  content: ", ";
}
.title-banner__heading span:first-child::before {
  content: "";
}

.title-banner__overlay {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  display: block;
}
.title-banner__overlay::before, .title-banner__overlay::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 88px;
  background-image: url("../../images/blue-dots-vert.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .title-banner__overlay::before, .title-banner__overlay::after {
    width: 58px;
    height: 113px;
  }
}
.title-banner__overlay::before {
  top: 1rem;
  left: 1rem;
}
@media (min-width: 768px) {
  .title-banner__overlay::before {
    top: 3rem;
    left: 2rem;
  }
}
@media (min-width: 1500px) {
  .title-banner__overlay::before {
    left: calc((100% - 1270px) / 2 - 40px);
  }
}
.title-banner__overlay::after {
  bottom: 2rem;
  right: 1rem;
}
@media (min-width: 768px) {
  .title-banner__overlay::after {
    bottom: 4rem;
    right: 2rem;
  }
}
@media (min-width: 1500px) {
  .title-banner__overlay::after {
    right: calc((100% - 1270px) / 2 - 40px);
  }
}

.title-banner--color-blue .title-banner__overlay {
  background: linear-gradient(104.74deg, rgba(255, 255, 255, 0.85) -15.9%, rgba(197, 238, 255, 0.85) 50.26%, rgba(244, 243, 255, 0.85) 103.93%);
}

.title-banner--color-green .title-banner__overlay {
  background: linear-gradient(104.74deg, rgba(255, 255, 255, 0.9) -6%, rgba(200, 240, 232, 0.8) 14%, rgba(159, 234, 217, 0.8) 50%, rgba(213, 255, 246, 0.8) 104%);
}

.title-banner--color-none .title-banner__heading mark {
  background-color: var(--c-blue);
  color: var(--c-white);
  box-shadow: 10px 0 0 var(--c-blue), -10px 0 0 var(--c-blue);
}
.title-banner--color-none .title-banner__overlay::before, .title-banner--color-none .title-banner__overlay::after {
  display: none;
}

.title-banner--text-align-center .title-banner__heading {
  text-align: center;
}

.title-banner--text-align-right .title-banner__heading {
  text-align: right;
}

.site-headline {
  margin-bottom: 3rem;
}

.headline-title {
  margin: 0;
}

@media (min-width: 768px) {
  .featured-entries__wrap {
    display: flex;
    flex-direction: row;
  }
}

.featured-entry {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
  margin-top: 1rem;
  border-radius: 15px;
  padding: 1rem;
  overflow: hidden;
  background-color: #d4d8db;
}
@media (min-width: 768px) {
  .featured-entry {
    margin-top: 0;
    padding: 1.5rem;
  }
}
@media (min-width: 1199px) {
  .featured-entry {
    padding: 2rem 2.5rem 3rem;
  }
}

.featured-entry__thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: scale(1);
  transition: transform 0.5s;
}
.featured-entry__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(10, 38, 66, 0) 18.62%, rgba(10, 38, 66, 0.9) 72.27%);
}

.featured-entry__content {
  position: relative;
  z-index: 2;
}

.featured-entry__meta {
  color: var(--c-grey);
}

.featured-entry__title {
  margin: 0;
  color: var(--c-green);
  text-transform: uppercase;
  transition: color 0.3s;
}

.featured-entry:hover .featured-entry__thumb,
.featured-entry:focus .featured-entry__thumb {
  transform: scale(1.05);
}
.featured-entry:hover .featured-entry__title,
.featured-entry:focus .featured-entry__title {
  color: var(--c-blue-lt);
}

.featured-entries--first .featured-entry {
  margin-top: 0;
}
@media (min-width: 768px) {
  .featured-entries--first .featured-entry {
    height: 570px;
  }
}

@media (min-width: 768px) {
  .featured-entries {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .featured-entries .featured-entry {
    height: 46%;
  }
}

.blog-category-list {
  margin: -0.5rem 0 3rem;
}
.blog-category-list a {
  margin-top: 0.75rem;
}

.blog-type-list {
  margin: -0.5rem 0 3rem;
}
.blog-type-list a {
  margin: 0.75rem 0.4rem 0 0;
}

.pagination {
  margin-top: 2.5rem;
  text-align: right;
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 4rem;
  }
}

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

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
  padding: 0;
}
@media (min-width: 768px) {
  .pagination li {
    margin: 0 0.2rem;
  }
}

.pagination li:first-child {
  margin-left: 0;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination__item a,
.pagination__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid var(--c-blue-lt);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .pagination__item a,
  .pagination__item span {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}

.pagination__item a {
  transition: background 0.3s, color 0.3s;
}
.pagination__item a:hover, .pagination__item a:focus {
  background: var(--c-blue-lt);
  color: var(--c-white);
}

.pagination__item--current span {
  background: var(--c-blue-lt);
  color: var(--c-white);
}

@media (min-width: 768px) {
  .pagination__prev i,
  .pagination__next i {
    font-size: 1.5em;
  }
}

.nav-prevnext {
  margin: 0.5em 0;
  overflow: hidden;
}

.nav-prevnext ul {
  padding: 0;
  list-style: none;
}

.nav-prevnext li {
  float: left;
  width: 40%;
}

.nav-prevnext li.nav-item-next {
  float: right;
  text-align: right;
}

.nav-prevnext li.nav-item-prev a:before {
  content: "« ";
}

.nav-prevnext li.nav-item-next a:after {
  content: " »";
}

.sidebar {
  margin-bottom: 1.25em;
}
.sidebar ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-item__heading {
  margin: 0;
}

.footer-cta__item {
  background-color: grey;
}

.footer-cta__item--has-img {
  position: relative;
}
.footer-cta__item--has-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.8);
}
.footer-cta__item--has-img .footer-cta__inner {
  position: relative;
}

.footer-cta__inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: var(--c-white);
  text-align: center;
}
@media (min-width: 768px) {
  .footer-cta__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1199px) {
  .footer-cta__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.footer-cta__heading {
  margin: 0;
}

.footer-cta__desc {
  margin-top: 0.5rem;
}

.footer-cta__btn-group {
  margin-top: 1.5rem;
}
.footer-cta--count-1 .footer-cta__inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .footer-cta--count-2 {
    display: flex;
    flex-direction: row;
  }
}
.footer-cta--count-2 .footer-cta__item {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .footer-cta--count-2 .footer-cta__item {
    width: 50%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1350px) {
  .footer-cta--count-2 .footer-cta__item--0 {
    padding-left: calc((100vw - 1270px) / 2);
  }
}
.footer-cta--count-2 .footer-cta__item--1 {
  background-color: rgb(102.5, 102.5, 102.5);
}
@media (min-width: 1350px) {
  .footer-cta--count-2 .footer-cta__item--1 {
    padding-right: calc((100vw - 1270px) / 2);
  }
}
.footer-cta--count-2 .footer-cta__item--1.footer-cta__item--has-img::before {
  background: rgba(102.5, 102.5, 102.5, 0.8);
}

.site-footer {
  margin-top: 3em;
  padding: 2rem 0;
  background-image: url("../../images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .site-footer {
    background-image: url("../../images/footer-bg@2x.png");
  }
}

.footer-primary {
  position: relative;
  min-height: 289px;
  padding: 2rem 35px;
  background: var(--c-white);
}
@media (min-width: 1300px) {
  .footer-primary {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.footer-logo {
  margin-bottom: 1rem;
}
.footer-logo img {
  width: 113px;
}
@media (min-width: 1199px) {
  .footer-logo {
    position: absolute;
    top: 2rem;
    left: 50px;
  }
}

.footer-pri__columns {
  margin-top: -2rem;
}
@media (min-width: 480px) {
  .footer-pri__columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: 1.25rem;
  }
}
@media (min-width: 991px) {
  .footer-pri__columns {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 1199px) {
  .footer-pri__columns {
    margin-left: calc(180px - 1.25rem);
  }
}

.footer-pri__col {
  margin-top: 2rem;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
@media (min-width: 480px) {
  .footer-pri__col {
    width: calc(50% - 2.7rem);
  }
}
@media (min-width: 768px) {
  .footer-pri__col {
    width: calc(33.3% - 2.7rem);
  }
}
@media (min-width: 991px) {
  .footer-pri__col {
    width: auto;
  }
}
.footer-pri__col .link-email {
  color: var(--c-font);
  font-size: 0.875rem;
}
.footer-pri__col .link-email:hover, .footer-pri__col .link-email:focus {
  color: var(--c-green);
}

.col-heading {
  margin-bottom: 1rem;
  color: var(--c-blue-xdk);
  font-size: 0.875rem;
  font-weight: 900;
  font-family: var(--f-sec);
  text-transform: uppercase;
}

.nav-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.nav-footer__list li {
  margin-top: 0.5em;
}
.nav-footer__list li:first-child {
  margin-top: 0;
}
.nav-footer__list a {
  color: var(--c-font);
}
.nav-footer__list a:hover, .nav-footer__list a:focus {
  color: var(--c-green);
}

@media (min-width: 991px) {
  .footer-pri__col--blog {
    max-width: 180px;
  }
}

.footer-blog__img {
  display: block;
  width: 100px;
  height: 56px;
  border-radius: 8px;
}

.footer-blog__title {
  display: block;
  margin: 0.7em 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.social-links--footer {
  margin-top: 1rem;
}

.footer-bottom {
  margin-top: 2rem;
}

.container--footer-bottom {
  text-align: center;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .container--footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .nav-legal {
    margin-left: 4rem;
  }
}

.nav-legal__list {
  margin: 0;
}
.nav-legal__list li:nth-child(n+2)::before {
  content: "/";
  margin-right: 0.5em;
  margin-left: 0.4em;
}

.nn-select-wrap select {
  display: inline-block;
  width: 250px;
  height: 40px;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 50px 0 1.25em;
  color: var(--c-blue);
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media (min-width: 991px) {
  .nn-select-wrap select {
    width: 300px;
    height: 50px;
    padding-right: 60px;
  }
}

.nn-select-wrap select::-ms-expand {
  display: none;
}

.nn-select-wrap select:hover,
.nn-select-wrap select:focus {
  outline: none;
}

.nn-select-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid var(--c-blue-lt);
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}

.nn-select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  background: color-mix(in srgb, var(--c-blue-lt) 10%, transparent);
  color: var(--c-blue-lt);
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  font-family: serif;
  line-height: 40px;
  transition: background 0.3s;
}
@media (min-width: 991px) {
  .nn-select-wrap::after {
    width: 50px;
    line-height: 50px;
  }
}

.nn-select-wrap:hover::after {
  background: color-mix(in srgb, var(--c-blue-lt) 20%, transparent);
}

select.nn-select--wrapped {
  position: relative;
  z-index: 5;
  background-color: transparent;
}

.io-fade-in {
  opacity: 0.01;
  transform: translateY(50px);
  transition: opacity 0.4s, transform 0.4s;
}

[data-io-visible=true].io-fade-in {
  opacity: 1;
  transform: translateY(0);
}

.component {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .component {
    margin-top: 4rem;
  }
}
@media (min-width: 1199px) {
  .component {
    margin-top: 5rem;
  }
}

.component--solid {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .component--solid {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1199px) {
  .component--solid {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.component:not(.component--solid) + .component--solid,
.component--solid + .component:not(.component--solid) {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .component:not(.component--solid) + .component--solid,
  .component--solid + .component:not(.component--solid) {
    margin-top: 4rem;
  }
}
@media (min-width: 1199px) {
  .component:not(.component--solid) + .component--solid,
  .component--solid + .component:not(.component--solid) {
    margin-top: 5rem;
  }
}

.c-accordions .section-header {
  text-align: center;
}

.section--cards-icon-small {
  position: relative;
}
.section--cards-icon-small::before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../images/basic-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 110%;
  transform: translateX(-50%);
}
@media (min-width: 1199px) {
  .section--cards-icon-small::before {
    background-size: 100% 120%;
  }
}
@media (min-width: 991px) {
  .section--cards-icon-small::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 1190px;
    height: 640px;
    background-image: url("../../images/bg-graphic-cards-icon-small.svg");
    transform: translateX(-50%);
  }
}

.container--home-cards-icon-small {
  position: relative;
  z-index: 2;
  max-width: 1600px;
}

.section--two-col-tabs {
  position: relative;
  background-image: url(../../images/basic-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section--two-col-tabs::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 349.8px;
  height: 126px;
  background-image: url("../../images/two-col-tabs-bg-lines.png");
  background-position: left center;
}
@media (min-width: 768px) {
  .section--two-col-tabs::before {
    top: -40px;
    width: 408.1px;
    height: 147px;
  }
}
@media (min-width: 991px) {
  .section--two-col-tabs::before {
    top: -80px;
    width: 583px;
    height: 210px;
  }
}

.section--integrations {
  background-color: #FAFBFD;
}
.section--integrations .section-header {
  margin-bottom: 2rem;
}

.section--data-points {
  position: relative;
  z-index: 2;
  background-image: linear-gradient(#FAFBFD, rgba(250, 251, 253, 0) 50%);
}
.section--data-points::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 105%;
  height: 100%;
  background-image: linear-gradient(104.74deg, #FFFFFF -15.9%, #C5EEFF 50.26%, #F4F3FF 103.93%);
  transform: translateX(-50%) matrix(-1, -0.06, -0.06, 1, 0, 0);
}
.section--data-points .container {
  position: relative;
  z-index: 2;
}

.section--home-richtext-4 {
  position: relative;
}
.section--home-richtext-4::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  display: block;
  width: 1296px;
  height: 825.3px;
  background-image: url("../../images/home-bg-4.png");
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .section--home-richtext-4::before {
    top: -100px;
    width: 1440px;
    height: 917px;
  }
}
@media (min-width: 991px) {
  .section--home-richtext-4::before {
    top: -200px;
    width: 1785.6px;
    height: 1137.08px;
  }
}
@media (min-width: 991px) {
  .section--home-richtext-4::after {
    content: "";
    position: absolute;
    top: 300px;
    left: 50%;
    width: 1980px;
    height: 320px;
    background-image: url("../../images/bg-graphic-home-textarea.svg");
    transform: translateX(-50%);
  }
}
.section--home-richtext-4 .content {
  position: relative;
  z-index: 2;
}
.section--home-richtext-4 .content img {
  width: 100%;
}

.c-hero-alt {
  position: relative;
}
.c-hero-alt::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: calc(100% + 300px);
  background-image: url(../../images/basic-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 110%;
  transform: translate(-50%, -50%);
}

.hero-alt-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .hero-alt-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .hero-alt--img-right .hero-alt-container .hero-alt__media {
    order: 2;
  }
}

@media (min-width: 768px) {
  .hero-alt__media,
  .hero-alt__content {
    width: 48%;
  }
}

.hero-alt__img-wrap {
  position: relative;
  background: #eee;
  font-size: 0;
}

#hero-alt__video-link {
  position: absolute;
  inset: 0;
  display: block;
  cursor: pointer;
}
#hero-alt__video-link::before {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--c-white);
  font-size: 4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-shadow: 0 0 5px color-mix(in srgb, var(--c-black) 5%, transparent);
  translate: -50% -50%;
  scale: 1;
  transition: scale 0.3s;
}
#hero-alt__video-link:hover::before {
  scale: 1.1;
}

.hero-alt__heading {
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 1199px) {
  .hero-alt__heading {
    font-size: 2.5rem;
  }
}

.hero-alt__desc {
  margin-top: 1rem;
}

.hero-alt__btn {
  margin-top: 2rem;
}

.cards--text-center .card {
  text-align: center;
}

.cards--base {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cards--base .card {
  border-radius: 15px;
  padding: 1rem 1.25rem 2rem;
  background-color: var(--c-white);
  box-shadow: 0px 18px 52px rgba(215, 228, 249, 0.5);
}
.cards--base .card__img-wrap {
  margin-bottom: 1rem;
}
.cards--base .card__heading {
  color: var(--c-purple);
  font-size: 1rem;
  text-transform: uppercase;
}
.cards--base .card__subhead {
  color: var(--c-black);
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--f-pri);
}
.cards--base .card__desc {
  margin-top: 1rem;
}
.cards--base .card__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1.25rem;
}
.cards--base .card__author-img {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.cards--base .card__author-name span {
  display: inline-block;
}
.cards--base .card__author-name span::before {
  content: "–";
  display: inline-block;
  margin: 0 0.5em 0 0.3em;
}
.cards--base .card__src-link {
  position: relative;
  display: block;
  margin-top: 2.5rem;
  padding-left: calc(30px + 1em);
  font-size: 0.875rem;
}
.cards--base .card__src-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  box-shadow: 0px 5px 7px rgba(215, 228, 249, 0.5);
  background-color: var(--c-white);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.cards--base .card__src-link--pdf::before {
  background-image: url("../../images/icon-pdf.svg");
  background-size: 16px;
}
.cards--base .card__src-link--youtube::before {
  background-image: url("../../images/icon-youtube.svg");
  background-size: 20px;
}
.cards--base .card__src-link--none::before {
  display: none;
}

.c-cards--matrix .cards--base .card {
  padding-top: 2rem;
}

.cards-2-col .card {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .cards-2-col .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 991px) {
  .cards-2-col .card {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.cards-2-col .card:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cards-2-col .card:nth-child(2) {
    margin-top: 0;
  }
}

.cards-3-col .card {
  margin-top: 2rem;
}
.cards-3-col .card:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cards-3-col .card:nth-child(2), .cards-3-col .card:nth-child(3) {
    margin-top: 0;
  }
}

.cards-icon-small {
  margin-top: -1.2rem;
  font-size: 0;
}
@media (min-width: 480px) {
  .cards-icon-small {
    margin-top: -1rem;
  }
}
@media (min-width: 768px) {
  .cards-icon-small {
    margin-top: 0;
  }
}

.card-icon-small {
  position: relative;
  margin-top: 1.2rem;
  padding: 1.25rem 1.25rem 1rem;
  border-radius: 15px;
  vertical-align: top;
  background: #FFFFFF;
  box-shadow: 0px 18px 52px rgba(215, 228, 249, 0.5);
  font-size: 1rem;
}
@media (min-width: 480px) {
  .card-icon-small {
    display: inline-block;
    width: 46%;
    min-height: 200px;
    margin: 1rem 2% 0;
  }
}
@media (min-width: 768px) {
  .card-icon-small {
    width: 33.3%;
    margin: 0;
  }
}
@media (min-width: 1199px) {
  .card-icon-small {
    width: 20%;
    padding: 1.5rem 1.5rem 1.25rem;
  }
}

.card-icon-small__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-left: 0.2em;
  border-radius: 8px;
  line-height: 1;
  background: color-mix(in srgb, var(--c-font) 10%, transparent);
}

.card-icon-small__desc {
  display: none;
  font-size: 0.875rem;
}
@media (min-width: 480px) {
  .card-icon-small__desc {
    display: block;
  }
}

.card-icon-small--color-green .card-icon-small__icon {
  background: color-mix(in srgb, var(--c-green) 10%, transparent);
}
.card-icon-small--color-green .card-icon-small__heading {
  color: var(--c-green);
}

.card-icon-small--color-lightBlue .card-icon-small__icon {
  background: color-mix(in srgb, var(--c-blue-lt) 10%, transparent);
}
.card-icon-small--color-lightBlue .card-icon-small__heading {
  color: var(--c-blue-lt);
}

.card-icon-small--color-blue .card-icon-small__icon {
  background: color-mix(in srgb, var(--c-blue) 10%, transparent);
}
.card-icon-small--color-blue .card-icon-small__heading {
  color: var(--c-blue);
}

.card-icon-small--color-purple .card-icon-small__icon {
  background: color-mix(in srgb, var(--c-purple) 10%, transparent);
}
.card-icon-small--color-purple .card-icon-small__heading {
  color: var(--c-purple);
}

@media (min-width: 768px) {
  .card-icon-small:nth-child(1) {
    margin-top: 2rem;
  }
}
@media (min-width: 1199px) {
  .card-icon-small:nth-child(1) {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .card-icon-small:nth-child(2) {
    left: -0.6rem;
    margin-top: -0.5rem;
  }
}
@media (min-width: 1199px) {
  .card-icon-small:nth-child(2) {
    left: 1.3rem;
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  .card-icon-small:nth-child(3) {
    left: 1rem;
    margin-top: 0.5rem;
  }
}
@media (min-width: 1199px) {
  .card-icon-small:nth-child(3) {
    left: 5rem;
    margin-top: 10rem;
  }
}

@media (min-width: 768px) {
  .card-icon-small:nth-child(4) {
    left: -1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1199px) {
  .card-icon-small:nth-child(4) {
    left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .card-icon-small:nth-child(5) {
    left: 0.7rem;
    margin-top: -2rem;
  }
}
@media (min-width: 1199px) {
  .card-icon-small:nth-child(5) {
    margin-top: 9rem;
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media (min-width: 768px) {
  .card-icon-small:nth-child(6) {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .card-icon-small:nth-child(6) {
    left: 3em;
    margin-top: -3rem;
  }
}

@media (min-width: 768px) {
  .card-icon-small:nth-child(7) {
    left: 2rem;
    margin-top: -1rem;
  }
}
@media (min-width: 1199px) {
  .card-icon-small:nth-child(7) {
    left: 8rem;
    z-index: -1;
    margin-top: -2rem;
  }
}

@media (min-width: 768px) {
  .card-icon-small:nth-child(8) {
    left: 6rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1199px) {
  .card-icon-small:nth-child(8) {
    float: right;
    margin-top: -1rem;
    margin-right: 10%;
  }
}

@media (min-width: 1199px) {
  .card-icon-small {
    transition: transform 0.1s ease;
    will-change: transform;
  }
}

@media (min-width: 1199px) {
  .card-icon-small:nth-child(1) {
    transform: translate3d(0, calc(var(--viewport-y) * -5vh), 0);
  }
}

@media (min-width: 1199px) {
  .card-icon-small:nth-child(2) {
    transform: translate3d(0, calc(var(--viewport-y) * 3vh), 0);
  }
}

@media (min-width: 1199px) {
  .card-icon-small:nth-child(3) {
    transform: translate3d(0, calc(var(--viewport-y) * -7vh), 0);
  }
}

@media (min-width: 1199px) {
  .card-icon-small:nth-child(4) {
    transform: translate3d(0, calc(var(--viewport-y) * -3vh), 0);
  }
}

@media (min-width: 1199px) {
  .card-icon-small:nth-child(5) {
    transform: translate3d(0, calc(var(--viewport-y) * 4vh), 0);
  }
}

@media (min-width: 1199px) {
  .card-icon-small:nth-child(6) {
    transform: translate3d(0, calc(var(--viewport-y) * -3vh), 0);
  }
}

@media (min-width: 1199px) {
  .card-icon-small:nth-child(7) {
    transform: translate3d(0, calc(var(--viewport-y) * 5vh), 0);
  }
}

@media (min-width: 1199px) {
  .card-icon-small:nth-child(8) {
    transform: translate3d(0, calc(var(--viewport-y) * -4vh), 0);
  }
}

.card-slider__wrap {
  position: relative;
  margin-bottom: 2rem;
  background-color: var(--c-white);
  border-radius: 15px;
}
.card-slider__wrap::before, .card-slider__wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 95%;
  height: 1rem;
  border-radius: 0 0 15px 15px;
  background: color-mix(in srgb, var(--c-white) 30%, transparent);
  transform: translateX(-50%);
}
.card-slider__wrap::after {
  width: 90%;
  height: 2rem;
}

.card-slider {
  position: relative;
}

.card-slider__item {
  position: relative;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  padding: 1.7rem 0;
  background-color: var(--c-white);
  text-align: center;
}
@media (min-width: 991px) {
  .card-slider__item {
    min-height: 400px;
  }
}
@media (min-width: 991px) {
  .card-slider__item::after {
    content: "”";
    position: absolute;
    top: 8rem;
    left: 50%;
    color: var(--c-blue-lt);
    font-size: 35rem;
    font-family: var(--f-sec);
    line-height: 1;
    transform: translateX(-50%);
    opacity: 0.1;
  }
}

.card-slider__item-inner {
  position: relative;
  z-index: 2;
}

.card-slider__img-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  overflow: hidden;
}

.card-slider__heading {
  margin: 0;
  color: var(--c-blue);
}

.card-slider__subhead {
  margin: 0.2em 0 0;
  color: var(--c-font);
  font-weight: 400;
  font-family: var(--f-pri);
}

.card-slider__desc {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .owl-nav,
  .owl-dots {
    position: absolute;
    top: 50%;
  }
}

.owl-nav {
  display: none;
}
@media (min-width: 768px) {
  .owl-nav {
    display: block;
    right: 2rem;
    transform: translate(50%, -50%);
  }
}
@media (min-width: 991px) {
  .owl-nav {
    right: 3rem;
  }
}
@media (min-width: 768px) {
  .owl-nav button {
    display: block;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .owl-nav button:hover i, .owl-nav button:focus i {
    background: color-mix(in srgb, var(--c-blue-lt) 30%, transparent);
  }
}
@media (min-width: 768px) {
  .owl-nav i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--c-blue-lt) 10%, transparent);
    color: var(--c-blue-lt);
    font-size: 1.2em;
    transition: background 0.3s;
  }
}
@media (min-width: 991px) {
  .owl-nav i {
    width: 40px;
    height: 40px;
  }
}

.owl-nav button.owl-prev {
  margin-bottom: 1.7rem !important;
}

.owl-dots {
  text-align: center;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .owl-dots {
    left: 1.5rem;
    padding-bottom: 0;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 991px) {
  .owl-dots {
    left: 3rem;
  }
}

@media (min-width: 768px) {
  .owl-dot {
    display: block;
  }
}
.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--c-green);
  opacity: 0.3;
  transition: opacity 0.25s;
}
.owl-dot span:hover, .owl-dot span:focus {
  opacity: 1;
}
.owl-dot.active span {
  opacity: 1;
}

.card-slider button.owl-dot {
  padding: 0.3rem !important;
}

.cards-case-studies .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .cards-case-studies .card {
    padding-top: 1.5rem;
  }
}
.cards-case-studies .card:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cards-case-studies .card:nth-child(2) {
    margin-top: 0;
  }
}
.cards-case-studies .card__image {
  width: auto;
  height: 30px;
}
@media (min-width: 480px) {
  .cards-case-studies .card__image {
    height: 35px;
  }
}
@media (min-width: 1199px) {
  .cards-case-studies .card__image {
    height: 52px;
  }
}

.cards-pricing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1.5rem -1% 0;
}

.card-pricing {
  position: relative;
  width: 100%;
  margin: 1.5rem 1% 0;
  border-radius: 15px;
  padding-bottom: 5rem;
  background-color: var(--c-white);
  box-shadow: 0px 18px 52px rgba(215, 228, 249, 0.5);
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-pricing {
    width: 48%;
  }
}
@media (min-width: 991px) {
  .card-pricing {
    width: 27%;
  }
}

.card-pricing__header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 1rem 1rem 5.5rem;
  background: var(--c-blue-lt);
  color: var(--c-white);
}
@media (min-width: 768px) {
  .card-pricing__header {
    min-height: 90px;
  }
}
.card-pricing__header::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: var(--c-blue-lt) transparent transparent transparent;
  transform: translateX(-50%);
}

.card-pricing__heading {
  color: var(--c-white);
  font-size: 1.2rem;
}

.card-pricing__icon {
  position: absolute;
  top: 50%;
  left: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--c-white);
  transform: translateY(-50%);
}

.card-pricing__body {
  padding: 2rem 1.5rem 1.5em;
}

.card-pricing__price {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .card-pricing__price {
    font-size: 1.8rem;
  }
}

.card-pricing__price-meta {
  font-size: 1rem;
}

.card-pricing__features ul {
  list-style: none;
  margin: 1.5em 0 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
.card-pricing__features li {
  position: relative;
  margin-top: 1em;
  padding-left: 2em;
}
.card-pricing__features li:first-child {
  margin-top: 0;
}
.card-pricing__features li::before {
  content: url("../../images/checkmark-green.svg");
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1.2em;
}

.card-pricing__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 1rem 1rem;
}

.card-pricing__btn {
  display: block;
  text-align: center;
}

.card-pricing:nth-child(1) .card-pricing__header {
  background: var(--c-purple);
}
.card-pricing:nth-child(1) .card-pricing__header::after {
  border-color: var(--c-purple) transparent transparent transparent;
}
.card-pricing:nth-child(1) .card-pricing__btn {
  background: var(--c-purple);
}
.card-pricing:nth-child(1) .card-pricing__btn:hover, .card-pricing:nth-child(1) .card-pricing__btn:focus {
  background: color-mix(in srgb, var(--c-purple) 95%, #fff);
}

.card-pricing:nth-child(3) .card-pricing__header {
  background: var(--c-blue);
}
.card-pricing:nth-child(3) .card-pricing__header::after {
  border-color: var(--c-blue) transparent transparent transparent;
}
.card-pricing:nth-child(3) .card-pricing__btn {
  background: var(--c-blue);
}
.card-pricing:nth-child(3) .card-pricing__btn:hover, .card-pricing:nth-child(3) .card-pricing__btn:focus {
  background: color-mix(in srgb, var(--c-blue) 95%, #fff);
}

.card-pricing:nth-child(4) .card-pricing__header {
  background: var(--c-green);
}
.card-pricing:nth-child(4) .card-pricing__header::after {
  border-color: var(--c-green) transparent transparent transparent;
}
.card-pricing:nth-child(4) .card-pricing__btn {
  background: var(--c-green);
}
.card-pricing:nth-child(4) .card-pricing__btn:hover, .card-pricing:nth-child(4) .card-pricing__btn:focus {
  background: color-mix(in srgb, var(--c-green) 95%, #fff);
}

.archive-cards .card-archive {
  margin-top: 2rem;
  padding: 0;
}
.archive-cards .card-archive:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-cards .card-archive:nth-child(2), .archive-cards .card-archive:nth-child(3) {
    margin-top: 0;
  }
}

.card-archive__content {
  padding: 1.5rem 1.25rem 1.5rem;
}

.card-archive__thumb {
  position: relative;
  height: 188px;
  border-radius: 15px 15px 0 0;
  background-color: #d4d8db;
  overflow: hidden;
}
.card-archive__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(10, 38, 66, 0) 0%, #0A2642 100%);
}
.card-archive__thumb img {
  transform: scale(1);
  transition: transform 0.5s;
}
.card-archive__thumb:hover img, .card-archive__thumb:focus img {
  transform: scale(1.05);
}

.card-archive__meta-types {
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  z-index: 3;
  width: calc(100% - 2.5rem);
  color: var(--c-grey);
  line-height: 1.2;
}

.card-archive-header__title {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
}

.card-archive__desc {
  margin-top: 1rem;
  font-size: 0.875rem;
}

.entry-meta__categories {
  margin-top: 0.2rem;
}
.entry-meta__categories a {
  margin: 0.5em 0.5em 0 0;
}

.entry-meta__category-remain {
  margin-top: 0.5em;
  background: var(--c-purple);
  cursor: initial;
}
.entry-meta__category-remain:hover, .entry-meta__category-remain:focus {
  background: var(--c-purple);
}

.entry-meta__date {
  position: relative;
  margin-top: 1.5em;
  padding-left: 1.5rem;
  font-size: 0.875rem;
}
.entry-meta__date::before {
  content: "\f073";
  position: absolute;
  top: -0.15em;
  left: 0;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  opacity: 0.5;
}

.card.card-testimonial {
  padding-top: 1.5rem;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .card.card-testimonial {
    padding-top: 2rem;
    font-size: 1rem;
  }
}
.card.card-testimonial .card__media-wrap {
  max-width: 280px;
  margin: 0 auto 1.5rem;
  aspect-ratio: 16/9;
  border-radius: 15px 15px 0 0;
  background-color: #d4d8db;
  overflow: hidden;
}
@media (min-width: 480px) {
  .card.card-testimonial .card__media-wrap {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .card.card-testimonial .card__media-wrap {
    max-width: 100%;
  }
}
.card.card-testimonial .card__testimonial-content {
  position: relative;
  z-index: 2;
  margin-top: 2.5rem;
}
.card.card-testimonial .card__testimonial-content::before {
  content: "“";
  position: absolute;
  top: 0;
  left: -0.6rem;
  z-index: -1;
  color: var(--c-blue-lt);
  font-size: 10em;
  font-family: var(--f-sec);
  line-height: 1;
  transform: translateY(-19%);
  opacity: 0.1;
}
.card.card-testimonial .card__content > *:first-child:is(.card__testimonial-content) {
  margin-top: 1rem;
}
.card.card-testimonial .card__src-link {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.page-type-homepage .section--testimonial-cards {
  position: relative;
  z-index: 2;
  margin-top: 5rem !important;
}
@media (min-width: 768px) {
  .page-type-homepage .section--testimonial-cards {
    margin-top: 6rem !important;
  }
}
@media (min-width: 1199px) {
  .page-type-homepage .section--testimonial-cards {
    margin-top: 7rem !important;
  }
}
@media (min-width: 768px) {
  .page-type-homepage .section--testimonial-cards .cards-3-col .card:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-type-homepage .section--testimonial-cards .cards-3-col .card:nth-child(3) {
    margin-top: 2rem;
  }
}
@media (min-width: 991px) {
  .page-type-homepage .section--testimonial-cards .cards-3-col .card:nth-child(3) {
    margin-top: 0;
  }
}

@media (min-width: 991px) {
  .two-col-tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 991px) {
  .two-col-tabs__items {
    width: 40%;
    margin: -1rem 0;
  }
}

.two-col-tabs__item {
  position: relative;
  margin-top: 1.25rem;
  border-radius: 15px;
  padding: 1rem;
  box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
  background-color: var(--c-white);
}
@media (min-width: 991px) {
  .two-col-tabs__item {
    z-index: 2;
    margin-top: 0;
    padding: 1rem 15% 1rem 1.25rem;
    background-color: transparent;
    box-shadow: none;
    transition: padding 0.25s, margin 0.25s;
  }
}
.two-col-tabs__item:first-child {
  margin-top: 0;
}
.two-col-tabs__item::before {
  content: "\f107";
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  color: var(--c-blue-xdk);
  font-size: 1.2em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 991px) {
  .two-col-tabs__item::before {
    display: none;
  }
}
.two-col-tabs__item .tab__heading {
  position: relative;
  z-index: 2;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.25s, color 0.25s;
}
@media (min-width: 991px) {
  .two-col-tabs__item .tab__heading::after {
    content: "\f105";
    position: relative;
    top: 1px;
    margin-left: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 1;
  }
}
.two-col-tabs__item .tab__content {
  display: none;
  margin-top: 0.9rem;
}
.two-col-tabs__item .tab__img-wrap {
  margin-top: 1.5rem;
}
@media (min-width: 991px) {
  .two-col-tabs__item .tab__img-wrap {
    display: none;
  }
}
.two-col-tabs__item .tab__bg-wrap {
  display: none;
}
@media (min-width: 991px) {
  .two-col-tabs__item .tab__bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 18px 52px rgba(215, 228, 249, 0.8));
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media (min-width: 991px) {
  .two-col-tabs__item .tab__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    filter: url(#two-col-tabs-tag-round);
  }
}
.two-col-tabs__item .tab__bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--c-white);
  -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

@media (min-width: 991px) {
  .two-col-tabs__item.active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 991px) {
  .two-col-tabs__item.active .tab__heading::after {
    opacity: 0;
  }
}
@media (min-width: 991px) {
  .two-col-tabs__item.active .tab__bg-wrap {
    opacity: 1;
  }
}

.two-col-tabs__img-col {
  display: none;
}
@media (min-width: 991px) {
  .two-col-tabs__img-col {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58%;
  }
}
@media (min-width: 991px) {
  .two-col-tabs__img-col::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 632px;
    background-image: url("../../images/two-col-tab-img-bg.png");
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 991px) {
  .two-col-tabs__img {
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 18px 52px rgba(215, 228, 249, 0.5);
  }
}

.two-col-tabs__item:nth-child(1)::before {
  color: var(--c-green);
}
.two-col-tabs__item:nth-child(1) .tab__heading {
  color: var(--c-green);
}
@media (min-width: 991px) {
  .two-col-tabs__item:nth-child(1) .tab__heading:hover, .two-col-tabs__item:nth-child(1) .tab__heading:focus {
    color: color-mix(in srgb, var(--c-green) 95%, #fff);
  }
}
@media (min-width: 991px) {
  .two-col-tabs__item:nth-child(1).active .tab__heading {
    color: var(--c-green);
  }
}

.two-col-tabs__item:nth-child(2)::before {
  color: var(--c-blue-lt);
}
.two-col-tabs__item:nth-child(2) .tab__heading {
  color: var(--c-blue-lt);
}
@media (min-width: 991px) {
  .two-col-tabs__item:nth-child(2) .tab__heading:hover, .two-col-tabs__item:nth-child(2) .tab__heading:focus {
    color: color-mix(in srgb, var(--c-blue-lt) 90%, #fff);
  }
}
@media (min-width: 991px) {
  .two-col-tabs__item:nth-child(2).active .tab__heading {
    color: var(--c-blue-lt);
  }
}

.two-col-tabs__item:nth-child(3)::before {
  color: var(--c-purple);
}
.two-col-tabs__item:nth-child(3) .tab__heading {
  color: var(--c-purple);
}
@media (min-width: 991px) {
  .two-col-tabs__item:nth-child(3) .tab__heading:hover, .two-col-tabs__item:nth-child(3) .tab__heading:focus {
    color: color-mix(in srgb, var(--c-purple) 90%, #fff);
  }
}
@media (min-width: 991px) {
  .two-col-tabs__item:nth-child(3).active .tab__heading {
    color: var(--c-purple);
  }
}

.two-col-tabs__item:nth-child(4)::before {
  color: var(--c-orange);
}
.two-col-tabs__item:nth-child(4) .tab__heading {
  color: var(--c-orange);
}
@media (min-width: 991px) {
  .two-col-tabs__item:nth-child(4) .tab__heading:hover, .two-col-tabs__item:nth-child(4) .tab__heading:focus {
    color: color-mix(in srgb, var(--c-green) 90%, #fff);
  }
}
@media (min-width: 991px) {
  .two-col-tabs__item:nth-child(4).active .tab__heading {
    color: var(--c-orange);
  }
}

.two-col-tabs__item:nth-child(5)::before {
  color: var(--c-blue);
}
.two-col-tabs__item:nth-child(5) .tab__heading {
  color: var(--c-blue);
}
@media (min-width: 991px) {
  .two-col-tabs__item:nth-child(5) .tab__heading:hover, .two-col-tabs__item:nth-child(5) .tab__heading:focus {
    color: color-mix(in srgb, var(--c-blue) 90%, #fff);
  }
}
@media (min-width: 991px) {
  .two-col-tabs__item:nth-child(5).active .tab__heading {
    color: var(--c-blue);
  }
}

.integrations__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -0.5rem -0.75;
}
@media (min-width: 768px) {
  .integrations__items {
    margin-right: -35px;
    margin-left: -35px;
  }
}
@media (min-width: 1300px) {
  .integrations__items {
    margin-right: -65px;
    margin-left: -65px;
  }
}

.integrations-item {
  width: 130px;
  margin: 0.5rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: rgab(var(--c-white), 0);
  box-shadow: 0px 15px 30px rgba(215, 228, 249, 0);
  font-size: 0;
  cursor: pointer;
  transition: box-shadow 0.25s, border 0.25s, background 0.25s;
}
.integrations-item:hover, .integrations-item:focus {
  background-color: rgab(var(--c-white), 0);
  box-shadow: 0px 15px 30px rgba(215, 228, 249, 0.5);
}
@media (min-width: 768px) {
  .integrations-item {
    width: 150px;
  }
}
@media (min-width: 1350px) {
  .integrations-item {
    width: 166px;
  }
}

.integrations-item.active {
  border-color: var(--c-blue-lt);
  background-color: rgab(var(--c-white), 0);
  box-shadow: 0px 15px 30px rgba(215, 228, 249, 0.5);
}

.integrations__links-wrap {
  height: 130px;
}
@media (min-width: 768px) {
  .integrations__links-wrap {
    height: 70px;
  }
}

.integrations__links {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .integrations__links {
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
  }
}
.integrations__links a {
  margin: 1rem 0.5rem 0;
}
.integrations__links a[href=""], .integrations__links a[href="#"] {
  display: none;
}

.integrations__links.prilink-active .integrations__links-item--pri {
  display: inline-block;
}
.integrations__links.prilink-active .integrations__links-item--info,
.integrations__links.prilink-active .integrations__links-item--request {
  display: none;
}

.data-point {
  position: relative;
  margin-top: 3rem;
  color: var(--c-blue);
}
.data-point:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .data-point:nth-child(2) {
    margin-top: 2vw;
  }
}
@media (min-width: 1300px) {
  .data-point:nth-child(2) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .data-point:nth-child(3) {
    margin-top: 4vw;
  }
}
@media (min-width: 1300px) {
  .data-point:nth-child(3) {
    margin-top: 3rem;
  }
}

.docReady .data-point {
  top: 3rem;
  opacity: 0.01;
}
.docReady .data-points[data-scroll=in] .data-point {
  top: 0;
  opacity: 1;
  transition: top 0.5s, opacity 0.5s;
}
.docReady .data-points[data-scroll=in] .data-point:nth-child(2) {
  transition-delay: 0.25s;
}
.docReady .data-points[data-scroll=in] .data-point:nth-child(3) {
  transition-delay: 0.5s;
}

.data-point__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.data-point__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  border-radius: 15px;
  background: color-mix(in srgb, var(--c-blue) 10%, transparent);
  font-size: 2rem;
}
@media (min-width: 991px) {
  .data-point__icon-wrap {
    font-size: 2.75rem;
  }
}

.data-point__content {
  width: 150px;
  margin-left: 1em;
  padding-top: 0.3em;
}
@media (min-width: 991px) {
  .data-point__content {
    margin-left: 2em;
  }
}

.data-point__heading {
  font-size: 1.7rem;
  font-weight: 900;
  font-family: var(--f-sec);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .data-point__heading {
    font-size: 2rem;
  }
}
@media (min-width: 991px) {
  .data-point__heading {
    font-size: 2.25rem;
  }
}

.data-point__desc {
  font-size: 0.875rem;
}

.text-columns {
  margin-top: -3rem;
}

.text-column {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .image-text__flex {
    display: grid;
    grid-template-columns: calc(var(--img-width, 45) * 1%) auto;
    align-items: center;
    gap: 3rem;
  }
}

.image-text__heading {
  text-align: center;
  margin: 0;
}

.image-text__image {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .image-text__image {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .image-text--img-right .image-text__flex {
    grid-template-columns: auto calc(var(--img-width, 45) * 1%);
  }
}
@media (min-width: 768px) {
  .image-text--img-right .image-text__image {
    order: 2;
  }
}

.two-col-tabs-alt .image-text-items .image-text__heading {
  margin-bottom: 0.4em;
  text-align: left;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .two-col-tabs-alt .image-text-items .image-text__heading {
    font-size: 1.7rem;
  }
}
.two-col-tabs-alt .image-text-items .image-text__image {
  box-shadow: 0 0 12px color-mix(in srgb, var(--c-black) 20%, transparent);
}
@media (min-width: 768px) {
  .two-col-tabs-alt .image-text-items .image-text:nth-child(even) .image-text__image {
    order: 2;
  }
}

.catalog-icon__item {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .catalog-icon__item {
    position: relative;
    padding-left: 5.2rem;
  }
}
.catalog-icon__item:first-child {
  margin-top: 0;
}

.catalog-icon__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.3em;
  height: 2.3em;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  background: color-mix(in srgb, var(--c-green) 10%, transparent);
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .catalog-icon__icon-wrap {
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 2.3em;
    height: 2.3em;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}

.catalog-icon__item:nth-child(2) .catalog-icon__icon-wrap {
  background: color-mix(in srgb, var(--c-purple) 10%, transparent);
}
.catalog-icon__item:nth-child(3) .catalog-icon__icon-wrap {
  background: color-mix(in srgb, var(--c-blue) 10%, transparent);
}
.catalog-icon__item:nth-child(4) .catalog-icon__icon-wrap {
  background: color-mix(in srgb, var(--c-purple) 10%, transparent);
}
.catalog-icon__item:nth-child(5) .catalog-icon__icon-wrap {
  background: color-mix(in srgb, var(--c-blue) 10%, transparent);
}

.content-box--task-list-controls .section-header {
  margin-bottom: 2rem;
}

.task-list-controls {
  text-align: center;
}

.accordion {
  margin-top: 1.25rem;
  border-radius: 15px;
  padding: 1rem;
  background-color: var(--c-white);
  box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
  transition: background 0.3s, box-shadow 0.3s;
}
@media (min-width: 768px) {
  .accordion {
    padding: 1.25rem 1.5rem;
  }
}
.accordion:first-child {
  margin-top: 0;
}
.accordion.active {
  background-color: color-mix(in srgb, var(--c-blue-lt) 10%, transparent);
  box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0);
}

.accordion__header {
  position: relative;
  padding-right: 1.2rem;
  cursor: pointer;
}
.accordion__header::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--c-blue-lt);
  font-size: 1.2em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
  transition: color 0.3s;
}

.accordion__heading {
  margin: 0;
  color: var(--c-blue-lt);
  text-transform: uppercase;
  transition: color 0.3s;
}

.accordion__header:hover::before, .accordion__header:focus::before {
  color: var(--c-blue);
}
.accordion__header:hover .accordion__heading, .accordion__header:focus .accordion__heading {
  color: var(--c-blue);
}

.accordion__subhead {
  display: block;
  margin-top: -0.2em;
  font-size: 0.875rem;
}

.accordion__content {
  display: none;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .accordion__content {
    padding-top: 2rem;
  }
}
.accordion__content h1, .accordion__content h2, .accordion__content h3, .accordion__content h4 {
  color: var(--c-blue);
}

.accordion__btn {
  display: block;
  margin-top: 2rem;
  text-align: center;
}

.content .accordion__heading {
  margin-top: 0;
}

.task-results {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .task-results {
    margin-top: 4rem;
  }
}
@media (min-width: 1199px) {
  .task-results {
    margin-top: 5rem;
  }
}

.task__questions {
  margin-top: 1.5rem;
}

.task__questions ol {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  counter-reset: customOl;
}
.task__questions ol li {
  position: relative;
  margin-top: 1.25em;
  padding-left: 1.5rem;
}
.task__questions ol li:first-child {
  margin-top: 0;
}
.task__questions ol li::before {
  counter-increment: customOl;
  content: counter(customOl);
  position: absolute;
  top: 0.4em;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--c-green);
  color: var(--c-white);
  font-size: 0.6em;
  line-height: 1;
}

.task__notes {
  margin-top: 1.5rem;
}

.task__parameters {
  margin-top: 1.5rem;
}

.task__meta-parameters span {
  display: inline-block;
  margin-top: 0.5em;
  margin-right: 0.5em;
  border: 1px solid;
  border-radius: 5px;
  padding: 0.25em 0.5em 0.2em;
  background: var(--c-white);
  font-size: 0.875rem;
}
.task__meta-parameters .meta-parameter--respond-with-audio {
  color: var(--c-blue-lt);
}
.task__meta-parameters .meta-parameter--limit-time-to-review {
  color: var(--c-green);
}
.task__meta-parameters .meta-parameter--time-to-respond-per-question {
  color: var(--c-red);
}
.task__meta-parameters .meta-parameter--allow-re-record {
  color: var(--c-orange);
}

.entry-single-meta__content {
  border-top: 2px solid #e2e4e7;
  border-bottom: 2px solid #e2e4e7;
  padding: 1.5rem 0;
}

.entry-single-meta .entry-meta__categories {
  margin-top: -0.3rem;
  margin-bottom: 2rem;
}

.entry-single-meta .entry-meta__types {
  font-weight: 900;
  text-transform: uppercase;
}
.entry-single-meta .entry-meta__types a {
  margin-right: 0.2em;
}

.entry-single-meta .entry-meta__date {
  margin-top: 1em;
}

.entry-single-meta .entry-meta__author {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .entry-single-meta .entry-meta__author {
    margin-top: 0.3rem;
  }
}
.entry-single-meta .entry-meta__author span {
  margin-left: 0.2em;
  color: var(--c-blue);
  font-weight: 700;
  text-transform: uppercase;
}

.entry-single-meta .social-share {
  margin-top: 0.6rem;
}

.c-selected-standards .section-header {
  text-align: center;
}
.c-selected-standards .section-header__heading {
  color: var(--c-blue);
}
.c-selected-standards .control-group--select {
  text-align: center;
}

.selected-standards__controls {
  margin-top: 2rem;
}

.standards-results {
  width: 90vw;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  overflow: clip;
  box-shadow: 0 2px 7px color-mix(in srgb, var(--c-blue-xdk) 15%, transparent);
}

.standards-result {
  display: none;
}
.standards-result.active {
  display: block;
}
.standards-result .components > *:first-child.component {
  margin-top: 0;
}
.standards-result .components > *:first-child.component:not(.component--solid) {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .standards-result .components > *:first-child.component:not(.component--solid) {
    padding-top: 4rem;
  }
}
@media (min-width: 1199px) {
  .standards-result .components > *:first-child.component:not(.component--solid) {
    padding-top: 5rem;
  }
}
.standards-result .components > *:last-child.component:not(.component--solid) {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .standards-result .components > *:last-child.component:not(.component--solid) {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1199px) {
  .standards-result .components > *:last-child.component:not(.component--solid) {
    padding-bottom: 5rem;
  }
}

.c-pillars-vis {
  position: relative;
}
.c-pillars-vis::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: calc(100% + 200px);
  background-image: url(../../images/basic-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 110%;
  transform: translate(-50%, -50%);
}
.c-pillars-vis .section-header {
  text-align: center;
}

.container--pillars-vis {
  position: relative;
  z-index: 2;
}

.pillars-vis__inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (min-width: 768px) {
  .pillars-vis__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
}

@media (min-width: 768px) {
  .pillars-vis__items,
  .pillars-vis__media {
    width: 48%;
  }
}

.pillars-vis__items {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .pillars-vis__items {
    flex-direction: column;
    gap: 2rem;
  }
}
.pillars-vis__items::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  width: 100%;
  height: 30px;
  border-bottom: 2px solid var(--c-blue);
  border-right: 2px solid var(--c-blue);
  border-left: 2px solid var(--c-blue);
  border-radius: 0 0 20px 20px;
}
@media (min-width: 768px) {
  .pillars-vis__items::before {
    top: 1.5rem;
    width: 80%;
    height: calc(100% - 3rem);
    border-top: 2px solid var(--c-blue);
    border-bottom: 2px solid var(--c-blue);
    border-right: 2px solid var(--c-blue);
    border-left: none;
    border-radius: 0 20px 20px 0;
  }
}
.pillars-vis__items::after {
  content: "";
  position: absolute;
  top: calc(100% + 30px);
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 30px;
  background: var(--c-blue);
}
@media (min-width: 768px) {
  .pillars-vis__items::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .pillar-item__wrap {
    position: relative;
  }
  .pillar-item__wrap::before {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 70%;
  }
  .pillar-item__wrap:first-child::before, .pillar-item__wrap:last-child::before {
    display: none;
  }
  .pillar-item__wrap:nth-child(2)::before {
    top: 50%;
    height: 10px;
    border-top: 2px solid var(--c-blue);
    border-right: 2px solid var(--c-blue);
    border-radius: 0 15px 0 0;
  }
  .pillar-item__wrap:nth-child(3)::before {
    top: 50%;
    right: -2rem;
    height: 2px;
    background: var(--c-blue);
  }
  .pillar-item__wrap:nth-child(4)::before {
    bottom: 50%;
    height: 10px;
    border-bottom: 2px solid var(--c-blue);
    border-right: 2px solid var(--c-blue);
    border-radius: 0 0 15px 0;
  }
}

.pillar-item {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7em 1em 0.7em 0.7em;
  border-radius: 15px;
  vertical-align: top;
  background: var(--c-white);
  box-shadow: 0px 18px 52px rgba(215, 228, 249, 0.5);
  font-size: 0.8rem;
}
@media (min-width: 991px) {
  .pillar-item {
    font-size: 0.9rem;
  }
}
@media (min-width: 1199px) {
  .pillar-item {
    font-size: 1rem;
  }
}

.pillar-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 8px;
  line-height: 1;
  background: color-mix(in srgb, var(--c-font) 10%, transparent);
}

.pillar-item__heading {
  margin: 0;
  font-size: 1.25em;
}

.pillar-item--color-green .pillar-item__icon {
  background: color-mix(in srgb, var(--c-green) 10%, transparent);
}
.pillar-item--color-green .pillar-item__heading {
  color: var(--c-green);
}

.pillar-item--color-blue-lt .pillar-item__icon {
  background: color-mix(in srgb, var(--c-blue-lt) 10%, transparent);
}
.pillar-item--color-blue-lt .pillar-item__heading {
  color: var(--c-blue-lt);
}

.pillar-item--color-blue .pillar-item__icon {
  background: color-mix(in srgb, var(--c-blue) 10%, transparent);
}
.pillar-item--color-blue .pillar-item__heading {
  color: var(--c-blue);
}

.pillar-item--color-purple .pillar-item__icon {
  background: color-mix(in srgb, var(--c-purple) 10%, transparent);
}
.pillar-item--color-purple .pillar-item__heading {
  color: var(--c-purple);
}

@media (min-width: 768px) {
  .pillar-item__wrap:nth-child(1) .pillar-item {
    transform: translate3d(calc(var(--viewport-y) * 3vw - 20px), 0, 0);
  }
  .pillar-item__wrap:nth-child(2) .pillar-item {
    transform: translate3d(calc(var(--viewport-y) * 1.5vw + 70px), 0, 0);
  }
  .pillar-item__wrap:nth-child(3) .pillar-item {
    transform: translate3d(calc(var(--viewport-y) * 2.5vw + 0px), 0, 0);
  }
  .pillar-item__wrap:nth-child(4) .pillar-item {
    transform: translate3d(calc(var(--viewport-y) * 2vw + 60px), 0, 0);
  }
  .pillar-item__wrap:nth-child(5) .pillar-item {
    transform: translate3d(calc(var(--viewport-y) * 4vw + 20px), 0, 0);
  }
}
.c-heading-text {
  position: relative;
}
.c-heading-text + .c-heading-text {
  margin-top: 3rem;
  padding-top: 3rem;
}
.c-heading-text + .c-heading-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% - 20px);
  max-width: 1200px;
  height: 1px;
  background: color-mix(in srgb, var(--c-blue) 30%, transparent);
  transform: translateX(-50%);
}
@media (min-width: 350px) {
  .c-heading-text + .c-heading-text::before {
    width: calc(100% - 8vw);
  }
}
@media (min-width: 768px) {
  .c-heading-text + .c-heading-text::before {
    width: calc(100% - 70px);
  }
}

.container--heading-text {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .container--heading-text {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

.heading-text__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7em;
  height: 1.7em;
  margin-bottom: 1rem;
  border-radius: 8px;
  line-height: 1;
  background: color-mix(in srgb, var(--c-font) 10%, transparent);
  font-size: 1.7rem;
}
@media (min-width: 991px) {
  .heading-text__icon {
    font-size: 2rem;
  }
}

.heading-text__heading {
  margin-top: 0;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .heading-text__heading {
    font-size: 1.7rem;
  }
}
@media (min-width: 991px) {
  .heading-text__heading {
    font-size: 2rem;
  }
}

.heading-text__subhead {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: var(--f-pri);
}
@media (min-width: 768px) {
  .heading-text__subhead {
    font-size: 1.2rem;
  }
}

.heading-text__heading-col .btn {
  margin-top: 2rem;
}

.heading-text__img-wrap {
  max-width: var(--img-max-width, 350px);
  margin: 0 auto 2rem;
}
.heading-text__img-wrap img {
  width: 100%;
}

.heading-text--color-green .heading-text__icon {
  background: color-mix(in srgb, var(--c-green) 10%, transparent);
}
.heading-text--color-green .heading-text__heading {
  color: var(--c-green);
}

.heading-text--color-blue-lt .heading-text__icon {
  background: color-mix(in srgb, var(--c-blue-lt) 10%, transparent);
}
.heading-text--color-blue-lt .heading-text__heading {
  color: var(--c-blue-lt);
}

.heading-text--color-blue .heading-text__icon {
  background: color-mix(in srgb, var(--c-blue) 10%, transparent);
}
.heading-text--color-blue .heading-text__heading {
  color: var(--c-blue);
}

.heading-text--color-purple .heading-text__icon {
  background: color-mix(in srgb, var(--c-purple) 10%, transparent);
}
.heading-text--color-purple .heading-text__heading {
  color: var(--c-purple);
}

.section--prof-dev-text-columns {
  background-image: url("../../images/bg-graphic-pro-dev.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.section--prof-dev-text-columns__bottom {
  margin-top: 4rem;
  text-align: center;
}

.page-type-professionalDevelopment .component:not(.component--solid).section--box-content {
  margin-top: 0;
}

.page-type-howItWorks .section--rich-text-1 {
  background-image: var(--g-green-lt);
}

.page-type-howItWorks .section--cards {
  padding-bottom: 0;
  background-image: url("../../images/basic-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page-type-howItWorks .cards-group {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .page-type-howItWorks .cards-group {
    margin-top: 5rem;
  }
}
.page-type-howItWorks .cards-group:first-child {
  margin-top: 0;
}
.page-type-howItWorks .cards-group .section-header {
  margin-bottom: 2rem;
}

.page-type-howItWorks .cards-3-col .card:nth-child(odd) .card__heading {
  color: var(--c-purple);
}
.page-type-howItWorks .cards-3-col .card:nth-child(even) .card__heading {
  color: var(--c-green);
}

.page-type-team .section--cards {
  background-image: url("../../images/basic-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.team-cards .cards {
  display: block;
}

.team-isotope-filter {
  overflow-x: auto;
}
.team-isotope-filter .btn {
  margin-right: 0.5rem;
}
.team-isotope-filter .btn.active {
  color: var(--c-white);
  background: var(--c-purple);
}
.team-isotope-filter .btn.active:hover, .team-isotope-filter .btn.active:focus {
  background: color-mix(in srgb, var(--c-purple) 95%, #fff);
}

.team-isotope-filter__inner {
  min-width: 890px;
}

.team-isotope-items .team-card {
  width: 100%;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .team-isotope-items .team-card {
    width: calc(50% - 15px);
    margin-top: 6rem;
  }
}

.team-cards .team-card {
  text-align: center;
  padding: 2rem 1rem 1rem;
}
@media (min-width: 768px) {
  .team-cards .team-card {
    padding: 2rem 2rem 2.5rem;
  }
}
.team-cards .team-card .card__img-wrap {
  width: 100px;
  height: 100px;
  margin: -50px auto 2rem;
  border-radius: 15px;
  overflow: hidden;
}

.page-type-langLab .section--cards {
  background-image: url("../../images/basic-bg.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: 100% 2000px;
}
@media (min-width: 768px) {
  .page-type-langLab .section--cards {
    background-size: 100% 1200px;
  }
}

.page-type-langLab .cards-group {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .page-type-langLab .cards-group {
    margin-top: 4rem;
  }
}
@media (min-width: 991px) {
  .page-type-langLab .cards-group {
    margin-top: 5rem;
  }
}
.page-type-langLab .cards-group:first-child {
  margin-top: 0;
}

.page-type-langLab .cards-2-col .card:nth-child(1) .card__heading {
  color: var(--c-purple);
}
.page-type-langLab .cards-2-col .card:nth-child(2) .card__heading {
  color: var(--c-green);
}
.page-type-langLab .cards-2-col .card:nth-child(3) .card__heading {
  color: var(--c-blue-lt);
}
.page-type-langLab .cards-2-col .card:nth-child(4) .card__heading {
  color: var(--c-blue);
}

.page-type-langLab .cards-group--1 .cards {
  position: relative;
  margin-top: 8rem;
}
@media (min-width: 768px) {
  .page-type-langLab .cards-group--1 .cards {
    margin-top: 5rem;
  }
}
.page-type-langLab .cards-group--1 .cards::before {
  content: "?";
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
  background: var(--c-blue-lt);
  color: var(--c-white);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -70%);
}
@media (min-width: 768px) {
  .page-type-langLab .cards-group--1 .cards::before {
    transform: translate(-50%, -33%);
  }
}

.page-type-langLab .section--testimonials {
  background-image: var(--g-blue-lt);
}

.page-type-avantSample .section--cards {
  background-image: url("../../images/basic-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 120%;
}

.page-type-avantSample .cards-3-col .card:nth-child(1) .card__heading {
  color: var(--c-purple);
}
.page-type-avantSample .cards-3-col .card:nth-child(2) .card__heading {
  color: var(--c-green);
}
.page-type-avantSample .cards-3-col .card:nth-child(3) .card__heading {
  color: var(--c-blue-lt);
}

.page-type-grabAndGoTasks .section--catalog-icon {
  background-image: url("../../images/basic-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 130%;
}

.section--featured-entries .section-header,
.section--blog-landing-posts .section-header {
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .section--featured-entries .section-header,
  .section--blog-landing-posts .section-header {
    margin-bottom: 2.5rem;
  }
}

.section--featured-entries {
  background-image: url("../../images/basic-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 130%;
}

.section--blog-landing-posts .section-footer {
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section--blog-landing-posts .section-footer {
    margin-top: 3rem;
  }
}

.section--caomparison-table .accordion.active {
  background-color: var(--c-white);
  box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5);
}

.comparison-table__wrap--box-shadow {
  padding: 1rem;
  background-color: var(--c-white);
}
@media (min-width: 768px) {
  .comparison-table__wrap--box-shadow {
    padding: 1.5rem;
  }
}

.comparison-table__wrap {
  overflow-x: scroll;
}

.comparison-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 0.6em;
}
@media (min-width: 991px) {
  .comparison-table {
    font-size: 1em;
  }
}
.comparison-table td,
.comparison-table th {
  vertical-align: middle;
  padding: 0.5em;
}
.comparison-table td {
  text-align: center;
}
.comparison-table thead {
  color: var(--c-black);
  font-weight: 700;
}
.comparison-table tbody tr:nth-child(even) {
  background: color-mix(in srgb, var(--c-grey) 10%, #fff);
}
.comparison-table tbody tr.row-has-bg {
  background-color: transparent;
}
.comparison-table tbody th {
  max-width: 300px;
}
.comparison-table .bg--green {
  background-color: var(--c-green);
  color: var(--c-white);
}
.comparison-table .bg--blue {
  background-color: var(--c-blue-lt);
  color: var(--c-white);
}
.comparison-table .bg--blue-md {
  background-color: var(--c-blue);
  color: var(--c-white);
}
.comparison-table .check--open,
.comparison-table .check--checked {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid var(--c-blue-lt);
  border-radius: 50%;
  opacity: 0.5;
}
.comparison-table .check--checked {
  background-image: url("../../images/checkmark-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  opacity: 1;
}

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