@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.gh-portal-powered {
  display: none !important;
  opacity: 0;
}

/*=====================================================
    Fonts
=====================================================*/
:root {
  --font-family: "Work Sans", sans-serif;
}

/*=====================================================
    common variables ( as SCSS mixin )
    define common variable for light and dark here
=====================================================*/
/*=====================================================
    light theme colors ( as SCSS mixin )
=====================================================*/
/*=====================================================
    dark theme colors ( as SCSS mixin )
=====================================================*/
/*=====================================================
    ⚠ WARNING: please do not edit below this line,
    incorrect coding may break the theme

    Merging common variables with light and dark
    separately
=====================================================*/
:root {
  --c-white: #ffffff;
  --c-black: #000000;
  --logo-header-height: 40px;
  --logo-footer-height: 32px;
  --c-primary-light: #cce4ff;
  --c-primary-main: #0057ff;
  --c-primary-dark: #012293;
  --c-success-light: #96ea8c;
  --c-success-main: #6cd66a;
  --c-success-dark: #2da140;
  --c-error-light: #ff9b84;
  --c-error-main: #ff7467;
  --c-error-dark: #db2635;
  --c-star: #ffd700;
  --c-dot-1: #ffe268;
  --c-dot-2: #ff005c;
  --c-dot-3: #ffab73;
  --c-dot-4: #4a47a3;
  --c-dot-5: #80abff;
  --size-1: 4px;
  --size-2: 8px;
  --size-3: 16px;
  --dot-anim-duration: 400s;
  --gradient-primary: linear-gradient(
    to bottom right,
    var(--c-primary-main),
    var(--c-primary-dark)
  );
  --c-body-bg: #ffffff;
  --c-text-main: #161f38;
  --c-text-light: #575861;
  --c-gray-light: #efefef;
  --c-gray-lighter: #f9f9f9;
  --c-border: #dadce5;
  --c-border-light: var(--c-gray-light);
  --shadow-opacity: 0.2;
  --c-shadow: 0 10px 10px rgba(0, 0, 0, var(--shadow-opacity));
}

[data-theme="dark"] {
  --c-white: #ffffff;
  --c-black: #000000;
  --logo-header-height: 40px;
  --logo-footer-height: 32px;
  --c-primary-light: #cce4ff;
  --c-primary-main: #0057ff;
  --c-primary-dark: #012293;
  --c-success-light: #96ea8c;
  --c-success-main: #6cd66a;
  --c-success-dark: #2da140;
  --c-error-light: #ff9b84;
  --c-error-main: #ff7467;
  --c-error-dark: #db2635;
  --c-star: #ffd700;
  --c-dot-1: #ffe268;
  --c-dot-2: #ff005c;
  --c-dot-3: #ffab73;
  --c-dot-4: #4a47a3;
  --c-dot-5: #80abff;
  --size-1: 4px;
  --size-2: 8px;
  --size-3: 16px;
  --dot-anim-duration: 400s;
  --gradient-primary: linear-gradient(
    to bottom right,
    var(--c-primary-main),
    var(--c-primary-dark)
  );
  --c-body-bg: #272935;
  --c-text-main: #f9f9fa;
  --c-text-light: #b2b2b3;
  --c-gray-light: #454854;
  --c-gray-lighter: #303340;
  --c-border: #35394b;
  --c-border-light: var(--c-gray-light);
  --shadow-opacity: 0.2;
  --c-shadow: 0 10px 10px rgba(0, 0, 0, var(--shadow-opacity));
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/*=====================================================
	The following code has been written using
	reference and concept from
	https://github.com/trufa/example-css-grid
	here we generate simple and common grid
	system classes similar to bootstrap. Now
	we don't use bootstrap css large file.
	Common .col, .row and .container classes
	are available just for the grid system
	in our template
=====================================================*/
/*=====================================================
	Media query mixin
=====================================================*/
/*=====================================================
	mixin col class
=====================================================*/
/*=====================================================
	generating grid classes
=====================================================*/
.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col {
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media screen and (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 1300px) and (min-width: 558px) {
  .container {
    width: calc(100vw - 64px);
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.text-upper {
  text-transform: uppercase;
}

.no-style-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-space-between {
  justify-content: space-between;
}

.block {
  display: block;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.vertical-center > * {
  vertical-align: middle;
}

.object-fit-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: var(--font-family);
  line-height: 1.5;
  color: var(--c-text-main);
  background-color: var(--c-body-bg);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--c-text-main);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 2.5rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.heading-large {
  font-size: 4rem;
}

@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  h4,
  .h4 {
    font-size: 1.25rem;
  }
  h5,
  .h5 {
    font-size: 1.125rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
  .heading-large {
    font-size: 2.5rem;
  }
}

a {
  text-decoration: none;
  color: var(--c-primary-main);
  transition: all 250ms;
}

a:hover {
  text-decoration: none;
}

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

svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
}

.btn {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0px 1rem;
  border-radius: var(--size-1);
  height: 48px;
  line-height: 48px;
  border: none;
  background-color: var(--c-primary-main);
  color: var(--c-white);
  transition: all 250ms;
  outline: 0;
  align-items: center;
}

.btn:not(:disabled):not(.diabled) {
  cursor: pointer;
}

.btn:hover,
.btn:focus {
  background-color: var(--c-primary-dark);
  text-decoration: none;
}

.btn svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.btn-alternate {
  background-color: var(--c-white);
  color: var(--c-black);
}

.btn-alternate:hover,
.btn-alternate:focus,
.btn-alternate:active {
  background-color: var(--c-white);
  color: var(--c-primary-main);
}

.btn-flat {
  background-color: var(--c-body-bg);
  color: var(--c-text-main);
}

.btn-flat:hover,
.btn-flat:focus,
.btn-flat:active {
  background-color: var(--c-body-bg);
  color: var(--c-primary-main);
}

.btn-flat.loading::after {
  content: none !important;
}

.btn-sm {
  height: 40px;
  line-height: 40px;
}

.btn-block {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
  background: var(--c-body-bg);
  border: 1px solid var(--c-border);
  box-shadow: none;
  height: 48px;
  width: 100%;
  padding: 0px 1rem;
  margin-bottom: 16px;
  color: var(--c-text-main);
  border-radius: var(--size-1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  border: 1px solid var(--c-primary-main);
  color: var(--c-text-main);
  outline: none;
  box-shadow: none;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--c-text-light);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  color: var(--c-text-light);
}

textarea {
  height: auto;
  padding: 1rem;
}

.input-field {
  margin-bottom: 16px;
}

.input-field:last-child {
  margin-bottom: 0;
}

.form-field {
  width: 100%;
}

@media (min-width: 768px) {
  .field-group-inline {
    display: flex;
    flex-wrap: wrap;
  }
  .field-group-inline .form-field {
    width: auto;
    margin-bottom: 0;
  }
  .field-group-inline .form-field:not(:last-child) {
    margin-right: 12px;
  }
  .field-group-inline .input-field {
    flex: 1 0 200px;
    width: auto;
  }
}

blockquote {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 2.5rem 0;
  padding: 2rem;
  position: relative;
  font-weight: 700;
  color: var(--c-white);
  overflow: hidden;
}

blockquote::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEgOS4yNzVjMCA1LjE0MS0zLjg5MiAxMC41MTktMTAgMTEuNzI1bC0uOTg0LTIuMTI2YzIuMjE1LS44MzUgNC4xNjMtMy43NDIgNC4zOC01Ljc0Ni0yLjQ5MS0uMzkyLTQuMzk2LTIuNTQ3LTQuMzk2LTUuMTQ5IDAtMy4xODIgMi41ODQtNC45NzkgNS4xOTktNC45NzkgMy4wMTUgMCA1LjgwMSAyLjMwNSA1LjgwMSA2LjI3NXptMTMgMGMwIDUuMTQxLTMuODkyIDEwLjUxOS0xMCAxMS43MjVsLS45ODQtMi4xMjZjMi4yMTUtLjgzNSA0LjE2My0zLjc0MiA0LjM4LTUuNzQ2LTIuNDkxLS4zOTItNC4zOTYtMi41NDctNC4zOTYtNS4xNDkgMC0zLjE4MiAyLjU4NC00Ljk3OSA1LjE5OS00Ljk3OSAzLjAxNSAwIDUuODAxIDIuMzA1IDUuODAxIDYuMjc1eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 180px;
  opacity: 0.06;
  width: 180px;
  height: 180px;
  position: absolute;
  left: -20px;
  top: -40px;
  z-index: -1;
}

blockquote::after {
  content: "";
  background-color: var(--c-primary-main);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-radius: var(--size-2);
  z-index: -2;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

figcaption {
  font-size: 1rem;
  text-align: center;
  margin-top: 8px;
}

.table-responsive {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 2rem;
}

.table-responsive table {
  margin-bottom: 0;
}

hr {
  border: none;
  border-bottom: 1px solid var(--c-border);
  margin: 4rem 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  font-size: 1rem;
}

table,
th,
td {
  border: 1px solid var(--c-border);
}

th {
  color: var(--c-text-main);
}

th,
td {
  padding: 8px 16px;
}

dd,
dt {
  line-height: 24px;
}

dl,
ol,
ul {
  padding-left: 1.3rem;
}

pre {
  overflow: auto;
  background-color: var(--c-gray-lighter);
  border-radius: var(--size-2);
  border: 1px solid var(--c-border-light);
  padding: 1rem;
  margin: 2.5rem 0;
  overflow: auto;
  font-size: 1rem;
  line-height: 1.5;
}

code {
  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono",
    "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono",
    "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L",
    "Courier New", Courier, monospace;
}

:not(pre) > code {
  font-size: 0.875em;
  background-color: var(--c-gray-light);
  padding: 2px 6px;
  border: 1px solid var(--c-border);
  border-radius: var(--size-1);
}

.label {
  display: inline-flex;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  border-radius: 14px;
}

.label-success {
  background: var(--c-success-light);
  color: var(--c-black);
}

.label-success-solid {
  background: var(--c-success-dark);
  color: var(--c-white);
}

.site-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

[data-nav="sticky"] .site-wrap {
  margin-top: 88px;
  padding-top: 40px;
}

.main {
  flex-grow: 1;
}

@-webkit-keyframes loading {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}

.loading .btn,
.loading.btn,
.loading button,
.loading.button,
.loading input[type="submit"],
.loadinginput[type="submit"] {
  position: relative;
  pointer-events: none;
}

.loading .btn:after,
.loading.btn:after,
.loading button:after,
.loading.button:after,
.loading input[type="submit"]:after,
.loadinginput[type="submit"]:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  border: 3px solid var(--c-white);
  border-top-color: transparent;
  -webkit-animation: loading 0.8s linear infinite;
  animation: loading 0.8s linear infinite;
}

.loading .btn span,
.loading.btn span,
.loading button span,
.loading.button span,
.loading input[type="submit"] span,
.loadinginput[type="submit"] span {
  visibility: hidden;
}

.success .btn,
.success.btn,
.success button,
.success.button,
.success input[type="submit"],
.successinput[type="submit"] {
  position: relative;
}

.success .btn::before,
.success.btn::before,
.success button::before,
.success.button::before,
.success input[type="submit"]::before,
.successinput[type="submit"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 10px;
  width: 20px;
  border: 3px solid var(--c-white);
  border-top-width: 0;
  border-right-width: 0;
  transform: translate(-50%, -75%) rotate(-45deg);
}

.success .btn span,
.success.btn span,
.success button span,
.success.button span,
.success input[type="submit"] span,
.successinput[type="submit"] span {
  visibility: hidden;
}

/* medium zoom fix */
.medium-zoom-overlay {
  z-index: 4000000;
}

.medium-zoom-image--opened {
  z-index: 4000001;
}

code[class*="language-"],
pre[class*="language-"] {
  color: var(--c-text-main);
  background: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}

pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

/* Code blocks */
pre[class*="language-"] {
  padding: 1rem;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: var(--c-gray-lighter);
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function,
.token.class-name {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.site-header {
  padding: 24px 0;
  margin-bottom: 40px;
}

[data-nav="sticky"] .site-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  transition: padding 0.3s;
}

[data-nav="sticky"] .site-header.small {
  background-color: var(--c-body-bg);
  padding: 12px 0;
  border-bottom: 1px solid var(--c-border-light);
}

@media (max-width: 576px) {
  .site-header {
    padding: 16px 0;
    margin-bottom: 16px;
  }
  .site-header.is-home {
    margin-bottom: 0;
  }
}

.header-inner {
  display: flex;
  align-items: center;
}

.header-logo {
  margin-right: 16px;
}

.header-logo .logo-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 40px;
  color: var(--c-text-main);
}

.header-logo .logo-text:hover,
.header-logo .logo-text:focus,
.header-logo .logo-text:active {
  color: var(--c-text-main);
}

.header-logo .logo-img img {
  max-height: var(--logo-header-height);
}

.theme-dark-logo {
  display: none;
}

[data-theme="dark"] .theme-light-logo {
  display: none;
}

[data-theme="dark"] .theme-dark-logo {
  display: inline;
}

.header-right {
  align-items: center;
}

.header-nav-list {
  display: flex;
  align-items: center;
}

.header-nav-list li {
  font-weight: 500;
  margin: 0rem 1rem;
  font-size: 1rem;
  line-height: 24px;
  position: relative;
  color: var(--c-text-light);
}

.header-nav-list li ul {
  position: absolute;
  top: 100%;
  left: -1rem;
  background: var(--c-body-bg);
  border: 1px solid var(--c-border-light);
  box-shadow: var(--c-shadow);
  z-index: 9;
  border-radius: var(--size-2);
  padding: 12px 0;
  min-width: 250px;
  transition: all 250ms;
  transform: translate3d(0, 10px, 0);
}

.header-nav-list li ul li {
  margin: 0.25rem 1rem;
}

.header-nav-list li:last-child ul {
  left: auto;
  right: 0;
}

.header-nav-list li:hover > ul,
.header-nav-list li:focus-within > ul,
.header-nav-list li:active > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.header-nav-list > li:last-child {
  margin-right: 0;
}

.header-nav-list a {
  display: inline-flex;
  width: 100%;
  color: var(--c-text-main);
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
}

.header-nav-list .attraction a {
  color: #5c6b8a;
}
.header-nav-list .love a {
  color: #5c6b8a;
}
.header-nav-list .breakups a {
  color: #5c6b8a;
}
.header-nav-list .life a {
  color: #5c6b8a;
}

.header-nav-list a:after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: var(--c-text-main);
  border-radius: 2px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  opacity: 1;
  transition: transform 300ms cubic-bezier(0.2, 1, 0.3, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}

.header-nav-list a:hover,
.header-nav-list a:focus,
.header-nav-list a:active {
  text-decoration: none;
}

.header-nav-list a:hover::after,
.header-nav-list a:focus::after,
.header-nav-list a:active::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}

.header-nav-list a.nav-current::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
  background-color: var(--c-primary-main);
}

.header-nav-list a.nav-current li {
  margin: 0;
}

.header-nav-list a.nav-current a {
  display: block;
}

.header-nav-list a.btn-menuitem {
  height: 32px;
  width: auto;
  color: var(--c-white);
  font-size: 0.875rem;
}

.header-nav-list a.btn-menuitem::after {
  content: none;
  display: none;
}

.header-nav-list .submenu-parent > a:after {
}

.header-nav-list .submenu-parent > a svg {
  width: 12px;
  margin-left: 6px;
  margin-top: 1px;
}

.header-nav-list .small-arrow > a svg {
  width: 12px;
  margin-left: 6px;
  margin-top: 1px;
}

.icon-items-wrap {
  align-items: center;
}

.nav-icon {
  color: var(--c-text-main);
  margin: 0px 12px;
}

.nav-icon:hover {
  color: var(--c-primary-main);
}

.nav-icon span {
  height: 18px;
  line-height: 18px;
  display: block;
}

.nav-icon svg {
  width: 18px;
  height: 18px;
}

.nav-icon:first-child {
  margin-left: 32px;
}

.nav-icon:last-child {
  margin-right: 0;
}

.toggle-mode .light {
  display: none;
}

[data-theme="dark"] .toggle-mode .light {
  display: flex;
}

[data-theme="dark"] .toggle-mode .dark {
  display: none;
}

.user-nav-wrap {
  position: relative;
}

.user-nav-wrap:hover .user-details-links,
.user-nav-wrap:focus-within .user-details-links,
.user-nav-wrap:active .user-details-links {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.user-details-links {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--c-body-bg);
  border: 1px solid var(--c-border-light);
  box-shadow: var(--c-shadow);
  z-index: 1;
  border-radius: var(--size-2);
  padding: 16px;
  min-width: 165px;
  transition: all 250ms;
  transform: translate3d(0, 10px, 0);
}

.user-details-links .user-details {
  border-bottom: 1px solid var(--c-border);
  padding-bottom: 16px;
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: var(--c-text-main);
}

.user-details-links .user-name {
  font-weight: 600;
}

.user-links {
  display: block;
  color: var(--c-text-main);
  height: 24px;
  line-height: 24px;
  margin: 8px 0;
  position: relative;
  font-weight: 500;
}

.user-links:after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: var(--c-text-main);
  border-radius: 2px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  opacity: 1;
  transition: transform 300ms cubic-bezier(0.2, 1, 0.3, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}

.user-links:hover,
.user-links:focus,
.user-links:active {
  text-decoration: none;
}

.user-links:hover::after,
.user-links:focus::after,
.user-links:active::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}

.user-links.nav-current::after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
  background-color: var(--c-primary-main);
}

.user-links.nav-current li {
  margin: 0;
}

.user-links.nav-current a {
  display: block;
}

.nav-user-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--c-gray-light);
  border: 1px solid var(--c-border);
  color: var(--c-text-main);
  position: relative;
  transition: none;
  display: none;
}

.nav-user-icon .nav-user-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.nav-user-icon svg {
  color: var(--c-text-main);
  width: 120%;
  height: 120%;
  margin-left: -10%;
  opacity: 0.5;
}

.mobile-menu-checkbox {
  display: none;
}

.mobile-menu-icon {
  z-index: 50;
  position: relative;
  display: none;
  height: 20px;
  width: 28px;
  cursor: pointer;
  transition: 250ms;
}

.mobile-menu-icon .line {
  width: 100%;
  height: 2px;
  background-color: var(--c-text-main);
  position: absolute;
  right: 0;
  transition: all 300ms;
}

.mobile-menu-icon .line:first-child {
  top: 0px;
}

.mobile-menu-icon .line:nth-child(2) {
  top: 9px;
}

.mobile-menu-icon .line:nth-child(3) {
  top: 18px;
}

.mobile-menu-checkbox:checked ~ .mobile-menu-icon .line:first-child {
  width: 100%;
  transform: rotate(45deg);
  top: 10px;
}

.mobile-menu-checkbox:checked ~ .mobile-menu-icon .line:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}

.mobile-menu-checkbox:checked ~ .mobile-menu-icon .line:nth-child(3) {
  width: 100%;
  top: 10px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1100px) {
  .mobile-menu-icon {
    display: block;
  }
  .header-inner {
    position: relative;
  }
  .header-right {
    position: absolute;
    top: 100%;
    right: 16px;
    display: block;
    background: var(--c-body-bg);
    border: 1px solid var(--c-border-light);
    box-shadow: var(--c-shadow);
    opacity: 0;
    visibility: hidden;
    padding: 1rem 0.5rem;
    border-radius: var(--size-2);
    z-index: 9;
    transform: translate3d(0, 10px, 0);
    transition: all 200ms;
  }
  .header-nav-list {
    display: block;
  }
  .header-nav-list li {
    margin: 0.25rem 1rem;
  }
  .header-nav-list li ul {
    display: block;
    position: relative;
    left: -1rem;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    transform: translate3d(0, 0, 0);
  }
  .header-nav-list li ul li {
    margin: 0.25rem 0 0.25rem 1rem;
  }
  .header-nav-list li:last-child ul {
    left: -1rem;
  }
  .header-nav-list .submenu-parent > a {
    display: none;
  }
  .mobile-menu-checkbox:checked ~ .header-right {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .icon-items-wrap {
    margin: 0 0 0 16px;
    flex: 1 0 100%;
    width: 148px;
  }
  .nav-icon:first-child {
    margin-left: 0;
  }
  .user-details-links {
    position: relative;
    top: 0;
    box-shadow: none;
    transform: translate3d(0, 0, 0);
    padding: 0;
    border: none;
  }
  .user-details {
    display: none;
  }
  .nav-user-icon {
    display: none;
  }
  .user-links {
    height: 32px;
    line-height: 32px;
    margin: 4px 0;
  }
  .search-icon,
  .theme-icon {
    flex-basis: 50%;
    margin: 16px 0;
  }
}

@media screen and (min-width: 1101px) {
  .header-nav-list li ul {
    opacity: 0;
    visibility: hidden;
  }
  .user-details-links {
    opacity: 0;
    visibility: hidden;
  }
}

.home-cover-area {
  margin-top: 7rem;
  margin-bottom: 12rem;
}

.home-cover-area .social-links-wrap {
  margin-top: 2rem;
}

.home-cover-wrap {
  align-items: center;
}

.home-cover-wrap.has-cover-image {
  flex-direction: row-reverse;
}

.home-cover-content-wrap {
  -webkit-animation: slideUp 0.7s ease-out;
  animation: slideUp 0.7s ease-out;
}

.intro-description {
  font-size: 1.5rem;
}

.cover-subscribe-form {
  margin-top: 40px;
  max-width: 460px;
}

.cover-img-container {
  max-width: 400px;
  margin-left: auto;
  -webkit-animation: scaleUp 1s ease-out;
  animation: scaleUp 1s ease-out;
}

.cover-img-wrap {
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
}

.cover-img-wrap::before {
  content: "";
  width: 128%;
  height: 128%;
  top: -14%;
  left: -14%;
  z-index: -2;
  position: absolute;
  border: 2px dashed var(--c-border-light);
  border-radius: 50%;
}

.cover-img-wrap::after {
  content: "";
  width: 168%;
  height: 168%;
  top: -34%;
  left: -34%;
  z-index: -2;
  position: absolute;
  border: 2px dashed var(--c-border-light);
  border-radius: 50%;
}

.cover-img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.dot-parent {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.dot-parent .dot {
  border-radius: 50%;
  filter: blur(2px);
}

.dot-1 {
  top: -14%;
  left: -14%;
  width: 128%;
  height: 128%;
  -webkit-animation: spin var(--dot-anim-duration) linear infinite;
  animation: spin var(--dot-anim-duration) linear infinite;
  -webkit-animation-delay: calc(var(--dot-anim-duration) / -8);
  animation-delay: calc(var(--dot-anim-duration) / -8);
}

.dot-1 .dot {
  position: relative;
  top: -2.5%;
  left: calc(50% - 2.5%);
  background: var(--c-dot-1);
  width: 5%;
  height: 5%;
}

.dot-2 {
  top: -14%;
  left: -14%;
  width: 128%;
  height: 128%;
  -webkit-animation: spin var(--dot-anim-duration) linear infinite;
  animation: spin var(--dot-anim-duration) linear infinite;
  -webkit-animation-delay: calc(var(--dot-anim-duration) / -1.81);
  animation-delay: calc(var(--dot-anim-duration) / -1.81);
}

.dot-2 .dot {
  position: relative;
  top: -3%;
  left: calc(50% - 3%);
  background: var(--c-dot-2);
  width: 6%;
  height: 6%;
}

.dot-3 {
  top: -34%;
  left: -34%;
  width: 168%;
  height: 168%;
  -webkit-animation: spin var(--dot-anim-duration) linear infinite;
  animation: spin var(--dot-anim-duration) linear infinite;
  -webkit-animation-delay: calc(var(--dot-anim-duration) / -3.33);
  animation-delay: calc(var(--dot-anim-duration) / -3.33);
}

.dot-3 .dot {
  position: relative;
  top: -2.5%;
  left: calc(50% - 2.5%);
  background: var(--c-dot-3);
  width: 5%;
  height: 5%;
}

.dot-4 {
  top: -34%;
  left: -34%;
  width: 168%;
  height: 168%;
  -webkit-animation: spin var(--dot-anim-duration) linear infinite;
  animation: spin var(--dot-anim-duration) linear infinite;
  -webkit-animation-delay: calc(var(--dot-anim-duration) / -1.08);
  animation-delay: calc(var(--dot-anim-duration) / -1.08);
}

.dot-4 .dot {
  position: relative;
  top: -2.5%;
  left: calc(50% - 2.5%);
  background: var(--c-dot-4);
  width: 5%;
  height: 5%;
}

.dot-5 {
  top: -34%;
  left: -34%;
  width: 168%;
  height: 168%;
  -webkit-animation: spin var(--dot-anim-duration) linear infinite;
  animation: spin var(--dot-anim-duration) linear infinite;
  -webkit-animation-delay: calc(var(--dot-anim-duration) / -1.48);
  animation-delay: calc(var(--dot-anim-duration) / -1.48);
}

.dot-5 .dot {
  position: relative;
  top: -3%;
  left: calc(50% - 3%);
  background: var(--c-dot-5);
  width: 6%;
  height: 6%;
}

@media screen and (max-width: 991px) {
  .home-cover-area {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .cover-img-container {
    margin: 0 auto 2rem;
    max-width: 300px;
  }
  .heading-large,
  .intro-description {
    text-align: center;
  }
  .cover-subscribe-form {
    margin-left: auto;
    margin-right: auto;
  }
  .home-cover-area .social-links-wrap {
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .home-cover-area {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .cover-img-container {
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .intro-description {
    font-size: 1.25rem;
  }
  .mobile-show-more {
    margin-bottom: 100px;
  }
  .pagination-wrap {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 768px) {
  .cover-subscribe-form {
    max-width: 460px;
  }
}

.section-title {
  margin-bottom: 40px;
}

.section-title span {
  position: relative;
}

.section-title span:before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #ffc43d;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.post-card {
  margin-bottom: 64px;
  -webkit-animation: slideUp 0.7s ease-out;
  animation: slideUp 0.7s ease-out;
}

.post-card .post-img-wrap {
  width: 240px;
  height: 240px;
  border-radius: var(--size-2);
  overflow: hidden;
  margin-right: 32px;
  position: relative;
  background-color: var(--c-gray-lighter);
}

.post-card .post-img-wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-card .post-info-wrap {
  flex: 1 1 300px;
}

.post-card .post-top-meta {
  align-items: center;
}

.post-card .featured-icon {
  color: var(--c-star);
}

.post-card .featured-icon svg {
  width: 20px;
  height: 20px;
}

.post-card .post-title {
  margin-top: 8px;
}

.post-card .post-title a {
  color: var(--c-text-main);
  border-bottom: 4px solid transparent;
}

.post-card .post-title a:hover {
  border-color: var(--c-text-main);
}

.post-card .post-excerpt {
  margin-bottom: 24px;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

ol.post-meta {
  list-style: none;
  padding-left: 0;
}

.post-card .post-meta {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--c-text-light);
}

.post-card .post-meta > *:not(:last-child)::after {
  content: "•";
  margin-left: 8px;
  position: absolute;
  display: inline-block;
  font-weight: 700;
}

.post-card .post-meta > *:not(:first-child) {
  margin-left: 18px;
}

.tag-wrap a {
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  border-radius: 14px;
  background: #09bc8a;
  color: var(--c-white);
  margin: 0 8px 8px 0;
  opacity: 0.9;
}

.tag-wrap a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .post-card .post-img-wrap {
    width: 100%;
    height: 0;
    padding-top: 57%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.email-subs-wrap {
  max-width: 950px;
  background-image: var(--gradient-primary);
  padding: 30px 30px;
  margin-top: 64px;
  background-image: var(--gradient-primary);
  border-radius: var(--size-2);
  color: var(--c-white);
  position: relative;
  overflow: hidden;
}

.email-subs-wrap::before {
  content: "";
  width: 18rem;
  height: 18rem;
  position: absolute;
  left: -2rem;
  top: -6rem;
  border-radius: 50%;
  border: 3.5rem solid rgba(0, 0, 0, 0.06);
  z-index: 0;
}

.email-subs-wrap::after {
  content: "";
  width: 26rem;
  height: 26rem;
  position: absolute;
  left: -6rem;
  top: -10rem;
  border-radius: 50%;
  border: 2px dashed rgba(0, 0, 0, 0.06);
  z-index: 0;
}

@media screen and (max-width: 1100px) {
  .email-subs-wrap {
    background-image: none;
  }
  .email-subs-wrap::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -2rem;
    top: -6rem;
    border-radius: 50%;
    border: 0rem solid rgba(0, 0, 0, 0.06);
    z-index: 0;
  }
}

@media screen and (max-width: 700px) {
  .email-subs-wrap {
    padding: 0 0 0 0;
    margin-top: 0;
    color: var(--c-white);
    background-image: none;
  }

  .email-subs-wrap::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -2rem;
    top: -6rem;
    border-radius: 50%;
    border: 0rem solid rgba(0, 0, 0, 0.06);
    z-index: 0;
  }

  .email-subs-wrap::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -6rem;
    top: -10rem;
    border-radius: 50%;
    border: 2px dashed rgba(0, 0, 0, 0.06);
    z-index: 0;
  }
}

.email-subs-wrap > * {
  position: relative;
}

.email-subs-wrap .icon {
  z-index: 1;
}

.email-subs-wrap .icon svg {
  width: 120px;
  height: auto;
}

.email-subs-wrap .email-subs-section-title {
  color: var(--c-white);
  margin-top: 2.5rem;
  z-index: 1;
}

.email-subs-wrap .email-subs-section-description {
  font-size: 1.25rem;
  z-index: 1;
}

.email-subs-wrap .form-wrap {
  padding: 16px;
  background: var(--c-white);
  border-radius: var(--size-2);
}

.email-subs-wrap .form-wrap label {
  color: var(--c-black);
}

.email-subs-wrap input[type="email"],
.email-subs-wrap input[type="text"],
.email-subs-wrap input[type="url"],
.email-subs-wrap textarea {
  background: var(--c-white);
  border-color: rgba(0, 0, 0, 0.1);
}

.email-subs-wrap input[type="email"]:focus,
.email-subs-wrap input[type="text"]:focus,
.email-subs-wrap input[type="url"]:focus,
.email-subs-wrap textarea:focus {
  border-color: var(--c-primary-main);
}

/* setting text main color to light theme
for input box as these has white background */
[data-theme="dark"] .email-subs-wrap input[type="email"],
[data-theme="dark"] .email-subs-wrap input[type="text"] {
  --c-text-main: #161f38;
  --c-text-light: #575861;
}

@media (max-width: 767px) {
  .email-subs-wrap {
    padding: 48px 24px;
  }
}

@media (max-width: 575px) {
  .email-subs-wrap {
    padding: 24px 16px;
  }
  .email-subs-wrap .icon svg {
    width: 80px;
  }
  .email-subs-wrap .email-subs-section-title {
    margin-top: 1.5rem;
  }
}

.centered-page-header {
  max-width: 840px;
  margin: 0 auto 4rem auto;
}

.centered-page-header .title {
  margin-top: 0;
}

.centered-page-header .description {
  font-size: 1.125rem;
  line-height: 1.65;
}

.site-footer {
  margin-top: 5rem;
  border-top: 1px solid var(--c-border-light);
}

.site-footer a {
  color: var(--c-text-main);
}

.site-footer a:hover {
  color: var(--c-primary-main);
}

.footer-top {
  padding-top: 4rem;
}

.footer-logo-wrap {
  margin-bottom: 1rem;
}

.footer-logo-wrap .logo-text {
  font-size: 1.25rem;
  font-weight: 600;
}

.footer-logo-wrap .logo-text:hover,
.footer-logo-wrap .logo-text:focus,
.footer-logo-wrap .logo-text:active {
  color: var(--c-text-main);
}

.footer-logo-wrap .logo-img img {
  max-height: var(--logo-footer-height);
}

.widget-about {
  flex: 1 1 360px;
  margin-right: 4rem;
  max-width: 360px;
}

.secondary-nav {
  flex: 1 1 auto;
}

.secondary-nav .nav-col {
  min-width: 160px;
  flex: 1 0 160px;
}

.secondary-nav .nav-col:not(:last-child) {
  padding-right: 16px;
}

.secondary-nav .title {
  margin-top: 0;
  font-weight: 400;
  color: var(--c-text-light);
  font-size: 0.875rem;
}

.secondary-nav .nav-link {
  margin-bottom: 0.75rem;
}

.secondary-nav a {
  font-weight: 500;
}

.footer-bottom {
  padding: 0rem 0 2.5rem 0;
  margin-top: 2rem;
  font-size: 0.875rem;
}

.footer-bottom > * {
  margin-top: 1rem;
}

.social-links-wrap {
  align-items: center;
}

.social-links-wrap .title {
  margin-right: 16px;
}

.social-links a {
  display: inline-flex;
  margin: 0 16px 0 0;
  text-align: center;
  color: var(--c-text-main);
}

.social-links a svg {
  width: 18px;
  height: 18px;
}

.copyright {
  font-size: 0.875rem;
}

@media screen and (max-width: 991px) {
  .widget-about {
    margin-right: 0;
    max-width: 500px;
  }
  .secondary-nav .nav-col {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .secondary-nav {
    justify-content: flex-end;
  }
  .secondary-nav .nav-col {
    max-width: 200px;
  }
}

.members-page-wrap {
  display: flex;
  min-height: 100vh;
}

.cover-wrap {
  min-height: 100vh;
  flex-basis: 60%;
  position: relative;
  background-color: var(--c-gray-lighter);
}

.cover-wrap .cover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.members-content-wrap {
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 80px;
  position: relative;
}

.members-content-wrap .logo-wrap {
  margin-right: 0;
  margin-bottom: 40px;
}

.members-wrap {
  max-width: 400px;
  padding: 2rem;
  border: 1px solid var(--c-border);
  border-radius: var(--size-2);
  background: var(--c-body-bg);
}

.members-title {
  margin-top: 0px;
}

.members-form {
  margin-top: 32px;
}

.alternate-option {
  margin-top: 24px;
}

.back-home-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  border: 1px solid var(--c-border);
  border-radius: var(--size-1);
  font-size: 0.875rem;
  padding: 0px 16px;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: var(--c-text-main);
}

.back-home-link:hover {
  color: var(--c-primary-main);
}

.back-home-link svg {
  width: 12px;
  margin-right: 4px;
}

@media screen and (max-width: 991px) {
  .cover-wrap {
    display: none;
  }
  .members-content-wrap {
    padding: 80px 32px;
  }
}

@media screen and (max-width: 1440px) {
  .cover-wrap {
    flex-basis: 50%;
  }
}

.single-post .post-header,
.single-post .post-content,
.single-post .post-footer {
  max-width: 700px;
  margin: 0 auto;
}

.single-post .post-title {
  margin-top: 0;
}

.single-post .post-meta {
  align-items: center;
  position: relative;
}

.single-post .post-meta > *:not(:last-child) {
  margin-right: 8px;
}

.single-post .post-meta > *:not(:last-child)::after {
  content: "•";
  margin-left: 8px;
  display: inline-block;
  font-weight: 600;
  color: var(--c-text-light);
}

.single-post .author-list {
  align-items: center;
}

.single-post .author-list .author-image {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  margin-left: -18px;
  border: 2px solid var(--c-body-bg);
  background: var(--c-gray-light);
}

.single-post .author-list .author-image:first-child {
  margin-left: 0;
}

.single-post .author-list .author-image svg {
  color: var(--c-text-main);
  width: 120%;
  height: 120%;
  margin-left: -10%;
  opacity: 0.5;
}

.single-post .author-list .author-image:nth-child(1) {
  z-index: 4;
}

.single-post .author-list .author-image:nth-child(2) {
  z-index: 3;
}

.single-post .author-list .author-image:nth-child(3) {
  z-index: 2;
}

.single-post .author-list .author-image:nth-child(4) {
  z-index: 1;
}

.single-post .author-list .author-image:nth-child(5) {
  z-index: 0;
}

.single-post .author-list .author-name {
  color: var(--c-text-main);
  font-weight: 500;
  border-bottom: 1px solid transparent;
}

.single-post .author-list .author-name:hover {
  border-color: var(--c-text-main);
}

.single-post .author-list .author-name:not(:last-of-type):after {
  content: ",";
}

.single-post .featured-image-wrap {
  margin: 32px 0;
  border-radius: var(--size-2);
  overflow: hidden;
}

.post-content {
  font-size: 1.125rem;
}

.post-content p {
  line-height: 1.65;
}

.post-content a {
  color: var(--c-text-main);
  border-bottom: 2px solid var(--c-text-main);
}

.post-content a:hover {
  color: var(--c-primary-main);
  border-color: var(--c-primary-main);
}

.post-content a.btn {
  border-bottom: none;
  color: var(--c-white);
}

.post-content a.btn-alternate {
  color: var(--c-black);
}

.post-content a.btn-alternate:hover {
  color: var(--c-primary-main);
}

.post-content li {
  margin-bottom: 8px;
}

.post-content ul ul,
.post-content ol ol {
  margin: 10px 0;
}

.post-content blockquote a,
.post-content blockquote a:hover {
  color: var(--c-white);
  border-color: var(--c-white);
}

.post-content .tweet-quote-wrap {
  text-align: right;
  margin-top: -1.5rem;
}

.post-content .tweet-quote-wrap .tweet-quote-link {
  border-bottom: none;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  margin-right: 8px;
}

.post-content .tweet-quote-wrap .tweet-quote-link svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.post-content .tweet-quote-wrap .tweet-quote-link span {
  font-weight: 600;
  border-bottom: 2px solid transparent;
  line-height: 1.2rem;
}

.post-content .tweet-quote-wrap .tweet-quote-link:hover span {
  border-color: var(--c-primary-main);
}

.post-content > * {
  margin-bottom: 2rem;
}

.post-content > h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 1rem;
}

.post-content .kg-bookmark-container {
  border: 1px solid var(--c-gray-light);
}

.post-content .kg-bookmark-container:hover {
  color: var(--c-text-main);
  border-color: var(--c-gray-light);
}

.post-content .kg-blockquote-alt {
  font-size: 2rem;
  line-height: 1.5;
  padding: 2rem;
}

.post-content .kg-callout-card {
  border-radius: var(--size-2);
}

.post-content .kg-callout-card-white {
  box-shadow: none;
  border: 1px solid var(--c-border);
}

.post-content .kg-toggle-card {
  border-radius: var(--size-2);
  box-shadow: none;
  border: 1px solid var(--c-border);
}

.post-content .kg-button-card a.kg-btn {
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: var(--size-1);
  height: 48px;
  line-height: 48px;
}

.post-content .kg-product-card a.kg-product-card-button {
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: var(--size-1);
  height: 48px;
  line-height: 48px;
}

.post-content .kg-product-card-container {
  box-shadow: none;
  border: 1px solid var(--c-border);
}

.post-content .kg-product-card-rating-active.kg-product-card-rating-star svg {
  color: #f08705;
}

.post-content .kg-header-card.kg-style-light .kg-header-card-header,
.post-content .kg-header-card.kg-style-light .kg-header-card-subheader {
  color: #161f38;
}

.post-content .kg-header-card-button {
  border: none;
}

.kg-image-card img {
  border-radius: var(--size-2);
  width: 100%;
}

@media (min-width: 1300px) {
  .kg-width-wide {
    width: calc(100% + (1138px - 100%));
    margin-left: calc((100% - 1138px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .kg-width-wide {
    width: calc(100% + (100vw - 100%) / 2);
    margin-left: calc((100% - 100vw) / 4);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .kg-width-full {
    width: calc(100% + (100vw - 100%) / 2);
    margin-left: calc((100% - 100vw) / 4);
  }
}

@media (min-width: 992px) {
  .kg-width-full {
    width: calc(100vw - 128px);
    margin-left: calc(50% + 64px - 50vw);
  }
}

.kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
  margin: 0.5rem 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.5rem;
}

.kg-gallery-row:first-of-type .kg-gallery-image:first-of-type img {
  border-top-left-radius: var(--size-2);
}

.kg-gallery-row:first-of-type .kg-gallery-image:last-of-type img {
  border-top-right-radius: var(--size-2);
}

.kg-gallery-row:last-of-type .kg-gallery-image:first-of-type img {
  border-bottom-left-radius: var(--size-2);
}

.kg-gallery-row:last-of-type .kg-gallery-image:last-of-type img {
  border-bottom-right-radius: var(--size-2);
}

.kg-bookmark-card a:hover {
  text-decoration: none;
}

.kg-bookmark-container {
  display: flex;
  flex-wrap: wrap;
  color: var(--c-text-main);
  text-decoration: none;
  flex-direction: column-reverse;
  border-radius: var(--border-radius-large);
  border: 1px solid var(--c-gray-light);
  background: var(--c-gray-lighter);
  border-radius: var(--size-2);
  overflow: hidden;
}

.kg-bookmark-container:hover {
  color: var(--c-text-main);
  border-color: var(--c-gray-light);
  text-decoration: none;
}

.kg-bookmark-container:hover .kg-bookmark-title {
  color: var(--c-primary-main);
}

.kg-bookmark-content {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 50%;
  padding: 1rem;
}

.kg-bookmark-title {
  line-height: 1.4;
  color: var(--text-color-dark);
  transition: all 300ms;
  font-weight: 700;
}

.kg-bookmark-description {
  font-size: 1rem;
  line-height: 1.6;
  display: -webkit-box;
  margin-top: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kg-bookmark-metadata {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin-top: 24px;
}

.kg-bookmark-thumbnail {
  flex-basis: 216px;
  flex-grow: 1;
  position: relative;
  border-radius: 0 var(--border-radius-large) var(--border-radius-large) 0;
  overflow: hidden;
}

.kg-bookmark-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kg-bookmark-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: bottom;
}

.kg-bookmark-author,
.kg-bookmark-publisher {
  font-size: 0.875rem;
  font-weight: 700;
}

.kg-bookmark-publisher:before {
  content: "•";
  margin: 0 6px;
}

@media screen and (min-width: 768px) {
  .post-content .kg-bookmark-container {
    flex-direction: row;
  }
  .post-content .kg-bookmark-thumbnail {
    flex-basis: 32%;
    min-height: 144px;
  }
}

.share-wrap {
  margin-top: 40px;
  margin-bottom: 32px;
}

.share-title {
  margin-bottom: 1.5rem;
}

.share-links {
  justify-content: center;
}

.share-links a {
  color: var(--c-text-main);
  margin: 0 12px 16px 12px;
  background: var(--c-gray-light);
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-links a:hover,
.share-links a:focus,
.share-links a:active {
  color: var(--c-primary-main);
}

.share-links a svg {
  width: 16px;
  height: 16px;
}

.js-notification-copy-link {
  opacity: 0;
  transition: opacity 300ms;
}

.js-notification-copy-link span {
  display: inline-flex;
  margin: 0 auto;
  background: var(--c-success-light);
  color: var(--c-black);
  font-weight: 500;
  padding: 4px 16px;
  border-radius: var(--size-1);
}

.js-notification-copy-link.visible {
  opacity: 1;
}

.about-author {
  padding: 20px;
  margin-bottom: 1rem;
  background: var(--c-gray-lighter);
  border-radius: var(--size-2);
}

.about-author .avatar-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.25rem;
}

.about-author .avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background: var(--c-gray-light);
}

.about-author .avatar.no-image svg {
  color: var(--c-text-main);
  width: 120%;
  height: 120%;
  margin-left: -10%;
  opacity: 0.5;
}

.about-author .author-info {
  flex: 1 0 0px;
}

.about-author .name {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.about-author .name a {
  color: var(--c-text-main);
  border-bottom: 2px solid transparent;
}

.about-author .name a:hover {
  border-color: var(--c-text-main);
}

.paid-membership-cta {
  padding: 24px;
  margin-bottom: 64px;
  background-image: var(--gradient-primary);
  border-radius: var(--size-2);
  align-items: center;
  position: relative;
  overflow: hidden;
}

.paid-membership-cta[data-width="medium"],
.paid-membership-cta[data-width="small"] {
  align-items: center;
  justify-content: center;
}

.paid-membership-cta[data-width="medium"] .text-wrap,
.paid-membership-cta[data-width="small"] .text-wrap {
  flex-basis: 100%;
  margin-right: 0;
  margin-bottom: 40px;
  text-align: center;
}

.paid-membership-cta[data-width="medium"] .hidden-small,
.paid-membership-cta[data-width="small"] .hidden-small {
  display: none;
}

.paid-membership-cta[data-width="medium"] .hidden-large,
.paid-membership-cta[data-width="small"] .hidden-large {
  display: inline-block;
}

.paid-membership-cta[data-width="small"] .plans-wrap {
  align-items: center;
}

.paid-membership-cta[data-width="small"] .plans-wrap-inner {
  justify-content: center;
}

.paid-membership-cta[data-width="small"] .plan:first-child {
  margin: 0 12px 24px;
}

.paid-membership-cta::before {
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  left: -3.5rem;
  top: -10rem;
  border-radius: 50%;
  border: 5rem solid rgba(0, 0, 0, 0.06);
  z-index: 0;
}

@media screen and (max-width: 1100px) {
  .paid-membership-cta {
    background-image: none;
    margin-bottom: 0px;
  }
  .paid-membership-cta::before {
    content: "";
    width: 24rem;
    height: 24rem;
    position: absolute;
    left: -3.5rem;
    top: -10rem;
    border-radius: 50%;
    border: 0rem solid rgba(0, 0, 0, 0.06);
    z-index: 0;
  }
}

.paid-membership-cta > * {
  z-index: 1;
}

.paid-membership-cta .text-wrap {
  flex: 1;
  color: var(--c-white);
  margin-right: 24px;
}

.paid-membership-cta .text-wrap .title {
  color: var(--c-white);
  margin-top: 0;
}

.paid-membership-cta .text-wrap .description {
  font-size: 1rem;
}

.description-cta-font-size {
  margin-top: 0.25em;
  font-size: 1.2em !important;
}

.paid-membership-cta .plans-wrap {
  flex-direction: column;
  justify-content: left;
}

.paid-membership-cta .plan {
  background: var(--c-white);
  border-radius: var(--size-2);
  padding: 20px;
  flex-direction: column;
  min-width: 190px;
}

.paid-membership-cta .plan:first-child {
  margin-right: 16px;
}

.paid-membership-cta .plan-name {
  text-transform: uppercase;
  color: var(--c-primary-main);
  margin-top: 0;
  margin-bottom: 8px;
}

.paid-membership-cta .price {
  margin-top: 0;
  margin-bottom: 8px;
  color: var(--c-black);
}

.paid-membership-cta .price sup {
  position: relative;
  top: -12px;
  font-size: 24px;
}

.paid-membership-cta .content {
  flex: 1;
  margin-bottom: 16px;
}

.paid-membership-cta .js-discount {
  display: none;
}

.paid-membership-cta .js-discount.visible {
  display: inline-flex;
}

.paid-membership-cta .plan-page-link {
  color: var(--c-white);
  font-size: 16px;
  line-height: 20px;
  border: none;
  margin: 16px 0 0;
  border-bottom: 2px solid transparent;
}

.paid-membership-cta .plan-page-link svg {
  vertical-align: middle;
  width: 14px;
  height: 14px;
  position: relative;
  transition: all 200ms;
}

.paid-membership-cta .plan-page-link:hover {
  color: var(--c-white);
  border-color: var(--c-white);
}

.paid-membership-cta .plan-page-link:hover svg {
  margin-left: 8px;
}

.paid-membership-cta .hidden-small {
  display: inline-block;
}

.paid-membership-cta .hidden-large {
  display: none;
}

@media screen and (max-width: 575px) {
  .paid-membership-cta .price sup {
    top: -6px;
    font-size: 18px;
  }
}

.free-membership-cta {
  padding: 32px 24px;
  margin-bottom: 64px;
  background-image: var(--gradient-primary);
  color: var(--c-white);
  border-radius: var(--size-2);
  align-items: center;
  position: relative;
  overflow: hidden;
}

.free-membership-cta .title {
  color: var(--c-white);
  margin-top: 0;
}

.free-membership-cta .button-wrap {
  margin: 24px 0;
}

.free-membership-cta a:not(.btn) {
  color: var(--c-white);
  border-color: var(--c-white);
}

.free-membership-cta a:hover {
  color: var(--c-white);
  border-color: var(--c-white);
}

.pricing-table {
  border: 1px solid var(--c-border);
  padding: 32px;
  border-radius: var(--size-2);
  position: relative;
  margin-bottom: 3rem;
}

.pricing-table .table-header {
  border-bottom: 1px solid var(--c-border);
}

.pricing-table .table-title {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-primary-main);
  margin-bottom: 8px;
}

.pricing-table .price sup {
  position: relative;
  top: -12px;
  font-size: 24px;
}

.pricing-table .table-details {
  margin-top: 24px;
  margin-bottom: 40px;
}

.pricing-table .label {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.pricing-table .js-discount {
  display: none;
}

.pricing-table .js-discount.visible {
  display: inline-flex;
}

.icon-list {
  list-style: none;
  padding-left: 28px;
}

.icon-list li {
  margin-bottom: 16px;
  position: relative;
}

.icon-list li:before {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: -28px;
  margin-right: 12px;
  top: 3px;
  line-height: 16px;
  background-color: var(--c-success-dark);
  color: var(--c-black);
  font-size: 10px;
  border-radius: 50%;
  justify-content: center;
  display: inline-flex;
}

.icon-list li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -20px;
  display: inline-block;
  height: 6px;
  width: 10px;
  border: 2px solid var(--c-white);
  border-top-width: 0;
  border-right-width: 0;
  transform: translate(-50%, -75%) rotate(-45deg);
}

.currency-name {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table {
    height: calc(100% - 3rem);
    display: flex;
    flex-direction: column;
  }
  .pricing-table .table-details {
    flex-grow: 1;
  }
}

@media screen and (max-width: 767px) {
  .pricing-table {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.archive-wrap {
  max-width: 740px;
  margin: 0 auto;
}

.archive-wrap .py,
.archive-wrap .pm {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 4px;
  margin-top: 24px;
  margin-bottom: 16px;
  color: var(--c-primary-main);
  border-bottom: 1px solid var(--c-border);
}

.archive-post {
  position: relative;
}

.archive-post .inner {
  padding: 16px 0;
  display: flex;
}

.archive-post .post-date {
  color: var(--c-text-light);
  margin-right: 8px;
  font-size: 0.875rem;
  white-space: nowrap;
  min-width: 58px;
}

.post-date.tag {
  background-color: #3bc395;
  padding: 6px 18px;
  font-weight: bold;
  color: #fff !important;
  border-radius: 1rem;
}

.archive-post .post-date::after {
  display: none;
}

.archive-post .title {
  margin: 0;
  font-size: 1.125rem;
}

.archive-post .title a {
  color: var(--c-text-main);
  border-bottom: 2px solid transparent;
}

.archive-post .title a:hover {
  color: var(--c-primary-main);
  border-color: var(--c-primary-main);
}

.py-2011 + .py-2011 .py {
  display: none;
}

.py-2012 + .py-2012 .py {
  display: none;
}

.py-2013 + .py-2013 .py {
  display: none;
}

.py-2014 + .py-2014 .py {
  display: none;
}

.py-2015 + .py-2015 .py {
  display: none;
}

.py-2016 + .py-2016 .py {
  display: none;
}

.py-2017 + .py-2017 .py {
  display: none;
}

.py-2018 + .py-2018 .py {
  display: none;
}

.py-2019 + .py-2019 .py {
  display: none;
}

.py-2020 + .py-2020 .py {
  display: none;
}

.py-2021 + .py-2021 .py {
  display: none;
}

.py-2022 + .py-2022 .py {
  display: none;
}

.py-2023 + .py-2023 .py {
  display: none;
}

.py-2024 + .py-2024 .py {
  display: none;
}

.py-2025 + .py-2025 .py {
  display: none;
}

.py-2026 + .py-2026 .py {
  display: none;
}

.py-2027 + .py-2027 .py {
  display: none;
}

.py-2028 + .py-2028 .py {
  display: none;
}

.py-2029 + .py-2029 .py {
  display: none;
}

.py-2030 + .py-2030 .py {
  display: none;
}

.pm-1 + .pm-1 .pm {
  display: none;
}

.pm-2 + .pm-2 .pm {
  display: none;
}

.pm-3 + .pm-3 .pm {
  display: none;
}

.pm-4 + .pm-4 .pm {
  display: none;
}

.pm-5 + .pm-5 .pm {
  display: none;
}

.pm-6 + .pm-6 .pm {
  display: none;
}

.pm-7 + .pm-7 .pm {
  display: none;
}

.pm-8 + .pm-8 .pm {
  display: none;
}

.pm-9 + .pm-9 .pm {
  display: none;
}

.pm-10 + .pm-10 .pm {
  display: none;
}

.pm-11 + .pm-11 .pm {
  display: none;
}

.pm-12 + .pm-12 .pm {
  display: none;
}

.tag-card {
  padding: 1.25rem;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  border: 1px solid var(--c-border-light);
  border-radius: var(--size-2);
  align-items: center;
  color: var(--c-text-main);
}

.tag-card > div:first-child {
  margin-right: 1rem;
}

.tag-card .tag-image-wrap {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: var(--size-2);
  overflow: hidden;
}

.tag-card .tag-image-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.tag-card .tag-info-wrap {
  flex-grow: 1;
}

.tag-card .tag-name {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  transition: border-color 250ms;
}

.tag-card:hover .tag-name {
  border-color: var(--c-text-main);
}

.tag-card .post-count {
  color: var(--c-text-light);
}

.author-card {
  display: block;
  padding: 1.25rem;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  border: 1px solid var(--c-border-light);
  border-radius: var(--size-2);
  color: var(--c-text-main);
}

.author-card .avatar-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background: var(--c-gray-light);
}

.author-card .avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.author-card .avatar.no-image svg {
  color: var(--c-text-main);
  width: 120%;
  height: 120%;
  margin-left: -10%;
  opacity: 0.5;
}

.author-card .author-info {
  text-align: center;
}

.author-card .author-meta {
  margin-bottom: 1rem;
}

.author-card .author-meta span.author-location {
  margin-right: 8px;
}

.author-card .author-meta span.author-location:after {
  content: "•";
  margin-left: 8px;
  margin-right: 8px;
  position: absolute;
  display: inline-block;
  font-weight: 700;
}

.author-card .author-meta span:nth-child(2) {
  margin-left: 8px;
}

.author-card .name {
  border-bottom: 2px solid transparent;
  display: inline-block;
  transition: border-color 250ms;
}

.author-card:hover .name {
  border-color: var(--c-text-main);
}

.prev-nex-wrap {
  margin-top: 6rem;
}

.prev-nex-wrap .post .featured-image {
  width: 120px;
  height: 120px;
  border-radius: var(--size-2);
  overflow: hidden;
  background-color: var(--c-gray-lighter);
}

.prev-nex-wrap .post .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prev-nex-wrap .post .content-wrap {
  flex-basis: 0;
  flex-grow: 999;
}

.prev-nex-wrap .post .content-wrap .title {
  margin-top: 1rem;
}

.prev-nex-wrap .post a .nav-text {
  font-size: 0.875rem;
  color: var(--c-text-light);
  display: block;
  margin-bottom: 0.5rem;
}

.prev-nex-wrap .post a .title {
  border-bottom: 2px solid transparent;
  transition: all 250ms;
  display: inline;
}

.prev-nex-wrap .post a:hover .title {
  border-color: var(--c-text-main);
}

.prev-nex-wrap .post .post-meta {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--c-text-light);
}

.prev-nex-wrap .post .post-meta > :not(:last-child)::after {
  content: "•";
  margin-left: 8px;
  position: absolute;
  display: inline-block;
  font-weight: 700;
}

.prev-nex-wrap .post .post-meta > :not(:first-child) {
  margin-left: 18px;
}

.prev-nex-wrap .prev-post .featured-image {
  margin-right: 24px;
}

.prev-nex-wrap .next-post a {
  flex-direction: row-reverse;
}

.prev-nex-wrap .next-post .featured-image {
  margin-left: 24px;
}

.prev-nex-wrap .next-post .content-wrap {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .prev-nex-wrap .next-post a {
    flex-direction: row;
  }
  .prev-nex-wrap .next-post .featured-image {
    margin-left: 0;
    margin-right: 24px;
  }
  .prev-nex-wrap .next-post .content-wrap {
    text-align: left;
  }
  .prev-nex-wrap .post:last-child {
    margin-top: 24px;
  }
}

.comment-wrap {
  background: var(--c-gray-lighter);
  border-radius: var(--size-2);
  padding: 2.5rem 1rem;
  margin-top: 6rem;
}

.comment-container {
  max-width: 700px;
  margin: 0 auto;
}

.comment-placeholder.is-hidden {
  display: none;
}

@media screen and (max-width: 575px) {
  .about-author {
    text-align: center;
  }
  .about-author .avatar-wrap {
    margin: 0 auto;
  }
  .about-author .author-info {
    margin-top: 16px;
    flex-basis: 100%;
  }
}

.related-posts-wrap {
  margin-top: 6rem;
}

.related-posts-wrap .section-title {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.related-posts-wrap .card-wrap {
  margin-bottom: 2.5rem;
}

.related-post-card .post-img-wrap {
  display: block;
  width: 100%;
  padding-bottom: 57%;
  border-radius: var(--size-2);
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  background-color: var(--c-gray-lighter);
}

.related-post-card .post-img-wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.related-post-card .post-title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.related-post-card .post-title a {
  color: var(--c-text-main);
  border-bottom: 2px solid transparent;
}

.related-post-card .post-title a:hover {
  border-color: var(--c-text-main);
}

.related-post-card .post-meta {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--c-text-light);
}

.related-post-card .post-meta > :not(:last-child)::after {
  content: "•";
  margin-left: 8px;
  position: absolute;
  display: inline-block;
  font-weight: 700;
}

.related-post-card .post-meta > :not(:first-child) {
  margin-left: 18px;
}

@media screen and (max-width: 991px) {
  .related-post-card {
    margin-bottom: 2rem;
  }
}

.archive-cover {
  position: relative;
  margin-bottom: 5rem;
  border-radius: var(--size-2);
  overflow: hidden;
}

.archive-cover .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cover-content-wrapper {
  background: var(--c-body-bg);
  z-index: 1;
  max-width: 500px;
  margin: 0 auto;
  border-radius: var(--size-2);
}

.cover-content-wrapper .avatar-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.25rem;
}

.cover-content-wrapper .avatar-wrap .avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background: var(--c-gray-light);
}

.cover-content-wrapper .avatar-wrap .avatar.no-image svg {
  color: var(--c-text-main);
  width: 120%;
  height: 120%;
  margin-left: -10%;
  opacity: 0.5;
}

.cover-content-wrapper .author-info {
  flex: 1 0 0;
}

.cover-content-wrapper .author-info .name {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.cover-content-wrapper .author-meta {
  margin-bottom: 0.5rem;
}

.cover-content-wrapper .author-meta > *:not(:last-child)::after {
  content: "•";
  margin-left: 8px;
  position: absolute;
  display: inline-block;
  font-weight: 700;
}

.cover-content-wrapper .author-meta > *:not(:first-child) {
  margin-left: 18px;
}

.cover-content-wrapper .author-social {
  margin-top: 0.5rem;
}

.cover-content-wrapper .author-social a {
  color: var(--c-text-main);
  margin: 0 8px;
}

.cover-content-wrapper .author-social a:first-child {
  margin-left: 0;
}

.cover-content-wrapper .author-social a:last-child {
  margin-right: 0;
}

.cover-content-wrapper .author-social a svg {
  width: 16px;
}

.cover-content-wrapper .author-social a:hover {
  color: var(--c-primary-main);
}

.cover-author .cover-content-wrapper {
  max-width: 700px;
}

.archive-cover-inner.has-image {
  padding: 4rem 1rem;
  background: var(--c-gray-lighter);
}

.archive-cover-inner.has-image .cover-content-wrapper {
  padding: 1.5rem;
}

.archive-cover-inner .tag-info-wrap .tag-name {
  margin-top: 0;
}

.archive-cover-inner .tag-info-wrap .tag-description {
  margin-top: 1rem;
}

@media (max-width: 557px) {
  .archive-cover {
    margin-bottom: 3rem;
  }
  .archive-cover-inner.has-image {
    padding: 1rem;
    background-color: var(--c-gray-lighter);
  }
  .cover-content-wrapper .avatar-wrap {
    margin-right: 0;
  }
  .cover-content-wrapper .author-info {
    flex: 1 0 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
  .cover-author .cover-content-wrapper {
    justify-content: center;
  }
}

.member-avatar-wrap {
  width: 120px;
  height: 120px;
  background-color: var(--c-gray-lighter);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto 1rem;
}

.member-avatar-wrap svg {
  color: var(--c-text-main);
  width: 120%;
  height: 120%;
  margin-left: -10%;
  opacity: 0.5;
}

.member-avatar-wrap .avatar-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.account-description {
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.subscription-expiration-warning {
  padding: 1rem;
  margin-bottom: 2rem;
  background: var(--c-error-main);
  color: var(--c-white);
  border-radius: var(--size-2);
}

.subscription-info-wrap {
  background-color: var(--c-gray-lighter);
  padding: 2rem 1rem;
  margin-bottom: 1rem;
  border-radius: var(--size-2);
}

.subs-info {
  flex: 100%;
  margin-bottom: 1rem;
}

.info-label {
  font-size: 0.875rem;
}

.info-content {
  font-size: 1.125rem;
  font-weight: 600;
}

.members-button-wrap {
  margin-bottom: 3rem;
  justify-content: space-between;
}

.members-button-wrap a {
  margin: 0 0 16px;
}

.members-button-wrap .gh-error-subscription-cancel {
  flex: 100%;
  text-align: center;
  color: var(--c-error-main);
}

@media screen and (min-width: 768px) {
  .subs-info {
    flex: 50%;
  }
}

.error-code {
  font-size: 10rem;
  line-height: 1.1;
  font-weight: 600;
}

.error-message {
  margin-top: 0;
}

.message-manual {
  margin-bottom: 2rem;
}

.notification {
  position: fixed;
  top: 16px;
  right: 16px;
  left: 16px;
  color: var(--c-black);
  font-size: 1.125rem;
  font-weight: 500;
  padding: 16px 40px;
  border-radius: var(--size-2);
  text-align: center;
  z-index: 99;
  transform: translateY(-150%);
  visibility: hidden;
  opacity: 0;
  transition: transform 250ms;
  background: var(--c-success-light);
}

.notification.success {
  background: var(--c-success-light);
}

.e-notification {
  position: fixed;
  top: 16px;
  right: 16px;
  left: 16px;
  color: var(--c-black);
  font-size: 1.125rem;
  font-weight: 500;
  padding: 16px 40px;
  border-radius: var(--size-2);
  text-align: center;
  z-index: 99;
  transform: translateY(-150%);
  visibility: hidden;
  opacity: 1;
  transition: transform 250ms;
  background: var(--c-success-light);
}

.e-notification.success {
  background: var(--c-success-light);
}

.notification.error {
  background: var(--c-error-light);
}

.notification.visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.notification-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.notification-close .close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--c-black);
}

.success .notification.success {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.success .notification.success.hidden {
  transform: translateY(-150%);
  visibility: hidden;
  opacity: 0;
}

.error .notification.error {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.error .notification.error.hidden {
  transform: translateY(-150%);
  visibility: hidden;
  opacity: 0;
}

.search-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: var(--c-body-bg);
  opacity: 0;
  visibility: hidden;
  transition: all 100ms ease-in-out;
  z-index: -2;
}

.search-popup.visible {
  opacity: 1;
  visibility: visible;
  z-index: 4000002;
}

.search-popup .close-button {
  position: absolute;
  right: 16px;
  top: 16px;
  line-height: 0;
  z-index: 999;
  color: var(--c-text-main);
  transition: all 200ms ease-in-out;
}

.search-popup .close-button:hover {
  color: var(--c-primary-main);
}

.search-popup .close-button > * {
  pointer-events: none;
}

.search-popup .close-button svg {
  width: 32px;
  height: 32px;
}

.search-popup .popup-inner {
  max-width: 700px;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 16px;
  height: 80vh;
  pointer-events: none;
}

.search-popup .popup-inner * {
  pointer-events: auto;
}

.search-popup .inner-container {
  height: 100%;
  pointer-events: none;
}

.search-form {
  align-items: center;
  margin-bottom: 0.5rem;
}

.search-form .search-form-box {
  flex-wrap: nowrap;
  align-items: center;
  padding: 1.25rem;
}

.search-close-note {
  margin: -1rem 1.25rem 1rem;
  text-align: right;
  font-size: 0.75rem;
  color: var(--text-color-light);
}

.suggested-tags {
  padding: 1.25rem;
}

.suggested-tags.hidden {
  display: none;
}

@media (max-width: 767px) {
  .search-close-note {
    display: none;
  }
  .search-form {
    margin-bottom: 1rem;
  }
}

input[type="text"].search-input {
  margin-bottom: 0;
}

.search-result {
  max-height: calc(100% - 116px);
  overflow: auto;
  padding-right: 8px;
}

.search-result .search-results-item {
  border-bottom: 1px solid var(--c-border-light);
  margin-left: 1.25rem;
}

.search-result .search-results-item:last-child {
  border-bottom: none;
}

.search-result .search-results-item a {
  color: var(--text-color-normal);
  padding: 0.75rem 1.25rem 0.75rem 0;
  display: block;
}

.search-result .search-results-item a:hover .title {
  color: var(--theme-color);
}

.search-result .search-results-item .title {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 8px;
}

.search-result .search-results-item .title span {
  border-bottom: 2px solid transparent;
  transition: border-color 250ms;
}

.search-result .search-results-item:hover .title span {
  border-color: var(--c-text-main);
}

.search-result .search-results-item .meta {
  font-size: 0.75rem;
}

.suggested-tags a {
  margin: 0 8px 12px 0;
}

#classic-pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

#classic-pagination li:not(:last-child) {
  margin-right: 10px;
}

#classic-pagination li {
  background-color: #efefef;
  width: 40px;
  height: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 0.25rem; 
}

#classic-pagination li a {
  display: flex;
  width: 100%;
  position: relative;
  text-align: center;
  justify-content: center;
}

#classic-pagination li:hover, #classic-pagination li.current {
  background-color: var(--c-primary-main);
  color: #fff;
}

#classic-pagination li:hover a, #classic-pagination li.current a {
  color: #fff;
}

.in_brief {
  border: 5px solid gold;
  border-radius: 1rem;
  padding: 20px;
}

.in_brief h2 {
  margin-top: 0;
}

.in_brief ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.in_brief ul li {
  background: url(../images/tick.svg) no-repeat left top;
  padding: 0px 10px 10px 40px;
  list-style: none;
  margin: 0;
}

ul.toc, ol.toc {
  padding: 20px;
  padding-left: 40px;
  background-color: #efefef;
}

ul.toc li a, ol.toc li a {
  border-bottom: none;
}

@-webkit-keyframes slideUp {
  0% {
    transform: translate3d(0, 50px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideUp {
  0% {
    transform: translate3d(0, 50px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes scaleUp {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

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

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


.hide_on_load {
  display: none;
}
.body-page-1 .latest-posts{
  display: flex;
  flex-direction: column;
}
.home-template .show-box-when-mobile{
  display: none;
}
.home-template.body-page-1 .show-box-when-mobile{
  display: block;
}
.body-page-1 .post-card.flex:nth-child(23),
.body-page-1 .post-card.flex:nth-child(22){
  order: -1;
}
#classic-pagination li.newer-posts,
#classic-pagination li.page-number,
#classic-pagination li.older-posts{
  display: none;
}