@charset "UTF-8";
/*! 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 */
}
/* 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;
}
a:hover, a:focus {
  text-decoration: none;
}
/**
 * 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;
}
[class*=" dg-icon"], [class^="dg-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dg-icon-message:before {
  content: "";
}
.dg-icon-arrow-right:before {
  content: "";
}
.dg-icon-youtube:before {
  content: "";
}
.dg-icon-info:before {
  content: "";
}
.dg-icon-sun:before {
  content: "";
}
.dg-icon-search:before {
  content: "";
}
.dg-icon-menu:before {
  content: "";
}
.dg-icon-man:before {
  content: "";
}
.dg-icon-twitter:before {
  content: "";
}
.dg-icon-facebook:before {
  content: "";
}
.dg-icon-instagram:before {
  content: "";
}
.dg-icon-nav-arrow:before {
  content: "";
}
.dg-icon-share:before {
  content: "";
}
.dg-icon-arr:before {
  content: "";
}
.dg-icon-arro:before {
  content: "";
}
.dg-icon-arrow:before {
  content: "";
}
.dg-icon-pros:before {
  content: "";
}
.dg-icon-check:before {
  content: "";
}
.dg-icon-best:before {
  content: "";
}
.dg-icon-star:before {
  content: "";
}
.dg-icon-cons:before {
  content: "";
}
.dg-icon-linkedin:before {
  content: "";
}
.dg-icon-website:before, .dg-icon-url:before {
  content: "";
}
.dg-icon-pinterest:before {
  content: "";
}
.dg-icon-tiktok:before {
  content: "";
}
.dg-icon-long-arrow:before {
  content: "";
}
/*
  ========================================
  COMMON STYLES
  ========================================
*/
.spr-nobg-section {
  background-color: #fff;
}
h1, h2, h3, h4, h5 {
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
}
h1 {
  margin: 0 0 10px 0;
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
  color: #000;
  font-family: 'Font-Bold', sans-serif;
  font-weight: 600;
  font-style: normal;
}
h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 24px;
  }
}
h3, h4, h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  h3, h4, h5 {
    font-size: 20px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:hover, a:focus, a:visited {
  text-decoration: none;
}
a, input, label, button, .menu-btn, .toc-header {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}
button, input, img, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
img {
  display: block;
}
input:focus {
  outline: none;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Font-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #FBFBFB;
  margin: 0;
}
body.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}
p {
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 16px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
.page-content.static-page {
  margin-top: 30px;
}
.box-content a {
  color: #dea14b;
  border-bottom: 1px solid #dea14b;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 992px) {
  .box-content a:hover {
    border-color: transparent;
  }
}
.box-content img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.box-content blockquote {
  margin: 15px 0;
  max-width: 100% !important;
  min-width: auto !important;
}
.box-content blockquote iframe, .box-content blockquote .rll-youtube-player {
  margin: 0 auto;
}
.box-content iframe, .box-content .rll-youtube-player {
  max-width: 100%;
  margin: 15px auto;
  display: block;
}
.box-content ul {
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
}
.box-content ul:last-child {
  margin: 0;
}
.box-content ul li {
  position: relative;
  padding: 0 0 0 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 1.0625rem;
}
@media (min-width: 992px) {
  .box-content ul li {
    font-size: 16px;
  }
}
.box-content ul li:last-child {
  margin-bottom: 0;
}
.box-content ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #3D3D3D;
}
br {
  display: none;
}
@media (min-width: 992px) {
  br {
    display: block;
  }
}
.container {
  position: relative;
  padding: 0 15px;
  max-width: 992px;
  margin: 0 auto;
}
.container-extended {
  position: relative;
  padding: 0 15px;
  max-width: 1326px;
  margin: 0 auto;
}
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 15px;
  min-height: 40px;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  cursor: pointer;
}
.btn-box1 {
  min-width: 100%;
  font-size: 0.875rem;
  background: #b97a36;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media (min-width: 992px) {
  .btn-box1 {
    min-width: 112px;
  }
  .btn-box1:hover {
    background: transparent;
    border-color: #b97a36;
    color: #b97a36;
  }
}
.btn-box2 {
  min-width: 192px;
  background: #c50c0c;
  color: #ffffff;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .btn-box2 {
    min-width: 112px;
  }
  .btn-box2:hover {
    background: #fbac46;
    color: #3d3d3d;
  }
}
.btn-box3 {
  min-width: 100%;
  background: transparent;
  color: #3D3D3D;
  font-size: 0.875rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
@media (min-width: 500px) {
  .btn-box3 {
    min-width: 146px;
  }
}
@media (min-width: 992px) {
  .btn-box3:hover {
    border: 1px solid #3D3D3D;
  }
}
.btn-see-more {
  min-height: 0;
  padding: 3px 0;
  margin-top: 32px;
  font-family: 'Font-Bold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.625;
  color: #b97a36;
}
@media (min-width: 992px) {
  .btn-see-more:hover {
    color: #dea14b;
  }
  .btn-see-more:hover:before {
    background: #dea14b;
  }
}
.btn-see-more:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #b97a36;
  transition: all 0.15s ease;
}
.slick-slide {
  outline: none;
}
.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #b97a36;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b97a36;
  font-size: 0.75rem;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Font-Bold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.375rem;
  line-height: 1.2;
  color: #dea14b;
}
/*sticky footer styles*/
html {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.fake-padding {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.sticky-footer-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/*paddings when no subscription section*/
.no-subscribe .sticky-footer-wrap {
  padding-bottom: 67px;
}
@media (min-width: 992px) {
  .no-subscribe .sticky-footer-wrap {
    padding-bottom: 100px;
  }
}
.btn-box1:after, .btn-box2:after, .btn:after, .buttons .button:after {
  content: ' ➔';
  padding-left: 5px;
}
/* ========================================
  AUTHOR TOP SECTION
======================================== */
.author.top {
  display: flex;
  margin: 25px 0 15px;
}
.author.top .author-info {
  display: flex;
  align-items: center;
}
.author.top .author-info:first-child {
  margin-right: 60px;
}
.author.top .author-info img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  object-fit: cover;
}
.author.top .author-info .author-role {
  font-size: 14px;
}
.author.top .author-info .name a {
  color: #dea14b;
  text-decoration: none;
  font-family: 'Font-Semibold', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.author.top .author-info .name a:hover {
  color: #b97a36;
}
.update-date {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin-top: 10px;
  font-family: 'Font-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
}
.update-date span {
  display: inline-block;
  color: #dea14b;
  font-family: 'Font-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.authors-section {
  margin-bottom: 50px;
  margin-top: 50px;
}
.authors-section h3 {
  margin-top: 0;
}
.authors-section .authors__items {
  display: flex;
  width: calc(100% + 30px);
  flex-direction: column;
}
.authors-section .authors__items h3 {
  font-size: 22px;
  margin-top: 0;
  font-family: 'Font-Semibold', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.authors-section .author__item {
  width: calc(100% - 30px);
}
.authors-section .author__item.expert__item {
  margin-right: 0;
}
.authors-section .author__item-inner {
  padding: 0px;
}
.authors-section .author__item .author-info {
  display: flex;
  align-items: center;
}
.authors-section .author__item img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  object-fit: cover;
}
.authors-section .author__item .author-role {
  font-size: 14px;
}
.authors-section .author__item .author-text {
  margin: 20px 0 30px;
}
.authors-section .author__item .author-more {
  color: #dea14b;
  font-family: 'Font-Semibold', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.authors-section .author__item .author-more:hover {
  color: #b97a36;
  text-decoration: underline;
}
.authors-section .author__item .name a {
  color: #dea14b;
  text-decoration: none;
  font-family: 'Font-Semibold', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.authors-section .author__item .name a:hover {
  color: #b97a36;
  text-decoration: underline;
}
/* ========================================
  Related section
======================================== */
.related-reads-section {
  padding-top: 0;
  margin-bottom: 50px;
}
.related-reads-section .related-reads-title {
  font-family: 'Font-Bold', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
}
.related-reads-section ul {
  margin: 20px 0 0 0 0;
  padding: 0;
}
.related-reads-section ul li {
  list-style: none;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .related-reads-section ul li {
    margin-bottom: 10px;
  }
}
.related-reads-section ul li a {
  color: #dea14b;
  font-family: 'Font-Semibold', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #fff;
}
.related-reads-section ul li a:hover {
  color: #b97a36;
  text-decoration: underline;
  text-decoration-color: #b97a36;
}
/* ========================================
  Trust section
======================================== */
.trust-section {
  margin-bottom: 50px;
}
.trust-section h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.trust-section a.about {
  width: 100%;
  color: #dea14b;
  display: flex;
  margin-top: 20px;
  text-decoration: underline;
  font-family: 'Font-Semibold', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.trust-section a.about:hover {
  color: #b97a36;
}
.trust-section__top-content {
  display: flex;
}
.trust-section__top-content .text {
  font-size: 16px;
  width: calc(100% - 85px);
  padding-right: 20px;
  margin-bottom: 10px;
}
.trust-section__top-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.trust-section__top-img img {
  object-fit: cover;
  max-width: 150%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: 50% 0 0 50%;
}
.trust-section__bottom {
  border-top: 2px dashed #004db3;
  width: calc(100% + 50px);
  margin-left: -25px;
  padding: 25px;
  margin-top: 25px;
}
.trust-section__bottom-content {
  display: flex;
}
.trust-section__bottom-content .text {
  width: calc(100% - 285px);
  padding-right: 20px;
  margin-bottom: 10px;
}
.trust-section__bottom-right {
  width: 285px;
}
.trust-section__bottom-right > div {
  display: flex;
  align-items: center;
}
.trust-section__bottom-right > div span {
  background: #dea14b;
  font-family: 'Font-Bold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  letter-spacing: 1px;
  margin-right: 15px;
}
.trust-section__bottom-right > div p {
  font-size: 18px;
}
.trust-section__bottom-right > div:not(:last-child) {
  margin-bottom: 10px;
}
.tags-block .tag-grid, .homepage__tags {
  line-height: 1.5;
  gap: 0 !important;
}
.tags-block .tag-grid:before, .homepage__tags:before {
  content: 'Tags: ';
  margin-right: 10px;
}
.tags-block .tag-grid .tag-items, .tags-block .tag-grid a, .homepage__tags .tag-items, .homepage__tags a {
  background: none !important;
  color: #dea14b !important;
  text-decoration: underline !important;
  min-height: auto !important;
  min-width: auto !important;
  padding: 0 !important;
  margin: 0px 10px 0px 0 !important;
  border: none !important;
  font-size: 16px !important;
  box-shadow: none !important;
}
.tags-block .tag-grid .tag-items:hover, .tags-block .tag-grid a:hover, .homepage__tags .tag-items:hover, .homepage__tags a:hover {
  text-decoration: none !important;
}
.lyte-wrapper {
  margin: 20px auto !important;
}
.meta-block-bottom {
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid #dea14b;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .meta-block-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.meta-block-bottom .commission-trigger {
  margin-top: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 1.4;
  font-size: 14px;
  font-family: 'Font-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  .meta-block-bottom .commission-trigger {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.meta-block-bottom .commission-trigger:hover {
  color: #b97a36;
}
.popup-section {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  align-items: center;
  justify-content: center;
  max-height: 100vh;
  transition: 0.3s;
  opacity: 0;
  display: flex;
}
.popup-section .popup-wrapper {
  width: 350px;
  max-width: 100%;
  padding: 30px;
  top: -20px;
  transition: 0.3s;
  position: relative;
  background: #fff;
  border-radius: 6px;
}
.popup-section .popup-wrapper .popup-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popup-section .popup-wrapper .popup-close:before, .popup-section .popup-wrapper .popup-close:after {
  content: '';
  width: 20px;
  height: 2px;
  transform: rotate(45deg);
  display: flex;
  top: 10px;
  right: 0px;
  position: absolute;
  background: #5a5a5a;
  transition: 0.3s;
}
.popup-section .popup-wrapper .popup-close:after {
  transform: rotate(-45deg);
}
.popup-section .popup-wrapper .popup-close:hover:before, .popup-section .popup-wrapper .popup-close:hover:after {
  background: #b97a36;
}
.popup-section.show {
  visibility: visible;
  z-index: 995999;
  opacity: 1;
}
.popup-section.show .popup-wrapper {
  top: 0;
}
.commission-text {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  font-style: italic;
}
.commission-text a {
  color: #dea14b;
  border-bottom: 1px solid #dea14b;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 992px) {
  .commission-text a:hover {
    border-color: transparent;
    color: #b97a36;
  }
}
.update-date + .update-date {
  margin: -10px 0 10px 0;
}
.all-contents {
  margin-top: 10px;
}
.all-contents > .title {
  color: #dea14b;
  font-family: 'Font-Bold', sans-serif;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.all-contents > .title:after {
  content: ' ↓';
  transition: 0.3s;
  margin-left: 5px;
}
.all-contents > .title.active:after {
  transform: rotate(180deg);
}
.all-contents > ul {
  margin: 15px 0 0 0;
  padding: 0;
  display: none;
}
.all-contents > ul li {
  list-style: none;
}
.all-contents > ul li:not(:last-child) {
  margin-bottom: 8px;
}
.all-contents > ul li a {
  color: #000000;
  font-size: 16px;
  font-family: 'Font-Semibold', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.all-contents > ul li a:hover {
  text-decoration: underline;
}
.all-contents > ul li ul {
  margin: 4px 0 0 0;
  padding: 0;
}
.all-contents > ul li ul li a {
  font-family: 'Font-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.all-contents > ul li ul li:not(:last-child) {
  margin-bottom: 3px;
}
.error404 .error-section {
  text-align: center;
}
.error404 .number {
  font-size: 72px;
  color: #dea14b;
  font-family: 'Font-Bold', sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 30px;
}
.error404 .title {
  margin-top: 30px;
}
.error404 .subtitle {
  margin: 20px 0 50px;
}
.adsbygoogle {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .header__menu .main-menu > ul > li:first-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .header__menu .main-menu {
    display: flex;
    justify-content: center;
  }
}
.static-content a {
  color: #dea14b;
}
.static-content a:hover {
  text-decoration: underline;
}
.static-content strong {
  font-family: 'Font-Semibold', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.static-content ul li {
  line-height: 1.6;
  margin-bottom: 15px;
}
/* SEARCH */
#search-icon label {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 3;
  cursor: pointer;
}
#search-icon label i:before {
  font-size: 20px;
}
#search-icon .search-input {
  margin-top: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  padding: 5px 0;
  color: #01101c;
  position: absolute;
  bottom: 5px;
  font-size: 16px;
  width: 100%;
  width: 10px;
  position: absolute;
  right: 0;
  left: inherit;
  transition: 0.2s;
  z-index: 1;
}
#search-icon .search-input::placeholder {
  color: transparent;
}
#search-icon .search-input + .search-submit {
  z-index: 0;
  opacity: 0;
  display: none;
}
#search-icon .search-input:focus, #search-icon .search-input:focus-within {
  box-shadow: none;
  outline: none;
  border-color: #01101c;
  background: #fff;
  height: 22px;
  display: flex;
  padding-top: 5px;
  width: calc(100% - 0px);
  z-index: 1;
}
#search-icon .search-input:focus::placeholder, #search-icon .search-input:focus-within::placeholder {
  color: #8e8e8e;
}
#search-icon .search-input:focus + .search-submit, #search-icon .search-input:focus-within + .search-submit {
  display: flex;
  opacity: 1;
  z-index: 10;
  cursor: pointer;
}
.search-box {
  width: 275px;
  position: absolute;
  top: calc(50% - 18px);
  height: 37px;
  right: 0;
}
@media (max-width: 992px) {
  .search-box {
    position: relative;
    top: 0;
    right: initial;
  }
  .search-box .search-input {
    box-shadow: none;
    outline: none;
    border-color: #ffffff !important;
    height: 22px;
    display: flex;
    width: calc(100% - 17px) !important;
    margin-left: 10px !important;
    position: relative !important;
    top: 10px;
  }
  .search-box .search-input::placeholder {
    color: #f9f9f9 !important;
  }
  .search-box label {
    display: none;
  }
}
.search-box .search-submit {
  position: absolute;
  right: -4px;
  border: none;
  background: none;
  top: 7px;
}
.search-box .search-submit i:before {
  font-size: 20px;
}
@media (min-width: 992px) {
  .search-box .search-submit {
    right: -6px;
  }
}
@media (max-width: 992px) {
  .header__main-center > .container > .search-box {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .header__menu > .container {
    flex-direction: column;
  }
  .header__menu > .container .search-box {
    max-width: 100%;
    margin-top: 20px;
  }
  .header__menu > .container .search-box .search-submit {
    z-index: 999 !important;
    color: #ffffff;
    opacity: 1 !important;
    right: 0px;
    top: 12px;
  }
  .header__menu > .container .search-box .search-submit i:before {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .header__menu > .container > .search-box {
    display: none;
  }
}
