@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;
}
@font-face {
  font-family: 'NotoSerifItalic';
  src: url('../fonts/fonts/NotoSerifItalic.eot');
  src: url('../fonts/fonts/NotoSerifItalic.eot') format('embedded-opentype'), url('../fonts/fonts/NotoSerifItalic.woff2') format('woff2'), url('../fonts/fonts/NotoSerifItalic.woff') format('woff'), url('../fonts/fonts/NotoSerifItalic.ttf') format('truetype'), url('../fonts/fonts/NotoSerifItalic.svg#NotoSerifItalic') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSerifRegular';
  src: url('../fonts/fonts/NotoSerifRegular.eot');
  src: url('../fonts/fonts/NotoSerifRegular.eot') format('embedded-opentype'), url('../fonts/fonts/NotoSerifRegular.woff2') format('woff2'), url('../fonts/fonts/NotoSerifRegular.woff') format('woff'), url('../fonts/fonts/NotoSerifRegular.ttf') format('truetype'), url('../fonts/fonts/NotoSerifRegular.svg#NotoSerifRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSerifBold';
  src: url('../fonts/fonts/NotoSerifBold.eot');
  src: url('../fonts/fonts/NotoSerifBold.eot') format('embedded-opentype'), url('../fonts/fonts/NotoSerifBold.woff2') format('woff2'), url('../fonts/fonts/NotoSerifBold.woff') format('woff'), url('../fonts/fonts/NotoSerifBold.ttf') format('truetype'), url('../fonts/fonts/NotoSerifBold.svg#NotoSerifBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansRegular';
  src: url('../fonts/fonts/NotoSansRegular.eot');
  src: url('../fonts/fonts/NotoSansRegular.eot') format('embedded-opentype'), url('../fonts/fonts/NotoSansRegular.woff2') format('woff2'), url('../fonts/fonts/NotoSansRegular.woff') format('woff'), url('../fonts/fonts/NotoSansRegular.ttf') format('truetype'), url('../fonts/fonts/NotoSansRegular.svg#NotoSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansBold';
  src: url('../fonts/fonts/NotoSansBold.eot');
  src: url('../fonts/fonts/NotoSansBold.eot') format('embedded-opentype'), url('../fonts/fonts/NotoSansBold.woff2') format('woff2'), url('../fonts/fonts/NotoSansBold.woff') format('woff'), url('../fonts/fonts/NotoSansBold.ttf') format('truetype'), url('../fonts/fonts/NotoSansBold.svg#NotoSansBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visby CF Light';
  src: url('../fonts/VisbyCFLight.eot');
  src: url('../fonts/VisbyCFLight.eot') format('embedded-opentype'), url('../fonts/VisbyCFLight.woff2') format('woff2'), url('../fonts/VisbyCFLight.woff') format('woff'), url('../fonts/VisbyCFLight.ttf') format('truetype'), url('../fonts/VisbyCFLight.svg#VisbyCFLight') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visby CF Regulat';
  src: url('../fonts/visbycfregularwebfont.eot');
  src: url('../fonts/visbycfregularwebfont.eot') format('embedded-opentype'), url('../fonts/visbycfregularwebfont.woff2') format('woff2'), url('../fonts/visbycfregularwebfont.woff') format('woff'), url('../fonts/visbycfregularwebfont.ttf') format('truetype'), url('../fonts/visbycfregularwebfont.svg#visbycfregularwebfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visby CF Medium';
  src: url('../fonts/VisbyCFMedium.eot');
  src: url('../fonts/VisbyCFMedium.eot') format('embedded-opentype'), url('../fonts/VisbyCFMedium.woff2') format('woff2'), url('../fonts/VisbyCFMedium.woff') format('woff'), url('../fonts/VisbyCFMedium.ttf') format('truetype'), url('../fonts/VisbyCFMedium.svg#VisbyCFMedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visby CF Bold';
  src: url('../fonts/visbycfboldwebfont.eot');
  src: url('../fonts/visbycfboldwebfont.eot') format('embedded-opentype'), url('../fonts/visbycfboldwebfont.woff2') format('woff2'), url('../fonts/visbycfboldwebfont.woff') format('woff'), url('../fonts/visbycfboldwebfont.ttf') format('truetype'), url('../fonts/visbycfboldwebfont.svg#visbycfboldwebfont') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Addington CF Bold';
  src: url('../fonts/AddingtonCFBold.eot');
  src: url('../fonts/AddingtonCFBold.eot') format('embedded-opentype'), url('../fonts/AddingtonCFBold.woff2') format('woff2'), url('../fonts/AddingtonCFBold.woff') format('woff'), url('../fonts/AddingtonCFBold.ttf') format('truetype'), url('../fonts/AddingtonCFBold.svg#AddingtonCFBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icons-dog-gear/fonts/icomoon.eot?njxgu');
  src: url('../fonts/icons-dog-gear/fonts/icomoon.eot?njxgu#iefix') format('embedded-opentype'), url('../fonts/icons-dog-gear/fonts/icomoon.ttf?njxgu') format('truetype'), url('../fonts/icons-dog-gear/fonts/icomoon.woff?njxgu') format('woff'), url('../fonts/icons-dog-gear/fonts/icomoon.svg?njxgu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[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 {
  content: "";
}
.dg-icon-pinterest:before {
  content: "";
}
.dg-icon-tiktok:before {
  content: "";
}
.dg-icon-long-arrow:before {
  content: "";
}
.dg-icon-linkedin-type-2:before {
  content: "";
}
.dg-icon-arrow-round-left:before {
  content: "";
}
.dg-icon-arrow-round-right:before {
  content: "";
}
.dg-icon-facebook-type-2:before {
  content: "";
}
.dg-icon-twitter-type-2:before {
  content: "";
}
.dg-icon-discord-type-2:before {
  content: "";
}
/***** FONTS *****/
/* ========================================
  HEADER STYLES
======================================== */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
body.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}
body.admin-bar .main-menu {
  top: 118px;
}
@media (min-width: 783px) {
  body.admin-bar .main-menu {
    top: 104px;
  }
}
body.show-menu {
  overflow: hidden;
}
body.show-menu .main-menu {
  left: 0;
}
body.show-menu .hamRotate {
  transform: rotate(45deg);
}
body.show-menu .ham .top {
  stroke-dashoffset: -64px;
}
body.show-menu .ham .middle {
  transform: rotate(90deg);
}
body.show-menu .ham .bottom {
  stroke-dashoffset: -64px;
}
body.open-search .form-line {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
/* ========================================
  Sale Banner
======================================== */
.ad_banner_wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ad_banner_wrapper p {
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ad_banner_wrapper i {
  font-size: 10px;
  color: #000;
  padding-left: 5px;
}
body {
  height: 100%;
}
/* ========================================
  Header
======================================== */
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header .container {
  position: static;
}
header .header-wrapper {
  background-color: #012169;
}
header .header-wrapper .container {
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
header .search-button {
  width: 35px;
  height: 35px;
  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;
  margin-left: 30px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  header .search-button {
    margin-left: 35px;
  }
}
header .right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* ========================================
  Main menu
======================================== */
@media (max-width: 991px) {
  .main-menu {
    position: fixed;
    top: 72px;
    left: -100%;
    width: 380px;
    height: calc(100vh - 72px);
    background: #0b2269;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px;
    transition: all 0.6s ease-in-out;
  }
}
@media (max-width: 575px) {
  .main-menu {
    width: 100%;
  }
}
.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .main-menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .main-menu ul {
    gap: 46px;
  }
}
.main-menu ul a {
  font-family: 'Visby CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.3125;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.main-menu ul a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .main-menu ul a:hover:after {
    width: 100%;
  }
}
/* ========================================
  Form Line
======================================== */
.form-line {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 15px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #012169;
}
@media (min-width: 992px) {
  .form-line {
    padding: 25px 0;
  }
}
.form-line .form-container {
  padding: 0 15px;
  max-width: 1250px;
  width: 100%;
}
.form-line form {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.form-line form input:not([type="checkbox"], [type="submit"]) {
  width: 100%;
  position: relative;
  display: block;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  color: #898C93;
  min-height: 50px;
  background: #FFFFFF;
  font-size: 18px;
  box-shadow: 5px 10px 32px rgba(37, 43, 55, 0.05);
  border-radius: 8px;
  line-height: 1.2;
  padding: 10px 60px 10px 16px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .form-line form input:not([type="checkbox"], [type="submit"]) {
    min-height: 64px;
    font-size: 20px;
    font-family: 'Visby CF Regulat', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 16px 130px 16px 24px;
  }
}
.form-line form input:not([type="checkbox"], [type="submit"]):focus {
  color: #898C93;
  border-color: #152645;
}
.form-line form button.search-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border-radius: 99px;
  font-family: 'Visby CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #F6F7F7;
  background-color: #012169;
  padding: 8px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  display: block;
  border: none;
}
@media (min-width: 768px) {
  .form-line form button.search-submit {
    padding: 10px 20px 9px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  .form-line form button.search-submit:hover {
    background: #012169;
  }
}
.form-line form button.search-submit span {
  display: none;
}
@media (min-width: 768px) {
  .form-line form button.search-submit span {
    display: block;
  }
}
.form-line form button.search-submit svg {
  display: block;
  fill: #ffffff;
  width: 24px;
}
@media (min-width: 768px) {
  .form-line form button.search-submit svg {
    display: none;
  }
}
/* ========================================
  BTN OPEN MENU -MOBILE
======================================== */
.menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  margin-right: -10px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .menu-btn {
    display: none;
  }
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 45px;
}
.ham .top {
  stroke-dasharray: 40 160;
}
.ham .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #ffffff;
  stroke-width: 4;
  stroke-linecap: round;
}
/* ========================================
  FOOTER STYLES
======================================== */
.footer {
  padding: 40px 0;
  background: #012169;
  /* ===================
    FOOTER top
  =================== */
  /* ===================
    FOOTER middle
  =================== */
  /* ===================
    FOOTER bottom
  =================== */
}
.footer .footer-top {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 60px;
}
@media (min-width: 768px) {
  .footer .footer-top {
    grid-template-columns: 390px 1fr;
  }
}
@media (min-width: 992px) {
  .footer .footer-top {
    grid-column-gap: 100px;
  }
}
.footer .logo {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer .logo {
    display: block;
  }
}
.footer .footer-text {
  max-width: 315px;
  font-family: 'Visby CF Light', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer .footer-text {
    text-align: left;
    margin: 0;
  }
}
.footer .box-subscribe {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .footer .box-subscribe {
    margin-top: 30px;
  }
}
.footer .box-subscribe .title {
  font-size: 20px;
  line-height: 1.2;
  color: #FFFFFF;
  font-family: 'Visby CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .box-subscribe .title {
    text-align: left;
  }
}
.footer .box-subscribe .form-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .box-subscribe input {
  height: 49px;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #101010;
  background: #FFFFFF;
  border: 1px solid #C8102E33;
  border-radius: 4px;
  flex-grow: 1;
  margin-right: 20px;
}
.footer .box-subscribe input::placeholder {
  color: #101010;
}
.footer .box-subscribe button {
  background: #3182ce;
  border: 1px solid #3182ce;
  border-radius: 4px;
  opacity: 1;
  padding: 14px 25px;
  transition: all 0.3s ease-in-out;
  line-height: 1.3;
  height: 49px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
  font-family: 'Visby CF Medium', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 992px) {
  .footer .box-subscribe button:hover {
    background: #fbac46;
  }
}
.footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .footer .footer-menu ul {
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer .footer-menu ul a {
  font-family: 'Visby CF Medium', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
}
.footer .footer-menu ul a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #ffffff;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .footer .footer-menu ul a:hover:after {
    width: 100%;
  }
}
.footer .footer-middle {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .footer .footer-middle {
    padding-top: 15px;
  }
}
.footer .footer-middle .social-block {
  padding: 0;
  list-style: none;
  margin: 0;
  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;
  gap: 16px;
}
@media (min-width: 768px) {
  .footer .footer-middle .social-block {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer .footer-middle .social-block a {
  font-size: 22px;
  color: #C8102E;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .footer .footer-middle .social-block a:hover {
    color: #ffffff;
  }
}
.footer .footer-bottom {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer .footer-bottom {
    padding-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer .footer-bottom {
    padding-top: 55px;
  }
}
.footer .copyright {
  font-family: 'Visby CF Light', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #FFFFFF;
  opacity: 1;
}
.footer ul.list-policy {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
}
.footer ul.list-policy a {
  color: #FFFFFF;
  font-family: 'Visby CF Light', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
}
.footer ul.list-policy a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .footer ul.list-policy a:hover:after {
    width: 0;
  }
}
/* ========================================
  COMMON STYLES
======================================== */
* {
  -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;
  max-width: 100%;
  max-height: 100%;
}
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;
}
/*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;
}
.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*/
html {
  font-size: 16px;
}
body {
  font-family: 'Visby CF Regulat', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
body.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}
p {
  margin: 0 0 20px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
.box-content a {
  color: #C8102E;
  border-bottom: 1px solid #C8102E;
  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: 1.125rem;
  }
}
.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: #012169;
}
br {
  display: none;
}
@media (min-width: 992px) {
  br {
    display: block;
  }
}
.container {
  position: relative;
  padding: 0 15px;
  max-width: 992px;
  width: 100%;
  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;
  font-family: 'Visby CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  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: #3182ce;
  color: #ffffff;
}
@media (min-width: 992px) {
  .btn-box1 {
    min-width: 112px;
  }
  .btn-box1:hover {
    background: #fbac46;
    color: #b51313;
  }
}
.btn-box2 {
  min-width: 192px;
  background: #3182ce;
  color: #ffffff;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .btn-box2 {
    min-width: 112px;
  }
  .btn-box2:hover {
    background: #fbac46;
    color: #b51313;
  }
}
.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: 'Visby CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.625;
  color: #101010;
}
@media (min-width: 992px) {
  .btn-see-more:hover {
    color: #012169;
  }
  .btn-see-more:hover:before {
    background: #012169;
  }
}
.btn-see-more:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #101010;
  transition: all 0.15s ease;
}
.slick-slide {
  outline: none;
}
.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #101010;
  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: #101010;
  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: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.375rem;
  line-height: 1.2;
  color: #101010;
}
/* ========================================
  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: #012169;
  text-decoration: none;
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.author.top .author-info .name a:hover {
  color: #101010;
}
.update-date {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin-top: 10px;
  font-family: 'Visby CF Regulat', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
}
.update-date span {
  display: inline-block;
  color: #012169;
  font-family: 'Visby CF Regulat', 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: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  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: #012169;
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.authors-section .author__item .author-more:hover {
  color: #101010;
  text-decoration: underline;
}
.authors-section .author__item .name a {
  color: #012169;
  text-decoration: none;
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.authors-section .author__item .name a:hover {
  color: #101010;
  text-decoration: underline;
}
/* ========================================
  Related section
======================================== */
.related-reads-section {
  padding-top: 0;
  margin-bottom: 50px;
}
.related-reads-section .related-reads-title {
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  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: #012169;
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
}
.related-reads-section ul li a:hover {
  color: #101010;
  text-decoration: underline;
  text-decoration-color: #101010;
}
/* ========================================
  Trust section
======================================== */
.trust-section {
  margin-bottom: 50px;
}
.trust-section h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.trust-section a.about {
  width: 100%;
  color: #012169;
  display: flex;
  margin-top: 20px;
  text-decoration: underline;
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.trust-section a.about:hover {
  color: #101010;
}
.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: #012169;
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  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: #012169 !important;
  text-decoration: underline !important;
  min-height: auto !important;
  min-width: auto !important;
  padding: 0 !important;
  margin: 4px 10px 4px 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 #012169;
  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;
  color: #012169;
  text-decoration: underline;
  font-family: 'Visby CF Regulat', 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: #101010;
}
.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: #101010;
}
.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: #012169;
  border-bottom: 1px solid #012169;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 992px) {
  .commission-text a:hover {
    border-color: transparent;
    color: #101010;
  }
}
.update-date + .update-date {
  margin: -10px 0 10px 0;
}
.all-contents {
  margin-top: 10px;
}
.all-contents > .title {
  color: #012169;
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  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: 'Visby CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
}
.all-contents > ul li a:hover {
  text-decoration: none;
}
.all-contents > ul li ul {
  margin: 4px 0 0 0;
  padding: 0;
}
.all-contents > ul li ul li a {
  font-family: 'Visby CF Regulat', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.all-contents > ul li ul li:not(:last-child) {
  margin-bottom: 3px;
}
.cmplz-cookiebanner .cmplz-title {
  font-family: 'Addington CF Bold', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.cmplz-cookiebanner .cmplz-title {
  justify-self: flex-start !important;
  display: flex !important;
}
.cmplz-cookiebanner .cmplz-header {
  grid-template-columns: 0px 1fr 100px !important;
}
.cmplz-cookiebanner {
  padding: 10px 15px !important;
  grid-gap: 5px !important;
}
.cmplz-btn.cmplz-deny {
  display: block !important;
}
