/*!
Theme Name: Interact Blog v3
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: interact-blog-v3
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Interact Blog v3 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: black;
  font-family: 'Golos Text', ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  /* clear: both;
  display: block;
  float: left;
  width: 100%; */
}

.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  /*float: left;*/
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.ipv2-block__cta-with-image {
  border-top: 1px solid #b3c5c7;
  border-bottom: 1px solid #b3c5c7;
  padding: 2rem 0;
  margin: 4rem 0;
}

.ipv2-block__cta-with-image__title {
  font-family: 'campaign', 'proxima-nova', sans-serif;
  font-size: 24px !important;
  line-height: 1.25 !important;
  color: #30484e !important;
  margin-top: 0;
  margin-bottom: 1rem;
}

.ipv2-block__cta-with-image__subtitle {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.ipv2-block__cta-with-image__image {
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-bottom: 70%;
}

.ipv2-block__cta-with-image__cta {
  /*padding-top: 1rem;*/
}

@media screen and (max-width: 768px) {
  .ipv2-block__cta-with-image__title {
    margin-top: 1rem !important;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 99;
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 0;
}
.site-header.scrolled {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.site-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.5rem;
}
.site-branding {
  display: flex;
  align-items: center;
}
.site-branding img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 2rem;
}
.site-header-menu {
  display: none;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header-menu li {
  position: relative;
  margin-left: 4px;
}
.site-header-menu li:first-child {
  margin-left: 0;
}
.site-header-menu .menu-btn {
  align-items: center;
  background-repeat: no-repeat;
  background: transparent;
  border: none;
  border-radius: 6px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Golos Text', ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  line-height: 20px;
  /* outline: none; */
  padding: 8px 12px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.site-header-menu .menu-btn:hover {
  background: #f3f4f6;
}
.site-header-menu .menu-btn > i {
  font-size: 12px;
  transition: all 0.2s ease;
}
.site-header-menu .menu-btn:hover > i {
  transform: rotate(180deg);
}
.site-header-menu .nav-link:hover .popover,
.site-header-menu .nav-link:focus-within .popover,
.popover.show {
  visibility: visible;
  transform: scale(1) translateY(0);
  opacity: 1;
}
.popover {
  visibility: hidden;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -2px rgba(0, 0, 0, 0.05);
  z-index: 1;
  transform: scale(0.95) translateY(-10px);
  opacity: 0;
  transform-origin: top;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}
.popover .popover-nav-group {
  grid-auto-flow: column;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  display: grid;
  gap: 8px;
}
.popover .popover-btn {
  display: inline-flex;
  gap: 10px;
  align-items: flex-start;
  font-family: 'Golos Text', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  font-weight: 500;
  padding: 12px 12px;
  border-radius: 6px;
  /* outline: none; */
  border: none;
  cursor: pointer;
  background: transparent;
  color: black;
  width: 256px;
}
.popover .popover-btn:hover {
  background: #f3f4f6;
}
.popover .popover-btn:hover .icon {
  color: #7371fc;
}
.popover .popover-btn .icon {
  color: #7371fc;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: all 0.2s ease;
  padding: 4px;
  background: #edf0ff;
  border-radius: 4px;
}
.popover .popover-btn p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.popover .popover-btn p strong {
  font-weight: 500;
}
.popover .popover-btn p:last-child {
  font-size: 12px;
}

.site-header-menu li a,
.site-header-menu li > span,
.popover a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  background-repeat: no-repeat;
  transition: all 200ms;
  background-size: 0% 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #819294 1px);
}
.site-header-menu li a:hover,
.site-header-menu li > span:hover,
.popover a:hover {
  color: #333333;
  background-size: 100% 100%;
}
.site-header-menu li > span i {
  margin-left: 0.25rem;
}

.site-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2rem;
}
.main-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  float: none;

  position: relative;
}
.main-navigation .menu-main-menu-container {
  display: inline-block;
  vertical-align: top;
}
.main-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.main-navigation ul li a,
.search-btn {
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-family: 'Golos Text', ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 32px;
  white-space: nowrap;
  /* outline: none; */
  border: none;
  cursor: pointer;
  background: #f3f4f6;
  color: black;
}
.main-navigation ul li a:hover,
.search-btn:hover {
  background: #e5e7eb;
}
.main-navigation ul li.active a {
  background: #dfe3ff;
}
.main-navigation ul li.active a:hover {
  background: #dfe3ff;
}
.search-btn {
  padding: 8px 16px;
  min-width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .search-btn {
    padding: 0;
  }
}

.search-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.search-dialog {
  position: fixed;
  top: 96px;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 100%;
  max-width: 720px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 101;
}
.search-dialog.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.search-dialog-overlay.open {
  opacity: 1;
  visibility: visible;
}
.search-form {
  display: flex;
  align-items: center;
  padding: 4px 8px;
}
.search-form input {
  width: 100%;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}
.search-form i {
  color: #6b7280;
  margin-left: 4px;
}

.site-header-menu.toggled {
  display: block;
  position: fixed;
  width: 100%;
  background: #fff;
  height: calc(100% - 60px);
  top: 60px;
  left: 0;
  z-index: 9999;
  padding: 20px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}
.site-header-menu.toggled li {
  margin-bottom: 15px;
}
.site-header-menu.toggled li a:not(.btn) {
  font-size: 20px;
  line-height: 1.4;
}

.site-content {
  padding-top: 4.5rem;
}

/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/
.site-header-menu-mobile {
  display: none;
  position: fixed;
  width: 100%;
  background: #fff;
  height: calc(100% - 4.5rem);
  top: 4.5rem;
  left: 0;
  z-index: 9999;
  padding: 1rem;
  border-top: 1px solid #eee;
  overflow: auto;
}
.site-header-menu-mobile.open {
  display: block;
}
.site-header-menu-mobile .mobile-nav-link {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  color: black;
  text-decoration: none;
  padding: 16px 0;
  transition: all 0.2s ease;
  margin-bottom: 8px;
}
.site-header-menu-mobile .mobile-nav-link:hover {
  color: #7371fc;
}
.mobile-nav-link-group {
  display: none;
  padding-left: 24px;
}
.mobile-nav-link-group.active {
  display: block;
}
.mobile-nav-btn {
  display: block;
  padding: 12px !important;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
}
.mobile-nav-btn:focus {
  outline: none;
  border: none;
}
.mobile-nav-btn span {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-nav-btn span,
.mobile-nav-btn span:before,
.mobile-nav-btn span:after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #30484e;
  outline: 1px solid transparent;
  transition: all 0.2s;
}
.mobile-nav-btn span:before {
  position: absolute;
  content: '';
  top: -7px;
}
.mobile-nav-btn span:after {
  position: absolute;
  content: '';
  top: 7px;
}
.mobile-nav-btn.active span {
  background-color: transparent;
}
.mobile-nav-btn.active span:before {
  background: #30484e;
  transform: translateY(7px) rotate(45deg);
}
.mobile-nav-btn.active span:after {
  background: #30484e;
  transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 992px) {
  .mobile-nav-btn {
    display: none;
  }
  .site-header-menu {
    display: flex;
  }
  .site-header-menu.toggle {
    display: block;
    position: initial;
    width: auto;
    background: transparent;
    height: auto;
    z-index: 9999;
    padding: 0;
    border: 0;
    text-align: initial;
  }
}

/*--------------------------------------------------------------
## Sticky Post
--------------------------------------------------------------*/
.post.sticky,
.post.post-story {
  margin: 0;
}
.post.post-story a,
.post.post-story a:hover {
  text-decoration: none;
}
.post.post-story a:hover .entry-title {
  color: #7371fc;
}
.post.sticky .bg-img,
.post.post-story .bg-img {
  background-size: cover;
  background-position: center center;
  height: 0;
  display: block;
  margin: 0;
  width: 100%;
  padding-bottom: 56%;
  border-radius: 16px;
}
.sticky-entry-header {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .sticky-entry-header {
    padding-top: 0;
    padding-left: 2rem;
  }
}
.sticky-entry-header .entry-category {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  color: #6b7280;
}
.sticky-entry-header .entry-title {
  margin: 8px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  color: black;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (min-width: 1200px) {
  .sticky-entry-header .entry-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.15px;
  }
}
.sticky-entry-header .entry-summary {
  color: #6b7280;
  margin-top: 16px;
}
.sticky-entry-header .entry-summary p {
  margin: 0;
}
.sticky-entry-header .spacer {
  color: #6b7280;
  height: 27px;
}
.sticky-entry-header .entry-meta {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.sticky-entry-header .rt-reading-time {
  font-size: 12px;
  font-weight: 500;
  color: #7371fc;
}

/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/
.site-main {
  background: #fff;
}
.navigation.pagination .page-numbers {
  color: black;
  background: transparent;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.2s ease all;
}
.navigation.pagination .page-numbers.current {
  background: #edf0ff;
  color: #7371fc;
}
.navigation.pagination .page-numbers.current {
  background: #edf0ff;
  color: #7371fc;
}
.navigation.pagination .page-numbers.next,
.navigation.pagination .page-numbers.prev {
  padding: 0 8px;
}
.navigation.pagination a.page-numbers:hover {
  background: #f3f4f6;
  color: black;
}

/*--------------------------------------------------------------
## Post Cards
--------------------------------------------------------------*/
.post-cards .container {
}
@media (min-width: 768px) {
  .post-cards .container {
    max-width: 752px;
  }
}
@media (min-width: 992px) {
  .post-cards .container {
    max-width: 996px;
  }
}
@media (min-width: 1200px) {
  .post-cards .container {
    max-width: 1172px;
  }
}
.post-cards .heading-lg {
  padding-left: 0;
}
@media (min-width: 768px) {
  .post-cards .heading-lg {
    padding-left: 16px;
  }
}
.paged .post-cards {
  padding-top: 0;
}
.post-card {
  padding: 0;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .post-card {
    padding: 0 16px;
    margin-bottom: 5rem;
  }
}
.post-card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.post-card a:hover .entry-title {
  color: #7371fc;
}
.post-card .img {
  height: 0;
  padding-bottom: 56%;
  position: relative;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}
.post-card .entry-category {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  color: #6b7280;
}
.post-card .entry-title {
  color: black;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: all 0.2s ease;
  margin: 4px 0;
}
.post-card .entry-summary {
  color: #6b7280;
  font-size: 14px;
  margin-top: 16px;
}
.post-card .spacer {
  color: #6b7280;
  height: 27px;
}
.post-card .entry-meta {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.post-card .rt-reading-time {
  font-size: 12px;
  font-weight: 500;
  color: #7371fc;
}
.post-card.sticky {
  padding: 0;
  min-height: initial;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: white;
  padding: 5rem 0;
}
.site-footer .container .row:nth-child(2) {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .site-footer .container > .row:nth-child(2) {
    margin-top: 40px;
  }
}
.footer-heading {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.0125rem;
  color: black;
  display: inline;
}
@media screen and (min-width: 992px) {
  .footer-heading {
    margin-top: 0;
  }
}
.footer-heading a {
  color: black;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  background-repeat: no-repeat;
  transition: all 200ms;
  background-size: 0% 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
}
.footer-heading a:hover {
  background-size: 100% 100%;
}
.footer-heading .tag {
  background: #f3f4f6;
  color: #4b5563;
  padding: 1px 8px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 2px;
}
.site-footer .featured-article p {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 20px;
  margin: 1rem 0;
}
.site-footer .company-info p {
  color: #878787;
  font-size: 0.75rem;
  margin: 0;
  margin-top: 0.5rem;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.site-footer ul li {
  padding-top: 0.25rem;
}
.site-footer ul li a {
  display: inline;
  font-size: 14px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: all 200ms;
}
.site-footer ul li a:hover {
  background-size: 100% 100%;
}
.site-footer .company-info {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .site-footer .company-info {
    margin-top: 0;
  }
}
.site-footer .company-info p a {
  color: #819294;
  text-decoration: none;
}
.site-footer .company-info p a:hover {
  text-decoration: underline;
}
.site-footer .company-info span.spacer {
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  vertical-align: middle;
  font-size: 10px;
  line-height: 22px;
  vertical-align: top;
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.single-post {
}
.single-post .header-content {
  margin-bottom: 0px;
}
.single-post .header-content .entry-category {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.single-post .header-content .entry-category a {
  font-size: 14px;
  font-weight: 500;
  color: #7371fc;
  text-decoration: none;
  transition: all 0.2s ease;
}
.single-post .header-content .entry-category a:hover {
  color: #a2a8ff;
}
.single-post .header-content .entry-category a:first-child {
  color: #6b7280;
}
.single-post .header-content .entry-category a:first-child:hover {
  color: #9ca3af;
}
.single-post .header-content .entry-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.single-post .header-content .entry-meta .author .url {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-post .header-content .entry-meta .avatar {
  display: inline-flex;
}
.single-post .header-content .entry-meta .avatar img {
  border-radius: 8px;
  width: 36px;
  height: 36px;
}
.single-post .header-content .entry-meta .name {
  transition: all 0.2s ease;
}
.single-post .header-content .entry-meta .author:hover .name {
  color: #7371fc;
}
.single-post .header-content .entry-meta .rt-reading-time {
  color: #71717a;
  font-size: 16px;
  line-height: 1.5;
}
.single-post .header-content .entry-meta .essb_links {
  margin: 0;
}

.single-post .bg-img {
  background-size: cover;
  background-position: center center;
  height: 0;
  display: block;
  margin: 0;
  width: 100%;
  padding-bottom: 56%;
  border-radius: 32px;
}

.single-post .entry-content {
  margin: 0;
}
.single-post .entry-content h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.15px;
  margin: 40px 0 32px 0;
}
.single-post .entry-content h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.15px;
  margin: 32px 0 24px 0;
}
.single-post .entry-content h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.15px;
}
.single-post .entry-content p,
.single-post .entry-content ul li,
.single-post .entry-content ol li {
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 1.5;
  color: #1f2937;
}
.single-post .entry-content p a,
.single-post .entry-content ul a,
.single-post .entry-content ol a,
.single-post .entry-content h2 a,
.single-post .entry-content h3 a,
.single-post .entry-content h4 a,
.single-post .entry-content ul a,
.single-post .entry-content ol a {
  color: #7371fc;
  text-decoration: none;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
  margin: 0;
  margin-bottom: 1.33em;
}
.single-post .entry-content ul ul {
  list-style-type: circle;
}
.single-post .entry-content img {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}
.single-post .entry-content figcaption {
  color: #71717a;
  font-weight: 300;
}
.single-post .entry-content figcaption a {
  color: #7371fc;
}
.single-post .entry-content figure {
  text-align: center;
}
.single-post .entry-content iframe {
  border: none;
  outline: none;
}
.single-post .entry-content .wp-block-image {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.single-post .entry-content .wp-block-quote,
.single-post .entry-content .wp-block-pullquote {
  padding: 2.5rem;
  background: #edf0ff;
  margin: 3rem 0;
  text-align: center;
  border-radius: 16px;
}
.single-post .entry-content .wp-block-quote p,
.single-post .entry-content .wp-block-pullquote blockquote p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.15px;
  color: black;
  font-style: italic;
  margin: 0;
  margin-bottom: 1rem;
}
.single-post .entry-content .wp-block-quote cite,
.single-post .entry-content .wp-block-pullquote blockquote cite {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.15px;
  color: #71717a;
}
.single-post .entry-content table {
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 1.5;
  color: #1f2937;
  text-align: left;
}
.single-post .entry-content table td {
  padding: 16px;
  border-color: #e5e7eb;
}
.single-post .entry-content table a {
  color: #7371fc;
}

.single-post .header-content .img {
  width: 100%;
  padding-bottom: 44%;
  background-size: cover;
  background-position: center center;
  margin-top: 30px;
}

.single-post .entry-footer {
}
.single-post .entry-footer .author-bio {
  padding: 3rem;
  margin: 4rem 0;
  background: #f9fafb;
  border-radius: 32px;
  display: flex;
  gap: 24px;
}
.single-post .author-bio .avatar {
  flex-shrink: 0;
}
.single-post .author-bio .avatar img {
  border-radius: 8px;
  width: 72px;
  height: 72px;
}
/* .single-post .author-info p:first-child {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 500;
  color: #7371fc;
} */
.single-post .author-bio .name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.15px;
  margin: 0;
  margin-bottom: 8px;
  color: black;
  transition: all 0.2s ease;
  text-decoration: none;
}
.single-post .author-bio .name:hover {
  color: #7371fc;
}
.single-post .author-bio .bio {
  color: #6b7280;
  margin: 0;
  margin-top: 8px;
}
.single-post .author-bio .bio a {
  color: #7371fc;
  text-decoration: none;
}

/*.single-post .author-bio a.btn {
  background: #f4dece;
  padding: 5px 25px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  display: inline-block;
  color: #2c3f58;
  text-decoration: none;
  margin: 0;
  margin: 10px 0 20px 0;
  transition: 0.2s ease-out background;
}
.single-post .author-bio a.btn:hover {
  background: #e8cdba;
}*/

/*--------------------------------------------------------------
## Entrepreneur's Corner Banner
--------------------------------------------------------------*/

.entrepreneurs-corner-container {
}
.entrepreneurs-corner-prompt {
  background: #5a6e73;
  padding: 25px 30px;
}
.entrepreneurs-corner-prompt .heading {
  margin: 0;
  text-transform: uppercase;
  font-family: 'campaign', 'proxima-nova', sans-serif;
  font-size: 20px;
  margin-right: 50px;
  line-height: 28px;
  color: #30484e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entrepreneurs-corner-prompt .title {
  color: #fff;
  font-family: 'campaign', 'proxima-nova', sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entrepreneurs-corner-prompt .subtitle {
  color: #fff;
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.entrepreneurs-corner-prompt a.btn {
  background: #e77b77;
  font-family: 'campaign', 'proxima-nova', sans-serif;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin: 0;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.2s ease-out background;
}
.entrepreneurs-corner-prompt a.btn:hover {
  background: #c75c5c;
}

@media (min-width: 768px) {
  .entrepreneurs-corner-prompt img {
    position: absolute;
    right: -95px;
    top: 32px;
    transform: rotate(350deg);
  }
}

@media (min-width: 992px) {
  .entrepreneurs-corner-prompt img {
    width: 85%;
    position: absolute;
    right: -95px;
    top: 20px;
    transform: rotate(350deg);
  }
}

@media (min-width: 1200px) {
  .entrepreneurs-corner-prompt img {
    width: 70%;
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(350deg);
  }
}

.entrepreneurs-corner-light .entrepreneurs-corner-prompt {
  background: #fef3f0;
}
.entrepreneurs-corner-light .entrepreneurs-corner-container > svg circle {
  fill: #d9e2e3;
}
.entrepreneurs-corner-light .entrepreneurs-corner-prompt .title {
  color: #30484e;
}
.entrepreneurs-corner-light .entrepreneurs-corner-prompt .subtitle {
  color: #30484e;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 992px) {
  .entrepreneurs-corner-light .entrepreneurs-corner-prompt {
    padding: 25px 40px;
  }
  .entrepreneurs-corner-light .entrepreneurs-corner-prompt .title {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
## Entrepreneur's Corner Form
--------------------------------------------------------------*/

#entrepreneurs-corner-modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fef3f0;
  z-index: 99999999999;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease-in-out all;
}
#entrepreneurs-corner-modal .close {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 999999999;
}
#entrepreneurs-corner-modal .close span,
#entrepreneurs-corner-modal .close span:before,
#entrepreneurs-corner-modal .close span:after {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #819294;
  outline: 1px solid transparent;
  transition: all 0.3s;
}
#entrepreneurs-corner-modal .close span:before {
  position: absolute;
  content: '';
  top: -7px;
  background: #819294;
  transform: translateY(7px) rotate(45deg);
}
#entrepreneurs-corner-modal .close span:after {
  position: absolute;
  content: '';
  top: 7px;
  background: #819294;
  transform: translateY(-7px) rotate(-45deg);
}
#entrepreneurs-corner-modal .close span {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}
#entrepreneurs-corner-modal .close:hover span:before {
  transform: translateY(7px) rotate(45deg) scale(1.25);
}
#entrepreneurs-corner-modal .close:hover span:after {
  transform: translateY(-7px) rotate(-45deg) scale(1.25);
}
#entrepreneurs-corner-modal .heading {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 30px;
  width: 250px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'campaign', 'proxima-nova', sans-serif;
  font-size: 20px;
  margin-right: 50px;
  line-height: 28px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#entrepreneurs-corner-modal.active {
  display: flex;
  transform: scale(1);
  opacity: 1;
  animation: modalIn 0.2s ease-in-out;
}

@keyframes modalIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#drip-ef-607774870 {
  font: 0.875rem/1.5rem sans-serif;
  width: 100%;
}
#drip-ef-607774870 h3 {
  font-size: 1.125rem;
  margin: 0 0 0.375rem;
}
#drip-ef-607774870 > div {
  margin-bottom: 0.75rem;
}
#drip-ef-607774870 fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#drip-ef-607774870 legend {
  margin: 0;
  padding: 0;
}
#drip-ef-607774870 div[data-drip-attribute='description'] {
  font-family: 'proxima-nova', sans-serif;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #30484e;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#drip-ef-607774870 div[data-drip-attribute='description'] span {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #30484e;
  font-family: 'campaign', sans-serif;
  display: block;
  margin-bottom: 10px;
}
#drip-ef-607774870 label {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #30484e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#drip-ef-607774870 .btn {
  background: #e77b77;
  font-family: 'campaign', 'proxima-nova', sans-serif;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin: 0;
  margin-bottom: 20px;
  transition: 0.2s ease-out background;
  outline: none;
  border: none;
  cursor: pointer;
}
#drip-ef-607774870 .btn:hover {
  background: #c75c5c;
}
#drip-ef-607774870 input[type='email'],
#drip-ef-607774870 input[type='number'],
#drip-ef-607774870 input[type='tel'],
#drip-ef-607774870 input[type='text'] {
  margin: 0;
  padding: 0.375rem 0.5625rem;
  width: 100%;
  font-family: 'proxima-nova', sans-serif;
  color: #30484e;
}
#drip-ef-607774870 input[type='email']:focus,
#drip-ef-607774870 input[type='text']:focus {
  border: 1px solid #9aa9ab;
  outline: none;
}
#drip-ef-607774870 input[type='checkbox'],
#drip-ef-607774870 input[type='radio'] {
  margin: 0.1875rem 0.1875rem 0 0;
  padding: 0;
}
#drip-ef-607774870 input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
#drip-ef-607774870 input[type='checkbox'] + label {
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#drip-ef-607774870 input[type='checkbox'] + label:before {
  content: '';
  margin-top: 2px;
  margin-right: 0.75em;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #c9ced6;
  border-radius: 3px;
}
#drip-ef-607774870 input[type='checkbox']:checked + label:before {
  background: #e77b77;
  border-color: #e77b77;
}
#drip-ef-607774870 input[type='checkbox']:checked + label:after {
  width: 8px;
  height: 8px;
  content: '';
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path style="fill:%23fff;" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>');
  background-size: 8px;
  position: absolute;
  left: 4px;
  top: 6px;
}
#drip-ef-607774870 .consent-error {
  color: #e77b77;
  font-weight: 400;
  font-size: 14px;
  font-family: 'proxima-nova', sans-serif;
}

/*--------------------------------------------------------------
## Theme
--------------------------------------------------------------*/
.section {
  padding: 4rem 0;
  position: relative;
}
.landing-white {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}

.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.text-xs-upper {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.text-body {
  font-size: 16px;
  letter-spacing: 0.0125em;
  line-height: 1.5;
}
.heading-sm {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15px;
}
.heading-lg {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.heading-xl {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin: 0;
}
@media (min-width: 1200px) {
  .heading-xl {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
.heading-xxl {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0;
}
@media (min-width: 1200px) {
  .heading-xxl {
    font-size: 72px;
    letter-spacing: -1.5px;
  }
}

.color-blue {
  color: #30484e !important;
}
.color-blue-75 {
  color: #435a5f !important;
}
.color-blue-25 {
  color: #d9e2e3 !important;
}
.color-white {
  color: white !important;
}
.color-pink {
  color: #e77b77 !important;
}
.color-muted-foreground {
  color: #71717a !important;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  font-family: 'Golos Text', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-decoration: none;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  white-space: nowrap;
  /* outline: none; */
  border: none;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
}

.btn.primary {
  background: #7371fc;
  color: white;
}
.btn.primary:hover {
  background: #5452b6;
  color: white;
}

.btn.secondary {
  background: #f3f4f6;
  color: #030712;
}
.btn.secondary:hover {
  background: #e5e7eb;
  color: #030712;
}

.btn.ghost {
  background: transparent;
  color: black;
}
.btn.ghost:hover {
  background: #f3f4f6;
  color: black;
}

.btn.link {
  background: transparent;
  color: black;
}
.btn.link:hover {
  background: transparent;
  color: black;
  text-decoration: underline;
}

.btn.white {
  background: white;
  color: #7371fc;
}
.btn.white:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #7371fc;
}

.btn.outline {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: transparent;
  color: black;
  padding: 7px 16px;
}
.btn.outline:hover {
  border: 1px solid #d1d5db;
  background: #f3f4f6;
}

.btn.large {
  font-size: 16px;
  line-height: 28px;
  padding: 8px 24px;
}

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 100%;
  max-width: 900px;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.dialog.open,
.dialog-overlay.open {
  opacity: 1;
  visibility: visible;
}

.dialog.open {
  transform: translate(-50%, -50%) scale(1);
}

.dialog-content {
  background: #edf0ff;
  color: #23194d;
  padding: 3rem 2rem;
  border-radius: 32px;
  text-align: center;
}

.dialog-category {
  font-weight: 700;
  font-size: 14px;
  color: #7371fc;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 16px;
}

.dialog-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 16px;
}

.dialog-subtitle {
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.15px;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 16px;
}

.dialog input {
  width: 100%;
  padding: 10px;
  border: 1px solid #c5cbff;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  border-radius: 4px;
}

.dialog input:hover {
  border-color: #a2a8ff;
}

.dialog input:focus {
  border-color: #7371fc;
}

.dialog button {
  width: 100%;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .dialog-content {
    text-align: left;
  }
  .dialog button {
    width: auto;
  }
}

/*--------------------------------------------------------------
## Full-width Banner
--------------------------------------------------------------*/
.full-width-banner {
  padding: 5rem 0;
  margin: 0;
  background: #7371fc;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.not-found {
  padding: 5rem 0;
  min-height: 60vh;
}

.not-found .page-header i {
  font-size: 48px;
  color: #7371fc;
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
